Document some more things the gnulib user must be aware of.
[gnulib.git] / ChangeLog
1 2007-10-27  Bruno Haible  <bruno@clisp.org>
2
3         * doc/gnulib.texi: Invoke @firstparagraphindent.
4         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
5         changes in gnulib.
6         (Source changes): New section.
7
8 2007-10-26  Bruno Haible  <bruno@clisp.org>
9
10         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11         borrowed from autoconf.
12
13 2007-10-26  Bruno Haible  <bruno@clisp.org>
14
15         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
16         strerror returned the empty string. Needed on HP-UX 11.00.
17
18 2007-10-24  Micah Cowan  <micah@cowan.name>
19
20         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
21         * build-aux/bootstrap: Remove support for now-unnecessary option,
22         --cvs-user, and envvars CVS_USER, CVS_RSH.
23
24 2007-10-24  Jim Meyering  <meyering@redhat.com>
25
26         Avoid diagnostics from sha1sum when there is no cached checksum.
27         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
28         if the po.s1 file hasn't been created yet.
29
30         * build-aux/bootstrap: Sync from coreutils:
31         2007-10-24  Jim Meyering  <meyering@redhat.com>
32         Get gnulib from the git repository, not from an obsolete cvs one.
33         * build-aux/bootstrap: Suggestion from Micah Cowan.
34         2007-10-04  Jim Meyering  <jim@meyering.net>
35         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
36         (update_po_files): Work also when there are no .po files in po/.
37
38 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39
40         * README: Append ".git" to git and cg examples.
41         Problem reported by Benoit Sigoure.
42
43 2007-10-23  Micah Cowan  <micah@cowan.name>
44
45         * users.txt: Add wget.
46
47 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48
49         Fix linking of some unistdio tests on FreeBSD.
50         * modules/unistdio/u16-vsnprintf-tests
51         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
52         * modules/unistdio/u16-vsprintf-tests
53         (test_u16_vsnprintf1_LDADD): Likewise.
54         * modules/unistdio/u32-vsnprintf-tests
55         (test_u32_vsnprintf1_LDADD): Likewise.
56         * modules/unistdio/u32-vsprintf-tests
57         (test_u32_vsprintf1_LDADD): Likewise.
58         * modules/unistdio/u8-vsnprintf-tests
59         (test_u8_vsnprintf1_LDADD): Likewise.
60         * modules/unistdio/u8-vsprintf-tests
61         (test_u8_vsprintf1_LDADD): Likewise.
62         * modules/unistdio/ulc-vsnprintf-tests
63         (test_ulc_vsnprintf1_LDADD): Likewise.
64         * modules/unistdio/ulc-vsprintf-tests
65         (test_ulc_vsprintf1_LDADD): Likewise.
66
67         Fix linking of some uniconv tests on FreeBSD.
68         * modules/uniconv/u16-conv-from-enc-tests
69         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
70         * modules/uniconv/u16-conv-to-enc-tests
71         (test_u16_conv_to_enc_LDADD): Likewise.
72         * modules/uniconv/u16-strconv-from-enc-tests
73         (test_u16_strconv_from_enc_LDADD): Likewise.
74         * modules/uniconv/u16-strconv-to-enc-tests
75         (test_u16_strconv_to_enc_LDADD): Likewise.
76         * modules/uniconv/u32-conv-from-enc-tests
77         (test_u32_conv_from_enc_LDADD): Likewise.
78         * modules/uniconv/u32-conv-to-enc-tests
79         (test_u32_conv_to_enc_LDADD): Likewise.
80         * modules/uniconv/u32-strconv-from-enc-tests
81         (test_u32_strconv_from_enc_LDADD): Likewise.
82         * modules/uniconv/u32-strconv-to-enc-tests
83         (test_u32_strconv_to_enc_LDADD): Likewise.
84         * modules/uniconv/u8-conv-from-enc-tests
85         (test_u8_conv_from_enc_LDADD): Likewise.
86         * modules/uniconv/u8-conv-to-enc-tests
87         (test_u8_conv_to_enc_LDADD): Likewise.
88         * modules/uniconv/u8-strconv-from-enc-tests
89         (test_u8_strconv_from_enc_LDADD): Likewise.
90         * modules/uniconv/u8-strconv-to-enc-tests
91         (test_u8_strconv_to_enc_LDADD): Likewise.
92
93 2007-10-22  Bruno Haible  <bruno@clisp.org>
94
95         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
96         size.
97
98 2007-10-22  Eric Blake  <ebb9@byu.net>
99
100         Tweak x*printf documentation.
101         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
102         variable name and comments.
103         Suggested by Bruno Haible.
104
105 2007-10-22  Bruno Haible  <bruno@clisp.org>
106
107         * lib/acl.c (copy_acl): Fix file name in comment.
108
109 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
110
111         Fix Tru64 problem with stdbool.h.
112         * lib/stdbool.in.h (false, true):
113         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
114         Don't declare as an enum in this situation; it runs afoul of Tru64.
115         Problem reported by Steven M. Schweda in
116         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
117
118 2007-10-22  Eric Blake  <ebb9@byu.net>
119
120         Also wrap vf?printf.
121         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
122         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
123         (xvprintf, xvfprintf): New functions.
124
125 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
126
127         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
128         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
129
130         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
131         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
132
133 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
134
135         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
136         by Bruno Haible.
137
138 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
139
140         * lib/getloadavg.c
141         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
142         Undef `sys' after including sys/table.h, for Tru64 4.0D.
143
144         * tests/test-i-ring.c: Work for C89.
145
146 2007-10-22  Bruno Haible  <bruno@clisp.org>
147
148         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
149         -1u, in preprocessor expression, so that we don't test for the bug
150         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
151         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
152
153 2007-10-22  Eric Blake  <ebb9@byu.net>
154
155         * tests/test-yesno.sh: Silence stderr during test.
156
157 2007-10-22  Simon Josefsson  <simon@josefsson.org>
158
159         * modules/crypto/gc-camellia: New file.
160
161         * m4/gc-camellia.m4: New file.
162
163         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
164
165         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
166
167 2007-10-22  Simon Josefsson  <simon@josefsson.org>
168
169         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
170         --help to stdout.  Reported by sms@antinode.org (Steven
171         M. Schweda).
172
173 2007-10-22  Simon Josefsson  <simon@josefsson.org>
174
175         * users.txt: Fix link to libksba.
176
177 2007-10-21  Ben Pfaff  <blp@gnu.org>
178
179         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
180         round.c roundf implementation that depends on floorf and ceilf to
181         be tested unconditionally.
182
183 2007-10-21  Ben Pfaff  <blp@gnu.org>
184
185         * m4/check-libm-func.m4: Removed.
186         * m4/check-math-lib.m4: New file.
187         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
188         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
189         definition and lack of AC_LIBOBJ([roundf]).
190         * m4/roundl.m4: Ditto, and similarly for roundl.
191         * modules/round: Reference new m4 file.
192         * modules/roundf: Ditto.
193         * modules/roundl: Ditto.
194         * tests/test-round2.c (main): Use ROUND instead of round.
195         Bug report from Bruno Haible.
196
197 2007-10-21  Bruno Haible  <bruno@clisp.org>
198
199         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
200         context.
201
202 2007-10-21  Bruno Haible  <bruno@clisp.org>
203
204         * tests/test-wcwidth.c (main): Allow negative result for some control
205         characters.
206
207         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
208         Needed on OSF/1 5.1.
209
210 2007-10-21  Bruno Haible  <bruno@clisp.org>
211
212         * tests/test-floorf1.c: Include isnanf.h.
213         (main): Use isnanf() instead of isnan().
214         * tests/test-ceilf1.c: Include isnanf.h.
215         (main): Use isnanf() instead of isnan().
216         * tests/test-truncf1.c: Include isnanf.h.
217         (main): Use isnanf() instead of isnan().
218         * tests/test-roundf1.c: Include isnanf.h.
219         (main): Use isnanf() instead of isnan().
220
221 2007-10-21  Eric Blake  <ebb9@byu.net>
222
223         * users.txt: Update URL for m4.
224
225 2007-10-21  Bruno Haible  <bruno@clisp.org>
226
227         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
228
229 2007-10-21  Bruno Haible  <bruno@clisp.org>
230
231         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
232         Git's management files if the CVS files are not present.
233
234 2007-10-20  Bruno Haible  <bruno@clisp.org>
235
236         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
237         gcc-3.4.x.
238
239 2007-10-20  Ben Pfaff  <blp@gnu.org>
240
241         * lib/math.in.h: Declare round, roundf, roundl if we are providing
242         implementations.
243         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
244         * lib/round.c: New file.
245         * lib/roundf.c: New file.
246         * lib/roundl.c: New file.
247         * m4/round.m4: New file.
248         * m4/roundf.m4: New file.
249         * m4/roundl.m4: New file.
250         * m4/check-libm-func-m4: New file.
251         * modules/math: Replace round, roundf, roundl related @VARS@ in
252         math.in.h.
253         * modules/round: New file.
254         * modules/round-tests: New file.
255         * modules/roundf: New file.
256         * modules/roundf-tests: New file.
257         * modules/roundl: New file.
258         * modules/roundl-tests: New file.
259         * tests/test-round1.c: New file.
260         * tests/test-round2.c: New file.
261         * tests/test-roundf1.c: New file.
262         * tests/test-roundf2.c: New file.
263         * tests/test-roundl.c: New file.
264         * doc/functions/round.texi: Mention round module.
265         * doc/functions/roundf.texi: Mention roundf module.
266         * doc/functions/roundl.texi: Mention roundl module.
267         * MODULES.html.sh: Mention new modules.
268         Thanks to Bruno Haible for suggestions.
269
270 2007-10-20  Jim Meyering  <meyering@redhat.com>
271
272         * lib/xprintf.c: Include <config.h> unconditionally.
273
274         Change xprintf's license to GPL.
275         * modules/xprintf (License): s/LGPL/GPL/, since this module
276         depends on modules (exit and exitfail) which are GPL.
277         Suggestion from Bruno Haible.
278
279         xprintf fixes.
280         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
281         Use a clearer diagnostic.
282         Patch from Bruno Haible.
283
284 2007-10-20  Bruno Haible  <bruno@clisp.org>
285
286         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
287         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
288         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
289
290 2007-10-20  Bruno Haible  <bruno@clisp.org>
291
292         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
293         precision in the comparison result > x - 1 or similar.
294         * tests/test-ceilf2.c (correct_result_p): Likewise.
295         * tests/test-truncf2.c (correct_result_p): Likewise.
296         * tests/test-trunc2.c (correct_result_p): Likewise.
297         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
298
299 2007-10-20  Bruno Haible  <bruno@clisp.org>
300
301         * modules/ceil: New file.
302         * m4/ceil.m4: New file.
303         * doc/functions/ceil.texi: Mention the 'ceil' module.
304
305 2007-10-20  Bruno Haible  <bruno@clisp.org>
306
307         * modules/floor: New file.
308         * m4/floor.m4: New file.
309         * doc/functions/floor.texi: Mention the 'floor' module.
310
311 2007-10-20  Bruno Haible  <bruno@clisp.org>
312
313         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
314         of %a.
315         * modules/floorf-tests (Depends-on): Likewise.
316         * modules/truncf-tests (Depends-on): Likewise.
317         * modules/trunc-tests (Depends-on): Likewise.
318         Reported by Ben Pfaff.
319
320 2007-10-19  Jim Meyering  <meyering@redhat.com>
321
322         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
323         Don't bother testing specific errno values.  Just test ferror.
324
325         New module: xprintf
326         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
327
328 2007-10-19  Bruno Haible  <bruno@clisp.org>
329
330         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
331         syntax.
332         * modules/javaexec (Makefile.am): Likewise.
333         * modules/relocatable-prog (Makefile.am): Likewise.
334         Suggested by Jim Meyering.
335
336 2007-10-18  Bruno Haible  <bruno@clisp.org>
337
338         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
339         Reported by Jim Meyering.
340
341 2007-10-18  Eric Blake  <ebb9@byu.net>
342
343         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
344
345 2007-10-18  Bruno Haible  <bruno@clisp.org>
346
347         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
348         the format string into writable memory. Needed in Fortify conditions.
349
350 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
351             Bruno Haible  <bruno@clisp.org>
352
353         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
354         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
355         * modules/trim (Depends-on): Add mbchar.
356         (configure.ac): Add gl_FUNC_MBRTOWC.
357         (Makefile.am): Augment lib_SOURCES.
358
359 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
360
361         Modify glob.c to use fstatat and dirfd, to simplify it.
362         Suggested by Eric Blake.
363         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
364         Don't include <stdbool.h>; not used.
365         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
366         (link_exists_p): Simplify implementation, since we can now assume
367         dirfd and fstatat.
368         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
369
370 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
371
372         * gnulib-tool (func_get_dependencies): Fix sed script to
373         match only tests.
374
375 2007-10-17  Bruno Haible  <bruno@clisp.org>
376
377         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
378         allow locale names without encoding suffix.
379         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
380         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
381
382 2007-10-16  Bruno Haible  <bruno@clisp.org>
383
384         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
385         * lib/getgroups.c (getgroups): Likewise.
386         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
387
388 2007-10-16  Bruno Haible  <bruno@clisp.org>
389
390         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
391         * modules/malloc-posix (License): Likewise.
392         * modules/realloc-posix (License): Likewise.
393         * modules/calloc-posix (License): Likewise.
394         * modules/intprops (License): Change from GPL to LGPL, with
395         Paul Eggert's approval.
396
397 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
398
399         Merge glibc changes into lib/glob.c.
400
401         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
402         2007-10-15 04:59:03 UTC.  Here are the changes:
403
404         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
405
406         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
407
408         * lib/glob.c: Add some branch prediction throughout.
409
410         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
411
412         [BZ #5103]
413         * lib/glob.c (glob): Recognize patterns starting \/.
414
415         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
416
417         [BZ #3996]
418         * lib/glob.c (attribute_hidden): Define if not defined.
419         (glob): Unescape dirname, filename or username when needed and not
420         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
421         is NULL.  Handle unescaped [ in pattern without closing ].
422         Don't pass GLOB_CHECK down to recursive glob for directories.
423         (__glob_pattern_type): New function.
424         (__glob_pattern_p): Implement using __glob_pattern_type.
425         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
426         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
427         Remove unreachable code.
428
429         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
430
431         * lib/glob.c (glob_in_dir): Add some comments and asserts to
432         explain why there are no leaks.
433
434         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
435
436         [BZ #3253]
437         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
438         time, rather allocate increasingly bigger arrays of pointers, if
439         possible with alloca, if too large with malloc.
440
441 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
442
443         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
444         Problem reported by H.Merijn Brand in
445         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
446         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
447         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
448
449 2007-10-15  Bruno Haible  <bruno@clisp.org>
450
451         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
452         with explicit rpl_ prefix.
453         * lib/fopen.c (fopen): Likewise.
454         * lib/freopen.c (freopen): Likewise.
455         * lib/iconv.c (iconv): Likewise.
456         * lib/iconv_close.c (iconv_close): Likewise.
457
458 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
459
460         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
461
462 2007-10-15  Bruno Haible  <bruno@clisp.org>
463
464         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
465         <stddef.h> instead of <stdlib.h> since we only need NULL.
466         Reported by Ben Pfaff <blp@cs.stanford.edu>.
467
468 2007-10-15  Bruno Haible  <bruno@clisp.org>
469
470         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
471         Replace paragraph talking about LIBOBJS.
472         Reported by Colin Watson <cjwatson@debian.org>.
473
474 2007-10-15  Bruno Haible  <bruno@clisp.org>
475
476         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
477         <stdlib.h> before using NULL.
478
479 2007-10-15  Simon Josefsson  <simon@josefsson.org>
480
481         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
482         Reported by Albert Chin <china@thewrittenword.com>.
483
484 2007-10-14  Bruno Haible  <bruno@clisp.org>
485
486         * modules/iconv_open-utf-tests: New file.
487         * tests/test-iconv-utf.c: New file.
488
489         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
490         * modules/iconv_open-utf: New file.
491         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
492         (iconv, iconv_close): New declarations.
493         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
494         be defined.
495         (iconv_open): Add special handling of conversion between UTF-8 and
496         UTF-{16,32}{BE,LE}.
497         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
498         * lib/iconv_close.c: New file.
499         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
500         gl_FUNC_ICONV_OPEN.
501         (gl_FUNC_ICONV_OPEN): Use it.
502         (gl_FUNC_ICONV_OPEN_UTF): New macro.
503         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
504         and REPLACE_ICONV_UTF.
505         * modules/iconv_open (Depends-on): Add c-strcase.
506         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
507         ICONV_CONST.
508         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
509
510 2007-10-13  Albert Chin  <china@thewrittenword.com>
511             Bruno Haible  <bruno@clisp.org>
512
513         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
514         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
515
516 2007-10-13  Bruno Haible  <bruno@clisp.org>
517
518         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
519         defined, use the ISO C99 inline semantics.
520         * lib/argp.h (ARGP_EI): Likewise.
521
522 2007-10-13  Bruno Haible  <bruno@clisp.org>
523
524         Handle 'inline' change in gcc 4.3.0.
525         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
526         argp_fmtstream_write, argp_fmtstream_set_lmargin,
527         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
528         argp_fmtstream_point): Disable 'extern' declaration if the function
529         definition is going to be provided inline.
530         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
531         semantics, not the ISO C99 inline semantics.
532         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
533         'extern' declaration if the function definition is going to be provided
534         inline.
535         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
536         the GNU C inline semantics, not the ISO C99 inline semantics. With
537         GCC 4.2, avoid a warning.
538
539 2007-10-13  Bruno Haible  <bruno@clisp.org>
540
541         * lib/freading.h (freading): Enable the use of __freading for
542         glibc >= 2.7.
543         * lib/freading.c (freading): Likewise.
544
545 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
546
547         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
548         "warning: C99 inline functions are not supported; using GNU89".
549
550 2007-10-12  Bruno Haible  <bruno@clisp.org>
551
552         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
553         of 2.
554         * tests/test-ceilf2.c: New file.
555         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
556
557         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
558         * modules/ceilf-tests: Update.
559
560 2007-10-12  Bruno Haible  <bruno@clisp.org>
561
562         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
563         of 2.
564         * tests/test-floorf2.c: New file.
565         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
566
567         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
568         * modules/floorf-tests: Update.
569
570 2007-10-12  Bruno Haible  <bruno@clisp.org>
571
572         * tests/test-trunc2.c: New file.
573         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
574
575         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
576         * modules/trunc-tests: Update.
577
578 2007-10-12  Bruno Haible  <bruno@clisp.org>
579
580         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
581         of 2.
582         * tests/test-truncf2.c: New file.
583         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
584
585         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
586         * modules/truncf-tests: Update.
587
588 2007-10-11  Eric Blake  <ebb9@byu.net>
589
590         Don't claim strerror is broken on Interix.
591         * doc/functions/strerror.texi (strerror): Known broken systems are
592         now Solaris 8, and not Interix.
593         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
594         Interix on cross-compile.
595         Reported by Martin Koeppe in
596         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
597
598 2007-10-11  Bruno Haible  <bruno@clisp.org>
599
600         * modules/i-ring-tests: New file.
601         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
602         instead of assert.
603
604 2007-10-11  Bruno Haible  <bruno@clisp.org>
605
606         * modules/filenamecat-tests: New file.
607         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
608         * lib/filenamecat.c: Remove test code.
609
610 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
611
612         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
613
614         * lib/strerror.c: Include <string.h> always, to test interface,
615         and to remove the need for the dummy.
616         Include intprops.h to compute width instead of doing it ourselves
617         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
618         (strerror): Define it to return NULL if there's no system strerror.
619         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
620         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
621         ancient pre-strerror Unix systems well any more.  Saying "unknown
622         system error" is enough.
623         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
624         simpler strerror.c implementation.
625         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
626         Simplify the tests to reflect the simpler strerror implementation.
627         * modules/strerror (Depends-on): Add intprops.
628
629 2007-10-09  Eric Blake  <ebb9@byu.net>
630
631         Silence test-fpending.
632         * modules/fpending-tests (Files): Add wrapper script.
633         * tests/test-fpending.sh: New file.
634
635 2007-10-09  Bruno Haible  <bruno@clisp.org>
636
637         * MODULES.html.sh (func_module): Don't create a hyperlink for
638         function names like 'printf_frexp'.
639         (Misc): Add crc, memxor.
640         (Characteristics of floating types): New section.
641         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
642         isnanf-nolibm, signbit, trunc, truncf, truncl.
643         (Enhancements for ISO C 99 functions): New subsection Input/output.
644         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
645         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
646         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
647         (Compatibility checks for POSIX:2001 functions): Add clock-time.
648         (Enhancements for POSIX:2001 functions): Add chdir-long.
649         (File system functions): Add areadlink, chdir-safer, read-file.
650         Remove cycle-check.
651         (File system as inode set): New section.
652         (Date and time): Add gethrxtime.
653         (Multithreading): Add openmp.
654         (Internationalization functions): Add localename.
655         (Unicode string functions): Add unistr/u*-mbsnlen.
656         (Support for maintaining and releasing projects): Add git-version-gen.
657         (Lone files): Remove directories.
658
659 2007-10-08  Ben Pfaff  <blp@gnu.org>
660
661         * lib/xmalloca.h: Fix typo in comment.
662
663 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
664
665         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
666         when avoiding problems with integer overflow.  Use a portable test
667         instead.
668
669 2007-10-08  Simon Josefsson  <simon@josefsson.org>
670
671         * modules/dummy (License): Change to LGPLv2+.
672         * modules/float (License): Likewise
673         * modules/realloc (License): Likewise
674         * modules/stdlib (License): Likewise
675
676 2007-10-07  Bruno Haible  <bruno@clisp.org>
677
678         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
679         * floor.c (TWO_MANT_DIG): Likewise.
680         * ceil.c (TWO_MANT_DIG): Likewise.
681         Reported by Ben Pfaff.
682
683 2007-10-07  Bruno Haible  <bruno@clisp.org>
684
685         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
686         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
687         * lib/frexp.c (FUNC): Likewise.
688         * lib/printf-frexp.h (printf_frexp): Likewise.
689         * lib/printf-frexpl.h (printf_frexpl): Likewise.
690         * lib/printf-frexp.c (FUNC): Likewise.
691         Suggested by Jim Meyering.
692
693 2007-10-07  Jim Meyering  <meyering@redhat.com>
694
695         Make xnanosleep's integer overflow test more robust.
696         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
697         so that gcc-4.3.0 doesn't optimize away this test for overflow.
698
699 2007-10-07  Bruno Haible  <bruno@clisp.org>
700
701         * NEWS: Mention the license change.
702
703         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
704         abbreviations in the modules files.
705
706         Change copyright notice from GPLv2+ to GPLv3+.
707         * README: Change copyright notice.
708         * MODULES.html.sh: Likewise.
709         * build-aux/bootstrap.conf: Likewise.
710         * build-aux/config.libpath: Likewise.
711         * build-aux/csharpcomp.sh.in: Likewise.
712         * build-aux/csharpexec.sh.in: Likewise.
713         * build-aux/install-reloc: Likewise.
714         * build-aux/javacomp.sh.in: Likewise.
715         * build-aux/javaexec.sh.in: Likewise.
716         * build-aux/ldd.sh.in: Likewise.
717         * build-aux/reloc-ldflags: Likewise.
718         * build-aux/relocatable.sh.in: Likewise.
719         * build-aux/x-to-1.in: Likewise.
720         * check-module: Likewise.
721         * config/srclistvars.sh: Likewise.
722         * gnulib-tool: Likewise.
723         * lib/acl-internal.h: Likewise.
724         * lib/acl.c: Likewise.
725         * lib/acl.h: Likewise.
726         * lib/acl_entries.c: Likewise.
727         * lib/areadlink-with-size.c: Likewise.
728         * lib/areadlink.c: Likewise.
729         * lib/areadlink.h: Likewise.
730         * lib/argmatch.c: Likewise.
731         * lib/argmatch.h: Likewise.
732         * lib/argp-ba.c: Likewise.
733         * lib/argp-eexst.c: Likewise.
734         * lib/argp-fmtstream.c: Likewise.
735         * lib/argp-fmtstream.h: Likewise.
736         * lib/argp-fs-xinl.c: Likewise.
737         * lib/argp-help.c: Likewise.
738         * lib/argp-namefrob.h: Likewise.
739         * lib/argp-parse.c: Likewise.
740         * lib/argp-pin.c: Likewise.
741         * lib/argp-pv.c: Likewise.
742         * lib/argp-pvh.c: Likewise.
743         * lib/argp-xinl.c: Likewise.
744         * lib/argp.h: Likewise.
745         * lib/at-func.c: Likewise.
746         * lib/atanl.c: Likewise.
747         * lib/backupfile.c: Likewise.
748         * lib/backupfile.h: Likewise.
749         * lib/basename.c: Likewise.
750         * lib/binary-io.h: Likewise.
751         * lib/byteswap.in.h: Likewise.
752         * lib/c-stack.c: Likewise.
753         * lib/c-stack.h: Likewise.
754         * lib/c-strcasestr.c: Likewise.
755         * lib/c-strcasestr.h: Likewise.
756         * lib/c-strstr.c: Likewise.
757         * lib/c-strstr.h: Likewise.
758         * lib/c-strtod.c: Likewise.
759         * lib/calloc.c: Likewise.
760         * lib/canon-host.c: Likewise.
761         * lib/canon-host.h: Likewise.
762         * lib/canonicalize-lgpl.c: Likewise.
763         * lib/canonicalize.c: Likewise.
764         * lib/canonicalize.h: Likewise.
765         * lib/ceil.c: Likewise.
766         * lib/ceilf.c: Likewise.
767         * lib/ceill.c: Likewise.
768         * lib/chdir-long.c: Likewise.
769         * lib/chdir-long.h: Likewise.
770         * lib/chdir-safer.c: Likewise.
771         * lib/chdir-safer.h: Likewise.
772         * lib/chown.c: Likewise.
773         * lib/classpath.c: Likewise.
774         * lib/classpath.h: Likewise.
775         * lib/clean-temp.c: Likewise.
776         * lib/clean-temp.h: Likewise.
777         * lib/cloexec.c: Likewise.
778         * lib/close-stream.c: Likewise.
779         * lib/closein.c: Likewise.
780         * lib/closein.h: Likewise.
781         * lib/closeout.c: Likewise.
782         * lib/closeout.h: Likewise.
783         * lib/concat-filename.c: Likewise.
784         * lib/copy-file.c: Likewise.
785         * lib/copy-file.h: Likewise.
786         * lib/count-one-bits.h: Likewise.
787         * lib/crc.c: Likewise.
788         * lib/crc.h: Likewise.
789         * lib/creat-safer.c: Likewise.
790         * lib/csharpcomp.c: Likewise.
791         * lib/csharpcomp.h: Likewise.
792         * lib/csharpexec.c: Likewise.
793         * lib/csharpexec.h: Likewise.
794         * lib/cycle-check.c: Likewise.
795         * lib/cycle-check.h: Likewise.
796         * lib/diacrit.c: Likewise.
797         * lib/diacrit.h: Likewise.
798         * lib/diffseq.h: Likewise.
799         * lib/dirchownmod.c: Likewise.
800         * lib/dirent.in.h: Likewise.
801         * lib/dirfd.c: Likewise.
802         * lib/dirfd.h: Likewise.
803         * lib/dirname.c: Likewise.
804         * lib/dirname.h: Likewise.
805         * lib/dummy.c: Likewise.
806         * lib/dup-safer.c: Likewise.
807         * lib/dup2.c: Likewise.
808         * lib/eealloc.h: Likewise.
809         * lib/error.c: Likewise.
810         * lib/error.h: Likewise.
811         * lib/euidaccess.c: Likewise.
812         * lib/exclude.c: Likewise.
813         * lib/exclude.h: Likewise.
814         * lib/execute.c: Likewise.
815         * lib/execute.h: Likewise.
816         * lib/exitfail.c: Likewise.
817         * lib/exitfail.h: Likewise.
818         * lib/expl.c: Likewise.
819         * lib/fatal-signal.c: Likewise.
820         * lib/fatal-signal.h: Likewise.
821         * lib/fbufmode.c: Likewise.
822         * lib/fbufmode.h: Likewise.
823         * lib/fchdir.c: Likewise.
824         * lib/fchmodat.c: Likewise.
825         * lib/fchownat.c: Likewise.
826         * lib/fcntl--.h: Likewise.
827         * lib/fcntl-safer.h: Likewise.
828         * lib/fcntl.in.h: Likewise.
829         * lib/fd-safer.c: Likewise.
830         * lib/fflush.c: Likewise.
831         * lib/file-has-acl.c: Likewise.
832         * lib/file-set.c: Likewise.
833         * lib/file-type.c: Likewise.
834         * lib/file-type.h: Likewise.
835         * lib/fileblocks.c: Likewise.
836         * lib/filemode.c: Likewise.
837         * lib/filemode.h: Likewise.
838         * lib/filename.h: Likewise.
839         * lib/filenamecat.c: Likewise.
840         * lib/filenamecat.h: Likewise.
841         * lib/findprog.c: Likewise.
842         * lib/findprog.h: Likewise.
843         * lib/float.in.h: Likewise.
844         * lib/floor.c: Likewise.
845         * lib/floorf.c: Likewise.
846         * lib/floorl.c: Likewise.
847         * lib/fopen-safer.c: Likewise.
848         * lib/fopen.c: Likewise.
849         * lib/fpending.c: Likewise.
850         * lib/fpending.h: Likewise.
851         * lib/fprintf.c: Likewise.
852         * lib/fprintftime.h: Likewise.
853         * lib/fpucw.h: Likewise.
854         * lib/fpurge.c: Likewise.
855         * lib/fpurge.h: Likewise.
856         * lib/freadable.c: Likewise.
857         * lib/freadable.h: Likewise.
858         * lib/freadahead.c: Likewise.
859         * lib/freadahead.h: Likewise.
860         * lib/freading.c: Likewise.
861         * lib/freading.h: Likewise.
862         * lib/free.c: Likewise.
863         * lib/freopen.c: Likewise.
864         * lib/frexp.c: Likewise.
865         * lib/frexpl.c: Likewise.
866         * lib/fseek.c: Likewise.
867         * lib/fseterr.c: Likewise.
868         * lib/fseterr.h: Likewise.
869         * lib/fstatat.c: Likewise.
870         * lib/fstrcmp.c: Likewise.
871         * lib/fstrcmp.h: Likewise.
872         * lib/fsusage.c: Likewise.
873         * lib/fsusage.h: Likewise.
874         * lib/ftell.c: Likewise.
875         * lib/ftello.c: Likewise.
876         * lib/fts-cycle.c: Likewise.
877         * lib/fts.c: Likewise.
878         * lib/fts_.h: Likewise.
879         * lib/full-read.c: Likewise.
880         * lib/full-read.h: Likewise.
881         * lib/full-write.c: Likewise.
882         * lib/full-write.h: Likewise.
883         * lib/fwritable.c: Likewise.
884         * lib/fwritable.h: Likewise.
885         * lib/fwriteerror.c: Likewise.
886         * lib/fwriteerror.h: Likewise.
887         * lib/fwriting.c: Likewise.
888         * lib/fwriting.h: Likewise.
889         * lib/gcd.c: Likewise.
890         * lib/gcd.h: Likewise.
891         * lib/getcwd.c: Likewise.
892         * lib/getdate.h: Likewise.
893         * lib/getdate.y: Likewise.
894         * lib/getdomainname.c: Likewise.
895         * lib/getdomainname.h: Likewise.
896         * lib/getgroups.c: Likewise.
897         * lib/gethostname.c: Likewise.
898         * lib/gethrxtime.c: Likewise.
899         * lib/gethrxtime.h: Likewise.
900         * lib/getloadavg.c: Likewise.
901         * lib/getndelim2.c: Likewise.
902         * lib/getndelim2.h: Likewise.
903         * lib/getnline.c: Likewise.
904         * lib/getnline.h: Likewise.
905         * lib/getopt.c: Likewise.
906         * lib/getopt.in.h: Likewise.
907         * lib/getopt1.c: Likewise.
908         * lib/getopt_int.h: Likewise.
909         * lib/getpagesize.h: Likewise.
910         * lib/getsubopt.c: Likewise.
911         * lib/gettime.c: Likewise.
912         * lib/getugroups.c: Likewise.
913         * lib/getugroups.h: Likewise.
914         * lib/getusershell.c: Likewise.
915         * lib/gl_anyavltree_list1.h: Likewise.
916         * lib/gl_anyavltree_list2.h: Likewise.
917         * lib/gl_anyhash_list1.h: Likewise.
918         * lib/gl_anyhash_list2.h: Likewise.
919         * lib/gl_anylinked_list1.h: Likewise.
920         * lib/gl_anylinked_list2.h: Likewise.
921         * lib/gl_anyrbtree_list1.h: Likewise.
922         * lib/gl_anyrbtree_list2.h: Likewise.
923         * lib/gl_anytree_list1.h: Likewise.
924         * lib/gl_anytree_list2.h: Likewise.
925         * lib/gl_anytree_oset.h: Likewise.
926         * lib/gl_anytreehash_list1.h: Likewise.
927         * lib/gl_anytreehash_list2.h: Likewise.
928         * lib/gl_array_list.c: Likewise.
929         * lib/gl_array_list.h: Likewise.
930         * lib/gl_array_oset.c: Likewise.
931         * lib/gl_array_oset.h: Likewise.
932         * lib/gl_avltree_list.c: Likewise.
933         * lib/gl_avltree_list.h: Likewise.
934         * lib/gl_avltree_oset.c: Likewise.
935         * lib/gl_avltree_oset.h: Likewise.
936         * lib/gl_avltreehash_list.c: Likewise.
937         * lib/gl_avltreehash_list.h: Likewise.
938         * lib/gl_carray_list.c: Likewise.
939         * lib/gl_carray_list.h: Likewise.
940         * lib/gl_linked_list.c: Likewise.
941         * lib/gl_linked_list.h: Likewise.
942         * lib/gl_linkedhash_list.c: Likewise.
943         * lib/gl_linkedhash_list.h: Likewise.
944         * lib/gl_list.c: Likewise.
945         * lib/gl_list.h: Likewise.
946         * lib/gl_oset.c: Likewise.
947         * lib/gl_oset.h: Likewise.
948         * lib/gl_rbtree_list.c: Likewise.
949         * lib/gl_rbtree_list.h: Likewise.
950         * lib/gl_rbtree_oset.c: Likewise.
951         * lib/gl_rbtree_oset.h: Likewise.
952         * lib/gl_rbtreehash_list.c: Likewise.
953         * lib/gl_rbtreehash_list.h: Likewise.
954         * lib/gl_sublist.c: Likewise.
955         * lib/gl_sublist.h: Likewise.
956         * lib/group-member.c: Likewise.
957         * lib/group-member.h: Likewise.
958         * lib/hard-locale.c: Likewise.
959         * lib/hard-locale.h: Likewise.
960         * lib/hash-pjw.c: Likewise.
961         * lib/hash-pjw.h: Likewise.
962         * lib/hash-triple.c: Likewise.
963         * lib/hash.c: Likewise.
964         * lib/hash.h: Likewise.
965         * lib/human.c: Likewise.
966         * lib/human.h: Likewise.
967         * lib/i-ring.c: Likewise.
968         * lib/i-ring.h: Likewise.
969         * lib/idcache.c: Likewise.
970         * lib/imaxabs.c: Likewise.
971         * lib/imaxdiv.c: Likewise.
972         * lib/inet_pton.c: Likewise.
973         * lib/inet_pton.h: Likewise.
974         * lib/intprops.h: Likewise.
975         * lib/inttostr.c: Likewise.
976         * lib/inttostr.h: Likewise.
977         * lib/inttypes.in.h: Likewise.
978         * lib/isapipe.c: Likewise.
979         * lib/isdir.c: Likewise.
980         * lib/isnan.c: Likewise.
981         * lib/isnan.h: Likewise.
982         * lib/isnanf.c: Likewise.
983         * lib/isnanf.h: Likewise.
984         * lib/isnanl-nolibm.h: Likewise.
985         * lib/isnanl.c: Likewise.
986         * lib/isnanl.h: Likewise.
987         * lib/javacomp.c: Likewise.
988         * lib/javacomp.h: Likewise.
989         * lib/javaexec.c: Likewise.
990         * lib/javaexec.h: Likewise.
991         * lib/javaversion.c: Likewise.
992         * lib/javaversion.h: Likewise.
993         * lib/javaversion.java: Likewise.
994         * lib/lbrkprop.h: Likewise.
995         * lib/lchmod.h: Likewise.
996         * lib/lchown.c: Likewise.
997         * lib/ldexpl.c: Likewise.
998         * lib/linebreak.c: Likewise.
999         * lib/linebreak.h: Likewise.
1000         * lib/linebuffer.c: Likewise.
1001         * lib/linebuffer.h: Likewise.
1002         * lib/locale.in.h: Likewise.
1003         * lib/logl.c: Likewise.
1004         * lib/long-options.c: Likewise.
1005         * lib/long-options.h: Likewise.
1006         * lib/lstat.c: Likewise.
1007         * lib/lstat.h: Likewise.
1008         * lib/math.in.h: Likewise.
1009         * lib/mbchar.c: Likewise.
1010         * lib/mbchar.h: Likewise.
1011         * lib/mbfile.h: Likewise.
1012         * lib/mbiter.h: Likewise.
1013         * lib/mbscasecmp.c: Likewise.
1014         * lib/mbscasestr.c: Likewise.
1015         * lib/mbschr.c: Likewise.
1016         * lib/mbscspn.c: Likewise.
1017         * lib/mbslen.c: Likewise.
1018         * lib/mbsncasecmp.c: Likewise.
1019         * lib/mbsnlen.c: Likewise.
1020         * lib/mbspbrk.c: Likewise.
1021         * lib/mbspcasecmp.c: Likewise.
1022         * lib/mbsrchr.c: Likewise.
1023         * lib/mbssep.c: Likewise.
1024         * lib/mbsspn.c: Likewise.
1025         * lib/mbsstr.c: Likewise.
1026         * lib/mbstok_r.c: Likewise.
1027         * lib/mbswidth.c: Likewise.
1028         * lib/mbswidth.h: Likewise.
1029         * lib/mbuiter.h: Likewise.
1030         * lib/memcasecmp.c: Likewise.
1031         * lib/memcasecmp.h: Likewise.
1032         * lib/memchr.c: Likewise.
1033         * lib/memcmp.c: Likewise.
1034         * lib/memcoll.c: Likewise.
1035         * lib/memcoll.h: Likewise.
1036         * lib/memcpy.c: Likewise.
1037         * lib/memrchr.c: Likewise.
1038         * lib/mkancesdirs.c: Likewise.
1039         * lib/mkdir-p.c: Likewise.
1040         * lib/mkdir-p.h: Likewise.
1041         * lib/mkdir.c: Likewise.
1042         * lib/mkdirat.c: Likewise.
1043         * lib/mkdtemp.c: Likewise.
1044         * lib/mkstemp-safer.c: Likewise.
1045         * lib/mkstemp.c: Likewise.
1046         * lib/modechange.c: Likewise.
1047         * lib/modechange.h: Likewise.
1048         * lib/mountlist.c: Likewise.
1049         * lib/mountlist.h: Likewise.
1050         * lib/mpsort.c: Likewise.
1051         * lib/nanosleep.c: Likewise.
1052         * lib/obstack.c: Likewise.
1053         * lib/obstack.h: Likewise.
1054         * lib/open-safer.c: Likewise.
1055         * lib/open.c: Likewise.
1056         * lib/openat-die.c: Likewise.
1057         * lib/openat-priv.h: Likewise.
1058         * lib/openat-proc.c: Likewise.
1059         * lib/openat.c: Likewise.
1060         * lib/openat.h: Likewise.
1061         * lib/pagealign_alloc.c: Likewise.
1062         * lib/pagealign_alloc.h: Likewise.
1063         * lib/physmem.c: Likewise.
1064         * lib/physmem.h: Likewise.
1065         * lib/pipe-safer.c: Likewise.
1066         * lib/pipe.c: Likewise.
1067         * lib/pipe.h: Likewise.
1068         * lib/posixtm.c: Likewise.
1069         * lib/posixtm.h: Likewise.
1070         * lib/posixver.c: Likewise.
1071         * lib/printf-frexp.c: Likewise.
1072         * lib/printf-frexp.h: Likewise.
1073         * lib/printf-frexpl.c: Likewise.
1074         * lib/printf-frexpl.h: Likewise.
1075         * lib/printf.c: Likewise.
1076         * lib/progname.c: Likewise.
1077         * lib/progname.h: Likewise.
1078         * lib/progreloc.c: Likewise.
1079         * lib/putenv.c: Likewise.
1080         * lib/quote.c: Likewise.
1081         * lib/quote.h: Likewise.
1082         * lib/quotearg.c: Likewise.
1083         * lib/quotearg.h: Likewise.
1084         * lib/raise.c: Likewise.
1085         * lib/readline.c: Likewise.
1086         * lib/readline.h: Likewise.
1087         * lib/readlink.c: Likewise.
1088         * lib/readtokens.c: Likewise.
1089         * lib/readtokens.h: Likewise.
1090         * lib/readtokens0.c: Likewise.
1091         * lib/readtokens0.h: Likewise.
1092         * lib/readutmp.c: Likewise.
1093         * lib/readutmp.h: Likewise.
1094         * lib/realloc.c: Likewise.
1095         * lib/relocwrapper.c: Likewise.
1096         * lib/rename-dest-slash.c: Likewise.
1097         * lib/rename.c: Likewise.
1098         * lib/rmdir.c: Likewise.
1099         * lib/rpmatch.c: Likewise.
1100         * lib/safe-read.c: Likewise.
1101         * lib/safe-read.h: Likewise.
1102         * lib/safe-write.c: Likewise.
1103         * lib/safe-write.h: Likewise.
1104         * lib/same-inode.h: Likewise.
1105         * lib/same.c: Likewise.
1106         * lib/same.h: Likewise.
1107         * lib/save-cwd.c: Likewise.
1108         * lib/save-cwd.h: Likewise.
1109         * lib/savedir.c: Likewise.
1110         * lib/savedir.h: Likewise.
1111         * lib/savewd.c: Likewise.
1112         * lib/savewd.h: Likewise.
1113         * lib/search.in.h: Likewise.
1114         * lib/setenv.c: Likewise.
1115         * lib/setenv.h: Likewise.
1116         * lib/settime.c: Likewise.
1117         * lib/sh-quote.c: Likewise.
1118         * lib/sh-quote.h: Likewise.
1119         * lib/sig2str.c: Likewise.
1120         * lib/sig2str.h: Likewise.
1121         * lib/signal.in.h: Likewise.
1122         * lib/signbitd.c: Likewise.
1123         * lib/signbitf.c: Likewise.
1124         * lib/signbitl.c: Likewise.
1125         * lib/sigprocmask.c: Likewise.
1126         * lib/sincosl.c: Likewise.
1127         * lib/sleep.c: Likewise.
1128         * lib/sprintf.c: Likewise.
1129         * lib/sqrtl.c: Likewise.
1130         * lib/stat-time.h: Likewise.
1131         * lib/stdio--.h: Likewise.
1132         * lib/stdio-safer.h: Likewise.
1133         * lib/stdlib--.h: Likewise.
1134         * lib/stdlib-safer.h: Likewise.
1135         * lib/stdlib.in.h: Likewise.
1136         * lib/stpcpy.c: Likewise.
1137         * lib/stpncpy.c: Likewise.
1138         * lib/strchrnul.c: Likewise.
1139         * lib/strcspn.c: Likewise.
1140         * lib/strerror.c: Likewise.
1141         * lib/strftime.c: Likewise.
1142         * lib/strftime.h: Likewise.
1143         * lib/striconveh.c: Likewise.
1144         * lib/striconveh.h: Likewise.
1145         * lib/striconveha.c: Likewise.
1146         * lib/striconveha.h: Likewise.
1147         * lib/stripslash.c: Likewise.
1148         * lib/strnlen1.c: Likewise.
1149         * lib/strnlen1.h: Likewise.
1150         * lib/strtod.c: Likewise.
1151         * lib/strtoimax.c: Likewise.
1152         * lib/strtok_r.c: Likewise.
1153         * lib/strtol.c: Likewise.
1154         * lib/strtoll.c: Likewise.
1155         * lib/strtoul.c: Likewise.
1156         * lib/strtoull.c: Likewise.
1157         * lib/sysexits.in.h: Likewise.
1158         * lib/tempname.c: Likewise.
1159         * lib/tempname.h: Likewise.
1160         * lib/timespec.h: Likewise.
1161         * lib/tls.c: Likewise.
1162         * lib/tls.h: Likewise.
1163         * lib/tmpdir.c: Likewise.
1164         * lib/tmpdir.h: Likewise.
1165         * lib/tmpfile-safer.c: Likewise.
1166         * lib/tmpfile.c: Likewise.
1167         * lib/trigl.c: Likewise.
1168         * lib/trigl.h: Likewise.
1169         * lib/trim.c: Likewise.
1170         * lib/trim.h: Likewise.
1171         * lib/trunc.c: Likewise.
1172         * lib/truncf.c: Likewise.
1173         * lib/truncl.c: Likewise.
1174         * lib/tsearch.c: Likewise.
1175         * lib/unicodeio.c: Likewise.
1176         * lib/unicodeio.h: Likewise.
1177         * lib/unistd--.h: Likewise.
1178         * lib/unistd-safer.h: Likewise.
1179         * lib/unistdio/ulc-fprintf.c: Likewise.
1180         * lib/unistdio/ulc-vfprintf.c: Likewise.
1181         * lib/unlinkdir.c: Likewise.
1182         * lib/unlinkdir.h: Likewise.
1183         * lib/unlocked-io.h: Likewise.
1184         * lib/unsetenv.c: Likewise.
1185         * lib/userspec.c: Likewise.
1186         * lib/utime.c: Likewise.
1187         * lib/utimecmp.c: Likewise.
1188         * lib/utimecmp.h: Likewise.
1189         * lib/utimens.c: Likewise.
1190         * lib/verify.h: Likewise.
1191         * lib/verror.c: Likewise.
1192         * lib/verror.h: Likewise.
1193         * lib/version-etc-fsf.c: Likewise.
1194         * lib/version-etc.c: Likewise.
1195         * lib/version-etc.h: Likewise.
1196         * lib/vfprintf.c: Likewise.
1197         * lib/vprintf.c: Likewise.
1198         * lib/vsprintf.c: Likewise.
1199         * lib/w32spawn.h: Likewise.
1200         * lib/wait-process.c: Likewise.
1201         * lib/wait-process.h: Likewise.
1202         * lib/wcwidth.c: Likewise.
1203         * lib/write-any-file.c: Likewise.
1204         * lib/xalloc-die.c: Likewise.
1205         * lib/xalloc.h: Likewise.
1206         * lib/xasprintf.c: Likewise.
1207         * lib/xgetcwd.c: Likewise.
1208         * lib/xgetcwd.h: Likewise.
1209         * lib/xgetdomainname.c: Likewise.
1210         * lib/xgetdomainname.h: Likewise.
1211         * lib/xgethostname.c: Likewise.
1212         * lib/xmalloc.c: Likewise.
1213         * lib/xmalloca.c: Likewise.
1214         * lib/xmalloca.h: Likewise.
1215         * lib/xmemcoll.c: Likewise.
1216         * lib/xnanosleep.c: Likewise.
1217         * lib/xreadlink.c: Likewise.
1218         * lib/xreadlink.h: Likewise.
1219         * lib/xsetenv.c: Likewise.
1220         * lib/xsetenv.h: Likewise.
1221         * lib/xstriconv.c: Likewise.
1222         * lib/xstriconv.h: Likewise.
1223         * lib/xstrndup.c: Likewise.
1224         * lib/xstrndup.h: Likewise.
1225         * lib/xstrtod.c: Likewise.
1226         * lib/xstrtod.h: Likewise.
1227         * lib/xstrtol-error.c: Likewise.
1228         * lib/xstrtol.c: Likewise.
1229         * lib/xstrtol.h: Likewise.
1230         * lib/xtime.h: Likewise.
1231         * lib/xvasprintf.c: Likewise.
1232         * lib/xvasprintf.h: Likewise.
1233         * lib/yesno.c: Likewise.
1234         * lib/yesno.h: Likewise.
1235         * posix-modules: Likewise.
1236         * tests/test-alloca-opt.c: Likewise.
1237         * tests/test-arcfour.c: Likewise.
1238         * tests/test-arctwo.c: Likewise.
1239         * tests/test-argmatch.c: Likewise.
1240         * tests/test-argp-2.sh: Likewise.
1241         * tests/test-argp.c: Likewise.
1242         * tests/test-arpa_inet.c: Likewise.
1243         * tests/test-array_list.c: Likewise.
1244         * tests/test-array_oset.c: Likewise.
1245         * tests/test-atexit.c: Likewise.
1246         * tests/test-avltree_list.c: Likewise.
1247         * tests/test-avltree_oset.c: Likewise.
1248         * tests/test-avltreehash_list.c: Likewise.
1249         * tests/test-base64.c: Likewise.
1250         * tests/test-binary-io.c: Likewise.
1251         * tests/test-byteswap.c: Likewise.
1252         * tests/test-c-ctype.c: Likewise.
1253         * tests/test-c-strcasecmp.c: Likewise.
1254         * tests/test-c-strcasestr.c: Likewise.
1255         * tests/test-c-strncasecmp.c: Likewise.
1256         * tests/test-c-strstr.c: Likewise.
1257         * tests/test-canonicalize-lgpl.c: Likewise.
1258         * tests/test-canonicalize.c: Likewise.
1259         * tests/test-carray_list.c: Likewise.
1260         * tests/test-ceilf.c: Likewise.
1261         * tests/test-ceill.c: Likewise.
1262         * tests/test-count-one-bits.c: Likewise.
1263         * tests/test-crc.c: Likewise.
1264         * tests/test-dirname.c: Likewise.
1265         * tests/test-fbufmode.c: Likewise.
1266         * tests/test-fcntl.c: Likewise.
1267         * tests/test-fflush.c: Likewise.
1268         * tests/test-floorf.c: Likewise.
1269         * tests/test-floorl.c: Likewise.
1270         * tests/test-fopen.c: Likewise.
1271         * tests/test-fprintf-posix.c: Likewise.
1272         * tests/test-fprintf-posix.h: Likewise.
1273         * tests/test-fpurge.c: Likewise.
1274         * tests/test-freadable.c: Likewise.
1275         * tests/test-freadahead.c: Likewise.
1276         * tests/test-freading.c: Likewise.
1277         * tests/test-freopen.c: Likewise.
1278         * tests/test-frexp.c: Likewise.
1279         * tests/test-frexpl.c: Likewise.
1280         * tests/test-fseek.c: Likewise.
1281         * tests/test-fseeko.c: Likewise.
1282         * tests/test-fseterr.c: Likewise.
1283         * tests/test-fstrcmp.c: Likewise.
1284         * tests/test-ftell.c: Likewise.
1285         * tests/test-ftello.c: Likewise.
1286         * tests/test-fwritable.c: Likewise.
1287         * tests/test-fwriting.c: Likewise.
1288         * tests/test-getaddrinfo.c: Likewise.
1289         * tests/test-getpass.c: Likewise.
1290         * tests/test-gettimeofday.c: Likewise.
1291         * tests/test-hmac-md5.c: Likewise.
1292         * tests/test-hmac-sha1.c: Likewise.
1293         * tests/test-iconv.c: Likewise.
1294         * tests/test-iconvme.c: Likewise.
1295         * tests/test-inttypes.c: Likewise.
1296         * tests/test-isnan.c: Likewise.
1297         * tests/test-isnanf.c: Likewise.
1298         * tests/test-isnanl-nolibm.c: Likewise.
1299         * tests/test-isnanl.c: Likewise.
1300         * tests/test-isnanl.h: Likewise.
1301         * tests/test-ldexpl.c: Likewise.
1302         * tests/test-linked_list.c: Likewise.
1303         * tests/test-linkedhash_list.c: Likewise.
1304         * tests/test-locale.c: Likewise.
1305         * tests/test-localename.c: Likewise.
1306         * tests/test-lock.c: Likewise.
1307         * tests/test-lseek.c: Likewise.
1308         * tests/test-malloca.c: Likewise.
1309         * tests/test-math.c: Likewise.
1310         * tests/test-mbscasecmp.c: Likewise.
1311         * tests/test-mbscasestr1.c: Likewise.
1312         * tests/test-mbscasestr2.c: Likewise.
1313         * tests/test-mbscasestr3.c: Likewise.
1314         * tests/test-mbscasestr4.c: Likewise.
1315         * tests/test-mbschr.c: Likewise.
1316         * tests/test-mbscspn.c: Likewise.
1317         * tests/test-mbsncasecmp.c: Likewise.
1318         * tests/test-mbspbrk.c: Likewise.
1319         * tests/test-mbspcasecmp.c: Likewise.
1320         * tests/test-mbsrchr.c: Likewise.
1321         * tests/test-mbsspn.c: Likewise.
1322         * tests/test-mbsstr1.c: Likewise.
1323         * tests/test-mbsstr2.c: Likewise.
1324         * tests/test-mbsstr3.c: Likewise.
1325         * tests/test-md5.c: Likewise.
1326         * tests/test-memmem.c: Likewise.
1327         * tests/test-netinet_in.c: Likewise.
1328         * tests/test-open.c: Likewise.
1329         * tests/test-printf-frexp.c: Likewise.
1330         * tests/test-printf-frexpl.c: Likewise.
1331         * tests/test-printf-posix.c: Likewise.
1332         * tests/test-printf-posix.h: Likewise.
1333         * tests/test-rbtree_list.c: Likewise.
1334         * tests/test-rbtree_oset.c: Likewise.
1335         * tests/test-rbtreehash_list.c: Likewise.
1336         * tests/test-read-file.c: Likewise.
1337         * tests/test-rijndael.c: Likewise.
1338         * tests/test-search.c: Likewise.
1339         * tests/test-signbit.c: Likewise.
1340         * tests/test-sleep.c: Likewise.
1341         * tests/test-snprintf-posix.c: Likewise.
1342         * tests/test-snprintf-posix.h: Likewise.
1343         * tests/test-snprintf.c: Likewise.
1344         * tests/test-sprintf-posix.c: Likewise.
1345         * tests/test-sprintf-posix.h: Likewise.
1346         * tests/test-stat-time.c: Likewise.
1347         * tests/test-stdbool.c: Likewise.
1348         * tests/test-stdint.c: Likewise.
1349         * tests/test-stdio.c: Likewise.
1350         * tests/test-stdlib.c: Likewise.
1351         * tests/test-stpncpy.c: Likewise.
1352         * tests/test-strcasestr.c: Likewise.
1353         * tests/test-striconv.c: Likewise.
1354         * tests/test-striconveh.c: Likewise.
1355         * tests/test-striconveha.c: Likewise.
1356         * tests/test-string.c: Likewise.
1357         * tests/test-sys_select.c: Likewise.
1358         * tests/test-sys_socket.c: Likewise.
1359         * tests/test-sys_stat.c: Likewise.
1360         * tests/test-sys_time.c: Likewise.
1361         * tests/test-sysexits.c: Likewise.
1362         * tests/test-time.c: Likewise.
1363         * tests/test-tls.c: Likewise.
1364         * tests/test-trunc.c: Likewise.
1365         * tests/test-truncf.c: Likewise.
1366         * tests/test-truncl.c: Likewise.
1367         * tests/test-unistd.c: Likewise.
1368         * tests/test-vasnprintf-posix.c: Likewise.
1369         * tests/test-vasnprintf-posix2.c: Likewise.
1370         * tests/test-vasnprintf.c: Likewise.
1371         * tests/test-vasprintf-posix.c: Likewise.
1372         * tests/test-vasprintf.c: Likewise.
1373         * tests/test-verify.c: Likewise.
1374         * tests/test-vfprintf-posix.c: Likewise.
1375         * tests/test-vprintf-posix.c: Likewise.
1376         * tests/test-vsnprintf-posix.c: Likewise.
1377         * tests/test-vsnprintf.c: Likewise.
1378         * tests/test-vsprintf-posix.c: Likewise.
1379         * tests/test-wchar.c: Likewise.
1380         * tests/test-wctype.c: Likewise.
1381         * tests/test-wcwidth.c: Likewise.
1382         * tests/test-xstrtol.c: Likewise.
1383         * tests/test-xvasprintf.c: Likewise.
1384         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1385         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1386         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1387         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1388         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1389         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1390         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1391         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1392         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1393         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1394         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1395         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1396         * tests/uniname/test-uninames.c: Likewise.
1397         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1398         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1399         * tests/unistdio/test-u16-printf1.h: Likewise.
1400         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1401         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1402         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1403         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1404         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1405         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1406         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1407         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1408         * tests/unistdio/test-u32-printf1.h: Likewise.
1409         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1410         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1411         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1412         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1413         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1414         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1415         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1416         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1417         * tests/unistdio/test-u8-printf1.h: Likewise.
1418         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1419         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1420         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1421         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1422         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1423         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1424         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1425         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1426         * tests/unistdio/test-ulc-printf1.h: Likewise.
1427         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1428         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1429         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1430         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1431         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1432         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1433         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1434         * tests/uniwidth/test-u16-width.c: Likewise.
1435         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1436         * tests/uniwidth/test-u32-width.c: Likewise.
1437         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1438         * tests/uniwidth/test-u8-width.c: Likewise.
1439         * tests/uniwidth/test-uc_width.c: Likewise.
1440         * config/srclist-update: Likewise.
1441         (fixlicense): Update to GPLv3+.
1442
1443         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1444         * tests/test-tsearch.c: Change copyright notice.
1445
1446         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1447         * lib/c-strcaseeq.h: Change copyright notice.
1448         * lib/streq.h: Likewise.
1449         * lib/uniconv.h: Likewise.
1450         * lib/uniconv/u-conv-from-enc.h: Likewise.
1451         * lib/uniconv/u-conv-to-enc.h: Likewise.
1452         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1453         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1454         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1455         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1456         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1457         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1458         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1459         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1460         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1461         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1462         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1463         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1464         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1465         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1466         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1467         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1468         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1469         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1470         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1471         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1472         * lib/uniname.h: Likewise.
1473         * lib/uniname/uniname.c: Likewise.
1474         * lib/unistdio.h: Likewise.
1475         * lib/unistdio/u-asnprintf.h: Likewise.
1476         * lib/unistdio/u-asprintf.h: Likewise.
1477         * lib/unistdio/u-printf-args.c: Likewise.
1478         * lib/unistdio/u-printf-args.h: Likewise.
1479         * lib/unistdio/u-printf-parse.h: Likewise.
1480         * lib/unistdio/u-snprintf.h: Likewise.
1481         * lib/unistdio/u-sprintf.h: Likewise.
1482         * lib/unistdio/u-vasprintf.h: Likewise.
1483         * lib/unistdio/u-vsnprintf.h: Likewise.
1484         * lib/unistdio/u-vsprintf.h: Likewise.
1485         * lib/unistdio/u16-asnprintf.c: Likewise.
1486         * lib/unistdio/u16-asprintf.c: Likewise.
1487         * lib/unistdio/u16-printf-parse.c: Likewise.
1488         * lib/unistdio/u16-snprintf.c: Likewise.
1489         * lib/unistdio/u16-sprintf.c: Likewise.
1490         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1491         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1492         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1493         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1494         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1495         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1496         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1497         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1498         * lib/unistdio/u16-vasnprintf.c: Likewise.
1499         * lib/unistdio/u16-vasprintf.c: Likewise.
1500         * lib/unistdio/u16-vsnprintf.c: Likewise.
1501         * lib/unistdio/u16-vsprintf.c: Likewise.
1502         * lib/unistdio/u32-asnprintf.c: Likewise.
1503         * lib/unistdio/u32-asprintf.c: Likewise.
1504         * lib/unistdio/u32-printf-parse.c: Likewise.
1505         * lib/unistdio/u32-snprintf.c: Likewise.
1506         * lib/unistdio/u32-sprintf.c: Likewise.
1507         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1508         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1509         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1510         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1511         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1512         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1513         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1514         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1515         * lib/unistdio/u32-vasnprintf.c: Likewise.
1516         * lib/unistdio/u32-vasprintf.c: Likewise.
1517         * lib/unistdio/u32-vsnprintf.c: Likewise.
1518         * lib/unistdio/u32-vsprintf.c: Likewise.
1519         * lib/unistdio/u8-asnprintf.c: Likewise.
1520         * lib/unistdio/u8-asprintf.c: Likewise.
1521         * lib/unistdio/u8-printf-parse.c: Likewise.
1522         * lib/unistdio/u8-snprintf.c: Likewise.
1523         * lib/unistdio/u8-sprintf.c: Likewise.
1524         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1525         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1526         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1527         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1528         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1529         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1530         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1531         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1532         * lib/unistdio/u8-vasnprintf.c: Likewise.
1533         * lib/unistdio/u8-vasprintf.c: Likewise.
1534         * lib/unistdio/u8-vsnprintf.c: Likewise.
1535         * lib/unistdio/u8-vsprintf.c: Likewise.
1536         * lib/unistdio/ulc-asnprintf.c: Likewise.
1537         * lib/unistdio/ulc-asprintf.c: Likewise.
1538         * lib/unistdio/ulc-printf-parse.c: Likewise.
1539         * lib/unistdio/ulc-snprintf.c: Likewise.
1540         * lib/unistdio/ulc-sprintf.c: Likewise.
1541         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1542         * lib/unistdio/ulc-vasprintf.c: Likewise.
1543         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1544         * lib/unistdio/ulc-vsprintf.c: Likewise.
1545         * lib/unistr.h: Likewise.
1546         * lib/unistr/u-cpy-alloc.h: Likewise.
1547         * lib/unistr/u-cpy.h: Likewise.
1548         * lib/unistr/u-endswith.h: Likewise.
1549         * lib/unistr/u-move.h: Likewise.
1550         * lib/unistr/u-set.h: Likewise.
1551         * lib/unistr/u-startswith.h: Likewise.
1552         * lib/unistr/u-stpcpy.h: Likewise.
1553         * lib/unistr/u-stpncpy.h: Likewise.
1554         * lib/unistr/u-strcat.h: Likewise.
1555         * lib/unistr/u-strcpy.h: Likewise.
1556         * lib/unistr/u-strcspn.h: Likewise.
1557         * lib/unistr/u-strdup.h: Likewise.
1558         * lib/unistr/u-strlen.h: Likewise.
1559         * lib/unistr/u-strncat.h: Likewise.
1560         * lib/unistr/u-strncpy.h: Likewise.
1561         * lib/unistr/u-strnlen.h: Likewise.
1562         * lib/unistr/u-strpbrk.h: Likewise.
1563         * lib/unistr/u-strspn.h: Likewise.
1564         * lib/unistr/u-strstr.h: Likewise.
1565         * lib/unistr/u-strtok.h: Likewise.
1566         * lib/unistr/u16-check.c: Likewise.
1567         * lib/unistr/u16-chr.c: Likewise.
1568         * lib/unistr/u16-cmp.c: Likewise.
1569         * lib/unistr/u16-cpy-alloc.c: Likewise.
1570         * lib/unistr/u16-cpy.c: Likewise.
1571         * lib/unistr/u16-endswith.c: Likewise.
1572         * lib/unistr/u16-mblen.c: Likewise.
1573         * lib/unistr/u16-mbsnlen.c: Likewise.
1574         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1575         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1576         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1577         * lib/unistr/u16-mbtouc.c: Likewise.
1578         * lib/unistr/u16-mbtoucr.c: Likewise.
1579         * lib/unistr/u16-move.c: Likewise.
1580         * lib/unistr/u16-next.c: Likewise.
1581         * lib/unistr/u16-prev.c: Likewise.
1582         * lib/unistr/u16-set.c: Likewise.
1583         * lib/unistr/u16-startswith.c: Likewise.
1584         * lib/unistr/u16-stpcpy.c: Likewise.
1585         * lib/unistr/u16-stpncpy.c: Likewise.
1586         * lib/unistr/u16-strcat.c: Likewise.
1587         * lib/unistr/u16-strchr.c: Likewise.
1588         * lib/unistr/u16-strcmp.c: Likewise.
1589         * lib/unistr/u16-strcpy.c: Likewise.
1590         * lib/unistr/u16-strcspn.c: Likewise.
1591         * lib/unistr/u16-strdup.c: Likewise.
1592         * lib/unistr/u16-strlen.c: Likewise.
1593         * lib/unistr/u16-strmblen.c: Likewise.
1594         * lib/unistr/u16-strmbtouc.c: Likewise.
1595         * lib/unistr/u16-strncat.c: Likewise.
1596         * lib/unistr/u16-strncmp.c: Likewise.
1597         * lib/unistr/u16-strncpy.c: Likewise.
1598         * lib/unistr/u16-strnlen.c: Likewise.
1599         * lib/unistr/u16-strpbrk.c: Likewise.
1600         * lib/unistr/u16-strrchr.c: Likewise.
1601         * lib/unistr/u16-strspn.c: Likewise.
1602         * lib/unistr/u16-strstr.c: Likewise.
1603         * lib/unistr/u16-strtok.c: Likewise.
1604         * lib/unistr/u16-to-u32.c: Likewise.
1605         * lib/unistr/u16-to-u8.c: Likewise.
1606         * lib/unistr/u16-uctomb-aux.c: Likewise.
1607         * lib/unistr/u16-uctomb.c: Likewise.
1608         * lib/unistr/u32-check.c: Likewise.
1609         * lib/unistr/u32-chr.c: Likewise.
1610         * lib/unistr/u32-cmp.c: Likewise.
1611         * lib/unistr/u32-cpy-alloc.c: Likewise.
1612         * lib/unistr/u32-cpy.c: Likewise.
1613         * lib/unistr/u32-endswith.c: Likewise.
1614         * lib/unistr/u32-mblen.c: Likewise.
1615         * lib/unistr/u32-mbsnlen.c: Likewise.
1616         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1617         * lib/unistr/u32-mbtouc.c: Likewise.
1618         * lib/unistr/u32-mbtoucr.c: Likewise.
1619         * lib/unistr/u32-move.c: Likewise.
1620         * lib/unistr/u32-next.c: Likewise.
1621         * lib/unistr/u32-prev.c: Likewise.
1622         * lib/unistr/u32-set.c: Likewise.
1623         * lib/unistr/u32-startswith.c: Likewise.
1624         * lib/unistr/u32-stpcpy.c: Likewise.
1625         * lib/unistr/u32-stpncpy.c: Likewise.
1626         * lib/unistr/u32-strcat.c: Likewise.
1627         * lib/unistr/u32-strchr.c: Likewise.
1628         * lib/unistr/u32-strcmp.c: Likewise.
1629         * lib/unistr/u32-strcpy.c: Likewise.
1630         * lib/unistr/u32-strcspn.c: Likewise.
1631         * lib/unistr/u32-strdup.c: Likewise.
1632         * lib/unistr/u32-strlen.c: Likewise.
1633         * lib/unistr/u32-strmblen.c: Likewise.
1634         * lib/unistr/u32-strmbtouc.c: Likewise.
1635         * lib/unistr/u32-strncat.c: Likewise.
1636         * lib/unistr/u32-strncmp.c: Likewise.
1637         * lib/unistr/u32-strncpy.c: Likewise.
1638         * lib/unistr/u32-strnlen.c: Likewise.
1639         * lib/unistr/u32-strpbrk.c: Likewise.
1640         * lib/unistr/u32-strrchr.c: Likewise.
1641         * lib/unistr/u32-strspn.c: Likewise.
1642         * lib/unistr/u32-strstr.c: Likewise.
1643         * lib/unistr/u32-strtok.c: Likewise.
1644         * lib/unistr/u32-to-u16.c: Likewise.
1645         * lib/unistr/u32-to-u8.c: Likewise.
1646         * lib/unistr/u32-uctomb.c: Likewise.
1647         * lib/unistr/u8-check.c: Likewise.
1648         * lib/unistr/u8-chr.c: Likewise.
1649         * lib/unistr/u8-cmp.c: Likewise.
1650         * lib/unistr/u8-cpy-alloc.c: Likewise.
1651         * lib/unistr/u8-cpy.c: Likewise.
1652         * lib/unistr/u8-endswith.c: Likewise.
1653         * lib/unistr/u8-mblen.c: Likewise.
1654         * lib/unistr/u8-mbsnlen.c: Likewise.
1655         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1656         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1657         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1658         * lib/unistr/u8-mbtouc.c: Likewise.
1659         * lib/unistr/u8-mbtoucr.c: Likewise.
1660         * lib/unistr/u8-move.c: Likewise.
1661         * lib/unistr/u8-next.c: Likewise.
1662         * lib/unistr/u8-prev.c: Likewise.
1663         * lib/unistr/u8-set.c: Likewise.
1664         * lib/unistr/u8-startswith.c: Likewise.
1665         * lib/unistr/u8-stpcpy.c: Likewise.
1666         * lib/unistr/u8-stpncpy.c: Likewise.
1667         * lib/unistr/u8-strcat.c: Likewise.
1668         * lib/unistr/u8-strchr.c: Likewise.
1669         * lib/unistr/u8-strcmp.c: Likewise.
1670         * lib/unistr/u8-strcpy.c: Likewise.
1671         * lib/unistr/u8-strcspn.c: Likewise.
1672         * lib/unistr/u8-strdup.c: Likewise.
1673         * lib/unistr/u8-strlen.c: Likewise.
1674         * lib/unistr/u8-strmblen.c: Likewise.
1675         * lib/unistr/u8-strmbtouc.c: Likewise.
1676         * lib/unistr/u8-strncat.c: Likewise.
1677         * lib/unistr/u8-strncmp.c: Likewise.
1678         * lib/unistr/u8-strncpy.c: Likewise.
1679         * lib/unistr/u8-strnlen.c: Likewise.
1680         * lib/unistr/u8-strpbrk.c: Likewise.
1681         * lib/unistr/u8-strrchr.c: Likewise.
1682         * lib/unistr/u8-strspn.c: Likewise.
1683         * lib/unistr/u8-strstr.c: Likewise.
1684         * lib/unistr/u8-strtok.c: Likewise.
1685         * lib/unistr/u8-to-u16.c: Likewise.
1686         * lib/unistr/u8-to-u32.c: Likewise.
1687         * lib/unistr/u8-uctomb-aux.c: Likewise.
1688         * lib/unistr/u8-uctomb.c: Likewise.
1689         * lib/unitypes.h: Likewise.
1690         * lib/uniwidth.h: Likewise.
1691         * lib/uniwidth/cjk.h: Likewise.
1692         * lib/uniwidth/u16-strwidth.c: Likewise.
1693         * lib/uniwidth/u16-width.c: Likewise.
1694         * lib/uniwidth/u32-strwidth.c: Likewise.
1695         * lib/uniwidth/u32-width.c: Likewise.
1696         * lib/uniwidth/u8-strwidth.c: Likewise.
1697         * lib/uniwidth/u8-width.c: Likewise.
1698         * lib/uniwidth/width.c: Likewise.
1699
1700 2007-10-07  Bruno Haible  <bruno@clisp.org>
1701
1702         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1703         The file is still under LGPL (see modules/inttypes).
1704
1705 2007-10-06  Bruno Haible  <bruno@clisp.org>
1706
1707         * modules/trunc (Dependencies): Add 'extensions'.
1708         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1709         Reported by Ben Pfaff <blp@gnu.org>.
1710
1711 2007-10-06  Bruno Haible  <bruno@clisp.org>
1712
1713         * modules/freopen-tests: New file.
1714         * tests/test-freopen.c: New file.
1715
1716         * modules/fopen-tests: New file.
1717         * tests/test-fopen.c: New file.
1718
1719         * modules/fopen: New file.
1720         * lib/fopen.c: New file.
1721         * m4/fopen.m4: New file.
1722         * modules/freopen: New file.
1723         * lib/freopen.c: New file.
1724         * m4/freopen.m4: New file.
1725         * lib/stdio.in.h (fopen, freopen): New declarations.
1726         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1727         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1728         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1729         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1730         * doc/functions/fopen.texi: Mention the 'fopen' module.
1731         * doc/functions/freopen.texi: Mention the 'freopen' module.
1732
1733 2007-10-06  Bruno Haible  <bruno@clisp.org>
1734
1735         * modules/open-tests: New file.
1736         * tests/test-open.c: New file.
1737
1738         * modules/open: New file.
1739         * lib/open.c: New file.
1740         * m4/open.m4: New file.
1741         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1742         lib/open.c does.
1743         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1744         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1745         macros.
1746         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1747         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1748         REPLACE_OPEN.
1749         * doc/functions/open.texi: Mention the 'open' module.
1750
1751 2007-10-04  Bruno Haible  <bruno@clisp.org>
1752
1753         * modules/ceill-tests: New file.
1754         * tests/test-ceill.c: New file.
1755
1756         * modules/ceill: New file.
1757         * lib/ceill.c: Replace entire file.
1758         * m4/ceill.m4: New file.
1759         * lib/math.in.h (ceill): Replace declaration.
1760         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1761         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1762         * doc/functions/ceill.texi: Mention the 'ceill' module.
1763         * modules/mathl (Files): Remove lib/ceill.c.
1764         (Depends-on): Add ceill.
1765
1766 2007-10-04  Bruno Haible  <bruno@clisp.org>
1767
1768         * modules/ceilf-tests: New file.
1769         * tests/test-ceilf.c: New file.
1770
1771         * modules/ceilf: New file.
1772         * lib/ceil.c: New file.
1773         * lib/ceilf.c: New file.
1774         * m4/ceilf.m4: New file.
1775         * lib/math.in.h (ceilf): New declaration.
1776         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1777         HAVE_DECL_CEILF.
1778         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1779         HAVE_DECL_CEILF.
1780         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1781
1782 2007-10-04  Bruno Haible  <bruno@clisp.org>
1783
1784         * modules/floorl-tests: New file.
1785         * tests/test-floorl.c: New file.
1786
1787         * modules/floorl: New file.
1788         * lib/floorl.c: Replace entire file.
1789         * m4/floorl.m4: New file.
1790         * lib/math.in.h (floorl): Replace declaration.
1791         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1792         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1793         * doc/functions/floorl.texi: Mention the 'floorl' module.
1794         * modules/mathl (Files): Remove lib/floorl.c.
1795         (Depends-on): Add floorl.
1796
1797 2007-10-04  Bruno Haible  <bruno@clisp.org>
1798
1799         * modules/floorf-tests: New file.
1800         * tests/test-floorf.c: New file.
1801
1802         * modules/floorf: New file.
1803         * lib/floor.c: New file.
1804         * lib/floorf.c: New file.
1805         * m4/floorf.m4: New file.
1806         * lib/math.in.h (floorf): New declaration.
1807         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1808         HAVE_DECL_FLOORF.
1809         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1810         HAVE_DECL_FLOORF.
1811         * doc/functions/floorf.texi: Mention the 'floorf' module.
1812
1813 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1814             Bruno Haible  <bruno@clisp.org>
1815
1816         Advertise for the Git server instead of the CVS server.
1817         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1818         repository instead of the CVS one.
1819         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1820         about all VCS systems generically.
1821         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1822
1823 2007-10-04  Bruno Haible  <bruno@clisp.org>
1824
1825         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1826         means.
1827         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1828
1829 2007-10-04  Bruno Haible  <bruno@clisp.org>
1830
1831         * modules/truncl-tests: New file.
1832         * tests/test-truncl.c: New file.
1833
1834         * modules/truncl: New file.
1835         * lib/truncl.c: New file.
1836         * m4/truncl.m4: New file.
1837         * lib/math.in.h (truncl): New declaration.
1838         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1839         HAVE_DECL_TRUNCL.
1840         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1841         HAVE_DECL_TRUNCL.
1842         * doc/functions/truncl.texi: Mention the 'truncl' module.
1843
1844 2007-10-04  Bruno Haible  <bruno@clisp.org>
1845
1846         * modules/truncf-tests: New file.
1847         * tests/test-truncf.c: New file.
1848
1849         * modules/truncf: New file.
1850         * lib/trunc.c: Make paramerizable through USE_* macros.
1851         * lib/truncf.c: New file.
1852         * m4/truncf.m4: New file.
1853         * lib/math.in.h (truncf): New declaration.
1854         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1855         HAVE_DECL_TRUNCF.
1856         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1857         HAVE_DECL_TRUNCF.
1858         * doc/functions/truncf.texi: Mention the 'truncf' module.
1859
1860 2007-10-03  Bruno Haible  <bruno@clisp.org>
1861
1862         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1863         augmentation also for tests modules.
1864         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1865         * modules/atexit-tests (Makefile.am): Likewise.
1866         * modules/binary-io-tests (Makefile.am): Likewise.
1867         * modules/c-strcase-tests (Makefile.am): Likewise.
1868         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1869         * modules/canonicalize-tests (Makefile.am): Likewise.
1870         * modules/closein-tests (Makefile.am): Likewise.
1871         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1872         * modules/freadahead-tests (Makefile.am): Likewise.
1873         * modules/fseek-tests (Makefile.am): Likewise.
1874         * modules/fseeko-tests (Makefile.am): Likewise.
1875         * modules/ftell-tests (Makefile.am): Likewise.
1876         * modules/ftello-tests (Makefile.am): Likewise.
1877         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1878         * modules/isnanl-tests (Makefile.am): Likewise.
1879         * modules/lseek-tests (Makefile.am): Likewise.
1880         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1881         * modules/mbscasestr-tests (Makefile.am): Likewise.
1882         * modules/mbschr-tests (Makefile.am): Likewise.
1883         * modules/mbscspn-tests (Makefile.am): Likewise.
1884         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1885         * modules/mbspbrk-tests (Makefile.am): Likewise.
1886         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1887         * modules/mbsrchr-tests (Makefile.am): Likewise.
1888         * modules/mbsspn-tests (Makefile.am): Likewise.
1889         * modules/mbsstr-tests (Makefile.am): Likewise.
1890         * modules/printf-posix-tests (Makefile.am): Likewise.
1891         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1892         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1893         * modules/tsearch-tests (Makefile.am): Likewise.
1894         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1895         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1896         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1897         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1898         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1899         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1900         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1901         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1902         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1903         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1904         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1905         * modules/xstrtol-tests (Makefile.am): Likewise.
1906         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1907         * modules/yesno-tests (Makefile.am): Likewise.
1908
1909 2007-10-03  Bruno Haible  <bruno@clisp.org>
1910
1911         * modules/trunc-tests: New file.
1912         * tests/test-trunc.c: New file.
1913
1914         * modules/trunc: New file.
1915         * lib/trunc.c: New file.
1916         * m4/trunc.m4: New file.
1917         * lib/math.in.h (trunc): New declaration.
1918         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1919         HAVE_DECL_TRUNC.
1920         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1921         HAVE_DECL_TRUNC.
1922         * doc/functions/trunc.texi: Mention the 'trunc' module.
1923
1924 2007-10-03  Bruno Haible  <bruno@clisp.org>
1925
1926         * tests/test-fpending.c: New file, mostly copied
1927         from coreutils/lib/t-fpending.c.
1928         * modules/fpending-tests: New file.
1929
1930 2007-10-03  Bruno Haible  <bruno@clisp.org>
1931
1932         Port the stdio extensions to QNX (untested).
1933         * lib/fseterr.c (fseterr): Add support for QNX.
1934         * lib/fbufmode.c (fbufmode): Likewise.
1935         * lib/freadable.c (freadable): Likewise.
1936         * lib/fwritable.c (fwritable): Likewise.
1937         * lib/freading.c (freading): Likewise.
1938         * lib/fwriting.c (fwriting): Likewise.
1939         * lib/freadahead.c (freadahed): Likewise.
1940         * lib/fpurge.c (fpurge): Likewise.
1941         * lib/fseeko.c (rpl_fseeko): Likewise.
1942
1943 2007-10-03  Bruno Haible  <bruno@clisp.org>
1944             Jim Meyering  <jim@meyering.net>
1945             Eric Blake  <ebb9@byu.net>
1946
1947         * doc/relocatable.texi: Use @command instead of @program.
1948
1949 2007-10-02  Jim Meyering  <jim@meyering.net>
1950
1951         Perform one more "_.h" -> ".in.h" substitution.
1952         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1953         instead of unistd_.h here, too.
1954
1955 2007-10-01  Bruno Haible  <bruno@clisp.org>
1956
1957         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1958         Needed for the alloca-opt module.
1959
1960 2007-09-30  Bruno Haible  <bruno@clisp.org>
1961
1962         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1963         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1964         alloca_.h.
1965         * lib/argz.in.h: Renamed from lib/argz_.h.
1966         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1967         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1968         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1969         byteswap_.h.
1970         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1971         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1972         dirent_.h.
1973         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1974         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1975         fcntl_.h.
1976         * lib/float.in.h: Renamed from lib/float_.h.
1977         * modules/float (Files, Makefile.am): Use float.in.h instead of
1978         float_.h.
1979         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1980         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1981         fnmatch_.h.
1982         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1983         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1984         getopt_.h.
1985         * lib/glob.in.h: Renamed from lib/glob_.h.
1986         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1987         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1988         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1989         iconv_.h.
1990         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1991         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1992         inttypes_.h.
1993         * lib/locale.in.h: Renamed from lib/locale_.h.
1994         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1995         locale_.h.
1996         * lib/math.in.h: Renamed from lib/math_.h.
1997         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1998         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1999         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
2000         of netinet_in_.h. Add dependency.
2001         * lib/poll.in.h: Renamed from lib/poll_.h.
2002         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
2003         * lib/search.in.h: Renamed from lib/search_.h.
2004         * modules/search (Files, Makefile.am): Use search.in.h instead of
2005         search_.h.
2006         * lib/signal.in.h: Renamed from lib/signal_.h.
2007         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
2008         _signal.h.
2009         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
2010         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
2011         stdbool_.h.
2012         * lib/stdint.in.h: Renamed from lib/stdint_.h.
2013         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
2014         stdint_.h.
2015         * lib/stdio.in.h: Renamed from lib/stdio_.h.
2016         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
2017         stdio_.h.
2018         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
2019         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
2020         stdlib_.h.
2021         * lib/string.in.h: Renamed from lib/string_.h.
2022         * modules/string (Files, Makefile.am): Use string.in.h instead of
2023         string_.h.
2024         * doc/gnulib-tool.texi (Initial import): Update.
2025         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
2026         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
2027         of sys_select_.h. Add dependency.
2028         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
2029         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
2030         of sys_socket_.h.
2031         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
2032         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
2033         sys_stat_.h.
2034         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
2035         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
2036         sys_time_.h.
2037         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
2038         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
2039         sysexits_.h.
2040         * lib/time.in.h: Renamed from lib/time_.h.
2041         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
2042         * lib/unistd.in.h: Renamed from lib/unistd_.h.
2043         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
2044         unistd_.h.
2045         * lib/wchar.in.h: Renamed from lib/wchar_.h.
2046         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
2047         wchar_.h.
2048         * lib/wctype.in.h: Renamed from lib/wctype_.h.
2049         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
2050         wctype_.h.
2051         * build-aux/bootstrap (slurp): Update.
2052         * lib/.cppi-disable: Update.
2053
2054 2007-09-30  Bruno Haible  <bruno@clisp.org>
2055
2056         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
2057         Needed on BeOS.
2058
2059 2007-09-30  Bruno Haible  <bruno@clisp.org>
2060
2061         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
2062
2063 2007-09-29  Bruno Haible  <bruno@clisp.org>
2064
2065         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
2066
2067 2007-09-29  Bruno Haible  <bruno@clisp.org>
2068
2069         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
2070         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
2071         * build-aux/install-reloc: Compile also areadlink.c.
2072         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
2073
2074 2007-09-29  Bruno Haible  <bruno@clisp.org>
2075
2076         * gnulib-tool (func_emit_initmacro_done): Indentation.
2077
2078 2007-09-29  Bruno Haible  <bruno@clisp.org>
2079
2080         * README: Add CVS checkout update instructions.
2081         Info from Bob Proulx <bob@proulx.com>.
2082
2083 2007-09-28  Eric Blake  <ebb9@byu.net>
2084
2085         Provide move-if-change.
2086         * build-aux/move-if-change: New file, based on best practice
2087         rather than any canonical upstream location.
2088
2089 2007-09-28  Jim Meyering  <jim@meyering.net>
2090
2091         Fix canonicalize loop-detection corner case.
2092         Do not attempt to stat the symlink values stored via seen_triple.
2093         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
2094         on linux-2.6.18, (but not 2.6.22).
2095         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
2096         triple_compare.  The former compares dev,ino,filename, while the latter
2097         would actually stat dirname(filename) when dev and ino were equal.
2098         * lib/hash-triple.c: Install <string.h>.
2099         (STREQ): Define.
2100         (triple_compare_ino_str): New function.
2101         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
2102
2103 2007-09-28  Eric Blake  <ebb9@byu.net>
2104
2105         Enforce that AC_REPLACE_FUNCS files exist.
2106         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
2107         override check for typos.
2108
2109         Fix test-closein on Solaris 10.
2110         * tests/test-closein.c (main): Don't assume stdin can be inherited
2111         closed on all systems.
2112         * tests/test-closein.sh: Likewise.
2113         Reported by Piotr Tarnowski.
2114
2115 2007-09-28  Jim Meyering  <jim@meyering.net>
2116
2117         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
2118
2119 2007-09-27  Jim Meyering  <jim@meyering.net>
2120
2121         canonicalize: Avoid a false-positive cycle failure.
2122         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
2123         Sort.  Remove cycle-check.
2124         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
2125         not cycle-check.h.
2126         (seen_triple): New function.
2127         (canonicalize_filename_mode): Use it instead of cycle-check.
2128         * tests/test-canonicalize.c: Add a test for this bug.
2129         * tests/test-canonicalize.sh: Set up and run the test.
2130
2131         New module, file-set, from coreutils.
2132         * modules/file-set: Define it.
2133         * lib/file-set.c, lib/file-set.h: Implement.
2134
2135         New module, hash-triple, from coreutils.
2136         * modules/hash-triple: Define it.
2137         * lib/hash-triple.c, lib/hash-triple.h: Implement.
2138
2139 2007-09-25  Eric Blake  <ebb9@byu.net>
2140
2141         Fix strerror on Interix.
2142         * lib/string_.h (strerror): Declare replacement.
2143         * doc/functions/strerror.texi (strerror): Document the Interix
2144         shortcoming.
2145         * modules/string (Makefile.am): Support new hooks.
2146         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
2147         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
2148         gl_FUNC_STRERROR_SEPARATE.
2149         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
2150         * lib/strerror.c (rpl_strerror): Provide replacement.
2151         * modules/strerror (Depends-on): Add string.
2152         (configure.ac): Detect use of module.
2153         * tests/test-strerror.c: New file.
2154         * modules/strerror-tests: New test module.
2155         * modules/argp (Depends-on): Add strerror.
2156         * modules/error (Depends-on): Likewise.
2157         Reported by Martin Koeppe.
2158
2159 2007-09-24  Bruno Haible  <bruno@clisp.org>
2160
2161         * README: Update git instructions.
2162
2163 2007-09-24  Eric Blake  <ebb9@byu.net>
2164
2165         Revert fpending breakage from 2007-09-08.
2166         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
2167         __fpending.c.
2168
2169 2007-09-24  Jim Meyering  <jim@meyering.net>
2170
2171         filenamecat.c: Add a test.
2172         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
2173         showing how the function works when DIR is the empty string.
2174
2175 2007-09-21  Simon Josefsson  <simon@josefsson.org>
2176
2177         * tests/test-canonicalize.sh: Turn on executable bit.
2178
2179 2007-09-19  Eric Blake  <ebb9@byu.net>
2180
2181         * README: Update CVS instructions.
2182
2183 2007-09-18  Bruno Haible  <bruno@clisp.org>
2184
2185         * modules/areadlink: New file.
2186         * lib/areadlink.h (areadlink): New declaration.
2187         * lib/areadlink.c: New file, based on lib/xreadlink.c.
2188
2189 2007-09-17  Jim Meyering  <jim@meyering.net>
2190
2191         * lib/savewd.c (ESTALE) [!defined]: Define.
2192         Reported to be required on Interix by Martin Koeppe.
2193
2194 2007-09-17  Bruno Haible  <bruno@clisp.org>
2195
2196         * gnulib-tool (func_version): Use $version.
2197
2198 2007-09-16  Bruno Haible  <bruno@clisp.org>
2199
2200         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
2201         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2202         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2203         Reported by Greg Schafer <gschafer@zip.com.au>.
2204
2205 2007-09-15  Bruno Haible  <bruno@clisp.org>
2206
2207         * gnulib-tool (sed): Try a little harder to make bash understand the
2208         alias.
2209         Reported by Bruce Korb <bruce.korb@gmail.com>.
2210
2211 2007-09-13  Eric Blake  <ebb9@byu.net>
2212
2213         * ChangeLog: Remove conflict markers.
2214
2215 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2216
2217         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2218         Reported by Bruno Haible <bruno@clisp.org>.
2219
2220 2007-09-12  Bruno Haible  <bruno@clisp.org>
2221
2222         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2223         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2224         is not defined.
2225
2226 2007-09-12  Eric Blake  <ebb9@byu.net>
2227
2228         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2229         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2230         Autoconf definition.
2231         * modules/euidaccess (Depends-on): Add extensions, for
2232         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2233         * modules/fnmatch (Depends-on): Likewise.
2234         * modules/getaddrinfo (Depends-on): Likewise.
2235         * modules/getdelim (Depends-on): Likewise.
2236         * modules/getline (Depends-on): Likewise.
2237         * modules/getsubopt (Depends-on): Likewise.
2238         * modules/gettext (Depends-on): Likewise.
2239         * modules/group-member (Depends-on): Likewise.
2240         * modules/mbchar (Depends-on): Likewise.
2241         * modules/memmem (Depends-on): Likewise.
2242         * modules/mempcpy (Depends-on): Likewise.
2243         * modules/memrchr (Depends-on): Likewise.
2244         * modules/pagealign_alloc (Depends-on): Likewise.
2245         * modules/readutmp (Depends-on): Likewise.
2246         * modules/stpcpy (Depends-on): Likewise.
2247         * modules/stpncpy (Depends-on): Likewise.
2248         * modules/strchrnul (Depends-on): Likewise.
2249         * modules/strndup (Depends-on): Likewise.
2250         * modules/strsep (Depends-on): Likewise.
2251         * modules/strverscmp (Depends-on): Likewise.
2252         * modules/vasprintf (Depends-on): Likewise.
2253         * modules/wcwidth (Depends-on): Likewise.
2254         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2255         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2256         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2257         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2258         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2259         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2260         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2261         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2262         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2263         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2264         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2265         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2266         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2267         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2268         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2269         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2270         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2271         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2272         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2273         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2274         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2275         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2276         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2277         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2278         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2279         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2280         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2281         so that lock.m4 can be used in gettext without extensions module.
2282
2283 2007-09-11  Bruno Haible  <bruno@clisp.org>
2284
2285         * m4/isc-posix.m4: Remove file.
2286         Suggested by Eric Blake.
2287
2288 2007-09-11  Eric Blake  <ebb9@byu.net>
2289
2290         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2291
2292 2007-09-10  Bruno Haible  <bruno@clisp.org>
2293
2294         * posix-modules: Fix typo in error message.
2295         Reported by Matt <mkraai@beckman.com>.
2296
2297 2007-09-09  Bruno Haible  <bruno@clisp.org>
2298
2299         * doc/functions/getdelim.texi: Update list of platforms lacking the
2300         function.
2301         * doc/functions/getline.texi: Likewise.
2302
2303 2007-09-09  Jim Meyering  <jim@meyering.net>
2304
2305         * lib/hash.c (hash_initialize): Detect calloc failure.
2306         Reported by Bruno Haible.
2307
2308 2007-09-09  Bruno Haible  <bruno@clisp.org>
2309
2310         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2311         malloc or realloc fails.
2312
2313 2007-09-09  Bruno Haible  <bruno@clisp.org>
2314
2315         * modules/getcwd (Depends-on): Add malloc-posix.
2316         * modules/glob (Depends-on): Likewise.
2317         * modules/putenv (Depends-on): Likewise.
2318         * modules/strdup (Depends-on): Likewise.
2319         * modules/getdelim (Depends-on): Add realloc-posix.
2320         * modules/read-file (Depends-on): Likewise.
2321
2322 2007-09-09  Bruno Haible  <bruno@clisp.org>
2323
2324         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2325         (gl_FUNC_MALLOC_POSIX): Require it.
2326         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2327         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2328         * modules/realloc (Files): Add m4/malloc.m4.
2329         * modules/calloc (Files): Likewise.
2330
2331 2007-09-09  Bruno Haible  <bruno@clisp.org>
2332
2333         * modules/malloc-posix: New file.
2334         * modules/malloc (Depends-on): Add malloc-posix.
2335         * lib/malloc.c: Include errno.h.
2336         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2337         and a POSIX-compatible malloc into a single function. Set ENOMEM
2338         when returning NULL.
2339         * m4/malloc.m4: New file.
2340         * doc/functions/malloc.texi: Mention the malloc-posix module.
2341         * lib/stdlib_.h (malloc): New declaration.
2342         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2343         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2344         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2345         and HAVE_MALLOC_POSIX.
2346
2347 2007-09-09  Bruno Haible  <bruno@clisp.org>
2348
2349         * modules/realloc-posix: New file.
2350         * modules/realloc (Depends-on): Add realloc-posix.
2351         * lib/realloc.c: Include errno.h.
2352         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2353         and a POSIX-compatible realloc into a single function. Set ENOMEM
2354         when returning NULL.
2355         * m4/realloc.m4: New file.
2356         * doc/functions/realloc.texi: Mention the realloc-posix module.
2357         * lib/stdlib_.h (realloc): New declaration.
2358         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2359         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2360         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2361         and HAVE_REALLOC_POSIX.
2362
2363 2007-09-09  Bruno Haible  <bruno@clisp.org>
2364
2365         * modules/calloc-posix: New file.
2366         * modules/calloc (Depends-on): Add calloc-posix.
2367         * lib/calloc.c: Include errno.h.
2368         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2369         and a POSIX-compatible calloc into a single function. Set ENOMEM
2370         when returning NULL.
2371         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2372         * doc/functions/calloc.texi: Mention the calloc-posix module.
2373         * lib/stdlib_.h (calloc): New declaration.
2374         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2375         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2376         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2377         and HAVE_CALLOC_POSIX.
2378
2379 2007-09-09  Bruno Haible  <bruno@clisp.org>
2380
2381         Allow for modules to show an arbitrary notice.
2382         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2383         * gnulib-tool: New option --extract-notice.
2384         (func_usage): Document it.
2385         (sed_extract_prog): Update.
2386         (func_get_notice): New function.
2387         (func_modules_notice): New function.
2388         (func_import, func_create_testdir): Invoke it.
2389         Suggested by Jim Meyering.
2390
2391 2007-09-09  Bruno Haible  <bruno@clisp.org>
2392
2393         * gnulib-tool: New options --verbose, --quiet.
2394         (func_usage): Document them.
2395         (verbose): New variable.
2396         (func_execute_command): New function.
2397         (func_import): Don't show the module list and the file list if
2398         $verbose < 0.
2399         (func_create_testdir): Likewise. Use func_execute_command.
2400         (func_create_megatestdir): Use func_execute_command.
2401
2402 2007-09-08  Bruno Haible  <bruno@clisp.org>
2403
2404         * gnulib-tool (func_import): Prefer rsync over wget when available,
2405         for fetching the PO files.
2406
2407 2007-09-08  Bruno Haible  <bruno@clisp.org>
2408
2409         * posix-modules: New file. Portions copied from gnulib-tool.
2410         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2411
2412 2007-09-08  Jim Meyering  <jim@meyering.net>
2413
2414         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2415         * lib/fpending.h: Rename from __fpending.h.
2416         * lib/fpending.c: Rename from __fpending.c.
2417         Include "fpending.h", not "__fpending.h".
2418         * lib/__fpending.h, lib/__fpending.c: Remove files.
2419         * modules/fpending (Files): Reflect new file names.
2420         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2421
2422 2007-09-08  Bruno Haible  <bruno@clisp.org>
2423
2424         * m4/inttypes-h.m4: Remove stub file.
2425
2426 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2427
2428         * doc/headers/stdint.texi: Discuss #include_next issue.
2429
2430 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2431
2432         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2433
2434 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2435
2436         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2437         in variable name.
2438
2439 2007-09-03  Jim Meyering  <jim@meyering.net>
2440
2441         New module: git-version-gen.
2442         * modules/git-version-gen: New file.
2443
2444         Import changes from coreutils for bootstrap script.
2445
2446         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2447
2448         bootstrap: uses rsync to download the .po files
2449         * build-aux/bootstrap (po_download_command_format): New global.
2450         (download_po_files): Use rsync.
2451         (update_po_files): Don't remove .po files after download,
2452         so future rsync runs can take advantage of the copies.
2453
2454         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2455
2456         Solve the unnecessary-.po-file-regeneration problem once and for all.
2457         * build-aux/bootstrap (download_po_files): New function, renamed from
2458         get_translations.  Now, downloads, but doesn't update LINGUAS.
2459         (update_po_files): New function.
2460
2461         bootstrap: Ignore more.
2462         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2463         uniwidth to e.g., lib/.gitignore.
2464         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2465
2466         * build-aux/bootstrap: New setting: vc_ignore.
2467         (insert_sorted_if_absent): Create $file if absent.
2468         Adapt to new, possibly empty, list: $vc_ignore.
2469
2470         bootstrap: generate more ignorable names
2471         * build-aux/bootstrap (slurp): When generating ignorable names,
2472         also map .sin to .sed, .gperf to .c, and .y to .c.
2473
2474 2007-09-03  Jim Meyering  <jim@meyering.net>
2475
2476         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2477         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2478
2479 2007-09-02  Bruno Haible  <bruno@clisp.org>
2480
2481         Fix mis-recognition of 'mcs' on QNX 6.
2482         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2483         output contains the string "Mono".
2484         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2485         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2486
2487 2007-09-01  Bruno Haible  <bruno@clisp.org>
2488
2489         Fix collision between uniwidth/* and linebreak modules.
2490         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2491         u32_width): Remove declarations.
2492         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2493         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2494         streq3, streq2, streq1, streq0): Remove functions.
2495         (STREQ): Remove macro.
2496         (is_cjk_encoding): Remove function.
2497         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2498         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2499         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2500         * NEWS: Document the change.
2501
2502 2007-09-01  Bruno Haible  <bruno@clisp.org>
2503
2504         * lib/streq.h: Add double-inclusion guard.
2505
2506 2007-09-01  Karl Berry  <karl@gnu.org>
2507
2508         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2509
2510 2007-08-28  Jim Meyering  <jim@meyering.net>
2511
2512         Rename mreadlink_with_size to areadlink_with_size.
2513         * NEWS: Document the change.
2514         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2515         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2516         * lib/mreadlink.h: Rename this to...
2517         * lib/areadlink.h: ...this.
2518         * modules/mreadlink-with-size: Rename this to...
2519         * modules/areadlink-with-size: ...this.
2520         * lib/canonicalize.c: Reflect the renaming.
2521         * modules/canonicalize: Likewise.
2522
2523 2007-08-26  Bruno Haible  <bruno@clisp.org>
2524
2525         * gnulib-tool (func_import): When deciding which files to remove,
2526         consider also dangling symbolic links.
2527         Reported by Eric Blake.
2528
2529 2007-08-26  Bruno Haible  <bruno@clisp.org>
2530
2531         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2532
2533 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2534
2535         * lib/readline.c: Don't include getline.h, the prototype is now
2536         found in stdio.h.
2537
2538 2007-08-23  Jim Meyering  <jim@meyering.net>
2539
2540         Getdelim touchup.
2541         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2542         around the funlockfile call, since funlockfile never sets errno.
2543         Don't set errno upon failed realloc.
2544
2545 2007-08-22  Eric Blake  <ebb9@byu.net>
2546
2547         Getline touchups.
2548         * lib/getdelim.c (getdelim): Revert regression that required *n to
2549         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2550         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2551         getdelim, rather than whether implementation is missing.
2552         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2553         * lib/stdio_.h (getline): Also declare if replacement is
2554         required.
2555         * doc/functions/getdelim.texi: New file.
2556         * doc/functions/getline.texi: Likewise.
2557         * doc/gnulib.texi (Function Substitutes): Add new files.
2558         Reported by Bruno Haible.
2559
2560 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2561
2562         * users.txt: Add Guile.
2563
2564 2007-08-22  Eric Blake  <ebb9@byu.net>
2565
2566         * tests/test-getdelim.c (main): Use remove, not unlink.
2567         * tests/test-getline.c (main): Likewise.
2568
2569         Move getline and getdelim into stdio.h, per POSIX 200x.
2570         * modules/getline (Files): Remove getline.h.
2571         (Depends-on): Add stdio.
2572         (configure.ac): Add module indicator.
2573         * modules/getdelim (Files): Remove getdelim.h.
2574         (Depends-on): Add stdio.
2575         (configure.ac): Add module indicator.
2576         * modules/stdio (Makefile.am): Work with new indicators.
2577         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2578         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2579         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2580         * lib/getdelim.h: Delete.
2581         * lib/getline.h: Delete.
2582         * lib/stdio_.h (getdelim, getline): Declare.
2583         * modules/getdelim-tests: New module.
2584         * modules/getline-tests: Likewise.
2585         * tests/test-getdelim.c: New file.
2586         * tests/test-getline.c: Likewise.
2587         * NEWS: Document the change.
2588         * lib/getline.c: Update choice of header.
2589         * lib/csharpcomp.c: Likewise.
2590         * lib/getpass.c: Likewise.
2591         * lib/javacomp.c: Likewise.
2592         * lib/javaversion.c: Likewise.
2593         * lib/yesno.c: Likewise.
2594         * lib/getdelim.c: Likewise.
2595         (getdelim): Set errno on failure, and avoid memory leak.
2596
2597 2007-08-19  Bruno Haible  <bruno@clisp.org>
2598
2599         * modules/closein (Depends-on): Add freadahead.
2600         * lib/closein.c: Include freadahead.h.
2601         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2602         is zero.
2603
2604 2007-08-19  Bruno Haible  <bruno@clisp.org>
2605
2606         * modules/freadahead-tests: New file.
2607         * tests/test-freadahead.sh: New file.
2608         * tests/test-freadahead.c: New file.
2609
2610         * modules/freadahead: New file.
2611         * lib/freadahead.h: New file.
2612         * lib/freadahead.c: New file.
2613         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2614         fbufmode, fpurge, freadable, fwritable.
2615
2616 2007-08-19  Eric Blake  <ebb9@byu.net>
2617
2618         Test yesno in combination with closein.
2619         * lib/yesno.c (yesno): Document use of stdin.
2620         * modules/yesno-tests (Files): New module.
2621         * tests/test-yesno.c (main): New file.
2622         * tests/test-yesno.sh: Likewise.
2623
2624 2007-08-19  Bruno Haible  <bruno@clisp.org>
2625
2626         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2627         * lib/fseeko.c (rpl_fseeko): Likewise.
2628         * lib/fseterr.c (fseterr): Likewise.
2629
2630 2007-08-19  Bruno Haible  <bruno@clisp.org>
2631
2632         * tests/test-lseek.c (main): Disable a test for BeOS.
2633         * doc/functions/lseek.texi: Document the BeOS bug.
2634
2635 2007-08-19  Bruno Haible  <bruno@clisp.org>
2636             Eric Blake  <ebb9@byu.net>
2637
2638         * lib/lseek.c: Include <sys/stat.h>.
2639         (rpl_lseek): Add workaround code also for Unix platforms.
2640         Needed for BeOS.
2641         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2642         * doc/functions/lseek.texi: Document BeOS definiency.
2643
2644 2007-08-18  Bruno Haible  <bruno@clisp.org>
2645
2646         * modules/fstrcmp-tests: New file.
2647         * tests/test-fstrcmp.c: New file.
2648
2649 2007-08-18  Bruno Haible  <bruno@clisp.org>
2650
2651         * modules/fstrcmp: New file, from GNU gettext with modifications.
2652         * lib/fstrcmp.h: New file, from GNU gettext.
2653         * lib/fstrcmp.c: New file, from GNU gettext.
2654         * MODULES.html.sh (String handling): Add fstrcmp.
2655
2656 2007-08-18  Bruno Haible  <bruno@clisp.org>
2657
2658         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2659         'bool'.
2660         (diag, compareseq): Remove const from the ctxt argument.
2661         (USE_HEURISTIC): Undefine at the end.
2662
2663 2007-08-18  Jim Meyering  <jim@meyering.net>
2664
2665         New file: lib/idcache.h
2666         * NEWS: Mention the addition.
2667         * modules/idcache (Files): Add lib/idcache.h
2668         * lib/idcache.c: Include "idcache.h".
2669         Don't include <sys/types.h>.
2670         Add a FIXME comment.
2671         Move file-scoped "static" declarations to the top.
2672         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2673
2674 2007-08-17  Bruno Haible  <bruno@clisp.org>
2675         and Paul Eggert  <eggert@cs.ucla.edu>
2676
2677         * MODULES.html.sh: Add diffseq.
2678         * modules/diffseq: New file.
2679         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2680         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2681
2682 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2683
2684         Import changes from coreutils for bootstrap script.
2685
2686         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2687
2688         * build-aux/bootstrap (slurp): Work even in environments where
2689         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2690         current code does not slurp files whose names start with ".", and
2691         this looks like it might be a troublesome area.
2692
2693         2007-07-11  Jim Meyering  <jim@meyering.net>
2694
2695         If there's a GPL vN copyright comment, require that N == 3.
2696
2697         2007-07-08  Jim Meyering  <jim@meyering.net>
2698
2699         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2700         * build-aux/bootstrap (mam_template): Move definition out of loop.
2701
2702         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2703
2704         * build-aux/bootstrap (symlink_to_dir): Rename function from
2705         symlink_to_gnulib.  Add a directory parameter.  Update all
2706         callers.
2707         (cp_mark_as_generated): Also check for -- and link to -- files in
2708         gl/.
2709
2710         2007-07-08  Jim Meyering  <jim@meyering.net>
2711
2712         Adapt to deeper hierarchy in gnulib.
2713         * build-aux/bootstrap (symlink_to_dir): If the destination
2714         directory doesn't exist, create it. This is required at least for
2715         "lib/uniwidth/cjk.h".
2716
2717         2007-05-15  Jim Meyering  <jim@meyering.net>
2718
2719         * build-aux/bootstrap: Now that generated Makefile.am files
2720         are no longer under version control, they must be created at
2721         bootstrap time.
2722
2723 2007-08-14  Ben Pfaff  <blp@gnu.org>
2724
2725         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2726
2727 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2728
2729         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2730         given the changes below.
2731         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2732         even on hosts that have padding bits beyond the supported 64.
2733
2734 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2735
2736         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2737         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2738         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2739         depends on it.
2740         (xstrtol_error): Remove.
2741         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2742         but with a different signature.
2743         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2744         * lib/xstrtol-error.c: Include exitfail.h.
2745         (xstrtol_fatal): New function, with a different signature from the
2746         old xstrtol_error, so that the caller need not worry about passing
2747         in an exit status, or about storage management of the option argument.
2748         (xstrtol_error): Now a static function.  Redo signature to
2749         implement xstrtol_fatal.  Output the correct number of hyphens in
2750         front of the option so that the caller need not worry about
2751         storage management.
2752         (N_): New macro.
2753         (_): Remove; not used now.
2754         * modules/xstrtol: Depend on getopt.
2755         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2756         of old STRTOL_FATAL_ERROR macro.
2757         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2758         of test program.
2759         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2760         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2761
2762 2007-08-08  Eric Blake  <ebb9@byu.net>
2763
2764         * lib/xstrtol-error.c: Add missing include.
2765
2766         Move xstrtol messages into gnulib domain, when --pobase is used.
2767         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2768         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2769         * modules/xstrtol (Files): Distribute new file.
2770         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2771         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2772         * tests/test-xstrtol.c: ...into new file.
2773         * tests/test-xstrtoul.c: Also test xstrtoul.
2774         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2775         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2776         * tests/test-xstrtol.sh: Drive the tests.
2777         * tests/test-xstrtoimax.sh: Likewise.
2778         * tests/test-xstrtoumax.sh: Likewise.
2779         * modules/xstrtol-tests: New module.
2780         * modules/xstrtoimax-tests: Likewise.
2781         * modules/xstrtoumax-tests: Likewise.
2782
2783 2007-08-08  Jim Meyering  <jim@meyering.net>
2784
2785         New function: mfile_name_concat.
2786         * lib/filenamecat.c (mfile_name_concat): New function, just like
2787         file_name_concat, but return NULL upon failure rather than exiting
2788         with a diagnostic.
2789         * lib/filenamecat.h: Declare it.
2790
2791 2007-08-07  Bruno Haible  <bruno@clisp.org>
2792
2793         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2794         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2795         warning from gcc.
2796         Reported by Eric Blake.
2797
2798 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2799
2800         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2801         * modules/crypto/arcfour (License): Likewise.
2802         * modules/crypto/des-tests (License): Likewise.
2803         * modules/crypto/gc-arctwo-tests (License): Likewise.
2804         * modules/crypto/gc-des-tests (License): Likewise.
2805         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2806         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2807         * modules/crypto/gc-md2-tests (License): Likewise.
2808         * modules/crypto/gc-md4-tests (License): Likewise.
2809         * modules/crypto/gc-md5-tests (License): Likewise.
2810         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2811         * modules/crypto/gc-rijndael-tests (License): Likewise.
2812         * modules/crypto/gc-sha1-tests (License): Likewise.
2813         * modules/crypto/gc-tests (License): Likewise.
2814         * modules/crypto/hmac-md5 (License): Likewise.
2815         * modules/crypto/hmac-sha1 (License): Likewise.
2816         * modules/crypto/md2-tests (License): Likewise.
2817         * modules/crypto/md4-tests (License): Likewise.
2818         * modules/crypto/md5 (License): Likewise.
2819         * modules/crypto/rijndael (License): Likewise.
2820         * modules/crypto/sha1 (License): Likewise.
2821         * modules/memxor (License): Likewise.
2822
2823 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2824         and Bruno Haible  <bruno@clisp.org>
2825
2826         * NEWS: Describe interface changes to human, xstrtol.
2827         * lib/human.h: Include <xstrtol.h>.
2828         (human_options): Return enum strtol_error, not int.  Remove
2829         bool arg; take int * instead.
2830         * lib/human.c: Don't include "gettext.h".
2831         (_): Remove; no longer used.
2832         Don't include <xstrtol.h>, since human.h does it.
2833         (human_options): Adjust to abovementioned interface changes.
2834         Do not report error to stderr; that's now the caller's
2835         responsibility.
2836         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2837         interface change.
2838         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2839         Str, Argument_type_string.  All uses changed.  Put " argument"
2840         in diagnostics to make them clearer.  Change wording of suffix
2841         message for clarity.
2842         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2843         Argument_type_string.
2844         (STRTOL_FATAL_WARN): Remove; no longer used.
2845         * modules/human (Depends-on): Remove gettext-h.
2846
2847 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2848
2849         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2850
2851 2007-07-31  Bruno Haible  <bruno@clisp.org>
2852
2853         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2854         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2855         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2856
2857 2007-07-31  Bruno Haible  <bruno@clisp.org>
2858
2859         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2860         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2861
2862 2007-07-30  Bruno Haible  <bruno@clisp.org>
2863
2864         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2865         * modules/c-ctype (License): Likewise.
2866         * modules/c-strcase (License): Likewise.
2867         * modules/check-version (License): Likewise.
2868         * modules/iconv (License): Likewise.
2869         * modules/iconv_open (License): Likewise.
2870         * modules/read-file (License): Likewise.
2871         * modules/striconv (License): Likewise.
2872         * modules/strverscmp (License): Likewise.
2873         * modules/vasprintf (License): Likewise.
2874         * modules/crypto/des (License): Likewise.
2875         * modules/crypto/gc (License): Likewise.
2876         * modules/crypto/gc-arcfour (License): Likewise.
2877         * modules/crypto/gc-arctwo (License): Likewise.
2878         * modules/crypto/gc-des (License): Likewise.
2879         * modules/crypto/gc-hmac-md5 (License): Likewise.
2880         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2881         * modules/crypto/gc-md2 (License): Likewise.
2882         * modules/crypto/gc-md4 (License): Likewise.
2883         * modules/crypto/gc-md5 (License): Likewise.
2884         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2885         * modules/crypto/gc-random (License): Likewise.
2886         * modules/crypto/gc-rijndael (License): Likewise.
2887         * modules/crypto/gc-sha1 (License): Likewise.
2888         * modules/crypto/md2 (License): Likewise.
2889         * modules/crypto/md4 (License): Likewise.
2890
2891 2007-07-30  Jim Meyering  <jim@meyering.net>
2892
2893         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2894         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2895         it has valid stat data.  This bug would cause du not to count the
2896         sizes of inaccessible directories.
2897         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2898         in <http://bugzilla.redhat.com/250077>.
2899
2900 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2901             Bruno Haible  <bruno@clisp.org>
2902
2903         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2904         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2905         #include_next, gives a diagnostic about it, but reports no error in
2906         the exit code.
2907         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2908
2909 2007-07-24  Ben Pfaff  <blp@gnu.org>
2910
2911         Improve name: "count-one-bits" is better than "popcount".
2912         * MODULES.html.sh: Update name.
2913         * lib/popcount.h: Renamed lib/count-one-bits.h.
2914         (popcount): Renamed count_one_bits.
2915         (popcountl): Renamed count_one_bits_l.
2916         (popcountll): Renamed count_one_bits_ll.
2917         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2918         * modules/popcount: Renamed module/count-one-bits.
2919         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2920         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2921
2922 2007-07-23  Ben Pfaff  <blp@gnu.org>
2923
2924         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2925         better code generation, and add U to large constants to avoid
2926         warnings, in non-GCC case.
2927         Suggested by Bruno Haible.
2928
2929 2007-07-23  Ben Pfaff  <blp@gnu.org>
2930
2931         * lib/popcount.h: Use verify_true instead of if...abort.
2932         * modules/popcount: Depend on verify module.
2933         Suggested by Jim Meyering.
2934
2935 2007-07-23  Bruno Haible  <bruno@clisp.org>
2936
2937         * gnulib-tool (func_import): Create a .cvsignore file also when the
2938         directory is not yet in CVS but the toplevel directory is. When
2939         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2940         Reported by Karl Berry.
2941
2942 2007-07-22  Ben Pfaff  <blp@gnu.org>
2943
2944         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2945         case.
2946         Suggested by Eric Blake.
2947
2948 2007-07-22  Ben Pfaff  <blp@gnu.org>
2949
2950         New module: popcount.
2951         * MODULES.html.sh: Add popcount.
2952         * modules/popcount: New file.
2953         * modules/popcount-tests: New file.
2954         * tests/test-popcount.c: New file.
2955         * lib/popcount.h: New file.
2956         * m4/popcount.m4: New file.
2957
2958 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2959
2960         * build-aux/announce-gen: Update to GPLv3.
2961
2962         * build-aux/config.guess: Update from config.
2963
2964 2007-07-21  Bruno Haible  <bruno@clisp.org>
2965
2966         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2967         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2968
2969 2007-07-20  Jim Meyering  <jim@meyering.net>
2970
2971         * check-module: Diagnose a self-dependency.
2972
2973 2007-07-19  Bruno Haible  <bruno@clisp.org>
2974
2975         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2976         empty.
2977         Reported by Eric Blake.
2978
2979 2007-07-18  Bruno Haible  <bruno@clisp.org>
2980
2981         * gnulib-tool: New options --po-base, --po-domain.
2982         (func_usage): Document them.
2983         (pobase, po_domain): New variables.
2984         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2985         DEFAULT_TEXT_DOMAIN.
2986         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2987         (func_import): Consider pobase and po_domain. Create a po/ directory.
2988         (func_create_testdir): Set pobase and po_domain to empty.
2989         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2990         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2991
2992 2007-07-18  Bruno Haible  <bruno@clisp.org>
2993
2994         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2995         EXTRA_DIST augmentation for files in build-aux/.
2996
2997 2007-07-16  Bruno Haible  <bruno@clisp.org>
2998
2999         * modules/lseek (License): Use the synonymous term "LGPLv2+".
3000         * modules/getdelim (License): Likewise.
3001
3002 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3003
3004         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
3005         * modules/d-type (License): Likewise.
3006         * modules/extensions (License): Likewise.
3007         * modules/fnmatch (License): Likewise.
3008         * modules/fseeko (License): Likewise.
3009         * modules/getaddrinfo (License): Likewise.
3010         * modules/getline (License): Likewise.
3011         * modules/getlogin_r (License): Likewise.
3012         * modules/getpass (License): Likewise.
3013         * modules/gettimeofday (License): Likewise.
3014         * modules/glob (License): Likewise.
3015         * modules/inet_ntop (License): Likewise.
3016         * modules/malloc (License): Likewise.
3017         * modules/malloca (License): Likewise.
3018         * modules/memmem (License): Likewise.
3019         * modules/mempcpy (License): Likewise.
3020         * modules/memset (License): Likewise.
3021         * modules/minmax (License): Likewise.
3022         * modules/mktime (License): Likewise.
3023         * modules/netinet_in (License): Likewise.
3024         * modules/pathmax (License): Likewise.
3025         * modules/poll (License): Likewise.
3026         * modules/regex (License): Likewise.
3027         * modules/snprintf (License): Likewise.
3028         * modules/stdbool (License): Likewise.
3029         * modules/stdint (License): Likewise.
3030         * modules/stdio (License): Likewise.
3031         * modules/strcase (License): Likewise.
3032         * modules/strcasestr (License): Likewise.
3033         * modules/strdup (License): Likewise.
3034         * modules/string (License): Likewise.
3035         * modules/strndup (License): Likewise.
3036         * modules/strnlen (License): Likewise.
3037         * modules/strpbrk (License): Likewise.
3038         * modules/strptime (License): Likewise.
3039         * modules/strsep (License): Likewise.
3040         * modules/sys_select (License): Likewise.
3041         * modules/sys_socket (License): Likewise.
3042         * modules/sys_stat (License): Likewise.
3043         * modules/sys_time (License): Likewise.
3044         * modules/time (License): Likewise.
3045         * modules/time_r (License): Likewise.
3046         * modules/timegm (License): Likewise.
3047         * modules/unistd (License): Likewise.
3048         * modules/vsnprintf (License): Likewise.
3049         * modules/wctype (License): Likewise.
3050
3051 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3052
3053         * modules/argz (License): LGPLv2+.
3054
3055 2007-07-15  Karl Berry  <karl@gnu.org>
3056
3057         * doc/gnulib.texi: revise node structure per new fdl.texi.
3058
3059 2007-07-14  Bruno Haible  <bruno@clisp.org>
3060
3061         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
3062         the output file.
3063         * lib/uniname/uninames.h: Regenerated.
3064
3065 2007-07-14  Karl Berry  <karl@gnu.org>
3066
3067         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
3068         omitting sectioning and index commands.
3069
3070 2007-07-13  Bruno Haible  <bruno@clisp.org>
3071
3072         New gnulib-tool option --more-symlinks.
3073         * gnulib-tool (func_usage): Document --more-symlinks.
3074         (do_copyrights): New variable.
3075         Recognize option --more-symlinks.
3076         (func_import): Don't add a copyright notice transform to
3077         sed_transform_lib_file if do_copyrights is empty.
3078
3079 2007-07-13  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/vasnprintf.c (decimal_point_char): Define also if
3082         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
3083         && !NEED_PRINTF_DIRECTIVE_A.
3084         Reported by Clemens Koller <clemens.koller@anagramm.de> via
3085         Gary V. Vaughan <gary@gnu.org>.
3086
3087 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
3088
3089         * lib/inttypes_.h: Undo previous change, since it was fixed
3090         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
3091
3092 2007-07-13  Bruno Haible  <bruno@clisp.org>
3093
3094         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
3095         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
3096
3097 2007-07-13  Jim Meyering  <jim@meyering.net>
3098
3099         df: Don't fail for Tru64's "file-on-file mount".
3100         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
3101         so we fall through and use statfs instead.  Details here:
3102         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
3103         Reported by Albert Chin.
3104
3105 2007-07-13  Bruno Haible  <bruno@clisp.org>
3106
3107         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
3108         * modules/configmake (License): Likewise.
3109         * modules/gettext (License): Likewise.
3110         * modules/gettext-h (License): Likewise.
3111         * modules/include_next (License): Likewise.
3112         * modules/link-warning (License): Likewise.
3113         * modules/localcharset (License): Likewise.
3114         * modules/localename (License): Likewise.
3115         * modules/lock (License): Likewise.
3116         * modules/relocatable-lib-lgpl (License): Likewise.
3117         * modules/size_max (License): Likewise.
3118         * modules/vasnprintf (License): Likewise.
3119         * modules/wchar (License): Likewise.
3120         * modules/xsize (License): Likewise.
3121
3122 2007-07-13  Bruno Haible  <bruno@clisp.org>
3123
3124         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
3125         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
3126
3127 2007-07-12  Bruno Haible  <bruno@clisp.org>
3128
3129         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
3130         in the modules files.
3131
3132 2007-07-11  Karl Berry  <karl@gnu.org>
3133
3134         * MODULES.html.sh (func_module): use
3135          sed -e '\|^'"${includefile}"'$|d'
3136          instead of /.../d, to avoid errors on $includefile's containing /.
3137
3138 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3139
3140         * gnulib-tool (func_import): Avoid duplication of --avoid
3141         statements
3142         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
3143         names to `_' in variable names.
3144
3145 2007-07-10  Eric Blake  <ebb9@byu.net>
3146
3147         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
3148         * NEWS: Document this change.
3149
3150 2007-07-08  Bruno Haible  <bruno@clisp.org>
3151
3152         Update to Unicode 5.0.
3153         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
3154         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
3155         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
3156         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
3157         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
3158         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
3159         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
3160         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
3161         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
3162         U+10A3F, U+1D242..U+1D244.
3163         (nonspacing_table_ind): Update.
3164         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
3165         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
3166
3167 2007-07-08  Bruno Haible  <bruno@clisp.org>
3168
3169         Update to Unicode 5.0.
3170         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
3171         code transform. Extend the name index field of unicode_name_to_code and
3172         unicode_code_to_name from 16 to 24 bits.
3173         * lib/uniname/uniname.c (unicode_character_name,
3174         unicode_name_character): Add the range 0x12xxx to the code transform.
3175         * lib/uniname/uninames.h: Regenerated.
3176         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
3177
3178 2007-07-07  Bruno Haible  <bruno@clisp.org>
3179
3180         * modules/wcwidth-tests: New file.
3181         * tests/test-wcwidth.c: New file.
3182
3183         Work around MacOS X wcwidth() bug.
3184         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
3185         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
3186         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
3187         original wcwidth in non-UTF-8 locales.
3188         * modules/wcwidth (Depends-on): Add localcharset, streq,
3189         uniwidth/width.
3190         * doc/functions/wcwidth.texi: Update.
3191
3192 2007-07-07  Bruno Haible  <bruno@clisp.org>
3193
3194         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
3195         (wcwidth): New declaration.
3196         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
3197         macros.
3198         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
3199         here. Prepare for creating <wchar.h> unconditionally.
3200         * modules/wchar (Depends-on): Add link-warning.
3201         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3202         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3203         * lib/wcwidth.h: Remove file.
3204         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3205         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3206         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3207         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3208         (Include): Replace wcwidth.h with <wchar.h>.
3209         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3210         * lib/mbchar.h: Don't include wcwidth.h.
3211         * lib/mbswidth.c: Likewise.
3212         * NEWS: Mention the change.
3213
3214 2007-07-07  Bruno Haible  <bruno@clisp.org>
3215
3216         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3217         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3218         definition with an external declaration.
3219         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3220         defined as a function. Remove AC_C_INLINE requirement.
3221         * modules/wcwidth (Files): Add lib/wcwidth.c.
3222         (Makefile.am): Remove redundant statement.
3223
3224 2007-07-07  Bruno Haible  <bruno@clisp.org>
3225
3226         * MODULES.html.sh (Unicode string functions): Add the new modules.
3227
3228         * tests/uniwidth/test-u32-strwidth.c: New file.
3229         * modules/uniwidth/u32-strwidth-tests: New file.
3230
3231         * lib/uniwidth/u32-strwidth.c: New file.
3232         * modules/uniwidth/u32-strwidth: New file.
3233
3234         * tests/uniwidth/test-u16-strwidth.c: New file.
3235         * modules/uniwidth/u16-strwidth-tests: New file.
3236
3237         * lib/uniwidth/u16-strwidth.c: New file.
3238         * modules/uniwidth/u16-strwidth: New file.
3239
3240         * tests/uniwidth/test-u8-strwidth.c: New file.
3241         * modules/uniwidth/u8-strwidth-tests: New file.
3242
3243         * lib/uniwidth/u8-strwidth.c: New file.
3244         * modules/uniwidth/u8-strwidth: New file.
3245
3246         * tests/uniwidth/test-u32-width.c: New file.
3247         * modules/uniwidth/u32-width-tests: New file.
3248
3249         * lib/uniwidth/u32-width.c: New file.
3250         * modules/uniwidth/u32-width: New file.
3251
3252         * tests/uniwidth/test-u16-width.c: New file.
3253         * modules/uniwidth/u16-width-tests: New file.
3254
3255         * lib/uniwidth/u16-width.c: New file.
3256         * modules/uniwidth/u16-width: New file.
3257
3258         * tests/uniwidth/test-u8-width.c: New file.
3259         * modules/uniwidth/u8-width-tests: New file.
3260
3261         * lib/uniwidth/u8-width.c: New file.
3262         * modules/uniwidth/u8-width: New file.
3263
3264         * tests/uniwidth/test-uc_width.c: New file.
3265         * modules/uniwidth/width-tests: New file.
3266
3267         * lib/uniwidth/width.c: New file, from GNU libiconv.
3268         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3269         * modules/uniwidth/width: New file.
3270
3271         * lib/uniwidth.h: New file, from GNU libiconv.
3272         * modules/uniwidth/base: New file.
3273
3274 2007-07-07  Bruno Haible  <bruno@clisp.org>
3275
3276         * lib/uniname.h: New file, from GNU gettext.
3277         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3278         * lib/uniname/uninames.h: New file, from GNU gettext.
3279         * lib/uniname/uniname.c: New file, from GNU gettext.
3280         * tests/uniname/test-uninames.sh: New file.
3281         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3282         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3283         * modules/uniname/base: New file.
3284         * modules/uniname/uniname: New file.
3285         * modules/uniname/uniname-tests: New file.
3286         * MODULES.html.sh (Unicode string functions): Add the new modules.
3287
3288 2007-07-06  Bruno Haible  <bruno@clisp.org>
3289
3290         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3291
3292 2007-07-06  Bruno Haible  <bruno@clisp.org>
3293
3294         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3295         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3296         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3297         include <sys/time.h>.
3298         Reported by Eric Blake.
3299
3300 2007-07-06  Eric Blake  <ebb9@byu.net>
3301
3302         Fix testing canonicalize on cygwin.
3303         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3304         Revert patch from 2007-06-19.
3305         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3306         canonicalize module is also in use.
3307         * tests/test-canonicalize.c: New file.
3308         * tests/test-canonicalize.sh: Likewise.
3309         * modules/canonicalize-tests: Likewise.
3310
3311 2007-07-06  Jim Meyering  <jim@meyering.net>
3312
3313         * lib/getugroups.c (getugroups): Detect getgrent failure.
3314         Adjust comment to reflect reality: this function may return -1.
3315
3316 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3317
3318         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3319         the new TP address.
3320         (usage): Fix typo
3321         (gnulib_mk): New variable.
3322
3323 2007-07-05  Jim Meyering  <jim@meyering.net>
3324
3325         Don't let endgrent clobber errno, no matter how improbable.
3326         * lib/getugroups.c (getugroups): Save and restore errno around
3327         endgrent call.
3328
3329         Close the group DB even when failing with 2^31 or more members.
3330         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3331
3332 2007-07-04  Jim Meyering  <jim@meyering.net>
3333
3334         * lib/getugroups.h: New file.
3335         * lib/getugroups.c: Include "getugroups.h".
3336         Remove uses of "register" keyword.
3337         Move local variable, "cp", down into scope where used.
3338         Give "username" parameter the "const" attribute.
3339         * modules/getugroups (Files): Add lib/getugroups.h
3340
3341 2007-07-04  Karl Berry  <karl@gnu.org>
3342
3343         * MODULES.html.sh (func_all_modules): Complete rename of
3344         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3345
3346 2007-07-02  Bruno Haible  <bruno@clisp.org>
3347
3348         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3349         mode, when inttypes.h comes from gnulib.
3350         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3351
3352 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3353
3354         * NEWS: Mention lgpl module name change.
3355
3356         * modules/lgpl-2.1: Renamed from lgpl.
3357
3358         * NEWS: Mention gpl module name change.
3359
3360         * modules/gpl-3.0: New file, based on gpl-2.0.
3361
3362         * modules/gpl-2.0: Renamed from gpl.
3363
3364         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3365         doc/gpl-2.0.texi.
3366
3367 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3370         #define __STDC_LIMIT_MACROS temporarily while including
3371         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3372         Problem reported by Joel E. Denny in
3373         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3374
3375 2007-07-01  Bruno Haible  <bruno@clisp.org>
3376
3377         * lib/unistdio.h: New file.
3378         * lib/unistdio/u-asnprintf.h: New file.
3379         * lib/unistdio/u-asprintf.h: New file.
3380         * lib/unistdio/u-printf-args.c: New file.
3381         * lib/unistdio/u-printf-args.h: New file.
3382         * lib/unistdio/u-printf-parse.h: New file.
3383         * lib/unistdio/u-snprintf.h: New file.
3384         * lib/unistdio/u-sprintf.h: New file.
3385         * lib/unistdio/u-vasprintf.h: New file.
3386         * lib/unistdio/u-vsnprintf.h: New file.
3387         * lib/unistdio/u-vsprintf.h: New file.
3388         * lib/unistdio/ulc-asnprintf.c: New file.
3389         * lib/unistdio/ulc-asprintf.c: New file.
3390         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3391         * lib/unistdio/ulc-printf-parse.c: New file.
3392         * lib/unistdio/ulc-snprintf.c: New file.
3393         * lib/unistdio/ulc-sprintf.c: New file.
3394         * lib/unistdio/ulc-vasnprintf.c: New file.
3395         * lib/unistdio/ulc-vasprintf.c: New file.
3396         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3397         * lib/unistdio/ulc-vsnprintf.c: New file.
3398         * lib/unistdio/ulc-vsprintf.c: New file.
3399         * lib/unistdio/u8-asnprintf.c: New file.
3400         * lib/unistdio/u8-asprintf.c: New file.
3401         * lib/unistdio/u8-printf-parse.c: New file.
3402         * lib/unistdio/u8-snprintf.c: New file.
3403         * lib/unistdio/u8-sprintf.c: New file.
3404         * lib/unistdio/u8-vasnprintf.c: New file.
3405         * lib/unistdio/u8-vasprintf.c: New file.
3406         * lib/unistdio/u8-vsnprintf.c: New file.
3407         * lib/unistdio/u8-vsprintf.c: New file.
3408         * lib/unistdio/u8-u8-asnprintf.c: New file.
3409         * lib/unistdio/u8-u8-asprintf.c: New file.
3410         * lib/unistdio/u8-u8-snprintf.c: New file.
3411         * lib/unistdio/u8-u8-sprintf.c: New file.
3412         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3413         * lib/unistdio/u8-u8-vasprintf.c: New file.
3414         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3415         * lib/unistdio/u8-u8-vsprintf.c: New file.
3416         * lib/unistdio/u16-asnprintf.c: New file.
3417         * lib/unistdio/u16-asprintf.c: New file.
3418         * lib/unistdio/u16-printf-parse.c: New file.
3419         * lib/unistdio/u16-snprintf.c: New file.
3420         * lib/unistdio/u16-sprintf.c: New file.
3421         * lib/unistdio/u16-vasnprintf.c: New file.
3422         * lib/unistdio/u16-vasprintf.c: New file.
3423         * lib/unistdio/u16-vsnprintf.c: New file.
3424         * lib/unistdio/u16-vsprintf.c: New file.
3425         * lib/unistdio/u16-u16-asnprintf.c: New file.
3426         * lib/unistdio/u16-u16-asprintf.c: New file.
3427         * lib/unistdio/u16-u16-snprintf.c: New file.
3428         * lib/unistdio/u16-u16-sprintf.c: New file.
3429         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3430         * lib/unistdio/u16-u16-vasprintf.c: New file.
3431         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3432         * lib/unistdio/u16-u16-vsprintf.c: New file.
3433         * lib/unistdio/u32-asnprintf.c: New file.
3434         * lib/unistdio/u32-asprintf.c: New file.
3435         * lib/unistdio/u32-printf-parse.c: New file.
3436         * lib/unistdio/u32-snprintf.c: New file.
3437         * lib/unistdio/u32-sprintf.c: New file.
3438         * lib/unistdio/u32-vasnprintf.c: New file.
3439         * lib/unistdio/u32-vasprintf.c: New file.
3440         * lib/unistdio/u32-vsnprintf.c: New file.
3441         * lib/unistdio/u32-vsprintf.c: New file.
3442         * lib/unistdio/u32-u32-asnprintf.c: New file.
3443         * lib/unistdio/u32-u32-asprintf.c: New file.
3444         * lib/unistdio/u32-u32-snprintf.c: New file.
3445         * lib/unistdio/u32-u32-sprintf.c: New file.
3446         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3447         * lib/unistdio/u32-u32-vasprintf.c: New file.
3448         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3449         * lib/unistdio/u32-u32-vsprintf.c: New file.
3450         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3451         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3452         * tests/unistdio/test-ulc-printf1.h: New file.
3453         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3454         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3455         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3456         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3457         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3458         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3459         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3460         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3461         * tests/unistdio/test-u8-asnprintf1.c: New file.
3462         * tests/unistdio/test-u8-asnprintf1.h: New file.
3463         * tests/unistdio/test-u8-printf1.h: New file.
3464         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3465         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3466         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3467         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3468         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3469         * tests/unistdio/test-u8-vasprintf1.c: New file.
3470         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3471         * tests/unistdio/test-u8-vsprintf1.c: New file.
3472         * tests/unistdio/test-u16-asnprintf1.c: New file.
3473         * tests/unistdio/test-u16-asnprintf1.h: New file.
3474         * tests/unistdio/test-u16-printf1.h: New file.
3475         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3476         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3477         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3478         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3479         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3480         * tests/unistdio/test-u16-vasprintf1.c: New file.
3481         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3482         * tests/unistdio/test-u16-vsprintf1.c: New file.
3483         * tests/unistdio/test-u32-asnprintf1.c: New file.
3484         * tests/unistdio/test-u32-asnprintf1.h: New file.
3485         * tests/unistdio/test-u32-printf1.h: New file.
3486         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3487         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3488         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3489         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3490         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3491         * tests/unistdio/test-u32-vasprintf1.c: New file.
3492         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3493         * tests/unistdio/test-u32-vsprintf1.c: New file.
3494         * modules/unistdio/base: New file.
3495         * modules/unistdio/u-printf-args: New file.
3496         * modules/unistdio/ulc-asnprintf: New file.
3497         * modules/unistdio/ulc-asprintf: New file.
3498         * modules/unistdio/ulc-fprintf: New file.
3499         * modules/unistdio/ulc-printf-parse: New file.
3500         * modules/unistdio/ulc-snprintf: New file.
3501         * modules/unistdio/ulc-sprintf: New file.
3502         * modules/unistdio/ulc-vasnprintf: New file.
3503         * modules/unistdio/ulc-vasprintf: New file.
3504         * modules/unistdio/ulc-vfprintf: New file.
3505         * modules/unistdio/ulc-vsnprintf: New file.
3506         * modules/unistdio/ulc-vsprintf: New file.
3507         * modules/unistdio/u8-asnprintf: New file.
3508         * modules/unistdio/u8-asprintf: New file.
3509         * modules/unistdio/u8-printf-parse: New file.
3510         * modules/unistdio/u8-snprintf: New file.
3511         * modules/unistdio/u8-sprintf: New file.
3512         * modules/unistdio/u8-vasnprintf: New file.
3513         * modules/unistdio/u8-vasprintf: New file.
3514         * modules/unistdio/u8-vsnprintf: New file.
3515         * modules/unistdio/u8-vsprintf: New file.
3516         * modules/unistdio/u8-u8-asnprintf: New file.
3517         * modules/unistdio/u8-u8-asprintf: New file.
3518         * modules/unistdio/u8-u8-snprintf: New file.
3519         * modules/unistdio/u8-u8-sprintf: New file.
3520         * modules/unistdio/u8-u8-vasnprintf: New file.
3521         * modules/unistdio/u8-u8-vasprintf: New file.
3522         * modules/unistdio/u8-u8-vsnprintf: New file.
3523         * modules/unistdio/u8-u8-vsprintf: New file.
3524         * modules/unistdio/u16-asnprintf: New file.
3525         * modules/unistdio/u16-asprintf: New file.
3526         * modules/unistdio/u16-printf-parse: New file.
3527         * modules/unistdio/u16-snprintf: New file.
3528         * modules/unistdio/u16-sprintf: New file.
3529         * modules/unistdio/u16-vasnprintf: New file.
3530         * modules/unistdio/u16-vasprintf: New file.
3531         * modules/unistdio/u16-vsnprintf: New file.
3532         * modules/unistdio/u16-vsprintf: New file.
3533         * modules/unistdio/u16-u16-asnprintf: New file.
3534         * modules/unistdio/u16-u16-asprintf: New file.
3535         * modules/unistdio/u16-u16-snprintf: New file.
3536         * modules/unistdio/u16-u16-sprintf: New file.
3537         * modules/unistdio/u16-u16-vasnprintf: New file.
3538         * modules/unistdio/u16-u16-vasprintf: New file.
3539         * modules/unistdio/u16-u16-vsnprintf: New file.
3540         * modules/unistdio/u16-u16-vsprintf: New file.
3541         * modules/unistdio/u32-asnprintf: New file.
3542         * modules/unistdio/u32-asprintf: New file.
3543         * modules/unistdio/u32-printf-parse: New file.
3544         * modules/unistdio/u32-snprintf: New file.
3545         * modules/unistdio/u32-sprintf: New file.
3546         * modules/unistdio/u32-vasnprintf: New file.
3547         * modules/unistdio/u32-vasprintf: New file.
3548         * modules/unistdio/u32-vsnprintf: New file.
3549         * modules/unistdio/u32-vsprintf: New file.
3550         * modules/unistdio/u32-u32-asnprintf: New file.
3551         * modules/unistdio/u32-u32-asprintf: New file.
3552         * modules/unistdio/u32-u32-snprintf: New file.
3553         * modules/unistdio/u32-u32-sprintf: New file.
3554         * modules/unistdio/u32-u32-vasnprintf: New file.
3555         * modules/unistdio/u32-u32-vasprintf: New file.
3556         * modules/unistdio/u32-u32-vsnprintf: New file.
3557         * modules/unistdio/u32-u32-vsprintf: New file.
3558         * modules/unistdio/ulc-asnprintf-tests: New file.
3559         * modules/unistdio/ulc-vasnprintf-tests: New file.
3560         * modules/unistdio/ulc-vasprintf-tests: New file.
3561         * modules/unistdio/ulc-vsnprintf-tests: New file.
3562         * modules/unistdio/ulc-vsprintf-tests: New file.
3563         * modules/unistdio/u8-asnprintf-tests: New file.
3564         * modules/unistdio/u8-vasnprintf-tests: New file.
3565         * modules/unistdio/u8-vasprintf-tests: New file.
3566         * modules/unistdio/u8-vsnprintf-tests: New file.
3567         * modules/unistdio/u8-vsprintf-tests: New file.
3568         * modules/unistdio/u16-asnprintf-tests: New file.
3569         * modules/unistdio/u16-vasnprintf-tests: New file.
3570         * modules/unistdio/u16-vasprintf-tests: New file.
3571         * modules/unistdio/u16-vsnprintf-tests: New file.
3572         * modules/unistdio/u16-vsprintf-tests: New file.
3573         * modules/unistdio/u32-asnprintf-tests: New file.
3574         * modules/unistdio/u32-vasnprintf-tests: New file.
3575         * modules/unistdio/u32-vasprintf-tests: New file.
3576         * modules/unistdio/u32-vsnprintf-tests: New file.
3577         * modules/unistdio/u32-vsprintf-tests: New file.
3578         * MODULES.html.sh (Unicode string functions): Add the new modules.
3579
3580 2007-07-01  Bruno Haible  <bruno@clisp.org>
3581
3582         * lib/sprintf.c (sprintf): Limit the available length estimation,
3583         to avoid address wraparound.
3584         * lib/vsprintf.c (vsprintf): Likewise.
3585         * modules/sprintf-posix (Dependencies): Add stdint.
3586         * modules/vsprintf-posix (Dependencies): Likewise.
3587
3588 2007-07-01  Bruno Haible  <bruno@clisp.org>
3589
3590         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3591         Windows PATH as well. Conservative double-quoting. Comments.
3592
3593 2007-07-01  Bruno Haible  <bruno@clisp.org>
3594             Eric Blake  <ebb9@byu.net>
3595             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3596
3597         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3598         empty components in $PATH, denoting '.'.
3599
3600 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3601
3602         * gnulib-tool: Fix indentation.
3603         (func_create_megatestdir): Likewise.
3604         Report by Bruno Haible.
3605
3606 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3607
3608         Sync from Automake.
3609         * build-aux/gnupload: Fix shell portability issues with for loops.
3610         Report by Karl Berry.
3611
3612 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3613
3614         * build-aux/maint.mk (POURL): Use translationproject.org.
3615
3616 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3617             Bruno Haible  <bruno@clisp.org>
3618
3619         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3620         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3621         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3622         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3623         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3624
3625 2007-06-27  Bruno Haible  <bruno@clisp.org>
3626
3627         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3628         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3629
3630 2007-06-26  Karl Berry  <karl@gnu.org>
3631
3632         * MODULES.html.sh: remove xreadlink-with-size.
3633
3634 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3635
3636         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3637         method that I hope also handles the double-include problem noted
3638         by Bruno Haible in
3639         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3640
3641 2007-06-23  Bruno Haible  <bruno@clisp.org>
3642
3643         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3644         Don't let the 'mostlyclean' target fail if the last subdirectory could
3645         not be removed.
3646         Reported by Karl Berry.
3647
3648 2007-06-23  Bruno Haible  <bruno@clisp.org>
3649
3650         * gnulib-tool (echo): Add a speedier workaround for ksh.
3651         * tests/test-echo.sh: Likewise.
3652
3653 2007-06-23  Bruno Haible  <bruno@clisp.org>
3654
3655         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3656         * tests/test-echo.sh: Likewise.
3657
3658 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3659
3660         * gnulib-tool (IFS): Initialize early, so we don't set it to
3661         empty later.
3662         (self_abspathname): Rewrite algorithm to set it, reindent.
3663         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3664         (func_create_megatestdir): Merge some sed scripts.
3665
3666 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3667
3668         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3669         exposed by Sun Studio 11 cc on Solaris 8.
3670
3671 2007-06-22  Bruno Haible  <bruno@clisp.org>
3672
3673         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3674         backslashes.
3675         * tests/test-echo.sh: New file.
3676
3677 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3678
3679         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3680         simplify `sed_replace_build_aux' scripts, they are portable but
3681         echoing them with `echo' is not.
3682         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3683
3684 2007-06-21  Karl Berry  <karl@gnu.org>
3685
3686         * config/srclist.txt: guess we can't handle the licenses via
3687         srclist at the moment.
3688
3689 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3690
3691         * MODULES.html.sh: Add include_next.
3692         * modules/include_next: New file.
3693
3694 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3695
3696         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3697         INCLUDE_NEXT.
3698         (gl_CHECK_NEXT_HEADERS): New macro.
3699         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3700         the obsolescent gl_ABSOLUTE_HEADER.
3701         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3702         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3703         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3704         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3705         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3706         * m4/math_h.m4 (gl_MATH_H): Likewise.
3707         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3708         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3709         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3710         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3711         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3712         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3713         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3714         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3715         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3716         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3717         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3718         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3719         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3720         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3721         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3722         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3723         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3724         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3725         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3726         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3727         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3728         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3729         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3730         * lib/float_.h: Likewise.
3731         * lib/inttypes_.h: Likewise.
3732         * lib/math_.h: Likewise.
3733         * lib/search_.h: Likewise.
3734         * lib/signal_.h: Likewise.
3735         * lib/stdint_.h: Likewise.
3736         * lib/stdio_.h: Likewise.
3737         * lib/stdlib_.h: Likewise.
3738         * lib/string_.h: Likewise.
3739         * lib/sys_stat_.h: Likewise.
3740         * lib/sys_time_.h: Likewise.
3741         * lib/time_.h: Likewise.
3742         * lib/unistd_.h: Likewise.
3743         * lib/wchar_.h: Likewise.
3744         * lib/wctype_.h: Likewise.
3745         * lib/dirent_.h: Likewise.
3746         * lib/iconv_.h: Likewise.
3747         * lib/locale_.h: Likewise.
3748         * lib/netinet_in_.h: Likewise.
3749         * lib/sys_select_.h: Likewise.
3750         * lib/sys_socket_.h: Likewise.
3751         * lib/sysexits_.h: Likewise.
3752         * modules/fcntl (Depends-on): Depend on include_next, not
3753         absolute_header.
3754         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3755         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3756         * modules/fchdir: Likewise.
3757         * modules/float: Likewise.
3758         * modules/iconv_open: Likewise.
3759         * modules/inttypes: Likewise.
3760         * modules/locale: Likewise.
3761         * modules/math: Likewise.
3762         * modules/netinet_in: Likewise.
3763         * modules/search: Likewise.
3764         * modules/signal: Likewise.
3765         * modules/stdint: Likewise.
3766         * modules/stdio: Likewise.
3767         * modules/stdlib: Likewise.
3768         * modules/string: Likewise.
3769         * modules/sys_select: Likewise.
3770         * modules/sys_socket: Likewise.
3771         * modules/sys_stat: Likewise.
3772         * modules/sys_time: Likewise.
3773         * modules/sysexits: Likewise.
3774         * modules/time: Likewise.
3775         * modules/unistd: Likewise.
3776         * modules/wchar: Likewise.
3777         * modules/wctype: Likewise.
3778         * modules/sys_stat: Change maintainer to "all".
3779         * modules/unistd: Likewise.
3780
3781 2007-06-20  Karl Berry  <karl@gnu.org>
3782
3783         * config/srclist.txt: track www changes in license files.
3784
3785 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3786
3787         * build-aux/bootstrap: Remove stray dot.
3788         Make sure build_aux settings are honored when linking
3789         gnulib_extra_files.
3790
3791 2007-06-19  Eric Blake  <ebb9@byu.net>
3792
3793         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3794         Allow compilation on cygwin.
3795
3796 2007-06-19  Jim Meyering  <jim@meyering.net>
3797
3798         xreadlink-with-size: Remove module.  No longer used.
3799         Ex-callers now use xreadlink or mreadlink-with-size.
3800         * modules/xreadlink-with-size: Remove module.
3801         * lib/xreadlink-with-size.c: Remove file.
3802         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3803         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3804         just before the function definition *is* accurate.
3805
3806         Eliminate one way canonicalize_filename_mode could exit.
3807         * lib/canonicalize.c (canonicalize_filename_mode):
3808         Use mreadlink_with_size, not xreadlink_with_size.
3809
3810 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3811
3812         Detect porting problems to FreeBSD/arm, which has time_t wider than
3813         long int.  Original problem reported for GNU diff by Xin Li in
3814         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3815         * modules/getdate (Depends-on): Add intprops, verify.
3816         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3817         is an integer type no wider than long int.
3818
3819 2007-06-18  Jim Meyering  <jim@meyering.net>
3820
3821         New module: mreadlink-with-size.
3822         * MODULES.html.sh: Add mreadlink-with-size.
3823         * modules/mreadlink-with-size: New module
3824         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3825         not xreadlink-with-size.
3826         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3827
3828 2007-06-16  Bruno Haible  <bruno@clisp.org>
3829
3830         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3831         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3832         Reported by Gary V. Vaughan <gary@gnu.org>.
3833
3834 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3835
3836         Revamp lchown so that it lives in unistd.h where it belongs.
3837         * lib/lchown.h: Remove.
3838         * lib/dirchownmod.c: Don't include lib/lchown.h.
3839         * lib/fchownat.c: Likewise.
3840         * lib/openat.c: Likewise.
3841         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3842         does not follow symlinks.
3843         (EOPNOTSUPP): Define if not defined.
3844         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3845         is defined to 0.
3846         (lchown): New decl.
3847         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3848         Do not check for lchown decl.
3849         Set REPLACE_LCHOWN.
3850         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3851         REPLACE_LCHOWN.
3852         * modules/chown: Make it clear it follows symlinks.
3853         * modules/lchown: Make it clear it doesn't follow symlinks.
3854         (Files): Remove lib/lchown.h
3855         (Depends-on): Add unistd.
3856         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3857         (Include): Include <unistd.h>, not "lchown.h".
3858         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3859         REPLACE_LCHOWN.
3860
3861 2007-06-15  Jim Meyering  <jim@meyering.net>
3862
3863         Change license (GPL to LGPL) of fsusage and dependents.
3864         * modules/fsusage (License): Change to LGPL.
3865         * modules/full-read (License): Likewise.
3866         * modules/full-write (License): Likewise.
3867         * modules/safe-read (License): Likewise.
3868         * modules/safe-write (License): Likewise.
3869
3870 2007-06-14  Ben Pfaff  <blp@gnu.org>
3871
3872         Missing part of allocsa -> malloca transition.
3873         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3874         gl_MALLOCA.
3875
3876 2007-06-12  Bruno Haible  <bruno@clisp.org>
3877
3878         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3879         to ia64, x86_64, i386.
3880         Reported by Eric Blake.
3881
3882 2007-06-12  Bruno Haible  <bruno@clisp.org>
3883
3884         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3885         cross-compiling to x86_64.
3886
3887 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3888
3889         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3890         glitch reported by Ralf Wildenhues in
3891         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3892
3893         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3894         Vin Shelton.
3895
3896 2007-06-11  Bruno Haible  <bruno@clisp.org>
3897
3898         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3899         replacement string.
3900         Reported by Eric Blake.
3901
3902 2007-06-10  Bruno Haible  <bruno@clisp.org>
3903
3904         Prepare vasnprintf code for use with Unicode strings.
3905         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3906         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3907         TYPE_U32_STRING.
3908         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3909         a_u32_string variants.
3910         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3911         * lib/printf-args.c: Don't include config.h and the specification
3912         header if PRINTF_FETCHARGS is already defined.
3913         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3914         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3915         TYPE_U16_STRING, TYPE_U32_STRING.
3916         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3917         u16_directive, u16_directives, u32_directive, u32_directives): New
3918         types.
3919         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3920         New declarations.
3921         * lib/printf-parse.c: Don't include config.h and the specification
3922         header if PRINTF_PARSE is already defined. Eliminate the set of
3923         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3924         them now. Include c-ctype.h.
3925         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3926         directive and CHAR_T_ONLY_ASCII.
3927         * lib/vasnprintf.c: Don't include config.h and the specification header
3928         if VASNPRINTF is already defined.
3929         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3930         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3931         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3932         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3933         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3934         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3935         code accordingly.
3936         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3937         pad_ourselves also in this case, with the 'c' and 's' directives, and
3938         with a different notion of "width".
3939         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3940
3941 2007-06-10  Bruno Haible  <bruno@clisp.org>
3942
3943         * modules/unistr/u32-mbsnlen: New file.
3944         * lib/unistr/u32-mbsnlen.c: New file.
3945
3946         * modules/unistr/u16-mbsnlen: New file.
3947         * lib/unistr/u16-mbsnlen.c: New file.
3948
3949         * modules/unistr/u8-mbsnlen: New file.
3950         * lib/unistr/u8-mbsnlen.c: New file.
3951
3952         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3953         declarations.
3954
3955 2007-06-10  Bruno Haible  <bruno@clisp.org>
3956
3957         * lib/string_.h (mbsnlen): New declaration.
3958         * lib/mbsnlen.c: New file.
3959         * m4/mbsnlen.m4: New file.
3960         * modules/mbsnlen: New file.
3961         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3962         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3963         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3964
3965 2007-06-10  Bruno Haible  <bruno@clisp.org>
3966
3967         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3968
3969 2007-06-10  Bruno Haible  <bruno@clisp.org>
3970
3971         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3972         * lib/mbuiter.h: Likewise.
3973
3974 2007-06-10  Bruno Haible  <bruno@clisp.org>
3975
3976         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3977         declaration.
3978
3979 2007-06-10  Karl Berry  <karl@gnu.org>
3980
3981         * config/srclist.txt: remove gettext entries, Bruno prefers
3982         to update individually.
3983
3984 2007-06-10  Bruno Haible  <bruno@clisp.org>
3985
3986         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3987         'maxlen'. Ensure only length + width bytes are allocated, not
3988         length + 1 + width.
3989
3990 2007-06-09  Bruno Haible  <bruno@clisp.org>
3991
3992         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3993         (CHAR_T): Remove macro.
3994         (VASNPRINTF): Update.
3995
3996 2007-06-09  Bruno Haible  <bruno@clisp.org>
3997
3998         * MODULES.html.sh (Unicode string functions): Add the new modules.
3999
4000         * modules/uniconv/u32-conv-to-enc: New file.
4001         * lib/uniconv/u32-conv-to-enc.c: New file.
4002         * modules/uniconv/u32-conv-to-enc-tests: New file.
4003         * tests/uniconv/test-u32-conv-to-enc.c: New file.
4004
4005         * modules/uniconv/u16-conv-to-enc: New file.
4006         * lib/uniconv/u16-conv-to-enc.c: New file.
4007         * lib/uniconv/u-conv-to-enc.h: New file.
4008         * modules/uniconv/u16-conv-to-enc-tests: New file.
4009         * tests/uniconv/test-u16-conv-to-enc.c: New file.
4010
4011         * modules/uniconv/u8-conv-to-enc: New file.
4012         * lib/uniconv/u8-conv-to-enc.c: New file.
4013         * modules/uniconv/u8-conv-to-enc-tests: New file.
4014         * tests/uniconv/test-u8-conv-to-enc.c: New file.
4015
4016         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
4017         u32_conv_to_encoding): New declarations.
4018
4019 2007-06-09  Bruno Haible  <bruno@clisp.org>
4020
4021         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
4022
4023 2007-06-09  Bruno Haible  <bruno@clisp.org>
4024
4025         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
4026         * modules/malloca: Renamed from modules/allocsa, updated.
4027         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
4028         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
4029         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
4030         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
4031         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
4032         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
4033         * modules/xmalloca: Renamed from modules/xallocsa, updated.
4034         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
4035         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
4036         * modules/c-strcasestr (Depends-on): Update.
4037         * lib/c-strcasestr.c: Update.
4038         * modules/c-strstr (Depends-on): Update.
4039         * lib/c-strstr.c: Update.
4040         * modules/canonicalize-lgpl (Depends-on): Update.
4041         * lib/canonicalize-lgpl.c: Update.
4042         * modules/clean-temp (Depends-on): Update.
4043         * lib/clean-temp.c: Update.
4044         * modules/csharpcomp (Depends-on): Update.
4045         * lib/csharpcomp.c: Update.
4046         * modules/csharpexec (Depends-on): Update.
4047         * lib/csharpexec.c: Update.
4048         * modules/javacomp (Depends-on): Update.
4049         * lib/javacomp.c: Update.
4050         * modules/javaexec (Depends-on): Update.
4051         * lib/javaexec.c: Update.
4052         * modules/mbscasestr (Depends-on): Update.
4053         * lib/mbscasestr.c: Update.
4054         * modules/mbsstr (Depends-on): Update.
4055         * lib/mbsstr.c: Update.
4056         * modules/setenv (Depends-on): Update.
4057         * lib/setenv.c: Update.
4058         * modules/strcasestr (Depends-on): Update.
4059         * lib/strcasestr.c: Update.
4060         * modules/striconveha (Depends-on): Update.
4061         * lib/striconveha.c: Update.
4062         * modules/relocatable-prog-wrapper (Files): Update.
4063         * lib/relocwrapper.c: Update.
4064         * build-aux/install-reloc: Update.
4065         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
4066
4067 2007-06-08  Bruno Haible  <bruno@clisp.org>
4068
4069         Port to uClibc.
4070         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
4071         * lib/fpurge.c (fpurge): Likewise.
4072         * lib/freading.c (freading): Likewise.
4073         * lib/fseeko.c (rpl_fseeko): Likewise.
4074         * lib/fseterr.c (fseterr): Likewise.
4075         * lib/fwriting.c (fwriting): Likewise.
4076         * tests/test-fflush.c (main): Avoid a failure on uClibc.
4077
4078 2007-06-08  Bruno Haible  <bruno@clisp.org>
4079
4080         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
4081         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
4082         * modules/gettext (Files): Add m4/intlmacosx.m4.
4083
4084 2007-06-07  Bruno Haible  <bruno@clisp.org>
4085
4086         * modules/localename-tests: New file.
4087         * tests/test-localename.c: New file.
4088
4089         New module 'localename'.
4090         * lib/localename.h: New file.
4091         * lib/localename.c: New file, from GNU gettext.
4092         * m4/localename.m4: New file.
4093         * modules/localename: New file.
4094
4095 2007-06-07  Bruno Haible  <bruno@clisp.org>
4096
4097         Work around the lack of <wchar.h> on some builds of uClibc.
4098         * doc/headers/wchar.texi: Update.
4099         * lib/wchar_.h: Include <wchar.h> only if it exists.
4100         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
4101         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
4102         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
4103         doesn't exist.
4104         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
4105         * modules/mbfile (Depends-on): Add wchar.
4106         * modules/mbiter (Depends-on): Likewise.
4107         * modules/mbuiter (Depends-on): Likewise.
4108         Reported by Simon Josefsson.
4109
4110 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         Work around problem reported by Steven M. Schweda in
4113         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
4114         Tru64 5.1B with the Compaq compiler environment installed declares
4115         an 'isblank' function but does not define it in the C library.
4116         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
4117         * lib/regex_internal.h (isblank): Likewise.
4118         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
4119         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4120
4121 2007-06-05  Bruno Haible  <bruno@clisp.org>
4122
4123         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
4124         ia64.
4125         * modules/printf-safe: New file.
4126         * modules/fprintf-posix (Depends-on): Add printf-safe.
4127         * modules/printf-posix (Depends-on): Likewise.
4128         * modules/snprintf-posix (Depends-on): Likewise.
4129         * modules/sprintf-posix (Depends-on): Likewise.
4130         * modules/vasnprintf-posix (Depends-on): Likewise.
4131         * modules/vasprintf-posix (Depends-on): Likewise.
4132         * modules/vfprintf-posix (Depends-on): Likewise.
4133         * modules/vprintf-posix (Depends-on): Likewise.
4134         * modules/vsnprintf-posix (Depends-on): Likewise.
4135         * modules/vsprintf-posix (Depends-on): Likewise.
4136         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
4137         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
4138         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
4139         "no" on i386, x86_64, ia64.
4140         * tests/test-snprintf-posix.h (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-sprintf-posix.h (LDBL80_WORDS): New macro.
4144         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4145         on i386, x86_64, ia64.
4146         * tests/test-vasnprintf-posix.c: Include float.h.
4147         (LDBL80_WORDS): New macro.
4148         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4149         on i386, x86_64, ia64.
4150         * tests/test-vasprintf-posix.c: Include float.h.
4151         (LDBL80_WORDS): New macro.
4152         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4153         on i386, x86_64, ia64.
4154         * tests/test-snprintf-posix.c: Include float.h.
4155         * tests/test-sprintf-posix.c: Likewise.
4156         * tests/test-vsnprintf-posix.c: Likewise.
4157         * tests/test-vsprintf-posix.c: Likewise.
4158
4159 2007-06-05  Bruno Haible  <bruno@clisp.org>
4160
4161         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
4162         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
4163         non-IEEE numbers on i386, x86_64, ia64.
4164         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
4165         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
4166         * tests/test-isnanl.h: Include float.h.
4167         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
4168
4169 2007-06-05  Bruno Haible  <bruno@clisp.org>
4170
4171         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
4172         also the %a / %A. Handle the %a / %A code before this extra handling.
4173
4174 2007-06-05  Bruno Haible  <bruno@clisp.org>
4175
4176         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
4177         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
4178
4179 2007-06-05  Bruno Haible  <bruno@clisp.org>
4180
4181         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4182         typo in variable name.
4183
4184 2007-06-05  Eric Blake  <ebb9@byu.net>
4185
4186         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
4187         Reported by Simon Josefsson.
4188
4189 2007-06-04  Bruno Haible  <bruno@clisp.org>
4190
4191         Avoid test failures on some PowerPC platforms.
4192         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
4193         Define differently for PowerPC.
4194         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
4195         Reported by Gary V. Vaughan <gary@gnu.org>.
4196
4197 2007-06-02  Bruno Haible  <bruno@clisp.org>
4198
4199         Fix test-stdint failure on FreeBSD/ia64.
4200         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
4201         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4202         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4203         * doc/headers/stdint.texi: Update.
4204
4205 2007-06-01  Bruno Haible  <bruno@clisp.org>
4206
4207         * tests/test-binary-io.c (main): Pass a third argument to open().
4208         Reported by Gary V. Vaughan <gary@gnu.org>.
4209
4210 2007-06-01  Bruno Haible  <bruno@clisp.org>
4211
4212         * doc/functions/frexpl.texi: Update for mingw.
4213
4214 2007-06-01  Bruno Haible  <bruno@clisp.org>
4215
4216         * tests/test-lseek.c (main): Disable test of errno for invalid third
4217         argument.
4218         * doc/functions/lseek.texi: Update.
4219         Reported by Gary V. Vaughan <gary@gnu.org>.
4220
4221 2007-05-28  Bruno Haible  <bruno@clisp.org>
4222
4223         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4224
4225 2007-05-31  Eric Blake  <ebb9@byu.net>
4226
4227         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4228         cross compiling.
4229
4230 2007-05-30  Eric Blake  <ebb9@byu.net>
4231         and Bruno Haible  <bruno@clisp.org>
4232
4233         Work around mingw test failures exposed by m4-1.4.9b.
4234         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4235         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4236         moment.
4237
4238 2007-05-30  Bruno Haible  <bruno@clisp.org>
4239
4240         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4241         assuming that they are closed. Needed on HP-UX 11.
4242
4243 2007-05-29  Bruno Haible  <bruno@clisp.org>
4244
4245         Fix a problem with #include_next.
4246         * lib/dirent_.h: Split the double-inclusion guard.
4247         * lib/fcntl_.h: Likewise.
4248         * lib/float_.h: Likewise.
4249         * lib/iconv_.h: Likewise.
4250         * lib/inttypes_.h: Likewise.
4251         * lib/locale_.h: Likewise.
4252         * lib/math_.h: Likewise.
4253         * lib/netinet_in_.h: Likewise.
4254         * lib/search_.h: Likewise.
4255         * lib/signal_.h: Likewise.
4256         * lib/stdint_.h: Likewise.
4257         * lib/stdio_.h: Likewise.
4258         * lib/stdlib_.h: Likewise.
4259         * lib/string_.h: Likewise.
4260         * lib/sys_select_.h: Likewise.
4261         * lib/sys_socket_.h: Likewise.
4262         * lib/sys_stat_.h: Likewise.
4263         * lib/sys_time_.h: Likewise.
4264         * lib/sysexits_.h: Likewise.
4265         * lib/time_.h: Likewise.
4266         * lib/unistd_.h: Likewise.
4267         * lib/wchar_.h: Likewise.
4268         * lib/wctype_.h: Likewise.
4269
4270 2007-05-29  Bruno Haible  <bruno@clisp.org>
4271
4272         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4273         for the moment.
4274
4275 2007-05-29  Bruno Haible  <bruno@clisp.org>
4276
4277         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4278         invocation.
4279         Reported by Eric Blake.
4280
4281 2007-05-29  Bruno Haible  <bruno@clisp.org>
4282
4283         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4284         compiling case.
4285
4286 2007-05-29  Eric Blake  <ebb9@byu.net>
4287             Bruno Haible  <bruno@clisp.org>
4288
4289         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4290         cross compiles.
4291
4292 2007-05-28  Eric Blake  <ebb9@byu.net>
4293
4294         * modules/closein-tests (test_closein_LDADD): Support test on
4295         cygwin with libtool.
4296
4297 2007-05-28  Bruno Haible  <bruno@clisp.org>
4298
4299         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4300         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4301         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4302         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4303         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4304         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4305         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4306         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4307         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4308
4309 2007-05-28  Eric Blake  <ebb9@byu.net>
4310
4311         Unconditionally include <config.h> in unit tests.
4312         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4313         * tests/test-allocsa.c, tests/test-arcfour.c,
4314         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4315         tests/test-array_list.c, tests/test-array_oset.c,
4316         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4317         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4318         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4319         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4320         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4321         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4322         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4323         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4324         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4325         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4326         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4327         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4328         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4329         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4330         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4331         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4332         test-md5.c, test-memmem.c, test-printf-posix.c,
4333         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4334         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4335         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4336         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4337         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4338         test-vasnprintf-posix2.c, test-vasnprintf.c,
4339         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4340         test-vfprintf-posix.c, test-vprintf-posix.c,
4341         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4342         test-xvasprintf.c: Likewise.
4343
4344 2007-05-28  Bruno Haible  <bruno@clisp.org>
4345
4346         * gnulib-tool (func_import): Remember the --with-tests command-line
4347         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4348         Reported by Eric Blake.
4349
4350 2007-05-28  Bruno Haible  <bruno@clisp.org>
4351
4352         * modules/ftell-tests: New file.
4353         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4354         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4355
4356         * lib/ftell.c: New file.
4357         * modules/ftell: New file.
4358         * m4/ftell.m4: New file.
4359         * doc/functions/ftell.texi: Update.
4360         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4361         REPLACE_FTELL.
4362         * lib/stdio_.h (rpl_ftell): New declaration.
4363         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4364         REPLACE_FTELL.
4365
4366 2007-05-28  Eric Blake  <ebb9@byu.net>
4367
4368         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4369
4370 2007-05-28  Bruno Haible  <bruno@clisp.org>
4371
4372         * modules/fseek-tests: New file.
4373         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4374         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4375
4376         * lib/fseek.c: New file.
4377         * modules/fseek: New file.
4378         * m4/fseek.m4: New file.
4379         * doc/functions/fseek.texi: Update.
4380         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4381         REPLACE_FSEEK.
4382         * lib/stdio_.h (rpl_fseek): New declaration.
4383         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4384         REPLACE_FSEEK.
4385
4386 2007-05-28  Bruno Haible  <bruno@clisp.org>
4387
4388         * lib/stdio_.h (fflush): More comments.
4389
4390 2007-05-28  Bruno Haible  <bruno@clisp.org>
4391
4392         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4393         runtime test.
4394
4395 2007-05-28  Eric Blake  <ebb9@byu.net>
4396
4397         Improve lseek module.
4398         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4399         * lib/unistd_.h (lseek): Scale back link warning message.
4400         * tests/test-lseek.c: Beef up test.
4401         * tests/test-lseek.sh: Exercise more facets of lseek.
4402         Reported by Bruno Haible.
4403
4404 2007-05-28  Bruno Haible  <bruno@clisp.org>
4405
4406         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4407         to define.
4408
4409 2007-05-27  Bruno Haible  <bruno@clisp.org>
4410
4411         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4412
4413 2007-05-27  Bruno Haible  <bruno@clisp.org>
4414
4415         * modules/openmp: New file.
4416         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4417         Noah Misch.
4418
4419 2007-05-26  Bruno Haible  <bruno@clisp.org>
4420
4421         * modules/chdir-long (Depends-on): Add fchdir.
4422         * modules/chdir-safer (Depends-on): Likewise.
4423         * modules/fts (Depends-on): Likewise.
4424         * modules/fts-lgpl (Depends-on): Likewise.
4425         * modules/openat (Depends-on): Likewise.
4426         * modules/savewd (Depends-on): Likewise.
4427
4428 2007-05-24  Eric Blake  <ebb9@byu.net>
4429
4430         Fix lseek on mingw.
4431         * modules/lseek: New module.
4432         * m4/lseek.m4: New file.
4433         * lib/lseek.c: New file.
4434         * modules/lseek-tests: New file.
4435         * tests/test-lseek.c: New file.
4436         * tests/test-lseek.sh: New file.
4437         * MODULES.html.sh: Document lseek module.
4438         * modules/fflush (Depends-on): Add lseek, fseeko.
4439         * modules/fseeko (Depends-on): Likewise.
4440         * modules/ftello (Depends-on): Likewise.
4441         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4442         broken.
4443         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4444         broken.
4445         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4446         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4447         * lib/ftello.c (rpl_ftello): Likewise.
4448         * tests/test-fseeko.c (main): Test this.
4449         * tests/test-fseeko.sh: Likewise.
4450         * tests/test-ftello.c (main): Likewise.
4451         * tests/test-ftello.sh: Likewise.
4452         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4453         implies replacing fseek.
4454         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4455         HAVE_FTELLO.
4456         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4457         * modules/unistd (Makefile.am): Likewise.
4458         * lib/unistd_.h (lseek): Declare a replacement.
4459         * doc/functions/lseek.texi (lseek): Document this fix.
4460         * doc/functions/fseek.texi (fseek): Likewise.
4461         * doc/functions/ftell.texi (ftell): Likewise.
4462
4463 2007-05-24  Bruno Haible  <bruno@clisp.org>
4464
4465         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4466         in the printed representation of a NaN.
4467         * tests/test-vasprintf-posix.c (test_function): Likewise.
4468         * tests/test-snprintf-posix.h (test_function): Likewise.
4469         * tests/test-sprintf-posix.h (test_function): Likewise.
4470         Reported by Eric Blake.
4471
4472 2007-05-23  Eric Blake  <ebb9@byu.net>
4473
4474         Fix fseeko/ftello on cygwin 1.5.24.
4475         * doc/functions/fseeko.texi (fseeko): Document the fix.
4476         * doc/functions/ftello.texi (ftello): Document the fix.
4477         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4478         * doc/functions/stdout.text (stdout): New file.
4479         * doc/functions/stderr.text (stderr): New file.
4480         * doc/gnulib.texi (Function Substitutes): Use new files.
4481         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4482         prior to 1.7.0.
4483         * tests/test-ftello.c (main): Likewise for ftello.
4484         * tests/test-fseeko.sh: New file.
4485         * tests/test-ftello.sh: New file.
4486         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4487         with seekable stdin.
4488         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4489         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4490         (gl_REPLACE_FSEEKO): New macro.
4491         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4492         * modules/fseeko (Files): Distribute fseeko.c.
4493         * modules/ftello (Files): Distribute ftello.c.
4494         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4495         mode.
4496         * lib/ftello.c (rpl_ftello): New file.
4497         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4498         fseeko, ftello.
4499         (gl_STDIN_LARGE_OFFSET): New macro.
4500         * modules/stdio (Makefile.am): Perform the replacement.
4501         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4502
4503 2007-05-23  Bruno Haible  <bruno@clisp.org>
4504
4505         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4506         GNULIB_POSIXCHECK is defined.
4507
4508 2007-05-21  Bruno Haible  <bruno@clisp.org>
4509
4510         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4511         Check also the output for NaN arguments. When cross-compiling, guess
4512         no on IRIX.
4513         * lib/vasnprintf.c: Update comments.
4514         * tests/test-vasnprintf-posix.c (strisnan): New function.
4515         (test_function): Use it.
4516         * tests/test-vasprintf-posix.c (strisnan): New function.
4517         (test_function): Use it.
4518         * tests/test-snprintf-posix.h (strisnan): New function.
4519         (test_function): Use it.
4520         * tests/test-sprintf-posix.h (strisnan): New function.
4521         (test_function): Use it.
4522         Reported by Eric Blake.
4523
4524 2007-05-20  Bruno Haible  <bruno@clisp.org>
4525
4526         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4527         numbers that fails on BeOS.
4528         * doc/functions/frexpl.texi: Update.
4529
4530 2007-05-20  Jim Meyering  <jim@meyering.net>
4531
4532         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4533         forced upon us by glibc-2.6.
4534
4535 2007-05-20  Bruno Haible  <bruno@clisp.org>
4536
4537         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4538         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4539         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4540         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4541         NEED_PRINTF_INFINITE.
4542         (is_infinitel): New function.
4543         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4544         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4545         gl_PREREQ_VASNPRINTF_INFINITE.
4546         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4547         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4548         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4549         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4550         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4551         gl_PREREQ_VASNPRINTF_INFINITE.
4552         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4553         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4554         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4555         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4556         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4557         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4558         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4559         * doc/functions/fprintf.texi: Update.
4560         * doc/functions/printf.texi: Update.
4561         * doc/functions/snprintf.texi: Update.
4562         * doc/functions/sprintf.texi: Update.
4563         * doc/functions/vfprintf.texi: Update.
4564         * doc/functions/vprintf.texi: Update.
4565         * doc/functions/vsnprintf.texi: Update.
4566         * doc/functions/vsprintf.texi: Update.
4567
4568 2007-05-20  Bruno Haible  <bruno@clisp.org>
4569
4570         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4571         was not found in libc.
4572         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4573
4574 2007-05-20  Bruno Haible  <bruno@clisp.org>
4575
4576         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4577         printed as "-nan" instead of "nan".
4578         * tests/test-vasprintf-posix.c (test_function): Likewise.
4579         * tests/test-snprintf-posix.h (test_function): Likewise.
4580         * tests/test-sprintf-posix.h (test_function): Likewise.
4581         Needed for HP-UX 11.
4582
4583 2007-05-20  Jim Meyering  <jim@meyering.net>
4584
4585         Fix buggy test for the fchownat-deref bug.
4586         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4587         symlink required for the run-test.  Without it, this test would
4588         always declare that fchownat doesn't work, and client code would
4589         unnecessarily use the replacement function with fixed libc.
4590         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4591         Reported by Greg Schafer.
4592
4593 2007-05-19  Bruno Haible  <bruno@clisp.org>
4594
4595         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4596         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4597         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4598         Needed for IRIX 6.5 and Solaris 2.5.1.
4599
4600 2007-05-19  Bruno Haible  <bruno@clisp.org>
4601
4602         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4603         (test_function): Skip tests involving -0.0 on platforms where
4604         -0.0 = 0.0.
4605         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4606         (test_function): Skip tests involving -0.0 on platforms where
4607         -0.0 = 0.0.
4608         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4609         (test_function): Skip tests involving -0.0 on platforms where
4610         -0.0 = 0.0.
4611         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4612         (test_function): Skip tests involving -0.0 on platforms where
4613         -0.0 = 0.0.
4614         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4615         tests.
4616         * tests/test-printf-posix.h (test_function): Likewise.
4617         * tests/test-printf-posix.output: Remove all -0.0 related results.
4618         Needed for IRIX 6.5.
4619
4620 2007-05-19  Bruno Haible  <bruno@clisp.org>
4621
4622         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4623         printed as "nan0x7fffffff" instead of "nan".
4624         * tests/test-vasprintf-posix.c (test_function): Likewise.
4625         * tests/test-snprintf-posix.h (test_function): Likewise.
4626         * tests/test-sprintf-posix.h (test_function): Likewise.
4627         * tests/test-fprintf-posix.h (NaN): Remove macro.
4628         (test_function): Remove all NaN related tests.
4629         * tests/test-printf-posix.h (NaN): Remove macro.
4630         (test_function): Remove all NaN related tests.
4631         * tests/test-printf-posix.output: Remove all NaN related results.
4632         Needed for IRIX 6.5.
4633
4634 2007-05-19  Bruno Haible  <bruno@clisp.org>
4635
4636         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4637         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4638
4639 2007-05-19  Bruno Haible  <bruno@clisp.org>
4640
4641         * lib/float_.h: New file.
4642         * m4/float_h.m4: New file.
4643         * modules/float: New file.
4644         * modules/isnanl (Dependencies): Add float.
4645         * modules/isnanl-nolibm (Dependencies): Likewise.
4646         * modules/mathl (Dependencies): Likewise.
4647         * modules/printf-frexpl (Dependencies): Likewise.
4648         * modules/signbit (Dependencies): Likewise.
4649         * modules/vasnprintf (Dependencies): Likewise.
4650         * doc/headers/float.texi: Update.
4651
4652 2007-05-19  Jim Meyering  <jim@meyering.net>
4653
4654         * lib/utimens.c (gl_futimens): Rename from futimens,
4655         now that glibc-2.6 declares futimens.
4656         * lib/utimens.h: Likewise.
4657
4658 2007-05-19  Bruno Haible  <bruno@clisp.org>
4659
4660         Avoid test failures on mingw.
4661         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4662         * tests/test-printf-posix.sh: Likewise.
4663         * tests/test-vfprintf-posix.sh: Likewise.
4664         * tests/test-vprintf-posix.sh: Likewise.
4665
4666 2007-05-19  Bruno Haible  <bruno@clisp.org>
4667
4668         Fix *printf result for NaN, Inf, -0.0 on mingw.
4669         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4670         * lib/vasnprintf.c: Include math.h and isnan.h.
4671         (is_infinite_or_zero): New function.
4672         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4673         values in the %f, %F, %e, %E, %g, %G directives.
4674         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4675         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4676         gl_PRINTF_INFINITE and test its result. Invoke
4677         gl_PREREQ_VASNPRINTF_INFINITE.
4678         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4679         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4680         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4681         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4682         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4683         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4684         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4685         * doc/functions/fprintf.texi: Update.
4686         * doc/functions/printf.texi: Update.
4687         * doc/functions/snprintf.texi: Update.
4688         * doc/functions/sprintf.texi: Update.
4689         * doc/functions/vfprintf.texi: Update.
4690         * doc/functions/vprintf.texi: Update.
4691         * doc/functions/vsnprintf.texi: Update.
4692         * doc/functions/vsprintf.texi: Update.
4693
4694 2007-05-19  Bruno Haible  <bruno@clisp.org>
4695
4696         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4697         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4698         Instead of multiplying with 10^k, set extra_zeroes to k.
4699         (scale10_round_long_double): Remove function.
4700
4701 2007-05-18  Bruno Haible  <bruno@clisp.org>
4702
4703         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4704         introduced on 2007-05-06.
4705
4706 2007-05-18  Bruno Haible  <bruno@clisp.org>
4707
4708         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4709         %g directives.
4710         * tests/test-vasprintf-posix.c (test_function): Likewise.
4711         * tests/test-snprintf-posix.h (test_function): Likewise.
4712         * tests/test-sprintf-posix.h (test_function): Likewise.
4713
4714 2007-05-18  Bruno Haible  <bruno@clisp.org>
4715
4716         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4717         (strmatch): New function.
4718         (test_function): Test the %f directive on numbers of various exponents.
4719         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4720         (strmatch): New function.
4721         (test_function): Test the %f directive on numbers of various exponents.
4722         * tests/test-snprintf-posix.h (strmatch): New function.
4723         (test_function): Test the %f directive on numbers of various exponents.
4724         * tests/test-sprintf-posix.h (strmatch): New function.
4725         (test_function): Test the %f directive on numbers of various exponents.
4726         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4727         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4728         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4729         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4730
4731 2007-05-18  Bruno Haible  <bruno@clisp.org>
4732
4733         Add support for 'long double' number output.
4734         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4735         * lib/vasnprintf.c: Include math.h and float+.h.
4736         (mp_limb_t): New type.
4737         (GMP_LIMB_BITS): New macro.
4738         (mp_twolimb_t): New type.
4739         (GMP_TWOLIMB_BITS): New macro.
4740         (mpn_t): New type.
4741         (multiply, divide, convert_to_decimal, decode_long_double,
4742         scale10_round_long_double, scale10_round_decimal_long_double,
4743         floorlog10l): New functions.
4744         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4745         for the %f, %F, %e, %E, %g, %G directives.
4746         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4747         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4748         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4749         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4750         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4751         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4752         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4753         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4754         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4755         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4756         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4757         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4758         * modules/snprintf-posix (Depends-on): Likewise.
4759         * modules/sprintf-posix (Depends-on): Likewise.
4760         * modules/vasnprintf-posix (Depends-on): Likewise.
4761         * modules/vasprintf-posix (Depends-on): Likewise.
4762         * modules/vfprintf-posix (Depends-on): Likewise.
4763         * modules/vsnprintf-posix (Depends-on): Likewise.
4764         * modules/vsprintf-posix (Depends-on): Likewise.
4765         * modules/vasnprintf (Files): Add lib/float+.h.
4766         * doc/functions/fprintf.texi: Update.
4767         * doc/functions/printf.texi: Update.
4768         * doc/functions/snprintf.texi: Update.
4769         * doc/functions/sprintf.texi: Update.
4770         * doc/functions/vfprintf.texi: Update.
4771         * doc/functions/vprintf.texi: Update.
4772         * doc/functions/vsnprintf.texi: Update.
4773         * doc/functions/vsprintf.texi: Update.
4774
4775 2007-05-18  Bruno Haible  <bruno@clisp.org>
4776
4777         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4778
4779 2007-05-18  Bruno Haible  <bruno@clisp.org>
4780
4781         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4782         for printing 64-bit integers. Needed for mingw.
4783
4784 2007-05-18  Bruno Haible  <bruno@clisp.org>
4785
4786         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4787         gl_FUNC_FREXPL_WORKS.
4788         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4789
4790 2007-05-18  Bruno Haible  <bruno@clisp.org>
4791
4792         * modules/frexpl-nolibm-tests: New file.
4793
4794         * modules/frexpl-nolibm: New file.
4795         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4796
4797 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4798
4799         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4800         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4801         GCC 4.2, which otherwise issues a lot of warnings.
4802         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4803         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4804         Likewise.
4805         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4806         * modules/iconv_open (iconv.h): Likewise.
4807         * modules/locale (locale.h): Likewise.
4808         * modules/netinet_in (netinet/in.h): Likewise.
4809         * modules/sys_select (sys_select.h): Likewise.
4810         * modules/sys_socket (sys/socket.h): Likewise.
4811         * modules/sys_stat (sys/stat.h): Likewise.
4812         * modules/sysexits (sysexits.h): Likewise.
4813         * modules/unistd (unistd.h): Likewise.
4814
4815 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4816
4817         * modules/closein-tests (Makefile.am): Distribute
4818         `test-closein.sh'.
4819
4820 2007-05-17  Bruno Haible  <bruno@clisp.org>
4821
4822         * tests/test-printf-posix.output: Renamed from
4823         tests/test-fprintf-posix.out.
4824         * modules/fprintf-posix-tests: Update.
4825         * modules/printf-posix-tests: Update.
4826         * modules/vfprintf-posix-tests: Update.
4827         * modules/vprintf-posix-tests: Update.
4828         * tests/test-fprintf-posix.sh: Update.
4829         * tests/test-printf-posix.sh: Update.
4830         * tests/test-vfprintf-posix.sh: Update.
4831         * tests/test-vprintf-posix.sh: Update.
4832         Reported by Ralf Wildenhues.
4833
4834 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4835
4836         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4837         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4838         GCC 4.2, which otherwise issues a lot of warnings.
4839         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4840         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4841         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4842         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4843         it should no longer be needed.
4844         * lib/string_.h: Likewise.
4845         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4846         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4847         * modules/inttypes (inttypes.h): Likewise.
4848         * modules/math (math.h): Likewise.
4849         * modules/search (search.h): Likewise.
4850         * modules/signal (signal.h): Likewise.
4851         * modules/stdint (stdint.h): Likewise.
4852         * modules/stdio (stdio.h): Likewise.
4853         * modules/stdlib (stdlib.h): Likewise.
4854         * modules/string (string.h): Likewise.
4855         * modules/sys_time (sys/time.h): Likewise.
4856         * modules/time (time.h): Likewise.
4857         * modules/wchar (wchar.h): Likewise.
4858         * modules/wctype (wtype.h): Likewise.
4859
4860 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4861
4862         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4863
4864 2007-05-13  Bruno Haible  <bruno@clisp.org>
4865
4866         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4867         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4868         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4869         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4870         (gl_PREREQ_STRTOK_R): Don't require it here.
4871
4872 2007-05-13  Bruno Haible  <bruno@clisp.org>
4873
4874         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4875         when used in C++ mode.
4876
4877 2007-05-12  Bruno Haible  <bruno@clisp.org>
4878
4879         * lib/linebuffer.h: Tweak doc.
4880         * lib/linebuffer.c: Likewise.
4881
4882 2007-05-12  James Youngman  <jay@gnu.org>
4883
4884         * lib/linebuffer.c (readlinebuffer_delim): New function,
4885         like readlinebuffer, but use a caller-specified delimiter.
4886         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4887         as the delimiter.
4888         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4889
4890 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4891
4892         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4893         * modules/openat (Files): Remove openat-die.c.
4894         (Depends-on): Add openat-die.
4895         * modules/openat-die: New module.
4896
4897 2007-05-06  Bruno Haible  <bruno@clisp.org>
4898
4899         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4900         Update with info about Cygwin.
4901         * doc/functions/fprintf.texi: Update.
4902         * doc/functions/printf.texi: Update.
4903         * doc/functions/snprintf.texi: Update.
4904         * doc/functions/sprintf.texi: Update.
4905         * doc/functions/vfprintf.texi: Update.
4906         * doc/functions/vprintf.texi: Update.
4907         * doc/functions/vsnprintf.texi: Update.
4908         * doc/functions/vsprintf.texi: Update.
4909         Reported by Eric Blake.
4910
4911 2007-05-06  Bruno Haible  <bruno@clisp.org>
4912
4913         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4914         padding ourselves for the floating-point directives.
4915         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4916         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4917         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4918         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4919         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4920         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4921         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4922         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4923         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4924         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4925         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4926         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4927         * tests/test-snprintf-posix.h (test_function): Also check the width
4928         and some flags in the %f directive.
4929         * tests/test-sprintf-posix.h (test_function): Likewise.
4930         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4931         * tests/test-vasprintf-posix.c (test_function): Likewise.
4932         * doc/functions/fprintf.texi: Update.
4933         * doc/functions/printf.texi: Update.
4934         * doc/functions/snprintf.texi: Update.
4935         * doc/functions/sprintf.texi: Update.
4936         * doc/functions/vfprintf.texi: Update.
4937         * doc/functions/vprintf.texi: Update.
4938         * doc/functions/vsnprintf.texi: Update.
4939         * doc/functions/vsprintf.texi: Update.
4940
4941 2007-05-06  Bruno Haible  <bruno@clisp.org>
4942
4943         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4944         pass the ' flag character to sprintf or snprintf.
4945         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4946         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4947         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4948         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4949         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4950         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4951         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4952         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4953         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4954         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4955         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4956         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4957         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4958         flag.
4959         * tests/test-sprintf-posix.h (test_function): Likewise.
4960         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4961         * tests/test-vasprintf-posix.c (test_function): Likewise.
4962         * doc/functions/fprintf.texi: Update.
4963         * doc/functions/printf.texi: Update.
4964         * doc/functions/snprintf.texi: Update.
4965         * doc/functions/sprintf.texi: Update.
4966         * doc/functions/vfprintf.texi: Update.
4967         * doc/functions/vprintf.texi: Update.
4968         * doc/functions/vsnprintf.texi: Update.
4969         * doc/functions/vsprintf.texi: Update.
4970
4971 2007-05-01  Bruno Haible  <bruno@clisp.org>
4972
4973         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4974
4975 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4976
4977         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4978         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4979
4980 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4981
4982         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4983         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4984         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4985
4986 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4987
4988         * lib/argp-help.c (struct hol_entry): New member `ord'.
4989         (HOL_ENTRY_PTRCMP): Use ord for comparison
4990         (hol_sort): Initialize ord.
4991
4992 2007-05-01  Bruno Haible  <bruno@clisp.org>
4993
4994         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4995         Reported by Eric Blake.
4996         * doc/gnulib.texi (Function Substitutes): Update.
4997
4998 2007-05-01  Bruno Haible  <bruno@clisp.org>
4999
5000         * doc/functions.texi: Remove file, now redundant through
5001         doc/functions/*.texi.
5002
5003 2007-05-01  Bruno Haible  <bruno@clisp.org>
5004
5005         * modules/argp (Depends-on): Add sleep.
5006
5007 2007-05-01  Bruno Haible  <bruno@clisp.org>
5008
5009         * modules/sleep-tests: New file.
5010         * tests/test-sleep.c: New file.
5011
5012         * modules/sleep: New file.
5013         * lib/sleep.c: New file.
5014         * m4/sleep.m4: New file.
5015         * lib/unistd_.h (sleep): New declaration.
5016         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
5017         HAVE_SLEEP.
5018         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
5019         * doc/functions/sleep.texi: Document the sleep module.
5020
5021 2007-05-01  Bruno Haible  <bruno@clisp.org>
5022
5023         * lib/sigprocmask.h: Remove file.
5024         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
5025         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
5026         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
5027         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
5028         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
5029         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
5030         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
5031         HAVE_SIGSET_T as a shell variable.
5032         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
5033         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
5034         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
5035         (Depends-on): Add signal. Remove verify.
5036         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
5037         (Include): Mention <signal.h> instead of sigprocmask.h.
5038         * NEWS: Mention the change.
5039         * lib/fatal-signal.c: Don't include sigprocmask.h.
5040
5041 2007-05-01  Bruno Haible  <bruno@clisp.org>
5042
5043         * modules/signal: New file.
5044         * lib/signal_.h: New file.
5045         * m4/signal_h.m4: New file.
5046
5047 2007-05-01  Bruno Haible  <bruno@clisp.org>
5048
5049         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
5050         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
5051         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
5052         HAVE_WCTYPE_CTMP_BUG into wctype.h.
5053
5054 2007-05-01  Bruno Haible  <bruno@clisp.org>
5055
5056         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
5057         configure time.
5058         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
5059         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
5060         * modules/sys_stat (Makefile.am): Substitute their values into
5061         sys/stat.h.
5062
5063 2007-05-01  Bruno Haible  <bruno@clisp.org>
5064
5065         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
5066         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
5067         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
5068
5069 2007-05-01  Bruno Haible  <bruno@clisp.org>
5070
5071         * doc/header/assert.texi: Undo last change: don't mention the gnulib
5072         'assert' module here.
5073
5074 2007-05-01  Bruno Haible  <bruno@clisp.org>
5075
5076         * doc/functions/*.texi: New files.
5077         * doc/functions/google-ranking.txt: New file.
5078         * doc/gnulib.texi (Function Substitutes): New chapter.
5079         (ctime, inet_ntoa): Remove sections.
5080         * doc/ctime.texi: Remove file.
5081         * doc/inet_ntoa.texi: Remove file.
5082         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
5083         dependencies.
5084         (%.info): New rule, specifying a --reference-limit.
5085
5086 2007-05-01  Bruno Haible  <bruno@clisp.org>
5087
5088         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
5089
5090 2007-05-01  Bruno Haible  <bruno@clisp.org>
5091
5092         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
5093         the portability of 'mkdir' to mingw systems.
5094
5095 2007-05-01  Bruno Haible  <bruno@clisp.org>
5096
5097         * doc/headers/google-ranking.txt: New file.
5098
5099 2007-04-30  Eric Blake  <ebb9@byu.net>
5100
5101         Prefer fseeko to fseek.
5102         * modules/getpass (Depends-on): Add fseeko.
5103         * lib/getpass.c (getpass): Use fseeko, not fseek.
5104
5105 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
5106
5107         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
5108         assumes the sorting is stable, while most qsort implementations
5109         are not.  Use argument addresses to ensure they never compare as
5110         equal.
5111
5112         * tests/test-argp-2.sh (usage-indent test): Fix output
5113         (func_compare): Restore diff options
5114         * tests/test-argp.c: Restore #include "progname.h"
5115
5116 2007-04-29  Bruno Haible  <bruno@clisp.org>
5117
5118         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
5119         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5120         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
5121         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5122         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
5123         (configure.ac): Define CHECK_SNPRINTF_POSIX.
5124         (TESTS, check_PROGRAMS): Add test-snprintf.
5125         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
5126         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
5127         (TESTS, check_PROGRAMS): Add test-vsnprintf.
5128         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
5129         assertions that fail on HP-UX, OSF/1, or IRIX.
5130         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
5131
5132 2007-04-29  Bruno Haible  <bruno@clisp.org>
5133
5134         * MODULES.html.sh (posix_functions): Remove 'contents'.
5135
5136 2007-04-29  Karl Berry  <karl@gnu.org>
5137
5138         * config/srclist.txt (gendocs_template_min): new entry.
5139
5140 2007-04-29  Bruno Haible  <bruno@clisp.org>
5141
5142         Work around fpurge bug on BSD systems.
5143         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
5144         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
5145         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
5146         fpurge to rpl_fpurge if the system already has this function.
5147         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
5148         the case where the system already has this function. Correct invariants
5149         on BSD systems.
5150         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
5151         BSD systems.
5152
5153 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5154
5155         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
5156         proposed by Sven Verdoolaege.
5157
5158         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
5159         options.
5160         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
5161         (usage and help tests): Update
5162
5163 2007-04-29  Bruno Haible  <bruno@clisp.org>
5164
5165         * tests/test-fflush.c (main): Use a file of size 17, not 10.
5166         Print more information in case of failure. Disable a test on BeOS.
5167
5168 2007-04-29  Bruno Haible  <bruno@clisp.org>
5169
5170         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
5171         This helps debugging on systems on which no gdb is available.
5172
5173 2007-04-29  Bruno Haible  <bruno@clisp.org>
5174
5175         * lib/freading.h: Improve comments.
5176         * lib/fwriting.h: Likewise.
5177         * tests/test-freading.c (main): Don't check freading immediately after
5178         repositioning. Needed for glibc.
5179
5180 2007-04-29  Bruno Haible  <bruno@clisp.org>
5181
5182         * lib/freading.c (freading): Trivial simplification.
5183
5184 2007-04-28  Bruno Haible  <bruno@clisp.org>
5185
5186         * tests/test-fwriting.c (main): Also test the interaction between
5187         fflush and fwriting.
5188         * modules/fwriting-tests (Depends-on): Add fflush.
5189
5190         * tests/test-freading.c (main): Also test the interaction between
5191         fflush and freading.
5192         * modules/freading-tests (Depends-on): Add fflush.
5193
5194 2007-04-28  Bruno Haible  <bruno@clisp.org>
5195
5196         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
5197         fseeko and ftello.
5198         Suggested by Eric Blake.
5199
5200 2007-04-28  Jim Meyering  <jim@meyering.net>
5201
5202         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5203         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5204         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5205
5206 2007-04-27  Eric Blake  <ebb9@byu.net>
5207
5208         * doc/headers/assert.texi (assert.h): Document assert module use.
5209
5210 2007-04-27  Bruno Haible  <bruno@clisp.org>
5211
5212         * doc/headers/*.texi: New files.
5213         * doc/gnulib.texi (Header File Substitutes): New chapter.
5214         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5215         dependencies.
5216         (standards.info ,standards.html, standards.dvi): Update dependencies.
5217         (mostlyclean, clean): New targets.
5218
5219 2007-04-27  Bruno Haible  <bruno@clisp.org>
5220
5221         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5222         * modules/sysexits (Files, Makefile.am): Update.
5223
5224         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5225         * modules/sys_socket (Files, Makefile.am): Update.
5226
5227         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5228         * modules/sys_stat (Files, Makefile.am): Update.
5229
5230 2007-04-27  Eric Blake  <ebb9@byu.net>
5231
5232         * lib/freading.h: Improve comments.
5233         * lib/fwriting.h: Likewise.
5234         * lib/fflush.c: Likewise.
5235
5236         Fix closein for mingw.
5237         * modules/closein-tests: Add tests for closein.
5238         * tests/test-closein.c: New file.
5239         * tests/test-closein.sh: Likewise.
5240         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5241         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5242
5243 2007-04-27  Bruno Haible  <bruno@clisp.org>
5244
5245         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5246         version is < 6.
5247         * lib/math_.h [__DECC]: Likewise.
5248         * lib/stdio_.h [__DECC]: Likewise.
5249         * lib/stdlib_.h [__DECC]: Likewise.
5250         * lib/string_.h [__DECC]: Likewise.
5251         * lib/time_.h [__DECC]: Likewise.
5252         * lib/wchar_.h [__DECC]: Likewise.
5253         * lib/wctype_.h [__DECC]: Likewise.
5254
5255 2007-04-27  Bruno Haible  <bruno@clisp.org>
5256
5257         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5258
5259 2007-04-27  Bruno Haible  <bruno@clisp.org>
5260
5261         * lib/fflush.c: Add comments.
5262         * modules/fpurge-tests (Depends-on): Add fflush.
5263         * modules/freadable-tests (Depends-on): Likewise.
5264         * modules/fwritable-tests (Depends-on): Likewise.
5265
5266 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5267
5268         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5269         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5270         Report by Bruno Haible <bruno@clisp.org>.
5271
5272 2007-04-26  Eric Blake  <ebb9@byu.net>
5273
5274         Fix fflush on mingw.
5275         * modules/fflush (Depends-on): Add freading.
5276         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5277         but unread data.
5278
5279 2007-04-26  Eric Blake  <ebb9@byu.net>
5280         and Bruno Haible  <bruno@clisp.org>
5281
5282         Implement freading and fwriting.
5283         * lib/freading.c: New file.
5284         * lib/freading.h: Likewise.
5285         * m4/freading.m4: Likewise.
5286         * modules/freading: Likewise.
5287         * modules/freading-tests: Likewise.
5288         * tests/test-freading.c: Likewise.
5289         * lib/fwriting.c: New file.
5290         * lib/fwriting.h: Likewise.
5291         * m4/fwriting.m4: Likewise.
5292         * modules/fwriting: Likewise.
5293         * modules/fwriting-tests: Likewise.
5294         * tests/test-fwriting.c: Likewise.
5295         * MODULES.html.sh (File stream based Input/Output): Mention them.
5296
5297 2007-04-26  Bruno Haible  <bruno@clisp.org>
5298
5299         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5300         'long' when we assume it.
5301         Suggested by Eric Blake.
5302
5303 2007-04-26  Bruno Haible  <bruno@clisp.org>
5304
5305         Ensure fseeko, ftello are declared on glibc systems.
5306         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5307         * modules/fseeko (configure.ac-early): Likewise.
5308         * modules/ftello (configure.ac-early): Likewise.
5309         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5310         AC_FUNC_FSEEKO for this.
5311         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5312         (gl_CHECK_FSEEKO): Remove macro.
5313
5314 2007-04-26  Bruno Haible  <bruno@clisp.org>
5315
5316         * tests/test-fflush.c (main): Also check the ftell result after
5317         fflush and fseek/fseeko.
5318         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5319         file descriptor position cache in the stream.
5320         * lib/fseeko.c (rpl_fseeko): Likewise.
5321
5322 2007-04-26  Bruno Haible  <bruno@clisp.org>
5323
5324         * modules/fflush-tests (Depends-on): Add fseeko.
5325
5326 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5327             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5328
5329         * lib/argz_.h: ensure error_t definition is obtained in same
5330         mechanism system argz.h would have.
5331         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5332         argz facilities are known bad.  Err on the side of caution if
5333         cross-compiling.
5334
5335 2007-04-25  Eric Blake  <ebb9@byu.net>
5336
5337         * lib/fpurge.c (includes): Use stdlib.h for free.
5338         * tests/test-fflush.c (main): Also test fflush-fseeko.
5339
5340 2007-04-25  Bruno Haible  <bruno@clisp.org>
5341
5342         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5343         * lib/fseeko.c: New file.
5344         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5345         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5346         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5347         gl_FUNC_FSEEKO.
5348         (gl_FUNC_FSEEKO): Invoke it.
5349         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5350         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5351         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5352
5353 2007-04-25  Bruno Haible  <bruno@clisp.org>
5354
5355         * modules/fflush (Depends-on): Add ftello.
5356
5357 2007-04-25  Bruno Haible  <bruno@clisp.org>
5358
5359         * modules/ftello-tests: New file.
5360         * tests/test-ftello.c: New file.
5361
5362         * modules/ftello: New file.
5363         * m4/ftello.m4: New file.
5364         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5365         HAVE_FTELLO.
5366         * lib/stdio_.h (ftello): New declaration.
5367         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5368         HAVE_FTELLO.
5369
5370 2007-04-25  Bruno Haible  <bruno@clisp.org>
5371
5372         * modules/fseeko-tests: New file.
5373         * tests/test-fseeko.c: New file.
5374
5375         * modules/fseeko: New file.
5376         * m4/fseeko.m4: New file.
5377         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5378         HAVE_FSEEKO.
5379         * lib/stdio_.h (fseeko): New declaration.
5380         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5381         HAVE_FSEEKO.
5382
5383 2007-04-25  Bruno Haible  <bruno@clisp.org>
5384
5385         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5386
5387 2007-04-25  Bruno Haible  <bruno@clisp.org>
5388
5389         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5390         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5391         * tests/test-unistd.c: Likewise.
5392         * tests/test-fcntl.c: Likewise.
5393
5394 2007-04-23  Eric Blake  <ebb9@byu.net>
5395
5396         * lib/fflush.c: Fix missing include.
5397         Reported by Bruno Haible.
5398
5399 2007-04-23  Bruno Haible  <bruno@clisp.org>
5400
5401         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5402         Reported by Eric Blake.
5403
5404 2007-04-23  Bruno Haible  <bruno@clisp.org>
5405
5406         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5407
5408 2007-04-23  Bruno Haible  <bruno@clisp.org>
5409
5410         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5411
5412 2007-04-23  Bruno Haible  <bruno@clisp.org>
5413
5414         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5415         Needed on HP-UX 11.
5416
5417 2007-04-16  Eric Blake  <ebb9@byu.net>
5418
5419         Make fflush rely on fpurge.
5420         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5421         open coding all variants.
5422         * modules/fflush (Depends-on): Add fpurge and unistd.
5423         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5424         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5425
5426         Fix --with-tests compilation on cygwin.
5427         * modules/argmatch-tests (Makefile.am): List gnulib library first
5428         in LDADD.
5429         * modules/argp-tests (Makefile.am): Likewise.
5430         * modules/array-list-tests (Makefile.am): Likewise.
5431         * modules/array-oset-tests (Makefile.am): Likewise.
5432         * modules/avltree-list-tests (Makefile.am): Likewise.
5433         * modules/avltree-oset-tests (Makefile.am): Likewise.
5434         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5435         * modules/carray-list-tests (Makefile.am): Likewise.
5436         * modules/dirname-tests (Makefile.am): Likewise.
5437         * modules/frexp-tests (Makefile.am): Likewise.
5438         * modules/isnanl-tests (Makefile.am): Likewise.
5439         * modules/linked-list-tests (Makefile.am): Likewise.
5440         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5441         * modules/lock-tests (Makefile.am): Likewise.
5442         * modules/rbtree-list-tests (Makefile.am): Likewise.
5443         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5444         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5445         * modules/tls-tests (Makefile.am): Likewise.
5446         * modules/tsearch-tests (Makefile.am): Likewise.
5447         * modules/xvasprintf-tests (Makefile.am): Likewise.
5448
5449         Fix fpurge for cygwin.
5450         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5451         value.
5452         * modules/fpurge-tests (Depends-on): Clean up trash.
5453
5454 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5455
5456         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5457
5458         * m4/autobuild.m4: Re-indent.
5459
5460 2007-04-13  Bruno Haible  <bruno@clisp.org>
5461
5462         * modules/fpurge-tests: New file.
5463         * tests/test-fpurge.c: New file.
5464
5465         * modules/fpurge: New file.
5466         * lib/fpurge.h: New file.
5467         * lib/fpurge.c: New file.
5468         * m4/fpurge.m4: New file.
5469
5470 2007-04-13  Bruno Haible  <bruno@clisp.org>
5471
5472         * modules/fbufmode-tests: New file.
5473         * tests/test-fbufmode.c: New file.
5474
5475         * modules/fbufmode: New file.
5476         * lib/fbufmode.h: New file.
5477         * lib/fbufmode.c: New file.
5478         * m4/fbufmode.m4: New file.
5479
5480 2007-04-13  Bruno Haible  <bruno@clisp.org>
5481
5482         * modules/fwritable-tests: New file.
5483         * tests/test-fwritable.c: New file.
5484
5485         * modules/fwritable: New file.
5486         * lib/fwritable.h: New file.
5487         * lib/fwritable.c: New file.
5488         * m4/fwritable.m4: New file.
5489
5490 2007-04-13  Bruno Haible  <bruno@clisp.org>
5491
5492         * modules/freadable-tests: New file.
5493         * tests/test-freadable.c: New file.
5494
5495         * modules/freadable: New file.
5496         * lib/freadable.h: New file.
5497         * lib/freadable.c: New file.
5498         * m4/freadable.m4: New file.
5499
5500 2007-04-13  Bruno Haible  <bruno@clisp.org>
5501
5502         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5503         MOSTLYCLEANFILES.
5504
5505 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5506
5507         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5508         gzip bootstrap.conf to avoid dragging in i18n machinery.
5509         (gnulib_tool_option): Use it.
5510
5511 2007-04-13  Bruno Haible  <bruno@clisp.org>
5512
5513         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5514         %F directives.
5515         * tests/test-vasprintf-posix.c (test_function): Likewise.
5516         * tests/test-snprintf-posix.h (test_function): Likewise.
5517         * tests/test-sprintf-posix.h (test_function): Likewise.
5518         * tests/test-fprintf-posix.h (test_function): Likewise.
5519         * tests/test-printf-posix.h (test_function): Likewise.
5520         * tests/test-fprintf-posix.out: Likewise.
5521
5522 2007-04-13  Bruno Haible  <bruno@clisp.org>
5523
5524         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5525         * modules/tls-tests (configure.ac): Likewise.
5526         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5527
5528 2007-04-13  Bruno Haible  <bruno@clisp.org>
5529
5530         * lib/tls.c (glthread_tls_get): Fix return type.
5531         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5532
5533 2007-04-12  Eric Blake  <ebb9@byu.net>
5534
5535         * modules/gettime (Depends-on): Remove gettime.
5536         Reported by Dmitry V. Levin.
5537
5538 2007-04-12  Bruno Haible  <bruno@clisp.org>
5539
5540         * modules/fflush (Include): Mention <stdio.h>.
5541         * modules/strtoimax (Include): Mention <inttypes.h>.
5542         * modules/strtoumax (Include): Likewise.
5543
5544 2007-04-12  Eric Blake  <ebb9@byu.net>
5545
5546         * .cvsignore: New file.
5547         * .gitignore: Likewise.
5548
5549 2007-04-12  Bruno Haible  <bruno@clisp.org>
5550
5551         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5552         not before, since $(LDADD) often contains libgnu.a.
5553         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5554         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5555         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5556         Needed on Cygwin.
5557
5558 2007-04-12  Eric Blake  <ebb9@byu.net>
5559
5560         Work around glibc's failure to flush stdin on fclose.
5561         * lib/closein.c (close_stdin): Flush stdin before closing.
5562
5563         Work around glibc's failure to reset seekable stdin on exit.
5564         * modules/closein: New module.
5565         * lib/closein.c: New file.
5566         * lib/closein.h: Likewise.
5567         * m4/closein.m4: Likewise.
5568         * MODULES.html.sh (File stream based Input/Output): Document it.
5569
5570 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5571
5572         * gnulib-tool: Rename generated 'autobuild' script to
5573         'do-autobuild' in --create-megatestdir output.
5574
5575         * doc/gnulib.texi (Build robot for gnulib): Fix.
5576
5577 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5578
5579         * modules/sysexits (Depends-on): Add absolute-header.
5580
5581 2007-04-12  Eric Blake  <ebb9@byu.net>
5582
5583         No need to preserve errno on success.
5584         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5585         Reported by Bruno Haible.
5586
5587 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5588
5589         * MODULES.html.sh (Support for maintaining and releasing
5590         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5591
5592 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5593
5594         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5595
5596 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5597
5598         * modules/autobuild: New module.
5599
5600         * m4/autobuild.m4: New file.
5601
5602 2007-04-11  Bruno Haible  <bruno@clisp.org>
5603
5604         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5605         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5606         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5607         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5608         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5609         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5610         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5611         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5612         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5613         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5614         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5615         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5616         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5617         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5618         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5619         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5620         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5621         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5622         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5623         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5624         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5625         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5626         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5627         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5628         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5629         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5630         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5631         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5632         Reported by Eric Blake.
5633
5634 2007-04-11  Bruno Haible  <bruno@clisp.org>
5635
5636         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5637
5638 2007-04-10  Bruno Haible  <bruno@clisp.org>
5639
5640         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5641         for NaN and Infinity. Needed on FreeBSD 6.1.
5642         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5643         regarding results for "%010a" of Infinity and NaN.
5644         * tests/test-vasprintf-posix.c (test_function): Likewise.
5645         * tests/test-snprintf-posix.h (test_function): Likewise.
5646         * tests/test-sprintf-posix.h (test_function): Likewise.
5647         * tests/test-fprintf-posix.h (test_function): Likewise.
5648         * tests/test-printf-posix.h (test_function): Likewise.
5649         * tests/test-fprintf-posix.out: Likewise.
5650
5651 2007-04-10  Bruno Haible  <bruno@clisp.org>
5652
5653         * modules/locale-tests: New file.
5654         * tests/test-locale.c: New file.
5655
5656         * modules/locale: New file.
5657         * lib/locale_.h: New file.
5658         * m4/locale_h.m4: New file.
5659
5660 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5661             Bruno Haible  <bruno@clisp.org>
5662
5663         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5664         be determined, test for availability of the copysignf, copysign,
5665         copysignl functions.
5666         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5667         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5668         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5669
5670 2007-04-09  Eric Blake  <ebb9@byu.net>
5671
5672         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5673         * modules/stdio (Makefile.am): Support fflush.
5674         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5675         * modules/fflush: New file.
5676         * lib/fflush.c: Likewise.
5677         * m4/fflush.m4: Likewise.
5678         * modules/fflush-tests: New test.
5679         * tests/test-fflush.c: Likewise.
5680         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5681
5682 2007-04-06  Bruno Haible  <bruno@clisp.org>
5683
5684         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5685         (VASNPRINTF): Use signbit for faster determination whether to print a
5686         minus sign.
5687         * modules/vasnprintf (Files): Remove lib/float+.h.
5688         * modules/fprintf-posix (Depends-on): Add signbit.
5689         * modules/snprintf-posix (Depends-on): Likewise.
5690         * modules/sprintf-posix (Depends-on): Likewise.
5691         * modules/vasnprintf-posix (Depends-on): Likewise.
5692         * modules/vasprintf-posix (Depends-on): Likewise.
5693         * modules/vfprintf-posix (Depends-on): Likewise.
5694         * modules/vsnprintf-posix (Depends-on): Likewise.
5695         * modules/vsprintf-posix (Depends-on): Likewise.
5696
5697 2007-04-06  Bruno Haible  <bruno@clisp.org>
5698
5699         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5700         * tests/test-frexpl.c (main): Likewise.
5701         * tests/test-ldexpl.c (main): Likewise.
5702         * modules/frexp-tests (Depends-on): Add signbit.
5703         * modules/frexpl-tests (Depdends-on): Likewise.
5704         * modules/ldexpl-tests (Depdends-on): Likewise.
5705
5706 2007-04-06  Bruno Haible  <bruno@clisp.org>
5707
5708         * modules/signbit-tests: New file.
5709         * tests/test-signbit.c: New file.
5710
5711         * modules/signbit: New file.
5712         * lib/signbitf.c: New file.
5713         * lib/signbitd.c: New file.
5714         * lib/signbitl.c: New file.
5715         * m4/signbit.m4: New file.
5716         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5717         (signbit): New macro.
5718         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5719         REPLACE_SIGNBIT.
5720         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5721         REPLACE_FREXPL into math.h.
5722
5723 2007-04-06  Bruno Haible  <bruno@clisp.org>
5724
5725         * modules/isnanf-nolibm-tests: New file.
5726         * tests/test-isnanf.c: New file.
5727
5728         * modules/isnanf-nolibm: New file.
5729         * lib/isnanf.h: New file.
5730         * lib/isnanf.c: New file.
5731         * lib/isnan.c: Consider the USE_FLOAT macro.
5732         * m4/isnanf.m4: New file.
5733
5734 2007-04-06  Bruno Haible  <bruno@clisp.org>
5735
5736         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5737         (Link): New section.
5738
5739         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5740
5741 2007-04-06  Bruno Haible  <bruno@clisp.org>
5742
5743         Assume the 'long double' type.
5744         * m4/longdouble.m4: Remove file.
5745         * config/srclist.txt: Don't mention longdouble.m4.
5746         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5747         * lib/float+.h: Likewise.
5748         * lib/frexp.c: Likewise.
5749         * lib/printf-args.h: Likewise.
5750         * lib/printf-args.c: Likewise.
5751         * lib/printf-frexp.c: Likewise.
5752         * lib/printf-parse.c: Likewise.
5753         * lib/vasnprintf.c: Likewise.
5754         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5755         * m4/intl.m4: Likewise.
5756         * m4/isnanl.m4: Likewise.
5757         * m4/printf.m4: Likewise.
5758         * m4/printf-frexpl.m4: Likewise.
5759         * m4/vasnprintf.m4: Likewise.
5760         * modules/allocsa (Files): Remove m4/longdouble.m4.
5761         * modules/gettext (Files): Likewise.
5762         * modules/relocatable-prog-wrapper (Files): Likewise.
5763         * modules/vasnprintf (Files): Likewise.
5764         * modules/isnanl (Files): Likewise.
5765         (Include): Simplify.
5766         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5767         (Include): Simplify.
5768         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5769         (Include): Simplify.
5770         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5771         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5772         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5773         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5774         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5775         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5776         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5777         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5778         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5779         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5780         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5781         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5782         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5783         * tests/test-isnanl.c: Likewise.
5784         * tests/test-snprintf-posix.h: Likewise.
5785         * tests/test-sprintf-posix.h: Likewise.
5786         * tests/test-vasnprintf-posix.c: Likewise.
5787         * tests/test-vasnprintf-posix2.c: Likewise.
5788         * tests/test-vasprintf-posix.c: Likewise.
5789
5790 2007-04-06  Bruno Haible  <bruno@clisp.org>
5791
5792         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5793         * lib/math_.h [__DECC]: Include the overridden include file through
5794         #include_next, outside the double-inclusion guard.
5795         * lib/stdio_.h [__DECC]: Likewise.
5796         * lib/stdlib_.h [__DECC]: Likewise.
5797         * lib/string_.h [__DECC]: Likewise.
5798         * lib/time_.h [__DECC]: Likewise.
5799         * lib/wchar_.h [__DECC]: Likewise.
5800         * lib/wctype_.h [__DECC]: Likewise.
5801         * lib/inttypes_.h [__DECC]: Likewise.
5802         Reported by Albert Chin <china@thewrittenword.com> in
5803         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5804
5805 2007-04-04  Eric Blake  <ebb9@byu.net>
5806
5807         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5808         1.5.x.
5809
5810 2007-04-04  Bruno Haible  <bruno@clisp.org>
5811
5812         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5813         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5814
5815 2007-04-04  Bruno Haible  <bruno@clisp.org>
5816
5817         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5818         results for "%010a" of Infinity and NaN.
5819         * tests/test-vasprintf-posix.c (test_function): Likewise.
5820         * tests/test-snprintf-posix.h (test_function): Likewise.
5821         * tests/test-sprintf-posix.h (test_function): Likewise.
5822         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5823         * tests/test-printf-posix.h (test_function): Likewise.
5824         * tests/test-fprintf-posix.out: Update.
5825         Needed for FreeBSD 6.1.
5826
5827 2007-04-04  Bruno Haible  <bruno@clisp.org>
5828
5829         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5830         directly used by the gnulib modules nor by gnulib-tool.
5831
5832 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         * DEPENDENCIES: Give overall description of version dependency
5835         desirability.  Use more-typical names for apps.
5836         Add shell, coreutils, diffutils, grep, tar, gzip.
5837
5838 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5839
5840         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5841
5842 2007-04-04  Karl Berry  <karl@gnu.org>
5843
5844         * MODULES.html.sh (func_module): missing '.
5845
5846 2007-04-03  Bruno Haible  <bruno@clisp.org>
5847
5848         * modules/argmatch-tests (Makefile.am): New variable
5849         test_argmatch_LDADD.
5850         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5851         * modules/array-list-tests (Makefile.am): New variable
5852         test_array_list_LDADD.
5853         * modules/array-oset-tests (Makefile.am): New variable
5854         test_array_oset_LDADD.
5855         * modules/avltree-list-tests (Makefile.am): New variable
5856         test_avltree_list_LDADD.
5857         * modules/avltree-oset-tests (Makefile.am): New variable
5858         test_avltree_oset_LDADD.
5859         * modules/avltreehash-list-tests (Makefile.am): New variable
5860         test_avltreehash_list_LDADD.
5861         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5862         test_canonicalize_lgpl_LDADD.
5863         * modules/carray-list-tests (Makefile.am): New variable
5864         test_carray_list_LDADD.
5865         * modules/dirname-tests (Makefile.am): New variable
5866         test_dirname_LDADD.
5867         * modules/linked-list-tests (Makefile.am): New variable
5868         test_linked_list_LDADD.
5869         * modules/linkedhash-list-tests (Makefile.am): New variable
5870         test_linkedhash_list_LDADD.
5871         * modules/rbtree-list-tests (Makefile.am): New variable
5872         test_rbtree_list_LDADD.
5873         * modules/rbtree-oset-tests (Makefile.am): New variable
5874         test_rbtree_oset_LDADD.
5875         * modules/rbtreehash-list-tests (Makefile.am): New variable
5876         test_rbtreehash_list_LDADD.
5877         * modules/xvasprintf-tests (Makefile.am): New variable
5878         test_xvasprintf_LDADD.
5879         Reported by Eric Blake.
5880
5881 2007-04-03  Eric Blake  <ebb9@byu.net>
5882
5883         * DEPENDENCIES: Weaken m4 requirements.
5884
5885 2007-04-03  Bruno Haible  <bruno@clisp.org>
5886
5887         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5888         * modules/isnanl-tests (configure.ac): Likewise.
5889
5890 2007-04-03  Ben Pfaff  <blp@gnu.org>
5891
5892         * modules/iconv_open: Add $(srcdir)/ to source directory
5893         references in Makefile fragments that call gperf, to fix VPATH
5894         builds.
5895
5896 2007-04-03  Bruno Haible  <bruno@clisp.org>
5897
5898         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5899         * lib/ldexpl.c: Undo last change.
5900
5901 2007-04-03  Bruno Haible  <bruno@clisp.org>
5902
5903         * modules/printf-frexpl (Depends-on): Undo last change.
5904         (Files): Add m4/ldexpl.m4.
5905
5906 2007-04-03  Bruno Haible  <bruno@clisp.org>
5907
5908         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5909         * modules/isnanl (Link): New section.
5910
5911         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5912         * modules/frexp (Link): New section.
5913
5914         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5915         * modules/frexpl (Link): New section.
5916
5917         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5918         * modules/ldexpl (Link): New section.
5919
5920 2007-04-03  Bruno Haible  <bruno@clisp.org>
5921
5922         * modules/TEMPLATE-EXTENDED: New file.
5923         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5924
5925 2007-04-03  Bruno Haible  <bruno@clisp.org>
5926
5927         * DEPENDENCIES: New file.
5928         Suggested by Simon Josefsson.
5929
5930 2007-04-03  Bruno Haible  <bruno@clisp.org>
5931
5932         * doc/gnulib.texi: Escape @.
5933
5934 2007-04-03  James Youngman  <jay@gnu.org>
5935         and Paul Eggert  <eggert@cs.ucla.edu>
5936
5937         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5938         birthtime on all systems that have birthtime, not just those which
5939         use st_birthtimensec rather than st_birthtim.  Putting zero in
5940         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5941         that the birth time is not available for files on an NFS mount.
5942
5943 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5944
5945         * modules/memxor: Move back from crypto/, suggested by Bruno.
5946         * modules/crypto/hmac-sha1: Fix memxor dependency.
5947
5948         * modules/crypto/gc: Moved from ../.
5949
5950 2007-04-02  Eric Blake  <ebb9@byu.net>
5951
5952         * lib/ldexpl.c (includes): Avoid libm.
5953
5954         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5955
5956 2007-04-02  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5959         on IRIX.
5960
5961 2007-04-02  Bruno Haible  <bruno@clisp.org>
5962
5963         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5964         x86 or x86_64 platforms running MacOS X.
5965         Reported by Ryan Schmidt <@ryandesign.com>.
5966
5967 2007-04-02  Bruno Haible  <bruno@clisp.org>
5968
5969         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5970         i386.
5971
5972 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5973
5974         * modules/crypto/arcfour: Moved from ../.
5975         * modules/crypto/arcfour-tests: Moved from ../.
5976         * modules/crypto/arctwo: Moved from ../.
5977         * modules/crypto/arctwo-tests: Moved from ../.
5978         * modules/crypto/des: Moved from ../.
5979         * modules/crypto/des-tests: Moved from ../.
5980         * modules/crypto/gc-arcfour: Moved from ../.
5981         * modules/crypto/gc-arcfour-tests: Moved from ../.
5982         * modules/crypto/gc-arctwo: Moved from ../.
5983         * modules/crypto/gc-arctwo-tests: Moved from ../.
5984         * modules/crypto/gc-des: Moved from ../.
5985         * modules/crypto/gc-des-tests: Moved from ../.
5986         * modules/crypto/gc-hmac-md5: Moved from ../.
5987         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5988         * modules/crypto/gc-hmac-sha1: Moved from ../.
5989         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5990         * modules/crypto/gc-md2: Moved from ../.
5991         * modules/crypto/gc-md2-tests: Moved from ../.
5992         * modules/crypto/gc-md4: Moved from ../.
5993         * modules/crypto/gc-md4-tests: Moved from ../.
5994         * modules/crypto/gc-md5: Moved from ../.
5995         * modules/crypto/gc-md5-tests: Moved from ../.
5996         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5997         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5998         * modules/crypto/gc-random: Moved from ../.
5999         * modules/crypto/gc-rijndael: Moved from ../.
6000         * modules/crypto/gc-rijndael-tests: Moved from ../.
6001         * modules/crypto/gc-sha1: Moved from ../.
6002         * modules/crypto/gc-sha1-tests: Moved from ../.
6003         * modules/crypto/gc-tests: Moved from ../.
6004         * modules/crypto/hmac-md5: Moved from ../.
6005         * modules/crypto/hmac-md5-tests: Moved from ../.
6006         * modules/crypto/hmac-sha1: Moved from ../.
6007         * modules/crypto/hmac-sha1-tests: Moved from ../.
6008         * modules/crypto/md2: Moved from ../.
6009         * modules/crypto/md2-tests: Moved from ../.
6010         * modules/crypto/md4: Moved from ../.
6011         * modules/crypto/md4-tests: Moved from ../.
6012         * modules/crypto/md5: Moved from ../.
6013         * modules/crypto/md5-tests: Moved from ../.
6014         * modules/crypto/memxor: Moved from ../.
6015         * modules/crypto/rijndael: Moved from ../.
6016         * modules/crypto/rijndael-tests: Moved from ../.
6017         * modules/crypto/sha1: Moved from ../.
6018
6019 2007-03-30  James Youngman  <jay@gnu.org>
6020
6021         * tests/test-stat-time.c (prepare_test): use chmod() rather than
6022         rename() to change the ctime of a file (because ctime is unaffected
6023         by rename on jfs2 on AIX 5.1).
6024         (main): Start by doing cleanup, in case a previous run failed leaving
6025         test files behind.
6026
6027 2007-03-31  Bruno Haible  <bruno@clisp.org>
6028
6029         Support old proprietary implementations of iconv.
6030         * modules/iconv_open: New file.
6031         * lib/iconv_.h: New file.
6032         * m4/iconv_h.m4: New file.
6033         * lib/iconv_open.c: New file.
6034         * lib/iconv_open-aix.gperf: New file.
6035         * lib/iconv_open-hpux.gperf: New file.
6036         * lib/iconv_open-irix.gperf: New file.
6037         * lib/iconv_open-osf.gperf: New file.
6038         * m4/iconv_open.m4: New file.
6039         * modules/linebreak (Depends-on): Add iconv_open.
6040         * modules/striconv (Depends-on): Likewise.
6041         * modules/striconveh (Depends-on): Likewise.
6042         * modules/unicodeio (Depends-on): Likewise.
6043         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
6044         (iconv_t)(-1).
6045         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
6046         conversion if cd is (iconv_t)(-1).
6047         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
6048         is not possible.
6049
6050 2007-03-31  Bruno Haible  <bruno@clisp.org>
6051
6052         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6053         work on Solaris either. Protect also second use of "autodetect_jp".
6054
6055 2007-03-31  Bruno Haible  <bruno@clisp.org>
6056
6057         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
6058         the function is not present.
6059
6060 2007-03-31  Bruno Haible  <bruno@clisp.org>
6061
6062         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
6063         the function is not present.
6064
6065 2007-03-31  Bruno Haible  <bruno@clisp.org>
6066
6067         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
6068         a bug in HP-UX iconv_open().
6069
6070 2007-03-31  Bruno Haible  <bruno@clisp.org>
6071
6072         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
6073         (Mathematics <math.h>): New section, add fpieee.
6074         (Input/output <stdio.h>): Add fseterr.
6075         (Mathematics <math.h>): New section, add printf-frexp.
6076         (Container data structures): Add sublist.
6077         (Core language properties): Add fpucw, inline.
6078         (Functions for greatest-width integer types <inttypes.h>): Add
6079         imaxabs, imaxdiv, inttypes.
6080         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
6081         isnanl-nolibm, ldexp.
6082         (Mathematics <math.h>): New section, add printf-frexpl.
6083         (Support for systems lacking POSIX:2001): Add fprintf-posix,
6084         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
6085         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
6086         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
6087         (Unicode string functions): Add unistr/u*-mbtoucr.
6088         (Java): Add javacomp-script, javaexec-script.
6089         (C#): Add csharpcomp-script, csharpexec-script.
6090         (Support for building libraries and executables): Add havelib,
6091         relocatable-*.
6092         (Support for maintaining and releasing projects): Renamed from
6093         'Support for maintaining and release projects'. Add announce-gen.
6094
6095 2007-03-31  Bruno Haible  <bruno@clisp.org>
6096
6097         * README: Talk primarily about git.
6098         (git and CVS): Renamed from CVS.
6099         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
6100         gnulib is available through git.
6101         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
6102
6103 2007-03-30  Bruno Haible  <bruno@clisp.org>
6104
6105         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
6106         * lib/poll_.h: Likewise.
6107         * lib/stat_.h: Likewise.
6108         * lib/sys_time_.h: Likewise.
6109         * lib/sysexit_.h: Likewise.
6110         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
6111         * lib/stdbool_.h: Likewise.
6112         * lib/byteswap_.h: Add double-inclusion guard.
6113
6114 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
6115
6116         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
6117
6118 2007-03-30  Karl Berry  <karl@gnu.org>
6119
6120         * config/srclist-update: double space after USA in the license
6121         substitution, since that's how it's usually (?) written.
6122
6123 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6124
6125         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
6126         reported by Bruno Haible.
6127
6128 2007-03-29  Bruno Haible  <bruno@clisp.org>
6129
6130         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
6131         a bug in AIX iconv().
6132
6133 2007-03-29  Bruno Haible  <bruno@clisp.org>
6134
6135         * modules/ldexpl-tests: New file.
6136         * tests/test-ldexpl.c: New file.
6137
6138 2007-03-29  Bruno Haible  <bruno@clisp.org>
6139
6140         * lib/ldexpl.c: Include fpucw.h.
6141         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
6142         multiplication.
6143         * modules/ldexpl (Depends-on): Add fpucw.
6144
6145 2007-03-29  Bruno Haible  <bruno@clisp.org>
6146
6147         * modules/ldexpl: New file.
6148         * m4/ldexpl.m4: New file.
6149         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
6150         set.
6151         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
6152         REPLACE_LDEXPL.
6153         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
6154         REPLACE_LDEXPL.
6155         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6156         gl_FUNC_LDEXPL_WORKS.
6157         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
6158         * modules/mathl (Files): Remove lib/ldexpl.c.
6159         (Depends-on): Add ldexpl.
6160
6161 2007-03-29  Bruno Haible  <bruno@clisp.org>
6162
6163         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
6164
6165 2007-03-29  Bruno Haible  <bruno@clisp.org>
6166
6167         * tests/test-striconveh.c (main): Don't assume that a direct conversion
6168         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
6169         and possibly also HP-UX.
6170         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6171         work on AIX, IRIX, HP-UX, OSF/1.
6172         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6173         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6174         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6175         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6176         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
6177         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6178
6179 2007-03-29  Bruno Haible  <bruno@clisp.org>
6180
6181         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
6182
6183 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6184
6185         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
6186         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
6187
6188 2007-03-29  Eric Blake  <ebb9@byu.net>
6189
6190         * lib/acl-internal.h: Remove redundant include.
6191         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
6192         Cygwin when a file is locked.
6193
6194 2007-03-29  Bruno Haible  <bruno@clisp.org>
6195
6196         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
6197         file.
6198         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
6199
6200 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6201
6202         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6203         try to remove a parent directory if the child couldn't be removed
6204         (except for the first rmdir, which could fail because the child
6205         doesn't exist).  Problem reported by Jeff Blaine in
6206         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6207
6208 2007-03-28  Bruno Haible  <bruno@clisp.org>
6209
6210         * lib/striconveh.c (utf8conv_carefully): New function.
6211         (mem_cd_iconveh_internal): Invoke it.
6212
6213 2007-03-28  Bruno Haible  <bruno@clisp.org>
6214
6215         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6216         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6217         input.
6218         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6219         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6220         unistr/u8-uctomb.
6221
6222 2007-03-28  Bruno Haible  <bruno@clisp.org>
6223
6224         * modules/unistr/u8-mbtoucr: New file.
6225         * lib/unistr/u8-mbtoucr.c: New file.
6226         * modules/unistr/u16-mbtoucr: New file.
6227         * lib/unistr/u16-mbtoucr.c: New file.
6228         * modules/unistr/u16-mbtoucr: New file.
6229         * lib/unistr/u16-mbtoucr.c: New file.
6230         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6231
6232 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6233             Bruno Haible  <bruno@clisp.org>
6234
6235         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6236         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6237         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6238
6239         * m4/stdio_h.m4: Add stubs for vasprintf too.
6240
6241         * modules/stdio: Support vasprintf in sed command.
6242
6243         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6244         vasprintf.h.  Add stdio module indicator.
6245
6246         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6247         vasprintf.h.
6248
6249         * lib/vasprintf.h: File removed.
6250
6251         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6252         * lib/vasprintf.c: Ditto.
6253         * lib/xvasprintf.c: Ditto.
6254         * tests/test-vasprintf-posix.c: Ditto.
6255         * tests/test-vasprintf.c: Ditto.
6256
6257 2007-03-27  Bruno Haible  <bruno@clisp.org>
6258
6259         Make vasnprintf multithread-safe.
6260         * lib/vasnprintf.c (decimal_point_char): New function.
6261         (VASNPRINTF): Use it.
6262         Suggested by Simon Josefsson.
6263
6264 2007-03-27  Eric Blake  <ebb9@byu.net>
6265
6266         Support sub-second birthtime on cygwin.
6267         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6268         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6269         (get_stat_birthtime): Also work with st_birthtim.
6270
6271 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6272
6273         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6274         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6275         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6276         (get_stat_birthtime_ns): Simplify compile-time tests.
6277         (get_stat_birthtime): Change the API to look like
6278         get_stat_mtime etc., except return a negative tv_nsec on error.
6279         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6280         Don't check for "spare" fields.
6281         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6282         or for struct stat.st_birthtime, as these tests aren't used.
6283         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6284
6285 2007-03-27  Bruno Haible  <bruno@clisp.org>
6286
6287         * lib/stat-time.h: Include <sys/stat.h>.
6288
6289 2007-03-27  James Youngman  <jay@gnu.org>
6290
6291         * lib/stat-time.h (get_stat_birthtime): New function for
6292           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6293         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6294           and its variants.
6295         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6296         * modules/stat-time-test: New file.
6297         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6298
6299 2007-03-26  Bruno Haible  <bruno@clisp.org>
6300
6301         Better support of signalling NaNs.
6302         * lib/atanl.c: Include isnanl.h.
6303         (atanl): Perform test for NaN at the beginning of the function and
6304         through a call to isnanl.
6305         * lib/cosl.c: Include isnanl.h.
6306         (cosl): Perform test for NaN at the beginning of the function and
6307         through a call to isnanl.
6308         * lib/ldexpl.c: Include isnanl.h.
6309         (ldexpl): Perform test for NaN through a call to isnanl.
6310         * lib/logl.c: Include isnanl.h.
6311         (logl): Perform test for NaN at the beginning of the function and
6312         through a call to isnanl.
6313         * lib/sinl.c: Include isnanl.h.
6314         (sinl): Perform test for NaN at the beginning of the function and
6315         through a call to isnanl.
6316         * lib/sqrtl.c: Include isnanl.h.
6317         (sqrtl): Perform test for NaN at the beginning of the function and
6318         through a call to isnanl.
6319         * lib/tanl.c: Include isnanl.h.
6320         (tanl): Perform test for NaN at the beginning of the function and
6321         through a call to isnanl.
6322         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6323         * modules/mathl (Depends-on): Add isnanl.
6324
6325 2007-03-26  Eric Blake  <ebb9@byu.net>
6326
6327         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6328         regression in logic sense of previous patch.
6329
6330 2007-03-26  Bruno Haible  <bruno@clisp.org>
6331
6332         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6333         unportable shell command "if ! ...".
6334         Reported by Ralf Wildenhues.
6335
6336 2007-03-25  Bruno Haible  <bruno@clisp.org>
6337
6338         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6339         <sysexits.h> file, and only add EX_CONFIG.
6340         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6341         absolute file name and whether it is sufficient. Substitute also
6342         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6343         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6344         ABSOLUTE_SYSEXITS_H into sysexits.h.
6345
6346 2007-03-25  Bruno Haible  <bruno@clisp.org>
6347
6348         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6349         hints is NULL.
6350
6351 2007-03-25  Bruno Haible  <bruno@clisp.org>
6352
6353         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6354         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6355
6356 2007-03-25  Bruno Haible  <bruno@clisp.org>
6357
6358         * lib/vasnprintf.c: Include langinfo.h.
6359         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6360         multithread-safe.
6361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6362         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6363         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6364         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6365         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6366         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6367         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6368         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6369         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6370         Reported by Simon Josefsson.
6371
6372 2007-03-25  Bruno Haible  <bruno@clisp.org>
6373
6374         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6375         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6376         * modules/vasnprintf (Depends-on): Add stdint.
6377
6378 2007-03-25  Bruno Haible  <bruno@clisp.org>
6379
6380         * modules/fpieee: New file.
6381         * m4/fpieee.m4: New file.
6382         * modules/isnan-nolibm (Depends-on): Add fpieee.
6383         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6384         * modules/isnanl (Depends-on): Add fpieee.
6385
6386 2007-03-25  Bruno Haible  <bruno@clisp.org>
6387
6388         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6389
6390 2007-03-25  Bruno Haible  <bruno@clisp.org>
6391
6392         Avoid test failures on IRIX 6.5.
6393         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6394         (main): Use it.
6395         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6396         macros.
6397         (main): Use them.
6398
6399 2007-03-25  Bruno Haible  <bruno@clisp.org>
6400
6401         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6402         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6403         exists but doesn't work.
6404         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6405         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6406         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6407         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6408
6409 2007-03-25  Bruno Haible  <bruno@clisp.org>
6410
6411         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6412         returns inf. Needed on IRIX 6.5.
6413
6414 2007-03-25  Bruno Haible  <bruno@clisp.org>
6415
6416         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6417         (main): Use isnanl instead of x != x idiom.
6418         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6419
6420         * tests/test-frexp.c: Include isnan.h.
6421         (main): Use isnan instead of x != x idiom.
6422         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6423
6424 2007-03-25  Bruno Haible  <bruno@clisp.org>
6425
6426         * tests/test-frexp.c (NaN): New function/macro.
6427         (main): Use it instead of 0.0 / 0.0.
6428         * tests/test-isnan.c (NaN): New function/macro.
6429         (main): Use it instead of 0.0 / 0.0.
6430         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6431         (test_function): Use it instead of 0.0 / 0.0.
6432         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6433         (test_function): Use it instead of 0.0 / 0.0.
6434         * tests/test-snprintf-posix.h (NaN): New function/macro.
6435         (test_function): Use it instead of 0.0 / 0.0.
6436         * tests/test-sprintf-posix.h (NaN): New function/macro.
6437         (test_function): Use it instead of 0.0 / 0.0.
6438         * tests/test-fprintf-posix.h (NaN): New function/macro.
6439         (test_function): Use it instead of 0.0 / 0.0.
6440         * tests/test-printf-posix.h (NaN): New function/macro.
6441         (test_function): Use it instead of 0.0 / 0.0.
6442
6443         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6444
6445 2007-03-25  Bruno Haible  <bruno@clisp.org>
6446
6447         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6448
6449 2007-03-25  Bruno Haible  <bruno@clisp.org>
6450
6451         * lib/regexec.c (merge_state_with_log): Make static.
6452
6453 2007-03-25  Bruno Haible  <bruno@clisp.org>
6454
6455         * lib/trigl.c (kernel_rem_pio2): Make static.
6456
6457 2007-03-25  Bruno Haible  <bruno@clisp.org>
6458
6459         * lib/sincosl.c (sincosl_table): Make static.
6460
6461 2007-03-25  Bruno Haible  <bruno@clisp.org>
6462
6463         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6464         if the compiler does not support C99.
6465
6466 2007-03-25  Bruno Haible  <bruno@clisp.org>
6467
6468         * modules/time (Makefile.am): Ensure all rule action lines start with a
6469         tab.
6470
6471 2007-03-24  Bruno Haible  <bruno@clisp.org>
6472
6473         * modules/tsearch-tests: New file.
6474         * tests/test-tsearch.sh: New file.
6475         * tests/test-tsearch.c: New file, mostly copied from glibc.
6476
6477         * modules/search-tests: New file.
6478         * tests/test-search.c: New file.
6479
6480         * modules/search: New file.
6481         * lib/search_.h: New file, incorporating lib/tsearch.h.
6482         * m4/search_h.m4: New file.
6483         * lib/tsearch.h: Remove file.
6484         * lib/tsearch.c: Include search.h instead of tsearch.h.
6485         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6486         HAVE_TSEARCH.
6487         * modules/tsearch (Files): Remove lib/tsearch.h.
6488         (Depends-on): Add search.
6489         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6490         (Include): Change tsearch.h into search.h.
6491
6492 2007-03-24  Bruno Haible  <bruno@clisp.org>
6493
6494         * modules/fpucw: New file.
6495         * lib/fpucw.h: New file.
6496         * lib/frexp.c: Include fpucw.h.
6497         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6498         (FUNC): Use them.
6499         * lib/printf-frexp.c: Include fpucw.h.
6500         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6501         (FUNC): Use them.
6502         * lib/vasnprintf.c: Include fpucw.h.
6503         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6504         'long double' calculations.
6505         * tests/test-frexpl.c: Include fpucw.h.
6506         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6507         * tests/test-printf-frexpl.c: Include fpucw.h.
6508         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6509         * modules/frexpl (Depends-on): Add fpucw.
6510         * modules/printf-frexpl (Depends-on): Likewise.
6511         * modules/fprintf-posix (Depends-on): Likewise.
6512         * modules/snprintf-posix (Depends-on): Likewise.
6513         * modules/sprintf-posix (Depends-on): Likewise.
6514         * modules/vasnprintf-posix (Depends-on): Likewise.
6515         * modules/vasprintf-posix (Depends-on): Likewise.
6516         * modules/vfprintf-posix (Depends-on): Likewise.
6517         * modules/vsnprintf-posix (Depends-on): Likewise.
6518         * modules/vsprintf-posix (Depends-on): Likewise.
6519         * modules/frexpl-tests (Depends-on): Likewise.
6520         * modules/printf-frexpl-tests (Depends-on): Likewise.
6521
6522 2007-03-24  Bruno Haible  <bruno@clisp.org>
6523
6524         * lib/float+.h: New file.
6525         * lib/isnan.c: Include float+.h.
6526         (SIZE): New macro.
6527         (FUNC): Compare only SIZE bytes of the value.
6528         * lib/vasnprintf.c: Include float+.h.
6529         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6530         SIZEOF_LDBL or SIZEOF_DBL bytes.
6531         * modules/isnan-nolibm (Files): Add lib/float+.h.
6532         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6533         * modules/isnanl (Files): Add lib/float+.h.
6534         * modules/vasnprintf (Files): Add lib/float+.h.
6535
6536 2007-03-24  Bruno Haible  <bruno@clisp.org>
6537
6538         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6539         include isnanl-nolibm.h.
6540
6541 2007-03-24  Bruno Haible  <bruno@clisp.org>
6542
6543         * tests/test-read-file.c (main): Don't produce spurious output for
6544         expected situations. Make the test fail if it encountered unexpected
6545         results.
6546
6547 2007-03-24  Bruno Haible  <bruno@clisp.org>
6548
6549         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6550         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6551
6552 2007-03-24  Bruno Haible  <bruno@clisp.org>
6553
6554         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6555
6556 2007-03-24  Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6559         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6560
6561         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6562         * modules/utf8-ucs4: Turn into a symbolic link to module
6563         unistr/u8-mbtouc.
6564
6565         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6566         utf8-ucs4-unsafe.
6567         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6568         unistr/u8-mbtouc-unsafe.
6569
6570         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6571         * modules/utf16-ucs4: Turn into a symbolic link to module
6572         unistr/u16-mbtouc.
6573
6574         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6575         utf16-ucs4-unsafe.
6576         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6577         unistr/u16-mbtouc-unsafe.
6578
6579         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6580         * modules/ucs4-utf8: Turn into a symbolic link to module
6581         unistr/u8-ubtomb.
6582
6583         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6584         * modules/ucs4-utf16: Turn into a symbolic link to module
6585         unistr/u16-ubtomb.
6586
6587 2007-03-24  Bruno Haible  <bruno@clisp.org>
6588
6589         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6590         Enable the function only if HAVE_INLINE.
6591         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6592         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6593         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6594         Enable the function only if HAVE_INLINE.
6595         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6596         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6597         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6598         Enable the function only if HAVE_INLINE.
6599         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6600         Enable the function only if HAVE_INLINE.
6601         * modules/utf8-ucs4: Update.
6602         * modules/utf8-ucs4-unsafe: Update.
6603         * modules/utf16-ucs4: Update.
6604         * modules/utf16-ucs4-unsafe: Update.
6605         * modules/ucs4-utf8: Update.
6606         * modules/ucs4-utf16: Update.
6607
6608 2007-03-24  Bruno Haible  <bruno@clisp.org>
6609
6610         * lib/utf8-ucs4.h: Remove file.
6611         * lib/utf8-ucs4-unsafe.h: Remove file.
6612         * lib/utf16-ucs4.h: Remove file.
6613         * lib/utf16-ucs4-unsafe.h: Remove file.
6614         * lib/ucs4-utf8.h: Remove file.
6615         * lib/ucs4-utf16.h: Remove file.
6616         * lib/unistr.h: Include their previous contents.
6617         * m4/utf-ucs4.m4: Remove file.
6618         * m4/ucs4-utf.m4: Remove file.
6619         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6620         (Depends-on): Add unistr/base.
6621         (configure.ac): Remove gl_UTF_UCS4.
6622         (Makefile.am): Update.
6623         (Include): Change to unistr.h.
6624         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6625         (Depends-on): Add unistr/base.
6626         (configure.ac): Remove gl_UTF_UCS4.
6627         (Makefile.am): Update.
6628         (Include): Change to unistr.h.
6629         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6630         (Depends-on): Add unistr/base.
6631         (configure.ac): Remove gl_UTF_UCS4.
6632         (Makefile.am): Update.
6633         (Include): Change to unistr.h.
6634         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6635         (Depends-on): Add unistr/base.
6636         (configure.ac): Remove gl_UTF_UCS4.
6637         (Makefile.am): Update.
6638         (Include): Change to unistr.h.
6639         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6640         (Depends-on): Add unistr/base.
6641         (configure.ac): Remove gl_UCS4_UTF.
6642         (Makefile.am): Update.
6643         (Include): Change to unistr.h.
6644         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6645         (Depends-on): Add unistr/base.
6646         (configure.ac): Remove gl_UCS4_UTF.
6647         (Makefile.am): Update.
6648         (Include): Change to unistr.h.
6649         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6650         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6651         utf8-ucs4-unsafe.h.
6652         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6653         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6654         utf16-ucs4-unsafe.h.
6655         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6656         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6657         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6658         * lib/unistr/u8-strchr.c: Likewise.
6659         * lib/unistr/u8-strrchr.c: Likewise.
6660         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6661         * lib/unistr/u16-strchr.c: Likewise.
6662         * lib/unistr/u16-strrchr.c: Likewise.
6663         * lib/striconveh.c: Update.
6664         * lib/linebreak.c: Update.
6665
6666 2007-03-24  Bruno Haible  <bruno@clisp.org>
6667
6668         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6669         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6670
6671 2007-03-22  Bruno Haible  <bruno@clisp.org>
6672
6673         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6674
6675 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6676
6677         * MODULES.html.sh (File system functions): New module write-any-file.
6678         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6679         * m4/write-any-file.m4: New files.
6680
6681 2007-03-23  Eric Blake  <ebb9@byu.net>
6682
6683         * gnulib-tool: Rearrange space-tab sequences, since some editors
6684         like to eat them.
6685
6686 2007-03-23  Eric Blake  <ebb9@byu.net>
6687
6688         * lib/version-etc.c (version_etc_va): Update license wording to
6689         be more concise.  Recommended by Richard Stallman.
6690
6691 2007-03-22  Bruno Haible  <bruno@clisp.org>
6692
6693         * lib/poll.c (MSG_PEEK): New fallback definition.
6694
6695 2007-03-22  Bruno Haible  <bruno@clisp.org>
6696
6697         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6698         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6699         (main): Update.
6700         Fixes a compilation error on BeOS.
6701
6702 2007-03-22  Bruno Haible  <bruno@clisp.org>
6703
6704         * modules/frexpl-tests: New file.
6705         * tests/test-frexpl.c: New file.
6706
6707         * modules/frexpl: New file.
6708         * m4/frexpl.m4: New file.
6709         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6710         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6711         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6712         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6713         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6714         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6715
6716 2007-03-22  Bruno Haible  <bruno@clisp.org>
6717
6718         * lib/frexpl.c: Share code with lib/frexp.c.
6719         * modules/mathl (Files): Add lib/frexp.c.
6720         (Depends-on): Add isnanl-nolibm.
6721
6722 2007-03-22  Bruno Haible  <bruno@clisp.org>
6723
6724         * modules/printf-frexp (Files): Add m4/frexp.m4.
6725         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6726         only if the found frexp function actually works.
6727
6728 2007-03-22  Bruno Haible  <bruno@clisp.org>
6729
6730         * lib/frexp.c: Remove older implementation that uses divisions.
6731
6732 2007-03-21  Bruno Haible  <bruno@clisp.org>
6733
6734         * modules/frexp-tests: New file.
6735         * tests/test-frexp.c: New file.
6736
6737         * modules/frexp: New file.
6738         * lib/frexp.c: New file.
6739         * m4/frexp.m4: New file.
6740         * lib/math_.h (frexp): New declaration.
6741         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6742         REPLACE_FREXP.
6743         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6744
6745 2007-03-21  Bruno Haible  <bruno@clisp.org>
6746
6747         * modules/isnanl-tests: New file.
6748         * tests/test-isnanl.c: New file.
6749
6750         * modules/isnanl: New file.
6751         * lib/isnanl.h: New file.
6752         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6753         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6754         gl_FUNC_ISNANL_WORKS.
6755         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6756         New macros.
6757
6758 2007-03-21  Bruno Haible  <bruno@clisp.org>
6759
6760         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6761         lib/isnanl.h.
6762         (Include): Update.
6763         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6764         * lib/vasnprintf.c: Update.
6765         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6766         tests/test-isnanl.h, remove tests/test-isnanl.c.
6767         (Makefile.am): Update.
6768         * tests/test-isnanl-nolibm.c: New file.
6769         * tests/test-isnanl.h: New file.
6770         * tests/test-isnanl.c: Remove file.
6771
6772 2007-03-21  Jim Meyering  <jim@meyering.net>
6773
6774         When trying to open ".", treat ESTALE like EACCES.
6775         * lib/savewd.c (savewd_save): Resort to forking not just upon
6776         failure with EACCES, but also when errno is ESTALE.
6777
6778 2007-03-20  Bruno Haible  <bruno@clisp.org>
6779
6780         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6781         Needed on AIX 5.1. Reported by Matthew Woehlke.
6782
6783 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6784
6785         Suggestions by Bruno Haible:
6786         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6787         our own.
6788         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6789         * modules/acl (Depends-on): Add gettext.
6790
6791 2007-03-19  Bruno Haible  <bruno@clisp.org>
6792
6793         * modules/iconvme: Remove file.
6794         * lib/iconvme.h: Remove file.
6795         * lib/iconvme.c: Remove file.
6796         * m4/iconvme.m4: Remove file.
6797
6798 2007-03-19  Bruno Haible  <bruno@clisp.org>
6799
6800         * doc/relocatable-maint.texi: Break long shell script line.
6801         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6802
6803 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6804
6805         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6806         handle file_has_acl.
6807         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6808         * lib/acl.c: Move header inclusions and related macro defns into
6809         lib/acl-internal.h.
6810         (S_ISLNK): Remove defn, since that's now done for us.
6811         (file_has_acl): Move to lib/file-has-acl.c.
6812         Call acl_trivial if available.  This is the crucial part of the fix.
6813         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6814         shared within the library.  Rewrite a bit, partly to make it compatible
6815         with the GNU coding style.
6816         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6817         Remove unnecessary double-quotes.
6818         Don't test for acl_to_text; the build will catch that.
6819         Replace acl_entries if it doesn't exist and it is needed.
6820         Check for -lsec and acl_trivial (as used on Solaris 10).
6821         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6822         lib/file-has-acl.c.
6823         (Depends-on): Add sys_stat, for S_ISLNK.
6824
6825 2007-03-19  Ben Pfaff  <blp@gnu.org>
6826
6827         * doc/gnulib.texi: Fix typos.
6828         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6829
6830 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6831
6832         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6833         If size is zero here, buf must be zero.
6834
6835 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6836
6837         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6838         <bruno@clisp.org>.
6839
6840 2007-03-18  Bruno Haible  <bruno@clisp.org>
6841
6842         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6843         Suggested by Eric Blake.
6844
6845 2007-03-18  Ben Pfaff  <blp@gnu.org>
6846
6847         * doc/relocatable.texi: Recommend using as prefix a directory
6848         that does not exist and will never be created.  Based on
6849         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6850         and others.
6851
6852 2007-03-17  Bruno Haible  <bruno@clisp.org>
6853
6854         * lib/fchownat.c: Include lchown.h.
6855
6856 2007-03-17  Bruno Haible  <bruno@clisp.org>
6857
6858         Fix endless loop when the given allocated size was > INT_MAX.
6859         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6860         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6861         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6862         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6863         * lib/sprintf.c (sprintf): Likewise.
6864
6865 2007-03-17  Bruno Haible  <bruno@clisp.org>
6866
6867         * tests/test-argp-2.sh (func_compare): Output a context diff.
6868
6869 2007-03-17  Bruno Haible  <bruno@clisp.org>
6870
6871         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6872         locale's decimal-point character.
6873
6874 2007-03-17  Bruno Haible  <bruno@clisp.org>
6875
6876         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6877         before comparing it. Needed because on some platforms (e.g. x86) a
6878         'long double' occupies less bytes than sizeof (long double).
6879
6880 2007-03-17  Bruno Haible  <bruno@clisp.org>
6881
6882         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6883         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6884         * tests/test-getaddrinfo.c (simple): Likewise.
6885         * tests/test-read-file.c (main): Likewise.
6886
6887 2007-03-17  Bruno Haible  <bruno@clisp.org>
6888
6889         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6890
6891 2007-03-17  Bruno Haible  <bruno@clisp.org>
6892
6893         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6894         unused variable.
6895
6896 2007-03-17  Bruno Haible  <bruno@clisp.org>
6897
6898         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6899         * tests/test-c-strncasecmp.c: Likewise.
6900
6901 2007-03-17  Bruno Haible  <bruno@clisp.org>
6902
6903         * modules/stdlib (Depends-on): Add unistd.
6904         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6905         Needed for MacOS X 10.3.
6906
6907 2007-03-17  Bruno Haible  <bruno@clisp.org>
6908
6909         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6910
6911 2007-03-17  Bruno Haible  <bruno@clisp.org>
6912
6913         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6914
6915 2007-03-17  Bruno Haible  <bruno@clisp.org>
6916
6917         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6918         to reflect files copied from gnulib (with or without modifications).
6919         Suggested by Jim Meyering.
6920
6921 2007-03-17  Eric Blake  <ebb9@byu.net>
6922
6923         * NEWS: Document stdlib change from 2007-02-18.
6924
6925 2007-03-17  Jim Meyering  <jim@meyering.net>
6926
6927         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6928         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6929         someone uses a name containing shell meta-characters.
6930         Reported by Alfred M. Szmidt.
6931
6932         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6933
6934 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6935
6936         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6937         and copy gettext configuration files only if configure.ac contains
6938         a use of AM_GNU_GETTEXT_VERSION.
6939
6940 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6941
6942         * build-aux/bootstrap (gnulib_name): New variable.
6943         (gnulib_tool_options): Use it.
6944
6945 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6946
6947         * tests/test-des.c: Use new namespace.
6948
6949 2007-03-15  Bruno Haible  <bruno@clisp.org>
6950
6951         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6952         Reported by James Youngman <jay@gnu.org>.
6953
6954 2007-03-15  Bruno Haible  <bruno@clisp.org>
6955
6956         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6957         declared prototype. Needed with cc on OSF/1 5.1.
6958
6959 2007-03-15  Bruno Haible  <bruno@clisp.org>
6960
6961         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6962         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6963         (struct gl_list_implementation): Add dispose_fn argument to the
6964         'create_empty', 'create' methods.
6965         (struct gl_list_impl_base): Add field 'dispose_fn'.
6966         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6967         argument.
6968         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6969         dispose_fn argument.
6970         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6971         dispose_fn on the dropped values.
6972         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6973         dispose_fn argument.
6974         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6975         dropped values.
6976         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6977         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6978         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6979         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6980         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6981         argument.
6982         (gl_tree_list_free): Call dispose_fn on the dropped values.
6983         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6984         the dropped values.
6985         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6986         Add dispose_fn argument.
6987         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6988         Call dispose_fn on the dropped values.
6989         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6990         Add dispose_fn argument.
6991         (gl_sublist_create): Initialize the 'dispose_fn' field.
6992         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6993         * tests/test-array_list.c (main): Update.
6994         * tests/test-carray_list.c (main): Update.
6995         * tests/test-avltree_list.c (main): Update.
6996         * tests/test-rbtree_list.c (main): Update.
6997         * tests/test-avltreehash_list.c (main): Update.
6998         * tests/test-rbtreehash_list.c (main): Update.
6999         * tests/test-linked_list.c (main): Update.
7000         * tests/test-linkedhash_list.c (main): Update.
7001         * tests/test-array_oset.c (main): Update.
7002
7003 2007-03-15  Bruno Haible  <bruno@clisp.org>
7004
7005         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
7006         (gl_oset_create_empty): Add dispose_fn argument.
7007         (struct gl_oset_implementation): Add dispose_fn argument to
7008         'create_empty' method.
7009         (struct gl_oset_impl_base): Add dispose_fn field.
7010         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
7011         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
7012         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
7013         values.
7014         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
7015         (gl_tree_oset_free): Call dispose_fn on the dropped values.
7016         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7017         dropped value.
7018         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7019         dropped value.
7020         * tests/test-array_oset.c (main): Update.
7021         * tests/test-avltree_oset.c (main): Update.
7022         * tests/test-rbtree_oset.c (main): Update.
7023         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
7024
7025 2007-03-13  Bruno Haible  <bruno@clisp.org>
7026
7027         * tests/test-stdbool.c (i): Update after last patch.
7028
7029 2007-03-12  Bruno Haible  <bruno@clisp.org>
7030
7031         * lib/quotearg.c: Include <wctype.h> early, before the definition of
7032         the iswprint macro. Needed on Solaris 2.5.1.
7033
7034 2007-03-12  Bruno Haible  <bruno@clisp.org>
7035
7036         * tests/test-printf-frexp.c (main): Declare x as volatile.
7037
7038 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7039
7040         * doc/gnulib.texi (Build robot for gnulib): New section.
7041
7042 2007-03-12  Jim Meyering  <jim@meyering.net>
7043
7044         * build-aux/bootstrap: New file.
7045         * build-aux/bootstrap.conf: New file, from coreutils.
7046
7047 2007-03-11  Bruno Haible  <bruno@clisp.org>
7048
7049         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
7050
7051 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7052
7053         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
7054         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
7055         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
7056
7057 2007-03-11  Bruno Haible  <bruno@clisp.org>
7058
7059         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
7060         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
7061
7062 2007-03-11  Bruno Haible  <bruno@clisp.org>
7063
7064         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
7065         formula. Needed for SunPRO C 5.0.
7066
7067 2007-03-11  Bruno Haible  <bruno@clisp.org>
7068
7069         * modules/long-options (Depends-on): Add getopt.
7070
7071 2007-03-11  Bruno Haible  <bruno@clisp.org>
7072
7073         * modules/modechange (Depends-on): Add stdbool.
7074
7075 2007-03-11  Bruno Haible  <bruno@clisp.org>
7076
7077         * modules/i-ring (Depends-on): Add stdbool.
7078
7079 2007-03-11  Bruno Haible  <bruno@clisp.org>
7080
7081         * modules/gc-des (Depends-on): Add stdbool.
7082
7083 2007-03-11  Bruno Haible  <bruno@clisp.org>
7084
7085         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
7086
7087 2007-03-11  Bruno Haible  <bruno@clisp.org>
7088
7089         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
7090
7091 2007-03-11  Bruno Haible  <bruno@clisp.org>
7092
7093         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
7094
7095 2007-03-11  Bruno Haible  <bruno@clisp.org>
7096
7097         * lib/vasnprintf.c (sprintf): Undefine.
7098
7099 2007-03-11  Bruno Haible  <bruno@clisp.org>
7100
7101         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
7102         initializers in SunPRO C and Compaq C compilers.
7103
7104 2007-03-11  Bruno Haible  <bruno@clisp.org>
7105
7106         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
7107         decrementing code ANSI C compliant.
7108
7109 2007-03-11  Bruno Haible  <bruno@clisp.org>
7110
7111         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
7112         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
7113
7114 2007-03-11  Bruno Haible  <bruno@clisp.org>
7115
7116         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
7117         <stdbool.h> substitute doesn't pass.
7118
7119 2007-03-11  Bruno Haible  <bruno@clisp.org>
7120
7121         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
7122
7123 2007-03-11  Bruno Haible  <bruno@clisp.org>
7124
7125         * gnulib-tool (func_create_megatestdir): Create also an autobuild
7126         script, for submission to autobuild.josefsson.org.
7127
7128 2007-03-10  Bruno Haible  <bruno@clisp.org>
7129
7130         * modules/canonicalize-lgpl-tests: New file.
7131         * tests/test-canonicalize-lgpl.sh: New file.
7132         * tests/test-canonicalize-lgpl.c: New file.
7133
7134         * modules/c-strcase-tests: New file.
7135         * tests/test-c-strcase.sh: New file.
7136         * tests/test-c-strcasecmp.c: New file.
7137         * tests/test-c-strncasecmp.c: New file.
7138
7139         * modules/atexit-tests: New file.
7140         * tests/test-atexit.sh: New file.
7141         * tests/test-atexit.c: New file.
7142
7143 2007-03-10  Bruno Haible  <bruno@clisp.org>
7144
7145         * tests/test-binary-io.sh: Use temporary filenames that are not so
7146         likely to clash with those of other tests (in a parallel make).
7147         * tests/test-binary-io.c: Likewise.
7148
7149 2007-03-10  Bruno Haible  <bruno@clisp.org>
7150
7151         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
7152         fallback; use #error instead.
7153         Suggested by Simon Josefsson.
7154
7155 2007-03-10  Bruno Haible  <bruno@clisp.org>
7156
7157         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
7158         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
7159         first and the last.
7160
7161 2007-03-10  Bruno Haible  <bruno@clisp.org>
7162
7163         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
7164
7165 2007-03-10  Bruno Haible  <bruno@clisp.org>
7166
7167         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
7168         "make distcheck".
7169         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
7170         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
7171         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
7172
7173 2007-03-10  Bruno Haible  <bruno@clisp.org>
7174
7175         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
7176         variable.
7177         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
7178         variable.
7179
7180 2007-03-09  Eric Blake  <ebb9@byu.net>
7181         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
7182
7183         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
7184         types are not being provided by gnulib.
7185         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
7186         types are supported.
7187
7188 2007-03-10  Bruno Haible  <bruno@clisp.org>
7189
7190         * lib/stdio_.h (__attribute__): New macro.
7191         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
7192         vsprintf): Specify __attribute__ __format__ for GCC.
7193         Suggested by Eric Blake.
7194
7195 2007-03-09  Bruno Haible  <bruno@clisp.org>
7196
7197         * modules/printf-posix-tests: New file.
7198         * tests/test-printf-posix.sh: New file.
7199         * tests/test-printf-posix.c: New file.
7200
7201         * modules/printf-posix: New file.
7202         * lib/printf.c: New file.
7203         * m4/printf-posix-rpl.m4: New file.
7204         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7205         REPLACE_PRINTF.
7206         * lib/stdio_.h (printf): New declaration.
7207         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7208         ____strfmon____): New macros.
7209         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7210         REPLACE_PRINTF.
7211
7212 2007-03-09  Bruno Haible  <bruno@clisp.org>
7213
7214         * tests/test-vasnprintf-posix2.sh: New file.
7215         * tests/test-vasnprintf-posix2.c: New file.
7216         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7217         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7218         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7219
7220         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7221         a locale dependent decimal point, rather than always '.'.
7222
7223 2007-03-09  Eric Blake  <ebb9@byu.net>
7224
7225         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7226         spite of platforms like Tandem/NSK that define it to -1.
7227
7228 2007-03-08  Bruno Haible  <bruno@clisp.org>
7229
7230         * modules/vprintf-posix-tests: New file.
7231         * tests/test-vprintf-posix.sh: New file.
7232         * tests/test-vprintf-posix.c: New file.
7233         * tests/test-printf-posix.h: New file.
7234
7235         * modules/vprintf-posix: New file.
7236         * lib/vprintf.c: New file.
7237         * m4/vprintf-posix.m4: New file.
7238         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7239         REPLACE_VPRINTF.
7240         * lib/stdio_.h (vprintf): New declaration.
7241         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7242         REPLACE_VPRINTF.
7243
7244 2007-03-08  Bruno Haible  <bruno@clisp.org>
7245
7246         * modules/fprintf-posix-tests: New file.
7247         * tests/test-fprintf-posix.sh: New file.
7248         * tests/test-fprintf-posix.c: New file.
7249
7250         * modules/fprintf-posix: New file.
7251         * lib/fprintf.c: New file.
7252         * m4/fprintf-posix.m4: New file.
7253         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7254         REPLACE_FPRINTF.
7255         * lib/stdio_.h (fprintf): New declaration.
7256         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7257         REPLACE_FPRINTF.
7258
7259 2007-03-08  Bruno Haible  <bruno@clisp.org>
7260
7261         * modules/vfprintf-posix-tests: New file.
7262         * tests/test-vfprintf-posix.sh: New file.
7263         * tests/test-vfprintf-posix.c: New file.
7264         * tests/test-fprintf-posix.h: New file.
7265         * tests/test-fprintf-posix.out: New file.
7266
7267         * modules/vfprintf-posix: New file.
7268         * lib/vfprintf.c: New file.
7269         * m4/vfprintf-posix.m4: New file.
7270         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7271         REPLACE_VFPRINTF.
7272         * lib/stdio_.h (vfprintf): New declaration.
7273         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7274         REPLACE_VFPRINTF.
7275
7276 2007-03-08  Bruno Haible  <bruno@clisp.org>
7277
7278         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7279
7280 2007-03-08  Bruno Haible  <bruno@clisp.org>
7281
7282         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7283         instead of 'expr' invocations.
7284         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7285         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7286         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7287         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7288         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7289         Suggested by Paul Eggert.
7290
7291 2007-03-08  Bruno Haible  <bruno@clisp.org>
7292
7293         * modules/fseterr-tests: New file.
7294         * tests/test-fseterr.c: New file.
7295
7296         * modules/fseterr: New file.
7297         * lib/fseterr.h: New file.
7298         * lib/fseterr.c: New file.
7299
7300 2007-03-08  Bruno Haible  <bruno@clisp.org>
7301
7302         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7303         * lib/getopt_.h: Likewise.
7304         * lib/mbswidth.h: Likewise.
7305         * lib/setenv.h: Likewise.
7306         * lib/vasnprintf.h: Likewise.
7307         * lib/vasprintf.h: Likewise.
7308         * lib/verror.h: Likewise.
7309         * lib/xsetenv.h: Likewise.
7310         * lib/xvasprintf.h: Likewise.
7311
7312 2007-03-08  Jim Meyering  <jim@meyering.net>
7313
7314         * users.txt: Add parted.
7315
7316         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7317
7318 2007-03-07  Bruno Haible  <bruno@clisp.org>
7319
7320         * m4/printf.m4: Make the shell script snippets copy&pastable.
7321
7322 2007-03-02  Bruno Haible  <bruno@clisp.org>
7323
7324         * lib/netinet_in_.h: New file.
7325         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7326         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7327         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7328         (Depends-on): Add absolute-header.
7329         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7330         into netinet/in.h.
7331
7332 2007-03-03  Bruno Haible  <bruno@clisp.org>
7333
7334         * lib/sys_select_.h: New file.
7335         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7336         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7337         * modules/sys_select (Files): Add lib/sys_select_.h.
7338         (Depends-on): Add absolute-header.
7339         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7340         into sys/select.h.
7341
7342 2007-03-02  Bruno Haible  <bruno@clisp.org>
7343
7344         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7345         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7346         values.
7347         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7348         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7349         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7350         * modules/sys_socket (Depends-on): Add absolute-header.
7351         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7352         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7353         (Include): Remove requirement of inclusion of <sys/types.h>.
7354
7355 2007-03-02  Bruno Haible  <bruno@clisp.org>
7356
7357         * lib/byteswap_.h (bswap_32): Fix formula.
7358
7359 2007-03-06  Bruno Haible  <bruno@clisp.org>
7360
7361         * modules/sprintf-posix-tests: New file.
7362         * tests/test-sprintf-posix.c: New file.
7363
7364         * modules/sprintf-posix: New file.
7365         * lib/sprintf.c: New file.
7366         * m4/sprintf-posix.m4: New file.
7367         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7368         REPLACE_SPRINTF.
7369         * lib/stdio_.h (sprintf): New declaration.
7370         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7371         REPLACE_SPRINTF.
7372
7373 2007-03-06  Bruno Haible  <bruno@clisp.org>
7374
7375         * modules/vsprintf-posix-tests: New file.
7376         * tests/test-vsprintf-posix.c: New file.
7377         * tests/test-sprintf-posix.h: New file.
7378
7379         * modules/vsprintf-posix: New file.
7380         * lib/vsprintf.c: New file.
7381         * m4/vsprintf-posix.m4: New file.
7382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7383         REPLACE_VSPRINTF.
7384         * lib/stdio_.h (vsprintf): New declaration.
7385         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7386         REPLACE_VSPRINTF.
7387
7388 2007-03-06  Bruno Haible  <bruno@clisp.org>
7389
7390         * modules/vsnprintf (Depend-on): Remove minmax.
7391
7392 2007-03-06  Bruno Haible  <bruno@clisp.org>
7393
7394         * modules/snprintf-posix-tests: New file.
7395         * tests/test-snprintf-posix.c: New file.
7396
7397         * modules/snprintf-posix: New file.
7398         * m4/snprintf-posix.m4: New file.
7399         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7400         gl_FUNC_SNPRINTF.
7401         (gl_FUNC_SNPRINTF): Invoke it.
7402         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7403         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7404         is set.
7405         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7406
7407 2007-03-06  Bruno Haible  <bruno@clisp.org>
7408
7409         * modules/vsnprintf-posix-tests: New file.
7410         * tests/test-vsnprintf-posix.c: New file.
7411         * tests/test-snprintf-posix.h: New file.
7412
7413         * modules/vsnprintf-posix: New file.
7414         * m4/vsnprintf-posix.m4: New file.
7415         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7416         gl_FUNC_VSNPRINTF.
7417         (gl_FUNC_VSNPRINTF): Invoke it.
7418         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7419         * lib/stdio_.h (vsnprintf): Define as a replacement if
7420         REPLACE_VSNPRINTF is set.
7421         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7422
7423 2007-03-06  Bruno Haible  <bruno@clisp.org>
7424
7425         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7426         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7427
7428 2007-03-06  Bruno Haible  <bruno@clisp.org>
7429
7430         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7431         (asinl): Declare also if HAVE_DECL_ASINL is set.
7432         (atanl): Declare also if HAVE_DECL_ATANL is set.
7433         (ceill): Declare also if HAVE_DECL_CEILL is set.
7434         (cosl): Declare also if HAVE_DECL_COSL is set.
7435         (expl): Declare also if HAVE_DECL_EXPL is set.
7436         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7437         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7438         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7439         (logl): Declare also if HAVE_DECL_LOGL is set.
7440         (sinl): Declare also if HAVE_DECL_SINL is set.
7441         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7442         (tanl): Declare also if HAVE_DECL_TANL is set.
7443         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7444         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7445         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7446         declaration of frexpl, ldexpl.
7447         * modules/printf-frexpl (Depends-on): Add math.
7448         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7449
7450 2007-03-05  Bruno Haible  <bruno@clisp.org>
7451
7452         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7453         frexpl and ldexpl are declared.
7454         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7455
7456 2007-03-05  Bruno Haible  <bruno@clisp.org>
7457
7458         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7459         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7460
7461 2007-03-05  Bruno Haible  <bruno@clisp.org>
7462
7463         * lib/stdio_.h: Include <stddef.h>.
7464
7465 2007-03-05  Bruno Haible  <bruno@clisp.org>
7466
7467         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7468
7469 2007-03-05  Bruno Haible  <bruno@clisp.org>
7470
7471         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7472         NetBSD 4, from Ralf Wildenhues.
7473
7474 2007-03-04  Bruno Haible  <bruno@clisp.org>
7475
7476         * lib/vasprintf.h: Update #if logic for the case when the functions
7477         exist but are overridden.
7478
7479 2007-03-04  Bruno Haible  <bruno@clisp.org>
7480
7481         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7482         implementations: glibc-2.4 and MacOS X 10.3.
7483         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7484         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7485         * tests/test-vasprintf-posix.c (test_function): Likewise.
7486
7487 2007-03-04  Bruno Haible  <bruno@clisp.org>
7488
7489         * modules/vasprintf-posix-tests: New file.
7490         * tests/test-vasprintf-posix.c: New file.
7491
7492         * modules/vasprintf-posix: New file.
7493         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7494         defined.
7495         * m4/vasprintf-posix.m4: New file.
7496         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7497         gl_FUNC_VASPRINTF.
7498         (gl_FUNC_VASPRINTF): Invoke it.
7499         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7500         here.
7501         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7502
7503 2007-03-04  Bruno Haible  <bruno@clisp.org>
7504
7505         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7506         REPLACE_GETTIMEOFDAY.
7507         * modules/sys_time (Makefile.am): Likewise.
7508         * m4/sys_time_h.m4: Likewise.
7509         * m4/gettimeofday.m4: Likewise.
7510
7511 2007-03-04  Bruno Haible  <bruno@clisp.org>
7512
7513         * modules/vasnprintf-posix-tests: New file.
7514         * tests/test-vasnprintf-posix.c: New file.
7515
7516         * modules/vasnprintf-posix: New file.
7517         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7518         printf-frexpl.h.
7519         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7520         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7521         REPLACE_VASNPRINTF is defined.
7522         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7523         gl_FUNC_VASNPRINTF.
7524         (gl_FUNC_VASNPRINTF): Invoke it.
7525         * m4/vasnprintf-posix.m4: New file.
7526         * m4/printf.m4: New file.
7527
7528 2007-03-04  Bruno Haible  <bruno@clisp.org>
7529
7530         Compile progreloc.c only if --enable-relocatable is specified.
7531         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7532         if --enable-relocatable was specified.
7533         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7534         lib_SOURCES.
7535
7536 2007-03-04  Jim Meyering  <jim@meyering.net>
7537
7538         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7539         Use it consistently, rather than enumerating errno constants.
7540
7541 2007-03-04  Bruno Haible  <bruno@clisp.org>
7542
7543         * modules/xvasprintf-tests: New file.
7544         * tests/test-xvasprintf.c: New file.
7545
7546         * modules/vasprintf-tests: New file.
7547         * tests/test-vasprintf.c: New file.
7548
7549         * modules/vasnprintf-tests: New file.
7550         * tests/test-vasnprintf.c: New file.
7551
7552         * modules/vsnprintf-tests: New file.
7553         * tests/test-vsnprintf.c: New file.
7554
7555         * modules/snprintf-tests: New file.
7556         * tests/test-snprintf.c: New file.
7557
7558 2007-03-04  Bruno Haible  <bruno@clisp.org>
7559
7560         Compile relocatable.c only if --enable-relocatable is specified.
7561         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7562         gl_RELOCATABLE_LIBRARY.
7563         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7564         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7565         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7566         gl_RELOCATABLE_LIBRARY.
7567         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7568         (Makefile.am): Remove lib_SOURCES.
7569         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7570         gl_RELOCATABLE_LIBRARY.
7571         (Makefile.am): Remove lib_SOURCES.
7572         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7573         always.
7574         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7575         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7576
7577 2007-03-04  Bruno Haible  <bruno@clisp.org>
7578
7579         * modules/argmatch-tests: New file.
7580         * tests/test-argmatch.c: New file.
7581
7582         * tests/test-allocsa.c (main): Halve the number of loop runs.
7583
7584         * modules/alloca-opt-tests: New file.
7585         * tests/test-alloca-opt.c: New file.
7586
7587 2007-03-04  Jim Meyering  <jim@meyering.net>
7588
7589         Work around difference between Linux ACLs and Solaris 10 ZFS.
7590         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7591         for EINVAL.
7592
7593 2007-03-03  Bruno Haible  <bruno@clisp.org>
7594
7595         * modules/relocatable-prog (Depends-on): Add back progreloc's
7596         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7597
7598 2007-03-03  Bruno Haible  <bruno@clisp.org>
7599
7600         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7601         * modules/relocatable-lib: New file.
7602
7603 2007-03-03  Bruno Haible  <bruno@clisp.org>
7604
7605         * modules/relocatable-prog: Renamed from modules/relocatable.
7606         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7607
7608 2007-03-03  Bruno Haible  <bruno@clisp.org>
7609
7610         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7611         m4/relocatable-lib.m4.
7612         (Depends-on): Remove 'relocatable'.
7613         (configure.ac): Add gl_RELOCATABLE_NOP.
7614
7615 2007-03-03  Bruno Haible  <bruno@clisp.org>
7616
7617         * modules/relocatable-prog-wrapper: New file.
7618         * modules/relocatable (Depends-on): Add it. Remove all other
7619         dependencies except progname.
7620         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7621
7622         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7623         (gl_FUNC_STRERROR): Nop.
7624         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7625
7626         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7627         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7628
7629         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7630         (gl_FUNC_READLINK): Update.
7631
7632         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7633
7634 2007-03-03  Bruno Haible  <bruno@clisp.org>
7635
7636         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7637         * modules/xreadlink (Depends-on): Add unistd.
7638         * modules/xreadlink-with-size (Depends-on): Likewise.
7639
7640 2007-03-03  Bruno Haible  <bruno@clisp.org>
7641
7642         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7643         extracted from gt_FUNC_SETENV.
7644         (gt_FUNC_SETENV): Remove macro.
7645         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7646         remove gt_FUNC_SETENV.
7647
7648 2007-03-03  Bruno Haible  <bruno@clisp.org>
7649
7650         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7651         ENABLE_RELOCATABLE here.
7652         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7653
7654 2007-03-03  Bruno Haible  <bruno@clisp.org>
7655
7656         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7657         * tests/test-rbtreehash_list.c: Include progname.h.
7658         (main): Call set_program_name.
7659
7660         * modules/rbtree-oset-tests (Depends-on): Add progname.
7661         * tests/test-rbtree_oset.c: Include progname.h.
7662         (main): Call set_program_name.
7663
7664         * modules/rbtree-list-tests (Depends-on): Add progname.
7665         * tests/test-rbtree_list.c: Include progname.h.
7666         (main): Call set_program_name.
7667
7668         * modules/linked-list-tests (Depends-on): Add progname.
7669         * tests/test-linked_list.c: Include progname.h.
7670         (main): Call set_program_name.
7671
7672 2007-03-03  Bruno Haible  <bruno@clisp.org>
7673
7674         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7675         All uses of __restrict changed to _Restrict_.
7676         * lib/glob_.h (__restrict): Remove macro.
7677
7678 2007-03-02  Bruno Haible  <bruno@clisp.org>
7679
7680         * modules/gettext (configure.ac): Require gettext infrastructure
7681         from version 0.16.1.
7682
7683 2007-03-02  Bruno Haible  <bruno@clisp.org>
7684
7685         * modules/linkedhash-list-tests (Depends-on): Add progname.
7686         * tests/test-linkedhash_list.c: Include progname.h.
7687         (main): Call set_program_name.
7688
7689         * modules/carray-list-tests (Depends-on): Add progname.
7690         * tests/test-carray_list.c: Include progname.h.
7691         (main): Call set_program_name.
7692
7693         * modules/avltreehash-list-tests (Depends-on): Add progname.
7694         * tests/test-avltreehash_list.c: Include progname.h.
7695         (main): Call set_program_name.
7696
7697         * modules/avltree-oset-tests (Depends-on): Add progname.
7698         * tests/test-avltree_oset.c: Include progname.h.
7699         (main): Call set_program_name.
7700
7701         * modules/avltree-list-tests (Depends-on): Add progname.
7702         * tests/test-avltree_list.c: Include progname.h.
7703         (main): Call set_program_name.
7704
7705         * modules/array-oset-tests (Depends-on): Add progname.
7706         * tests/test-array_oset.c: Include progname.h.
7707         (main): Call set_program_name.
7708
7709         * modules/array-list-tests (Depends-on): Add progname.
7710         * tests/test-array_list.c: Include progname.h.
7711         (main): Call set_program_name.
7712
7713         * modules/argp-tests (Depends-on): Add progname.
7714         * tests/test-argp.c: Include argp.h first. Include progname.h.
7715         (main): Call set_program_name.
7716
7717 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7718
7719         * doc/gnulib-tool.texi (Initial import): Reword description of
7720         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7721         limited effect even if defined after the first system include.
7722
7723 2007-03-01  Bruno Haible  <bruno@clisp.org>
7724
7725         * build-aux/config.libpath: Update to libtool-1.5.22.
7726         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7727
7728 2007-03-01  Bruno Haible  <bruno@clisp.org>
7729
7730         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7731         foo_CFLAGS.
7732         Reported by Ralf Wildenhues.
7733
7734 2007-03-01  Bruno Haible  <bruno@clisp.org>
7735
7736         * build-aux/install-reloc: Remove object files left over by some
7737         compilers.
7738         Reported by Ralf Wildenhues.
7739
7740 2007-03-01  Bruno Haible  <bruno@clisp.org>
7741
7742         * build-aux/install-reloc: Break long lines.
7743
7744 2007-03-01  Bruno Haible  <bruno@clisp.org>
7745
7746         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7747         Reported by Ralf Wildenhues.
7748
7749 2007-03-01  Bruno Haible  <bruno@clisp.org>
7750
7751         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7752         include ordering constraints.
7753
7754 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7755
7756         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7757         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7758         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7759         as another example.
7760         * lib/time_.h: Fix misspelling.
7761         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7762         Require gl_HEADER_TIME_H_DEFAULTS.
7763         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7764         * m4/time_r.m4 (gl_TIME_R): Likewise.
7765         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7766
7767 2007-03-01  Bruno Haible  <bruno@clisp.org>
7768
7769         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7770         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7771
7772 2007-03-01  Jim Meyering  <jim@meyering.net>
7773
7774         * modules/xreadlink (Maintainer): Add my name.
7775         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7776
7777 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7778             Bruno Haible  <bruno@clisp.org>
7779
7780         * build-aux/install-reloc: Compile also c-ctype.c.
7781         * build-aux/relocatable.sh.in: New file.
7782         * doc/relocatable.texi: New file.
7783         * doc/relocatable-maint.texi: New file.
7784         * doc/gnulib.texi: Include relocatable-maint.texi.
7785         * lib/progreloc.c: Include unistd.h unconditionally.
7786         * lib/relocwrapper.c: Include unistd.h unconditionally.
7787         Include c-ctype.h.
7788         (add_dotbin): Use c_tolower.
7789         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7790         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7791         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7792         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7793         to m4/relocatable-lib.m4.
7794         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7795         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7796         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7797         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7798         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7799         * modules/relocatable: New file.
7800         * modules/relocatable-lib: New file.
7801         * modules/relocatable-script: New file.
7802
7803 2007-02-28  Bruno Haible  <bruno@clisp.org>
7804
7805         Import --enable-relocatable infrastructure.
7806         * build-aux/config.libpath: New file, from GNU gettext.
7807         * build-aux/install-reloc: New file, from GNU gettext.
7808         * build-aux/reloc-ldflags: New file, from GNU gettext.
7809         * lib/relocatable.h: New file, from GNU gettext.
7810         * lib/relocatable.c: New file, from GNU gettext.
7811         * lib/relocwrapper.c: New file, from GNU gettext.
7812         * m4/relocatable.m4: New file, from GNU gettext.
7813
7814 2007-02-28  Bruno Haible  <bruno@clisp.org>
7815
7816         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7817
7818         * modules/xreadlink: New file, from GNU gettext with modifications.
7819         * lib/xreadlink.c: New file, from GNU gettext.
7820         * lib/xreadlink.h: Add comments.
7821         (xreadlink): New declaration.
7822
7823         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7824         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7825         lib/xreadlink-with-size.c.
7826         (configure.ac): Remove gl_XREADLINK invocation.
7827         (Makefile.am): Augment lib_SOURCES.
7828         * m4/xreadlink.m4: Remove file.
7829         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7830         (xreadlink_with_size): Renamed from xreadink.
7831         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7832         * modules/canonicalize (Depends-on): Replace xreadlink with
7833         xreadlink-with-size.
7834         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7835
7836 2007-02-25  Jim Meyering  <jim@meyering.net>
7837
7838         * build-aux/announce-gen: When complaining about excess arguments,
7839         list them.
7840
7841 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7842
7843         * README: Document signed integer overflow situation more
7844         accurately.
7845
7846 2007-02-25  Bruno Haible  <bruno@clisp.org>
7847
7848         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7849         'a' or 'A' conversion.
7850
7851 2007-02-25  Bruno Haible  <bruno@clisp.org>
7852
7853         * modules/filename: Renamed from modules/pathname.
7854         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7855         lib/concatpath.c with lib/concat-filename.c.
7856         (Makefile.am): Update.
7857         (Include): Replace pathname.h with filename.h.
7858         * lib/filename.h: Renamed from lib/pathname.h.
7859         (concatenated_filename): Renamed from concatenated_pathname.
7860         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7861         (concatenated_filename): Renamed from concatenated_pathname.
7862         * lib/findprog.c: Include filename.h instead of pathname.h.
7863         (find_in_path): Update.
7864         * lib/javacomp.c: Include filename.h instead of pathname.h.
7865         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7866         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7867         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7868         is_oldgcj_14_13_usable, is_javac_usable): Update.
7869         * lib/javaexec.c: Include filename.h instead of pathname.h.
7870         (execute_java_class): Update.
7871         * modules/findprog: Update.
7872         * modules/javacomp: Update.
7873         * modules/javaexec: Update.
7874         * MODULES.html.sh (File system functions): Add 'filename', remove
7875         'pathname'.
7876
7877 2007-02-25  Bruno Haible  <bruno@clisp.org>
7878
7879         * modules/printf-frexpl-tests: New file.
7880         * tests/test-printf-frexpl.c: New file.
7881
7882         * modules/printf-frexpl: New file.
7883         * lib/printf-frexpl.h: New file.
7884         * lib/printf-frexpl.c: New file.
7885         * m4/printf-frexpl.m4: New file.
7886
7887 2007-02-25  Bruno Haible  <bruno@clisp.org>
7888
7889         * modules/printf-frexp-tests: New file.
7890         * tests/test-printf-frexp.c: New file.
7891
7892         * modules/printf-frexp: New file.
7893         * lib/printf-frexp.h: New file.
7894         * lib/printf-frexp.c: New file.
7895         * m4/printf-frexp.m4: New file.
7896
7897 2007-02-25  Bruno Haible  <bruno@clisp.org>
7898
7899         Assume automake >= 1.10 for the tests.
7900         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7901         * modules/arctwo-tests: Likewise.
7902         * modules/argp-tests: Likewise.
7903         * modules/avltree-list-tests: Likewise.
7904         * modules/avltree-oset-tests: Likewise.
7905         * modules/avltreehash-list-tests: Likewise.
7906         * modules/carray-list-tests: Likewise.
7907         * modules/crc-tests: Likewise.
7908         * modules/des-tests: Likewise.
7909         * modules/gc-arcfour-tests: Likewise.
7910         * modules/gc-arctwo-tests: Likewise.
7911         * modules/gc-des-tests: Likewise.
7912         * modules/gc-hmac-md5-tests: Likewise.
7913         * modules/gc-hmac-sha1-tests: Likewise.
7914         * modules/gc-md2-tests: Likewise.
7915         * modules/gc-md4-tests: Likewise.
7916         * modules/gc-md5-tests: Likewise.
7917         * modules/gc-pbkdf2-sha1-tests: Likewise.
7918         * modules/gc-rijndael-tests: Likewise.
7919         * modules/gc-sha1-tests: Likewise.
7920         * modules/gc-tests: Likewise.
7921         * modules/getaddrinfo-tests: Likewise.
7922         * modules/hmac-md5-tests: Likewise.
7923         * modules/hmac-sha1-tests: Likewise.
7924         * modules/linked-list-tests: Likewise.
7925         * modules/linkedhash-list-tests: Likewise.
7926         * modules/lock-tests: Likewise.
7927         * modules/md2-tests: Likewise.
7928         * modules/md4-tests: Likewise.
7929         * modules/md5-tests: Likewise.
7930         * modules/rbtree-list-tests: Likewise.
7931         * modules/rbtree-oset-tests: Likewise.
7932         * modules/rbtreehash-list-tests: Likewise.
7933         * modules/read-file-tests: Likewise.
7934         * modules/rijndael-tests: Likewise.
7935         * modules/stdint-tests: Likewise.
7936         * modules/tls-tests: Likewise.
7937
7938 2007-02-24  Bruno Haible  <bruno@clisp.org>
7939
7940         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7941         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7942         function; instead check whether isnan with a double argument links.
7943         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7944         function; instead check whether isnan with a 'long double' argument
7945         links.
7946         Reported by Eric Blake <ebb9@byu.net>.
7947
7948 2007-02-24  Bruno Haible  <bruno@clisp.org>
7949
7950         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7951         defined.
7952         * lib/isnanl.c: Remove all code. Just include isnan.c.
7953         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7954
7955 2007-02-25  Jim Meyering  <jim@meyering.net>
7956
7957         Avoid conflicting types for 'unsetenv' on FreeBSD.
7958         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7959         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7960         in stdlib.h.
7961
7962 2007-02-24  Bruno Haible  <bruno@clisp.org>
7963
7964         * modules/isnanl-nolibm-tests: New file.
7965         * tests/test-isnanl.c: New file.
7966
7967         * modules/isnanl-nolibm: New file.
7968         * lib/isnanl.h: New file.
7969         * lib/isnanl.c: New file.
7970         * m4/isnanl.m4: New file.
7971
7972 2007-02-24  Bruno Haible  <bruno@clisp.org>
7973
7974         * modules/isnan-nolibm-tests: New file.
7975         * tests/test-isnan.c: New file.
7976
7977         * modules/isnan-nolibm: New file.
7978         * lib/isnan.h: New file.
7979         * lib/isnan.c: New file.
7980         * m4/isnan.m4: New file.
7981
7982 2007-02-24  Bruno Haible  <bruno@clisp.org>
7983
7984         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7985         assume that an exponent fits in 20 bits.
7986
7987 2007-02-24  Jim Meyering  <jim@meyering.net>
7988
7989         * m4/regex.m4: Update the description of the configure-time option,
7990         --without-included-regex, to state accurately what the defaults are,
7991         and perhaps to give people an idea why using this option is risky.
7992
7993 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7994
7995         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7996         loops on small arguments.  This attempts to avoid the problem
7997         Bruno Haible reported for AIX 4.3.2 in
7998         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7999
8000 2007-02-23  Bruno Haible  <bruno@clisp.org>
8001
8002         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
8003         Needed for help2man.
8004
8005 2007-02-23  Karl Berry  <karl@gnu.org>
8006
8007         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
8008         exists, foo.h should be cvs-ignored, not committed.
8009
8010 2007-02-23  Eric Blake  <ebb9@byu.net>
8011
8012         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
8013         * lib/stat-time.h (includes): Likewise.
8014         * lib/utimecmp.c (includes): Likewise.
8015         * lib/utimens.h (includes): Likewise.
8016         * lib/getdate.y (includes): Also include "timespec.h" for use
8017         internal to the module.
8018         * modules/utimens (Depends-on): Revert yesterday's patch.
8019         * modules/nanosleep (Depends-on): Add missing dependency.
8020
8021 2007-02-22  Bruno Haible  <bruno@clisp.org>
8022
8023         * lib/glob.c: Don't include getlogin_r.h.
8024
8025 2007-02-22  Jim Meyering  <jim@meyering.net>
8026
8027         * modules/utimens (Depends-on): Add timespec, required for
8028         utimens.h's inclusion of timespec.h.
8029
8030 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
8031
8032         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
8033         long unreadable paths in GNU/Linux.  Problem reported by Andreas
8034         Schwab in
8035         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
8036         I'll try to think of a better way to fix the Solaris problem.
8037
8038         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
8039         like glibc; on Solaris 10, it fails with errno == EINVAL.
8040         POSIX says the behavior is unspecified if the first argument is NULL,
8041         so play it safe and never pass NULL to the system getcwd.
8042
8043 2007-02-21  Jim Meyering  <jim@meyering.net>
8044
8045         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
8046         of gettimeofday.  It would conflict with the one now always
8047         provided via sys_time_.h.  Reported by Matthew Woehlke, as
8048         an IRIX 6.5 build failure.
8049
8050 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8051
8052         Minor fixups to port to Solaris 10 with Sun C 5.8.
8053         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
8054         * modules/getcwd (Depends-on): Add dirfd.
8055         * lib/putenv.c (putenv): #undef it.
8056         (rpl_putenv): New decl.
8057         (malloc, free): Include <stdlib.h> rather than prototyping separately.
8058
8059 2007-02-20  Bruno Haible  <bruno@clisp.org>
8060
8061         * modules/stdio-tests: New file.
8062         * tests/test-stdio.c: New file.
8063
8064         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
8065         (Depends-on): Add stdio.
8066         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8067         (Include): Use <stdio.h> instead of vsnprintf.h.
8068         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8069         HAVE_DECL_VSNPRINTF.
8070         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
8071
8072         * modules/snprintf (Files): Remove lib/snprintf.h.
8073         (Depends-on): Add stdio.
8074         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8075         (Include): Use <stdio.h> instead of snprintf.h.
8076         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8077         HAVE_DECL_SNPRINTF.
8078         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
8079         * lib/getaddrinfo.c: Likewise.
8080
8081         * modules/stdio: New file.
8082         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
8083         * lib/snprintf.h: Remove file.
8084         * lib/vsnprintf.h: Remove file.
8085         * lib/.cppi-disable: Remove snprintf.h.
8086         * m4/stdio_h.m4: New file.
8087         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
8088
8089 2007-02-20  Jim Meyering  <jim@meyering.net>
8090
8091         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
8092         used by e.g., mingw.  From Bruno Haible.
8093
8094 2007-02-19  Bruno Haible  <bruno@clisp.org>
8095
8096         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
8097         warnings.
8098         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8099
8100 2007-02-19  Bruno Haible  <bruno@clisp.org>
8101
8102         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
8103         from mingw users.
8104
8105 2007-02-19  Bruno Haible  <bruno@clisp.org>
8106
8107         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
8108         warnings.
8109         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
8110
8111 2007-02-19  Jim Meyering  <jim@meyering.net>
8112
8113         Don't use FD after a successful "fdopendir (fd)".
8114         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
8115         Reset it by calling dirfd on the just-obtained DIR*.
8116
8117         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
8118         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
8119
8120 2007-02-18  Bruno Haible  <bruno@clisp.org>
8121
8122         * lib/readlink.c: Include <unistd.h>.
8123         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
8124         HAVE_READLINK.
8125         * modules/readlink (Depends-on): Add unistd.
8126         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8127         (Include): Add <unistd.h>.
8128
8129         * lib/getlogin_r.h: Remove file.
8130         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
8131         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
8132         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
8133         HAVE_DECL_GETLOGIN_R.
8134         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
8135         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8136         (Include): Use <unistd.h> instead of getlogin_r.h.
8137
8138         * lib/getcwd.h: Remove file.
8139         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
8140         * lib/xgetcwd.c: Likewise.
8141         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
8142         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
8143         * modules/getcwd (Files): Remove lib/getcwd.h.
8144         (Depends-on): Add unistd.
8145         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8146         (Include): Use <unistd.h> instad of getcwd.h.
8147
8148         * lib/ftruncate.c: Include <unistd.h> first.
8149         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
8150         Set HAVE_FTRUNCATE.
8151         * modules/ftruncate (Depends-on): Add unistd.
8152         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8153
8154         * lib/fchdir.c: Include <unistd.h> first.
8155         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
8156         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
8157         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
8158         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8159         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
8160
8161         * lib/dup2.c: Include <unistd.h> first.
8162         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
8163         HAVE_DUP2.
8164         * modules/dup2 (Depends-on): Add unistd.
8165         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8166
8167         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
8168         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
8169         REPLACE_CHOWN. Don't define chown as a macro here.
8170         * modules/chown (Depends-on): Add unistd.
8171         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8172
8173         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
8174         Add definition for GL_LINK_WARNING.
8175         (chown, dup2): New declarations.
8176         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
8177         link warning.
8178         (ftruncate): New declaration.
8179         (getcwd): New declaration, taken from old getcwd.h.
8180         (getlogin_r): New declaration, taken from old getlogin_r.h.
8181         (readlink): New declaration.
8182         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
8183         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
8184         (gl_PREREQ_UNISTD): Remove macro.
8185         (gl_UNISTD_MODULE_INDICATOR): New macro.
8186         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
8187         many new variables. Don't set UNISTD_H.
8188         * modules/unistd (Description): Change.
8189         (Depends-on): Add link-warning.
8190         (configure.ac): Update.
8191         (Makefile.am): Create unistd.h always. Substitute many new variables
8192         into it.
8193
8194 2007-02-18  Bruno Haible  <bruno@clisp.org>
8195
8196         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
8197         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
8198         HAVE_GETSUBOPT.
8199         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
8200         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
8201         * lib/getsubopt.h: Remove file.
8202         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8203         (Depends-on): Add stdlib.
8204         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8205         (Includes): Use <stdlib.h> instead of getsubopt.h.
8206         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8207         Set HAVE_GETSUBOPT.
8208         * lib/getsubopt.c: Don't include getsubopt.h.
8209
8210 2007-02-18  Bruno Haible  <bruno@clisp.org>
8211
8212         * modules/fchdir (Depends-on): Add dup2.
8213
8214 2007-02-18  Bruno Haible  <bruno@clisp.org>
8215
8216         * lib/stdlib_.h: Handle glibc's special invocation convention
8217         specially.
8218
8219 2007-02-18  Bruno Haible  <bruno@clisp.org>
8220
8221         * modules/stdlib-tests: New file.
8222         * tests/test-stdlib.c: New file.
8223
8224         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8225         (Depends-on): Add stdlib.
8226         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8227         (Includes): Use <stdlib.h> instead of mkstemp.h.
8228         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8229         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8230         * lib/mkstemp.c: Don't include mkstemp.h.
8231         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8232         * lib/stdlib--.h: Don't include mkstemp.h.
8233
8234         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8235         (Depends-on): Add stdlib.
8236         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8237         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8238         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8239         HAVE_MKDTEMP.
8240         * lib/mkdtemp.c: Don't include mkdtemp.h.
8241         * lib/clean-temp.c: Don't include mkdtemp.h.
8242
8243         * modules/exit (Files): Remove lib/exit.h.
8244         (Depends-on): Add stdlib.
8245         (Makefile.am): Remove lib_SOURCES.
8246         (Include): Use <stdlib.h> instead of exit.h.
8247         * lib/argmatch.c: Don't include exit.h.
8248         * lib/execute.c: Likewise.
8249         * lib/pagealign_alloc.c: Likewise.
8250         * lib/pipe.c: Likewise.
8251         * lib/wait-process.c: Likewise.
8252         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8253         * lib/exitfail.c: Likewise.
8254         * lib/savewd.c: Likewise.
8255         * lib/xsetenv.c: Likewise.
8256
8257         * modules/stdlib: New file.
8258         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8259         and extra comments about mkstemp().
8260         * lib/exit.h: Remove file.
8261         * lib/mkdtemp.h: Remove file.
8262         * lib/mkstemp.h: Remove file.
8263         * m4/stdlib_h.m4: New file.
8264         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8265
8266 2007-02-18  Bruno Haible  <bruno@clisp.org>
8267
8268         * modules/math-tests: New file.
8269         * tests/test-math.c: New file.
8270
8271         * modules/math: New file.
8272         * modules/mathl (Files): Remove lib/mathl.h.
8273         (Depends-on): Add math.
8274         (Makefile.am): Don't mention mathl.h.
8275         (Include): Use <math.h> instead of mathl.h.
8276         * lib/math_.h: New file.
8277         * lib/mathl.h: Remove file.
8278         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8279         mathl.h.
8280         * lib/asinl.c: Likewise.
8281         * lib/atanl.c: Likewise.
8282         * lib/ceill.c: Likewise.
8283         * lib/cosl.c: Likewise.
8284         * lib/expl.c: Likewise.
8285         * lib/floorl.c: Likewise.
8286         * lib/frexpl.c: Likewise.
8287         * lib/ldexpl.c: Likewise.
8288         * lib/logl.c: Likewise.
8289         * lib/sincosl.c: Likewise.
8290         * lib/sinl.c: Likewise.
8291         * lib/sqrtl.c: Likewise.
8292         * lib/tanl.c: Likewise.
8293         * lib/trigl.c: Likewise.
8294         * m4/math_h.m4: New file.
8295         * MODULES.html.sh (Mathematics): Add math.
8296
8297 2007-02-17  Bruno Haible  <bruno@clisp.org>
8298
8299         * modules/wctype-tests: New file.
8300         * tests/test-wctype.c: New file.
8301
8302         * modules/wchar-tests: New file.
8303         * tests/test-wchar.c: New file.
8304
8305         * modules/unistd-tests: New file.
8306         * tests/test-unistd.c: New file.
8307
8308         * modules/time-tests: New file.
8309         * tests/test-time.c: New file.
8310
8311         * modules/sysexits-tests: New file.
8312         * tests/test-sysexits.c: New file.
8313
8314         * modules/sys_time-tests: New file.
8315         * tests/test-sys_time.c: New file.
8316
8317         * modules/sys_stat-tests: New file.
8318         * tests/test-sys_stat.c: New file.
8319
8320         * modules/sys_socket-tests: New file.
8321         * tests/test-sys_socket.c: New file.
8322
8323         * modules/sys_select-tests: New file.
8324         * tests/test-sys_select.c: New file.
8325
8326         * modules/string-tests: New file.
8327         * tests/test-string.c: New file.
8328
8329         * modules/stdbool-tests: New file.
8330         * tests/test-stdbool.c: New file.
8331
8332         * modules/netinet_in-tests: New file.
8333         * tests/test-netinet_in.c: New file.
8334
8335         * modules/inttypes-tests: New file.
8336         * tests/test-inttypes.c: New file.
8337
8338         * modules/fcntl-tests: New file.
8339         * tests/test-fcntl.c: New file.
8340
8341         * modules/byteswap-tests: New file.
8342         * tests/test-byteswap.c: New file.
8343
8344         * modules/arpa_inet-tests: New file.
8345         * tests/test-arpa_inet.c: New file.
8346
8347 2007-02-17  Bruno Haible  <bruno@clisp.org>
8348
8349         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8350         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8351         if the corresponding module is not enabled. Emit link warnings if
8352         the function is used nevertheless.
8353         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8354         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8355         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8356         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8357         * modules/inttypes (Depends-on): Add link-warning.
8358         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8359         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8360         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8361         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8362         * modules/imaxdiv (configure.ac): Likewise.
8363         * modules/strtoimax (configure.ac): Likewise.
8364         * modules/strtoumax (configure.ac): Likewise.
8365
8366 2007-02-17  Bruno Haible  <bruno@clisp.org>
8367
8368         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8369         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8370         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8371         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8372
8373 2007-02-17  Bruno Haible  <bruno@clisp.org>
8374
8375         * modules/link-warning: New file.
8376         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8377         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8378         * modules/string (Depends-on): Add link-warning.
8379         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8380         string.h.
8381         * MODULES.html.sh (Support for building libraries and executables): Add
8382         link-warning.
8383
8384 2007-02-17  Bruno Haible  <bruno@clisp.org>
8385
8386         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8387         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8388         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8389         long lines.
8390
8391 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8392             Bruno Haible  <bruno@clisp.org>
8393
8394         * modules/tmpfile: New file.
8395         * lib/tmpfile.c: New file.
8396         * m4/tmpfile.m4: New file.
8397         * MODULES.html.sh (func_all_modules): New section "Input/output".
8398
8399 2007-02-15  Bruno Haible  <bruno@clisp.org>
8400
8401         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8402         (supports_delete_on_close): New function.
8403         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8404
8405 2007-02-14  Bruno Haible  <bruno@clisp.org>
8406
8407         * modules/mbspcasecmp-tests: New file.
8408         * tests/test-mbspcasecmp.sh: New file.
8409         * tests/test-mbspcasecmp.c: New file.
8410
8411         New module mbspcasecmp.
8412         * modules/mbspcasecmp: New file.
8413         * lib/mbspcasecmp.c: New file.
8414         * lib/string_.h (strncasecmp): Change warning message.
8415         (mbspcasecmp): New declaration.
8416         * m4/mbspcasecmp.m4: New file.
8417         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8418         GNULIB_MBSPCASECMP.
8419         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8420         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8421
8422 2007-02-14  Bruno Haible  <bruno@clisp.org>
8423
8424         * modules/mbsncasecmp-tests: New file.
8425         * tests/test-mbsncasecmp.sh: New file.
8426         * tests/test-mbsncasecmp.c: New file.
8427
8428         New module mbsncasecmp.
8429         * modules/mbsncasecmp: New file.
8430         * lib/mbsncasecmp.c: New file.
8431         * lib/string_.h (mbsncasecmp): New declaration.
8432         * m4/mbsncasecmp.m4: New file.
8433         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8434         GNULIB_MBSNCASECMP.
8435         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8436         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8437
8438 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8439
8440         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8441         Verify that it doesn't overlap with our flags.
8442         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8443         do not have the desired effect in multibyte locales; instead, use
8444         mbscasecmp.
8445         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8446         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8447         we don't require GNU fnmatch ourselves (if our users require it, they
8448         should do so explicitly).
8449
8450         Fix regex code so it doesn't rely on strcasecmp.
8451         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8452         Otherwise, include gnulib's langinfo.h.
8453         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8454         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8455         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8456         * modules/regex (FILES): Remove m4/codeset.m4.
8457         (Depends-on): Add localcharset.  Remove strcase.
8458
8459 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8460
8461         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8462         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8463
8464 2007-02-13  Bruno Haible  <bruno@clisp.org>
8465
8466         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8467         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8468
8469 2007-02-12  Bruno Haible  <bruno@clisp.org>
8470
8471         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8472         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8473         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8474         time warning rather than a link error.
8475
8476 2007-02-12  Bruno Haible  <bruno@clisp.org>
8477
8478         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8479         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8480         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8481
8482 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8483
8484         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8485         args, not 2.
8486
8487 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8488
8489         New module 'time', so that apps can include <time.h> as per
8490         POSIX and GNU instead of separate include files like time_r.h
8491         and timegm.h.  This implementation tries out a simpler approach
8492         for replacing decls in standard include files (as compared to
8493         the string module), somewhat as an experiment.
8494
8495         * config/srclist.txt: Comment out mktime.c for now.
8496         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8497         since it doesn't apply any more.  Use generic wording instead.
8498         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8499         'time'.
8500         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8501         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8502         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8503         Don't include <sys/types.h>; no longer needed since we assume C89.
8504         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8505         * lib/strftime.c: Likewise.
8506         * lib/time_r.c: Likewise.
8507         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8508         * lib/nanosleep.c: Include <time.h> first, to check interface.
8509         * lib/strptime.c: Likewise.
8510         * lib/time_r.c: Likewise.
8511         * lib/timegm.c: Likewise.
8512         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8513         needed.
8514         * lib/timegm.c: Don't include timegm.h; no longer needed.
8515         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8516         time.h now handles any problems in that area.
8517         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8518         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8519         that time.h defines struct timespec.
8520         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8521         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8522         handles that.
8523         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8524         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8525         needed.  Set REPLACE_LOCALTIME.
8526         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8527         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8528         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8529         nanosleep; time_h.m4 now does that.  Don't require
8530         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8531         module handles this now.
8532         * modules/getdate (Depends-on): Remove timespec.  Add time.
8533         * modules/nanosleep (Depends-on): Likewise.
8534         * modules/stat-time (Depends-on): Likewise.
8535         * modules/nanosleep (Include): Include time.h, not timespec.h.
8536         * modules/strptime (Files): Remove lib/strptime.h.
8537         (Depends-on): Add extensions, time.
8538         (Include): Include time.h, not strptime.h.
8539         * modules/time_r (Files): Remove lib/time_r.h.
8540         (Depends-on): Add time.
8541         (Include): Include time.h, not time_r.h.
8542         * modules/timegm: Likewise.
8543         * modules/timespec (Description): Now does timespec-related decls
8544         of our own, instead of struct timespec itself.
8545         (Depends-on): Add time; remove extensions.
8546         (Maintainer): Add self.
8547         * modules/utimecmp (Depends-on): Add time; remove timespec.
8548         * modules/utimens (Depends-on): Likewise.
8549         * modules/xnanosleep (Depends-on): Likewise.
8550
8551 2007-02-11  Bruno Haible  <bruno@clisp.org>
8552
8553         * lib/c-strstr.c: Include allocsa.h.
8554         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8555         * lib/c-strcasestr.c: Include allocsa.h.
8556         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8557         * lib/strcasestr.c: Include allocsa.h.
8558         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8559         * lib/mbsstr.c: Include allocsa.h.
8560         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8561         allocsa/freesa instead of malloc/free.
8562         * lib/mbscasestr.c: Include allocsa.h.
8563         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8564         allocsa/freesa instead of malloc/free.
8565         * modules/c-strstr (Depends-on): Add allocsa.
8566         * modules/c-strcasestr (Depends-on): Likewise.
8567         * modules/strcasestr (Depends-on): Likewise.
8568         * modules/mbsstr (Depends-on): Likewise.
8569         * modules/mbscasestr (Depends-on): Likewise.
8570
8571 2007-02-11  Bruno Haible  <bruno@clisp.org>
8572
8573         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8574
8575         * modules/mbsspn-tests: New file.
8576         * tests/test-mbsspn.sh: New file.
8577         * tests/test-mbsspn.c: New file.
8578
8579 2007-02-11  Bruno Haible  <bruno@clisp.org>
8580
8581         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8582
8583         * modules/mbspbrk-tests: New file.
8584         * tests/test-mbspbrk.sh: New file.
8585         * tests/test-mbspbrk.c: New file.
8586
8587 2007-02-11  Bruno Haible  <bruno@clisp.org>
8588
8589         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8590         unneeded cast.
8591
8592         * modules/mbscspn-tests: New file.
8593         * tests/test-mbscspn.sh: New file.
8594         * tests/test-mbscspn.c: New file.
8595
8596 2007-02-11  Bruno Haible  <bruno@clisp.org>
8597
8598         * modules/mbscasecmp-tests: New file.
8599         * tests/test-mbscasecmp.sh: New file.
8600         * tests/test-mbscasecmp.c: New file.
8601
8602 2007-02-11  Bruno Haible  <bruno@clisp.org>
8603
8604         Ensure O(n) worst-case complexity of mbscasestr.
8605         * lib/mbscasestr.c: Include stdbool.h.
8606         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8607         functions.
8608         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8609         the bookkeeping indicates that it's worth it.
8610         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8611
8612         * modules/mbscasestr-tests: New file.
8613         * tests/test-mbscasestr1.c: New file.
8614         * tests/test-mbscasestr2.sh: New file.
8615         * tests/test-mbscasestr2.c: New file.
8616         * tests/test-mbscasestr3.sh: New file.
8617         * tests/test-mbscasestr3.c: New file.
8618         * tests/test-mbscasestr4.sh: New file.
8619         * tests/test-mbscasestr4.c: New file.
8620         * m4/locale-tr.m4: New file.
8621
8622 2007-02-11  Bruno Haible  <bruno@clisp.org>
8623
8624         Ensure O(n) worst-case complexity of mbsstr.
8625         * lib/mbsstr.c: Include stdbool.h.
8626         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8627         functions.
8628         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8629         bookkeeping indicates that it's worth it.
8630         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8631
8632         * modules/mbsstr-tests: New file.
8633         * tests/test-mbsstr1.c: New file.
8634         * tests/test-mbsstr2.sh: New file.
8635         * tests/test-mbsstr2.c: New file.
8636         * tests/test-mbsstr3.sh: New file.
8637         * tests/test-mbsstr3.c: New file.
8638         * m4/locale-fr.m4: New file.
8639
8640 2007-02-11  Bruno Haible  <bruno@clisp.org>
8641
8642         * lib/mbsrchr.c (mbsrchr): Fix bug.
8643
8644         * modules/mbsrchr-tests: New file.
8645         * tests/test-mbsrchr.sh: New file.
8646         * tests/test-mbsrchr.c: New file.
8647
8648 2007-02-11  Bruno Haible  <bruno@clisp.org>
8649
8650         * lib/mbschr.c (mbschr): Fix bug.
8651
8652         * modules/mbschr-tests: New file.
8653         * tests/test-mbschr.sh: New file.
8654         * tests/test-mbschr.c: New file.
8655         * m4/locale-zh.m4: New file.
8656
8657 2007-02-11  Bruno Haible  <bruno@clisp.org>
8658
8659         Support for copying multibyte string iterators.
8660         * lib/mbiter.h: Include <string.h>.
8661         (mbiter_multi_copy): New function.
8662         (mbi_copy): New macro.
8663         * lib/mbuiter.h: Include <string.h>.
8664         (mbuiter_multi_copy): New function.
8665         (mbui_copy): New macro.
8666
8667 2007-02-11  Bruno Haible  <bruno@clisp.org>
8668
8669         New module mbslen.
8670         * modules/mbslen: New file.
8671         * lib/mbslen.c: New file.
8672         * lib/string_.h (mbslen): New declaration.
8673         * m4/mbslen.m4: New file.
8674         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8675         GNULIB_MBSLEN.
8676         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8677         * MODULES.html.sh (Internationalization functions): Add mbslen.
8678
8679 2007-02-11  Bruno Haible  <bruno@clisp.org>
8680
8681         Ensure O(n) worst-case complexity of strcasestr substitute.
8682         * lib/strcasestr.c: Include stdbool.h.
8683         (knuth_morris_pratt): New function.
8684         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8685         bookkeeping indicates that it's worth it.
8686         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8687
8688         * modules/strcasestr-tests: New file.
8689         * tests/test-strcasestr.c: New file.
8690
8691 2007-02-11  Bruno Haible  <bruno@clisp.org>
8692
8693         Ensure O(n) worst-case complexity of c_strcasestr.
8694         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8695         (knuth_morris_pratt): New function.
8696         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8697         the bookkeeping indicates that it's worth it.
8698         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8699
8700         * modules/c-strcasestr-tests: New file.
8701         * tests/test-c-strcasestr.c: New file.
8702
8703 2007-02-11  Bruno Haible  <bruno@clisp.org>
8704
8705         Ensure O(n) worst-case complexity of c_strstr.
8706         * lib/c-strstr.c: Include stdbool.h, string.h.
8707         (knuth_morris_pratt): New function.
8708         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8709         bookkeeping indicates that it's worth it.
8710         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8711
8712         * lib/c-strstr.c: Complete rewrite for maintainability.
8713
8714         * modules/c-strstr-tests: New file.
8715         * tests/test-c-strstr.c: New file.
8716
8717 2007-02-11  Bruno Haible  <bruno@clisp.org>
8718
8719         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8720         5.2.1 and earlier, whereby \055 was treated just like the range
8721         delimiter '-'.
8722         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8723
8724 2007-02-08  Bruno Haible  <bruno@clisp.org>
8725
8726         * modules/regex (Depends-on): Add stdbool.
8727         Reported by Dalibor Topic <robilad@kaffe.org>.
8728
8729 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8730
8731         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8732         Prefer returning from main to exiting from it.
8733         Remove unnecessary parens after sizeof.
8734
8735 2007-02-05  Bruno Haible  <bruno@clisp.org>
8736
8737         New module mbssep.
8738         * modules/mbssep: New file.
8739         * lib/mbssep.c: New file.
8740         * lib/string_.h (strsep): Add a conditional link warning.
8741         (mbssep): New declaration.
8742         * m4/mbssep.m4: New file.
8743         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8744         GNULIB_MBSSEP.
8745         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8746         * MODULES.html.sh (Internationalization functions): Add mbssep.
8747
8748 2007-02-05  Bruno Haible  <bruno@clisp.org>
8749
8750         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8751         Optimize search in case of 1 delimiter.
8752
8753 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8754
8755         * lib/acl.h: Include sys/types.h before sys/acl.h.
8756
8757 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8758
8759         Merge upstream fix for glibc bugzilla #3957:
8760
8761         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8762
8763         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8764         bit for RE_HAT_LISTS_NOT_NEWLINE.
8765         (build_charclass_op): Remove bogus comment.
8766
8767 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8768
8769         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8770
8771 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8772
8773         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8774         * lib/memmem.c [!defined _LIBC]: Include config.h.
8775
8776 2007-02-04  Bruno Haible  <bruno@clisp.org>
8777
8778         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8779         warning message.
8780
8781 2007-02-04  Bruno Haible  <bruno@clisp.org>
8782
8783         New module mbstok_r.
8784         * modules/mbstok_r: New file.
8785         * lib/mbstok_r.c: New file.
8786         * lib/string_.h (strtok_r): Change argument names to match the
8787         comments. Add a conditional link warning.
8788         (mbstok_r): New declaration.
8789         * m4/mbstok_r.m4: New file.
8790         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8791         GNULIB_MBSTOK_R.
8792         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8793         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8794
8795 2007-02-04  Bruno Haible  <bruno@clisp.org>
8796
8797         New module mbsspn.
8798         * modules/mbsspn: New file.
8799         * lib/mbsspn.c: New file.
8800         * lib/string_.h (strspn): Add a conditional link warning.
8801         (mbsspn): New declaration.
8802         * m4/mbsspn.m4: New file.
8803         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8804         GNULIB_MBSSPN.
8805         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8806         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8807
8808 2007-02-04  Bruno Haible  <bruno@clisp.org>
8809
8810         New module mbspbrk.
8811         * modules/mbspbrk: New file.
8812         * lib/mbspbrk.c: New file.
8813         * lib/string_.h (strpbrk): Add a conditional link warning.
8814         (mbspbrk): New declaration.
8815         * m4/mbspbrk.m4: New file.
8816         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8817         GNULIB_MBSPBRK.
8818         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8819         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8820
8821 2007-02-04  Bruno Haible  <bruno@clisp.org>
8822
8823         New module mbscspn.
8824         * modules/mbscspn: New file.
8825         * lib/mbscspn.c: New file.
8826         * lib/string_.h (strcspn): Add a conditional link warning.
8827         (mbscspn): New declaration.
8828         * m4/mbscspn.m4: New file.
8829         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8830         GNULIB_MBSCSPN.
8831         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8832         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8833
8834 2007-02-04  Bruno Haible  <bruno@clisp.org>
8835
8836         New module mbscasestr, reduced goal of strcasestr.
8837         * modules/mbscasestr: New file.
8838         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8839         (mbscasestr): Renamed from strcasestr.
8840         * lib/strcasestr.c: Don't include mbuiter.h.
8841         (strcasestr): Remove support for multibyte locales.
8842         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8843         Change the conditional link warning.
8844         (mbscasestr): New declaration.
8845         * m4/mbscasestr.m4: New file.
8846         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8847         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8848         REPLACE_STRCASESTR.
8849         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8850         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8851         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8852         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8853         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8854         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8855         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8856         (Depends-on): Remove mbuiter.
8857         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8858
8859 2007-02-04  Bruno Haible  <bruno@clisp.org>
8860
8861         Simplify handling of strncasecmp.
8862         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8863         the conditional link warning.
8864         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8865         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8866         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8867         * modules/strcase (configure.ac): Don't invoke
8868         gl_STRING_MODULE_INDICATOR.
8869         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8870
8871 2007-02-04  Bruno Haible  <bruno@clisp.org>
8872
8873         New module mbscasecmp, reduced goal of strcasecmp.
8874         * modules/mbscasecmp: New file.
8875         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8876         (mbscasecmp): Renamed from strcasecmp.
8877         * lib/strcasecmp.c: Don't include mbuiter.h.
8878         (strcasecmp): Remove support for multibyte locales.
8879         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8880         Change the conditional link warning.
8881         (mbscasecmp): New declaration.
8882         * m4/mbscasecmp.m4: New file.
8883         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8884         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8885         REPLACE_STRCASECMP.
8886         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8887         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8888         GNULIB_MBSCASECMP.
8889         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8890         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8891         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8892         (Depends-on): Remove mbuiter.
8893         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8894
8895 2007-02-04  Bruno Haible  <bruno@clisp.org>
8896
8897         New module mbsstr. Remove module strstr.
8898         * modules/mbsstr: New file.
8899         * modules/strstr: Remove file.
8900         * lib/mbsstr.c: Renamed from lib/strstr.c.
8901         (mbsstr): Renamed from strstr.
8902         * lib/string_.h (strstr): Remove declaration. Change the conditional
8903         link warning.
8904         (mbsstr): New declaration.
8905         * m4/mbsstr.m4: New file.
8906         * m4/strstr.m4: Remove file.
8907         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8908         REPLACE_STRSTR.
8909         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8910         Don't initialize GNULIB_STRSTR.
8911         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8912         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8913         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8914         (Support for systems lacking ANSI C 89): Remove strstr.
8915
8916 2007-02-04  Bruno Haible  <bruno@clisp.org>
8917
8918         New module mbsrchr.
8919         * modules/mbsrchr: New file.
8920         * lib/mbsrchr.c: New file.
8921         * lib/string_.h (strrchr): Add a conditional link warning.
8922         (mbsrchr): New declaration.
8923         * m4/mbsrchr.m4: New file.
8924         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8925         GNULIB_MBSRCHR.
8926         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8927         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8928
8929 2007-02-04  Bruno Haible  <bruno@clisp.org>
8930
8931         New module mbschr.
8932         * modules/mbschr: New file.
8933         * lib/mbschr.c: New file.
8934         * lib/string_.h (strchr): Add a conditional link warning.
8935         (mbschr): New declaration.
8936         * m4/mbschr.m4: New file.
8937         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8938         GNULIB_MBSCHR.
8939         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8940         * MODULES.html.sh (Internationalization functions): Add mbschr.
8941
8942 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8943
8944         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8945
8946         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8947
8948 2007-02-04  Bruno Haible  <bruno@clisp.org>
8949
8950         New module description section 'configure.ac-early'.
8951         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8952         (func_get_autoconf_early_snippet): New function.
8953         (func_import, func_create_testdir): Use it. Remove special cases for
8954         modules 'extensions' and 'lock'.
8955         * modules/extensions (configure.ac-early): Require
8956         gl_USE_SYSTEM_EXTENSIONS.
8957         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8958
8959 2007-02-04  Bruno Haible  <bruno@clisp.org>
8960
8961         Make use of gcj-4.3's -fsource and -ftarget option.
8962         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8963         and if so try the options -fsource and -ftarget.
8964         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8965         source_version, ftarget_option, target_version arguments.
8966         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8967         (is_envjavac_oldgcj_14_14_usable): Renamed from
8968         is_envjavac_gcj_14_14_usable.
8969         (is_envjavac_oldgcj_14_13_usable): Renamed from
8970         is_envjavac_gcj_14_13_usable.
8971         (is_gcj_present): Update.
8972         (is_gcj_43, is_gcj43_usable): New functions.
8973         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8974         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8975         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8976         try the options -fsource and -ftarget.
8977
8978 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8979
8980         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8981         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8982         larger value.
8983
8984 2007-02-03  Jim Meyering  <jim@meyering.net>
8985
8986         Give tools a better chance to allocate space for very large buffers.
8987         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8988
8989         Make pwd and readlink work also when run with an unreadable parent dir
8990         on systems with openat support.
8991         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8992         provided getcwd function, even when we have openat support.
8993         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8994
8995 2007-02-02  Bruno Haible  <bruno@clisp.org>
8996
8997         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8998         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8999         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
9000         portability problems if one of these functions is only used on specific
9001         platforms.
9002         Reported by Paul Eggert.
9003
9004 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
9005
9006         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
9007         is causing more trouble than it's curing.
9008         * lib/regex_internal.h (__mempcpy): Remove.
9009         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
9010         (and make the code a tad smaller to boot).
9011         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
9012
9013 2007-02-02  Jim Meyering  <jim@meyering.net>
9014
9015         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
9016         section, not in the Makefile.am: one.
9017
9018 2007-02-02  Eric Blake  <ebb9@byu.net>
9019
9020         * lib/strchrnul.c: Always include config.h first.
9021
9022         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
9023         gnulib strstr is not necessary here.
9024
9025 2007-02-02  Simon Josefsson  <simon@josefsson.org>
9026
9027         * m4/socklen.m4: Fix typo.
9028
9029 2007-02-02  Eric Blake  <ebb9@byu.net>
9030
9031         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
9032         * modules/netinet_in (Makefile.am): Likewise.
9033
9034 2007-02-01  Bruno Haible  <bruno@clisp.org>
9035
9036         * lib/string_.h (GL_LINK_WARNING): New macro.
9037         (strcasecmp, strstr, strcasestr): If provided by the system,
9038         conditionally define as a macro that leads to a warning instead of to
9039         an error.
9040         (strncasecmp): Conditionally define as a macro that leads to a warning.
9041
9042 2007-02-01  Karl Berry  <karl@gnu.org>
9043
9044         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
9045
9046 2007-02-01  Bruno Haible  <bruno@clisp.org>
9047
9048         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
9049         renamings.
9050
9051 2007-02-01  Eric Blake  <ebb9@byu.net>
9052
9053         * modules/regex (Depends-on): Revert dependence on mempcpy.
9054         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
9055         module's definition of mempcpy.
9056         Reported by Paul Eggert.
9057
9058 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
9059
9060         * lib/string_.h: If the gnulib module XYZ is not present, undefine
9061         the symbol XYZ before redefining it.  This fixes a problem with
9062         programs that don't use XYZ, when compiled on systems that define
9063         XYZ to something else.
9064
9065 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
9066
9067         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
9068         occurs when "mkdir -m foo" creates a setgid directory that is (1)
9069         writeable to group or other and (2) is intended to have a special
9070         mode bit that is set or cleared.  In such a case, the directory
9071         should be neither group- nor other-writeable until the special
9072         mode bits are right.
9073
9074 2007-01-31  Eric Blake  <ebb9@byu.net>
9075
9076         * modules/mountlist (Depends-on): Add strstr.
9077
9078         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
9079         bug.
9080         * modules/string (Makefile.am): Remove redundant replacement.
9081         * modules/regex (Depends-on): Add mempcpy.
9082
9083 2007-01-31  Bruno Haible  <bruno@clisp.org>
9084
9085         New module description field 'Link'.
9086         * gnulib-tool (func_usage): Document --extract-link-directive.
9087         (sed_extract_prog): Recognize 'Link' directive.
9088         (func_get_link_directive): New function.
9089         (func_import): Show summary of link directives.
9090         Handle --extract-link-directive option.
9091         * modules/acl (Link): New section.
9092         * modules/clock-time (Link): New section.
9093         * modules/euidaccess (Link): New section.
9094         * modules/gettext (Link): New section.
9095         * modules/iconv (Link): New section.
9096         * modules/lock (Link): New section.
9097         * modules/nanosleep (Link): New section.
9098         * modules/readline (Link): New section.
9099
9100 2007-01-27  Bruno Haible  <bruno@clisp.org>
9101
9102         Enforce the use of gnulib modules for unportable <string.h> functions.
9103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
9104         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
9105         (gl_HEADER_STRING_H_BODY): Require it.
9106         * lib/string_.h: If the gnulib module XYZ is not present, redefine
9107         the symbol XYZ to one that gives a link error.
9108         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
9109         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
9110         * modules/mempcpy (configure.ac): Likewise.
9111         * modules/memrchr (configure.ac): Likewise.
9112         * modules/stpcpy (configure.ac): Likewise.
9113         * modules/stpncpy (configure.ac): Likewise.
9114         * modules/strcase (configure.ac): Likewise.
9115         * modules/strcasestr (configure.ac): Likewise.
9116         * modules/strchrnul (configure.ac): Likewise.
9117         * modules/strdup (configure.ac): Likewise.
9118         * modules/strndup (configure.ac): Likewise.
9119         * modules/strnlen (configure.ac): Likewise.
9120         * modules/strpbrk (configure.ac): Likewise.
9121         * modules/strsep (configure.ac): Likewise.
9122         * modules/strstr (configure.ac): Likewise.
9123         * modules/strtok_r (configure.ac): Likewise.
9124
9125 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
9126
9127         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
9128
9129 2007-01-30  Jim Meyering  <jim@meyering.net>
9130
9131         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
9132
9133 2007-01-29  Bruno Haible  <bruno@clisp.org>
9134
9135         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
9136         * lib/execute.c: Likewise.
9137         * lib/pipe.c: Likewise.
9138         * lib/printf-args.h: Likewise.
9139         * lib/printf-args.c: Likewise.
9140         * lib/printf-parse.c: Likewise.
9141         * lib/vasnprintf.c: Likewise.
9142
9143 2007-01-29  Eric Blake  <ebb9@byu.net>
9144
9145         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
9146         declaration.
9147
9148 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         * lib/strptime.h (strptime): Use 'restrict' for args where
9151         POSIX requires this.
9152         * lib/strptime.c (strptime): Likewise.
9153         Change license notice from LGPL to GPL, since gnulib-tool will
9154         change this as needed.
9155         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
9156         defined.
9157         Include "strptime.h" first, to check interface.
9158         Do not #undef _LIBC and _NL_CURRENT.
9159         Do not include <stdlib.h>; no longer needed.
9160         Include "time_r.h" and declare ptime_locale_status
9161         only if _LIBC is not defined.
9162         (__P): Remove unused macro.
9163         (match_string): Bring back glibc version, but use it only if _LIBC
9164         is defined.
9165         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
9166         Remove unnecessary assertion and abort() call.
9167         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
9168         * m4/strptime.m4: Fix serial number comment.
9169         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
9170         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
9171         (Depends-on): Add time_r.
9172
9173 2007-01-29  Bruno Haible  <bruno@clisp.org>
9174
9175         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9176         strptime.
9177         * modules/strptime (Depends-on): Add stdbool.
9178         * lib/strptime.h: Include <time.h> always. Add comments.
9179
9180 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9181
9182         * modules/strptime: New file.
9183         * lib/strptime.h: New file.
9184         * lib/strptime.c: New file.
9185         * m4/strptime.m4: New file.
9186
9187 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9188
9189         * MODULES.html.sh: New module mpsort.
9190         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
9191
9192         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
9193         a circularity problem with HP-UX ia64 reported by Bob Proulx in
9194         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
9195         All uses changed.
9196         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
9197         All uses changed.
9198         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
9199         to _Restrict_.
9200         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
9201         the parameter matches the prototype.
9202
9203 2007-01-28  Jim Meyering  <jim@meyering.net>
9204
9205         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9206         sys/time.h here, reverting that part of the previous patch:
9207         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9208
9209 2007-01-28  Bruno Haible  <bruno@clisp.org>
9210
9211         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9212         value of $(SYS_TIME_H).
9213         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9214         remove it conditionally, too. [added by Jim Meyering]
9215         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9216         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9217         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9218         GETTIMEOFDAY_REPLACEMENT to 1.
9219
9220 2007-01-28  Bruno Haible  <bruno@clisp.org>
9221
9222         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9223         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9224         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9225         Set UNISTD_H instead of UNISTD_H2.
9226         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9227
9228 2007-01-28  Bruno Haible  <bruno@clisp.org>
9229
9230         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9231         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9232
9233 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9234
9235         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9236         (func_create_testdir): Ensure C locale for `grep' and `tr'
9237         character ranges.
9238         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9239         ACLOCAL_AMFLAGS parsing state machine.
9240
9241 2007-01-27  Bruno Haible  <bruno@clisp.org>
9242
9243         * modules/unistr/base: Update.
9244
9245 2007-01-27  Bruno Haible  <bruno@clisp.org>
9246
9247         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9248         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9249         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9250         modules/unistr/u32-mbtouc.
9251         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9252         * lib/unistr.h: Update.
9253         * lib/linebreak.c: Update.
9254         * modules/unistr/u32-mbtouc: Renamed from
9255         modules/unistr/u32-mbtouc-safe.
9256         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9257         * lib/unistr.h: Update.
9258         * lib/unistr/u32-to-u8.c: Update.
9259         * lib/unistr/u32-to-u16.c: Update.
9260
9261 2007-01-27  Bruno Haible  <bruno@clisp.org>
9262
9263         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9264         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9265         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9266         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9267         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9268         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9269         modules/unistr/u16-mbtouc.
9270         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9271         * lib/unistr.h: Update.
9272         * lib/linebreak.c: Update.
9273         * modules/linebreak: Update.
9274         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9275         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9276         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9277         * modules/unistr/u16-mbtouc: Renamed from
9278         modules/unistr/u16-mbtouc-safe.
9279         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9280         * lib/unistr.h: Update.
9281         * lib/unistr/u16-to-u8.c: Update.
9282         * modules/unistr/u16-to-u8: Update.
9283         * lib/unistr/u16-to-u32.c: Update.
9284         * modules/unistr/u16-to-u32: Update.
9285
9286 2007-01-27  Bruno Haible  <bruno@clisp.org>
9287
9288         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9289         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9290         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9291         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9292         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9293         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9294         modules/unistr/u8-mbtouc.
9295         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9296         * lib/unistr.h: Update.
9297         * lib/striconveh.c: Update.
9298         * modules/striconveh: Update.
9299         * lib/linebreak.c: Update.
9300         * modules/linebreak: Update.
9301         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9302         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9303         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9304         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9305         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9306         * lib/unistr.h: Update.
9307         * lib/striconveh.c: Update.
9308         * modules/striconveh: Update.
9309         * lib/unistr/u8-to-u16.c: Update.
9310         * modules/unistr/u8-to-u16: Update.
9311         * lib/unistr/u8-to-u32.c: Update.
9312         * modules/unistr/u8-to-u32: Update.
9313
9314 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9315
9316         Sync from Libtool.
9317         * lib/argz.c: Do not include strings.h nor memory.h, include
9318         string.h unconditionally.  Patch by Simon Josefsson.
9319
9320 2007-01-27  Bruno Haible  <bruno@clisp.org>
9321
9322         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9323         from gl_HEADER_STRING_H_BODY.
9324         (gl_HEADER_STRING_H_BODY): Require it.
9325         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9326         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9327         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9328         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9329         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9330         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9331         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9332         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9333         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9334         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9335         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9336         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9337         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9338         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9339         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9340
9341 2007-01-27  Bruno Haible  <bruno@clisp.org>
9342
9343         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9344         check_PROGRAMS into noinst_PROGRAMS.
9345         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9346         check_PROGRAMS in this case.
9347         (func_import): Set for_test to false.
9348         (func_create_testdir): Set for_test to true.
9349
9350 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9351             Bruno Haible  <bruno@clisp.org>
9352
9353         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9354         (Depends-on): Add string.
9355         (Includes): Use <string.h> instead of strcasestr.h.
9356         * modules/string (Makefile.am): Also substitute the value of
9357         REPLACE_STRCASESTR.
9358         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9359         assume strcasestr is declared in <string.h> not <strings.h>. Also
9360         set REPLACE_STRCASESTR.
9361         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9362         REPLACE_STRCASESTR.
9363         * lib/strcasestr.h: Remove file.
9364         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9365         * lib/string_.h (strcasestr): New declaration.
9366
9367 2007-01-27  Bruno Haible  <bruno@clisp.org>
9368
9369         * lib/string_.h: Use 'extern'.
9370
9371 2007-01-27  Jim Meyering  <jim@meyering.net>
9372
9373         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9374         of set-but-not-used local, "q".
9375
9376         * lib/mempcpy.c: Include <config.h> before <string.h>.
9377         This fixes a compilation error on HP-UX, due to the system's
9378         "restrict"-using mempcpy prototype.
9379
9380 2007-01-26  Bruno Haible  <bruno@clisp.org>
9381
9382         Small optimization.
9383         * lib/javacomp.c: Include c-strstr.h.
9384          (is_envjavac_gcj): Use c_strstr instead of strstr.
9385         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9386
9387 2007-01-26  Bruno Haible  <bruno@clisp.org>
9388
9389         * MODULES.html.sh (Unicode string functions): Add the new modules.
9390
9391         * modules/uniconv/u32-strconv-to-locale: New file.
9392         * lib/uniconv/u32-strconv-to-locale.c: New file.
9393
9394         * modules/uniconv/u16-strconv-to-locale: New file.
9395         * lib/uniconv/u16-strconv-to-locale.c: New file.
9396
9397         * modules/uniconv/u8-strconv-to-locale: New file.
9398         * lib/uniconv/u8-strconv-to-locale.c: New file.
9399
9400         * modules/uniconv/u32-strconv-from-locale: New file.
9401         * lib/uniconv/u32-strconv-from-locale.c: New file.
9402
9403         * modules/uniconv/u16-strconv-from-locale: New file.
9404         * lib/uniconv/u16-strconv-from-locale.c: New file.
9405
9406         * modules/uniconv/u8-strconv-from-locale: New file.
9407         * lib/uniconv/u8-strconv-from-locale.c: New file.
9408
9409         * modules/uniconv/u32-strconv-to-enc: New file.
9410         * lib/uniconv/u32-strconv-to-enc.c: New file.
9411         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9412         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9413
9414         * modules/uniconv/u16-strconv-to-enc: New file.
9415         * lib/uniconv/u16-strconv-to-enc.c: New file.
9416         * lib/uniconv/u-strconv-to-enc.h: New file.
9417         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9418         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9419
9420         * modules/uniconv/u8-strconv-to-enc: New file.
9421         * lib/uniconv/u8-strconv-to-enc.c: New file.
9422         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9423         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9424
9425         * modules/uniconv/u32-strconv-from-enc: New file.
9426         * lib/uniconv/u32-strconv-from-enc.c: New file.
9427         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9428         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9429
9430         * modules/uniconv/u16-strconv-from-enc: New file.
9431         * lib/uniconv/u16-strconv-from-enc.c: New file.
9432         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9433         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9434
9435         * modules/uniconv/u8-strconv-from-enc: New file.
9436         * lib/uniconv/u8-strconv-from-enc.c: New file.
9437         * lib/uniconv/u-strconv-from-enc.h: New file.
9438         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9439         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9440
9441         * modules/uniconv/u32-conv-from-enc: New file.
9442         * lib/uniconv/u32-conv-from-enc.c: New file.
9443         * modules/uniconv/u32-conv-from-enc-tests: New file.
9444         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9445
9446         * modules/uniconv/u16-conv-from-enc: New file.
9447         * lib/uniconv/u16-conv-from-enc.c: New file.
9448         * lib/uniconv/u-conv-from-enc.h: New file.
9449         * modules/uniconv/u16-conv-from-enc-tests: New file.
9450         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9451
9452         * modules/uniconv/u8-conv-from-enc: New file.
9453         * lib/uniconv/u8-conv-from-enc.c: New file.
9454         * modules/uniconv/u8-conv-from-enc-tests: New file.
9455         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9456
9457         * modules/uniconv/base: New file.
9458         * lib/uniconv.h: New file.
9459
9460 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9461
9462         * doc/gnulib-tool.texi (Initial import): Update to match current
9463         behavior with strdup module.
9464         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9465         * lib/memmem.h: Remove; all uses removed.  This is now done
9466         by <string.h>.
9467         * lib/mempcpy.h: Likewise.
9468         * lib/memrchr.h: Likewise.
9469         * lib/stpcpy.h: Likewise.
9470         * lib/stpncpy.h: Likewise.
9471         * lib/strcase.h: Likewise.
9472         * lib/strchrnul.h: Likewise.
9473         * lib/strdup.h: Likewise.
9474         * lib/strndup.h: Likewise.
9475         * lib/strnlen.h: Likewise.
9476         * lib/strpbrk.h: Likewise.
9477         * lib/strsep.h: Likewise.
9478         * lib/strstr.h: Likewise.
9479         * lib/strtok_r.h: Likewise.
9480         * lib/string_.h: New file.
9481         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9482         Rely on <string.h> instead.
9483         * lib/canon-host.c: Likewise.
9484         * lib/chdir-long.c: Likewise.
9485         * lib/concatpath.c: Likewise.
9486         * lib/exclude.c: Likewise.
9487         * lib/fchdir.c: Likewise.
9488         * lib/getaddrinfo.c: Likewise.
9489         * lib/getcwd.c: Likewise.
9490         * lib/getsubopt.c: Likewise.
9491         * lib/glob.c: Likewise.
9492         * lib/hard-locale.c: Likewise.
9493         * lib/iconvme.c: Likewise.
9494         * lib/javacomp.c: Likewise.
9495         * lib/mempcpy.c: Likewise.
9496         * lib/memrchr.c: Likewise.
9497         * lib/regex_internal.h: Likewise.
9498         * lib/stpncpy.c: Likewise.
9499         * lib/strcasecmp.c: Likewise.
9500         * lib/strchrnul.c: Likewise.
9501         * lib/strdup.c: Likewise.
9502         * lib/striconv.c: Likewise.
9503         * lib/striconveh.c: Likewise.
9504         * lib/striconveha.c: Likewise.
9505         * lib/strncasecmp.c: Likewise.
9506         * lib/strndup.c: Likewise.
9507         * lib/strnlen.c: Likewise.
9508         * lib/strsep.c: Likewise.
9509         * lib/strstr.c: Likewise.
9510         * lib/strtok_r.c: Likewise.
9511         * lib/userspec.c: Likewise.
9512         * lib/w32spawn.h: Likewise.
9513         * lib/xstrndup.c: Likewise.
9514         * lib/mountlist.c (strstr): Remove decl.
9515         * m4/string_h.m4: New file.
9516         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9517         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9518         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9519         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9520         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9521         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9522         Set REPLACE_STRCASECMP if necessary.
9523         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9524         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9525         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9526         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9527         HAVE_DECL_STRDUP if necessary.
9528         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9529         since gl_FUNC_STRNDUP does that now.
9530         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9531         Check for decl here...
9532         (gl_PREREQ_STRNLEN): ... not here.
9533         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9534         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9535         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9536         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9537         necessary.
9538         * modules/string: New file.
9539         * modules/memmem (Files): Remove special-purpose include file.
9540         (Depends-on): Add string.
9541         (Include): Include <string.h>, not the removed file.
9542         * modules/mempcpy: Likewise.
9543         * modules/memrchr: Likewise.
9544         * modules/stpcpy: Likewise.
9545         * modules/stpncpy: Likewise.
9546         * modules/strcase: Likewise.
9547         * modules/strchrnul: Likewise.
9548         * modules/strdup: Likewise.
9549         * modules/strndup: Likewise.
9550         * modules/strnlen: Likewise.
9551         * modules/strpbrk: Likewise.
9552         * modules/strsep: Likewise.
9553         * modules/strstr: Likewise.
9554         * modules/strtok_r: Likewise.
9555         * tests/test-dirname.c: Don't include "strdup.h", since
9556         <string.h> now suffices.
9557         * tests/test-memmem.c: Don't include "memmem.h", since
9558         <string.h> now suffices.
9559
9560 2007-01-25  Bruno Haible  <bruno@clisp.org>
9561
9562         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9563         *resultp is 0.
9564
9565         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9566         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9567         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9568         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9569
9570         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9571         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9572         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9573         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9574         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9575         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9576
9577 2007-01-24  Bruno Haible  <bruno@clisp.org>
9578
9579         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9580         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9581         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9582         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9583         gl_FUNC_FTS_CORE.
9584         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9585         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9586         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9587         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9588         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9589         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9590         gl_FUNC_FCHOWNAT.
9591         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9592         gl_FUNC_STRFTIME.
9593         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9594         Reported by Ralf Wildenhues.
9595
9596 2007-01-24  Bruno Haible  <bruno@clisp.org>
9597
9598         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9599         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9600         gl_GETADDRINFO.
9601         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9602         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9603         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9604
9605 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9606
9607         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9608         Don't use 'exit'; just return from 'main'.
9609         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9610
9611         * lib/fnmatch_.h: Readjust white space and comments to match
9612         glibc, to avoid spurious diffs.
9613
9614 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9615
9616         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9617         2004-12-01 change by Jakub Jelinek, since this code won't compile
9618         if !LIBC.  Problem reported by Bob Proulx.
9619
9620 2007-01-23  Bruno Haible  <bruno@clisp.org>
9621
9622         * lib/striconveh.c: Include c-strcaseeq.h.
9623         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9624         * modules/striconveh (Depends-on): Add c-strcaseeq.
9625
9626 2007-01-23  Bruno Haible  <bruno@clisp.org>
9627
9628         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9629
9630         * modules/c-strcaseeq: New file.
9631         * lib/c-strcaseeq.h: New file.
9632
9633         * modules/streq: New file.
9634         * lib/streq.h: New file.
9635
9636 2007-01-23  Bruno Haible  <bruno@clisp.org>
9637
9638         * modules/striconveha-tests: New file.
9639         * tests/test-striconveha.c: New file.
9640
9641         * lib/striconveha.h: Include <stdbool.h>.
9642         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9643         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9644         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9645         (mem_iconveha): New function.
9646         (str_iconveha_notranslit): Renamed from str_iconveha.
9647         (str_iconveha): New function.
9648         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9649         c-strcase.
9650
9651 2007-01-23  Bruno Haible  <bruno@clisp.org>
9652
9653         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9654         encodings without forgiving before trying any encoding with handler.
9655         (str_iconveha): Try all encodings without forgiving before trying any
9656         encoding with handler.
9657
9658 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9659
9660         Import the following changes from libc.
9661
9662         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9663
9664         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9665
9666         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9667
9668         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9669         normal_bracket label.
9670
9671         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9672
9673         [BZ #361]
9674         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9675         to normal_bracket after fetching the next character.
9676
9677 2007-01-22  Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9680         argument.
9681         * lib/striconveh.c (iconv_carefully_1): New function.
9682         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9683         argument.
9684         (str_cd_iconveh): Update.
9685         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9686         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9687         * tests/test-striconveh.c (MAGIC): New macro.
9688         (new_offsets): New function.
9689         (main): Test call with and without offsets.
9690
9691 2007-01-22  Bruno Haible  <bruno@clisp.org>
9692
9693         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9694         * modules/sys_select (Makefile.am): Likewise.
9695         * modules/sys_socket (Makefile.am): Likewise.
9696         * modules/sys_time (Makefile.am): Likewise.
9697
9698 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9699
9700         * modules/gettimeofday (License): Change from GPL to LGPL, since
9701         gettimeofday is a library function.
9702
9703 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9704
9705         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9706
9707 2007-01-21  Bruno Haible  <bruno@clisp.org>
9708
9709         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9710
9711 2007-01-21  Bruno Haible  <bruno@clisp.org>
9712
9713         * modules/striconveha: New file.
9714         * lib/striconveha.h: New file.
9715         * lib/striconveha.c: New file.
9716         * MODULES.html.sh (Internationalization functions): Add striconveha.
9717         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9718         string.
9719         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9720
9721 2007-01-21  Bruno Haible  <bruno@clisp.org>
9722
9723         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9724         * lib/striconveh.c (str_iconveh): Likewise.
9725
9726 2007-01-21  Bruno Haible  <bruno@clisp.org>
9727
9728         * lib/striconveh.h (mem_iconveh): New declaration.
9729         * lib/striconveh.c (mem_iconveh): New function.
9730         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9731
9732 2007-01-21  Bruno Haible  <bruno@clisp.org>
9733
9734         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9735
9736         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9737         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9738         original result buffer.
9739         (str_cd_iconveh): Update.
9740         * tests/test-striconveh.c (main): Update.
9741
9742         * lib/striconv.h (mem_cd_iconv): Change specification.
9743         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9744         result buffer.
9745         (str_cd_iconv): Update.
9746         * tests/test-striconv.c (main): Update.
9747
9748 2007-01-21  Bruno Haible  <bruno@clisp.org>
9749
9750         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9751
9752 2007-01-20  Jim Meyering  <jim@meyering.net>
9753
9754         * lib/userspec.c (parse_with_separator): If a user or group string
9755         starts with "+", skip the corresponding name-to-ID look-up, since
9756         such a look-up must fail: user and group names may not include "+".
9757
9758 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9759
9760         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9761         since we now assume the sys_time module.
9762         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9763         check for sys/time.h; no longer needed.
9764         * modules/poll (Depends-on): Depend on sys_time.
9765
9766 2007-01-18  Bruno Haible  <bruno@clisp.org>
9767
9768         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9769         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9770
9771         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9772         gettimeofday.
9773
9774         * tests/test-gettimeofday.c: Include <time.h>.
9775         (dummy): Remove variable.
9776
9777         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9778         gl_HEADER_SYS_TIME_H.
9779         (gl_HEADER_SYS_TIME_H): New macro.
9780
9781         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9782         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9783         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9784         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9785         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9786         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9787         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9788         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9789         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9790         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9791         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9792
9793         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9794         last change; it caused a compilation error when cross-compiling to
9795         Cygwin.
9796
9797 2007-01-18  Jim Meyering  <jim@meyering.net>
9798
9799         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9800         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9801         than the race-prone "test -d sys || mkdir sys".
9802         (configure.ac): Use AC_PROG_MKDIR_P.
9803         * modules/sys_select: Likewise.
9804         * modules/sys_socket: Likewise.
9805         * modules/sys_time: Likewise.
9806
9807 2007-01-18  Eric Blake  <ebb9@byu.net>
9808
9809         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9810         replace gettimeofday.
9811         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9812         name, to avoid infinite recursion.
9813
9814 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9815
9816         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9817         module sys_time.
9818         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9819         assume timespec.h defines struct timeval.
9820         * lib/settime.c: Likewise.
9821         * lib/utimens.c: Likewise.
9822         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9823         since we now assume the gettimeofday module.
9824         * lib/tempname.c (__gen_tempname): Likewise.
9825         * lib/gettimeofday.h: Remove.
9826         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9827         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9828         Include <time.h>, for 'time()'.
9829         (localtime_buffer_addr): Also use this workaround if
9830         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9831         to simplify the uses.  All uses changed.
9832         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9833         that #undef is inside {}, and 'const' follows type name consistently.
9834         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9835         (gettimeofday): Do not use the maximum possible value for
9836         tv->tv_usec, since that might break usages other than ls.c.
9837         Instead, we'll leave ls.c alone.  This undoes today's patch
9838         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9839         we've never observed the problem but might as well keep the
9840         canary.
9841         * lib/nanosleep.c: Include timespec.h first, for interface check.
9842         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9843         now assume the sys_time module.
9844         * lib/tempname.c: Likewise.
9845         * lib/timespec.h: Likewise.
9846         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9847         needed.
9848         * lib/strftime.c: Likewise.
9849         * lib/timespec.h: Likewise.
9850         * lib/posixtm.c: Include posixtm.h first, for interface check.
9851         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9852         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9853         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9854         * lib/sys_time_.h: New file.
9855         * lib/timespec.h (struct timespec): Use long int, not long.
9856         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9857         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9858         Remove obsolescent call to AC_HEADER_TIME.
9859         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9860         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9861         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9862         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9863         Likewise.
9864         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9865         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9866         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9867         into the sys_time module.  Check for gettimeofday just once.
9868         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9869         for gettimeofday signature to just check the signature.  Merely
9870         compile it, since linking doesn't test signature.  Improve test for
9871         whether gettimeofday.o is actually needed.
9872         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9873         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9874         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9875         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9876         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9877         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9878         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9879         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9880         than worrying about sys/time.h.
9881         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9882         Don't bother worrying about TIME_WITH_SYS_TIME.
9883         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9884         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9885         * m4/sys_time_h.m4: New file.
9886         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9887         Don't include sys/time.h.  Return from main rather than exiting.
9888         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9889         all uses changed.
9890         * modules/gethrxtime (Depends-on): Add sys_time.
9891         * modules/gettime (Depends-on): Likewise.
9892         * modules/gettimeofday (Depends-on): Likewise.
9893         * modules/nanosleep (Depends-on): Likewise.
9894         * modules/settime (Depends-on): Likewise.
9895         * modules/tempname (Depends-on): Likewise.
9896         * modules/utimens (Depends-on): Likewise.
9897         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9898         (Include:) Change back to <sys/time.h>.
9899         (Maintainer:) Add self.
9900         * modules/sys_time: New file.
9901         * modules/tempname (Depends-on): Add gettimeofday.
9902         * tests/test-gettimeofday.c: Include <sys/time.h>
9903         rather than gettimeofday.h.
9904
9905 2007-01-17  Bruno Haible  <bruno@clisp.org>
9906
9907         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9908         the license default to GPL.
9909         (func_create_testdir): Don't complain if a module is LGPL and its
9910         tests module depends on GPLed modules.
9911
9912 2007-01-17  Bruno Haible  <bruno@clisp.org>
9913
9914         * lib/gettimeofday.c (gettimeofday): Add code for the case
9915         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9916         maximum possible value for tv->tv_usec, rather than the minimum one.
9917
9918 2005-10-08  Martin Lambers  <marlam@marlam.de>
9919 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9920 2007-01-16  Bruno Haible  <bruno@clisp.org>
9921
9922         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9923         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9924         gl_FUNC_GETTIMEOFDAY.
9925         (Include): Add gettimeofday.h.
9926         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9927         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9928         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9929         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9930         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9931         * lib/gettimeofday.h: New file.
9932         * lib/gettimeofday.c: Include <sys/timeb.h>.
9933         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9934         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9935         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9936         fall back on time().
9937
9938         * tests/test-gettimeofday.c: New file.
9939         * modules/gettimeofday-tests: New file.
9940
9941 2007-01-16  Eric Blake  <ebb9@byu.net>
9942
9943         * modules/fnmatch (Depends-on): Depend on wchar.
9944         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9945         * m4/fnmatch.m4: Likewise.
9946         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9947         * m4/mbchar.m4: Likewise.
9948         * modules/mbswidth (Depends-on): Depend on wchar.
9949         * lib/mbswidth.c: Assume <wchar.h>.
9950         * m4/mbswidth.m4: Likewise.
9951         * modules/quotearg (Depends-on): Depend on wchar.
9952         * lib/quotearg.c: Assume <wchar.h>.
9953         * m4/quotearg.m4: Likewise.
9954         * modules/regex (Depends-on): Depend on wchar.
9955         * lib/regex_internal.h: Assume <wchar.h>.
9956         * m4/regex.m4: Likewise.
9957         * modules/stdint (Depends-on): Depend on wchar.
9958         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9959         * m4/stdint.m4: Likewise.
9960         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9961         * modules/strftime (Depends-on): Depend on wchar.
9962         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9963         * modules/strtol (Depends-on): Depend on wchar.
9964         * lib/strtol.c: Assume <wchar.h>.
9965         * modules/wcwidth (Depends-on): Depend on wchar.
9966         * lib/wcwidth.h: Assume <wchar.h>.
9967         * m4/wcwidth.m4: Likewise.
9968
9969 2007-01-16  Bruno Haible  <bruno@clisp.org>
9970
9971         * modules/csharpexec-script: New, created from...
9972         * modules/csharpexec: ... this.
9973
9974 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9975
9976         * modules/javaexec-script: New, created from...
9977         * modules/javaexec: ... this.
9978
9979 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9980
9981         * modules/poll (Dependencies): Add sys_select.
9982
9983 2007-01-15  Jim Meyering  <jim@meyering.net>
9984
9985         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9986         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9987         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9988         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9989
9990 2007-01-15  Bruno Haible  <bruno@clisp.org>
9991
9992         * modules/striconveh: New file.
9993         * lib/striconveh.h: New file.
9994         * lib/striconveh.c: New file.
9995         * MODULES.html.sh (Internationalization functions): Add striconveh.
9996
9997         * modules/striconveh-tests: New file.
9998         * tests/test-striconveh.c: New file.
9999
10000 2007-01-15  Bruno Haible  <bruno@clisp.org>
10001
10002         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
10003         not from GNU libiconv or GNU libc.
10004
10005 2007-01-15  Bruno Haible  <bruno@clisp.org>
10006
10007         * doc/gnulib-intro.texi (Copyright): Explain the different license
10008         terms for module descriptions, autoconf macros, tests, documentation.
10009
10010 2007-01-14  Bruno Haible  <bruno@clisp.org>
10011
10012         * modules/striconv-tests: New file.
10013         * tests/test-striconv.c: New file.
10014
10015 2007-01-14  Bruno Haible  <bruno@clisp.org>
10016
10017         * modules/iconv-tests: New file.
10018         * tests/test-iconv.c: New file.
10019
10020 2007-01-14  Bruno Haible  <bruno@clisp.org>
10021
10022         * gnulib-tool (func_get_license): For test modules, use the license of
10023         the main module.
10024
10025 2007-01-14  Bruno Haible  <bruno@clisp.org>
10026
10027         * modules/iconv (Include): Clarify that <iconv.h> can only be included
10028         if iconv is found to exist.
10029
10030 2007-01-14  Bruno Haible  <bruno@clisp.org>
10031
10032         * modules/c-ctype-tests: New file.
10033         * tests/test-c-ctype.c: New file.
10034
10035 2007-01-14  Bruno Haible  <bruno@clisp.org>
10036
10037         * modules/binary-io-tests: New file.
10038         * tests/test-binary-io.sh: New file.
10039         * tests/test-binary-io.c: New file.
10040
10041 2007-01-14  Bruno Haible  <bruno@clisp.org>
10042
10043         * modules/array-oset-tests: New file.
10044         * tests/test-array_oset.c: New file.
10045
10046 2007-01-14  Bruno Haible  <bruno@clisp.org>
10047
10048         * modules/array-list-tests: New file.
10049         * tests/test-array_list.c: New file.
10050
10051 2007-01-14  Bruno Haible  <bruno@clisp.org>
10052
10053         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
10054         and make.
10055         Reported by Simon Josefsson in
10056         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
10057
10058 2007-01-14  Bruno Haible  <bruno@clisp.org>
10059
10060         * modules/allocsa-tests: New file.
10061         * tests/test-allocsa.c: New file.
10062
10063 2007-01-14  Bruno Haible  <bruno@clisp.org>
10064
10065         * modules/fchdir (Depends-on): Add absolute-header.
10066         * modules/unistd (Depends-on): Likewise.
10067
10068 2006-12-30  Bruno Haible  <bruno@clisp.org>
10069
10070         * modules/fchdir: New file.
10071         * modules/unistd (Files): Add lib/unistd_.h.
10072         (Makefile.am): Generate unistd.h from unistd_.h.
10073         * lib/fchdir.c: New file.
10074         * lib/dirent_.h: New file.
10075         * lib/unistd_.h: New file.
10076         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
10077         * m4/fchdir.m4: New file.
10078         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
10079         (gl_HEADER_UNISTD): Invoke it.
10080         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
10081         function.
10082         * lib/backupfile.c (opendir, closedir): Undefine.
10083         * lib/chown.c (open, close): Undefine.
10084         * lib/clean-temp.c (open, close): Undefine.
10085         * lib/copy-file.c (open, close): Undefine.
10086         * lib/execute.c (open, close): Undefine.
10087         * lib/fsusage.c (open, close): Undefine.
10088         * lib/gc-gnulib.c (open, close): Undefine.
10089         * lib/getcwd.c (opendir, closedir): Undefine.
10090         * lib/glob.c (opendir, closedir): Undefine.
10091         * lib/javacomp.c (open, close): Undefine.
10092         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
10093         * lib/openat-proc.c (open, close): Undefine.
10094         * lib/pagealign_alloc.c (open, close): Undefine.
10095         * lib/pipe.c (open, close): Undefine.
10096         * lib/progreloc.c (open, close): Undefine.
10097         * lib/savedir.c (opendir, closedir): Undefine.
10098         * lib/utime.c (open, close): Undefine.
10099         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
10100
10101 2007-01-10  Bruno Haible  <bruno@clisp.org>
10102
10103         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
10104
10105 2007-01-12  Eric Blake  <ebb9@byu.net>
10106
10107         Provide a robust <wchar.h>.  Further simplifications are now
10108         possible in other modules, but not included here.
10109         * modules/wchar: New module.
10110         * m4/wchar.m4: New file.
10111         * lib/wchar_.h: Likewise.
10112         * modules/mbchar (Depends-on): Depend on wchar, as the first use
10113         of the new module.
10114         * MODULES.html.sh (Extended multibyte and wide character utilities):
10115         New section.
10116
10117 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
10120         to a reasonable default for memory allocation.
10121         (xreadlink): Don't allocate a huge buffer, to work around a buggy
10122         file system that reports garbage st_size values for symlinks.
10123         Problem reported by Liyang Hu.
10124
10125 2007-01-11  Simon Josefsson  <simon@josefsson.org>
10126
10127         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
10128         Emacs .#* auto-save files).
10129
10130 2007-01-11  Bruno Haible  <bruno@clisp.org>
10131
10132         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
10133         directory.
10134
10135 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10136
10137         Use @...@ consistently in lib/wctype_.h.
10138         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
10139         on it being set to 1 or 0.
10140         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
10141         go back to AC_SUBSTing it.
10142         * modules/wctype (Makefile.am): Undo previous change.
10143
10144 2007-01-10  Eric Blake  <ebb9@byu.net>
10145
10146         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
10147         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
10148         * modules/wctype (Makefile.am): Likewise.
10149         Reported by Chris McGuire.
10150
10151 2007-01-10  Jim Meyering  <jim@meyering.net>
10152
10153         fts.c: a small readability/maintainability improvement
10154         * lib/fts.c (fts_read): Make this code slightly more readable and
10155         maintainable by hoisting the "sp->fts_cur = p" assignments to
10156         immediately follow the statements that set P.  Derived from
10157         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
10158
10159 2007-01-10  Eric Blake  <ebb9@byu.net>
10160
10161         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
10162         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
10163         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10164         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10165         Reported by Chris McGuire.
10166
10167 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10168
10169         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
10170         in sed script.
10171
10172 2007-01-09  Bruno Haible  <bruno@clisp.org>
10173
10174         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
10175         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
10176         variables.
10177         (func_module): Use them.
10178
10179 2007-01-09  Bruno Haible  <bruno@clisp.org>
10180
10181         * modules/unistr/base: New file.
10182         * lib/unistr.h: New file.
10183
10184         * modules/unistr/u8-to-u16: New file.
10185         * lib/unistr/u8-to-u16.c: New file.
10186
10187         * modules/unistr/u8-to-u32: New file.
10188         * lib/unistr/u8-to-u32.c: New file.
10189
10190         * modules/unistr/u16-to-u8: New file.
10191         * lib/unistr/u16-to-u8.c: New file.
10192
10193         * modules/unistr/u16-to-u32: New file.
10194         * lib/unistr/u16-to-u32.c: New file.
10195
10196         * modules/unistr/u32-to-u8: New file.
10197         * lib/unistr/u32-to-u8.c: New file.
10198
10199         * modules/unistr/u32-to-u16: New file.
10200         * lib/unistr/u32-to-u16.c: New file.
10201
10202         * modules/unistr/u8-check: New file.
10203         * modules/unistr/u16-check: New file.
10204         * modules/unistr/u32-check: New file.
10205         * lib/unistr/u8-check.c: New file.
10206         * lib/unistr/u16-check.c: New file.
10207         * lib/unistr/u32-check.c: New file.
10208
10209         * modules/unistr/u8-chr: New file.
10210         * modules/unistr/u16-chr: New file.
10211         * modules/unistr/u32-chr: New file.
10212         * lib/unistr/u8-chr.c: New file.
10213         * lib/unistr/u16-chr.c: New file.
10214         * lib/unistr/u32-chr.c: New file.
10215
10216         * modules/unistr/u8-cmp: New file.
10217         * modules/unistr/u16-cmp: New file.
10218         * modules/unistr/u32-cmp: New file.
10219         * lib/unistr/u8-cmp.c: New file.
10220         * lib/unistr/u16-cmp.c: New file.
10221         * lib/unistr/u32-cmp.c: New file.
10222
10223         * modules/unistr/u8-cpy: New file.
10224         * modules/unistr/u16-cpy: New file.
10225         * modules/unistr/u32-cpy: New file.
10226         * lib/unistr/u8-cpy.c: New file.
10227         * lib/unistr/u16-cpy.c: New file.
10228         * lib/unistr/u32-cpy.c: New file.
10229         * lib/unistr/u-cpy.h: New file.
10230
10231         * modules/unistr/u8-cpy-alloc: New file.
10232         * modules/unistr/u16-cpy-alloc: New file.
10233         * modules/unistr/u32-cpy-alloc: New file.
10234         * lib/unistr/u8-cpy-alloc.c: New file.
10235         * lib/unistr/u16-cpy-alloc.c: New file.
10236         * lib/unistr/u32-cpy-alloc.c: New file.
10237         * lib/unistr/u-cpy-alloc.h: New file.
10238
10239         * modules/unistr/u8-endswith: New file.
10240         * modules/unistr/u16-endswith: New file.
10241         * modules/unistr/u32-endswith: New file.
10242         * lib/unistr/u8-endswith.c: New file.
10243         * lib/unistr/u16-endswith.c: New file.
10244         * lib/unistr/u32-endswith.c: New file.
10245         * lib/unistr/u-endswith.h: New file.
10246
10247         * modules/unistr/u8-mblen: New file.
10248         * modules/unistr/u16-mblen: New file.
10249         * modules/unistr/u32-mblen: New file.
10250         * lib/unistr/u8-mblen.c: New file.
10251         * lib/unistr/u16-mblen.c: New file.
10252         * lib/unistr/u32-mblen.c: New file.
10253
10254         * modules/unistr/u8-mbtouc: New file.
10255         * modules/unistr/u16-mbtouc: New file.
10256         * modules/unistr/u32-mbtouc: New file.
10257         * lib/unistr/u8-mbtouc.c: New file.
10258         * lib/unistr/u16-mbtouc.c: New file.
10259         * lib/unistr/u32-mbtouc.c: New file.
10260
10261         * modules/unistr/u8-mbtouc-safe: New file.
10262         * modules/unistr/u16-mbtouc-safe: New file.
10263         * modules/unistr/u32-mbtouc-safe: New file.
10264         * lib/unistr/u8-mbtouc-safe.c: New file.
10265         * lib/unistr/u16-mbtouc-safe.c: New file.
10266         * lib/unistr/u32-mbtouc-safe.c: New file.
10267
10268         * modules/unistr/u8-move: New file.
10269         * modules/unistr/u16-move: New file.
10270         * modules/unistr/u32-move: New file.
10271         * lib/unistr/u8-move.c: New file.
10272         * lib/unistr/u16-move.c: New file.
10273         * lib/unistr/u32-move.c: New file.
10274         * lib/unistr/u-move.h: New file.
10275
10276         * modules/unistr/u8-next: New file.
10277         * modules/unistr/u16-next: New file.
10278         * modules/unistr/u32-next: New file.
10279         * lib/unistr/u8-next.c: New file.
10280         * lib/unistr/u16-next.c: New file.
10281         * lib/unistr/u32-next.c: New file.
10282
10283         * modules/unistr/u8-prev: New file.
10284         * modules/unistr/u16-prev: New file.
10285         * modules/unistr/u32-prev: New file.
10286         * lib/unistr/u8-prev.c: New file.
10287         * lib/unistr/u16-prev.c: New file.
10288         * lib/unistr/u32-prev.c: New file.
10289
10290         * modules/unistr/u8-set: New file.
10291         * modules/unistr/u16-set: New file.
10292         * modules/unistr/u32-set: New file.
10293         * lib/unistr/u8-set.c: New file.
10294         * lib/unistr/u16-set.c: New file.
10295         * lib/unistr/u32-set.c: New file.
10296         * lib/unistr/u-set.h: New file.
10297
10298         * modules/unistr/u8-startswith: New file.
10299         * modules/unistr/u16-startswith: New file.
10300         * modules/unistr/u32-startswith: New file.
10301         * lib/unistr/u8-startswith.c: New file.
10302         * lib/unistr/u16-startswith.c: New file.
10303         * lib/unistr/u32-startswith.c: New file.
10304         * lib/unistr/u-startswith.h: New file.
10305
10306         * modules/unistr/u8-stpcpy: New file.
10307         * modules/unistr/u16-stpcpy: New file.
10308         * modules/unistr/u32-stpcpy: New file.
10309         * lib/unistr/u8-stpcpy.c: New file.
10310         * lib/unistr/u16-stpcpy.c: New file.
10311         * lib/unistr/u32-stpcpy.c: New file.
10312         * lib/unistr/u-stpcpy.h: New file.
10313
10314         * modules/unistr/u8-stpncpy: New file.
10315         * modules/unistr/u16-stpncpy: New file.
10316         * modules/unistr/u32-stpncpy: New file.
10317         * lib/unistr/u8-stpncpy.c: New file.
10318         * lib/unistr/u16-stpncpy.c: New file.
10319         * lib/unistr/u32-stpncpy.c: New file.
10320         * lib/unistr/u-stpncpy.h: New file.
10321
10322         * modules/unistr/u8-strcat: New file.
10323         * modules/unistr/u16-strcat: New file.
10324         * modules/unistr/u32-strcat: New file.
10325         * lib/unistr/u8-strcat.c: New file.
10326         * lib/unistr/u16-strcat.c: New file.
10327         * lib/unistr/u32-strcat.c: New file.
10328         * lib/unistr/u-strcat.h: New file.
10329
10330         * modules/unistr/u8-strchr: New file.
10331         * modules/unistr/u16-strchr: New file.
10332         * modules/unistr/u32-strchr: New file.
10333         * lib/unistr/u8-strchr.c: New file.
10334         * lib/unistr/u16-strchr.c: New file.
10335         * lib/unistr/u32-strchr.c: New file.
10336
10337         * modules/unistr/u8-strcmp: New file.
10338         * modules/unistr/u16-strcmp: New file.
10339         * modules/unistr/u32-strcmp: New file.
10340         * lib/unistr/u8-strcmp.c: New file.
10341         * lib/unistr/u16-strcmp.c: New file.
10342         * lib/unistr/u32-strcmp.c: New file.
10343
10344         * modules/unistr/u8-strcpy: New file.
10345         * modules/unistr/u16-strcpy: New file.
10346         * modules/unistr/u32-strcpy: New file.
10347         * lib/unistr/u8-strcpy.c: New file.
10348         * lib/unistr/u16-strcpy.c: New file.
10349         * lib/unistr/u32-strcpy.c: New file.
10350         * lib/unistr/u-strcpy.h: New file.
10351
10352         * modules/unistr/u8-strcspn: New file.
10353         * modules/unistr/u16-strcspn: New file.
10354         * modules/unistr/u32-strcspn: New file.
10355         * lib/unistr/u8-strcspn.c: New file.
10356         * lib/unistr/u16-strcspn.c: New file.
10357         * lib/unistr/u32-strcspn.c: New file.
10358         * lib/unistr/u-strcspn.h: New file.
10359
10360         * modules/unistr/u8-strdup: New file.
10361         * modules/unistr/u16-strdup: New file.
10362         * modules/unistr/u32-strdup: New file.
10363         * lib/unistr/u8-strdup.c: New file.
10364         * lib/unistr/u16-strdup.c: New file.
10365         * lib/unistr/u32-strdup.c: New file.
10366         * lib/unistr/u-strdup.h: New file.
10367
10368         * modules/unistr/u8-strlen: New file.
10369         * modules/unistr/u16-strlen: New file.
10370         * modules/unistr/u32-strlen: New file.
10371         * lib/unistr/u8-strlen.c: New file.
10372         * lib/unistr/u16-strlen.c: New file.
10373         * lib/unistr/u32-strlen.c: New file.
10374         * lib/unistr/u-strlen.h: New file.
10375
10376         * modules/unistr/u8-strmblen: New file.
10377         * modules/unistr/u16-strmblen: New file.
10378         * modules/unistr/u32-strmblen: New file.
10379         * lib/unistr/u8-strmblen.c: New file.
10380         * lib/unistr/u16-strmblen.c: New file.
10381         * lib/unistr/u32-strmblen.c: New file.
10382
10383         * modules/unistr/u8-strmbtouc: New file.
10384         * modules/unistr/u16-strmbtouc: New file.
10385         * modules/unistr/u32-strmbtouc: New file.
10386         * lib/unistr/u8-strmbtouc.c: New file.
10387         * lib/unistr/u16-strmbtouc.c: New file.
10388         * lib/unistr/u32-strmbtouc.c: New file.
10389
10390         * modules/unistr/u8-strncat: New file.
10391         * modules/unistr/u16-strncat: New file.
10392         * modules/unistr/u32-strncat: New file.
10393         * lib/unistr/u8-strncat.c: New file.
10394         * lib/unistr/u16-strncat.c: New file.
10395         * lib/unistr/u32-strncat.c: New file.
10396         * lib/unistr/u-strncat.h: New file.
10397
10398         * modules/unistr/u8-strncmp: New file.
10399         * modules/unistr/u16-strncmp: New file.
10400         * modules/unistr/u32-strncmp: New file.
10401         * lib/unistr/u8-strncmp.c: New file.
10402         * lib/unistr/u16-strncmp.c: New file.
10403         * lib/unistr/u32-strncmp.c: New file.
10404
10405         * modules/unistr/u8-strncpy: New file.
10406         * modules/unistr/u16-strncpy: New file.
10407         * modules/unistr/u32-strncpy: New file.
10408         * lib/unistr/u8-strncpy.c: New file.
10409         * lib/unistr/u16-strncpy.c: New file.
10410         * lib/unistr/u32-strncpy.c: New file.
10411         * lib/unistr/u-strncpy.h: New file.
10412
10413         * modules/unistr/u8-strnlen: New file.
10414         * modules/unistr/u16-strnlen: New file.
10415         * modules/unistr/u32-strnlen: New file.
10416         * lib/unistr/u8-strnlen.c: New file.
10417         * lib/unistr/u16-strnlen.c: New file.
10418         * lib/unistr/u32-strnlen.c: New file.
10419         * lib/unistr/u-strnlen.h: New file.
10420
10421         * modules/unistr/u8-strpbrk: New file.
10422         * modules/unistr/u16-strpbrk: New file.
10423         * modules/unistr/u32-strpbrk: New file.
10424         * lib/unistr/u8-strpbrk.c: New file.
10425         * lib/unistr/u16-strpbrk.c: New file.
10426         * lib/unistr/u32-strpbrk.c: New file.
10427         * lib/unistr/u-strpbrk.h: New file.
10428
10429         * modules/unistr/u8-strrchr: New file.
10430         * modules/unistr/u16-strrchr: New file.
10431         * modules/unistr/u32-strrchr: New file.
10432         * lib/unistr/u8-strrchr.c: New file.
10433         * lib/unistr/u16-strrchr.c: New file.
10434         * lib/unistr/u32-strrchr.c: New file.
10435
10436         * modules/unistr/u8-strspn: New file.
10437         * modules/unistr/u16-strspn: New file.
10438         * modules/unistr/u32-strspn: New file.
10439         * lib/unistr/u8-strspn.c: New file.
10440         * lib/unistr/u16-strspn.c: New file.
10441         * lib/unistr/u32-strspn.c: New file.
10442         * lib/unistr/u-strspn.h: New file.
10443
10444         * modules/unistr/u8-strstr: New file.
10445         * modules/unistr/u16-strstr: New file.
10446         * modules/unistr/u32-strstr: New file.
10447         * lib/unistr/u8-strstr.c: New file.
10448         * lib/unistr/u16-strstr.c: New file.
10449         * lib/unistr/u32-strstr.c: New file.
10450         * lib/unistr/u-strstr.h: New file.
10451
10452         * modules/unistr/u8-strtok: New file.
10453         * modules/unistr/u16-strtok: New file.
10454         * modules/unistr/u32-strtok: New file.
10455         * lib/unistr/u8-strtok.c: New file.
10456         * lib/unistr/u16-strtok.c: New file.
10457         * lib/unistr/u32-strtok.c: New file.
10458         * lib/unistr/u-strtok.h: New file.
10459
10460         * modules/unistr/u8-uctomb: New file.
10461         * modules/unistr/u16-uctomb: New file.
10462         * modules/unistr/u32-uctomb: New file.
10463         * lib/unistr/u8-uctomb.c: New file.
10464         * lib/unistr/u16-uctomb.c: New file.
10465         * lib/unistr/u32-uctomb.c: New file.
10466
10467         * MODULES.html.sh (Unicode string functions): Add the new modules.
10468
10469 2007-01-08  Bruno Haible  <bruno@clisp.org>
10470
10471         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10472         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10473         subdirectories.
10474
10475 2007-01-08  Karl Berry  <karl@gnu.org>
10476
10477         * doc/error.texi: mention that main() fns must set program_name
10478         when progname is used.
10479
10480 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10481
10482         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10483         WCTYPE_H is empty, for the benefit of builds from non-distclean
10484         directories.  Problem reported by Eric Blake in
10485         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10486
10487 2007-01-08  Bruno Haible  <bruno@clisp.org>
10488
10489         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10490         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10491         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10492         PROVIDE_CANONICALIZE_FILENAME_MODE.
10493         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10494
10495 2007-01-08  Bruno Haible  <bruno@clisp.org>
10496
10497         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10498         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10499         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10500         * lib/fts.c: Likewise.
10501         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10502
10503 2006-12-25  Bruno Haible  <bruno@clisp.org>
10504
10505         * modules/utf8-ucs4-safe: New file.
10506         * lib/utf8-ucs4-safe.h: New file.
10507         * lib/unistr/utf8-ucs4-safe.c: New file.
10508
10509         * modules/utf16-ucs4-safe: New file.
10510         * lib/utf16-ucs4-safe.h: New file.
10511         * lib/unistr/utf16-ucs4-safe.c: New file.
10512
10513         * MODULES.html.sh (Unicode string functions): Add the new modules.
10514
10515 2007-01-08  Bruno Haible  <bruno@clisp.org>
10516
10517         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10518         (Depends-on): Add unitypes.
10519         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10520         (u8_mbtouc_aux): Move out to separate file.
10521         (u8_mbtouc): Use ucs4_t, uint8_t types.
10522         * lib/unistr/utf8-ucs4.c: New file.
10523
10524         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10525         (Depends-on): Add unitypes.
10526         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10527         (u16_mbtouc_aux): Move out to separate file.
10528         (u16_mbtouc): Use ucs4_t, uint16_t types.
10529         * lib/unistr/utf16-ucs4.c: New file.
10530
10531         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10532         (Depends-on): Add unitypes.
10533         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10534         (u8_uctomb_aux): Move out to separate file.
10535         (u8_uctomb): Use ucs4_t, uint8_t types.
10536         * lib/unistr/ucs4-utf8.c: New file.
10537
10538         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10539         (Depends-on): Add unitypes.
10540         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10541         (u16_uctomb_aux): Move out to separate file.
10542         (u16_uctomb): Use ucs4_t, uint16_t types.
10543         * lib/unistr/ucs4-utf16.c: New file.
10544
10545 2006-12-25  Bruno Haible  <bruno@clisp.org>
10546
10547         * modules/unitypes: New file.
10548         * lib/unitypes.h: New file.
10549         * MODULES.html.sh (func_all_modules): New section "Unicode string
10550         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10551         this section. Add unitypes.
10552
10553 2007-01-08  Bruno Haible  <bruno@clisp.org>
10554
10555         Avoid variable names that conflict with those from libtool.
10556         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10557         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10558         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10559         library_names_spec to acl_library_names_spec, hardcode_* to
10560         acl_hardcode_*.
10561         Reported by Ralf Wildenhues.
10562
10563 2007-01-08  Bruno Haible  <bruno@clisp.org>
10564
10565         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10566         definition.
10567         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10568         definition.
10569         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10570         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10571         definition.
10572         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10573         definition.
10574         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10575         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10576         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10577         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10578         definition.
10579         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10580         definition.
10581         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10582         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10583         GC_USE_<algorithm>.
10584         * lib/gc-libgcrypt.c: Likewise.
10585         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10586         * modules/gc-arctwo (configure.ac): Likewise.
10587         * modules/gc-des (configure.ac): Likewise.
10588         * modules/gc-hmac-md5 (configure.ac): Likewise.
10589         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10590         * modules/gc-md2 (configure.ac): Likewise.
10591         * modules/gc-md4 (configure.ac): Likewise.
10592         * modules/gc-md5 (configure.ac): Likewise.
10593         * modules/gc-random (configure.ac): Likewise.
10594         * modules/gc-rijndael (configure.ac): Likewise.
10595         * modules/gc-sha1 (configure.ac): Likewise.
10596
10597 2007-01-08  Bruno Haible  <bruno@clisp.org>
10598
10599         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10600         macro definition.
10601         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10602         definition.
10603         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10604         definition.
10605         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10606         * modules/fcntl-safer (configure.ac): Likewise.
10607         * modules/fopen-safer (configure.ac): Likewise.
10608         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10609         GNULIB_FWRITEERROR macro definition.
10610
10611 2007-01-08  Bruno Haible  <bruno@clisp.org>
10612
10613         * m4/gnulib-common.m4: New file.
10614         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10615         (func_get_filelist): Add m4/gnulib-common.m4.
10616
10617 2007-01-08  Bruno Haible  <bruno@clisp.org>
10618
10619         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10620         command.
10621
10622 2007-01-08  Jim Meyering  <jim@meyering.net>
10623
10624         Use a more robust test for a "can't happen" condition.
10625         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10626         narrowed the st_size value.  Presuming the "can't happen" condition
10627         is true, that narrowing could conceivably convert an invalid st_size
10628         value into a valid one.  Instead, use a change based on Matthew
10629         Woehlke's original patch.
10630
10631         Slight readability improvement: use an assert-like macro
10632         in place of literal "abort ()" uses.
10633         * lib/fts.c (fts_assert): Define.
10634         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10635         Use this macro instead of a bare 'abort'.
10636
10637 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10638
10639         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10640         simply work around them.
10641         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10642         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10643         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10644         declaring.
10645         Don't bother to define as macros, since the standard doesn't require it.
10646         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10647         longer worry about IRIX 5.3.
10648         (HAVE_WCTYPE_CTMP_BUG): Remove.
10649
10650 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10651
10652         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10653         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10654         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10655         Problems reported by Georg Schwarz for IRIX 5.3.
10656
10657         * gnulib-tool (autoconf_minversion): Take the maximum version number
10658         found, not the minimum.  Problem reported by James Youngman.
10659
10660 2007-01-03  Karl Berry  <karl@gnu.org>
10661
10662         * doc/error.texi: new file, explaining interaction with progname.
10663         * doc/gnulib.texi: include it.  Update copyright.
10664
10665 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10666
10667         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10668         AC_CANONICAL_HOST, to improve autobuild outputs.
10669
10670 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10671             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10672
10673         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10674         sockets, server sockets, and other file descriptors.  Count errors
10675         to compute the return value.  Reorder the code a bit to be easier
10676         to follow.  Don't set event bits that were not requested (except
10677         POLLERR and POLLHUP).
10678
10679 2007-01-01  Bruno Haible  <bruno@clisp.org>
10680
10681         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10682
10683 2007-01-03  Jim Meyering  <jim@meyering.net>
10684
10685         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10686
10687 2007-01-02  Bruno Haible  <bruno@clisp.org>
10688
10689         * modules/settime (Include): Require timespec.h.
10690         * modules/nanosleep (Include): Likewise.
10691
10692 2007-01-01  Bruno Haible  <bruno@clisp.org>
10693
10694         * gnulib-tool (func_emit_copyright_notice): Bump year.
10695         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10696
10697 2007-01-01  Bruno Haible  <bruno@clisp.org>
10698
10699         Improve support for OpenBSD.
10700         * build-aux/config.rpath (libname_spec): Export.
10701         (library_names_spec): New variable. Export.
10702         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10703         library_names_spec from the config.rpath output. Locate shared library
10704         through the name pattern in library_names_spec.
10705
10706 2007-01-01  Eric Blake  <ebb9@byu.net>
10707
10708         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10709
10710 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10711
10712         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10713         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10714         assume the C locale, and avoid an "eval" that could cause trouble.
10715         Problem with SORT reported by Bob Proulx.
10716
10717         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10718         Define.  Trivial patch from Henning Nielsen Lund, originally
10719         sent to bug-grep@gnu.org today.
10720
10721 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10722
10723         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10724         struct stat.  Problem reported by Henning Nielsen Lund.
10725         * lib/acl.c: Include acl.h first, to check interface.  Don't
10726         bother to include sys/types.h and sys/stat.h again.
10727
10728 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10729
10730         Import the following change from libc; problem reported by
10731         Sven Verdoolaege.
10732
10733         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10734
10735         [BZ #1373]
10736         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10737
10738 2006-12-28  Jim Meyering  <jim@meyering.net>
10739
10740         * build-aux/announce-gen: Do not assume that the package
10741         builds any of tar.gz, tar.bz2, and .xdelta files.
10742         Suggestion from Simon Josefsson.
10743
10744 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10745
10746         * modules/announce-gen: New file.
10747
10748 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10749
10750         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10751         handles its gotchas now.
10752         * lib/mbswidth.c: Likewise.
10753         * lib/wcwidth.h: Likewise.
10754         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10755         and iswcntrl; the wctype module does this stuff now.
10756         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10757         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10758         * modules/mbchar (Depends-on): Add wctype.
10759         * modules/mbswidth (Depends-on): Likewise.
10760         * modules/wcwidth (Depends-on): Likewise.
10761
10762 2006-12-27  Eric Blake  <ebb9@byu.net>
10763
10764         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10765         module uses more than what <wctype.h> is required to provide.
10766
10767 2006-12-26  Eric Blake  <ebb9@byu.net>
10768
10769         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10770
10771 2006-12-26  Eric Blake  <ebb9@byu.net>
10772
10773         * modules/absolute-header: New module.
10774         * modules/fcntl (Depends-on): Depend on it.
10775         * modules/inttypes (Depends-on): Likewise.
10776         * modules/stdint (Depends-on): Likewise.
10777         * modules/sys_stat (Depends-on): Likewise.
10778         * modules/wctype (Depends-on): Likewise.
10779         * MODULES.html.sh (Support for building libraries and
10780         executables): Document it.
10781
10782 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10783
10784         * gnulib-tool (SED): Remove, undoing previous change.
10785         The problem was that it broke coreutils on Solaris, because
10786         "sed --posix" leaked into a makefile.
10787         (sed): New alias, if 'alias' and GNU sed.
10788
10789 2006-12-24  Jim Meyering  <jim@meyering.net>
10790
10791         Work around an fchownat bug in glibc-2.4:
10792         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10793         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10794         in spite of the -P option.
10795         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10796         New macros.
10797         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10798         * modules/openat (Files): Add lib/fchownat.c.
10799         * lib/openat.c (fchownat): Don't define here.  Move to...
10800         * lib/fchownat.c: ...this new file.
10801
10802 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10803
10804         Fix bug reported by Bruno Haible in
10805         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10806         where quotearg.c didn't compile on Mac OS X 10.2 because it
10807         lacks <wchar.h> and wint_t.
10808         * lib/wctype_.h (__wctype_wint_t): New type.
10809         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10810         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10811         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10812         Arg is now of type __wctype_wint_t, not wint_t.
10813         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10814         substitute HAVE_WINT_T.
10815         * modules/wctype (Files): Add m4/wint_t.m4.
10816         (wctype.h): Substitute HAVE_WINT_T.
10817
10818 2006-12-23  Bruno Haible  <bruno@clisp.org>
10819
10820         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10821
10822 2006-12-23  Bruno Haible  <bruno@clisp.org>
10823
10824         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10825         S_ISLNK.
10826         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10827         mingw.
10828
10829 2006-12-22  Bruno Haible  <bruno@clisp.org>
10830
10831         * lib/copy-file.c: Include acl.h.
10832         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10833         Close the file descriptors only after being done with copy_acl.
10834         * modules/copy-file (Depends-on): Add acl.
10835
10836 2006-12-22  Bruno Haible  <bruno@clisp.org>
10837
10838         * gnulib-tool (SED): New variable.
10839         Use $SED instead of sed everywhere.
10840
10841 2006-12-22  Bruno Haible  <bruno@clisp.org>
10842
10843         * modules/no-c++: New file.
10844         * m4/no-c++.m4: New file.
10845         * MODULES.html.sh (Support for building libraries and executables):
10846         Add no-c++.
10847
10848 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10849
10850         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10851         Include <limits.h>, and use its INT_MAX to rewrite the
10852         j loop so that it does not overflow 'int'.  Problem reported by
10853         Ralf Wildenhues in
10854         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10855         Play it safe by shifting left by 1 rather than multiplying by 2,
10856         as GCC is less likely to optimize this away when the value
10857         is signed (when it assumes overflow leads to undefined behavior).
10858         Also, don't assume time_t uses two's complement.
10859
10860 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10861
10862         * MODULES.html.sh: New module wctype.
10863         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10864         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10865         <wctype.h>, since the new wctype module should fix this.
10866         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10867         the wctype module should arrange for it.
10868         * lib/regex_internal.h: Likewise.
10869         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10870         since the wctype module should handle this now.
10871         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10872         * modules/fnmatch (Depends-on): Add wctype.
10873         * modules/quotearg (Depends-on): Likewise.
10874         * modules/regex (Depends-on): Likewise.
10875
10876 2006-12-19  Bruno Haible  <bruno@clisp.org>
10877
10878         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10879         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10880
10881 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10882
10883         * modules/savewd (Depends-on): Fix dependency on fcntl.
10884
10885 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10886
10887         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10888         conforms to C99, rather than relying on the user's environment
10889         setting of STDINT_H.
10890
10891 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10892         and Eric Blake  <ebb9@byu.net>
10893
10894         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10895         This is more consistent with the other defines here.
10896         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10897         Port to z/OS.  Problem reported by Paul Gilmartin.
10898         Change local vars to use gl_ prefix rather than ac_.
10899         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10900         with other defines.
10901         * modules/double-slash-root: New module.
10902         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10903         (Depends-on): Add double-slash-root.
10904         * MODULES.html.sh (File system functions): Mention new module.
10905
10906 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10907
10908         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10909         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10910         This is for the benefit of gzip, which doesn't do i18n.
10911
10912 2006-12-12  Jim Meyering  <jim@meyering.net>
10913
10914         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10915         Reported by Andreas Schwab <schwab@suse.de>.
10916
10917 2006-12-12  Bruno Haible  <bruno@clisp.org>
10918
10919         Merge these changes.
10920         2006-09-05  Bruno Haible  <bruno@clisp.org>
10921         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10922         iconv_alloc succeeded.
10923         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10924         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10925         test for " && dest " at the end - dest is always != NULL there. Call
10926         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10927         with 2xNULL arguments, also to flush the state storage. Handle the
10928         IRIX iconv behaviour. Realloc the final result, to throw away unused
10929         memory.
10930
10931 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10932
10933         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10934         and fchmodat unconditionally, since glibc 2.4 has them.
10935         Problem reported by Arkadiusz Miskiewicz.
10936
10937 2006-12-10  Bruno Haible  <bruno@clisp.org>
10938
10939         * gnulib-tool (func_import): Show the include files only for those
10940         modules that are copied and specified.
10941         Reported by Karl Berry.
10942
10943 2006-12-08  Jim Meyering  <jim@meyering.net>
10944
10945         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10946         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10947
10948         * build-aux/announce-gen: Add two new options, both optional:
10949         --bootstrap-tools=TOOL_LIST
10950               a comma-separated list of tools, e.g.,
10951               autoconf,automake,bison,gnulib
10952         --gnulib-snapshot-date=DATE
10953               if gnulib is in the bootstrap tool list,
10954               then report this as the snapshot date.
10955               If not specified, use the current date/time.
10956               If you specify a date here, be sure it's UTC.
10957
10958 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10959
10960         * tests/test-argp-2.sh: Fix test to match actual output.
10961         (func_compare): Fix sed script to be portable.
10962
10963 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10964
10965         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10966         workaround for this case.  It is not autoconfigured now; offhand
10967         it's hard to see how to autoconfigure it.
10968
10969 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10970
10971         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10972         a directory that is about to be chowned.  Such a directory's
10973         initial file permissions should permit the owner only and this
10974         should not be changed until after the chown, since the group and
10975         other bits would be incorrect if they granted permission before
10976         the chown.
10977
10978         Fix porting problem for iswctype reported by Georg Schwarz in:
10979         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10980         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10981         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10982         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10983         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10984
10985 2006-12-03  Jim Meyering  <jim@meyering.net>
10986
10987         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10988         p->fts_statp may not yet be defined.
10989         (fts_read): Instead, set it in the caller, once p->fts_statp is
10990         sure to be defined, and corresponds to a top-level directory.
10991         This bug made du -x fail.  Here's the coreutils test case:
10992         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10993         Reported by Mike Frysinger.
10994
10995 2006-12-01  Jim Meyering  <jim@meyering.net>
10996
10997         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10998         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10999         Reported by Simon Josefsson.
11000
11001 2006-11-30  Jim Meyering  <jim@meyering.net>
11002
11003         * m4/warning.m4: Use the all-permissive copyright notice
11004         recommended by RMS (rather than LGPL).
11005         * m4/vararrays.m4: Likewise.
11006         * m4/flexmember.m4: Likewise.
11007
11008 2006-11-29  Bruno Haible  <bruno@clisp.org>
11009
11010         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11011         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
11012         using +=.
11013         Reported by Simon Josefsson <simon@josefsson.org>.
11014
11015 2006-11-28  James Youngman <jay@gnu.org>
11016
11017         * README: Advise users that they might find the bug-gnulib@gnu.org
11018         and autotools-announce@gnu.org mailing lists useful.
11019
11020 2006-11-28  Bruno Haible  <bruno@clisp.org>
11021
11022         * m4/ptrdiff_max.m4: Remove file.
11023
11024 2006-11-21  Bruno Haible  <bruno@clisp.org>
11025
11026         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
11027         _AC_COMPUTE_INT.
11028         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11029         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
11030         _AC_COMPUTE_INT.
11031         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11032         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
11033         _AC_COMPUTE_INT.
11034         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11035
11036 2006-11-28  Jim Meyering  <jim@meyering.net>
11037
11038         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
11039         warning from "gcc -Wshadow" about shadowing the builtin.
11040
11041 2006-11-27  Bruno Haible  <bruno@clisp.org>
11042
11043         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
11044         _AC_COMPUTE_INT.
11045         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11046
11047 2006-11-27  Bruno Haible  <bruno@clisp.org>
11048             Paul Eggert  <eggert@cs.ucla.edu>
11049
11050         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
11051
11052 2006-11-26  Bruno Haible  <bruno@clisp.org>
11053
11054         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11055         noinst_LTLIBRARIES.
11056
11057 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11058             Bruno Haible  <bruno@clisp.org>
11059
11060         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
11061         if compiling with "gcc -ansi".
11062
11063 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         Fix some incompatibilities with gcc -ansi -pedantic.
11066         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
11067         if compiling pedantically with GCC, unless it's C99 or later.
11068         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
11069         it mishandles gcc -ansi -pedantic as well.
11070         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
11071         if gcc -pedantic.
11072         * lib/regexec.c (check_node_accept_bytes): Don't use auto
11073         initializers for struct if -pedantic, unless it's C99 or later.
11074
11075 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
11076
11077         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
11078         Don't close an fd more than once. Identical atimes indicate
11079         success, not failure.
11080
11081 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
11082
11083         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
11084
11085 2006-11-23  Jim Meyering  <jim@meyering.net>
11086
11087         * build-aux/announce-gen: New file.  From coreutils.
11088
11089 2006-11-22  Jim Meyering  <jim@meyering.net>
11090
11091         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
11092         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
11093         (fts_read): Use a temporary to narrow the overused st_size member
11094         before using it in a switch statement.  Reported by Matthew Woehlke.
11095
11096         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
11097         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
11098
11099 2006-11-20  Bruno Haible  <bruno@clisp.org>
11100
11101         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
11102         changequote instead of pairs of brackets.
11103         Reported by Andreas Schwab <schwab@suse.de>.
11104
11105 2006-11-21  Jim Meyering  <jim@meyering.net>
11106
11107         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
11108         so as to remain compatible with older compilers.
11109         Patch from Michael Deutschmann.
11110
11111 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11112
11113         * MODULES.html.sh (File system functions): Add openat.
11114
11115         * lib/openat.h (rpl_fstatat): New macro, if
11116         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
11117         (fstatat): Define to rpl_fstatat under the same conditions,
11118         unless COMPILING_FSTATAT.
11119         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
11120         seems to have the bug.
11121         * lib/fstatat.c: New file.
11122         * modules/openat (Files): Add it.
11123
11124 2006-11-20  Bruno Haible  <bruno@clisp.org>
11125
11126         * Makefile: New file.
11127
11128 2006-11-20  Jim Meyering  <jim@meyering.net>
11129
11130         The beginnings of syntax-related checks for gnulib.
11131         * lib/Makefile: New file.
11132         * lib/t-idcache: New script.  Ensure that the two halves of
11133         idcache.c stay in sync.
11134
11135         * lib/idcache.c: Adjust comments in user- and group- portions to
11136         be more accurate, and to be consistent with one another.
11137
11138 2006-11-20  Jim Meyering  <jim@meyering.net>
11139
11140         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
11141         continue using the flexible array member (thus, this module performs
11142         half as many malloc calls), with the addition that...
11143         (getgroup, getuser): Consistently record a non-match via an empty
11144         "name" string, and map an empty string match to a NULL return value.
11145         * modules/idcache (Depends-on): Re-add flexmember.
11146
11147         * lib/idcache.c (getuser): Remove all uses of the register keyword.
11148         (getuidbyname, getgroup, getgidbyname): Likewise.
11149
11150         Use cleaner syntax: NULL rather than 0.
11151         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
11152
11153 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11154
11155         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
11156         It mishandled the case where the group was missing.
11157         Problem reported by Greg Schafer.
11158         * modules/idcache: Likewise.
11159
11160 2006-11-18  Jim Meyering  <jim@meyering.net>
11161
11162         * check-module (%exempt_header): Add exception for some
11163         conditionally-included headers.
11164
11165         * modules/i-ring (Depends-on): Add verify.
11166         (License): Change to LGPL.
11167
11168 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
11171         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
11172         and inttostr.h.  Use snprintf rather than uinttostr, so that
11173         LGPLed code doesn't depend on GPLed.
11174
11175 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11176
11177         * modules/inline (License): Change from GPL to LGPL.
11178
11179 2006-11-17  Jim Meyering  <jim@meyering.net>
11180
11181         * modules/d-type (License): Switch to LGPL.
11182
11183 2006-11-15  Bruno Haible  <bruno@clisp.org>
11184
11185         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
11186
11187 2006-11-15  Eric Blake  <ebb9@byu.net>
11188
11189         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
11190         the module dependency.
11191
11192 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11193             Bruno Haible  <bruno@clisp.org>
11194
11195         * gnulib-tool (func_create_testdir): Add license consistency check.
11196
11197 2006-11-15  Eric Blake  <ebb9@byu.net>
11198
11199         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
11200         random "(cached)" in configure output.
11201
11202 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11203
11204         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11205         test for conforming inttypes.h is both announced and cached.
11206
11207         * MODULES.html.sh (seen_modules, seen_files): New variables.
11208         (func_module): Rewrite to use a few less gnulib-tool and sed
11209         invocations.  Avoid a couple of quadratic algorithms for ...
11210         (missed_modules, missed_files): ... these, with ...
11211         (func_append, func_tmpdir): ... these new functions, from
11212         gnulib-tool.  Analogously, install traps for cleanup.
11213
11214         * tests/test-gc.c (main): Remove unused variables.
11215         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11216
11217 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11218
11219         * modules/inttostr (License): Change to LGPL.
11220
11221 2006-11-14  Eric Blake  <ebb9@byu.net>
11222
11223         * modules/tempname (License): Change to LGPL.
11224
11225 2006-11-14  Eric Blake  <ebb9@byu.net>
11226
11227         * doc/functions.texi (Function Portability): *printf functions on
11228         Cygwin now understand all POSIX size specifiers.
11229
11230 2006-11-14  Bruno Haible  <bruno@clisp.org>
11231
11232         * modules/c-ctype (License): Change to LGPL.
11233
11234 2006-11-12  Bruno Haible  <bruno@clisp.org>
11235
11236         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11237         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11238         for GNOME libraries, for which the include files are installed in
11239         subdirectories of $prefix/include.
11240
11241 2006-11-12  Bruno Haible  <bruno@clisp.org>
11242
11243         * m4/lib-link.m4: Require at least autoconf-2.54.
11244         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11245         name to underscores for the --with option.
11246
11247 2006-11-13  Bruno Haible  <bruno@clisp.org>
11248
11249         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11250         the tests directory.
11251         Reported by Ralf Wildenhues.
11252
11253 2006-11-13  Bruno Haible  <bruno@clisp.org>
11254
11255         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11256         (func_emit_initmacro_end): Undo the override here.
11257         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11258         Works around the famous automake error in coreutils.
11259
11260 2006-11-13  Eric Blake  <ebb9@byu.net>
11261
11262         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11263         element, not its node.
11264
11265 2006-11-12  Bruno Haible  <bruno@clisp.org>
11266
11267         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11268         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11269
11270 2006-11-12  Bruno Haible  <bruno@clisp.org>
11271
11272         * gnulib-tool: New option --local-symlink.
11273         (func_usage): Document it.
11274         (lsymbolic): New variable.
11275         (func_import, func_create_testdir): If --symlink was not specified,
11276         test whether --local-symlink was specified and the file comes from
11277         the local_gnulib_dir.
11278
11279 2006-11-12  Bruno Haible  <bruno@clisp.org>
11280
11281         * gnulib-tool (func_ln): New function.
11282         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11283
11284 2006-11-12  Bruno Haible  <bruno@clisp.org>
11285
11286         Finish support for source files in subdirectories.
11287         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11288         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11289         AUTOMAKE_OPTIONS.
11290         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11291
11292 2006-11-12  Bruno Haible  <bruno@clisp.org>
11293
11294         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11295         EXTRA_lib_SOURCES augmentation.
11296         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11297
11298 2006-11-12  Jim Meyering  <jim@meyering.net>
11299
11300         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11301         file descriptors.  This also averts a failure on systems with
11302         native openat support when a traversed directory lacks "x" access.
11303         * lib/fts_.h: Include "i-ring.h"
11304         (struct FTS) [fts_fd_ring]: New member.
11305         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11306         (FCHDIR): Add parentheses.
11307         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11308         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11309         When descending, rather than simply closing the previous
11310         fts_cwd_fd value, push that file descriptor onto the ring.
11311         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11312         (fts_open): Initialize the new fd_ring member.
11313         (fts_close): Clear the ring.
11314         (fts_safe_changedir): When possible, use our new fd_ring to skip
11315         the diropen and fstat and dev/ino comparison that would normally
11316         accompany a virtual `chdir ("..")'.
11317
11318         * modules/fts (Depends-on): Add i-ring.
11319         * modules/i-ring: New module.
11320         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11321         * m4/i-ring.m4: New file.
11322
11323 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11324
11325         * gnulib-tool (func_create_testdir): Fix replacement of
11326         `build-aux' in configure.ac.  Run autotools in gltests
11327         subdirectory.
11328         (func_create_testdir, func_create_megatestdir, test): There is
11329         no need for '--force' in most autotool invocations in a new
11330         tree.  Actually fail the whole test if any of the tools, or the
11331         configure or make stages fail.
11332
11333         Sync from Automake.
11334         * build-aux/gnupload: Revert last change.  Add pointer to upload
11335         instructions of the GNU Maintenance Instructions.
11336         Suggestion by Karl Berry.
11337
11338 2006-11-10  Jim Meyering  <jim@meyering.net>
11339
11340         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11341
11342 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11343
11344         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11345         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11346         (bind_textdomain_codeset) [! ENABLE_NLS]:
11347         Evaluate all the arguments.  That way, callers get compatible behavior
11348         if the arguments have side effects.  Also, it avoids some GCC
11349         diagnostics in some cases; Joel E. Denny reported problems when Bison
11350         was configured with --enable-gcc-warnigs.
11351
11352 2006-11-10  Jim Meyering  <jim@meyering.net>
11353
11354         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11355         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11356         account.
11357
11358 2006-11-10  Jim Meyering  <jim@meyering.net>
11359
11360         * modules/inline: New file/module.
11361         * modules/xalloc (Files): Remove m4/inline.m4.
11362         (Depends-on): Add inline, instead.
11363         * modules/oset: Likewise.
11364         * modules/list: Likewise.
11365
11366 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11367
11368         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11369         Problem reported by Matthew Woehlke.
11370
11371 2006-11-09  Bruno Haible  <bruno@clisp.org>
11372
11373         * lib/tempname.c (gen_tempname): Remove variant that invokes
11374         __gen_tempname.
11375         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11376         __gen_tempname.
11377
11378 2006-11-08  Bruno Haible  <bruno@clisp.org>
11379
11380         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11381         to 'yes' instead of 'cross-compiling'.
11382
11383 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11384
11385         * lib/quotearg.h (quotearg_free): New decl.
11386         * lib/quotearg.c (quotearg_free): New function.
11387         (slot0, nslots, slotvec0, slotvec):
11388         Now file-scope so that quotearg_free can get at them.
11389
11390 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11391
11392         Sync from Automake.
11393         * build-aux/gnupload: Add missing 'gnu' to example URL.
11394         Report by Karl Berry.
11395
11396 2006-11-08  Bruno Haible  <bruno@clisp.org>
11397
11398         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11399         Suggested by Paul Eggert.
11400
11401 2006-11-08  Jim Meyering  <jim@meyering.net>
11402
11403         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11404         It's already included if !_LIBC.
11405         (fts_safe_changedir): Add a comment.
11406
11407 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11408
11409         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11410         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11411         Matthew Woehlke.
11412
11413         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11414         definitions up, to avoid colliding with change below.
11415         (static_inline) [HAVE_INLINE]: New macro.
11416         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11417         Provide extern decls when !HAVE_INLINE.  Do not define unless
11418         static_inline is defined, either by us or by xmalloc.c.  Use
11419         static_inline rather than static inline.
11420         (XCALLOC): Optimize sizeof(T) = 1 case.
11421         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11422
11423 2006-11-07  Bruno Haible  <bruno@clisp.org>
11424
11425         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11426         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11427         AC_C_INLINE.
11428         * modules/xalloc (Files): Add m4/inline.m4.
11429
11430 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11431
11432         * README: Fix typo.
11433         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11434         (Miscellanous Notes): ...from this.
11435
11436 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11437
11438         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11439         Mention that offsetof should be used instead of sizeof.
11440         From Bruno Haible.
11441
11442 2006-11-07  Bruno Haible  <bruno@clisp.org>
11443
11444         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11445
11446 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11447
11448         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11449         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11450         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11451         (gl_tree_add_before, gl_tree_add_after):
11452         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11453         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11454         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11455         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11456         (gl_linked_add_after, gl_linked_add_at): Likewise.
11457         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11458         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11459         (gl_tree_add_before, gl_tree_add_after): Likewise.
11460         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11461         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11462         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11463
11464 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11465
11466         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11467
11468 2006-11-06  Bruno Haible  <bruno@clisp.org>
11469
11470         * m4/inline.m4: New file.
11471         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11472         * modules/list (Files): Add m4/inline.m4.
11473         * modules/oset (Files): Likewise.
11474
11475 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11476
11477         * lib/idcache.c: Include <stddef.h>, for offsetof.
11478         (struct userid.name): Change from char * to a flexible array member.
11479         All uses changed.
11480         * modules/idcache (Depends-on): Add flexmember.
11481
11482         * MODULES.html.sh (Core language properties): New module flexmember.
11483         * modules/flexmember, m4/flexmember.m4: New files.
11484
11485         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11486         inline functions that are identical with the old xnmalloc_inline,
11487         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11488         that we can avoid some unnecessary integer multiplications and
11489         divisions in the common case where the element size is known at
11490         compile time.
11491         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11492         needed.
11493         (xnboundedmalloc): Remove.
11494         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11495         arguments, for consistency with rest of this header.
11496         (xcharalloc): Rewrite using XNMALLOC.
11497         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11498         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11499         versions have been moved to lib/xalloc.h and renamed to be the
11500         non-*_inline versions.
11501         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11502         and xnrealloc functions, since those functions are now inline and
11503         now call us.
11504         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11505         renaming described above.
11506         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11507         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11508         captures the dependency in AC_C_INLINE.
11509
11510         New module canonicalize-lgpl, proposed by Charles Wilson in
11511         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11512         with a few small changes afterwards.
11513         * MODULES.html.sh (File system functions): New module
11514         canonicalize-lgpl.
11515         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11516         and canonicalize_file_name.
11517         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11518         * modules/canonicalize-lgpl: New files.
11519
11520 2006-11-05  Bruno Haible  <bruno@clisp.org>
11521
11522         * gnulib-tool (func_import, func_create_testdir): Create directories
11523         also for files in subdirectories of lib/.
11524
11525 2006-11-05  Bruno Haible  <bruno@clisp.org>
11526
11527         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11528         ANSI C compliant.
11529
11530 2006-11-03  Bruno Haible  <bruno@clisp.org>
11531
11532         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11533         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11534         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11535         (xnboundedmalloc): New inline function.
11536         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11537         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11538         xmalloc.
11539         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11540         xmalloc.
11541         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11542         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11543         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11544         xmalloc.
11545         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11546         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11547         xmalloc.
11548         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11549         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11550         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11551         xmalloc.
11552         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11553         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11554         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11555         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11556         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11557         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11558         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11559
11560 2006-11-03  Bruno Haible  <bruno@clisp.org>
11561
11562         * lib/c-ctype.h [C++]: Define functions without name mangling.
11563         * lib/fwriteerror.h [C++]: Likewise.
11564         * lib/gcd.h [C++]: Likewise.
11565         * lib/linebreak.h [C++]: Likewise.
11566
11567 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11568
11569         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11570         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11571         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11572         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11573         Check for functions and headers just once.
11574         Check for declaration of canonicalize_file_name.
11575         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11576
11577 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11578
11579         * gnulib-tool (func_import): Fix typo in actioncmd.
11580
11581 2006-11-02  Bruno Haible  <bruno@clisp.org>
11582
11583         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11584         newline sequence in the Makefile.am snippet as a space, like "make"
11585         does.
11586         Reported by Roger Persson <perrog@gmail.com>.
11587
11588 2006-11-01  Bruno Haible  <bruno@clisp.org>
11589
11590         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11591         already declared in <string.h>.
11592         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11593
11594 2006-11-01  Bruno Haible  <bruno@clisp.org>
11595
11596         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11597         * lib/strcase.h: Include <string.h>.
11598         (strcasecmp): Define to rpl_strcasecmp here.
11599
11600 2006-11-01  Bruno Haible  <bruno@clisp.org>
11601
11602         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11603
11604 2006-11-01  Eric Blake  <ebb9@byu.net>
11605
11606         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11607
11608         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11609
11610 2006-10-29  Bruno Haible  <bruno@clisp.org>
11611
11612         Make it compile in C++ mode.
11613         * lib/full-write.c (full_rw): Add a cast.
11614
11615 2006-11-01  Bruno Haible  <bruno@clisp.org>
11616
11617         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11618         be POSIX compliant.
11619         Reported by Roger Persson <perrog@gmail.com>.
11620
11621 2006-11-01  Eric Blake  <ebb9@byu.net>
11622
11623         * lib/getopt_.h: Fix comments.
11624
11625 2006-10-31  Eric Blake  <ebb9@byu.net>
11626
11627         * modules/tmpdir (Depends-on): Add sys_stat.
11628         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11629         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11630         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11631         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11632         tempname.
11633
11634 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         Avoid some C++ diagnostics reported by Bruno Haible.
11637         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11638         xmalloc.
11639         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11640         (struct slotvec): Move to top level.
11641         (quotearg_n_options): Rewrite to avoid xmalloc.
11642         * lib/xalloc.h (xcharalloc): New function.
11643         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11644         [defined __cplusplus]: Add function template that provides result
11645         type propagation.  This part of the change is from Bruno Haible.
11646
11647 2006-10-29  Bruno Haible  <bruno@clisp.org>
11648
11649         Make it compile in C++ mode.
11650         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11651         * lib/strnlen1.c (strnlen1): Cast memchr result.
11652         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11653         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11654         (create_temp_dir): Rename local variable 'template'.
11655         (compile_csharp_using_sscli): Add cast.
11656         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11657         * lib/findprog.c (find_in_path): Likewise.
11658         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11659         * lib/wait-process.c (register_slave_subprocess): Likewise.
11660
11661 2006-10-22  Bruno Haible  <bruno@clisp.org>
11662
11663         * modules/tsearch: New file.
11664         * lib/tsearch.h: New file.
11665         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11666         * m4/tsearch.m4: New file.
11667         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11668
11669 2006-10-29  Eric Blake  <ebb9@byu.net>
11670
11671         * lib/arcfour.c: Assume config.h.
11672         * lib/arctwo.c: Likewise.
11673         * lib/base64.c: Likewise.
11674         * lib/check-version.c: Likewise.
11675         * lib/crc.c: Likewise.
11676         * lib/des.c: Likewise.
11677         * lib/gc-gnulib.c: Likewise.
11678         * lib/gc-libgcrypt.c: Likewise.
11679         * lib/gc-pbkdf2-sha1.c: Likewise.
11680         * lib/getaddrinfo.c: Likewise.
11681         * lib/getdelim.c: Likewise.
11682         * lib/getline.c: Likewise.
11683         * lib/hmac-md5.c: Likewise.
11684         * lib/hmac-sha1.c: Likewise.
11685         * lib/iconvme.c: Likewise.
11686         * lib/md2.c: Likewise.
11687         * lib/md4.c: Likewise.
11688         * lib/memxor.c: Likewise.
11689         * lib/read-file.c: Likewise.
11690         * lib/readline.c: Likewise.
11691         * lib/rijndael-alg-fst.c: Likewise.
11692         * lib/rijndael-api-fst.c: Likewise.
11693         * lib/xgetdomainname.c: Likewise.
11694
11695 2006-10-28  Eric Blake  <ebb9@byu.net>
11696
11697         * lib/xstrndup.c: Assume config.h.
11698
11699 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11700
11701         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11702         stat-macros.h is now for our own macros, whereas stat_h is for
11703         macros in the <sys/stat.h> name space.
11704         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11705         (STAT_MACROS_H): Remove.
11706         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11707         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11708         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11709         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11710         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11711         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11712         Move these macros to ...
11713         * lib/stat_.h: here.  Don't include stat-macros.h.
11714         * lib/canonicalize.c: Don't include stat-macros.h.
11715         * lib/chown.c: Likewise.
11716         * lib/euidaccess.c: Likewise.
11717         * lib/file-type.c: Likewise.
11718         * lib/filemode.c: Likewise.
11719         * lib/glob.c: Likewise.
11720         * lib/isapipe.c: Likewise.
11721         * lib/lchown.c: Likewise.
11722         * lib/lstat.c: Likewise.
11723         * lib/mkdir-p.c: Likewise.
11724         * lib/rmdir.c: Likewise.
11725         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11726         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11727         unless mkdir isn't declared, to speed up 'configure'.
11728         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11729         would define all the S_* symbols.
11730         * modules/canonicalize (Depends-on):
11731         Depend on sys_stat, not stat-macros.
11732         * modules/chown: Likewise.
11733         * modules/euidaccess: Likewise.
11734         * modules/filemode: Likewise.
11735         * modules/file-type: Likewise.
11736         * modules/glob: Likewise.
11737         * modules/isapipe: Likewise.
11738         * modules/lchown: Likewise.
11739         * modules/lstat: Likewise.
11740         * modules/mkancesdirs: Likewise.
11741         * modules/rmdir: Likewise.
11742         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11743         * modules/modechange: Likewise.
11744         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11745         (configure.ac): Remove gl_STAT_MACROS.
11746         * modules/sys_stat (Depends-on): Remove stat-macros.
11747
11748 2006-10-27  Bruno Haible  <bruno@clisp.org>
11749
11750         * m4/signed.m4: Remove file.
11751         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11752         invocation.
11753         * modules/vasnprintf (Files): Remove m4/signed.m4.
11754
11755 2006-10-27  Bruno Haible  <bruno@clisp.org>
11756
11757         Update to GNU gettext 0.16.
11758         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11759         m4/inttypes-h.m4, m4/signed.m4.
11760         * m4/gettext.m4: Update to GNU gettext 0.16.
11761         * m4/intl.m4: New file, from GNU gettext.
11762         * m4/intldir.m4: New file, from GNU gettext.
11763         * config/srclist.txt: Update
11764
11765 2006-10-27  Eric Blake  <ebb9@byu.net>
11766
11767         * MODULES.html.sh: Document tempname.
11768         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11769         dependencies.
11770         (Files): Move lib/tempname.c...
11771         * modules/tempname: ...to this new module.
11772         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11773         (gl_PREREQ_TEMPNAME): Move...
11774         * m4/tempname.m4: ...to this new file.
11775         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11776         * modules/sys_stat (Depends-on): Add stat-macros.
11777         * lib/stat_.h (includes): Pick up stat macros.
11778         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11779         if stat macros are broken.
11780         * lib/tempname.c (includes): No need to include "stat-macros.h".
11781         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11782         (direxists, __path_search) [!_LIBC]: Don't compile these in
11783         gnulib; the tmpdir module covers that.
11784         * lib/tempname.h: New file.
11785
11786 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         * COPYING: Explain how gnulib-tool converts licence headers.
11789         Almost all wording by Eric Blake.
11790
11791 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * lib/mbchar.h (is_basic_table): Make read-only.
11794         * lib/mbchar.c (is_basic_table): Likewise.
11795         Reported by John Darrington.
11796
11797 2006-10-25  Bruno Haible  <bruno@clisp.org>
11798
11799         * lib/progname.h (set_program_name): Undefine before defining.
11800
11801 2006-10-25  Bruno Haible  <bruno@clisp.org>
11802
11803         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11804         false for non-gcc C++ compilers.
11805         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11806
11807 2006-10-24  Bruno Haible  <bruno@clisp.org>
11808
11809         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11810         iconv implementations like Irix iconv.
11811
11812 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11813
11814         * modules/vararrays: New file.
11815         * m4/vararrays.m4: New file, taken from diffutils.
11816         * MODULES.html.sh: New module vararrays.
11817
11818 2006-10-24  Karl Berry  <karl@gnu.org>
11819
11820         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11821         Don't call GNU Unix.
11822
11823 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11824
11825         * users.txt: Add Libtool.
11826
11827         Sync from Libtool:
11828
11829         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11832         to gnulib's policy of including config.h unconditionally.
11833
11834 2006-10-24  Bruno Haible  <bruno@clisp.org>
11835
11836         * modules/wcwidth (Files): Add m4/wint_t.m4.
11837         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11838         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11839
11840 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11841
11842         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11843         to pacify GCC with some -W flags enabled.  Problem reported by
11844         Bruno Haible.
11845
11846 2006-10-24  Jim Meyering  <jim@meyering.net>
11847
11848         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11849         Reported by Karl Berry.
11850
11851 2006-10-23  Bruno Haible  <bruno@clisp.org>
11852
11853         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11854
11855 2006-10-24  Bruno Haible  <bruno@clisp.org>
11856
11857         * lib/gl_list.h: Use C comment style, not C++ comment style.
11858
11859 2006-10-23  Eric Blake  <ebb9@byu.net>
11860
11861         * lib/getaddrinfo.c (includes): Add missing include.
11862
11863 2006-10-23  Bruno Haible  <bruno@clisp.org>
11864             Paul Eggert  <eggert@cs.ucla.edu>
11865
11866         Ability to rename obstack_free.
11867         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11868         obstack_free.
11869         (obstack_free): Invoke the __obstack_free macro.
11870         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11871
11872 2006-10-23  Bruno Haible  <bruno@clisp.org>
11873             Paul Eggert  <eggert@cs.ucla.edu>
11874
11875         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11876         __argc, __argv from the declaration. (They are defined as macros on
11877         mingw.)
11878
11879 2006-10-22  Bruno Haible  <bruno@clisp.org>
11880
11881         * doc/gnulib-intro.texi: New file.
11882         * doc/gnulib.texi: Include it.
11883
11884 2006-10-21  Bruno Haible  <bruno@clisp.org>
11885
11886         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11887         "Introduction", "Miscellanous Notes", "Particular Modules".
11888
11889 2006-10-21  Bruno Haible  <bruno@clisp.org>
11890
11891         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11892         Change mostlyclean-local rule to avoid sh syntax error from bash
11893         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11894
11895 2006-10-23  Jim Meyering  <jim@meyering.net>
11896
11897         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11898         in place of snprintf.
11899
11900         * modules/inttostr (Files): Add lib/uinttostr.c.
11901         * lib/uinttostr.c (inttostr): New file/function.
11902         * lib/inttostr.h (uinttostr): Declare.
11903         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11904         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11905         Add uinttostr.
11906         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11907
11908 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11909
11910         * lib/canonicalize.c (ELOOP): Define if not already defined.
11911         Problem reported by Bruno Haible in
11912         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11913
11914 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11915
11916         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11917         Problem reported by Perry Smith and Ville Laurikari.
11918
11919         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11920         uses.
11921
11922 2006-10-19  Bruno Haible  <bruno@clisp.org>
11923
11924         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11925         for mingw.
11926
11927 2006-10-19  Bruno Haible  <bruno@clisp.org>
11928
11929         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11930         Needed for mingw.
11931
11932 2006-10-19  Bruno Haible  <bruno@clisp.org>
11933
11934         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11935
11936 2006-10-19  Bruno Haible  <bruno@clisp.org>
11937
11938         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11939         it.
11940
11941 2006-10-19  Bruno Haible  <bruno@clisp.org>
11942
11943         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11944         invocation.
11945
11946 2006-10-19  Bruno Haible  <bruno@clisp.org>
11947
11948         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11949         mountlist by default.
11950
11951 2006-10-16  Bruno Haible  <bruno@clisp.org>
11952
11953         * lib/c-strstr.c: Include c-strstr.h.
11954
11955 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11956
11957         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11958         in a slash.
11959
11960 2006-10-18  Bruno Haible  <bruno@clisp.org>
11961
11962         * lib/lock.h [C++]: Wrap definitions in extern "C".
11963
11964 2006-10-18  Bruno Haible  <bruno@clisp.org>
11965
11966         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11967         gl_LIBOBJS list.
11968
11969 2006-10-18  Bruno Haible  <bruno@clisp.org>
11970
11971         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11972
11973 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11974
11975         * lib/xstrtol.h: Include gettext.h.
11976         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11977         Problem reported by Eric Blake.
11978         * modules/xstrtol (Depends-on): Add gettext-h.
11979
11980 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11981
11982         * lib/strftime.c (advance): New macro.
11983         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11984         incomplete type, so you can't add 0 to it.  Problem and patch
11985         reported by Eelco Dolstra for dietlibc.
11986
11987 2006-10-18  Jim Meyering  <jim@meyering.net>
11988
11989         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11990         type for a local, and rename it: s/up/user_proc/.
11991
11992 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11993
11994         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11995         READ_UTMP_USER_PROCESS.
11996         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11997
11998 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
12001         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
12002
12003 2006-10-17  Eric Blake  <ebb9@byu.net>
12004
12005         * lib/sigprocmask.c (sigprocmask): Fix typo.
12006
12007         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
12008
12009         * modules/clean-temp (Makefile.am): Don't add to make output...
12010         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
12011         config.h.
12012
12013 2006-10-17  Bruno Haible  <bruno@clisp.org>
12014
12015         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
12016         differently if DEFAULT_TEXT_DOMAIN is set.
12017
12018 2006-10-16  Bruno Haible  <bruno@clisp.org>
12019
12020         * lib/clean-temp.c: Include fwriteerror.h.
12021
12022 2006-10-16  Bruno Haible  <bruno@clisp.org>
12023
12024         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
12025
12026 2006-10-16  Bruno Haible  <bruno@clisp.org>
12027
12028         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
12029         * lib/sigprocmask.h: Include <sys/types.h>.
12030         (sigset_t): Use the system's definition if present.
12031
12032 2006-10-17  Eric Blake  <ebb9@byu.net>
12033
12034         * lib/xvasprintf.c (includes): Assume config.h.
12035         * lib/xasprintf.c (includes): Likewise.
12036
12037 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12038
12039         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
12040         at least as wide as intmax_t.
12041
12042 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
12043
12044         (Imported from Automake.)
12045         * build-aux/gnupload: Update to version 1.1 of directive file.
12046
12047 2006-10-16  Eric Blake  <ebb9@byu.net>
12048
12049         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
12050         match Automake 1.10a.
12051
12052 2006-10-14  Bruno Haible  <bruno@clisp.org>
12053
12054         * modules/sigprocmask: New file.
12055         * lib/sigprocmask.h: New file.
12056         * lib/sigprocmask.c: New file.
12057         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
12058         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
12059         request sigprocmask.o.
12060         (gl_PREREQ_SIGPROCMASK): New macro.
12061         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
12062         (Depends-on): Add sigprocmask.
12063         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
12064         gt_SIGNALBLOCKING. Test for 'raise' only once.
12065         * lib/fatal-signal.c: Include sigprocmask.h.
12066         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
12067         unblock_fatal_signals): Define always.
12068         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12069         sigprocmask.
12070
12071 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12072
12073         Sync from Automake.
12074         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
12075         which incorrectly sets the mode of an existing destination
12076         directory.  In some cases the unpatched install-sh could do the
12077         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
12078         system.  We hope this is rare in practice, but it's clearly worth
12079         fixing.  Problem reported by Alex Unleashed in
12080         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
12081         Also, don't bother to check for -m bugs unless we're using -m;
12082         suggested by Stepan Kasal.
12083
12084 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12085
12086         Sync from Automake.
12087         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
12088         `-c' flag, so they appear at the same position as in %FASTDEP%
12089         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
12090         which ignores unknown options only after the first non-option.
12091         Bug report against M4 by Nelson H. F. Beebe.
12092
12093 2006-10-13  Jim Meyering  <jim@meyering.net>
12094
12095         Fix a bug in yesterday's change.
12096         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
12097         p->fts_statp->st_dev would be used uninitialized.
12098         Ensures that we always call fts_stat on the very first entry.
12099         Miklos Szeredi reported that find -xdev stopped working.
12100
12101 2006-10-12  Bruno Haible  <bruno@clisp.org>
12102
12103         * gnulib-tool (func_get_automake_snippet): Append an automatically
12104         computed EXTRA_DIST augmentation.
12105         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
12106         * modules/alloca-opt (Makefile.am): Likewise.
12107         * modules/allocsa (Makefile.am): Likewise.
12108         * modules/arcfour (Makefile.am): Likewise.
12109         * modules/arctwo (Makefile.am): Likewise.
12110         * modules/argmatch (Makefile.am): Likewise.
12111         * modules/argz (Makefile.am): Likewise.
12112         * modules/atexit (Makefile.am): Likewise.
12113         * modules/backupfile (Makefile.am): Likewise.
12114         * modules/byteswap (Makefile.am): Likewise.
12115         * modules/c-strtod (Makefile.am): Likewise.
12116         * modules/c-strtold (Makefile.am): Likewise.
12117         * modules/calloc (Makefile.am): Likewise.
12118         * modules/canon-host (Makefile.am): Likewise.
12119         * modules/canonicalize (Makefile.am): Likewise.
12120         * modules/chdir-long (Makefile.am): Likewise.
12121         * modules/chdir-safer (Makefile.am): Likewise.
12122         * modules/check-version (Makefile.am): Likewise.
12123         * modules/chown (Makefile.am): Likewise.
12124         * modules/cloexec (Makefile.am): Likewise.
12125         * modules/close-stream (Makefile.am): Likewise.
12126         * modules/closeout (Makefile.am): Likewise.
12127         * modules/crc (Makefile.am): Likewise.
12128         * modules/csharpexec (Makefile.am): Likewise.
12129         * modules/cycle-check (Makefile.am): Likewise.
12130         * modules/des (Makefile.am): Likewise.
12131         * modules/dev-ino (Makefile.am): Likewise.
12132         * modules/dirfd (Makefile.am): Likewise.
12133         * modules/dirname (Makefile.am): Likewise.
12134         * modules/dup2 (Makefile.am): Likewise.
12135         * modules/eealloc (Makefile.am): Likewise.
12136         * modules/error (Makefile.am): Likewise.
12137         * modules/euidaccess (Makefile.am): Likewise.
12138         * modules/exclude (Makefile.am): Likewise.
12139         * modules/exitfail (Makefile.am): Likewise.
12140         * modules/fcntl-safer (Makefile.am): Likewise.
12141         * modules/fcntl (Makefile.am): Likewise.
12142         * modules/file-type (Makefile.am): Likewise.
12143         * modules/fileblocks (Makefile.am): Likewise.
12144         * modules/filemode (Makefile.am): Likewise.
12145         * modules/filenamecat (Makefile.am): Likewise.
12146         * modules/fnmatch (Makefile.am): Likewise.
12147         * modules/fopen-safer (Makefile.am): Likewise.
12148         * modules/fpending (Makefile.am): Likewise.
12149         * modules/fprintftime (Makefile.am): Likewise.
12150         * modules/free (Makefile.am): Likewise.
12151         * modules/fsusage (Makefile.am): Likewise.
12152         * modules/ftruncate (Makefile.am): Likewise.
12153         * modules/fts (Makefile.am): Likewise.
12154         * modules/gc-arcfour (Makefile.am): Likewise.
12155         * modules/gc-des (Makefile.am): Likewise.
12156         * modules/gc-hmac-md5 (Makefile.am): Likewise.
12157         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
12158         * modules/gc-md4 (Makefile.am): Likewise.
12159         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12160         * modules/gc-sha1 (Makefile.am): Likewise.
12161         * modules/gc (Makefile.am): Likewise.
12162         * modules/getaddrinfo (Makefile.am): Likewise.
12163         * modules/getcwd (Makefile.am): Likewise.
12164         * modules/getdelim (Makefile.am): Likewise.
12165         * modules/getdomainname (Makefile.am): Likewise.
12166         * modules/getgroups (Makefile.am): Likewise.
12167         * modules/gethostname (Makefile.am): Likewise.
12168         * modules/gethrxtime (Makefile.am): Likewise.
12169         * modules/getline (Makefile.am): Likewise.
12170         * modules/getloadavg (Makefile.am): Likewise.
12171         * modules/getlogin_r (Makefile.am): Likewise.
12172         * modules/getndelim2 (Makefile.am): Likewise.
12173         * modules/getopt (Makefile.am): Likewise.
12174         * modules/getpagesize (Makefile.am): Likewise.
12175         * modules/getpass-gnu (Makefile.am): Likewise.
12176         * modules/getpass (Makefile.am): Likewise.
12177         * modules/getsubopt (Makefile.am): Likewise.
12178         * modules/gettime (Makefile.am): Likewise.
12179         * modules/gettimeofday (Makefile.am): Likewise.
12180         * modules/getugroups (Makefile.am): Likewise.
12181         * modules/getusershell (Makefile.am): Likewise.
12182         * modules/glob (Makefile.am): Likewise.
12183         * modules/group-member (Makefile.am): Likewise.
12184         * modules/hard-locale (Makefile.am): Likewise.
12185         * modules/hash (Makefile.am): Likewise.
12186         * modules/hmac-md5 (Makefile.am): Likewise.
12187         * modules/hmac-sha1 (Makefile.am): Likewise.
12188         * modules/human (Makefile.am): Likewise.
12189         * modules/idcache (Makefile.am): Likewise.
12190         * modules/imaxabs (Makefile.am): Likewise.
12191         * modules/imaxdiv (Makefile.am): Likewise.
12192         * modules/inet_ntop (Makefile.am): Likewise.
12193         * modules/inet_pton (Makefile.am): Likewise.
12194         * modules/intprops (Makefile.am): Likewise.
12195         * modules/inttostr (Makefile.am): Likewise.
12196         * modules/inttypes (Makefile.am): Likewise.
12197         * modules/isapipe (Makefile.am): Likewise.
12198         * modules/javaversion (Makefile.am): Likewise.
12199         * modules/lchmod (Makefile.am): Likewise.
12200         * modules/lchown (Makefile.am): Likewise.
12201         * modules/localcharset (Makefile.am): Likewise.
12202         * modules/long-options (Makefile.am): Likewise.
12203         * modules/lstat (Makefile.am): Likewise.
12204         * modules/malloc (Makefile.am): Likewise.
12205         * modules/mathl (Makefile.am): Likewise.
12206         * modules/mbchar (Makefile.am): Likewise.
12207         * modules/md2 (Makefile.am): Likewise.
12208         * modules/md4 (Makefile.am): Likewise.
12209         * modules/md5 (Makefile.am): Likewise.
12210         * modules/memcasecmp (Makefile.am): Likewise.
12211         * modules/memchr (Makefile.am): Likewise.
12212         * modules/memcmp (Makefile.am): Likewise.
12213         * modules/memcoll (Makefile.am): Likewise.
12214         * modules/memcpy (Makefile.am): Likewise.
12215         * modules/memmem (Makefile.am): Likewise.
12216         * modules/memmove (Makefile.am): Likewise.
12217         * modules/mempcpy (Makefile.am): Likewise.
12218         * modules/memrchr (Makefile.am): Likewise.
12219         * modules/memset (Makefile.am): Likewise.
12220         * modules/memxor (Makefile.am): Likewise.
12221         * modules/mkancesdirs (Makefile.am): Likewise.
12222         * modules/mkdir-p (Makefile.am): Likewise.
12223         * modules/mkdir (Makefile.am): Likewise.
12224         * modules/mkdtemp (Makefile.am): Likewise.
12225         * modules/mkstemp (Makefile.am): Likewise.
12226         * modules/mktime (Makefile.am): Likewise.
12227         * modules/modechange (Makefile.am): Likewise.
12228         * modules/mountlist (Makefile.am): Likewise.
12229         * modules/nanosleep (Makefile.am): Likewise.
12230         * modules/obstack (Makefile.am): Likewise.
12231         * modules/openat (Makefile.am): Likewise.
12232         * modules/pagealign_alloc (Makefile.am): Likewise.
12233         * modules/pathmax (Makefile.am): Likewise.
12234         * modules/physmem (Makefile.am): Likewise.
12235         * modules/poll (Makefile.am): Likewise.
12236         * modules/posixtm (Makefile.am): Likewise.
12237         * modules/posixver (Makefile.am): Likewise.
12238         * modules/putenv (Makefile.am): Likewise.
12239         * modules/quote (Makefile.am): Likewise.
12240         * modules/quotearg (Makefile.am): Likewise.
12241         * modules/raise (Makefile.am): Likewise.
12242         * modules/read-file (Makefile.am): Likewise.
12243         * modules/readline (Makefile.am): Likewise.
12244         * modules/readlink (Makefile.am): Likewise.
12245         * modules/readtokens (Makefile.am): Likewise.
12246         * modules/readutmp (Makefile.am): Likewise.
12247         * modules/realloc (Makefile.am): Likewise.
12248         * modules/regex (Makefile.am): Likewise.
12249         * modules/rename-dest-slash (Makefile.am): Likewise.
12250         * modules/rename (Makefile.am): Likewise.
12251         * modules/rijndael (Makefile.am): Likewise.
12252         * modules/rmdir (Makefile.am): Likewise.
12253         * modules/rpmatch (Makefile.am): Likewise.
12254         * modules/safe-read (Makefile.am): Likewise.
12255         * modules/safe-write (Makefile.am): Likewise.
12256         * modules/same-inode (Makefile.am): Likewise.
12257         * modules/same (Makefile.am): Likewise.
12258         * modules/save-cwd (Makefile.am): Likewise.
12259         * modules/savedir (Makefile.am): Likewise.
12260         * modules/setenv (Makefile.am): Likewise.
12261         * modules/settime (Makefile.am): Likewise.
12262         * modules/sha1 (Makefile.am): Likewise.
12263         * modules/sig2str (Makefile.am): Likewise.
12264         * modules/snprintf (Makefile.am): Likewise.
12265         * modules/stat-macros (Makefile.am): Likewise.
12266         * modules/stat-time (Makefile.am): Likewise.
12267         * modules/stdbool (Makefile.am): Likewise.
12268         * modules/stdint (Makefile.am): Likewise.
12269         * modules/stdlib-safer (Makefile.am): Likewise.
12270         * modules/stpcpy (Makefile.am): Likewise.
12271         * modules/stpncpy (Makefile.am): Likewise.
12272         * modules/strcase (Makefile.am): Likewise.
12273         * modules/strcasestr (Makefile.am): Likewise.
12274         * modules/strchrnul (Makefile.am): Likewise.
12275         * modules/strcspn (Makefile.am): Likewise.
12276         * modules/strdup (Makefile.am): Likewise.
12277         * modules/strerror (Makefile.am): Likewise.
12278         * modules/strftime (Makefile.am): Likewise.
12279         * modules/strndup (Makefile.am): Likewise.
12280         * modules/strnlen (Makefile.am): Likewise.
12281         * modules/strpbrk (Makefile.am): Likewise.
12282         * modules/strsep (Makefile.am): Likewise.
12283         * modules/strstr (Makefile.am): Likewise.
12284         * modules/strtod (Makefile.am): Likewise.
12285         * modules/strtoimax (Makefile.am): Likewise.
12286         * modules/strtok_r (Makefile.am): Likewise.
12287         * modules/strtol (Makefile.am): Likewise.
12288         * modules/strtoll (Makefile.am): Likewise.
12289         * modules/strtoul (Makefile.am): Likewise.
12290         * modules/strtoull (Makefile.am): Likewise.
12291         * modules/strtoumax (Makefile.am): Likewise.
12292         * modules/strverscmp (Makefile.am): Likewise.
12293         * modules/sys_socket (Makefile.am): Likewise.
12294         * modules/sys_stat (Makefile.am): Likewise.
12295         * modules/sysexits (Makefile.am): Likewise.
12296         * modules/time_r (Makefile.am): Likewise.
12297         * modules/timegm (Makefile.am): Likewise.
12298         * modules/timespec (Makefile.am): Likewise.
12299         * modules/tmpfile-safer (Makefile.am): Likewise.
12300         * modules/trim (Makefile.am): Likewise.
12301         * modules/unistd-safer (Makefile.am): Likewise.
12302         * modules/unlinkdir (Makefile.am): Likewise.
12303         * modules/unlocked-io (Makefile.am): Likewise.
12304         * modules/userspec (Makefile.am): Likewise.
12305         * modules/utime (Makefile.am): Likewise.
12306         * modules/utimecmp (Makefile.am): Likewise.
12307         * modules/utimens (Makefile.am): Likewise.
12308         * modules/vasnprintf (Makefile.am): Likewise.
12309         * modules/vasprintf (Makefile.am): Likewise.
12310         * modules/vsnprintf (Makefile.am): Likewise.
12311         * modules/xalloc (Makefile.am): Likewise.
12312         * modules/xgetcwd (Makefile.am): Likewise.
12313         * modules/xnanosleep (Makefile.am): Likewise.
12314         * modules/xreadlink (Makefile.am): Likewise.
12315         * modules/xstrtod (Makefile.am): Likewise.
12316         * modules/xstrtol (Makefile.am): Likewise.
12317         * modules/xstrtold (Makefile.am): Likewise.
12318         * modules/yesno (Makefile.am): Likewise.
12319         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12320
12321 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12322
12323         * modules/error (Makefile.am): Distribute files through
12324         EXTRA_DIST, not lib_SOURCES.
12325
12326 2006-10-12  Eric Blake  <ebb9@byu.net>
12327
12328         * modules/error (Makefile.am): Distribute files in /lib.
12329         * modules/obstack (Makefile.am): Likewise.
12330
12331 2006-10-12  Bruno Haible  <bruno@clisp.org>
12332
12333         * modules/acl (Makefile.am): Distribute all files in lib/ through
12334         EXTRA_DIST.
12335         * modules/arcfour (Makefile.am): Likewise.
12336         * modules/arctwo (Makefile.am): Likewise.
12337         * modules/argmatch (Makefile.am): Likewise.
12338         * modules/argz (Makefile.am): Likewise.
12339         * modules/atexit (Makefile.am): Likewise.
12340         * modules/backupfile (Makefile.am): Likewise.
12341         * modules/c-strtod (Makefile.am): Likewise.
12342         * modules/c-strtold (Makefile.am): Likewise.
12343         * modules/calloc (Makefile.am): Likewise.
12344         * modules/canon-host (Makefile.am): Likewise.
12345         * modules/canonicalize (Makefile.am): Likewise.
12346         * modules/chdir-long (Makefile.am): Likewise.
12347         * modules/chdir-safer (Makefile.am): Likewise.
12348         * modules/check-version (Makefile.am): Likewise.
12349         * modules/chown (Makefile.am): Likewise.
12350         * modules/cloexec (Makefile.am): Likewise.
12351         * modules/close-stream (Makefile.am): Likewise.
12352         * modules/closeout (Makefile.am): Likewise.
12353         * modules/crc (Makefile.am): Likewise.
12354         * modules/cycle-check (Makefile.am): Likewise.
12355         * modules/des (Makefile.am): Likewise.
12356         * modules/dirfd (Makefile.am): Likewise.
12357         * modules/dirname (Makefile.am): Likewise.
12358         * modules/dup2 (Makefile.am): Likewise.
12359         * modules/euidaccess (Makefile.am): Likewise.
12360         * modules/exclude (Makefile.am): Likewise.
12361         * modules/exitfail (Makefile.am): Likewise.
12362         * modules/fcntl-safer (Makefile.am): Likewise.
12363         * modules/file-type (Makefile.am): Likewise.
12364         * modules/fileblocks (Makefile.am): Likewise.
12365         * modules/filemode (Makefile.am): Likewise.
12366         * modules/filenamecat (Makefile.am): Likewise.
12367         * modules/fnmatch (Makefile.am): Likewise.
12368         * modules/fopen-safer (Makefile.am): Likewise.
12369         * modules/fpending (Makefile.am): Likewise.
12370         * modules/fprintftime (Makefile.am): Likewise.
12371         * modules/free (Makefile.am): Likewise.
12372         * modules/fsusage (Makefile.am): Likewise.
12373         * modules/ftruncate (Makefile.am): Likewise.
12374         * modules/fts (Makefile.am): Likewise.
12375         * modules/gc (Makefile.am): Likewise.
12376         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12377         * modules/getaddrinfo (Makefile.am): Likewise.
12378         * modules/getcwd (Makefile.am): Likewise.
12379         * modules/getdelim (Makefile.am): Likewise.
12380         * modules/getdomainname (Makefile.am): Likewise.
12381         * modules/getgroups (Makefile.am): Likewise.
12382         * modules/gethostname (Makefile.am): Likewise.
12383         * modules/gethrxtime (Makefile.am): Likewise.
12384         * modules/getline (Makefile.am): Likewise.
12385         * modules/getloadavg (Makefile.am): Likewise.
12386         * modules/getlogin_r (Makefile.am): Likewise.
12387         * modules/getopt (Makefile.am): Likewise.
12388         * modules/getpass (Makefile.am): Likewise.
12389         * modules/getpass-gnu (Makefile.am): Likewise.
12390         * modules/getsubopt (Makefile.am): Likewise.
12391         * modules/gettime (Makefile.am): Likewise.
12392         * modules/gettimeofday (Makefile.am): Likewise.
12393         * modules/getugroups (Makefile.am): Likewise.
12394         * modules/getusershell (Makefile.am): Likewise.
12395         * modules/glob (Makefile.am): Likewise.
12396         * modules/group-member (Makefile.am): Likewise.
12397         * modules/hard-locale (Makefile.am): Likewise.
12398         * modules/hash (Makefile.am): Likewise.
12399         * modules/hmac-md5 (Makefile.am): Likewise.
12400         * modules/hmac-sha1 (Makefile.am): Likewise.
12401         * modules/human (Makefile.am): Likewise.
12402         * modules/idcache (Makefile.am): Likewise.
12403         * modules/imaxabs (Makefile.am): Likewise.
12404         * modules/imaxdiv (Makefile.am): Likewise.
12405         * modules/inet_ntop (Makefile.am): Likewise.
12406         * modules/inet_pton (Makefile.am): Likewise.
12407         * modules/inttostr (Makefile.am): Likewise.
12408         * modules/isapipe (Makefile.am): Likewise.
12409         * modules/lchown (Makefile.am): Likewise.
12410         * modules/long-options (Makefile.am): Likewise.
12411         * modules/lstat (Makefile.am): Likewise.
12412         * modules/malloc (Makefile.am): Likewise.
12413         * modules/mathl (Makefile.am): Likewise.
12414         * modules/mbchar (Makefile.am): Likewise.
12415         * modules/md2 (Makefile.am): Likewise.
12416         * modules/md4 (Makefile.am): Likewise.
12417         * modules/md5 (Makefile.am): Likewise.
12418         * modules/memcasecmp (Makefile.am): Likewise.
12419         * modules/memchr (Makefile.am): Likewise.
12420         * modules/memcmp (Makefile.am): Likewise.
12421         * modules/memcoll (Makefile.am): Likewise.
12422         * modules/memcpy (Makefile.am): Likewise.
12423         * modules/memmem (Makefile.am): Likewise.
12424         * modules/memmove (Makefile.am): Likewise.
12425         * modules/mempcpy (Makefile.am): Likewise.
12426         * modules/memrchr (Makefile.am): Likewise.
12427         * modules/memset (Makefile.am): Likewise.
12428         * modules/memxor (Makefile.am): Likewise.
12429         * modules/mkancesdirs (Makefile.am): Likewise.
12430         * modules/mkdir (Makefile.am): Likewise.
12431         * modules/mkdir-p (Makefile.am): Likewise.
12432         * modules/mkdtemp (Makefile.am): Likewise.
12433         * modules/mkstemp (Makefile.am): Likewise.
12434         * modules/mktime (Makefile.am): Likewise.
12435         * modules/modechange (Makefile.am): Likewise.
12436         * modules/mountlist (Makefile.am): Likewise.
12437         * modules/nanosleep (Makefile.am): Likewise.
12438         * modules/openat (Makefile.am): Likewise.
12439         * modules/pagealign_alloc (Makefile.am): Likewise.
12440         * modules/physmem (Makefile.am): Likewise.
12441         * modules/poll (Makefile.am): Likewise.
12442         * modules/posixtm (Makefile.am): Likewise.
12443         * modules/posixver (Makefile.am): Likewise.
12444         * modules/putenv (Makefile.am): Likewise.
12445         * modules/quote (Makefile.am): Likewise.
12446         * modules/quotearg (Makefile.am): Likewise.
12447         * modules/raise (Makefile.am): Likewise.
12448         * modules/read-file (Makefile.am): Likewise.
12449         * modules/readline (Makefile.am): Likewise.
12450         * modules/readlink (Makefile.am): Likewise.
12451         * modules/readtokens (Makefile.am): Likewise.
12452         * modules/readutmp (Makefile.am): Likewise.
12453         * modules/realloc (Makefile.am): Likewise.
12454         * modules/regex (Makefile.am): Likewise.
12455         * modules/rename (Makefile.am): Likewise.
12456         * modules/rename-dest-slash (Makefile.am): Likewise.
12457         * modules/rijndael (Makefile.am): Likewise.
12458         * modules/rmdir (Makefile.am): Likewise.
12459         * modules/rpmatch (Makefile.am): Likewise.
12460         * modules/safe-read (Makefile.am): Likewise.
12461         * modules/safe-write (Makefile.am): Likewise.
12462         * modules/same (Makefile.am): Likewise.
12463         * modules/save-cwd (Makefile.am): Likewise.
12464         * modules/savedir (Makefile.am): Likewise.
12465         * modules/setenv (Makefile.am): Likewise.
12466         * modules/settime (Makefile.am): Likewise.
12467         * modules/sha1 (Makefile.am): Likewise.
12468         * modules/sig2str (Makefile.am): Likewise.
12469         * modules/snprintf (Makefile.am): Likewise.
12470         * modules/stdlib-safer (Makefile.am): Likewise.
12471         * modules/stpcpy (Makefile.am): Likewise.
12472         * modules/stpncpy (Makefile.am): Likewise.
12473         * modules/strcase (Makefile.am): Likewise.
12474         * modules/strcasestr (Makefile.am): Likewise.
12475         * modules/strchrnul (Makefile.am): Likewise.
12476         * modules/strcspn (Makefile.am): Likewise.
12477         * modules/strdup (Makefile.am): Likewise.
12478         * modules/strerror (Makefile.am): Likewise.
12479         * modules/strftime (Makefile.am): Likewise.
12480         * modules/strndup (Makefile.am): Likewise.
12481         * modules/strnlen (Makefile.am): Likewise.
12482         * modules/strpbrk (Makefile.am): Likewise.
12483         * modules/strsep (Makefile.am): Likewise.
12484         * modules/strstr (Makefile.am): Likewise.
12485         * modules/strtod (Makefile.am): Likewise.
12486         * modules/strtoimax (Makefile.am): Likewise.
12487         * modules/strtok_r (Makefile.am): Likewise.
12488         * modules/strtol (Makefile.am): Likewise.
12489         * modules/strtoll (Makefile.am): Likewise.
12490         * modules/strtoul (Makefile.am): Likewise.
12491         * modules/strtoull (Makefile.am): Likewise.
12492         * modules/strtoumax (Makefile.am): Likewise.
12493         * modules/strverscmp (Makefile.am): Likewise.
12494         * modules/time_r (Makefile.am): Likewise.
12495         * modules/timegm (Makefile.am): Likewise.
12496         * modules/tmpfile-safer (Makefile.am): Likewise.
12497         * modules/unistd-safer (Makefile.am): Likewise.
12498         * modules/unlinkdir (Makefile.am): Likewise.
12499         * modules/userspec (Makefile.am): Likewise.
12500         * modules/utime (Makefile.am): Likewise.
12501         * modules/utimecmp (Makefile.am): Likewise.
12502         * modules/utimens (Makefile.am): Likewise.
12503         * modules/vasnprintf (Makefile.am): Likewise.
12504         * modules/vasprintf (Makefile.am): Likewise.
12505         * modules/vsnprintf (Makefile.am): Likewise.
12506         * modules/xalloc (Makefile.am): Likewise.
12507         * modules/xgetcwd (Makefile.am): Likewise.
12508         * modules/xnanosleep (Makefile.am): Likewise.
12509         * modules/xreadlink (Makefile.am): Likewise.
12510         * modules/xstrtod (Makefile.am): Likewise.
12511         * modules/xstrtol (Makefile.am): Likewise.
12512         * modules/xstrtold (Makefile.am): Likewise.
12513         * modules/yesno (Makefile.am): Likewise.
12514
12515 2006-10-12  Jim Meyering  <jim@meyering.net>
12516
12517         * m4/getloadavg.m4: Revert the change below.
12518
12519         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12520         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12521         fail with a symlink, which is what coreutils' ./bootstrap now
12522         creates by default.
12523
12524 2006-10-12  Bruno Haible  <bruno@clisp.org>
12525
12526         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12527         mingw.
12528         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12529         MSVC and mingw explicitly.
12530
12531 2006-10-11  Simon Josefsson  <jas@extundo.com>
12532             Bruno Haible  <bruno@clisp.org>
12533
12534         Add support for multiple gnulib-tool invocations in the scope of a
12535         single configure.ac file.
12536         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12537         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12538         with the same contents as the _LIBADD variable.
12539         (func_emit_initmacro_start, func_emit_initmacro_end,
12540         func_emit_initmacro_done): New functions.
12541         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12542         gl_LIBOBJS and gl_LTLIBOBJS.
12543
12544 2006-10-11  Bruno Haible  <bruno@clisp.org>
12545
12546         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12547         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12548         autoreconf. Instead, invoke autopoint explicitly but move back the
12549         *.m4 files from gnulib.
12550
12551 2006-10-11  Bruno Haible  <bruno@clisp.org>
12552
12553         * gnulib-tool (func_usage): Make module names after --create-testdir
12554         optional.
12555         (func_create_testdir): If no module was specified, use nearly all
12556         modules.
12557
12558 2006-10-12  Jim Meyering  <jim@meyering.net>
12559
12560         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12561         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12562         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12563         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12564         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12565         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12566         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12567         (fts_set_stat_required): New function.
12568         (fts_open): Defer the calls to fts_stat, if possible or requested.
12569         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12570         into fts_stat itself.
12571         (fts_read): Perform any required (deferred) fts_stat call.
12572         (fts_build): Likewise, for the directory we're about to open and read.
12573         In the readdir loop, carefully decide whether each entry will require
12574         an eventual call to fts_stat, using dirent.d_type info if available.
12575         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12576         a command line argument into this function.  Update all callers.
12577         Map a return value of FTS_DOT to FTS_D for a command line argument.
12578         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12579         Thanks to Miklos Szeredi for his tenacity and for the initial
12580         bug report about "find" failing on a FUSE-based file system.
12581
12582         * lib/fts.c (fts_open): Use consistent indentation.
12583
12584 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12585
12586         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12587         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12588         reported by Jim Meyering.  All uses of cache variables renamed
12589         to match Autoconf's.
12590         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12591         the other one.
12592
12593         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12594         Fix misspelling in diagnostic.
12595
12596 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12597
12598         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12599         defined.  Problem reported by Matthew Woehlke.
12600
12601         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12602         Add support for Tandem NonStop R series.
12603         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12604         Use new macro.
12605
12606         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12607         (has_trailing_slash): Omit size arg; all callers changed.
12608         Omit 'inline', since it doesn't help performance and we'd
12609         need to configure it.
12610         Don't count //, ///, etc. as having a trailing slash.
12611         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12612         (rpl_rename_dest_slash): On failure, use rename's errno rather
12613         than (in some cases) an incorrect or junk errno.
12614         Simplify code by removing need to compute length; this does
12615         cause it to make two passes instead of one over the file name,
12616         but it's worth it.
12617
12618         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12619         change, since Autoconf's version may no longer be appropriate now
12620         that we are using CVS Autoconf's version.  Add support for Tandem.
12621
12622 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12623             Bruno Haible  <bruno@clisp.org>
12624
12625         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12626         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12627         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12628         gl_AC_TYPE_LONG_LONG.
12629
12630         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12631         instead of HAVE_LONG_LONG.
12632         * lib/printf-args.c (printf_fetchargs): Likewise.
12633         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12634         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12635         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12636         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12637         gl_AC_TYPE_LONG_LONG.
12638
12639 2006-10-11  Bruno Haible  <bruno@clisp.org>
12640
12641         * m4/longlong.m4: Add comments.
12642         * m4/ulonglong.m4: Likewise.
12643
12644 2006-10-10  Bruno Haible  <bruno@clisp.org>
12645
12646         Make it possible to #define stpcpy, strdup to aliases.
12647         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12648         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12649
12650 2006-10-10  Bruno Haible  <bruno@clisp.org>
12651
12652         Make it possible to #define gcd to an alias.
12653         * lib/gcd.c: Include config.h.
12654
12655 2006-10-10  Bruno Haible  <bruno@clisp.org>
12656
12657         Make it possible to #define c_isascii to an alias.
12658         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12659         defined. Undefine the macros before defining them, to avoid gcc
12660         warnings.
12661         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12662         define NO_C_CTYPE_MACROS early.
12663
12664 2006-10-10  Bruno Haible  <bruno@clisp.org>
12665
12666         Make it possible to #define set_program_name to an alias.
12667         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12668         ENABLE_RELOCATABLE early.
12669
12670 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12671
12672         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12673         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12674         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12675         More generally, don't assume that 64-bit signed int is available
12676         if unsigned int is, and vice versa.
12677         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12678         unsigned symbols, not on their signed counterparts.
12679         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12680         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12681         (UINT64_C, UINTMAX_C):
12682         Likewise.
12683         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12684         unsigned counterparts.
12685         (Have_long_long, Unsigned): New macros.
12686         (Int): Renamed from INT.
12687         (strtoimax): Use the new macros.
12688         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12689         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12690         * modules/inttypes (inttypes.h): Substitute
12691         HAVE_UNSIGNED_LONG_LONG_INT.
12692         * modules/stdint (stdint.h): Likewise.
12693         (Files): Add m4/ulonglong.m4.
12694
12695 2006-10-10  Bruno Haible  <bruno@clisp.org>
12696
12697         Fix a gcc -Wshadow warning.
12698         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12699         to 'bucket'.
12700         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12701         gl_linked_indexof_from_to): Likewise.
12702         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12703         Likewise.
12704         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12705         Likewise.
12706         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12707         Reported by Eric Blake.
12708
12709 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12710
12711         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12712         for NetBSD.  Problem reported by Bruno Haible.
12713
12714 2006-10-09  Jim Meyering  <jim@meyering.net>
12715
12716         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12717         Patch from Bruno Haible.
12718
12719 2006-10-09  Jim Meyering  <jim@meyering.net>
12720
12721         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12722         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12723         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12724
12725 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12726
12727         Don't include <config.h> twice; this doesn't work in some cases,
12728         e.g., when config.h has "#define intmax_t long long int" and
12729         we include <config.h>, <inttypes.h>, <config.h> in that order.
12730         Problem reported by Matthew Woehlke in:
12731         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12732         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12733         * lib/fts-cycle.c: Don't include config.h.
12734         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12735         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12736         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12737         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12738         inttypes.h.
12739         * lib/xstrtoumax.c: Likewise.
12740         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12741         __strtol and the like, so that this module is more like its siblings.
12742         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12743         Remove; no longer needed now that we assume gnulib inttypes.h.
12744
12745 2006-10-08  Bruno Haible  <bruno@clisp.org>
12746
12747         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12748         option.
12749
12750 2006-10-07  Jim Meyering  <jim@meyering.net>
12751
12752         * modules/inttypes (inttypes.h): Revert what seems to have been
12753         an inadvertent part of today's change: use "|", not "/" in the
12754         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12755
12756 2006-10-07  Bruno Haible  <bruno@clisp.org>
12757
12758         * modules/sublist: New file.
12759
12760 2006-10-07  Bruno Haible  <bruno@clisp.org>
12761
12762         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12763         * modules/argz (argz.h): Likewise.
12764         * modules/arpa_inet (arpa/inet.h): Likewise.
12765         * modules/byteswap (byteswap.h): Likewise.
12766         * modules/configmake (configmake.h): Likewise.
12767         * modules/fcntl (fcntl.h): Likewise.
12768         * modules/fnmatch (fnmatch.h): Likewise.
12769         * modules/getopt (getopt.h): Likewise.
12770         * modules/glob (glob.h): Likewise.
12771         * modules/inttypes (inttypes.h): Likewise.
12772         * modules/netinet_in (netinet/in.h): Likewise.
12773         * modules/poll (poll.h): Likewise.
12774         * modules/stdbool (stdbool.h): Likewise.
12775         * modules/stdint (stdint.h): Likewise.
12776         * modules/sys_select (sys/select.h): Likewise.
12777         * modules/sys_socket (sys/socket.h): Likewise.
12778         * modules/sys_stat (sys/stat.h): Likewise.
12779         * modules/sysexits (sysexits.h): Likewise.
12780         * modules/unistd (unistd.h): Likewise.
12781         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12782         Add a "DO NOT EDIT" comment to the generated file.
12783         (func_import): Likewise for gnulib-comp.m4.
12784
12785 2006-10-07  Bruno Haible  <bruno@clisp.org>
12786
12787         * lib/gl_sublist.h: New file.
12788         * lib/gl_sublist.c: New file.
12789
12790 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12791
12792         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12793         name (relative to the original working directory) and the file
12794         name component (relative to the temporary working directory).  All
12795         callers changed.
12796         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12797         * lib/mkdir-p.c (make_dir_parents): Likewise.
12798         * lib/mkdir-p.h (make_dir_parents): Likewise.
12799
12800 2006-10-06  Eric Blake  <ebb9@byu.net>
12801
12802         Define several macros for use by the clean-temp module.
12803         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12804         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12805         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12806
12807         * lib/clean-temp.h (close_stream_temp): New declaration.
12808         * lib/clean-temp.c (includes): Pull in headers according to what
12809         other modules are in use.
12810         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12811
12812 2006-10-06  Bruno Haible  <bruno@clisp.org>
12813
12814         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12815         instead of fopen, fwriteerror.
12816
12817 2006-10-06  Bruno Haible  <bruno@clisp.org>
12818
12819         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12820         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12821         int.
12822         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12823         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12824         Return an error indicator.
12825         Suggested by Eric Blake.
12826
12827 2006-10-06  Bruno Haible  <bruno@clisp.org>
12828
12829         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12830         Reported by Eric Blake.
12831
12832 2006-10-06  Bruno Haible  <bruno@clisp.org>
12833
12834         * modules/closeout (Description): Mention stderr too.
12835
12836 2006-10-06  Bruno Haible  <bruno@clisp.org>
12837         and Paul Eggert  <eggert@cs.ucla.edu>
12838
12839         * lib/closeout.c (close_stdout): Also close stderr.
12840         * lib/closeout.h: Update comment.
12841
12842 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12843
12844         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12845         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12846         * lib/dirchownmod.c: Include lchown.h.
12847         * lib/lchown.c: Don't include files that lchown.h now includes.
12848         Don't declare chown, since lchown.h now does that.
12849         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12850         (lchown): Define to rpl_chown if lchown is declared but
12851         does not exist.  Declare using a prototype if lchown is not
12852         declared.  Add a copyright notice.
12853         * lib/mkstemp.h: Include <unistd.h>.
12854         * lib/openat.c: Include lchown.h.
12855
12856         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12857         we now test for that separately.
12858         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12859         rather than O_NOFOLLOW, when testing whether it's possible to
12860         avoid a race condition reliably.
12861         * lib/savewd.c (savewd_chdir): Likewise.
12862
12863         Remove macros that are no longer needed now that stdint.h is
12864         reliable.
12865         * lib/fsusage.c (UINTMAX_MAX): Remove.
12866         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12867         * lib/utimecmp.c (SIZE_MAX): Remove.
12868
12869         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12870
12871         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12872         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12873         O_NOATIME works.
12874
12875 2006-10-05  Bruno Haible  <bruno@clisp.org>
12876
12877         * lib/gl_list.h (gl_sortedlist_search_from_to,
12878         gl_sortedlist_indexof_from_to): New declarations.
12879         (gl_list_implementation): New fields sortedlist_search_from_to,
12880         sortedlist_indexof_from_to.
12881         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12882         inline functions.
12883         * lib/gl_list.c (gl_sortedlist_search_from_to,
12884         gl_sortedlist_indexof_from_to): New functions.
12885         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12886         function.
12887         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12888         (gl_array_sortedlist_search_from_to): New function.
12889         (gl_array_list_implementation): Update.
12890         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12891         function.
12892         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12893         (gl_carray_sortedlist_search_from_to): New function.
12894         (gl_carray_list_implementation): Update.
12895         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12896         gl_linked_sortedlist_indexof_from_to): New functions.
12897         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12898         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12899         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12900         gl_tree_sortedlist_indexof_from_to): New functions.
12901         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12902         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12903         Update.
12904         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12905         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12906         Update.
12907
12908 2006-10-05  Bruno Haible  <bruno@clisp.org>
12909
12910         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12911         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12912         (struct gl_list_implementation): Add fields search_from_to,
12913         indexof_from_to. Remove fields search, indexof.
12914         (gl_list_search): Use the search_from_to method.
12915         (gl_list_search_from, gl_list_search_from_to): New functions.
12916         (gl_list_indexof): Use the indexof_from_to method.
12917         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12918         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12919         (gl_list_search_from, gl_list_search_from_to): New functions.
12920         (gl_list_indexof): Use the indexof_from_to method.
12921         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12922         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12923         gl_array_indexof. Add start_index, end_index arguments.
12924         (gl_array_search_from_to): Renamed from gl_array_search. Add
12925         start_index, end_index arguments.
12926         (gl_array_remove, gl_array_list_implementation): Update.
12927         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12928         gl_carray_indexof. Add start_index, end_index arguments.
12929         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12930         start_index, end_index arguments.
12931         (gl_carray_remove, gl_carray_list_implementation): Update.
12932         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12933         gl_linked_search. Add start_index, end_index arguments.
12934         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12935         start_index, end_index arguments.
12936         (gl_linked_remove): Update.
12937         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12938         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12939         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12940         field to 'size_t'.
12941         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12942         gl_tree_search. Add start_index, end_index arguments.
12943         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12944         start_index, end_index arguments.
12945         (gl_tree_remove): Update.
12946         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12947         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12948         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12949         function.
12950         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12951         gl_tree_search. Add start_index, end_index arguments.
12952         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12953         start_index, end_index arguments.
12954         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12955         Update.
12956         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12957
12958 2006-10-05  Bruno Haible  <bruno@clisp.org>
12959
12960         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12961
12962         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12963         fwriteerror_temp): New declarations.
12964         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12965         (descriptors): New variable.
12966         (cleanup): First, close the descriptors.
12967         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12968         fclose_temp, fwriteerror_temp): New functions.
12969
12970 2006-10-04  Jim Meyering  <jim@meyering.net>
12971
12972         * lib/fts.c (fts_open): Tiny comment change.
12973
12974 2006-10-04  Bruno Haible  <bruno@clisp.org>
12975
12976         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12977         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12978         gl_LOCK_BODY.
12979         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12980         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12981         gl_LOCK_EARLY_BODY.
12982         (gl_LOCK): Require gl_LOCK_BODY.
12983
12984 2006-10-04  Bruno Haible  <bruno@clisp.org>
12985
12986         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12987         (gl_oset_search_atleast): New declaration.
12988         (struct gl_oset_implementation): Add field 'search_atleast'.
12989         (gl_oset_search_atleast): New inline function.
12990         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12991         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12992         (gl_array_oset_implementation): Update.
12993         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12994         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12995         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12996
12997 2006-10-04  Bruno Haible  <bruno@clisp.org>
12998
12999         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
13000
13001 2006-10-03  Bruno Haible  <bruno@clisp.org>
13002
13003         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
13004         from gl_avltreehash_list_implementation.
13005
13006 2006-10-03  Bruno Haible  <bruno@clisp.org>
13007
13008         * lib/gl_oset.c (gl_oset_add): Fix return type.
13009
13010 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
13011
13012         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
13013
13014 2006-10-02  Eric Blake  <ebb9@byu.net>
13015
13016         * modules/strnlen (Depends-on): Add extensions.
13017
13018 2006-10-02  Eric Blake  <ebb9@byu.net>
13019
13020         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
13021         definition in 2.60+.
13022
13023 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13024
13025         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
13026         checks.
13027
13028 2006-10-02  Bruno Haible  <bruno@clisp.org>
13029
13030         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
13031         to the AUTOMAKE_OPTIONS.
13032         Reported by Jim Meyering.
13033
13034 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         Work around bug in Solaris 10 /proc file system:
13037         /proc/self/fd/NNN/.. isn't the parent directory of
13038         the directory whose file descriptor is NNN.  This needs to
13039         be worked around at run time, not compile time, since a
13040         program might be built on Solaris 8, where things work, and
13041         run on Solaris 10.
13042         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
13043         to use the following interface instead:
13044         (OPENAT_BUFFER_SIZE): New macro.
13045         (openat_proc_name): New function.
13046         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
13047         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
13048         Likewise.
13049         * lib/openat-proc.c: New file.
13050         * modules/openat (Files): Add lib/openat-proc.c.
13051         (Depends-on): Add same-inode, stdbool.
13052         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
13053
13054 2006-09-29  Bruno Haible  <bruno@clisp.org>
13055
13056         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
13057         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
13058         argument. Set stdout_closed before testing for ferror, not after.
13059         (fwriteerror, fwriteerror_no_ebadf): New functions.
13060
13061 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13062
13063         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
13064
13065 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
13066
13067         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
13068         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
13069
13070 2006-09-28  Jim Meyering  <jim@meyering.net>
13071
13072         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
13073         Include <unistd.h>.
13074
13075 2006-09-28  Bruno Haible  <bruno@clisp.org>
13076
13077         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
13078         * modules/linkedhash-list (Depends-on): Likewise.
13079         * modules/rbtreehash-list (Depends-on): Likewise.
13080
13081 2006-09-28  Bruno Haible  <bruno@clisp.org>
13082
13083         * lib/strndup.h: Simplify the redefinition of strndup.
13084         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
13085         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
13086
13087 2006-09-28  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
13090         * lib/gl_linkedhash_list.c: Likewise.
13091         * lib/gl_rbtreehash_list.c: Likewise.
13092
13093 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13094
13095         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
13096         getaddrinfo.
13097
13098         * lib/__fpending.h: Don't include <stdio_ext.h> unless
13099         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
13100         it causes <stdio_ext.h> to cause a compile-time error.
13101         Problem reported by Nelson H. F. Beebe.
13102         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
13103         of HAVE_DECL___PENDING.
13104
13105         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
13106         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
13107         declaration.
13108
13109 2006-09-27  Jim Meyering  <jim@meyering.net>
13110
13111         This file could end up with a definition for a function
13112         named __strndup, rather than rpl_strndup on a system with
13113         incomplete weak_alias support.
13114         * lib/strndup.c (strndup): Rename from __strndup.
13115         Remove #defines that used to map __strndup to strndup.
13116         Don't use K&R prototypes.
13117         Remove LIBC-related code, since this file is not sync'd with glibc.
13118         * lib/strndup.h: Revamp, accordingly.
13119         * m4/strndup.m4: Modernize.
13120
13121 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13122
13123         * modules/savewd (Depends-on): Add 'raise'.
13124         * lib/savewd.c: Include <signal.h>, for 'raise'.
13125
13126 2006-09-26  Jim Meyering  <jim@meyering.net>
13127
13128         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
13129         when we detect Darwin 8.7.0's acl_get_file bug.
13130         Rearrange to perform the new (below) run-test while $LIBS
13131         contains any acl-related library.  Set USE_ACL at the end.
13132         (gl_ACL_GET_FILE): New function.
13133
13134 2006-09-26  Eric Blake  <ebb9@byu.net>
13135
13136         * lib/verror.c: Include <config.h> unconditionally.
13137
13138 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
13139
13140         * modules/clock-time (Maintainer): Add self.
13141         * modules/getlogin_r (Depends-on): Add extensions.
13142
13143 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13144
13145         * modules/clock-time: New module.
13146         * modules/nanosleep (Depends-on): Add clock-time.
13147         * modules/gethrxtime (Depends-on): Likewise.
13148         * modules/gettime (Depends-on): Likewise.
13149         * modules/settime (Depends-on): Likewise.
13150
13151         * modules/fts-lgpl: Depend on openat.
13152         * modules/mkancesdirs: Depend on savewd.
13153         * modules/mkdir-p: Likewise.
13154
13155 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13156
13157         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
13158
13159         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
13160         `gl_have_arbitrary_file_name_length_limit' to
13161         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
13162         actually works between configure runs.
13163
13164 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13165             Bruno Haible  <bruno@clisp.org>
13166
13167         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
13168
13169 2006-09-25  Jim Meyering  <jim@meyering.net>
13170
13171         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
13172         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
13173
13174 2006-09-25  Eric Blake  <ebb9@byu.net>
13175
13176         * gnulib-tool (func_import, func_create_testdir): Fix typos in
13177         exec's in 2006-09-18 patch when shuffling fds.
13178
13179 2006-09-25  Bruno Haible  <bruno@clisp.org>
13180
13181         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
13182         Reported by Jim Meyering.
13183
13184 2006-09-24  Jim Meyering  <jim@meyering.net>
13185
13186         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
13187         compare a pointer against a literal "0".  That caused failures with
13188         at least HP-UX's hpcc.
13189
13190 2006-09-22  Simon Josefsson  <jas@extundo.com>
13191
13192         * modules/gc-sha1:
13193         * modules/gc-md4:
13194         * modules/gc-hmac-sha1:
13195         * modules/gc-hmac-md5:
13196         * modules/gc-des:
13197         * modules/gc-arcfour: Distribute more files.
13198
13199 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13200
13201         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13202         (gl_linked_iterator_from_to): Initialize struct completely.
13203         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13204         (gl_tree_iterator_from_to): Likewise
13205         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13206         * lib/gl_array_list.c [lint] (gl_array_iterator)
13207         (gl_array_iterator_from_to): Likewise.
13208         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13209         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13210         (gl_carray_iterator_from_to): Likewise.
13211
13212         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13213         * lib/md4.c (md4_process_block): Remove unused variable.
13214         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13215         parentheses for clarity.
13216
13217 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13218
13219         * modules/bison-i18n (Depends-on): Add gettext.
13220
13221 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13222
13223         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13224         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13225         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13226         also add missing comma that caused broken test.
13227         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13228         stdlib.h, for `abort'.
13229         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13230         variables.
13231         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13232         include unistd.h if present, for `rmdir'.
13233         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13234         variables.
13235         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13236         in the process include standard headers for prototypes.
13237         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13238         gets declared on GNU/Linux.
13239         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13240         unistd.h, for `rmdir'.
13241         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13242
13243         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13244         always true.
13245         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13246
13247         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13248
13249 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13250
13251         * gnulib-tool (func_version): Create output all at once.  This
13252         may help avoid triggering unnecessary SIGPIPEs, and at any
13253         rate it doesn't hurt.
13254
13255 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13256             Bruno Haible  <bruno@clisp.org>
13257
13258         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13259         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13260         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13261
13262         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13263         (gl_FUNC_VASPRINTF): Invoke it.
13264
13265 2006-09-22  Bruno Haible  <bruno@clisp.org>
13266
13267         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13268         getloadavg.c as first argument.
13269
13270 2006-09-22  Bruno Haible  <bruno@clisp.org>
13271
13272         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13273         at the beginning of the gl_INIT macro.
13274         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13275         gl_GETLOADAVG.
13276
13277 2006-09-22  Bruno Haible  <bruno@clisp.org>
13278
13279         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13280         module.
13281         Suggested by Ralf Wildenhues.
13282
13283 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13284
13285         Import this patch from libc:
13286
13287         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13288
13289         * lib/regex_internal.c (re_string_reconstruct): Handle
13290         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13291         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13292         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13293         re_string_context_at.
13294
13295         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13296         now requires it.
13297         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13298         gl_REGEX now does it for us.
13299         (gl_REGEX): Add test taken from
13300         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13301
13302         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13303         Check that large offsets work.  Modernize Autoconf usages.
13304         Prefer "yes" to mean a good thing rather than a bad.
13305         Don't put "#define mkstemp" in config.h, as this might interfere
13306         with standard system headers that "#define mkstemp mkstemp64".
13307
13308         * modules/mkstemp (Depends-on): Add extensions, so that
13309         mkstemp is visible on some platforms.
13310         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13311         (Include): Change to "mkstemp.h" from <stdlib.h>.
13312         (Files): Add mkstemp.h.
13313
13314         * lib/mkstemp.h: New file, since some standard headers
13315         #define mkstemp.
13316         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13317         Include "mkstemp.h".
13318         Make the _LIBC code resemble glibc original more,
13319         e.g., use K&R style.
13320         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13321         (mkstemp): Remove, since mkstemp.h does this for us.
13322         * lib/stdlib--.h: Include mkstemp.h.
13323
13324         Import this patch from libc:
13325
13326         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13327
13328         * lib/tempname.c (__gen_tempname): Change attempts_min
13329         into a macro.  Use preprocessor to decide how to initialize
13330         attempts [Coverity CID 67].
13331
13332 2006-09-20  Bruno Haible  <bruno@clisp.org>
13333
13334         * lib/mkdtemp.c: Import from libc.
13335         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13336                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13337                 attempts_min into a macro.  Use preprocessor to decide how to
13338                 initialize attempts [Coverity CID 67].
13339         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13340                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13341                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13342
13343 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13344
13345         * gnulib-tool (func_exit): New function, to allow to pass the
13346         exit status portably through the trap.  Use everywhere.
13347         (--help, --version): Signal a write error.
13348         (trap): catch SIGPIPE, for write errors.
13349         Exit at the end of the trap, with the correct exit status.
13350
13351 2006-09-19  Karl Berry  <karl@gnu.org>
13352
13353         * doc/gnulib.texi: note about the license texinfo files.
13354
13355 2006-09-19  Eric Blake  <ebb9@byu.net>
13356
13357         * gnulib-tool: Avoid space-tab.
13358
13359 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13360
13361         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13362         that prevented coreutils 6.1 from building.  Problem reported
13363         by Petter Reinholdtsen.
13364
13365 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13366
13367         * gnulib-tool (avoidlist): Fix typo that broke options like
13368         --avoid=lock that are used by coreutils bootstrap.
13369
13370 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13371
13372         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13373         more systematically.
13374
13375 2006-09-18  Jim Meyering  <jim@meyering.net>
13376
13377         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13378
13379 2006-09-18  Bruno Haible  <bruno@clisp.org>
13380
13381         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13382
13383 2006-09-18  Bruno Haible  <bruno@clisp.org>
13384
13385         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13386         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13387         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13388         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13389         * m4/gettext.m4: Require autoconf >= 2.52.
13390         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13391         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13392         of gl_cv_header_inttypes_h.
13393
13394 2006-09-18  Bruno Haible  <bruno@clisp.org>
13395
13396         * lib/javaversion.c: Include configmake.h.
13397
13398 2006-09-18  Bruno Haible  <bruno@clisp.org>
13399
13400         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13401         avoid that the while loops be executed in a subshell.
13402
13403 2006-09-18  Bruno Haible  <bruno@clisp.org>
13404
13405         * MODULES.html.sh (func_module): Break long lines.
13406         Suggested by Bruce Korb <bkorb@gnu.org>.
13407
13408 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13409
13410         Speed up by a factor of 1.12.
13411         * gnulib-tool (nl): New variable.
13412         (func_import): Rewrite include directive extraction to only read each
13413         directive once.
13414
13415 2006-09-17  Bruno Haible  <bruno@clisp.org>
13416
13417         * modules/javaversion (Makefile.am): Remove DEFS setting.
13418         (Depends-on): Add configmake, for PKGDATADIR definition.
13419
13420 2006-09-17  Bruno Haible  <bruno@clisp.org>
13421
13422         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13423
13424 2006-09-17  Bruno Haible  <bruno@clisp.org>
13425
13426         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13427         (func_modules_transitive_closure, func_modules_add_dummy,
13428         func_modules_to_filelist, func_import, func_create_testdir,
13429         func_create_megatestdir, ...): Use it wherever possible.
13430         Suggested by Ralf Wildenhues.
13431
13432 2006-09-16  Karl Berry  <karl@gnu.org>
13433
13434         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13435         to avoid sectioning errors.
13436         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13437         [ifinfo]: blank line after @center-ed titles.
13438         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13439         Spell FSF address consistently with others.
13440         (These changes approved by rms.)
13441
13442 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13443
13444         Speed up by a factor of 1.61.
13445         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13446         already checked module names again.
13447
13448 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13449
13450         Speed up by a factor of 1.13.
13451         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13452         for new_files, and the input to func_add_or_update.
13453
13454 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13455
13456         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13457         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13458
13459 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13460
13461         * modules/mkancesdirs (Depends-on): Add fcntl.
13462         * modules/savewd: New file.
13463         * MODULES.html.sh (File system functions): Add savewd.
13464
13465         * modules/configmake (Makefile.am): Add support for the
13466         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13467
13468 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13469
13470         * m4/savewd.m4: New file.
13471
13472 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13473
13474         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13475         (dirchownmod): New arg FD.  All callers changed.
13476         Use FD rather than opening the directory ourself, as opening is
13477         now the caller's responsibility.
13478         * lib/dirchownmod.h: Likewise.
13479         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13480         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13481         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13482         (test_dir): Remove.
13483         (mkancesdirs): Return length of prefix of FILE that has already
13484         been made, or -2 if there is a child doing the work.  Redo
13485         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13486         ".", and treat ".." specially since it might stray back into
13487         already-created areas.  Use a subprocess if necessary.  New arg
13488         WD; all users changed.  MAKE_DIR function should now return 1
13489         if it creates a directory that is not readable.  Return -2 if
13490         a child process is spun off.
13491         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13492         Adjust signature to match code.
13493         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13494         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13495         all users changed.
13496         * lib/savewd.c, lib/savewd.h: New files.
13497
13498 2006-09-15  Jim Meyering  <jim@meyering.net>
13499
13500         * modules/rename-dest-slash: New module.
13501         * MODULES.html.sh (posix_compat): Add it here.
13502
13503         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13504
13505 2006-09-15  Jim Meyering  <jim@meyering.net>
13506
13507         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13508         file.
13509
13510         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13511
13512 2006-09-15  Jim Meyering  <jim@meyering.net>
13513
13514         * lib/rename-dest-slash.c (has_trailing_slash): Use
13515         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13516         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13517         test before testing whether SRC is a directory.
13518         Suggestions from Bruno Haible.
13519
13520         Avoid a warning about an unused variable.
13521         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13522         into the #ifdef block where it's used.
13523
13524         * lib/rename-dest-slash.c: New file.
13525
13526 2006-09-14  Bruno Haible  <bruno@clisp.org>
13527
13528         * lib/allocsa.c: Include <config.h> unconditionally.
13529         * lib/asnprintf.c: Likewise.
13530         * lib/asprintf.c: Likewise.
13531         * lib/c-strcasecmp.c: Likewise.
13532         * lib/c-strcasestr.c: Likewise.
13533         * lib/c-strncasecmp.c: Likewise.
13534         * lib/c-strstr.c: Likewise.
13535         * lib/classpath.c: Likewise.
13536         * lib/clean-temp.c: Likewise.
13537         * lib/concatpath.c: Likewise.
13538         * lib/copy-file.c: Likewise.
13539         * lib/csharpcomp.c: Likewise.
13540         * lib/csharpexec.c: Likewise.
13541         * lib/execute.c: Likewise.
13542         * lib/fatal-signal.c: Likewise.
13543         * lib/findprog.c: Likewise.
13544         * lib/fwriteerror.c: Likewise.
13545         * lib/gl_array_list.c: Likewise.
13546         * lib/gl_array_oset.c: Likewise.
13547         * lib/gl_avltree_list.c: Likewise.
13548         * lib/gl_avltree_oset.c: Likewise.
13549         * lib/gl_avltreehash_list.c: Likewise.
13550         * lib/gl_carray_list.c: Likewise.
13551         * lib/gl_linked_list.c: Likewise.
13552         * lib/gl_linkedhash_list.c: Likewise.
13553         * lib/gl_list.c: Likewise.
13554         * lib/gl_oset.c: Likewise.
13555         * lib/gl_rbtree_list.c: Likewise.
13556         * lib/gl_rbtree_oset.c: Likewise.
13557         * lib/gl_rbtreehash_list.c: Likewise.
13558         * lib/imaxabs.c: Likewise.
13559         * lib/imaxdiv.c: Likewise.
13560         * lib/javacomp.c: Likewise.
13561         * lib/javaexec.c: Likewise.
13562         * lib/javaversion.c: Likewise.
13563         * lib/linebreak.c: Likewise.
13564         * lib/localcharset.c: Likewise.
13565         * lib/lock.c: Likewise.
13566         * lib/mbchar.c: Likewise.
13567         * lib/mbswidth.c: Likewise.
13568         * lib/mkdtemp.c: Likewise.
13569         * lib/pipe.c: Likewise.
13570         * lib/printf-args.c: Likewise.
13571         * lib/printf-parse.c: Likewise.
13572         * lib/progname.c: Likewise.
13573         * lib/progreloc.c: Likewise.
13574         * lib/readlink.c: Likewise.
13575         * lib/sh-quote.c: Likewise.
13576         * lib/stpcpy.c: Likewise.
13577         * lib/stpncpy.c: Likewise.
13578         * lib/strcasecmp.c: Likewise.
13579         * lib/strcasestr.c: Likewise.
13580         * lib/strcspn.c: Likewise.
13581         * lib/striconv.c: Likewise.
13582         * lib/strncasecmp.c: Likewise.
13583         * lib/strnlen1.c: Likewise.
13584         * lib/strstr.c: Likewise.
13585         * lib/strtok_r.c: Likewise.
13586         * lib/tls.c: Likewise.
13587         * lib/tmpdir.c: Likewise.
13588         * lib/unicodeio.c: Likewise.
13589         * lib/unsetenv.c: Likewise.
13590         * lib/vasnprintf.c: Likewise.
13591         * lib/vasprintf.c: Likewise.
13592         * lib/wait-process.c: Likewise.
13593         * lib/xallocsa.c: Likewise.
13594         * lib/xsetenv.c: Likewise.
13595         * lib/xstriconv.c: Likewise.
13596
13597 2006-09-13  Simon Josefsson  <jas@extundo.com>
13598
13599         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13600         that internally, suggested by Ralf Wildenhues
13601         <Ralf.Wildenhues@gmx.de>.
13602
13603 2006-09-13  Simon Josefsson  <jas@extundo.com>
13604
13605         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13606         @LIBOBJS@.
13607         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13608
13609 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13610
13611         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13612         longer worry about uses that don't define HAVE_CONFIG_H.
13613         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13614         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13615         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13616         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13617         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13618         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13619         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13620         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13621         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13622         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13623         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13624         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13625         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13626         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13627         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13628         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13629         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13630         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13631         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13632         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13633         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13634         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13635         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13636         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13637         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13638         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13639         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13640         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13641         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13642         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13643         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13644         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13645         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13646         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13647         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13648         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13649         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13650         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13651         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13652         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13653         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13654         Likewise.
13655
13656 2006-09-13  Eric Blake  <ebb9@byu.net>
13657
13658         * lib/getopt.c: Fix typo in last commit.
13659
13660 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13661
13662         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13663         dgettext.
13664
13665 2006-09-12  Jim Meyering  <jim@meyering.net>
13666
13667         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13668         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13669         Reported by Nelson H. F. Beebe.
13670
13671 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13672
13673         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13674         program_invocation_name and program_invocation_short_name are
13675         initialized.
13676         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13677         and program_invocation_short_name to argp.h, so they are visible
13678         to user programs.
13679         * lib/argp.h: Likewise
13680
13681 2006-09-10  Bruno Haible  <bruno@clisp.org>
13682
13683         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13684         m4/inttypes_h.m4, m4/uintmax_t.m4.
13685
13686 2006-09-10  Bruno Haible  <bruno@clisp.org>
13687
13688         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13689         gl_AC_TYPE_UINTMAX_T.
13690
13691 2006-09-10  Bruno Haible  <bruno@clisp.org>
13692
13693         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13694
13695 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13696
13697         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13698         convention.  Text proposed by Bruno Haible.
13699         (struct argp_option): Document the use of N_() wrappers.
13700
13701         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13702         '\v', and translate the two parts separately, instead of feeding
13703         the whole string to gettext.  This allows to exclude
13704         '\v' from the strings visible to the translator by writing doc
13705         strings as N_("..") "\v" N_("..").
13706
13707 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * config/srclist.txt: Undo latest change; the bug was fixed.
13710
13711 2006-09-09  Bruno Haible  <bruno@clisp.org>
13712
13713         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13714         assignments if building a library without libtool.
13715         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13716         in func_emit_lib_Makefile_am.
13717         (func_import): When building a static library libfoo.a, arrange to
13718         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13719         (func_create_testdir): Likewise.
13720         * modules/gc (configure.ac, Makefile.am): If building statically,
13721         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13722         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13723         * modules/striconv (configure.ac, Makefile.am): Likewise.
13724         Based on a suggestion by Ralf Wildenhues.
13725
13726 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13727
13728         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13729         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13730         Also:
13731
13732         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13733         Add year_2050_test to catch glibc bug 2821
13734         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13735
13736         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13737         Prefer #ifdef to #if.
13738
13739         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13740         Return from 'main' instead of calling 'exit'.
13741
13742 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13743
13744         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13745         returned the maximum time_t value rather than (time_t) -1.
13746         Problem originally reported by William Bardwell
13747         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13748
13749         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13750         Moved to here ...
13751         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13752         ... from here.
13753
13754 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13755
13756         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13757         2821 is fixed.
13758
13759 2006-09-08  Jim Meyering  <jim@meyering.net>
13760
13761         Don't make generated files read-only.  That would bother too many
13762         people.  However, do retain the ability to work when targets are
13763         read-only: remove the destination and temporary files before writing
13764         them (when generated via sed or echo), or by using the -f option for
13765         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13766         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13767         * modules/byteswap, modules/configmake, modules/fcntl:
13768         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13769         * modules/localcharset, modules/netinet_in, modules/poll:
13770         * modules/stdbool, modules/stdint, modules/sys_select:
13771         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13772
13773 2006-09-08  Jim Meyering  <jim@meyering.net>
13774
13775         Avoid new build failure on FreeBSD 6.0.
13776         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13777         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13778         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13779
13780 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13781
13782         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13783
13784 2006-09-07  Jim Meyering  <jim@meyering.net>
13785
13786         Fix global typo in last change: use chmod u-w, not chmod u-x.
13787         Spotted by Paul Eggert and Bruce Korb.
13788         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13789         * modules/byteswap, modules/configmake, modules/fcntl:
13790         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13791         * modules/localcharset, modules/netinet_in, modules/poll:
13792         * modules/stdbool, modules/stdint, modules/sys_select:
13793         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13794
13795 2006-09-06  Jim Meyering  <jim@meyering.net>
13796
13797         Make generated files be read-only.
13798         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13799         Ensure that each generated file is now read-only.
13800         * modules/argz: Likewise.
13801         * modules/arpa_inet: Likewise.
13802         * modules/byteswap: Likewise.
13803         * modules/configmake: Likewise.
13804         * modules/fcntl: Likewise.
13805         * modules/fnmatch: Likewise.
13806         * modules/getopt: Likewise.
13807         * modules/glob: Likewise.
13808         * modules/inttypes: Likewise.
13809         * modules/netinet_in: Likewise.
13810         * modules/poll: Likewise.
13811         * modules/stdbool: Likewise.
13812         * modules/stdint: Likewise.
13813         * modules/sys_select: Likewise.
13814         * modules/sys_socket: Likewise.
13815         * modules/sys_stat: Likewise.
13816         * modules/sysexits: Likewise.
13817         * modules/localcharset: Same as above, but continue using temporary
13818         file named "t-$@" (why different?) rather than the "$@-t" used
13819         everywhere else.
13820
13821         * modules/sysexits (Makefile.am): Replace literal occurrences
13822         of "sysexit.h" more readable, and more consistent, "$@".
13823
13824 2006-09-06  Bruno Haible  <bruno@clisp.org>
13825
13826         * modules/striconv: New file.
13827         * modules/xstriconv: New file.
13828         * MODULES.html.sh (Internationalization functions): Add striconv,
13829         xstriconv.
13830
13831 2006-09-06  Bruno Haible  <bruno@clisp.org>
13832
13833         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13834         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13835         not using libtool correctly.
13836
13837 2006-09-06  Bruno Haible  <bruno@clisp.org>
13838
13839         * lib/striconv.h: New file.
13840         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13841         iconvstring.c.
13842         * lib/xstriconv.h: New file.
13843         * lib/xstriconv.c: New file.
13844
13845 2006-09-06  Bruno Haible  <bruno@clisp.org>
13846
13847         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13848         lib_..._LDFLAGS.
13849
13850 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13851
13852         * lib/argz_.h: Sync from Libtool.
13853
13854         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13855                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13856
13857         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13858
13859 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13860
13861         * modules/trim: New file.
13862
13863 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13864
13865         * lib/trim.h: New file.
13866         * lib/trim.c: New file.
13867
13868 2006-09-05  Bruno Haible  <bruno@clisp.org>
13869
13870         * MODULES.html.sh (String handling): Add trim.
13871
13872 2006-09-04  Karl Berry  <karl@gnu.org>
13873
13874         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13875         until next release.
13876
13877 2006-09-03  Bruno Haible  <bruno@clisp.org>
13878
13879         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13880         correctly.
13881
13882 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13883
13884         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13885         not gl_GETLOADAVG.  Omit unneeded semicolons.
13886         Problems reported by Ralf Wildenhues in
13887         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13888         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13889         at the end, which is the usual gnulib style.
13890
13891         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13892         of doing all the work ourselves.
13893         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13894         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13895
13896 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13897
13898         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13899         Problem reported by Ralf Wildenhues in
13900         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13901
13902         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13903         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13904
13905 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13906
13907         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13908         yesterday's patch by changing test -n to test -z.
13909
13910 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13911
13912         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13913         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13914         the former is now obsolescent.
13915
13916         * modules/chdir-long (Depends-on): Add fcntl.
13917
13918 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13919
13920         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13921         obsolescent, and programs should use gnulib instead.
13922         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13923         but with prefixes changed.
13924
13925 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13926
13927         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13928         or stdbool.h, because they might not exist while configuring.
13929
13930         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13931         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13932         does that for us.
13933         (O_DIRECTORY): Remove.
13934
13935 2006-08-31  Eric Blake  <ebb9@byu.net>
13936
13937         * gnulib-tool: Don't let emacs change spaces to TAB.
13938
13939 2006-08-31  Bruno Haible  <bruno@clisp.org>
13940
13941         * gnulib-tool: When calling func_import more than once, do it in a
13942         subshell.
13943         Reported by Eric Blake <ebb9@byu.net>.
13944
13945 2006-08-31  Bruno Haible  <bruno@clisp.org>
13946
13947         * gnulib-tool (nl): Remove variable.
13948         (sed_transform_lib_file): Use more robust test for config-h module.
13949         (func_import): Fix typo in 2006-08-25 patch.
13950
13951 2006-08-31  Bruno Haible  <bruno@clisp.org>
13952
13953         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13954         specified, augment Makefile.am variables instead of assigning them.
13955
13956 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13957
13958         Work around a bug in both the Linux and SunOS 64-bit kernels:
13959         nanosleep mishandles sleeps for longer than 2**31 seconds.
13960         Problem reported by Frank v Waveren in
13961         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13962         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13963         Check for nanosleep bug.
13964         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13965
13966 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13967
13968         Work around a bug in both the Linux and SunOS 64-bit kernels:
13969         nanosleep mishandles sleeps for longer than 2**31 seconds.
13970         Problem reported by Frank v Waveren in
13971         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13972         * lib/nanosleep.c (BILLION): New constant.
13973         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13974         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13975         implementation.
13976
13977 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13978
13979         * modules/nanosleep (Depends-on): Add gettime.
13980
13981 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13982         and Simon Josefsson  <jas@extundo.com>
13983         and Oskar Liljeblad  <oskar@osk.mine.nu>
13984
13985         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13986         * gnulib-tool (func_import): New license type 'unmodifiable license
13987         text'.
13988         * modules/fdl: Use it.  Longer description.
13989         * module/gpl, module/lgpl: New files.
13990
13991 2006-08-30  Jim Meyering  <jim@meyering.net>
13992
13993         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13994         shadowing the parameter.
13995
13996 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13997
13998         Sync from Libtool:
13999
14000         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14001
14002         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
14003         sharing with gnulib.  Report by Eric Blake.
14004
14005 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14006
14007         * modules/isapipe: New file.
14008         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
14009
14010 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14011
14012         * modules/configmake (Makefile.am): Add a comment, and omit
14013         the CONFIGMAKE_ prefix from generated macro names.  Suggested
14014         by Bruno Haible.
14015
14016 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         * m4/isapipe.m4: New file.
14019
14020 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         * lib/isapipe.c, lib/isapipe.h: New files.
14023
14024 2006-08-29  Jim Meyering  <jim@meyering.net>
14025
14026         * modules/configmake (Makefile.am): Make configmake.h depend on
14027         Makefile.  Otherwise, a stale configmake.h could hang around.
14028
14029 2006-08-29  Eric Blake  <ebb9@byu.net>
14030
14031         * lib/error.c (error_at_line, print_errno_message): Match libc, after
14032         resolution of upstream bug 3044.
14033
14034 2006-08-29  Bruno Haible  <bruno@clisp.org>
14035
14036         * modules/localcharset (Depends-on): Add configmake.
14037         (Makefile.am): Remove setting of LIBDIR through DEFS.
14038
14039 2006-08-29  Bruno Haible  <bruno@clisp.org>
14040
14041         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
14042         defined.
14043
14044 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * modules/fcntl: New file.
14047         * modules/chdir-safer (Depends-on): Add fcntl.
14048         * modules/fts: Likewise.
14049         * modules/mkdir-p: Likewise.
14050
14051         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
14052         This undoes the most recent change, since we're now addressing the
14053         problem in a different way.
14054
14055         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
14056         into output, since the output might be called Makefile.am even
14057         if $makefile_name is something different.
14058         (func_import): Use $makefile_am rather than
14059         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
14060         empty.
14061
14062         * modules/inttypes (Files): Add m4/inttypes-h.m4.
14063
14064 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14065
14066         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
14067         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
14068         recent change to stdint.m4, since we're now addressing the problem in a
14069         different way.
14070
14071 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14072
14073         * m4/fcntl_h.m4: New file.
14074
14075 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * lib/fcntl_.h: New file.
14078         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
14079         the fcntl module.
14080         * lib/dirchownmod.c: Likewise.
14081         * lib/fts.c: Likewise.
14082
14083         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
14084         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
14085         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
14086         just before including <inttypes.h>, to avoid circular inclusion.
14087
14088 2006-08-28  Jim Meyering  <jim@meyering.net>
14089
14090         * doc/visibility.texi: Actually read and correct the grammar of the
14091         sentence affected by yesterday's change.
14092
14093 2006-08-28  Eric Blake  <ebb9@byu.net>
14094
14095         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
14096         needs wrapper.
14097
14098 2006-08-28  Eric Blake  <ebb9@byu.net>
14099
14100         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
14101
14102 2006-08-28  Eric Blake  <ebb9@byu.net>
14103
14104         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
14105
14106 2006-08-28  Bruno Haible  <bruno@clisp.org>
14107
14108         * modules/c-strstr: New file, from GNU gettext.
14109         * MODULES.html.sh (String handling): Add c-strstr.
14110
14111 2006-08-28  Bruno Haible  <bruno@clisp.org>
14112
14113         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
14114         macros.
14115         Reported by Eric Blake.
14116
14117 2006-08-28  Bruno Haible  <bruno@clisp.org>
14118
14119         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
14120         (VASNPRINTF): Return a string of length > INT_MAX without failing.
14121         * lib/vasprintf.c: Include errno.h, limits.h.
14122         (EOVERFLOW): New fallback definition.
14123         (vasprintf): Test here whether the string length is > INT_MAX.
14124         * lib/vsnprintf.c: Include errno.h, limits.h.
14125         (EOVERFLOW): New fallback definition.
14126         (vsnprintf): Fix bug when generated string was too long for the buffer.
14127         Test here whether the string length is > INT_MAX.
14128
14129 2006-08-28  Bruno Haible  <bruno@clisp.org>
14130
14131         * lib/inttypes_.h (SCNX*): Remove definitions.
14132         Reported by Eric Blake.
14133
14134 2006-08-28  Bruno Haible  <bruno@clisp.org>
14135
14136         * lib/c-strstr.h: New file, from GNU gettext.
14137         * lib/c-strstr.c: New file, from GNU gettext.
14138
14139 2006-08-28  Bruno Haible  <bruno@clisp.org>
14140
14141         * gnulib-tool: Reorder some statements.
14142
14143 2006-08-28  Bruno Haible  <bruno@clisp.org>
14144
14145         * gnulib-tool: New option --makefile-name.
14146         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
14147         $makefile_name.
14148         (func_import): Write $makefile_name to the cache file, and read it from
14149         there unless explicitly specified. Use $makefile_name as file name
14150         instead of Makefile.am. Adjust the recommendations accordingly.
14151
14152 2006-08-28  Bruno Haible  <bruno@clisp.org>
14153
14154         * gnulib-tool (func_verify_module): Check against misapplying patch.
14155
14156 2006-08-28  Bruno Haible  <bruno@clisp.org>
14157
14158         * gnulib-tool (func_relativize, func_relconcat): New functions.
14159         Give an error if --local-dir is given with --update.
14160         Remove trailing slashes from $local_gnulib_dir.
14161         (func_import): Store the relativized $local_gnulib_dir in
14162         gnulib-cache.m4, and read it from there if not specified explicitly.
14163
14164 2006-08-28  Bruno Haible  <bruno@clisp.org>
14165
14166         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
14167         is the current directory. Respect also $local_gnulib_dir.
14168
14169 2006-08-28  Bruno Haible  <bruno@clisp.org>
14170             Simon Josefsson  <jas@extundo.com>
14171
14172         BeOS portability.
14173         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
14174
14175 2006-08-27  Jim Meyering  <jim@meyering.net>
14176
14177         * doc/visibility.texi: Remove duplicate word: "pointer".
14178
14179 2006-08-26  Bruno Haible  <bruno@clisp.org>
14180
14181         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
14182         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
14183         (Makefile.am): Create inttypes.h from inttypes_.h.
14184         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
14185
14186         * modules/imaxabs: New file.
14187
14188         * modules/imaxdiv: New file.
14189
14190 2006-08-26  Bruno Haible  <bruno@clisp.org>
14191
14192         * m4/inttypes.m4: New file.
14193         * m4/_inttypes_h.m4: Remove file.
14194         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
14195         PRI_MACROS_BROKEN.
14196         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
14197
14198         * m4/imaxabs.m4: New file.
14199
14200         * m4/imaxdiv.m4: New file.
14201
14202 2006-08-26  Bruno Haible  <bruno@clisp.org>
14203
14204         * lib/inttypes_.h: New file.
14205         * lib/inttypes.h: Remove file.
14206         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14207
14208         * lib/imaxabs.c: New file.
14209
14210         * lib/imaxdiv.c: New file.
14211
14212 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14213
14214         New config-h module, so that "make" output needn't be cluttered
14215         by -DHAVE_CONFIG_H.
14216         * MODULES.html.sh (Support for building libraries and executables):
14217         Add config-h.
14218         * modules/config-h: New file.
14219         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14220         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14221         the config-h module is used.
14222
14223         New configmake module, so that "make" output needn't be cluttered
14224         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14225         * MODULES.html.sh (Support for building libraries and executables):
14226         Add configmake.
14227         * modules/configmake: New file.
14228
14229 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14230
14231         * m4/config-h.m4: New file.
14232
14233 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * config/srclist.txt: Add elisp-comp.
14236
14237 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14238
14239         * MODULES.html.sh (Support for building libraries and executables):
14240         Add elisp-comp.
14241         * build-aux/elisp-comp: New file.
14242         * modules/elisp-comp: New file.
14243
14244 2006-08-24  Bruno Haible  <bruno@clisp.org>
14245
14246         * gnulib-tool (func_create_testdir): Use non-default values of
14247         sourcebase and m4base.
14248
14249 2006-08-24  Bruno Haible  <bruno@clisp.org>
14250
14251         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14252         HTML structure.
14253
14254 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         * modules/openat (Depends-on): Add lchown.
14257
14258 2006-08-23  Bruno Haible  <bruno@clisp.org>
14259
14260         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14261         of gl_LOCK_EARLY instead of gl_LOCK.
14262
14263 2006-08-23  Bruno Haible  <bruno@clisp.org>
14264
14265         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14266         on OSF/1 to no.
14267         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14268
14269 2006-08-23  Bruno Haible  <bruno@clisp.org>
14270
14271         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14272         as unusable.
14273
14274         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14275         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14276         (gl_LOCK): New macro.
14277
14278 2006-08-22  Simon Josefsson  <jas@extundo.com>
14279
14280         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14281         to md5 module.
14282
14283 2006-08-22  Simon Josefsson  <jas@extundo.com>
14284
14285         * MODULES.html.sh: Add "Support for maintaining and release
14286         projects".
14287
14288         * build-aux/gnupload: New file, from coreutils.
14289
14290 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14291
14292         Avoid the need for AC_LIBSOURCES in m4 macros.
14293         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14294         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14295         * modules/check-version (EXTRA_DIST): Add check-version.h.
14296         * modules/crc (EXTRA_DIST): Add crc.h.
14297         * modules/des (EXTRA_DIST): Add des.h.
14298         * modules/gc (EXTRA_DIST): Add gc.h.
14299         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14300         * modules/getline (EXTRA_DIST): Add getline.h.
14301         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14302         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14303         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14304         * modules/md2 (EXTRA_DIST): Add md2.h.
14305         * modules/md4 (EXTRA_DIST): Add md4.h.
14306         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14307         * modules/read-file (EXTRA_DIST): Add read-file.h.
14308         * modules/readline (EXTRA_DIST): Add readline.h.
14309         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14310         rijndael-api-fst.h.
14311
14312 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14313
14314         * m4/rijndael.m4 (gl_ARCFOUR):
14315         * m4/arctwo.m4 (gl_ARCTWO):
14316         * m4/check-version.m4 (gl_CHECK_VERSION):
14317         * m4/crc.m4 (gl_CRC):
14318         * m4/des.m4 (gl_DES):
14319         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14320         * m4/gc.m4 (gl_GC):
14321         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14322         * m4/getline.m4 (gl_FUNC_GETLINE):
14323         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14324         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14325         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14326         * m4/md2.m4 (gl_MD2):
14327         * m4/md4.m4 (gl_MD4):
14328         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14329         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14330         * m4/readline.m4 (gl_FUNC_READLINE):
14331         * m4/rijndael.m4 (gl_RIJNDAEL):
14332         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14333         to get the necessary .h files and whatnot.
14334
14335 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14338         gnulib rather than the other way around.
14339         * config/srclistvars.sh (COREUTILS): Remove.
14340
14341 2006-08-22  Jim Meyering  <jim@meyering.net>
14342
14343         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14344
14345         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14346
14347 2006-08-22  Eric Blake  <ebb9@byu.net>
14348
14349         * modules/regexprops-generic: New file.
14350         * MODULES.html.sh (Support for building documentation): List it.
14351
14352 2006-08-22  Eric Blake  <ebb9@byu.net>
14353
14354         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14355         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14356         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14357         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14358
14359 2006-08-22  Bruno Haible  <bruno@clisp.org>
14360
14361         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14362         and lib_LTLIBRARIES like the other lib_* variables.
14363
14364 2006-08-22  Bruno Haible  <bruno@clisp.org>
14365
14366         * build-aux/x-to-1.in: New file, from GNU gettext.
14367
14368 2006-08-22  Bruno Haible  <bruno@clisp.org>
14369
14370         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14371         <utmpx.h> exists.
14372
14373 2006-08-22  Bruno Haible  <bruno@clisp.org>
14374
14375         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14376         <utmpx.h> exists.
14377
14378 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14379
14380         BeOS portability.
14381         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14382         exist.
14383         Problem reported by Bruno Haible.
14384
14385 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         Avoid the need for AC_LIBSOURCES in m4 macros.
14388         * modules/acl (EXTRA_DIST): Add acl.h.
14389         * modules/argmatch (Files): Add m4/argmatch.m4.
14390         (configure.ac): Add gl_ARGMATCH.
14391         (EXTRA_DIST): Renamed from lib_SOURCES, for
14392         consistency with the other modules.  Remove argmatch.c.
14393         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14394         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14395         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14396         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14397         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14398         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14399         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14400         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14401         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14402         * modules/closeout (EXTRA_DIST): Add closeout.h.
14403         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14404         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14405         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14406         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14407         dirname.h; remove basename.c and stripslash.c.
14408         * modules/exclude (EXTRA_DIST): Add exclude.h.
14409         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14410         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14411         * modules/file-type (EXTRA_DIST): Add file-type.h.
14412         * modules/filemode (EXTRA_DIST): Add filemode.h.
14413         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14414         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14415         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14416         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14417         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14418         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14419         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14420         * modules/getdate (EXTRA_DIST): Add getdate.c.
14421         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14422         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14423         * modules/getpass (EXTRA_DIST): Add getpass.h.
14424         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14425         * modules/group-member (EXTRA_DIST): Add group-member.h.
14426         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14427         * modules/hash (EXTRA_DIST): Add hash.h.
14428         * modules/human (EXTRA_DIST): Add human.h.
14429         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14430         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14431         * modules/lchown (EXTRA_DIST): Add lchown.h.
14432         * modules/long-options (EXTRA_DIST): Add long-options.h.
14433         * modules/lstat (EXTRA_DIST): Add lstat.h.
14434         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14435         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14436         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14437         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14438         * modules/memxor (EXTRA_DIST): Add memxor.h.
14439         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14440         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14441         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14442         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14443         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14444         * modules/physmem (EXTRA_DIST): Add physmem.h.
14445         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14446         * modules/posixver (EXTRA_DIST): Add posixver.h.
14447         * modules/quote (EXTRA_DIST): Add quote.h.
14448         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14449         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14450         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14451         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14452         regex_internal.h regexec.c.
14453         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14454         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14455         * modules/same (EXTRA_DIST): Add same.h.
14456         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14457         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14458         * modules/savedir (EXTRA_DIST): Add savedir.h.
14459         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14460         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14461         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14462         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14463         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14464         * modules/strdup (EXTRA_DIST): Add strdup.h.
14465         * modules/strftime (EXTRA_DIST): Add strftime.h.
14466         * modules/strndup (EXTRA_DIST): Add strndup.h.
14467         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14468         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14469         * modules/time_r (EXTRA_DIST): Add time_r.h.
14470         * modules/timespec (EXTRA_DIST): Add timespec.h.
14471         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14472         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14473         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14474         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14475         * modules/userspec (EXTRA_DIST): Add userspec.h.
14476         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14477         * modules/utimens (EXTRA_DIST): Add utimens.h.
14478         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14479         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14480         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14481         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14482         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14483         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14484         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14485         * modules/yesno (EXTRA_DIST): Add yesno.h.
14486
14487 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14488
14489         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14490
14491         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14492         * m4/dev-ino.m4, same-inode.m4: Remove.
14493
14494         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14495         * m4/acl.m4 (AC_FUNC_ACL):
14496         * m4/backupfile.m4 (gl_BACKUPFILE):
14497         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14498         * m4/canon-host.m4 (gl_CANON_HOST):
14499         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14500         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14501         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14502         * m4/cloexec.m4 (gl_CLOEXEC):
14503         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14504         * m4/closeout.m4 (gl_CLOSEOUT):
14505         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14506         * m4/dirname.m4 (gl_DIRNAME):
14507         * m4/exclude.m4 (gl_EXCLUDE):
14508         * m4/exitfail.m4 (gl_EXITFAIL):
14509         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14510         * m4/file-type.m4 (gl_FILE_TYPE):
14511         * m4/filemode.m4 (gl_FILEMODE):
14512         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14513         * m4/fpending.m4 (gl_FUNC_FPENDING):
14514         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14515         * m4/fts.m4 (gl_FUNC_FTS):
14516         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14517         * m4/getdate.m4 (gl_GETDATE):
14518         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14519         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14520         * m4/getpass.m4 (gl_FUNC_GETPASS):
14521         * m4/gettime.m4 (gl_GETTIME):
14522         * m4/getugroups.m4 (gl_GETUGROUPS):
14523         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14524         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14525         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14526         * m4/hash.m4 (gl_HASH):
14527         * m4/idcache.m4 (gl_IDCACHE):
14528         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14529         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14530         * m4/long-options.m4 (gl_LONG_OPTIONS):
14531         * m4/lstat.m4 (gl_FUNC_LSTAT):
14532         * m4/md5.m4 (gl_MD5):
14533         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14534         * m4/memcoll.m4 (gl_MEMCOLL):
14535         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14536         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14537         * m4/memxor.m4 (gl_MEMXOR):
14538         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14539         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14540         * m4/modechange.m4 (gl_MODECHANGE):
14541         * m4/mountlist.m4 (gl_MOUNTLIST):
14542         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14543         * m4/openat.m4 (gl_FUNC_OPENAT):
14544         * m4/pathmax.m4 (gl_PATHMAX):
14545         * m4/physmem.m4 (gl_PHYSMEM):
14546         * m4/posixtm.m4 (gl_POSIXTM):
14547         * m4/posixver.m4 (gl_POSIXVER):
14548         * m4/quote.m4 (gl_QUOTE):
14549         * m4/quotearg.m4 (gl_QUOTEARG):
14550         * m4/readtokens.m4 (gl_READTOKENS):
14551         * m4/readutmp.m4 (gl_READUTMP):
14552         * m4/regex.m4 (gl_REGEX):
14553         * m4/safe-read.m4 (gl_SAFE_READ):
14554         * m4/safe-write.m4 (gl_SAFE_WRITE):
14555         * m4/same.m4 (gl_SAME):
14556         * m4/save-cwd.m4 (gl_SAVE_CWD):
14557         * m4/savedir.m4 (gl_SAVEDIR):
14558         * m4/settime.m4 (gl_SETTIME):
14559         * m4/sha1.m4 (gl_SHA1):
14560         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14561         * m4/stat-macros.m4 (gl_STAT_MACROS):
14562         * m4/stat-time.m4 (gl_STAT_TIME):
14563         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14564         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14565         * m4/strdup.m4 (gl_FUNC_STRDUP):
14566         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14567         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14568         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14569         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14570         * m4/time_r.m4 (gl_TIME_R):
14571         * m4/timespec.m4 (gl_TIMESPEC):
14572         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14573         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14574         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14575         * m4/userspec.m4 (gl_USERSPEC):
14576         * m4/utimecmp.m4 (gl_UTIMECMP):
14577         * m4/utimens.m4 (gl_UTIMENS):
14578         * m4/xalloc.m4 (gl_XALLOC):
14579         * m4/xgetcwd.m4 (gl_XGETCWD):
14580         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14581         * m4/xreadlink.m4 (gl_XREADLINK):
14582         * m4/xstrtod.m4 (gl_XSTRTOD):
14583         * m4/yesno.m4 (gl_YESNO):
14584         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14585         to get the necessary .h files and whatnot.
14586
14587 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14588             Bruno Haible  <bruno@clisp.org>
14589
14590         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14591         /bin/sh understanding of '!' conditional negation.
14592
14593 2006-08-21  Jim Meyering  <jim@meyering.net>
14594
14595         * modules/openat (Depends-on): Really alphabetize.
14596
14597         * modules/acl (Depends-on): Add error and quote.
14598
14599         * check-module (find_included_lib_files): Add at-func.c to the
14600         ok-to-include-more-than-once white list.
14601
14602         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14603
14604 2006-08-21  Bruno Haible  <bruno@clisp.org>
14605
14606         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14607         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14608         Reported by Martin Lambers <marlam@marlam.de>.
14609
14610 2006-08-21  Bruno Haible  <bruno@clisp.org>
14611
14612         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14613         specify an installation location, don't emit a noinst_LIBRARIES or
14614         noinst_LTLIBRARIES assignment.
14615
14616 2006-08-21  Bruno Haible  <bruno@clisp.org>
14617
14618         BeOS portability.
14619         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14620         BeOS has mbrtowc() but no <wctype.h>.
14621
14622 2006-08-21  Bruno Haible  <bruno@clisp.org>
14623
14624         BeOS portability.
14625         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14626         exist.
14627
14628 2006-08-21  Bruno Haible  <bruno@clisp.org>
14629
14630         BeOS portability.
14631         * lib/mbchar.h: Include <wctype.h> only if it exists.
14632
14633 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14634
14635         Remove files that are no longer needed by their respective modules.
14636         * m4/obstack.m4: Remove.
14637         * m4/strerror_r.m4: Remove.
14638         * m4/uint32_t.m4: Remove.
14639         * m4/uintptr_t.m4: Remove.
14640         * m4/ullong_max.m4: Remove.
14641         * m4/xstrtoimax.m4: Remove.
14642         * m4/xstrtoumax.m4: Remove.
14643
14644         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14645         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14646         dependencies now capture this.
14647
14648         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14649         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14650         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14651         * m4/human.m4 (gl_HUMAN): Likewise.
14652         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14653         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14654
14655         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14656
14657         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14658         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14659         stdint.
14660         * m4/human.m4 (gl_HUMAN): Likewise.
14661         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14662         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14663         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14664         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14665         * m4/xstrtol (gl_XSTRTOL): Likewise.
14666
14667         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14668         AC_TYPE_LONG_LONG_INT.
14669         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14670         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14671         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14672         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14673
14674         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14675         on stdbool.
14676
14677         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14678         (gl_PREREQ_XSTRTOUL): Remove.
14679
14680         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14681
14682         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14683         mode.
14684
14685 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14686
14687         Add and change modules to make it easier for coreutils to use
14688         gnulib-tool.
14689         * modules/backupfile (Files): Remove m4/d-ino.m4.
14690         (Depends-on): Add d-ino.
14691         * modules/cycle-check (Depends-on): Add stdint.
14692         (lib_SOURCES): Add cycle-check.h.
14693         * modules/d-ino: New module.
14694         * modules/d-type: New module.
14695         * modules/error (Files): Remove m4/strerror_r.m4.
14696         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14697         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14698         m4/inttypes_h.m4, m4/uintmax_t.m4.
14699         (Depends-on): Add stdint.
14700         (lib_SOURCES): Add fsusage.h.
14701         * modules/getcwd (Files): Remove d-ino.m4.
14702         (Depends-on): Add d-ino.
14703         * modules/getndelim2 (Depends-on): Add stdint.
14704         * modules/glob (Files): Remove m4/d-type.m4.
14705         (Depends-on): Add d-type.
14706         * modules/host-os: New module.
14707         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14708         m4/inttypes_h.m4, m4/uintmax_t.m4.
14709         * Depends-on: Add stdint.
14710         (lib_SOURCES): Add human.h.
14711         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14712         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14713         m4/uintmax_t.m4, m4/ulonglong.m4.
14714         (Depends-on): Add stdint.
14715         (EXTRA_DIST): Add inttostr.h.
14716         * modules/lchmod: New module.
14717         * modules/link-follow: New module.
14718         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14719         (Depends-on): Add lchmod.
14720         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14721         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14722         (Depends-on): Add stdint.
14723         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14724         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14725         (Depends-on): Add stdint.
14726         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14727         * modules/perl: New module.
14728         * modules/regex (Depends-on): Add stdint.
14729         * modules/rmdir-errno: New module.
14730         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14731         m4/intmax_t.m4.
14732         (Depends-on): Add stdint.
14733         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14734         m4/uintmax_t.m4.
14735         (Depends-on): Add stdint.
14736         * modules/unlink-busy: New module.
14737         * modules/utimecmp (Depends-on): Add stdint.
14738         * modules/uptime: New module.
14739         * modules/winsz-ioctl: New module.
14740         * modules/winsz-termios: New module.
14741         * modules/xnanosleep (Depends-on): Add nanosleep.
14742         * modules/ullong_max: Remove.
14743         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14744         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14745         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14746         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14747         (Depends-on): Add inttypes.
14748         (lib_SOURCES): Add xstrtol.h.
14749         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14750         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14751         * MODULES.html.sh: Move 'assert' into the assert section.
14752         Move 'dummy' into the linking section.
14753         Remove ullong_max.
14754         Add section for compatibility checks for POSIX:2001 functions,
14755         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14756         winsz-ioctl, and winsz-termios into it.
14757         Add lchmod.
14758         Add top-level Misc section and put host-os, perl, and uptime
14759         into it.
14760
14761 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14762
14763         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14764         now assume the stdint module.  Do not include inttypes.h.
14765         * lib/fsusage.h: Likewise.
14766         * lib/getndelim2.c: Likewise.
14767         * lib/human.h: Likewise.
14768         * lib/inttostr.h: Likewise.
14769         * lib/obstack.c: Likewise.
14770         * lib/regex_internal.h: Likewise.
14771         * lib/tempname.c: Likewise.
14772         * lib/utimecmp.c: Likewise.
14773         * lib/xstrtol.h: Likewise.
14774
14775         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14776
14777         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14778         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14779         * lib/xtime.h: Likewise.
14780
14781 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * modules/openat (Files): Add lib/fchmodat.c.
14784         Fixes problem reported by Jay Youngman.
14785
14786 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14787
14788         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14789         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14790
14791 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14792             Bruno Haible  <bruno@clisp.org>
14793
14794         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14795         and is a script that invokes bison. Tighten the code. Add comments.
14796
14797 2006-08-18  Jim Meyering  <jim@meyering.net>
14798
14799         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14800         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14801         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14802         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14803
14804 2006-08-18  Bruno Haible  <bruno@clisp.org>
14805
14806         * modules/bison-i18n: New file.
14807         * MODULES.html.sh (Internationalization functions): Add it.
14808
14809 2006-08-18  Bruno Haible  <bruno@clisp.org>
14810
14811         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14812         sys/statvfs.h. When getmntinfo was found, check its declaration and
14813         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14814
14815 2006-08-18  Bruno Haible  <bruno@clisp.org>
14816
14817         * m4/bison-i18n.m4: New file, from bison.
14818
14819 2006-08-18  Bruno Haible  <bruno@clisp.org>
14820
14821         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14822         (ME_DUMMY): Treat "kernfs" as a dummy.
14823         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14824
14825 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14826
14827         Update from coreutils.
14828
14829         2006-08-15  Jim Meyering  <jim@meyering.net>
14830
14831         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14832
14833         2006-01-17  Jim Meyering  <jim@meyering.net>
14834
14835         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14836
14837         2006-01-11  Jim Meyering  <jim@meyering.net>
14838
14839         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14840         Check for the lchmod function.
14841
14842 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         Update from coreutils.
14845
14846         * lib/__fpending.h: Add copyright notice.
14847         * lib/fprintftime.h: Likewise.
14848         * lib/savedir.c: Use (C) in copyright notice.
14849         * lib/savedir.h: Likewise.
14850
14851         2006-08-15  Jim Meyering  <jim@meyering.net>
14852
14853         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14854         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14855         in support of the EXPECTED_ERRNO macro.
14856         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14857         definitions.  Instead, define the appropriate symbols and include
14858         "at-func.c".
14859         * lib/mkdirat.c (mkdirat): Likewise.
14860         * lib/fchmodat.c (fchmodat): Likewise.
14861         (ENOSYS): Remove definition.
14862         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14863         it.  Don't include "unistd--.h" -- it wasn't ever used.
14864
14865         2006-01-17  Jim Meyering  <jim@meyering.net>
14866
14867         Rewrite fts.c not to change the current working directory,
14868         by using openat, fstatat, fdopendir, etc..
14869
14870         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14871         (HAVE_OPENAT_SUPPORT): Define.
14872         [_LIBC] (fchdir): Don't undef or define; no longer used.
14873         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14874         Now, this `function' always succeeds, and consumes its file descriptor
14875         parameter -- so callers must not close such FDs.  Update callers.
14876         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14877         (diropen): Add parameter, SP.  Adjust all callers.
14878         Implement using diropen_fd, rather than open.
14879         (fts_open): Initialize new member, fts_cwd_fd.
14880         Remove fts_rft-setting code.
14881         (fts_close): Close fts_cwd_fd, if necessary.
14882         (__opendir2): Define in terms of opendir or opendirat,
14883         depending on whether the FST_NOCHDIR flag is set.
14884         (fts_build): Since fts_safe_changedir consumes its FD, and since
14885         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14886         and close the dup'd file descriptor upon failure.
14887         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14888         (fts_safe_changedir): Tweak semantics to reflect that this function
14889         now calls cwd_advance_fd and hence consumes its FD argument.
14890         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14891         [struct FTS] (fts_rft): Remove now-unused member.
14892         [struct FTS] (fts_cycle.state): Improve comment.
14893
14894         * lib/openat.c (openat_needs_fchdir): New function.
14895         * lib/openat.h (openat_needs_fchdir): Declare it.
14896
14897 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14898
14899         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14900         Problem and fix reported by Pádraig Brady in
14901         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14902
14903 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14906
14907 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14908
14909         * lib/memcoll.c (memcoll): Optimize for the common case where the
14910         arguments are bytewise equal.
14911
14912 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14913
14914         * doc/regexprops-generic.texi: Add a copyright notice.
14915
14916 2006-08-15  Bruno Haible  <bruno@clisp.org>
14917
14918         * modules/tmpdir (License): Change to LGPL.
14919
14920 2006-08-15  Bruno Haible  <bruno@clisp.org>
14921
14922         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14923         module.
14924
14925 2006-08-14  Simon Josefsson  <jas@extundo.com>
14926
14927         * config/srclist.txt: Add gnupload.
14928
14929 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14930
14931         Change copyright notice from LGPL 2 to GPL 2, since that's the
14932         standard form used in the gnulib repository.
14933         * tests/test-lock.c: Likewise.
14934         * tests/test-stdint.c: Likewise.
14935         * tests/test-tls.c: Likewise.
14936
14937         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14938         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14939         Add copyright notice.
14940
14941         * check-module: Add copyright notice.  Output a copyright
14942         notice if "--version" is specified.
14943         * modules/COPYING: New file.
14944         * tests/test-getaddrinfo.c: Add copyright notice.
14945         * tests/test-verify.c: Likewise.
14946
14947 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14948
14949         Change copyright notice from LGPL 2 to GPL 2, since that's the
14950         standard form used in the gnulib repository.
14951         * lib/lock.c: LGPL -> GPL.
14952         * lib/lock.h: Likewise.
14953         * lib/strnlen1.c: Likewise.
14954         * lib/strnlen1.h: Likewise.
14955         * lib/tls.c: Likewise.
14956         * lib/tls.h: Likewise.
14957         * lib/tmpdir.c: Likewise.
14958
14959         * lib/TODO: Remove; this belongs only in coreutils.
14960
14961 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         Add copyright notices to long-enough files that lack them, since
14964         otherwise the files aren't clearly free.  Use the same notice that
14965         getdate.texi already uses.
14966         * doc/alloca-opt.texi: Add copyright notice.
14967         * doc/alloca.texi: Likewise.
14968         * doc/ctime.texi: Likewise.
14969         * doc/functions.texi: Likewise.
14970         * doc/gcd.texi: Likewise.
14971         * doc/gnulib-tool.texi: Likewise.
14972         * doc/inet_ntoa.texi: Likewise.
14973         * doc/visibility.texi: Likewise.
14974
14975         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14976         * doc/quote.texi: Add copyright notice.
14977
14978         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14979         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14980         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14981         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14982         is now obsolete, and give a pointer to the Sun list.
14983         Add copyright notice.
14984
14985 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14986
14987         * config/srclistvars.sh: Add copyright notice.
14988
14989 2006-08-14  Eric Blake  <ebb9@byu.net>
14990
14991         Import the following change from libc:
14992
14993         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14994
14995         Upstream bug 2997.
14996         * lib/misc/error.c: Add space between program name and message if file
14997         name is missing.
14998
14999 2006-08-12  Karl Berry  <karl@gnu.org>
15000
15001         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
15002         remove, these originate in gnulib now.
15003
15004 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15005
15006         * doc/Makefile (standards.info standards.html standards.dvi):
15007         Also depend on make-stds.texi.
15008
15009 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15010
15011         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
15012         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
15013
15014         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
15015         in wchar_t.  Problem reported by Eric Blake.
15016
15017         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
15018         LEN is smaller than SIZE.  Suggested by Bruno Haible.
15019         Also, help the compiler to keep LEN in a register.
15020
15021 2006-08-11  Eric Blake  <ebb9@byu.net>
15022
15023         * users.txt: Sort.  Add tar.
15024
15025 2006-08-11  Bruno Haible  <bruno@clisp.org>
15026
15027         * users.txt: New file.
15028
15029 2006-08-11  Bruno Haible  <bruno@clisp.org>
15030
15031         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
15032         before <wchar.h>. Needed for OSF/1 and BSD/OS.
15033
15034 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         * modules/snprintf (Depends-on): Remove minmax.
15037         (Maintainer): Add self and Bruno.
15038
15039 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15040
15041         * lib/.cppi-disable: Add snprintf.h, socket_.h.
15042         * lib/snprintf.c: Include <errno.h> and <limits.h>.
15043         (EOVERFLOW): Define if the system does not.
15044         Do not include "minmax.h"; it wasn't used.
15045         (snprintf): Don't assume size_t promotes to an unsigned type.
15046         Fix bug when generated string was too long for the buffer: the
15047         buffer's contents are supposed to be the initial prefix of the
15048         output.  Don't assume vasnprintf returns EOVERFLOW if the size
15049         exceeds INT_MAX; do the check ourselves.
15050
15051         Import the following changes from libc:
15052
15053         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
15054
15055         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
15056         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
15057         set wc to the byte which couldn't be converted.
15058         (re_string_reconstruct): Don't clear valid_raw_len before calling
15059         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
15060         tip_context using re_string_context_at.
15061
15062         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
15063
15064         * lib/posix/regex.h: g++ still cannot handled [restrict].
15065
15066         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
15067
15068         * lib/posix/regex.h: Remove special handling for VMS.
15069
15070 2006-08-10  Jim Meyering  <jim@meyering.net>
15071
15072         * modules/same-inode: New module.
15073         * modules/dev-ino: New module.
15074         * modules/cycle-check: Depend on these modules, rather than simply
15075         including their .h files.
15076         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
15077         required via m4/cycle-check.m4.
15078         * modules/same: Depend on new same-inode module, rather than
15079         including same-inode.h.
15080         * modules/chdir-safer: New file.
15081
15082         * modules/chown (Depends-on): Add stat-macros.
15083
15084 2006-08-10  Jim Meyering  <jim@meyering.net>
15085
15086         * m4/cycle-check.m4: New file.
15087         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
15088         * m4/dev-ino.m4, m4/same-inode.m4: New files.
15089
15090 2006-08-10  Eric Blake  <ebb9@byu.net>
15091
15092         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
15093         in from original proposal.
15094
15095 2006-08-10  Eric Blake  <ebb9@byu.net>
15096         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15097
15098         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
15099         namespace.
15100
15101 2006-08-10  Bruno Haible  <bruno@clisp.org>
15102
15103         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
15104         as well.
15105
15106 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         Sync from coreutils.
15109
15110         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
15111
15112         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
15113         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
15114
15115 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15116
15117         * modules/restrict: Remove; no longer needed now that we assume
15118         Autoconf 2.59 or later.
15119         * MODULES.html.sh: Remove 'restrict'.
15120         * modules/argp (Depends-on): Remove 'restrict'.
15121         * modules/base64 (Depends-on): Likewise.
15122         * modules/gc (Depends-on): Likewise.
15123         * modules/getaddrinfo (Depends-on): Likewise.
15124         * modules/glob (Depends-on): Likewise.
15125         * modules/inet_ntop (Depends-on): Likewise.
15126         * modules/inet_pton (Depends-on): Likewise.
15127         * modules/memxor (Depends-on): Likewise.
15128         * modules/regex (Depends-on): Likewise.
15129         * modules/strtok_r (Depends-on): Likewise.
15130         * modules/time_r (Depends-on): Likewise.
15131
15132 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15133
15134         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
15135         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
15136         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15137         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
15138         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
15139         * m4/memxor.m4 (gl_MEMXOR): Likewise.
15140         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
15141         gl_C_RESTRICT replaced by AC_C_RESTRICT.
15142
15143         Merge from coreutils.
15144         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
15145         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15146         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15147         * m4/time_r.m4 (gl_TIME_R): Likewise.
15148
15149 2006-08-09  Karl Berry  <karl@gnu.org>
15150
15151         * config/srclist.txt: no more gettext-tools, per Bruno.
15152
15153 2006-08-08  Eric Blake  <ebb9@byu.net>
15154
15155         * modules/verror: New module.
15156         * MODULES.html.sh: Document it.
15157
15158 2006-08-08  Eric Blake  <ebb9@byu.net>
15159
15160         * lib/verror.h, lib/verror.c: New files.
15161
15162 2006-08-08  Eric Blake  <ebb9@byu.net>
15163
15164         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
15165         verror_at_line output complies with GNU Coding Standards even when
15166         file is NULL.
15167
15168 2006-08-07  Bruno Haible  <bruno@clisp.org>
15169
15170         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
15171         versions of AIX.
15172         Reported by Ralf Wildenhues.
15173
15174 2006-08-07  Bruno Haible  <bruno@clisp.org>
15175
15176         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
15177         in an AC_DEFUN. Needed so that the autoconf snippets can use
15178         AC_REQUIRE.
15179
15180 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15181
15182         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15183         Initialize pkgdata_DATA.
15184         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
15185         overriding it.
15186
15187 2006-08-06  Eric Blake  <ebb9@byu.net>
15188
15189         * lib/error.h: Fold in some upstream changes from glibc.
15190         * lib/error.c: Likewise.
15191
15192 2006-08-04  Bruno Haible  <bruno@clisp.org>
15193
15194         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15195         Make the mostlyclean-local rule depend on mostlyclean-generic.
15196         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
15197
15198 2006-07-31  Bruno Haible  <bruno@clisp.org>
15199
15200         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
15201         <stdlib.h>, <string.h>.
15202
15203 2006-07-30  Bruno Haible  <bruno@clisp.org>
15204
15205         * modules/readlink (License): Change to LGPL.
15206
15207 2006-07-30  Bruno Haible  <bruno@clisp.org>
15208
15209         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15210         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15211         set PKGDATADIR to point to it.
15212
15213 2006-07-30  Bruno Haible  <bruno@clisp.org>
15214
15215         * modules/csharpexec (configure.ac): Comment out macro invocation.
15216         * modules/javaexec (configure.ac): Likewise.
15217         * modules/javacomp-script (configure.ac): Likewise.
15218
15219         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15220
15221 2006-07-30  Bruno Haible  <bruno@clisp.org>
15222
15223         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15224         linked-list.
15225
15226 2006-07-30  Bruno Haible  <bruno@clisp.org>
15227
15228         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15229
15230 2006-07-30  Bruno Haible  <bruno@clisp.org>
15231
15232         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15233         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15234         get removed.
15235
15236 2006-07-29  Bruno Haible  <bruno@clisp.org>
15237
15238         Make it possible for gnulib-tool to work with locally modified or
15239         augmented gnulib repositories.
15240         * gnulib-tool (func_usage): Document --local-dir option.
15241         (local_gnulib_dir): New variable.
15242         Handle --local-dir option.
15243         (func_lookup_file): New function.
15244         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15245         (func_get_description, func_get_filelist, func_get_description,
15246         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15247         func_get_automake_snippet, func_get_include_directive,
15248         func_get_license, func_get_maintainer): Use func_lookup_file.
15249         (func_import, func_create_testdir): Use func_lookup_file.
15250
15251 2006-07-29  Bruno Haible  <bruno@clisp.org>
15252
15253         * modules/setenv (Depends-on): Add unistd.
15254
15255 2006-07-29  Bruno Haible  <bruno@clisp.org>
15256
15257         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15258
15259 2006-07-29  Bruno Haible  <bruno@clisp.org>
15260
15261         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15262
15263 2006-07-29  Bruno Haible  <bruno@clisp.org>
15264
15265         * gnulib-tool (import, update): If there is no Makefile.am, look at
15266         aclocal.m4, instead of bailing out.
15267
15268 2006-07-29  Bruno Haible  <bruno@clisp.org>
15269
15270         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15271         Categorize the options by when they are useful.
15272
15273 2006-07-29  Bruno Haible  <bruno@clisp.org>
15274
15275         * gnulib-tool (func_usage): Document option --no-libtool.
15276         Handle option --no-libtool.
15277         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15278         for changed semantics of $libtool variable.
15279         (func_import): Likewise. If libtool is not used, show this through
15280         an option --no-libtool.
15281         (func_create_testdir): Update.
15282
15283 2006-07-29  Bruno Haible  <bruno@clisp.org>
15284
15285         * gnulib-tool (func_import): Extend error message about missing
15286         --doc-base.
15287
15288 2006-07-29  Bruno Haible  <bruno@clisp.org>
15289
15290         * gnulib-tool (func_import): Don't create the $docbase directory if
15291         there is no file to store there.
15292
15293 2006-07-29  Bruno Haible  <bruno@clisp.org>
15294
15295         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15296         relevant, look for configure.ac there, not in the current directory.
15297         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15298
15299 2006-07-29  Bruno Haible  <bruno@clisp.org>
15300
15301         * gnulib-tool (SORT): New variable.
15302         (func_usage): Undocument --assume-autoconf option.
15303         Remove --assume-autoconf option handling.
15304         (autoconf_minversion): Determine from the contents of configure.ac.
15305         (func_import): Remove autoconf_minversion handling.
15306         Suggested by Eric Blake.
15307
15308 2006-07-29  Bruno Haible  <bruno@clisp.org>
15309
15310         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15311
15312 2006-07-29  Bruno Haible  <bruno@clisp.org>
15313
15314         * config/srclist.txt (*setenv.[ch]): Remove rules.
15315
15316 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15317
15318         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15319
15320 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15321
15322         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15323         arpa/inet.h.
15324
15325 2006-07-28  Simon Josefsson  <jas@extundo.com>
15326
15327         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15328         * modules/inet_pton (Depends-on): Likewise.
15329
15330 2006-07-28  Simon Josefsson  <jas@extundo.com>
15331
15332         * m4/netinet_in_h.m4: New file.
15333
15334 2006-07-28  Simon Josefsson  <jas@extundo.com>
15335
15336         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15337         #include's.
15338
15339 2006-07-28  Simon Josefsson  <jas@extundo.com>
15340
15341         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15342         #include's.
15343
15344 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15345
15346         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15347         setgid on directories only if they set these bits.
15348         * lib/modechange.h: Remove obsolete comment about masks.
15349
15350 2006-07-28  Eric Blake  <ebb9@byu.net>
15351
15352         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15353         macro expansion.
15354
15355 2006-07-28  Bruno Haible  <bruno@clisp.org>
15356
15357         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15358
15359 2006-07-28  Bruno Haible  <bruno@clisp.org>
15360
15361         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15362
15363 2006-07-28  Bruno Haible  <bruno@clisp.org>
15364
15365         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15366         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15367         Define fallbacks.
15368         Avoids link error on FreeBSD 4.x.
15369         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15370
15371         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15372         encoding.
15373         * lib/mbswidth.c (iswcntrl): Likewise.
15374
15375 2006-07-27  Bruno Haible  <bruno@clisp.org>
15376
15377         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15378         test.
15379
15380 2006-07-27  Bruno Haible  <bruno@clisp.org>
15381
15382         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15383         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15384         defined.
15385
15386 2006-07-26  Eric Blake  <ebb9@byu.net>
15387
15388         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15389
15390 2006-07-26  Eric Blake  <ebb9@byu.net>
15391
15392         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15393         like mingw that lack mkstemp.
15394         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15395         avoid compilation warning on mingw.
15396
15397 2006-07-26  Bruno Haible  <bruno@clisp.org>
15398
15399         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15400         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15401         INT_FAST*_MIN, INTPTR_MIN.
15402
15403 2006-07-25  Bruno Haible  <bruno@clisp.org>
15404
15405         * modules/version-etc (Depends-on): Add stdarg.
15406
15407 2006-07-25  Bruno Haible  <bruno@clisp.org>
15408
15409         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15410         complex commands.
15411
15412 2006-07-25  Bruno Haible  <bruno@clisp.org>
15413
15414         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15415         defined in <stdarg.h> or config.h.
15416
15417 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15418
15419         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15420         (gl_STDIO_SAFER): Remove.
15421
15422 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         * MODULES.html.sh (File stream based Input/Output):
15425         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15426         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15427         * modules/fopen-safer, modules/tmpfile-safer: New files.
15428         * modules/stdio-safer: Remove.
15429
15430 2006-07-24  Bruno Haible  <bruno@clisp.org>
15431
15432         * modules/tmpdir: New file.
15433         * MODULES.html.sh (File system functions): Add it.
15434
15435 2006-07-24  Bruno Haible  <bruno@clisp.org>
15436
15437         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15438         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15439
15440 2006-07-24  Bruno Haible  <bruno@clisp.org>
15441
15442         * modules/clean-temp: New file.
15443
15444 2006-07-24  Bruno Haible  <bruno@clisp.org>
15445
15446         * m4/tmpdir.m4: New file, from GNU gettext.
15447
15448 2006-07-24  Bruno Haible  <bruno@clisp.org>
15449
15450         * lib/tmpdir.h: New file, from GNU gettext.
15451         * lib/tmpdir.c: New file, from GNU gettext.
15452
15453 2006-07-24  Bruno Haible  <bruno@clisp.org>
15454
15455         * lib/clean-temp.h: New file, from GNU gettext.
15456         * lib/clean-temp.c: New file, from GNU gettext.
15457
15458 2006-07-23  Eric Blake  <ebb9@byu.net>
15459
15460         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15461         (Depends-on): Add binary-io.
15462
15463 2006-07-23  Eric Blake  <ebb9@byu.net>
15464
15465         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15466
15467 2006-07-23  Eric Blake  <ebb9@byu.net>
15468
15469         * lib/tmpfile-safer.c: New file.
15470         * lib/stdio-safer.h (fopen_safer): Add prototype.
15471         * lib/stdio--.h (tmpfile): Make safer.
15472
15473 2006-07-23  Bruno Haible  <bruno@clisp.org>
15474
15475         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15476         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15477         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15478         gl_linked_remove_at): Use it.
15479
15480 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15481         and Simon Josefsson <jas@extundo.com>
15482
15483         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15484
15485         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15486
15487 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15488
15489         * modules/close-stream: New file.
15490         * modules/closeout (Description): Make it clear that it exits
15491         with a diagnostic on error.
15492         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15493         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15494
15495 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15496
15497         * m4/close-stream.m4: New file.
15498
15499 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15500
15501         * lib/close-stream.c, lib/close-stream.h: New files.
15502
15503 2006-07-22  Bruno Haible  <bruno@clisp.org>
15504
15505         Merge from GNU gettext 0.15.
15506
15507         2006-05-01  Bruno Haible  <bruno@clisp.org>
15508
15509                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15510
15511         2006-07-22  Bruno Haible  <bruno@clisp.org>
15512
15513                 * modules/javaversion: New file.
15514                 * MODULES.html.sh (Java): Add javaversion.
15515
15516         2006-03-12  Bruno Haible  <bruno@clisp.org>
15517
15518                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15519
15520         2005-12-04  Bruno Haible  <bruno@clisp.org>
15521
15522                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15523                 (untested).
15524
15525         2006-06-21  Bruno Haible  <bruno@clisp.org>
15526
15527                 Avoid warnings from recent versions of mcs.
15528                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15529                 -o, -L, -r any more. Use options documented since mcs-1.0
15530                 instead. Similarly for -g.
15531
15532         2005-12-04  Bruno Haible  <bruno@clisp.org>
15533
15534                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15535                 .resources, not .resource.
15536
15537         2005-07-09  Bruno Haible  <bruno@clisp.org>
15538
15539                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15540                 add a .dll suffix.
15541                 Reported by Mark Junker <mjscod@gmx.de>.
15542
15543         2006-07-22  Bruno Haible  <bruno@clisp.org>
15544
15545                 * modules/gettext: Upgrade to gettext-0.15.
15546                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15547                 m4/visibility.m4.
15548                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15549
15550 2006-07-22  Bruno Haible  <bruno@clisp.org>
15551
15552         Merge from GNU gettext 0.15.
15553
15554         2006-03-25  Bruno Haible  <bruno@clisp.org>
15555
15556                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15557
15558         2006-07-21  Bruno Haible  <bruno@clisp.org>
15559
15560                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15561                 "1.1".
15562
15563         2006-05-09  Bruno Haible  <bruno@clisp.org>
15564
15565                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15566                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15567                 for the conftestver execution.
15568
15569         2006-05-01  Bruno Haible  <bruno@clisp.org>
15570
15571                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15572                 optional target-version argument. Verify that the compiler
15573                 groks source of the specified source-version, or add -source
15574                 option as necessary. Verify that the compiler produces
15575                 bytecode in the specified target-version, or add -target and
15576                 -source options as necessary. Make the result of the test
15577                 available as variable CONF_JAVAC. Also log error output in
15578                 config.log.
15579
15580         2006-03-11  Bruno Haible  <bruno@clisp.org>
15581
15582                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15583
15584         2006-05-09  Bruno Haible  <bruno@clisp.org>
15585
15586                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15587                 CLASSPATH_SEPARATOR to a semicolon.
15588
15589         2006-03-12  Bruno Haible  <bruno@clisp.org>
15590
15591                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15592                 available as variable CONF_JAVA, for subsequent autoconf
15593                 tests. Also log error output in config.log.
15594
15595         2006-07-19  Bruno Haible  <bruno@clisp.org>
15596
15597                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15598                 that getline works on glibc2 systems. Needed to avoid trouble
15599                 in relocatable.c.
15600                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15601
15602         2005-12-04  Bruno Haible  <bruno@clisp.org>
15603
15604                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15605                 launcher (untested).
15606
15607         2005-12-04  Bruno Haible  <bruno@clisp.org>
15608
15609                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15610
15611         2006-07-22  Bruno Haible  <bruno@clisp.org>
15612
15613                 * gettext.m4: Update from GNU gettext-0.15.
15614                 * nls.m4: Likewise.
15615                 * po.m4: Likewise.
15616                 * inttypes-pri.m4: Likewise.
15617                 * inttypes-h.m4: Renamed from inttypes.m4.
15618                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15619
15620 2006-07-22  Bruno Haible  <bruno@clisp.org>
15621
15622         Merge from GNU gettext 0.15.
15623
15624         2005-07-05  Bruno Haible  <bruno@clisp.org>
15625
15626                 * printf-args.c (printf_fetchargs): Work around broken
15627                 definition of wint_t on mingw.
15628
15629         2005-02-12  Bruno Haible  <bruno@clisp.org>
15630
15631                 * xallocsa.h: Add extern "C" for C++.
15632
15633         2006-05-17  Bruno Haible  <bruno@clisp.org>
15634
15635                 Cygwin portability.
15636                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15637
15638         2006-04-30  Bruno Haible  <bruno@clisp.org>
15639
15640                 * progreloc.c: Include <mach-o/dyld.h> if available.
15641                 (find_executable): Use _NSGetExecutablePath when possible.
15642
15643         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15644
15645                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15646                 function.
15647
15648         2005-12-29  Bruno Haible  <bruno@clisp.org>
15649
15650                 * progreloc.c (set_program_name_and_installdir): Fix
15651                 compilation error.
15652
15653         2005-12-04  Bruno Haible  <bruno@clisp.org>
15654
15655                 Cygwin portability.
15656                 * progreloc.c: Include <windows.h> also on Cygwin.
15657                 (find_executable): Add support for Cygwin.
15658                 (set_program_name_and_installdir): Handle also platforms with
15659                 nonempty EXEEXT.
15660
15661         2006-07-11  Bruno Haible  <bruno@clisp.org>
15662
15663                 * javacomp.c: Fix a comment.
15664                 Reported by Jim Meyering.
15665
15666         2006-04-30  Bruno Haible  <bruno@clisp.org>
15667
15668                 * javacomp.h (compile_java_class): Add source_version,
15669                 target_version arguments.
15670                 * javacomp.c: Rewritten to choose only a compiler that
15671                 respects the specified source_version and target_version.
15672
15673         2006-06-27  Bruno Haible  <bruno@clisp.org>
15674
15675                 Assume correct S_ISDIR macro.
15676                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15677
15678         2006-07-22  Bruno Haible  <bruno@clisp.org>
15679
15680                 * javaversion.h: New file, from GNU gettext.
15681                 * javaversion.c: New file, from GNU gettext.
15682                 * javaversion.java: New file, from GNU gettext.
15683                 * javaversion.class: New file, from GNU gettext.
15684
15685         2006-05-17  Bruno Haible  <bruno@clisp.org>
15686
15687                 Cygwin portability.
15688                 * javaexec.c (execute_java_class): Test for jview program
15689                 also on Cygwin.
15690
15691         2006-04-09  Bruno Haible  <bruno@clisp.org>
15692
15693                 * fatal-signal.c: Don't include string.h.
15694                 (at_fatal_signal): Use a copying loop instead of memcpy.
15695
15696         2005-12-04  Bruno Haible  <bruno@clisp.org>
15697
15698                 * csharpexec.c: Add support for 'clix' launcher (untested).
15699                 (execute_csharp_using_sscli): New function.
15700                 (execute_csharp_program): Call it.
15701
15702         2006-06-21  Bruno Haible  <bruno@clisp.org>
15703
15704                 Avoid warnings from recent versions of mcs.
15705                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15706                 -o, -L, -r any more. Use options documented since mcs-1.0
15707                 instead. Similarly for -g.
15708
15709         2005-07-09  Bruno Haible  <bruno@clisp.org>
15710
15711                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15712                 add a .dll suffix.
15713                 Reported by Mark Junker <mjscod@gmx.de>.
15714
15715         2006-06-17  Bruno Haible  <bruno@clisp.org>
15716
15717                 * config.charset: Update for NetBSD 3.0.
15718
15719         2006-05-17  Bruno Haible  <bruno@clisp.org>
15720
15721                 Cygwin portability.
15722                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15723
15724         2006-05-16  Bruno Haible  <bruno@clisp.org>
15725
15726                 * localcharset.c [CYGWIN]: Include <windows.h>.
15727                 (get_charset_aliases): For Cygwin, return the same CPxxx
15728                 aliases list as under WIN32.
15729                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15730                 the environment variables. Fall back to GetACP().
15731
15732         2006-04-05  Bruno Haible  <bruno@clisp.org>
15733
15734                 * config.charset: Update Juan Manuel Guerrero's address.
15735
15736         2005-02-12  Bruno Haible  <bruno@clisp.org>
15737
15738                 * allocsa.h: Add extern "C" for C++.
15739
15740         2005-02-10  Bruno Haible  <bruno@clisp.org>
15741
15742                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15743                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15744
15745         2006-07-22  Bruno Haible  <bruno@clisp.org>
15746
15747                 * gettext.h: Update to GNU gettext-0.15.
15748
15749 2006-07-22  Bruno Haible  <bruno@clisp.org>
15750
15751         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15752         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15753         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15754
15755 2006-07-21  Eric Blake  <ebb9@byu.net>
15756
15757         * modules/stdlib-safer: New file.
15758         * MODULES.html.sh (File stream based Input/Output): Add
15759         stdlib-safer.
15760
15761 2006-07-21  Eric Blake  <ebb9@byu.net>
15762
15763         * lib/stdlib-safer.h: New file from coreutils, required by
15764         stdlib--.h.
15765
15766 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15767
15768         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15769
15770 2006-07-20  Bruno Haible  <bruno@clisp.org>
15771
15772         * gnulib-tool: Recognize new option --assume-autoconf.
15773         (autoconf_minversion): New variable.
15774         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15775
15776 2006-07-20  Bruno Haible  <bruno@clisp.org>
15777
15778         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15779
15780 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15781
15782         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15783         Reindent and repaginate.
15784
15785 2006-07-19  Derek Price  <derek@ximbiot.com>
15786
15787         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15788         Correct grammar.
15789
15790 2006-07-17  Bruno Haible  <bruno@clisp.org>
15791
15792         * modules/list: New file.
15793         * modules/array-list: New file.
15794         * modules/carray-list, modules/carray-list-tests: New files.
15795         * modules/linked-list, modules/linked-list-tests: New files.
15796         * modules/avltree-list, modules/avltree-list-tests: New files.
15797         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15798         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15799         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15800         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15801         * modules/oset: New file.
15802         * modules/array-oset: New file.
15803         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15804         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15805         * tests/test-carray_list.c: New file.
15806         * tests/test-linked_list.c: New file.
15807         * tests/test-avltree_list.c: New file.
15808         * tests/test-rbtree_list.c: New file.
15809         * tests/test-linkedhash_list.c: New file.
15810         * tests/test-avltreehash_list.c: New file.
15811         * tests/test-rbtreehash_list.c: New file.
15812         * tests/test-avltree_oset.c: New file.
15813         * tests/test-rbtree_oset.c: New file.
15814         * MODULES.html.sh (Container data structures): New section.
15815
15816 2006-07-17  Bruno Haible  <bruno@clisp.org>
15817
15818         * m4/gl_list.m4: New file.
15819
15820 2006-07-17  Bruno Haible  <bruno@clisp.org>
15821
15822         * lib/gl_list.h: New file.
15823         * lib/gl_list.c: New file.
15824         * lib/gl_array_list.h: New file.
15825         * lib/gl_array_list.c: New file.
15826         * lib/gl_carray_list.h: New file.
15827         * lib/gl_carray_list.c: New file.
15828         * lib/gl_linked_list.h: New file.
15829         * lib/gl_linked_list.c: New file.
15830         * lib/gl_anylinked_list1.h: New file.
15831         * lib/gl_anylinked_list2.h: New file.
15832         * lib/gl_avltree_list.h: New file.
15833         * lib/gl_avltree_list.c: New file.
15834         * lib/gl_anyavltree_list1.h: New file.
15835         * lib/gl_anyavltree_list2.h: New file.
15836         * lib/gl_rbtree_list.h: New file.
15837         * lib/gl_rbtree_list.c: New file.
15838         * lib/gl_anyrbtree_list1.h: New file.
15839         * lib/gl_anyrbtree_list2.h: New file.
15840         * lib/gl_anytree_list1.h: New file.
15841         * lib/gl_anytree_list2.h: New file.
15842         * lib/gl_linkedhash_list.h: New file.
15843         * lib/gl_linkedhash_list.c: New file.
15844         * lib/gl_anyhash_list1.h: New file.
15845         * lib/gl_anyhash_list2.h: New file.
15846         * lib/gl_avltreehash_list.h: New file.
15847         * lib/gl_avltreehash_list.c: New file.
15848         * lib/gl_rbtreehash_list.h: New file.
15849         * lib/gl_rbtreehash_list.c: New file.
15850         * lib/gl_anytreehash_list1.h: New file.
15851         * lib/gl_anytreehash_list2.h: New file.
15852
15853         * lib/gl_oset.h: New file.
15854         * lib/gl_oset.c: New file.
15855         * lib/gl_array_oset.h: New file.
15856         * lib/gl_array_oset.c: New file.
15857         * lib/gl_avltree_oset.h: New file.
15858         * lib/gl_avltree_oset.c: New file.
15859         * lib/gl_rbtree_oset.h: New file.
15860         * lib/gl_rbtree_oset.c: New file.
15861         * lib/gl_anytree_oset.h: New file.
15862
15863 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15864
15865         * m4/mkancesdirs.m4: New file.
15866         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15867         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15868         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15869         it.
15870
15871 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15874         * lib/mkancesdirs.h: New files.
15875         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15876         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15877         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15878         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15879         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15880         callers changed.  Revamp internals significantly, by not
15881         attempting to create directories that are temporarily more
15882         permissive than the final results.  Do not attempt to use
15883         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15884         This removes some race conditions, fixes some bugs, and simplifies
15885         things.  Use new dirchownmod function to do owner and mode changes.
15886         * lib/mkdir-p.h: Likewise.
15887         * lib/modechange.c (octal_to_mode): New function.
15888         (struct mode_change): New member mentioned.
15889         (make_node_op_equals): New arg mentioned.  All callers changed.
15890         (mode_compile): Keep track of which mode bits the user has explicitly
15891         mentioned.
15892         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15893         New arg PMODE_BITS, to keep track of which mode bits the user
15894         mentioned; it treats S_ISUID and S_ISGID speciall.
15895         All callers changed.
15896         * lib/modechange.h: Likewise.
15897
15898 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15899
15900         * MODULES.html.sh: Add mkancestors.
15901         * modules/mkancesdirs: New module.
15902         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15903         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15904         The chdir-safer and afs files are now orphans; I'll remove them
15905         unless someone speaks up.
15906         Add lib/dirchownmod.c, lib/dirchownmod.h.
15907         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15908         Add lchown, mkancesdirs.
15909         (Maintainer): Add self.
15910
15911 2006-07-15  Karl Berry  <karl@gnu.org>
15912
15913         * gnulib-tool: help message wording/arrangement.
15914
15915 2006-07-14  Simon Josefsson  <jas@extundo.com>
15916
15917         * doc/gnulib.texi (Libtool and Windows): New section.
15918
15919 2006-07-12  Simon Josefsson  <jas@extundo.com>
15920
15921         * modules/gendocs (License): Fix license, approved by Karl.
15922
15923 2006-07-12  Eric Blake  <ebb9@byu.net>
15924
15925         * MODULES.html.sh: Add gendocs.
15926
15927 2006-07-11  Eric Blake  <ebb9@byu.net>
15928
15929         * modules/fdl: New module, to install doc/fdl.texi.
15930         * MODULES.html.sh: Add new section for documentation modules.
15931         * gnulib-tool: Avoid space-tab.
15932         (--doc-base): New option, to manage files from doc.
15933
15934 2006-07-11  Eric Blake  <ebb9@byu.net>
15935
15936         * m4/absolute-header.m4: Fix comments to match recent change.
15937
15938 2006-07-11  Eric Blake  <ebb9@byu.net>
15939
15940         * gnulib-tool: List --doc-base before --tests-base.
15941
15942 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15943
15944         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15945
15946 2006-07-11  Bruno Haible  <bruno@clisp.org>
15947
15948         * README: Mention where to put documentation.
15949
15950 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15951
15952         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15953
15954 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15955
15956         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15957         to stdint.m4.
15958
15959 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15960
15961         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15962         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15963         "no/such/file/stdint.h" when there is no such file, so that
15964         the resulting C code can be parsed by dodgy compilers.
15965         Problems reported by Bob Proulx.
15966
15967 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15968
15969         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15970         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15971         macros into the GNU _D_EXACT_NAMLEN.
15972         * lib/savedir.c:  Likewise.
15973         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15974
15975 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15976         and Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15979         * m4/savedir.m4:
15980         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15981         macros into the GNU _D_EXACT_NAMLEN.
15982
15983 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15984
15985         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15986         around the absolute name, to work around a problem with the HP-UX
15987         11.23 native C compiler, reported by Bob Proulx.
15988
15989 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15990
15991         * doc/maintain.texi, make-stds.texi: Sync from
15992         <http://savannah.gnu.org/projects/gnustandards>.
15993
15994 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15995
15996         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15997
15998 2006-07-09  Jim Meyering  <jim@meyering.net>
15999
16000         * m4/glob.m4: Remove a doubled word in a comment.
16001
16002 2006-07-09  Jim Meyering  <jim@meyering.net>
16003
16004         * lib/argp-pv.c: Remove a doubled word in a comment.
16005         * lib/check-version.c (check_version): Likewise.
16006         * lib/javacomp.c (compile_java_class): Likewise.
16007
16008 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16009
16010         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
16011         for the benefit of people using Autoconf 2.60.  If you want to
16012         support older Autoconf versions you can copy m4/onceonly_2_57.m4
16013         (or m4/onceonly.m4, if pre-2.57) manually.
16014
16015 2006-07-08  Jim Meyering  <jim@meyering.net>
16016
16017         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
16018         comment.
16019         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
16020         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
16021         comment.
16022
16023 2006-07-08  Jim Meyering  <jim@meyering.net>
16024
16025         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
16026
16027 2006-07-07  Simon Josefsson  <jas@extundo.com>
16028
16029         * tests/test-crc.c: Change expected crc value, the test vector
16030         were probably computed using the old broken crc.c?
16031
16032 2006-07-06  Simon Josefsson  <jas@extundo.com>
16033
16034         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
16035         now the canonical place for the M4 file).
16036
16037         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
16038         from the sys_socket dependency now.
16039
16040         * modules/inet_pton (Files): Ditto.
16041
16042         * modules/inet_ntop (Files): Ditto.
16043
16044 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16045
16046         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
16047         not gl_PREREQ_GETUSERSHELL.
16048
16049 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16050
16051         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
16052         with only one argument, for Autoconf 2.60.
16053         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
16054         expand to nothing, so add a shell command to avoid syntax error.
16055         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16056
16057 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16058
16059         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
16060
16061 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16062
16063         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
16064         no longer needed.  Check for isblank decl.
16065         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
16066         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
16067         of existence.
16068
16069 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16070
16071         * lib/getloadavg.c: Use __VMS, not VMS.
16072         * lib/getopt.c: Likewise.
16073         * lib/getpagesize.h: Likewise.
16074         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
16075         and probably does not work.
16076
16077 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16078
16079         * lib/.cppi-disable: Add wcwidth.
16080         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
16081         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
16082         (ISGRAPH): Remove.  All uses changed to isgraph.
16083         (FOLD) [!defined _LIBC]: Remove special case.
16084         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
16085         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
16086         HAVE_ISBLANK.
16087         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
16088         case.
16089
16090 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16091
16092         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
16093         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
16094         brackets.  Other minor changes to suppress some compiler
16095         warnings.
16096
16097 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16098         and Paul Eggert  <eggert@cs.ucla.edu>
16099
16100         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
16101         of invoking obsolescent AC_HEADER_DIRENT macro.
16102         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
16103         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
16104         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
16105         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
16106         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
16107         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16108         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
16109         * m4/readdir.m4: Remove; no longer needed.
16110
16111 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16112         and Paul Eggert  <eggert@cs.ucla.edu>
16113
16114         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
16115         Don't worry about this obsolete case any more.
16116         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
16117         directories.
16118         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
16119         worry about this obsolete case any more.
16120         * lib/fts.c: Likewise.
16121         * lib/getcwd.c: Likewise.
16122         * lib/glob.h: Likewise.
16123         * lib/savedir.c: Likewise.
16124
16125 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16126
16127         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
16128         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
16129         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
16130         needed.
16131         All uses removed.
16132         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16133         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16134         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
16135         needed.
16136         * m4/getdate.m4 (gl_GETDATE): Likewise.
16137         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16138         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16139         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16140         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16141         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16142         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16143         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
16144         needed.
16145
16146 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16147
16148         * lib/memcasecmp.c: Include <limits.h>.
16149         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
16150         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
16151         Don't assume isdigit succeeds only on '0' through '9'.
16152
16153 2006-07-05  Eric Blake  <ebb9@byu.net>
16154
16155         * modules/getaddrinfo (Depends-on): Add snprintf.
16156
16157 2006-07-05  Eric Blake  <ebb9@byu.net>
16158
16159         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
16160         to avoid 'header present but could not be compiled' on cygwin.
16161
16162 2006-07-05  Eric Blake  <ebb9@byu.net>
16163
16164         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
16165         missing from netdb.h.
16166         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
16167
16168 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16169
16170         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
16171         no longer needed.
16172         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
16173         * m4/getdate.m4 (gl_GETDATE): Likewise.
16174         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16175         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16176         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16177         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16178         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16179
16180 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16181
16182         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
16183         All uses of is_space replaced by isspace.
16184         * lib/exit.h: Don't talk about STDC_HEADERS.
16185         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
16186         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
16187         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
16188         replaced by isprint etc.
16189         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
16190         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16191         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
16192         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
16193         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
16194         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16195
16196 2006-07-05  Bruno Haible  <bruno@clisp.org>
16197
16198         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
16199         the function exists, before testing against AIX.
16200         Reported by Martin Lambers <marlam@marlam.de>.
16201
16202 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16203
16204         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16205         From Mark D. Baushke.
16206
16207 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16210         to the absolute name, not just one, to bypass Sun C 5.8's
16211         "warning: #include of /usr/include/... may be non-portable".
16212
16213 2006-07-04  Eric Blake  <ebb9@byu.net>
16214
16215         * modules/dirname-tests: New test module.
16216         * tests/test-dirname.c: New file, replacing dirname.c
16217         TEST_DIRNAME section that was recently deleted.
16218
16219 2006-07-04  Bruno Haible  <bruno@clisp.org>
16220
16221         Assume ANSI C header files and <ctype.h> functions.
16222         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16223         (mbsnwidth): Use isprint, iscntrl instead.
16224
16225 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         Merge from coreutils.
16228         * MODULES.html.sh: Add xstrtold.
16229         * modules/xstrtold: New file.
16230         * modules/cycle-check (Files): Add lib/same-inode.h.
16231         * modules/dirname (Files): Add m4/double-slash-root.m4.
16232         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16233         * modules/mkdir-p (Files): Add lib/same-inode.h.
16234         * modules/same (Files): Add lib/same-inode.h.
16235
16236 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16239         This is to keep the terminology clean; POSIX talks about
16240         "absolute pathnames", not "full pathnames", but the GNU
16241         Coding Standards say to use "path" for something else;
16242         so use "absolute" to keep both sides happy.
16243         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16244         Set gl_absolute_header, not gl_full_header_path.
16245         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16246         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16247         All uses changed.
16248
16249         Merge from coreutils.
16250
16251         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16252
16253         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16254         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16255         want to require the building of c-strtod.o.
16256         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16257         needs -lm directly.
16258         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16259
16260         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16261
16262         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16263         --as-needed option if available.  Problem reported by Albert Chin in
16264         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16265         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16266         cc merely issues a bunch of annoying warnings for --as-needed
16267         (this problem was reported by Bob Proulx).  Also, try linking with
16268         -lm to detect a bug in binutils 2.16 (this problem was reported
16269         by Ralf Wildenhues).
16270
16271         2006-06-18  Jim Meyering  <jim@meyering.net>
16272
16273         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16274         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16275         macro.
16276         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16277         also check for glibc-2.4's abort-inducing bug.
16278
16279         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16280         Low-probability clean-up should be to use rmdir to get rid of
16281         the just-created directory, not unlink.
16282
16283         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16284         configure fail, and request a bug report to inform us about it.
16285         Add a comment that, barring reports to the contrary, in 2007 we'll
16286         assume ftruncate is universally available.
16287
16288         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16289
16290         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16291
16292         2006-03-12  Jim Meyering  <jim@meyering.net>
16293
16294         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16295         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16296         * m4/same.m4 (gl_SAME): Likewise.
16297         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16298
16299         2006-03-11  Eric Blake  <ebb9@byu.net>
16300
16301         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16302         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16303         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16304         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16305
16306 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16307
16308         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16309         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16310         reported by Mark D. Baushke, one in
16311         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16312
16313         Merge from coreutils.
16314
16315         * lib/.cppi-disable: Add stdint_.h.
16316         * lib/.cvsignore: Add stdint.h.
16317
16318         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16321         both double and long double versions.
16322         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16323         * lib/xstrtold.c: New file.
16324         * lib/xstrtod.h (xstrtold): New decl.
16325
16326         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * lib/filemode.c (setst): Remove.
16329         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16330         (arguably) clearer, and the generated code is a bit smaller on my
16331         Debian GNU/Linux stable x86 host.
16332
16333         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16334
16335         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16336         Assume that filemode.h includes sys/types.h and sys/stat.h.
16337         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16338         (ftypelet): Reorder to put common cases first, for efficiency.
16339         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16340         to do 'M'.
16341         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16342         of 10, for compatibility with FreeBSD.  All callers changed.
16343         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16344         types that can't be deduced solely from st_mode.  First arg is now a
16345         const pointer.
16346         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16347         (strmode): Renamed from mode_string.
16348         (filemodestring): New decl.
16349         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16350         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16351         needed.
16352         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16353
16354         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16355
16356         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16357         fsusage.h now does that.  Include fsusage.h first, to test interface.
16358         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16359         at most one method (the old code could have generated decls that
16360         didn't conform to C89, not that this was ever exercised).
16361         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16362
16363         2006-03-19  Jim Meyering  <jim@meyering.net>
16364
16365         Work even in a chroot where d_ino values for entries in "/"
16366         don't match the stat.st_ino values for the same names.
16367         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16368         number, iterate through all entries again, using lstat instead.
16369         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16370         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16371
16372         * lib/getcwd.c (__getcwd): Clarify a comment.
16373         Use memcpy in place of a call to strcpy.
16374
16375         2006-03-12  Jim Meyering  <jim@meyering.net>
16376
16377         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16378         matches that of the current directory (which we're about to chdir ".."
16379         out of), then save the dev-ino of the parent, instead.
16380
16381         * lib/same-inode.h (SAME_INODE): New file/macro.
16382         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16383         Include "same-inode.h", instead.
16384         * lib/same.c: Likewise.
16385         * lib/cycle-check.h: Include "same-inode.h".
16386         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16387         * lib/cycle-check.c (SAME_INODE): Remove definition.
16388         * lib/root-dev-ino.h: Include "same-inode.h".
16389
16390         2006-03-11  Eric Blake  <ebb9@byu.net>
16391
16392         * lib/same.c (same_name): s/base_name/last_component/
16393         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16394         * lib/filenamecat.c (file_name_concat): Likewise.
16395
16396         2006-03-11  Eric Blake  <ebb9@byu.net>,
16397                     Paul Eggert  <eggert@cs.ucla.edu>
16398
16399         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16400         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16401         drive prefix.
16402         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16403         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16404         (last_component): New method.
16405         * lib/dirname.c (dir_len): Determine when drive letters need a
16406         subsequent slash.  Preserve // when it is special.
16407         (dir_name): Don't append dot when drive letter is absolute.
16408         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16409         * lib/basename.c (base_name): New semantics - malloc the result.
16410         Preserve // when it is special.  Preserve relative files that look
16411         like drive letters.
16412         (base_len): Preserve // when it is special.
16413         (last_component): New method, similar to old base_name semantics.
16414         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16415         base_name.  Strip redundant slashes from ///.
16416
16417 2006-07-03  Jim Meyering  <jim@meyering.net>
16418
16419         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16420         macro is used before the first cycle_check call.
16421
16422 2006-07-03  Eric Blake  <ebb9@byu.net>
16423
16424         * modules/dirname (Depends-on): Add xstrndup.
16425
16426 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16427
16428         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16429         test cases, so that config.log is a bit easier to follow.
16430
16431 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16432
16433         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16434         both are 64 bits, since this seems to be the tradition, and this
16435         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16436         we ever run into a host that prefers long long to long in this
16437         case, we'll need another configure-time test.  Problem reported by
16438         Jim Meyering.
16439
16440 2006-07-02  Eric Blake  <ebb9@byu.net>
16441
16442         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16443
16444 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16445
16446         * modules/inttypes (Depends-on): No longer depends on stdint.
16447         * modules/stdint (Description): Say more about assumptions.
16448         Say that the fast types might differ.  Say macros are used.
16449         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16450         (Makefile.am): Revise list of substituted symbols to match
16451         new stdint.m4.
16452         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16453         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16454         * tests/test-stdint.c (verify_same_types)
16455         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16456         the code conforms to C99/C89.
16457         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16458         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16459
16460 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16461
16462         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16463         but fix a bug, by requiring at least 64 bits.
16464         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16465         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16466         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16467         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16468
16469         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16470         changes.  Make 2.59 a prerequisite.  Check and substitute for
16471         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16472         inttypes.h.  Do not use special include files; just use the
16473         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16474         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16475         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16476         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16477         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16478         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16479         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16480         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16481         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16482         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16483         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16484         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16485         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16486         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16487         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16488         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16489         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16490         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16491         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16492         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16493         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16494         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16495         not check for things that C99 does not require, e.g., int8_t.  If
16496         a test isn't needed unless <stdint.h> isn't working, and is
16497         unlikely to be needed for any other reason, then don't do it
16498         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16499         size_t, since we assume C89 freestanding at least.  Do not check
16500         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16501         the right thing even if the types are not defined.  Instead use:
16502         (gl_STDINT_TYPE_PROPERTIES): New macro.
16503         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16504         testing whether <sys/types.h> clashes, as Autoconf does this for
16505         us now.  All uses removed.
16506         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16507         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16508         (gl_CHECK_TYPE_SAME):
16509         Remove; no longer needed.
16510         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16511         exists, since we'll return 0 anyway in that case.
16512         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16513
16514 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16515
16516         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16517         possible collision with system files.
16518         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16519         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16520         WCHAR_MIN and WCHAR_MAX in this case.
16521         (<stddef.h>): Do not include; no longer needed.
16522         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16523         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16524         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16525         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16526         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16527         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16528         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16529         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16530         !defined(__c99))]: Include in this case too, since it's harmless
16531         now.
16532         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16533         dangerous to do so.
16534         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16535         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16536         (_STDINT_MIN, _STDINT_MAX): New macros.
16537         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16538         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16539         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16540         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16541         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16542         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16543         macros, not typedefs; this simplifies things quite a bit.
16544         Use long int for all types narrower than int64_t.
16545         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16546         Define in terms of long long int or int64_t or long int,
16547         not int64_t or int32_t.  This saves some compile-time testing.
16548         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16549         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16550         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16551         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16552         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16553         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16554         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16555         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16556         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16557         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16558         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16559         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16560         undef any previous version and define our own version, for
16561         simplicity and consistency with the new macros for types.
16562         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16563         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16564         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16565         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16566         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16567         @WINT_T_SUFFIX@ to keep things simple here.
16568         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16569         Simplify by assuming typical 8/16/32/64 host, since we're
16570         already doing that elsewhere anyway.
16571         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16572         and assume long long int is 64 bits if available.  This
16573         speeds up 'configure'.
16574
16575 2006-07-01  Eric Blake  <ebb9@byu.net>
16576
16577         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16578         Reported by Andreas Buening.
16579
16580 2006-07-01  Eric Blake  <ebb9@byu.net>
16581
16582         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16583
16584 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16585
16586         * lib/getaddrinfo.c: fixed typo
16587
16588 2006-06-29  Jim Meyering  <jim@meyering.net>
16589
16590         * modules/strftime (Maintainer): Add my name, since with the
16591         FPRINTFTIME changes strftime.c has forked from glibc.
16592
16593 2006-06-29  Eric Blake  <ebb9@byu.net>
16594
16595         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16596
16597 2006-06-29  Eric Blake  <ebb9@byu.net>
16598
16599         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16600
16601 2006-06-29  Eric Blake  <ebb9@byu.net>
16602
16603         * lib/stat_.h: New file.
16604
16605 2006-06-29  Eric Blake  <ebb9@byu.net>
16606
16607         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16608         unused static function.
16609
16610 2006-06-29  Eric Blake  <ebb9@byu.net>
16611
16612         * doc/functions.texi (Function Portability): Document missing lstat
16613         on mingw.
16614
16615 2006-06-29  Eric Blake  <ebb9@byu.net>
16616
16617         * MODULES.html.sh: Add sys_stat.
16618         * modules/sys_stat: New module.
16619         * modules/mkstemp (Depends-on): Add sys_stat.
16620
16621 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16622
16623         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16624
16625 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16626
16627         * m4/c-bs-a.m4: Removed.
16628
16629 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16630
16631         * lib/strftime.c: Assume strftime() exists.
16632
16633 2006-06-29  Derek Price  <derek@ximbiot.com>
16634
16635         * modules/c-bs-a: Removed - \a is C89.
16636         * MODULES.html.sh: Remove c-bs-a.
16637
16638 2006-06-29  Bruno Haible  <bruno@clisp.org>
16639
16640         * modules/wcwidth (License): Change to LGPL.
16641
16642 2006-06-28  Simon Josefsson  <jas@extundo.com>
16643
16644         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16645         on _WIN32.
16646
16647         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16648         getnameinfo.
16649
16650 2006-06-28  Simon Josefsson  <jas@extundo.com>
16651
16652         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16653
16654 2006-06-28  Simon Josefsson  <jas@extundo.com>
16655
16656         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16657         functions there.  It will succeed on Windows XP, but on Windows
16658         2000 and (presumably) earlier, it will fail, and use the internal
16659         re-implementation.
16660         (use_win32_p): New function.
16661         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16662         Support AI_NUMERICSERV to disable getservbyname.
16663         (getnameinfo): New function, only supports
16664         NI_NUMERICHOST|NI_NUMERICSERV for now.
16665
16666         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16667         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16668         getnameinfo.
16669
16670 2006-06-28  Eric Blake  <ebb9@byu.net>
16671
16672         * modules/wcwidth: New file.
16673         * modules/mbchar (Depends-on): Add wcwidth.
16674         * modules/mbswidth (Depends-on): Add wcwidth.
16675         * MODULES.html.sh: Add wcwidth.
16676
16677 2006-06-28  Eric Blake  <ebb9@byu.net>
16678
16679         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16680         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16681
16682 2006-06-28  Eric Blake  <ebb9@byu.net>
16683
16684         * lib/xvasprintf.h: Fix comments.
16685
16686 2006-06-28  Eric Blake  <ebb9@byu.net>
16687
16688         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16689         * lib/mbswidth.c (wcwidth): Move from here...
16690         * lib/wcwidth.h: ...to this new file.
16691
16692 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16693
16694         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16695
16696         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16697         it's obsolete.
16698         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16699
16700 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16701
16702         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16703         Autoconf 2.60 says this stuff was obsolete.
16704
16705 2006-06-28  Bruno Haible  <bruno@clisp.org>
16706
16707         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16708
16709 2006-06-28  Bruno Haible  <bruno@clisp.org>
16710
16711         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16712         gt_TYPE_WCHAR_T.
16713
16714 2006-06-28  Bruno Haible  <bruno@clisp.org>
16715
16716         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16717         declaration for wcwidth.
16718         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16719
16720 2006-06-28  Bruno Haible  <bruno@clisp.org>
16721
16722         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16723         (mkdir): Define using _mkdir.
16724
16725 2006-06-28  Bruno Haible  <bruno@clisp.org>
16726
16727         * lib/getaddrinfo.h: Fix POSIX URL.
16728         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16729         _WIN32.
16730         (use_win32_p): Make static.
16731         (getaddrinfo): Reject service name if it is empty or does not consist
16732         solely of decimal digits, or if its value is > 65535.
16733         (getnameinfo): Remove useless casts.
16734
16735 2006-06-27  Simon Josefsson  <jas@extundo.com>
16736
16737         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16738         Eggert and Martin Lambers.
16739
16740 2006-06-27  Simon Josefsson  <jas@extundo.com>
16741
16742         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16743         Eggert and Martin Lambers.
16744
16745 2006-06-27  Bruno Haible  <bruno@clisp.org>
16746
16747         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16748         result to 0, not to empty.
16749         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16750
16751 2006-06-27  Bruno Haible  <bruno@clisp.org>
16752
16753         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16754
16755 2006-06-26  Simon Josefsson  <jas@extundo.com>
16756
16757         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16758         present.
16759
16760 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16761
16762         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16763         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16764         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16765
16766 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16767
16768         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16769
16770 2006-06-26  Bruno Haible  <bruno@clisp.org>
16771
16772         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16773
16774 2006-06-26  Bruno Haible  <bruno@clisp.org>
16775
16776         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16777
16778 2006-06-26  Bruno Haible  <bruno@clisp.org>
16779
16780         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16781         SGI C compiler in pre-C99 mode.
16782         Suggested by Mark D. Baushke and Larry Jones.
16783
16784 2006-06-26  Bruno Haible  <bruno@clisp.org>
16785
16786         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16787         WCHAR_MAX.
16788         Reported by Mark D. Baushke and Larry Jones.
16789
16790 2006-06-26  Bruno Haible  <bruno@clisp.org>
16791
16792         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16793         in pre-C99 mode.
16794         Suggested by Mark D. Baushke and Larry Jones.
16795
16796 2006-06-23  Simon Josefsson  <jas@extundo.com>
16797             Bruno Haible  <bruno@clisp.org>
16798
16799         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16800         Emit mostlyclean-local rule.
16801         (func_emit_tests_Makefile_am): Likewise.
16802         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16803
16804 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16805
16806         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16807
16808 2006-06-23  Bruno Haible  <bruno@clisp.org>
16809
16810         * tests/test-stdint.c: Update to match ISO C 99 Technical
16811         Corrigendum 1.
16812
16813 2006-06-23  Bruno Haible  <bruno@clisp.org>
16814
16815         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16816
16817 2006-06-23  Bruno Haible  <bruno@clisp.org>
16818
16819         * lib/stdint_.h: Treat IRIX like OpenBSD.
16820
16821 2006-06-23  Bruno Haible  <bruno@clisp.org>
16822
16823         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16824         ISO C 99 Technical Corrigendum 1.
16825
16826 2006-06-22  Simon Josefsson  <jas@extundo.com>
16827
16828         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16829         MinGW.
16830
16831 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16832
16833         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16834         needed.  Some compiler complained about some of them.  Problem reported
16835         by Larry Jones in
16836         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16837
16838 2006-06-21  Simon Josefsson  <jas@extundo.com>
16839
16840         * tests/test-getaddrinfo.c: New file.
16841
16842         * modules/getaddrinfo-tests: New file.
16843
16844         * MODULES.html.sh: Add inet_pton.
16845
16846         * modules/inet_pton: New file.
16847
16848 2006-06-21  Simon Josefsson  <jas@extundo.com>
16849
16850         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16851         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16852         of using the (limited) gnulib implementation on Windows XP.
16853
16854         * m4/inet_pton.m4: New file.
16855
16856 2006-06-21  Simon Josefsson  <jas@extundo.com>
16857
16858         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16859         variable.
16860
16861         * lib/socket_.h: Don't define WINVER.
16862
16863         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16864         slightly modified to work in gnulib.
16865
16866 2006-06-21  Simon Josefsson  <jas@extundo.com>
16867
16868         * doc/gnulib.texi (Windows sockets): Add.
16869
16870 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16871
16872         * lib/read-file.c (fread_file): Start with buffer allocation of
16873         0 bytes rather than 1 byte; this simplifies the code.
16874         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16875         code to free buffer and save/restore errno.
16876         (internal_read_file): Remove unused local.
16877
16878 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16879
16880         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16881         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16882         Problem reported by Denis Excoffier in
16883         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16884
16885 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16886
16887         * modules/sys_socket, modules/socklen: Include sys/types since
16888         FreeBSD 4.x's sys/socket.h needs it.
16889
16890 2006-06-19  Simon Josefsson  <jas@extundo.com>
16891
16892         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16893
16894 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16897
16898 2006-06-19  Bruno Haible  <bruno@clisp.org>
16899
16900         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16901         and FULL_PATH_INTTYPES_H in angle brackets.
16902         Reported by Mark D. Baushke <mdb@gnu.org>.
16903
16904 2006-06-17  Eric Blake  <ebb9@byu.net>
16905
16906         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16907         errno.
16908
16909 2006-06-17  Bruno Haible  <bruno@clisp.org>
16910
16911         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16912         <sys/inttypes.h>.
16913
16914 2006-06-17  Bruno Haible  <bruno@clisp.org>
16915
16916         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16917         whether errno is declared. Assume <errno.h> declares errno.
16918
16919 2006-06-17  Bruno Haible  <bruno@clisp.org>
16920
16921         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16922
16923 2006-06-17  Bruno Haible  <bruno@clisp.org>
16924
16925         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16926         problem on Solaris 2.5.1.
16927
16928 2006-06-16  Eric Blake  <ebb9@byu.net>
16929
16930         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16931         * lib/unicodeio.c [!defined errno]: Likewise.
16932         * lib/strtol.c [!defined errno]: Likewise.
16933         * lib/strtod.c [!defined errno]: Likewise.
16934
16935 2006-06-15  Eric Blake  <ebb9@byu.net>
16936
16937         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16938
16939 2006-06-15  Eric Blake  <ebb9@byu.net>
16940
16941         * config/srclist.txt (ssize_t.m4): Lose sync.
16942
16943 2006-06-15  Bruno Haible  <bruno@clisp.org>
16944
16945         * modules/stdint (Files): Include m4/full-header-path.m4,
16946         m4/size_max.m4, m4/wchar_t.m4.
16947         (Makefile.am): Many more substitutions.
16948         * modules/stdint-tests: New file.
16949         * tests/test-stdint.c: New file.
16950
16951 2006-06-15  Bruno Haible  <bruno@clisp.org>
16952
16953         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16954         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16955         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16956         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16957         gl_CHECK_TYPE_SAME): New macros.
16958
16959 2006-06-15  Bruno Haible  <bruno@clisp.org>
16960
16961         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16962
16963 2006-06-15  Bruno Haible  <bruno@clisp.org>
16964
16965         * lib/stdint_.h: Rewritten to be fully auto-configured.
16966         Fixes bug on HP-UX/IA64.
16967
16968 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16969
16970         * lib/getdate.y (__attribute__): Don't define if already defined.
16971         Problem reported by Larry Jones.
16972         * lib/utimens.c (__attribute__): Likewise.
16973
16974 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16975
16976         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16977         reported by Andreas Schwab.
16978
16979 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16980             Bruno Haible  <bruno@clisp.org>
16981
16982         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16983         check for the declaration of strnlen and a run test that exposes the
16984         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16985         rpl_strndup.
16986
16987 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16988             Bruno Haible  <bruno@clisp.org>
16989
16990         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16991
16992 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16993
16994         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16995         compile test, for Tru64 4.0D.
16996
16997 2006-05-28  Karl Berry  <karl@gnu.org>
16998
16999         * config/srclist.txt (printf-args.c): lose sync.
17000
17001 2006-05-26  Martin Lambers  <marlam@marlam.de>
17002
17003         * lib/getpass.c: Updates the test for the native W32 API, and adds
17004         missing includes, thus fixing compilation warnings.
17005
17006 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17007
17008         * lib/exclude.c (exclude_fnmatch): New function.
17009         (excluded_file_name): Call exclude_fnmatch.
17010         * lib/exclude.h (excluded_file_name): New prototype
17011
17012 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
17013
17014         * lib/tempname.c (small_open, large_open): New macros.
17015         (__open, __open64) [!_LIBC]: Remove.
17016         (__gen_tempname): Use small_open and large_open instead of __open
17017         and __open64.  This fixes a portability bug on HP-UX 11.11i
17018         reported by Simon Wing-Tang in
17019         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
17020
17021 2006-05-24  Bruno Haible  <bruno@clisp.org>
17022
17023         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
17024         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
17025         Reported by Thorsten Maerz <torte@netztorte.de> via
17026         Aaron Stone <aaron@serendipity.cx>.
17027
17028 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17029
17030         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
17031         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
17032         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
17033         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
17034         not really conditional on the cache.
17035         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
17036
17037 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17038
17039         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
17040         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
17041         (my_usleep): Don't mishandle maximum value.
17042
17043 2006-05-19  Jim Meyering  <jim@meyering.net>
17044
17045         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
17046
17047 2006-05-17  Bruno Haible  <bruno@clisp.org>
17048
17049         Cygwin portability.
17050         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
17051
17052 2006-05-17  Bruno Haible  <bruno@clisp.org>
17053
17054         * lib/stdint_.h: Fix recognition of Cygwin.
17055
17056 2006-05-15  Bruno Haible  <bruno@clisp.org>
17057
17058         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
17059         on libtool patch by Ralf Wildenhues.
17060
17061 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17062
17063         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
17064         test for C99 conformance; (bool) 0.5 is an integer constant
17065         expression, but (bool) -0.5 is not.  Problem reported by Fedor
17066         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
17067
17068 2006-05-11  Simon Josefsson  <jas@extundo.com>
17069
17070         * m4/xvasprintf.m4: Fix obvious typo.
17071
17072 2006-05-11  Jim Meyering  <jim@meyering.net>
17073
17074         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
17075         James Lemley.
17076
17077 2006-05-10  Simon Josefsson  <jas@extundo.com>
17078
17079         * lib/md4.c: Typo fix, update copyright years.
17080         (K1, K2): Don't use L because it turn computations into 64-bit on
17081         64-bit platforms.
17082
17083 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
17086         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
17087         unwanted sign propagation, e.g., on hosts with 64-bit int.
17088         There still are some problems with reeelly weird theoretical hosts
17089         (e.g., 33-bit int) but it's not worth worrying about now.
17090         * lib/sha1.c (rol): Likewise.
17091         (K1, K2, K3, K4): Remove unnecessary L suffix.
17092
17093 2006-05-10  Bruno Haible  <bruno@clisp.org>
17094
17095         * lib/des.c: Cast to avoid warnings.
17096
17097 2006-05-09  Bruno Haible  <bruno@clisp.org>
17098
17099         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
17100         (Depends-on): Depend also on xsize, stdarg.
17101         (configure.ac): Add gl_XVASPRINTF.
17102
17103 2006-05-09  Bruno Haible  <bruno@clisp.org>
17104
17105         * m4/xvasprintf.m4: New file.
17106
17107 2006-05-09  Bruno Haible  <bruno@clisp.org>
17108
17109         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
17110         (EOVERFLOW): Define fallback value.
17111         (xstrcat): New function.
17112         (xvasprintf): Recognize the special case of a string concatenation.
17113
17114 2006-05-08  Eric Blake  <ebb9@byu.net>
17115
17116         * gnulib-tool (func_version): Base copyright year on CVS date.
17117         (func_emit_copyright_notice): New function.
17118         (func_emit_lib_Makefile_am): Use it.
17119         (func_emit_tests_Makefile_am): Likewise.
17120         (func_import): Likewise.
17121
17122 2006-05-08  Bruno Haible  <bruno@clisp.org>
17123
17124         * modules/stdarg: New file.
17125         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
17126
17127 2006-05-08  Bruno Haible  <bruno@clisp.org>
17128
17129         * m4/stdarg.m4: New file, from GNU gettext.
17130
17131 2006-05-08  Bruno Haible  <bruno@clisp.org>
17132
17133         * config/srclist.txt (build-aux/config.rpath): different from latest
17134         release.
17135
17136 2006-05-08  Bruno Haible  <bruno@clisp.org>
17137
17138         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
17139
17140 2006-05-05  Jim Meyering  <jim@meyering.net>
17141
17142         * m4/warning.m4: New file, derived from bison's file by the same name.
17143
17144 2006-05-03  Bruno Haible  <bruno@clisp.org>
17145
17146         * lib/stdint_.h: Shorter URL.
17147         * lib/inttypes.h: Likewise.
17148
17149 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17150
17151         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
17152
17153 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17154
17155         * lib/verify.h: Document the internals better.  Most of this change
17156         was written by Bruno Haible.
17157
17158 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17159
17160         * doc/verify.texi: New file, partly based on a proposal by
17161         Bruno Haible.
17162
17163 2006-05-02  Bruno Haible  <bruno@clisp.org>
17164
17165         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
17166         test from here...
17167         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
17168
17169 2006-04-29  Bruno Haible  <bruno@clisp.org>
17170
17171         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
17172         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
17173
17174 2006-04-29  Bruno Haible  <bruno@clisp.org>
17175
17176         * gnulib-tool: Make --update option actually work.
17177
17178 2006-04-29  Bruno Haible  <bruno@clisp.org>
17179
17180         * doc/gcd.texi: New file.
17181         * doc/gnulib.texi: Include it.
17182
17183 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17184
17185         * lib/getdate.y (get_date): When adding relative date, start with the
17186         initial time, not with the result of the first mktime call.
17187
17188 2006-04-25  Bruno Haible  <bruno@clisp.org>
17189
17190         * gnulib-tool (func_import): Output the include directives in three
17191         blocks, sorted separately.
17192         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17193
17194 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
17197         to define main with arguments, for C++.  Reported by Eric Blake.
17198         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
17199         Prefer 'int main ()' to 'int main (void)', for C++.
17200         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
17201         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17202         for 'main', for C99 and C++.
17203
17204 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17205
17206         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17207         Don't assume that exit status -1 is valid.
17208         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17209         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17210         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17211         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17212         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17213         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17214         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17215         functions can be used without declaring them, or that you can
17216         exit with status -1.
17217         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17218
17219 2006-04-24  Karl Berry  <karl@gnu.org>
17220
17221         * config/srclist.txt (longdouble.m4): sync lost.
17222
17223 2006-04-24  Eric Blake  <ebb9@byu.net>
17224
17225         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17226
17227 2006-04-24  Bruno Haible  <bruno@clisp.org>
17228
17229         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17230         poll() implementation in AIX.
17231         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17232
17233 2006-04-24  Bruno Haible  <bruno@clisp.org>
17234
17235         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17236         assigned exactly once.
17237
17238 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17239             Bruno Haible  <bruno@clisp.org>
17240
17241         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17242         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17243         for AM_CPPFLAGS.
17244
17245 2006-04-23  Bruno Haible  <bruno@clisp.org>
17246
17247         * modules/copy-file: Depend on unistd.
17248         * modules/execute: Likewise.
17249         * modules/fatal-signal: Likewise.
17250         * modules/findprog: Likewise.
17251         * modules/mkdtemp : Likewise.
17252         * modules/pipe: Likewise.
17253         * modules/wait-process: Likewise.
17254
17255 2006-04-23  Bruno Haible  <bruno@clisp.org>
17256
17257         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17258         condition was already detected.
17259         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17260
17261 2006-04-23  Bruno Haible  <bruno@clisp.org>
17262
17263         * lib/copy-file.c: Include <unistd.h> unconditionally.
17264         * lib/execute.c: Likewise.
17265         * lib/fatal-signal.c: Likewise.
17266         * lib/findprog.c: Likewise.
17267         * lib/mkdtemp.c: Likewise.
17268         * lib/pipe.h: Likewise.
17269         * lib/pipe.c: Likewise.
17270         * lib/wait-process.h: Likewise.
17271
17272 2006-04-23  Bruno Haible  <bruno@clisp.org>
17273
17274         * gnulib-tool (func_usage): Fix --import description. Document
17275         --update.
17276         (func_import): Create temporary file in a temporary directory, if
17277         --dry-run is specified. Silence errors from 'grep' when there are no
17278         m4 files in $m4dir.
17279         (func_create_testdir): Silence errors from 'grep' when there are no
17280         m4 files in $m4dir.
17281         Reported by Karl Berry <karl@freefriends.org>.
17282
17283 2006-04-20  Bruno Haible  <bruno@clisp.org>
17284
17285         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17286         one argument, so that the code will be portable to Autoconf 2.60.
17287         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17288         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17289         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17290
17291 2006-04-19  Derek Price  <derek@ximbiot.com>
17292             Eric Blake  <ebb9@byu.net>
17293
17294         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17295         rather than "/full/path.h".  Update comment to match.  Shorten &
17296         generalize m4_translit call via AS_TR_CPP.
17297
17298 2006-04-19  Derek Price  <derek@ximbiot.com>
17299             Eric Blake  <ebb9@byu.net>
17300
17301         * lib/inttypes.h: Correct grammar in comment.
17302
17303 2006-04-18  Derek Price  <derek@ximbiot.com>
17304             Paul Eggert  <eggert@cs.ucla.edu>
17305
17306         * modules/inttypes: New file.
17307         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17308
17309 2006-04-18  Derek Price  <derek@ximbiot.com>
17310             Paul Eggert  <eggert@cs.ucla.edu>
17311
17312         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17313         New files.
17314
17315 2006-04-18  Derek Price  <derek@ximbiot.com>
17316             Paul Eggert  <eggert@cs.ucla.edu>
17317
17318         * lib/inttypes.h: New file.
17319         * lib/strtoimax.c: Assume <inttypes.h>.
17320
17321 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17324         isn't mounted.  Problem reported by Kir Kolyshkin.
17325
17326 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17327
17328         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17329         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17330         Derek R. Price.
17331         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17332         implementation.
17333
17334 2006-04-12  Eric Blake  <ebb9@byu.net>
17335
17336         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17337         is now done automatically by the corresponding Autoconf macro.
17338
17339 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17340
17341         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17342         time_r.h.
17343
17344 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17345
17346         Merge regex changes from libc, removing some of our
17347         POSIX-conformance changes that were rejected and redoing them in a
17348         less-intrusive way.
17349
17350         * lib/regcomp.c (re_compile_internal, init_dfa):
17351         Length arg is now size_t, not Idx.  All uses changed.
17352         (peek_token): Forward decl now says internal_function.
17353         (__re_error_msgid, __re_error_msgid_idx):
17354         Now static rather than extern with attribute_hidden.
17355         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17356         For some reason libc prefers K&R style defns for external functions.
17357         (regerror) [!defined _LIBC]: Likewise.
17358         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17359         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17360         (build_range_exp, build_collating_symbol):
17361         Use K&R-style defn.
17362         (re_compile_fastmap): Use '\0' to memset, not 0.
17363         (utf8_sb_map): Make the calculations more obvious.
17364         (init_dfa, parse_bracket_exp, build_charclass_op):
17365         Call calloc and cast result, as glibc does.
17366         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17367         (build_range_exp, build_collating_symbol):
17368         Now internal functions.
17369
17370         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17371
17372         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17373         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17374         Don't depend on VMS; depend on __VMS instead, for POSIX
17375         namespace cleanness.
17376         (regoff_t): Define to ssize_t, not long int.
17377
17378         Remove the REG_ macros named below.  Instead, make the old names
17379         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17380         __USE_GNU_REGEX.
17381         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17382         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17383         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17384         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17385         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17386         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17387         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17388         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17389         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17390         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17391         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17392         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17393         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17394         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17395         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17396         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17397         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17398         (REG_NREGS):
17399         Remove.  All uses replaced by the old RE_* names.
17400         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17401         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17402         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17403         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17404         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17405         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17406         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17407         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17408         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17409         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17410         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17411         Don't bother having these macros be independent of each others'
17412         values, since they no longer exist in the POSIX name space.
17413
17414         Rename the following member names back to their old names,
17415         unless !__USE_GNU_REGEX.  All uses changed back.
17416         (buffer): Renamed from re_buffer.
17417         (allocated): Renamed from re_allocated.
17418         (used): Renamed from re_used.
17419         (syntax): Renamed from re_syntax.
17420         (fastmap): Renamed from re_fastmap.
17421         (translate): Renamed from re_translate.
17422         (can_be_null): Renamed from re_can_be_null.
17423         (regs_allocated): Renamed from re_regs_allocated.
17424         (fastmap_accurate): Renamed from re_fastmap_accurate.
17425         (no_sub): Renamed from re_no_sub.
17426         (not_bol): Renamed from re_not_bol.
17427         (not_eol): Renamed from re_not_eol.
17428         (newline_anchor): Renamed from re_newline_anchor.
17429         (num_regs): Renamed from rm_num_regs.
17430         (start): Renamed from rm_start.
17431         (end): Renamed from rm_end.
17432
17433         (free_state): Move up a bit.
17434
17435         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17436         #define to be empty.
17437         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17438         when that is what is intended.
17439         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17440         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17441         (MAX): New macro.
17442         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17443         All uses changed back to re_malloc, etc.  It's now the caller's
17444         responsibility to check for overflow; all callers changed.
17445         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17446         (re_x2nrealloc): Remove.
17447         (free_state): Remove decl.
17448
17449         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17450         (re_set_registers, re_exec):
17451         Use K&R-style defn.
17452
17453         2006-01-31  Roland McGrath  <roland@redhat.com>
17454
17455         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17456         Reported by Mike Frysinger <vapier@gentoo.org>.
17457
17458         2006-01-15  Andreas Jaeger  <aj@suse.de>
17459
17460         [BZ #1950]
17461         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17462         build_wcs_upper_buffer change.
17463         (build_wcs_upper_buffer): Change return type.
17464
17465         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17466
17467         * lib/regex_internal.h: Include <stdint.h> if available.
17468
17469         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17470
17471         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17472
17473         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17474
17475         * lib/regcomp.c: Adjust for changed secondary hash function.
17476
17477         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17478
17479         * lib/regex.h: Pretty printing.
17480         Clean up namespace a bit.
17481
17482         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17483
17484         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17485         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17486
17487         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17488                     Ulrich Drepper  <drepper@redhat.com>
17489
17490         [BZ #1302]
17491         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17492         changed.
17493         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17494
17495         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17496
17497         [BZ #281]
17498         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17499         * lib/regcomp.c: Remove unnecessary uses of
17500         unsigned RE_TRANSLATE_TYPE.
17501         * lib/regex_internal.h: Likewise.
17502         * lib/regex_internal.c: Likewise.
17503         * lib/regexec.c: Likewise.
17504         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17505
17506         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17507
17508         * lib/regexec.c (find_recover_state): Remove unnecessary
17509         initialization.
17510         (transit_state_bkref): Make DFA a const pointer.
17511         (get_subexp): Likewise.
17512         (check_arrival): Likewise.
17513         (update_cur_sifted_state): Likewise.
17514         (re_search_internal): Likewise.
17515         (prune_impossible_nodes): Likewise.
17516         (acquire_init_state_context): Likewise.
17517         (proceed_next_node): Likewise.
17518         (set_regs): Likewise.
17519         (free_fail_stack_return): Likewise.
17520         (check_arrival_expand_ecl): Mark DFA parameter as const.
17521         (check_arrival_expand_ecl_sub): Likewise.
17522         (check_subexp_limits): Likewise.
17523         (sub_epsilon_src_nodes):  Likewise.
17524         (add_epsilon_src_nodes):  Likewise.
17525         (merge_state_array): Likewise.
17526         (update_regs): Likewise.
17527         (build_trtable): Likewise.
17528         (sift_states_backward): Mark MCTX parameter as const.
17529         (build_sifted_states): Likewise.
17530         (update_cur_sifted_state): Likewise.
17531         (sift_states_mkref): Likewise.
17532         (check_arrival_expand_ecl): Mark eclosure as const.
17533         (check_dst_limits_calc_pos_1): Likewise.
17534         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17535         pointer.
17536
17537         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17538
17539         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17540         (transit_state_sb): Likewise.
17541         (transit_state_mb): Likewise.
17542         (sift_states_iter_mb): Likewise.
17543         (check_arrival_add_next_nodes): Likewise.
17544         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17545         [_LIBC] (re_search_2_stub): Use mempcpy.
17546
17547         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17548         mbrtowc for very simple UTF-8 case.
17549
17550         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17551         a pointer-to-const.
17552         (re_acquire_state_context): Likewise.
17553         * lib/regex_internal.h: Adjust prototypes.
17554
17555         * lib/regex.c: Prevent using C++ compilers.
17556
17557         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17558         (re_acquire_state_context): Likewise.
17559
17560 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17561
17562         * modules/regex (Depends-on): Add ssize_t.
17563
17564 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17565
17566         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17567         translation table.
17568
17569 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17570
17571         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17572
17573 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17574             Bruno Haible  <bruno@clisp.org>
17575
17576         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17577         <sys/types.h> and <inttypes.h>.
17578
17579 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17580
17581         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17582         `__error_t_defined', so argp.h will not typedef the former.
17583
17584 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17587         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17588         glibc names.  Even if glibc is changed to conform to POSIX, the
17589         traditional names will be available anyway, since regex depends on
17590         the extensions module.  Also, fix a longstanding typo in the
17591         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17592         reported by Emanuele Giaquinta.  Also, change sense of cached
17593         variable, so that the message makes sense.
17594
17595 2006-03-24  Simon Josefsson  <jas@extundo.com>
17596
17597         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17598         including some doc fixes.
17599         (base64_encode_alloc): Fix +1 bug on allocation failures.
17600
17601 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17602
17603         * lib/base64.c (base64_encode): Do not read past end of array with
17604         unsanitized input on systems with CHAR_BIT > 8.
17605
17606 2006-03-24  Eric Blake  <ebb9@byu.net>
17607
17608         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17609
17610 2006-03-22  Karl Berry  <karl@gnu.org>
17611
17612         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17613         * config/srclistvars.sh (COREUTILS): new var.
17614
17615 2006-03-17  Jim Meyering  <jim@meyering.net>
17616
17617         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17618         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17619
17620 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17621
17622         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17623         no longer needs it.  Instead, check that regoff_t is as least
17624         as wide as ptrdiff_t.
17625
17626         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17627         so that our regex.h stays compatible with the installed regex.
17628         This is helpful for installers who configure --without-included-regex.
17629         Problem reported by Emanuele Giaquinta.
17630
17631 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17632
17633         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17634         Typedef to long int, not to off_, as POSIX will likely change
17635         in that direction.
17636
17637 2006-03-15  Eric Blake  <ebb9@byu.net>
17638
17639         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17640
17641 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17642
17643         * lib/argp-help.c (validate_uparams): Fix typo
17644         * lib/argp-parse.c (argp_default_options): Consistently begin help
17645         messages with a lowercase letter.
17646
17647 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17650         overrun buffers and shouldn't be used (much as gets shouldn't be
17651         used).
17652         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17653
17654 2006-03-08  Simon Josefsson  <jas@extundo.com>
17655
17656         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17657         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17658
17659 2006-03-08  Simon Josefsson  <jas@extundo.com>
17660
17661         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17662         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17663
17664 2006-03-08  Simon Josefsson  <jas@extundo.com>
17665
17666         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17667         signal that configure disabled the device.
17668
17669 2006-03-08  Simon Josefsson  <jas@extundo.com>
17670
17671         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17672         languages.
17673
17674 2006-03-07  Simon Josefsson  <jas@extundo.com>
17675
17676         * modules/getopt (Depends-on): Add unistd.
17677
17678         * modules/unistd: New file.
17679
17680 2006-03-07  Simon Josefsson  <jas@extundo.com>
17681
17682         * modules/gc-random: New file.
17683
17684 2006-03-07  Simon Josefsson  <jas@extundo.com>
17685
17686         * m4/unistd_h.m4: New file.
17687
17688 2006-03-07  Simon Josefsson  <jas@extundo.com>
17689
17690         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17691         test to be side-effect free by storing the result in the cache
17692         variable gl_cv_lib_readline, and moving the assignment of
17693         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17694         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17695
17696 2006-03-07  Simon Josefsson  <jas@extundo.com>
17697
17698         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17699         error on missing devices (the functions will return an error).
17700
17701         * m4/gc.m4: Move random stuff to gc-random.m4
17702
17703 2006-03-07  Simon Josefsson  <jas@extundo.com>
17704
17705         * lib/unistd_.h: New file.
17706
17707 2006-03-07  Simon Josefsson  <jas@extundo.com>
17708
17709         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17710
17711 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17712
17713         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17714         Problem reported by Juan Manuel Guerrero.
17715
17716 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17717
17718         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17719         the unistd module.
17720         * lib/getlogin_r.c: Likewise.
17721         * lib/getlogin_r.h: Likewise.
17722         * lib/glob.c: Likewise.
17723         * lib/pagealign_alloc.c: Likewise.
17724         * lib/unistd_.h: Remove; no longer needed.
17725
17726 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17727
17728         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17729         Add unistd.
17730         * modules/c-stack (Depends-on): Add unistd.
17731         * modules/getlogin_r: Likewise.
17732         * modules/glob: Likewise.
17733         * modules/pagealign_alloc: Likewise.
17734         * modules/unistd (Files): Remove lib/unistd_.h.
17735         (EXTRA_DIST): Remove.
17736         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17737         need unistd_.h.
17738         (MOSTLYCLEANFILES): Remove unistd.h-t.
17739
17740 2006-03-03  Simon Josefsson  <jas@extundo.com>
17741
17742         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17743
17744 2006-03-03  Simon Josefsson  <jas@extundo.com>
17745
17746         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17747         libidn and bison.
17748
17749 2006-03-03  Simon Josefsson  <jas@extundo.com>
17750
17751         * build-aux/maint.mk: Add indent target.
17752
17753 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17754
17755         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17756         our replacement poll.h in any case, to avoid a differing
17757         declaration from a system header.  Seen on AIX.
17758
17759 2006-03-01  Simon Josefsson  <jas@extundo.com>
17760
17761         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17762         <kasal@ucw.cz>.
17763
17764 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         * modules/gettime (Depends-on): Add extensions module.
17767         * modules/nanosleep (Depends-on): Likewise.
17768         * modules/settime (Depends-on): Likewise.
17769
17770 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17771
17772         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17773         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17774         pedantically.
17775         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17776         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17777
17778         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17779         not "==".  Reported by Ralf Wildenhues.
17780
17781 2006-03-01  Karl Berry  <karl@gnu.org>
17782
17783         * doc/Copyright/request-*: new files, synced from gnuorg.
17784
17785 2006-03-01  Karl Berry  <karl@gnu.org>
17786
17787         * config/srclist.txt (Copyright/*): new entries.
17788
17789 2006-02-28  Simon Josefsson  <jas@extundo.com>
17790
17791         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17792
17793 2006-02-27  Simon Josefsson  <jas@extundo.com>
17794
17795         * lib/base64.h: Indent #define's.  From Jim Meyering
17796         <jim@meyering.net>.
17797
17798 2006-02-27  Jim Meyering  <jim@meyering.net>
17799
17800         Revert the change of 2006-02-24, so these files can continue
17801         to be sync'd from gettext.
17802         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17803         of `config.h'.
17804
17805 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17806
17807         * modules/intprops: New file.
17808         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17809         Add intprops.
17810         * modules/getloadavg (Files): Remove lib/intprops.h.
17811         (Depends-on): Add intprops.
17812         * modules/human: Likewise.
17813         * modules/inttostr: Likewise.
17814         * modules/openat: Likewise.
17815         * modules/sig2str: Likewise.
17816         * modules/userspec: Likewise.
17817         * modules/utimecmp: Likewise.
17818         * modules/xnanosleep: Likewise.
17819         * modules/xstrtol: Likewise.
17820
17821 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17822
17823         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17824         * modules/lock-tests (TESTS): Use $(EXEEXT).
17825         * modules/tls-tests: Likewise.
17826         * modules/argp-tests: Likewise.
17827         (check_PROGRAMS): New var, replacing...
17828         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17829
17830 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17831
17832         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17833         `config.h'.
17834
17835 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17836
17837         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17838
17839 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17840
17841         Sync from coreutils.
17842         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17843         gl_CHDIR_SAFER.
17844
17845 2006-02-22  Jim Meyering  <jim@meyering.net>
17846
17847         Sync from coreutils.
17848         * m4/chdir-safer.m4: New file.
17849
17850 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17851
17852         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17853         AT_FDCWD exceeds INT_MAX.
17854         * lib/openat.h (AT_FDCWD): Likewise.
17855
17856 2006-02-17  Eric Blake  <address@hidden>
17857
17858         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17859
17860 2006-02-16  Simon Josefsson  <jas@extundo.com>
17861
17862         * modules/getaddrinfo (Depends-on): Add sys_socket.
17863
17864 2006-02-15  Simon Josefsson  <jas@extundo.com>
17865
17866         * build-aux/maint.mk: Add dsyntax-check rule.
17867
17868 2006-02-15  Eric Blake  <ebb9@byu.net>
17869
17870         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17871         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17872         'present but cannot compile' warnings on cygwin.
17873         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17874         use ws2tcpip.h if sys/socket.h works.
17875         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17876         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17877
17878 2006-02-14  Simon Josefsson  <jas@extundo.com>
17879
17880         * modules/maintainer-makefile (Files): Rename.
17881
17882         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17883         and (the local) Makefile.cfg to maint-cfg.mk.
17884
17885         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17886         to the latter.
17887
17888         * modules/maintainer-makefile: New module.
17889
17890         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17891         severaly stripped to make it possible to build it up from scratch
17892         with reliable tests.
17893
17894         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17895         fixes to permit overriding the default actions when configure and
17896         makefile are not available.
17897
17898 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17899
17900         Sync from coreutils.
17901         * modules/lstat (Depends-on): Don't depend on xalloc.
17902         (License): Change from GPL to LGPL, since this is now simply a
17903         replacement for a libc function.
17904
17905 2006-02-14  Jim Meyering  <jim@meyering.net>
17906
17907         Sync from coreutils.
17908
17909         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17910         failure on deficient systems, and simplify gnulib lgpl dependencies.
17911         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17912         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17913
17914         * lib/xalloc-die.c: Remove unused definition of N_.
17915
17916 2006-02-14  Jim Meyering  <jim@meyering.net>
17917
17918         Sync from coreutils.
17919         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17920         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17921         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17922         double-quote uses of that variable, to accommodate the rare case in
17923         which getmntent is available in none of the libraries checked.  This
17924         happens at least on FreeBSD 5.0.
17925
17926 2006-02-13  Simon Josefsson  <jas@extundo.com>
17927
17928         * gnulib-tool (Usage): Fix --import, from
17929         karl@freefriends.org (Karl Berry).
17930
17931 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17932
17933         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17934
17935 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17936
17937         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17938         "autoupdate" on 2005-12-12.
17939
17940 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17941
17942         * modules/closeout (Depends-on): Remove atexit.
17943
17944 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17945
17946         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17947         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17948
17949 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17950
17951         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17952         __EXTENSIONS__ if this causes compilation to fail.  Problem
17953         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17954         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17955
17956 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17957
17958         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17959         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17960         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17961         All uses changed.
17962
17963 2006-01-26  Simon Josefsson  <jas@extundo.com>
17964
17965         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17966         prototype is visible on mingw32.
17967
17968         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17969         for mingw32.
17970
17971         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17972         mingw32).
17973
17974 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17975
17976         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17977         attempt to open for write; this always fails, at least on POSIX
17978         hosts.  This reinstates the 2006-01-09 change, which was
17979         inadvertently removed.
17980
17981 2006-01-26  Bruno Haible  <bruno@clisp.org>
17982
17983         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17984         Reported by Paul Eggert.
17985
17986 2006-01-26  Bruno Haible  <bruno@clisp.org>
17987             Paul Eggert  <eggert@cs.ucla.edu>
17988
17989         * lib/stdbool_.h (_Bool)
17990         [(! (defined __cplusplus || defined __BEOS__)
17991           && !defined __GNUC__
17992           && !(defined __HP_cc || defined __xlc__
17993                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17994                || defined __sgi))]:
17995         #define to signed char in these cases too; this simplifies
17996         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17997         etc., separately) and makes it more conservative.
17998
17999 2006-01-25  Simon Josefsson  <jas@extundo.com>
18000
18001         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
18002         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
18003         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
18004
18005 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18006
18007         * lib/argp-namefrob.h: Bugfix. Remove stray #
18008
18009 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
18010
18011         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
18012         so that we test the test.
18013         Check for yet another HP-UX cc bug involving *bool |= bool.
18014
18015 2006-01-25  Karl Berry  <karl@gnu.org>
18016
18017         * config/srclist.txt (vasnprintf.c): sync lost.
18018
18019 2006-01-25  Jim Meyering  <jim@meyering.net>
18020
18021         Sync from the stable (b5) branch of coreutils:
18022
18023         * lib/fts.c (fts_children): Don't let close() clobber errno from
18024         failed fchdir().
18025
18026         * lib/fts.c (fts_stat): When following a symlink-to-directory,
18027         don't necessarily interpret stat-fails+lstat-succeeds as indicating
18028         a dangling symlink.  That can also happen at least for ELOOP.
18029         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
18030         FYI, this bug predates the inclusion of fts.c in coreutils.
18031
18032         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
18033         in their own block, so pre-c99 compilers don't object.
18034
18035         Avoid the double-free (first in fts_read, second in fts_close) that
18036         would occur when an `active' directory is made inaccessible (e.g.,
18037         via chmod a-x) during a traversal.
18038         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18039         before returning.  Reproduce this failure by
18040         mkdir -p a/b; cd a; chmod a-x . b
18041         Reported by Stavros Passas.
18042
18043 2006-01-25  Jim Meyering  <jim@meyering.net>
18044
18045         * lib/fileblocks.c: Remove more useless parentheses.
18046         * lib/readutmp.h: Likewise.
18047
18048 2006-01-25  Bruno Haible  <bruno@clisp.org>
18049
18050         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
18051         warnings.
18052         Reported by Paul Eggert.
18053
18054 2006-01-25  Bruno Haible  <bruno@clisp.org>
18055
18056         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
18057         rid of a trap command. For Solaris sh.
18058         Reported by Mark D. Baushke <mdb@gnu.org>.
18059
18060 2006-01-24  Simon Josefsson  <jas@extundo.com>
18061
18062         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
18063         Bruno.
18064
18065 2006-01-24  Karl Berry  <karl@gnu.org>
18066
18067         * config/srclist.txt (argp-namefrob.h): sync lost.
18068
18069 2006-01-24  Jim Meyering  <jim@meyering.net>
18070
18071         * modules/openat (Files): Add lib/intprops.h.
18072         From Mark D. Baushke.
18073
18074 2006-01-24  Jim Meyering  <jim@meyering.net>
18075
18076         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
18077         Reported by Mark D. Baushke.
18078
18079 2006-01-24  Jim Meyering  <jim@meyering.net>
18080
18081         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
18082
18083 2006-01-24  Bruno Haible  <bruno@clisp.org>
18084
18085         * modules/strnlen (Maintainer): Change from glibc to all.
18086
18087 2006-01-24  Bruno Haible  <bruno@clisp.org>
18088
18089         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
18090         Patch by Paul Eggert.
18091
18092 2006-01-24  Bruno Haible  <bruno@clisp.org>
18093
18094         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
18095         already has it.
18096         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
18097         2005-11-26.
18098
18099         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
18100         'signed char' to avoid problems with the built-in _Bool type.
18101         Reported by Paul Eggert on 2005-11-26.
18102
18103 2006-01-24  Bruno Haible  <bruno@clisp.org>
18104
18105         * gnulib-tool (func_import): Avoid constructing complicated sed
18106         expressions inside backquote.
18107         Report and solution by Mark D. Baushke <mdb@gnu.org>.
18108
18109 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
18110
18111         These changes imported from libc.
18112         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
18113         test and two separate function calls.
18114         * lib/strndup.c (__strndup): Add libc_hidden_def.
18115
18116 2006-01-23  Simon Josefsson  <jas@extundo.com>
18117
18118         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
18119         Remove the test_*_SOURCES variable: automake infers it by default.
18120         * modules/tls-tests: Likewise.
18121
18122 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18123
18124         Work around porting bugs reported by Dieter in
18125         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
18126         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
18127         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
18128         Include "getopt.h" first, to check interface.
18129         (getenv): Declare only if defined HAVE_DECL_GETENV &&
18130         !HAVE_DECL_GETENV.
18131         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
18132         (__strndup): Revert to K&R-style function dfns, the glibc style.
18133         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
18134         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
18135         Include strnlen.h first, to get prototype properly.
18136         (strnlen): Renamed from __strnlen.
18137         Remove weak alias.
18138
18139 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
18142
18143 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18144
18145         * config/srclist.txt: Adjust to reflect glibc reorganization.
18146         This affects only comments.
18147
18148 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18149
18150          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
18151          Reported by Bruce Korb <bkorb@gnu.org>.
18152
18153 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18154
18155         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
18156         to pacify gcc -Wswitch-default.
18157
18158 2006-01-22  Bruno Haible  <bruno@clisp.org>
18159
18160         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
18161         temporary buffer for sprintf, take into account the precision also
18162         for 'd', 'i', 'u', 'o', 'x', 'X'.
18163
18164 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18165
18166         * modules/argp-tests: New module
18167         * tests/test-argp.c: New file
18168         * tests/test-argp-2.sh: New file
18169
18170 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18171
18172         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
18173         (__argp_base_name): Removed
18174         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
18175         typo.
18176         (__argp_base_name): Provide macro definition or extern declaration
18177         depending on the configuration
18178
18179 2006-01-20  Simon Josefsson  <jas@extundo.com>
18180
18181         * modules/inet_ntop (Depends-on): Depend on sys_socket.
18182
18183 2006-01-20  Simon Josefsson  <jas@extundo.com>
18184
18185         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
18186
18187 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18188
18189         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
18190         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
18191         Suggested by Bruno Haible.
18192
18193 2006-01-20  Karl Berry  <karl@gnu.org>
18194
18195         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
18196         until changes propagate, I guess.
18197
18198 2006-01-19  Simon Josefsson  <jas@extundo.com>
18199
18200         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
18201
18202 2006-01-19  Simon Josefsson  <jas@extundo.com>
18203
18204         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18205
18206 2006-01-19  Simon Josefsson  <jas@extundo.com>
18207
18208         * gnulib-tool: Set check_PROGRAMS.
18209
18210         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18211         modules/des-tests, modules/gc-arcfour-tests,
18212         modules/gc-arctwo-tests, modules/gc-des-tests,
18213         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18214         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18215         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18216         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18217         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18218         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18219         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18220         test_*_SOURCES.
18221
18222 2006-01-18  Simon Josefsson  <jas@extundo.com>
18223
18224         * modules/socklen (Depends-on): Depend on sys_socket.
18225
18226 2006-01-18  Simon Josefsson  <jas@extundo.com>
18227
18228         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18229         modules/des-tests, modules/gc-arcfour-tests,
18230         modules/gc-arctwo-tests, modules/gc-des-tests,
18231         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18232         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18233         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18234         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18235         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18236         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18237         $(EXEEXT) to automake TESTS variable, for mingw32.
18238
18239 2006-01-17  Simon Josefsson  <jas@extundo.com>
18240
18241         * modules/socklen (Include): Need sys/socket.h.
18242
18243 2006-01-17  Bruno Haible  <bruno@clisp.org>
18244
18245         * modules/ssize_t (Include): Add <sys/types.h>.
18246
18247 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18248
18249         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18250         it's not portable and it doesn't work with cross-compiles.
18251         Problem reported by Bruno Haible.  Fix missing-$ typo in
18252         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18253         -zignore from being used with Sun's C compiler.
18254
18255 2006-01-12  Simon Josefsson  <jas@extundo.com>
18256
18257         * lib/base64.c: Fix warning, reported by Bruno Haible
18258         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18259
18260 2006-01-12  Bruno Haible  <bruno@clisp.org>
18261
18262         * modules/ldd: New file.
18263         * build-aux/ldd.sh.in: New file.
18264         * MODULES.html.sh (Support for building libraries and executables): Add
18265         ldd.
18266
18267 2006-01-12  Bruno Haible  <bruno@clisp.org>
18268
18269         * m4/ldd.m4: New file.
18270
18271 2006-01-12  Bruno Haible  <bruno@clisp.org>
18272
18273         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18274         endless loop while replacing $auxdir with build-aux.
18275
18276 2006-01-11  Simon Josefsson  <jas@extundo.com>
18277
18278         * lib/stdint_.h (SIZE_MAX): Add missing (.
18279
18280 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         Sync from coreutils.
18283         * lib/md5.c: Fix commentary typos.
18284         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18285         * lib/md5.h (__attribute__): Remove; unused.
18286         * lib/sha1.c: Fix commentary to match md5 better.
18287         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18288         so that we don't need to worry about alignment.  All uses changed.
18289         This merges the 2005-10-28 md5 change into sha1.
18290
18291 2006-01-11  Jim Meyering  <jim@meyering.net>
18292
18293         Sync from coreutils.
18294         * lib/md5.c (OP): Fix spacing.
18295
18296 2006-01-11  Bruno Haible  <bruno@clisp.org>
18297
18298         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18299         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18300         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18301
18302 2006-01-11  Bruno Haible  <bruno@clisp.org>
18303
18304         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18305         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18306         the "early" section as well.
18307
18308 2006-01-11  Bruno Haible  <bruno@clisp.org>
18309
18310         Avoid "ar: no archive members specified" error on MacOS X.
18311         * gnulib-tool (func_modules_add_dummy): New function.
18312         (func_import, func_create_testdir): Invoke it.
18313
18314 2006-01-11  Bruno Haible  <bruno@clisp.org>
18315
18316         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18317         with $auxdir in AC_CONFIG_FILES statements.
18318
18319 2006-01-11  Bruno Haible  <bruno@clisp.org>
18320
18321         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18322         Initialize also noinst_HEADERS to empty.
18323
18324 2006-01-11  Bruno Haible  <bruno@clisp.org>
18325
18326         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18327         variables.
18328         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18329         autoreconf.
18330
18331 2006-01-11  Bruno Haible  <bruno@clisp.org>
18332
18333         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18334         overridable by the user.
18335         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18336
18337 2006-01-10  Simon Josefsson  <jas@extundo.com>
18338
18339         * modules/sys_socket: New file.
18340
18341 2006-01-10  Simon Josefsson  <jas@extundo.com>
18342
18343         * m4/sys_socket_h.m4: New file.
18344
18345 2006-01-10  Simon Josefsson  <jas@extundo.com>
18346
18347         * lib/socket_.h: New file.
18348
18349 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18350
18351         * modules/readutmp (Maintainer): Add myself.
18352
18353 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18354
18355         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18356         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18357         People who are still concerned with buggy memcmp implementations
18358         can invoke gl_FUNC_MEMCMP themselves.
18359
18360 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18361
18362         * lib/regex_internal.h (BITSET_WORD_BITS):
18363         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18364         preprocessor mishandles large unsigned values as if they were signed.
18365         Problem reported by Claudio Fontana in
18366         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18367
18368 2006-01-10  Jim Meyering  <jim@meyering.net>
18369
18370         Avoid the double-free (first in fts_read, second in fts_close) that
18371         would occur when an `active' directory is made inaccessible (e.g.,
18372         via chmod a-x) during a traversal.
18373         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18374         before returning.  Reproduce this failure by
18375         mkdir -p a/b; cd a; chmod a-x . b
18376         Reported by Stavros Passas.
18377
18378         Sync from coreutils.
18379         * lib/sha1.c: Tweak grammar in a comment.
18380
18381 2006-01-10  Jim Meyering  <jim@meyering.net>
18382
18383         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18384         Patch by Joerg Sonnenberger.
18385
18386 2006-01-10  Bruno Haible  <bruno@clisp.org>
18387
18388         * modules/readutmp: Depend on module free.
18389         * modules/strtok_r: Depend on module restrict.
18390
18391 2006-01-10  Bruno Haible  <bruno@clisp.org>
18392
18393         * modules/gettext (configure.ac): Add an invocation of
18394         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18395
18396 2006-01-10  Bruno Haible  <bruno@clisp.org>
18397
18398         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18399         Reported by Werner Lemberg <wl@gnu.org>.
18400
18401 2006-01-10  Bruno Haible  <bruno@clisp.org>
18402
18403         * lib/localcharset.c: Update from GNU gettext.
18404
18405 2006-01-10  Bruno Haible  <bruno@clisp.org>
18406
18407         * lib/argp.h (__const): Remove macro. Use const instead.
18408         * lib/argp-fmtstream.h (__const): Likewise.
18409         * lib/glob_.h (__const): Remove macro.
18410         * lib/glob-libc.h: Use const instead of __const.
18411
18412 2006-01-10  Bruno Haible  <bruno@clisp.org>
18413
18414         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18415         variable.
18416         Needed to avoid an automake error regarding the 'gettext' module.
18417
18418 2006-01-09  Simon Josefsson  <jas@extundo.com>
18419
18420         * modules/inet_ntop (Depends-on): Add restrict.
18421
18422 2006-01-09  Simon Josefsson  <jas@extundo.com>
18423
18424         * modules/gc-rijndael-tests (License): Put under LGPL.
18425
18426         * modules/gc-des-tests (License): Likewise.
18427
18428         * modules/gc-arcfour-tests (License): Likewise.
18429
18430         * modules/gc-arctwo-tests (License): Likewise.
18431
18432         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18433
18434         * modules/gc-hmac-sha1-tests (Files): Likewise.
18435
18436         * modules/gc-hmac-md5-tests (License): Likewise.
18437
18438         * modules/gc-sha1-tests (License): Likewise.
18439
18440         * modules/gc-md5-tests (License): Likewise.
18441
18442         * modules/gc-md4-tests (License): Likewise.
18443
18444         * modules/gc-md2-tests (License): Likewise.
18445
18446         * modules/gc-tests (License): Likewise.
18447
18448         * modules/des-tests (License): Likewise.
18449
18450         * modules/md4-tests (License): Likewise.
18451
18452         * modules/md2-tests (License): Likewise.
18453
18454 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18455
18456         Sync from coreutils:
18457
18458         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18459         * modules/lib-ignore: New file.
18460         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18461         chdir-safer.m4, lchmod.m4.
18462         * modules/openat: Add mkdirat.c, openat-priv.h.
18463
18464 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18465
18466         Sync from coreutils.
18467         * m4/lib-ignore.m4: New file.
18468         * m4/lchmod.m4: New file.
18469
18470 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18471
18472         Sync from coreutils.
18473         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18474         for write access: POSIX says that must fail.
18475         * lib/fts.c (diropen): Likewise.
18476         * lib/save-cwd.c (save_cwd): Likewise.
18477         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18478         well, for minor improvements on hosts that lack O_DIRECTORY.
18479         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18480         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18481         Fall back on chown if open failed with EACCES.
18482
18483         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18484         Report an error at compile-time if only a 1-second nominal clock
18485         resolution is found.
18486
18487         * lib/lchmod.h: New file.
18488         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18489         (make_dir_parents): Use lchown rather than chown, and
18490         lchmod rather than chmod.
18491
18492         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18493         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18494         "proc" reported by n0dalus.
18495
18496         * lib/mountlist.c: Include <limits.h>.
18497         (dev_from_mount_options)
18498         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18499         New function.  It no longer assumes "dev=" has the System V meaning
18500         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18501         (read_file_system_list)
18502         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18503         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18504         dev= in that case.
18505
18506         * lib/posixtm.h (PDS_PRE_2000): New macro.
18507         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18508         allow_century.  All usages changed.  Reject dates outside the range
18509         1969-1999 if PDS_PRE_2000 is used.
18510
18511 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18512
18513         Sync from coreutils.
18514         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18515         (Time of day items): Mention the possibility of leap seconds.
18516         Problem reported by Dr. David Alan Gilbert.
18517
18518 2006-01-09  Jim Meyering  <jim@meyering.net>
18519
18520         Sync from coreutils.
18521
18522         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18523
18524         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18525
18526         * lib/modechange.c (mode_compile): Reject an invalid mode string
18527         that starts with an octal digit.  From Andreas Gruenbacher.
18528
18529         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18530         and dup to open_safer and dup_safer, respectively.
18531         (openat_permissive): Fix typo in comment.
18532
18533         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18534         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18535         (_): Remove; no longer needed.
18536         (openat): Renamed from rpl_openat; no need for rpl_openat
18537         since openat.h renames openat for us.
18538         Replace most of the body with a call to openat_permissive,
18539         to avoid duplicate code.
18540         Port to (probably hypothetical) environments were mode_t is
18541         wider than int.
18542         (openat_permissive): Require mode arg, so that we can check
18543         types better.  Put it just after flags.  Change cwd failure
18544         indicator from pointer-to-bool to pointer-to-errno-value.
18545         All callers changed.
18546         Invoke openat_save_fail and/or openat_restore_fail if
18547         cwd_errno is null, so that openat can call us.
18548         (openat_permissive, fdopendir, fstatat, unlinkat):
18549         Simplify errno handling to avoid some duplicate code,
18550         as it's OK to set errno on success.
18551         * lib/openat.h: Revamp code so that function macros depend on
18552         __OPENAT_PREFIX only, not also on AT_FDCWD.
18553         (openat_ro): Remove.  Caller changed to use openat_permissive.
18554         (openat_permissive): Now a macro, if not a function.
18555         (openat_restore_fail, openat_save_fail): Now always functions,
18556         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18557
18558         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18559         and openat.c.
18560         * lib/mkdirat.c: Include openat-priv.h.
18561         Remove definitions of macros defined therein.
18562         * lib/openat.c: Likewise.
18563
18564         * lib/mkdirat.c (mkdirat): New file and function.
18565         * lib/openat.h (mkdirat): Declare.
18566
18567         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18568
18569         * lib/openat.h (openat_permissive): Declare.
18570         (openat_ro): Define.
18571
18572         * lib/openat.c (EXPECTED_ERRNO): New macro.
18573         (openat_permissive): New function -- used in remove.c rewrite.
18574         (all functions): Set errno just before returning, only if there
18575         was an actual failure.
18576         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18577
18578         Emulate openat-family functions using Linux's procfs, if possible.
18579         Idea and some code based on Ulrich Drepper's glibc changes.
18580
18581         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18582         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18583         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18584         before falling back on save_cwd and restore_cwd.
18585         (fdopendir, fstatat, unlinkat): Likewise.
18586
18587         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18588         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18589
18590         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18591         as second argument to va_arg.  Otherwise, some versions of gcc
18592         warn that `if this code is reached, the program will abort'.
18593
18594 2006-01-09  Jim Meyering  <jim@meyering.net>
18595
18596         Sync from coreutils.
18597         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18598         Require openat-priv.h.
18599
18600 2006-01-09  Bruno Haible  <bruno@clisp.org>
18601
18602         * modules/strnlen (Include): Use strnlen.h.
18603
18604 2006-01-09  Bruno Haible  <bruno@clisp.org>
18605
18606         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18607
18608 2006-01-09  Bruno Haible  <bruno@clisp.org>
18609
18610         * lib/sysexit_.h (EX_OK): New macro.
18611         Suggested by Martin Lambers <marlam@marlam.de>.
18612
18613 2006-01-09  Bruno Haible  <bruno@clisp.org>
18614
18615         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18616         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18617
18618 2006-01-09  Bruno Haible  <bruno@clisp.org>
18619
18620         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18621         numbers.
18622
18623 2006-01-09  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18626         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18627         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18628         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18629
18630 2006-01-09  Bruno Haible  <bruno@clisp.org>
18631
18632         * build-aux/javacomp.sh.in: New file, moved from lib/.
18633         * modules/javacomp-script (Files): Update.
18634         (configure.ac): Add AC_CONFIG_FILES invocation.
18635         (EXTRA_DIST): Remove variable.
18636
18637         * build-aux/javaexec.sh.in: New file, moved from lib/.
18638         * modules/javaexec (Files): Update.
18639         (configure.ac): Add AC_CONFIG_FILES invocation.
18640         (EXTRA_DIST): Remove javaexec.sh.in.
18641
18642         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18643         * modules/csharpcomp-script (Files): Update.
18644         (configure.ac): Add AC_CONFIG_FILES invocation.
18645         (EXTRA_DIST): Remove variable.
18646
18647         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18648         * modules/csharpexec (Files): Update.
18649         (configure.ac): Add AC_CONFIG_FILES invocation.
18650         (EXTRA_DIST): Remove csharpexec.sh.in.
18651
18652 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18653
18654         Sync from coreutils.
18655
18656         Add POSIX ACL support
18657         * lib/acl.h (copy_acl, set_acl): Add declarations.
18658         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18659         systems other than Linux.
18660         (chmod_or_fchmod): New function: use fchmod when possible,
18661         and chmod otherwise.
18662         (file_has_acl): Add a POSIX ACL implementation, with a
18663         Linux-specific subcase.
18664         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18665         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18666         acls are unsupported.
18667         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18668         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18669         are unsupported.
18670
18671 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18672
18673         Sync from coreutils.
18674         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18675
18676 2006-01-07  Bruno Haible  <bruno@clisp.org>
18677
18678         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18679         gl_EARLY.
18680
18681 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18682
18683         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18684         Problem reported for Mingw by Mark Junker.
18685
18686 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18687
18688         * README: Gnulib normally doesn't generate a tarball.
18689
18690 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18693         long int, not int, for nanosecond counts, so that people who are
18694         used to POSIX struct timespec won't be surprised.  Reported by Jim
18695         Meyering.
18696
18697 2005-12-28  Bruno Haible  <bruno@clisp.org>
18698
18699         * build-aux/config.rpath: Update from GNU gettext.
18700
18701 2005-12-16  Jim Meyering  <jim@meyering.net>
18702
18703         * modules/fprintftime: New module.
18704         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18705
18706 2005-12-16  Jim Meyering  <jim@meyering.net>
18707
18708         * m4/fprintftime.m4: New file.
18709
18710 2005-12-16  Jim Meyering  <jim@meyering.net>
18711
18712         * lib/fprintftime.c, lib/fprintftime.h: New files.
18713
18714 2005-12-15  Simon Josefsson  <jas@extundo.com>
18715
18716         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18717         new m4/socklen.m4.
18718
18719 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18720
18721         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18722         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18723
18724 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18725
18726         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18727         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18728         struct uparams is valid. Fall back to the default values if it is
18729         not.
18730
18731 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18732
18733         * modules/argp (Files): Add argp-pin.c
18734         (Depends-on): dirname
18735         (lib_SOURCES): Add argp-pin.c
18736
18737 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18738
18739         * m4/argp.m4:  Check if program_invocation_name and
18740         program_invocation_short_name are declared and define appropriate
18741         macros if they are not.
18742
18743 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18744
18745         * lib/argp-help.c (__argp_base_name): New function
18746         (__argp_short_program_name): Rewrite using __argp_base_name
18747         * lib/argp-namefrob.h: Define program_invocation_name and
18748         program_invocation_short_name if requested
18749         (__argp_base_name): Add prototype
18750         * lib/argp-parse.c (argp_def): Use gettext wrappers
18751         (argp_default_parser): Use __argp_base_name
18752         * lib/argp-pin.c: New file. Defines program_invocation_name and
18753         program_invocation_short_name on systems that lack them.
18754
18755 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18756
18757         * m4/stat-time.m4 (gl_STAT_TIME): 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-07  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18765         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18766         porting problem reported by Georg Schwarz in
18767         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18768
18769 2005-12-05  Bruno Haible  <bruno@clisp.org>
18770
18771         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18772         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18773         Reported by Mark Junker <mjscod@gmx.de>.
18774
18775 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18776
18777         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18778         Use implementation from Albert Chin, with some
18779         comments/corrections by Stepan Kasal and myself.
18780
18781 2005-12-02  Bruno Haible  <bruno@clisp.org>
18782
18783         * gnulib-tool (func_import): Accept GPLed build tool modules when
18784         --lgpl is given.
18785         * modules/csharpcomp-script: New file.
18786         * modules/csharpcomp: Depend on it.
18787         * modules/javacomp-script: New file.
18788         * modules/javacomp: Depend on it.
18789         Suggested by Simon Josefsson.
18790
18791 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18792
18793         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18794         statement, to work around an HP-UX 10.20 compiler bug reported by
18795         Peter O'Gorman.
18796
18797 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18798
18799         * modules/savedir (Depends-on): Add openat.
18800
18801 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18804         (uintmax_t) [defined uintmax_t]: Do not declare.
18805         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18806         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18807         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18808         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18809         sake of portability to weird hosts that C allows (though we don't
18810         know of any practical examples).
18811
18812         * lib/savedir.h (fdsavedir): New decl.
18813         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18814         contains most of the former guts of savedir.
18815         (savedir): Use savedirstream.
18816         Include "openat.h".
18817
18818 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18819
18820         * modules/obstack (Files): Add m4/ulonglong.m4.
18821         Problem reported by Davide Angelocola.
18822
18823 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18824
18825         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18826         coreutils no longer futzes with rounding modes.
18827
18828 2005-11-14  Jim Meyering  <jim@meyering.net>
18829
18830         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18831         replacement of mkstemp.
18832
18833 2005-11-10  Simon Josefsson  <jas@extundo.com>
18834
18835         * lib/readline.c: Remove EOL.
18836
18837 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18838
18839         * modules/gethrxtime (Depends-on): Add gettime.
18840
18841 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18842
18843         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18844         or gettimeofday; no longer needed.
18845
18846 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18847
18848         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18849         time business.
18850         (gethrxtime) [! (HAVE_NANOUPTIME
18851         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18852         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18853         our own approximation.
18854
18855 2005-11-08  Eric Blake  <ebb9@byu.net>
18856
18857         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18858
18859 2005-11-08  Eric Blake  <ebb9@byu.net>
18860
18861         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18862
18863 2005-11-04  Bruno Haible  <bruno@clisp.org>
18864
18865         * gnulib-tool: Implement --update mode.
18866
18867 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18868
18869         Fix porting problem reported by Theodoros V. Kalamatianos.
18870         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18871         Don't assume that futimes failing means we must fail.
18872
18873 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18874
18875         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18876         variables to suggest the intended function of the PATH_MAX check.
18877
18878 2005-10-30  Kean Johnston  <jkj@sco.com>
18879
18880         Trivial changes to support SCO systems.
18881         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18882         as PATH_MAX.
18883         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18884         where __ptr is null when no I/O is pending.
18885
18886 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18887
18888         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18889         leave errno alone.  Problem reported by Dmitry V. Levin.
18890
18891 2005-10-28  Simon Josefsson  <jas@extundo.com>
18892
18893         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18894         Test more.
18895
18896         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18897
18898         * modules/md2, modules/md2-tests: New files.
18899
18900 2005-10-28  Simon Josefsson  <jas@extundo.com>
18901
18902         * m4/inet_ntop.m4: More tests.
18903
18904         * m4/gc-md2.m4, md2.m4: New file.
18905
18906 2005-10-28  Simon Josefsson  <jas@extundo.com>
18907
18908         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18909         "restrict" keywords, as per POSIX.  Protect the function
18910         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18911         Don't use K&R prototypes.  Check the sprintf return values.
18912         Re-define EAFNOSUPPORT if not present.  Indent.
18913
18914         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18915         suggested by Bruno Haible <bruno@clisp.org>.
18916
18917         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18918
18919         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18920
18921         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18922         libgcrypt).
18923
18924         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18925
18926         * lib/md2.h, lib/md2.c: New files.
18927
18928 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18931         errno alone.  Problem reported by Frederic Jolliton.
18932
18933 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18934
18935         * modules/verify (License): Change from GPL to LGPL.  This is a
18936         tiny module and there are apparently near-equivalents that are
18937         under the BSD license.
18938
18939 2005-10-24  Simon Josefsson  <jas@extundo.com>
18940
18941         * modules/sha1: Relicense to LGPL.
18942
18943 2005-10-24  Simon Josefsson  <jas@extundo.com>
18944
18945         * lib/md4.h: Shrink buffer size, now that we changed the type.
18946
18947 2005-10-23  Simon Josefsson  <jas@extundo.com>
18948
18949         * gnulib-tool (func_import): Fix --tests-base.
18950
18951 2005-10-22  Simon Josefsson  <jas@extundo.com>
18952
18953         * modules/arcfour (Depends-on): Need stdint.
18954
18955 2005-10-22  Simon Josefsson  <jas@extundo.com>
18956
18957         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18958         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18959
18960 2005-10-22  Simon Josefsson  <jas@extundo.com>
18961
18962         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18963         suggested by Bruno Haible <bruno@clisp.org>.
18964
18965 2005-10-22  Simon Josefsson  <jas@extundo.com>
18966
18967         * lib/crc.h: Include stddef.h, for size_t.
18968
18969 2005-10-22  Simon Josefsson  <jas@extundo.com>
18970
18971         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18972         arcfour_context struct (simplify test vector testing in GNU
18973         Shishi).
18974
18975 2005-10-21  Simon Josefsson  <jas@extundo.com>
18976
18977         * modules/des, modules/des-tests: New files.
18978
18979         * modules/gc-des, modules/gc-des-tests: New files.
18980
18981         * tests/test-des.c, tests/test-gc-des.c: New file.
18982
18983 2005-10-21  Simon Josefsson  <jas@extundo.com>
18984
18985         * modules/arctwo, modules/arctwo-tests: New files.
18986
18987         * tests/test-arctwo.c: New file.
18988
18989         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18990
18991         * tests/test-gc-arctwo.c: New file.
18992
18993 2005-10-21  Simon Josefsson  <jas@extundo.com>
18994
18995         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18996         Bruno Haible <bruno@clisp.org>.
18997
18998         * m4/gc-des.m4: New file.
18999
19000 2005-10-21  Simon Josefsson  <jas@extundo.com>
19001
19002         * m4/arctwo.m4: New file.
19003
19004         * m4/gc-arctwo.m4: New file.
19005
19006 2005-10-21  Simon Josefsson  <jas@extundo.com>
19007
19008         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
19009         block.
19010
19011 2005-10-21  Simon Josefsson  <jas@extundo.com>
19012
19013         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
19014         <bruno@clisp.org>.
19015
19016         * lib/hmac-sha1.c (hmac_sha1): Likewise.
19017
19018         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
19019         Bruno Haible <bruno@clisp.org>.
19020
19021         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
19022         <bruno@clisp.org>.
19023
19024 2005-10-21  Simon Josefsson  <jas@extundo.com>
19025
19026         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
19027
19028 2005-10-21  Simon Josefsson  <jas@extundo.com>
19029
19030         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
19031
19032 2005-10-21  Simon Josefsson  <jas@extundo.com>
19033
19034         * lib/des.h, lib/des.c: New files.
19035
19036         * lib/gc-gnulib.c: Support DES.c
19037
19038 2005-10-21  Simon Josefsson  <jas@extundo.com>
19039
19040         * lib/arctwo.h, lib/arctwo.c: New files.
19041
19042         * lib/gc-gnulib.c: Support ARCTWO.
19043
19044 2005-10-21  Simon Josefsson  <jas@extundo.com>
19045
19046         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
19047         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19048
19049 2005-10-21  Simon Josefsson  <jas@extundo.com>
19050
19051         * gnulib-tool (func_import, func_create_testdir): Define automake
19052         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
19053         Makefile.am snippet),
19054         suggested by Bruno Haible <bruno@clisp.org>.
19055
19056         * modules/gc (Makefile.am): Use it.
19057
19058 2005-10-21  Bruno Haible  <bruno@clisp.org>
19059
19060         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
19061         patch.
19062
19063 2005-10-19  Simon Josefsson  <jas@extundo.com>
19064
19065         * tests/test-gc-rijndael.c: New file.
19066
19067         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
19068
19069 2005-10-19  Simon Josefsson  <jas@extundo.com>
19070
19071         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
19072         interface too.
19073
19074 2005-10-19  Simon Josefsson  <jas@extundo.com>
19075
19076         * tests/test-gc-arcfour.c: New file.
19077
19078         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
19079
19080 2005-10-19  Simon Josefsson  <jas@extundo.com>
19081
19082         * modules/gc-md4, modules/gc-md4-tests: New file.
19083
19084         * tests/test-gc-md4.c: New file.
19085
19086 2005-10-19  Simon Josefsson  <jas@extundo.com>
19087
19088         * m4/gc-md4.m4: New file.
19089
19090 2005-10-19  Simon Josefsson  <jas@extundo.com>
19091
19092         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
19093         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
19094         <kasal@ucw.cz>.
19095
19096 2005-10-19  Simon Josefsson  <jas@extundo.com>
19097
19098         * m4/gc-arcfour.m4: New file.
19099
19100         * m4/gc-rijndael.m4: New file.
19101
19102 2005-10-19  Simon Josefsson  <jas@extundo.com>
19103
19104         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
19105
19106 2005-10-19  Simon Josefsson  <jas@extundo.com>
19107
19108         * lib/gc-gnulib.c: Support ARCFOUR.
19109
19110 2005-10-19  Simon Josefsson  <jas@extundo.com>
19111
19112         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
19113         support.
19114
19115         * lib/gc.h: Add ECB enum type.
19116
19117         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
19118
19119 2005-10-18  Simon Josefsson  <jas@extundo.com>
19120
19121         * tests/test-md5.c: New file.
19122
19123         * modules/md5-tests: New file.
19124
19125 2005-10-18  Simon Josefsson  <jas@extundo.com>
19126
19127         * tests/test-md4.c: New file.
19128
19129         * modules/md4, modules/md4-tests: New files.
19130
19131 2005-10-18  Simon Josefsson  <jas@extundo.com>
19132
19133         * m4/md4.m4: New file.
19134
19135 2005-10-18  Simon Josefsson  <jas@extundo.com>
19136
19137         * lib/md4.h, lib/md4.c: New files, based on md5.?.
19138
19139 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
19140
19141         * gnulib-tool (func_create_testdir): Omit the second check whether
19142         BUILT_SOURCES in nonempty.
19143
19144 2005-10-17  Simon Josefsson  <jas@extundo.com>
19145
19146         * tests/test-rijndael.c: New file.
19147
19148 2005-10-17  Simon Josefsson  <jas@extundo.com>
19149
19150         * modules/sha1: Depend on stdint instead of md5.
19151
19152         * modules/md5: Depend on stdint, remove uint32_t.
19153
19154 2005-10-17  Simon Josefsson  <jas@extundo.com>
19155
19156         * modules/gc-sha1-tests: New file.
19157
19158         * tests/test-gc-sha1.c: New file.
19159
19160 2005-10-17  Simon Josefsson  <jas@extundo.com>
19161
19162         * m4/md5.m4: Remove call to uint32_t.m4.
19163
19164 2005-10-17  Simon Josefsson  <jas@extundo.com>
19165
19166         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
19167
19168         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
19169         md5.h.
19170
19171         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
19172
19173         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
19174
19175 2005-10-17  Simon Josefsson  <jas@extundo.com>
19176
19177         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
19178
19179 2005-10-17  Simon Josefsson  <jas@extundo.com>
19180
19181         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
19182
19183 2005-10-17  Simon Josefsson  <jas@extundo.com>
19184
19185         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
19186
19187         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
19188
19189 2005-10-17  Bruno Haible  <bruno@clisp.org>
19190
19191         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
19192         that it can also be used in a test.
19193
19194 2005-10-16  Bruno Haible  <bruno@clisp.org>
19195
19196         * gnulib-tool (func_emit_tests_Makefile_am): Also define
19197         TESTS_ENVIRONMENT, so that individual tests can augment it.
19198
19199         * gnulib-tool (func_create_testdir): Use an intermediate target for
19200         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
19201         macros, like $(ALLOCA_H), which cannot be passed through the command
19202         line.
19203
19204 2005-10-15  Simon Josefsson  <jas@extundo.com>
19205
19206         * modules/rijndael-tests: New file.
19207
19208         * modules/rijndael: New file.
19209
19210 2005-10-15  Simon Josefsson  <jas@extundo.com>
19211
19212         * m4/rijndael.m4: New file.
19213
19214 2005-10-15  Simon Josefsson  <jas@extundo.com>
19215
19216         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19217
19218         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19219
19220 2005-10-14  Simon Josefsson  <jas@extundo.com>
19221
19222         * tests/test-arcfour.c: New file.
19223
19224         * modules/arcfour, modules/arcfour-tests: New files.
19225
19226 2005-10-14  Simon Josefsson  <jas@extundo.com>
19227
19228         * m4/arcfour.m4: New file.
19229
19230 2005-10-14  Simon Josefsson  <jas@extundo.com>
19231
19232         * lib/arcfour.h, lib/arcfour.c: New files.
19233
19234 2005-10-14  Roland McGrath  <roland@redhat.com>
19235
19236         Import from libc.  [BZ #1331]
19237         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19238         macro argument.
19239         Reported by Matej Vela <vela@debian.org>.
19240
19241 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19242
19243         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19244         include <wchar.h>; no longer needed.
19245
19246 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19247
19248         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19249
19250 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19251         and  Ulrich Drepper  <drepper@redhat.com>
19252
19253         Import from libc.
19254         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19255         instead of inline stream orientation test and two separate
19256         function calls.  Pay no attention to USE_IN_LIBIO.
19257
19258 2005-10-13  Simon Josefsson  <jas@extundo.com>
19259
19260         * modules/gc-hmac-md5-tests: New file.
19261
19262         * tests/test-gc-hmac-sha1.c: New file.
19263
19264         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19265
19266         * modules/gc-hmac-md5-tests: New file.
19267
19268         * tests/test-gc-md5.c: New file.
19269
19270         * modules/gc-md5-tests: New file.
19271
19272 2005-10-13  Simon Josefsson  <jas@extundo.com>
19273
19274         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19275         Move memory allocation outside of loop.
19276
19277 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19278
19279         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19280         intermediate directory is in a read-only file system.  Problem
19281         reported by Eric Blake.
19282
19283 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19284
19285         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19286
19287 2005-10-12  Simon Josefsson  <jas@extundo.com>
19288
19289         * tests/test-hmac-sha1.c: New file.
19290
19291         * modules/hmac-sha1-tests: New file.
19292
19293         * modules/hmac-sha1: New file.
19294
19295 2005-10-12  Simon Josefsson  <jas@extundo.com>
19296
19297         * modules/gc-sha1: New file.
19298
19299 2005-10-12  Simon Josefsson  <jas@extundo.com>
19300
19301         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19302
19303         * tests/test-gc-pbkdf2-sha1.c: New file.
19304
19305 2005-10-12  Simon Josefsson  <jas@extundo.com>
19306
19307         * modules/gc-md5, modules/gc-hmac-md5: New files.
19308
19309         * modules/gc (Files): Remove md5, memxor and hmac files.
19310
19311 2005-10-12  Simon Josefsson  <jas@extundo.com>
19312
19313         * m4/gc-pbkdf2-sha1.m4: New file.
19314
19315         * m4/gc-hmac-sha1.m4: New file.
19316
19317         * m4/gc-sha1: New file.
19318
19319         * m4/hmac-sha1.m4: New file.
19320
19321 2005-10-12  Simon Josefsson  <jas@extundo.com>
19322
19323         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19324
19325         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19326
19327 2005-10-12  Simon Josefsson  <jas@extundo.com>
19328
19329         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19330         suggested by Bruno Haible <bruno@clisp.org>.
19331
19332 2005-10-12  Simon Josefsson  <jas@extundo.com>
19333
19334         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19335
19336 2005-10-12  Simon Josefsson  <jas@extundo.com>
19337
19338         * lib/gc-pbkdf2-sha1.c: New file.
19339
19340         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19341
19342 2005-10-12  Simon Josefsson  <jas@extundo.com>
19343
19344         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19345
19346         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19347
19348 2005-10-12  Simon Josefsson  <jas@extundo.com>
19349
19350         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19351         GC_USE_HMAC_MD5, respectively.
19352
19353         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19354         (gc_md5): Fix typo.
19355
19356         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19357
19358         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19359
19360         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19361
19362 2005-10-12  Bruno Haible  <bruno@clisp.org>
19363
19364         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19365         Reported by Stepan Kasal <kasal@ucw.cz>.
19366
19367 2005-10-11  Simon Josefsson  <jas@extundo.com>
19368
19369         * tests/test-crc.c: New file.
19370
19371         * modules/crc, modules/crc-tests: New files.
19372
19373 2005-10-11  Simon Josefsson  <jas@extundo.com>
19374
19375         * m4/crc.m4: New file.
19376
19377 2005-10-11  Simon Josefsson  <jas@extundo.com>
19378
19379         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19380
19381         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19382
19383         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19384
19385 2005-10-11  Simon Josefsson  <jas@extundo.com>
19386
19387         * lib/crc.h, lib/crc.c: New files.
19388
19389         * lib/gc.h (gc_hash_buffer): Add doc.
19390
19391 2005-10-11  Bruno Haible  <bruno@clisp.org>
19392
19393         * modules/c-strcasestr: New file.
19394         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19395
19396 2005-10-11  Bruno Haible  <bruno@clisp.org>
19397
19398         * modules/c-strcase: New file.
19399         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19400
19401 2005-10-11  Bruno Haible  <bruno@clisp.org>
19402
19403         * lib/strcasecmp.c: Include limits.h.
19404         (strcasecmp): Avoid integer overflow on exotic platforms.
19405         * lib/strncasecmp.c: Include limits.h.
19406         (strncasecmp): Avoid integer overflow on exotic platforms.
19407         Reported by Paul Eggert.
19408
19409 2005-10-11  Bruno Haible  <bruno@clisp.org>
19410
19411         * lib/c-strcasestr.h: New file, from GNU gettext.
19412         * lib/c-strcasestr.c: New file, from GNU gettext.
19413
19414 2005-10-11  Bruno Haible  <bruno@clisp.org>
19415
19416         * lib/c-strcase.h: New file, from GNU gettext.
19417         * lib/c-strcasecmp.c: New file, from GNU gettext.
19418         * lib/c-strncasecmp.c: New file, from GNU gettext.
19419
19420 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19421
19422         * modules/mempcpy (License): GPL -> LGPL.
19423         * modules/strchrnul (License): Likewise.
19424         * modules/sysexits (License): Likewise.
19425
19426 2005-10-08  Simon Josefsson  <jas@extundo.com>
19427
19428         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19429
19430 2005-10-07  Simon Josefsson  <jas@extundo.com>
19431
19432         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19433
19434 2005-10-06  Simon Josefsson  <jas@extundo.com>
19435
19436         * tests/test-hmac-md5.c: New file.
19437
19438         * modules/hmac-md5-tests: New file.
19439
19440         * modules/hmac-md5: New file.
19441
19442 2005-10-06  Simon Josefsson  <jas@extundo.com>
19443
19444         * m4/hmac-md5.m4: New file.
19445
19446         * m4/memxor.m4: Require gl_C_RESTRICT.
19447
19448 2005-10-06  Simon Josefsson  <jas@extundo.com>
19449
19450         * lib/memxor.c (memxor): Avoid casts and warnings.
19451
19452 2005-10-06  Simon Josefsson  <jas@extundo.com>
19453
19454         * lib/hmac-md5.c: New file.
19455
19456         * lib/hmac.h: New file.
19457
19458 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19459
19460         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19461         promotes to int, not unsigned int, to catch the AIX 5.3
19462         compiler bug.
19463
19464 2005-10-05  Simon Josefsson  <jas@extundo.com>
19465
19466         * modules/memxor: New file.
19467
19468         * modules/iconv (Files): Move config.rpath to havelib, it is used
19469         there.
19470
19471         * modules/havelib (Files): Add config.rpath.
19472
19473 2005-10-05  Simon Josefsson  <jas@extundo.com>
19474
19475         * m4/memxor.m4: New file.
19476
19477 2005-10-05  Simon Josefsson  <jas@extundo.com>
19478
19479         * lib/memxor.c (memxor): Fix compiler error.
19480
19481         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19482         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19483
19484         * lib/memxor.h, lib/memxor.c: New files.
19485
19486         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19487         we assume all systems have it, suggested by Jim Meyering
19488         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19489         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19490         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19491         same reasons.
19492
19493 2005-10-05  Simon Josefsson  <jas@extundo.com>
19494
19495         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19496
19497 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19498
19499         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19500         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19501         needed, since the source code now assumes these .h files.
19502
19503 2005-10-05  Derek Price  <derek@ximbiot.com>
19504
19505         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19506
19507 2005-10-05  Bruno Haible  <bruno@clisp.org>
19508
19509         * modules/stdint (License): Change to LGPL.
19510
19511 2005-10-04  Simon Josefsson  <jas@extundo.com>
19512
19513         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19514         D. Baushke" <mdb@gnu.org>.
19515
19516 2005-10-04  Bruno Haible  <bruno@clisp.org>
19517
19518         * lib/verify.h (verify_true): Provide alternative definition for C++.
19519
19520 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19521
19522         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19523         (SSIZE_MAX): New macro, if not already defined.
19524         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19525         than 2 GiB.
19526
19527 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19528
19529         Sync from coreutils.
19530         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19531         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19532         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19533         ULLONG_MAX doesn't work with 2.7.2.1.
19534
19535 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19536
19537         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19538         From Ben Pfaff.
19539
19540         * modules/exclude (Depends-on): Depend on verify.
19541         * modules/strtoimax (Depends-on): Likewise.
19542         * modules/utimecmp (Depends-on): Likewise.
19543
19544 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19545
19546         * lib/exclude.c: Include verify.h.
19547         (verify): Remove.  All callers changed to use verify.h's version.
19548         * lib/strtoimax.c: Likewise.
19549         * lib/utimecmp.c: Likewis.e
19550
19551         Sync from coreutils.
19552         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19553         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19554         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19555         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19556         bother returning ENOSYS if settimeofday or stime fails; just let
19557         them return whatever errno they want to return.
19558         * lib/utimens.c: Include unistd.h, for dup2.
19559         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19560         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19561
19562 2005-10-02  Jim Meyering  <jim@meyering.net>
19563
19564         Sync from coreutils.
19565         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19566         from glibc-2.2.5 that fails for read-only files.
19567
19568 2005-10-02  Jim Meyering  <jim@meyering.net>
19569
19570         Sync from coreutils.
19571         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19572         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19573         `#if HAVE_CONFIG_H'.
19574         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19575         Remove AT_FDCWD test.
19576         Do not consume the fd unless successful.
19577         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19578         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19579         block, so that we don't even try to compile it if settimeofday is
19580         available.  This works around a compilation failure on OSF1 V5.1,
19581         due to stime requiring a `long int*' while tv_sec is `int'.
19582
19583 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19584
19585         Sync from coreutils.
19586         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19587         against `yes', rather than just testing for nonempty.
19588
19589 2005-10-01  Simon Josefsson  <jas@extundo.com>
19590
19591         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19592         and Darwin.
19593
19594         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19595         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19596         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19597         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19598         Check if struct addrinfo is declared.
19599
19600 2005-10-01  Simon Josefsson  <jas@extundo.com>
19601
19602         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19603         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19604         AI_* and EAI_* definitions.  Protect function declarations.
19605
19606 2005-10-01  Jim Meyering  <jim@meyering.net>
19607
19608         Sync from coreutils.
19609
19610         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19611         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19612         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19613         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19614         in the inet and nsl libraries.  Required on Solaris 5.7.
19615
19616 2005-10-01  Jim Meyering  <jim@meyering.net>
19617
19618         Sync from coreutils.
19619         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19620         in the inet and nsl libraries.  Required on Solaris 5.7.
19621
19622 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19623
19624         * lib/getdelim.c (getdelim): Remove unused variables.
19625
19626 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19627
19628         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19629         so that the code works even with ancient cpp.  Portability problem
19630         with GCC 2.7.2.1 reported by Thomas M.Ott.
19631
19632 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         * modules/regex (Depends-on): Add strcase.
19635
19636         * modules/gethostname (Licence): Change from GPL to LGPL, since
19637         gethostname.c is a trivial implementation of a standard library
19638         function.
19639         * modules/poll (License): Change from GPL to LGPL, since it's
19640         derived from LGPL code.
19641
19642 2005-09-27  Jim Meyering  <jim@meyering.net>
19643
19644         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19645         HAVE_CONFIG_H.
19646
19647         * lib/intprops.h (signed_type_or_expr__): Define.
19648         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19649         for unsigned types.
19650
19651 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19652
19653         * lib/verify.h (verify_expr): Remove, replacing with:
19654         (verify_true): New macro that returns true instead of void.
19655         (verify_type__): Remove.
19656         (verify): Use verify_true rather than verify_type__.
19657
19658 2005-09-26  Bruno Haible  <bruno@clisp.org>
19659
19660         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19661         is necessary.
19662         (lib_SOURCES): Remove mbchar.c.
19663         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19664         (Files): Add m4/mbrtowc.m4.
19665         * modules/mbiter: Likewise.
19666         * modules/mbuiter: Likewise.
19667
19668 2005-09-26  Bruno Haible  <bruno@clisp.org>
19669
19670         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19671         compile mbchar.c if they are not both present.
19672         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19673         * m4/mbiter.m4 (gl_MBITER): Likewise.
19674         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19675         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19676         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19677
19678 2005-09-25  Jim Meyering  <jim@meyering.net>
19679
19680         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19681         also uses socklen_t.
19682
19683 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         * lib/utimens.c (ENOSYS): Define if not already defined.
19686         (futimens): Support having a null PATH if the file descriptor
19687         is nonnegative.
19688
19689         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19690         Remove.
19691         (__attribute): Define to empty unless GCC 3.1 or later.
19692         This works around a core dump on OpenBSD 3.4, which has GCC
19693         2.95.3, which dumps core when given __attribute__(()).  It also
19694         simplifies other tests, since we really don't want to bother with
19695         worrying about which ancient version of GCC supported what.
19696         Original problem reported by Yoann Vandoorselaere, with part of
19697         the fix suggested by Derek Price.
19698
19699 2005-09-24  Jim Meyering  <jim@meyering.net>
19700
19701         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19702         so we can once again use a positive bitfield width of 1 -- now we
19703         don't have to explain why we were using a bitfield width of 2.
19704
19705 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19708         and similarly for the other external symbols.  Problem reported
19709         by James Gallager.
19710
19711         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19712         bug reported by Jim Meyering.
19713
19714         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19715         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19716         not needed, since socklen is a prerequisite module.
19717
19718 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19719
19720         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19721         Problem reported by Eric Blake.
19722         (getaddrinfo): Initialize se so that it's not garbage.
19723         Redo internal storage allocation so that it doesn't make unportable
19724         assumptions about alignment.
19725         Fix a memory leak.
19726
19727         * lib/utimens.c (futimens): Use futimesat if available.
19728         Prefer it to futimes since it doesn't have the futimes bug.
19729
19730         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19731         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19732         Instead, declare a function that returns a pointer to an array,
19733         and use verify_type__ to declare the size of the array.
19734         Problem and germ of a solution reported by Bruno Haible.
19735         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19736         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19737
19738 2005-09-23  Jim Meyering  <jim@meyering.net>
19739
19740         Sync from coreutils.
19741         Correct build failure (socklen_t not defined) on at least
19742         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19743         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19744
19745 2005-09-23  Jim Meyering  <jim@meyering.net>
19746
19747         * modules/getaddrinfo (Depends-on): Add socklen.
19748
19749 2005-09-23  Bruno Haible  <bruno@clisp.org>
19750
19751         * tests/test-verify.c: New file.
19752
19753 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19754
19755         Sync from coreutils.
19756
19757         * modules/argmatch (Depends-on): Add verify.
19758         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19759         unistd-safer.
19760         * modules/save-cwd (Depends-on): Likewise.
19761
19762         * modules/openat (Files): Add lib/openat-die.c.
19763         (Depends-on): Remove error, exitfail.
19764         Add dirname.
19765
19766         * modules/verify: New file.
19767         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19768         with "verify" module.
19769
19770 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19771
19772         Sync from coreutils.
19773
19774         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19775         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19776         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19777         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19778         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19779         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19780         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19781         Don't bother checking for string.h, stdlib.h, unistd.h.
19782         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19783         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19784         module's job.
19785         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19786         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19787
19788         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19789         (gl_GETDATE): Use it.
19790
19791         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19792
19793 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19794
19795         Sync from coreutils.
19796
19797         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19798         stat-time.h.
19799         * lib/argmatch.h: Include verify.h
19800         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19801         (ARGMATCH_ASSERT): Remove; unused.
19802         * lib/canonicalize.c: Assume STDC_HEADERS.
19803         * lib/exclude.c: Include "strcase.h".
19804         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19805         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19806         and stdio-safer.h.
19807         (getusershell): Call fopen, not fopen_safer.
19808         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19809         Do not include unistd-safer.h.
19810         (save_cwd): Don't call fd_safer; no longer needed
19811         now that we include fcntl--.h.
19812
19813         * lib/getdate.y (relative_time): New type.
19814         (RELATIVE_TIME_0): New constant.
19815         (parser_control): Use relative_time instead of doing it ourselves.
19816         (%union): Add new relative_time rel member.
19817         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19818         Now typeless.
19819         (relunit, relunit_snumber): Now of type rel.
19820         (zone, rel, relunit, get_date): Adjust to above changes.
19821
19822         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19823         Do not include unistd-safer.h.
19824         (getloadavg): Don't call fd_safer; no longer needed
19825         now that we include fcntl--.h.
19826
19827         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19828         (make_dir_parents): Treat ENOSYS like EEXIST.
19829
19830         Improve quality of diagnostics on restore_cwd failure.
19831         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19832         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19833         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19834         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19835         each time through the loop.  Do not diagnose restore_cwd failure;
19836         that is the caller's job (and perhaps the caller does not care).
19837
19838         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19839         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19840         If the file already exists but is not a directory, don't bother
19841         to try to make its parents.
19842         Close potential file descriptor leak if we can't chdir("/") (!).
19843         Don't always return true if chdir($PWD) fails; return true only
19844         if the requested action was done successfully (except for the
19845         chdir($PWD)).
19846         Don't log final directory unless we actually made it.
19847         Refactor to avoid duplicate code to fix up permissions.
19848         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19849
19850         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19851         to make it a bit faster and (I hope) clearer.
19852         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19853         Fix bug in formats like %2N.
19854
19855         * lib/verify.h: New file.
19856
19857 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19858
19859         Sync from coreutils.
19860         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19861
19862 2005-09-22  Jim Meyering  <jim@meyering.net>
19863
19864         Sync from coreutils.
19865
19866         * m4/lstat.m4 (gl_FUNC_LSTAT):
19867         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19868         Remove obsolete comment.
19869         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19870         * m4/xstrtod.m4: Likewise.
19871
19872         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19873
19874 2005-09-22  Jim Meyering  <jim@meyering.net>
19875
19876         Sync from coreutils.
19877
19878         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19879
19880         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19881         the .tm_year member, since otherwise gcc-4.0 would now warn about
19882         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19883
19884         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19885         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19886
19887         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19888         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19889         when run in a time zone for which daylight savings time is in effect
19890         for the starting date.
19891
19892         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19893         stop us from restricting permissions of just-created absolute-named
19894         directories.
19895         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19896         to restore initial working directory.
19897         * lib/mkdir-p.c (make_dir_parents): New parameter:
19898         different_working_dir, to tell caller if/when we change the working
19899         directory and are unable to return to the initial one.
19900         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19901         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19902         `return false'.  This fixes a bug introduced on 2004-07-30.
19903
19904         * lib/openat.c (fdopendir): Be sure to close the supplied
19905         file descriptor before returning.  This makes our replacement
19906         implementation a little closer to Solaris's, where fdopendir
19907         ties the file descriptor to the returned DIR* pointer.
19908         * lib/openat.c (unlinkat): New function.
19909         * lib/openat.h (unlinkat): Add prototype.
19910         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19911         (openat_restore_fail): Rename from openat_restore_die.
19912         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19913
19914         Provide an alternative to exiting immediately upon save_cwd or
19915         restore_cwd failure.  Now, an application can arrange e.g.,
19916         to perform a longjump in that case.
19917         * lib/openat.c: Include dirname.h.
19918         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19919         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19920         and openat_restore_die rather than calling error directly.
19921         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19922
19923         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19924         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19925         define.
19926
19927         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19928         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19929                             int utc, int nanoseconds);
19930         Background:
19931         date should not have to allocate a megabyte of virtual memory to
19932         handle a format argument like +%1048575T.  When implemented with
19933         strftime, it must allocate such a buffer, use strftime to fill it
19934         in, print it, then free it.
19935         With fprintftime, it simply prints everything and exits.
19936         With no need for memory allocation, that's one fewer way to fail.
19937         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19938         optional field width, not before, so we accept %9:z, not %:9z.
19939         (my_strftime): Be sure to use L_('x') for literals.
19940
19941         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19942         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19943         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19944         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19945         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19946         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19947         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19948         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19949         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19950         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19951         * lib/xgethostname.c, lib/xreadlink.c:
19952         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19953
19954         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19955         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19956         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19957         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19958         and don't include <sys/file.h>).
19959
19960 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19961
19962         Sync from coreutils.
19963
19964         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19965         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19966         [!LDAV_DONE]: Avoid unused variable warning.
19967
19968 2005-09-21  Bruno Haible  <bruno@clisp.org>
19969
19970         * lib/unicodeio.h (unicode_to_mb): New declaration.
19971
19972 2005-09-20  Derek Price  <derek@ximbiot.com>
19973
19974         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19975         getaddrinfo.h.
19976
19977 2005-09-20  Bruno Haible  <bruno@clisp.org>
19978
19979         * gnulib-tool: Remove trailing slashes from the values specified for
19980         --source-base, --m4-base, --tests-base, --aux-dir.
19981         Suggested by Simon Josefsson <jas@extundo.com>.
19982
19983 2005-09-20  Bruno Haible  <bruno@clisp.org>
19984
19985         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19986         func_modules_to_filelist, func_import, func_create_testdir): Make all
19987         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19988         change when gnulib-tool is invoked in a different locale.
19989
19990 2005-09-19  Simon Josefsson  <jas@extundo.com>
19991
19992         * m4/socklen.m4: Fix typo.
19993
19994 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19995
19996         Use a consistent style for including <config.h>.
19997         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19998         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19999         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
20000         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
20001         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
20002         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
20003         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
20004         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
20005         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
20006         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
20007         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
20008         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
20009         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
20010         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
20011         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
20012         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
20013         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
20014         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
20015         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
20016         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
20017         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
20018         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
20019         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
20020         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
20021         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
20022         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
20023         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
20024         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
20025         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
20026         lib/xstrtoumax.c, lib/yesno.c:
20027         Standardize inclusion of config.h.
20028         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
20029         lib/inttostr.h:  Removed inclusion of config.h from header files.
20030         * lib/inttostr.c:  Adjusted in-tree users.
20031         * lib/timespec.h: Remove superfluous warning to include config.h.
20032         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
20033         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
20034         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
20035         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
20036         config.h with HAVE_CONFIG_H.
20037
20038 2005-09-19  Jim Meyering  <jim@meyering.net>
20039
20040         * modules/pathmax (License): Change to LGPL.
20041
20042 2005-09-19  Derek Price  <derek@ximbiot.com>
20043
20044         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
20045
20046 2005-09-19  Bruno Haible  <bruno@clisp.org>
20047
20048         * gnulib-tool (import): Provide default for --tests-base.
20049
20050 2005-09-19  Bruno Haible  <bruno@clisp.org>
20051
20052         * doc/quote.texi: New file, extracted from gnulib.texi.
20053         * doc/ctime.texi: New file, extracted from gnulib.texi.
20054         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
20055         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
20056         * doc/gnulib.texi: Include them.
20057
20058 2005-09-18  Bruno Haible  <bruno@clisp.org>
20059
20060         Portability fix.
20061         * gnulib-tool (func_readlink): New function.
20062         (func_ln_if_changed): Use it.
20063
20064 2005-09-18  Bruno Haible  <bruno@clisp.org>
20065
20066         * gnulib-tool: Support --with-tests also with --import.
20067         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
20068         (func_import): Use variables $testsbase and $inctests. Emit a
20069         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
20070         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
20071         SUBDIRS += $testsdir.
20072         (func_create_testdir): Update.
20073
20074 2005-09-18  Bruno Haible  <bruno@clisp.org>
20075
20076         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
20077         instead of $dry_run.
20078         (func_cp_if_changed, func_mv_if_changed): Remove functions.
20079         (func_ln_if_changed): Don't handle dry-run here.
20080         (func_import): In dry-run mode, detect more precisely which actions
20081         would be performed, and don't use "...ing" verbs.
20082
20083 2005-09-18  Bruno Haible  <bruno@clisp.org>
20084
20085         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
20086         (func_import): Use join on two temporary files instead of three nested
20087         loops, in order to determine which files are new or old.
20088
20089 2005-09-18  Bruno Haible  <bruno@clisp.org>
20090
20091         * gnulib-tool (func_import): Comment out code that spits out the
20092         new files with --dry-run.
20093
20094 2005-09-18  Bruno Haible  <bruno@clisp.org>
20095
20096         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
20097
20098 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20099
20100         * lib/stat-time.h: New file.
20101         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
20102         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
20103         in a different way.
20104         (timespec_cmp): New function.
20105         * lib/utimecmp.c: Include stat-time.h.
20106         (SYSCALL_RESOLUTION): Depend on whether various struct stat
20107         members exist, not on the obsolescent ST_MTIM_NSEC.
20108         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
20109
20110 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20111
20112         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
20113
20114 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20115
20116         * MODULES.html.sh (File system functions): Add stat-time.
20117         * modules/stat-time: New file.
20118         * modules/timespec (Files): Remove m4/st_mtim.m4; this
20119         is now done in a different way, by the stat-time module.
20120         * modules/utimecmp (Depends-on): Add stat-time.
20121
20122 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20123
20124         * m4/st_mtim.m4: Remove.  Superseded by...
20125         * m4/stat-time.m4: New file.
20126         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
20127         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
20128
20129 2005-09-15  Derek Price  <derek@ximbiot.com>
20130
20131         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
20132
20133 2005-09-15  Derek Price  <derek@ximbiot.com>
20134
20135         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
20136         * lib/regex_internal.c: Ditto, using this...
20137         (__GNUC_PREREQ): ...new macro.
20138         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
20139         using...
20140         (__GNUC_PREREQ): ...this new macro.
20141
20142         * lib/strstr.h: Include string.h. Define strstr as a macro here.
20143
20144 2005-09-15  Derek Price  <derek@ximbiot.com>
20145             Paul Eggert  <eggert@cs.ucla.edu>
20146
20147         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
20148         changes, consolidating in...
20149         * lib/regex_internal.h: ...this file.
20150
20151 2005-09-13  Jim Meyering  <jim@meyering.net>
20152
20153         * lib/canon-host.c: Filter through gnu indent and reword comments
20154         slightly.
20155         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
20156
20157 2005-09-13  Derek Price  <derek@ximbiot.com>
20158
20159         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
20160         failure.
20161         Reported by Jim Meyering  <jim@meyering.net>.
20162
20163 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20164
20165         * lib/base64.c: Typo.
20166         (base64_encode): Put b64str in initialized data section.
20167
20168 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
20169
20170         Merge glibc and coreutils changes into gnulib, plus a few
20171         extra fixes.
20172         * lib/md5.c: Use #error rather than a string.
20173         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
20174         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
20175         (__attribute__): Define to empty for non recent-GCC.
20176         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
20177         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
20178         Renamed from their non-__ counterparts, with new macros replacing
20179         them if not _LIBC.  Add __THROW attribute.
20180         (rol): Remove.
20181         (struct md5_ctx): Align buffer if using GCC.
20182         * lib/sha1.h (struct sha1_ctx): Likewise.
20183         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
20184         The old name was backwards.
20185         (NOTSWAP): Remove; not used.
20186         (rol): New macro, moved here from md5.h.
20187         (sha1_process_block): Remove a FIXME that doesn't make sense.
20188
20189 2005-09-12  Derek Price  <derek@ximbiot.com>
20190
20191         Return usable errors from canon-host.
20192         * lib/canon-host.h: New file.
20193         * lib/canon-host.c (canon_host): Wrap...
20194         (canon_host_r): ...this new function, which now relies exclusively on
20195         getaddrinfo.
20196         (ch_strerror): New function.
20197         (last_cherror): New global.
20198         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
20199         interface.
20200         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
20201         void *.
20202         (freeaddrinfo): Free ai->ai_canonname when set.
20203
20204 2005-09-12  Derek Price  <derek@ximbiot.com>
20205
20206         Make canon-host require getaddrinfo.
20207         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20208         AC_LIBSOURCE canon-host.h.  Call...
20209         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20210         gl_GETADDRINFO.
20211         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20212
20213 2005-09-12  Derek Price  <derek@ximbiot.com>
20214
20215         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20216         LGPL.
20217         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20218
20219 2005-09-12  Derek Price  <derek@ximbiot.com>
20220
20221         * lib/gai_strerror.c: Include config.h when available.  Include
20222         getaddrinfo.h before other headers to test interface.
20223         Reported by Larry Jones <lawrence.jones@ugs.com>.
20224
20225 2005-09-12  Derek Price  <derek@ximbiot.com>
20226             Paul Eggert  <eggert@cs.ucla.edu>
20227
20228         * modules/glob (Files): Add glob-libc.h.
20229
20230 2005-09-12  Derek Price  <derek@ximbiot.com>
20231             Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20234         glob_.h, glob-libc.h.
20235         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20236
20237 2005-09-12  Derek Price  <derek@ximbiot.com>
20238             Paul Eggert  <eggert@cs.ucla.edu>
20239
20240         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20241         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20242         protecting things that should be done only in gnulib contexts.
20243         * lib/glob_.h: New file, containing only the glob things needed for
20244         gnulib.
20245         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20246         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20247         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20248         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20249         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20250         and to respect the namespace rules better.
20251
20252 2005-09-08  Simon Josefsson  <jas@extundo.com>
20253
20254         * modules/socklen: New file.
20255
20256 2005-09-08  Simon Josefsson  <jas@extundo.com>
20257
20258         * m4/socklen.m4: New file.
20259
20260 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20261
20262         * modules/utimens (Files): Add m4/utimbuf.m4, since
20263         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20264         Reported by Sergey Poznyakoff.
20265
20266 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20267
20268         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20269         definitions, since that's the preferred style in glibc.
20270         Fix a minor spacing issue, and update copyright notice to match
20271         glibc's.
20272
20273 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20274
20275         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20276
20277 2005-09-06  Simon Josefsson  <jas@extundo.com>
20278
20279         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20280         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20281
20282 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20283
20284         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20285         warning.
20286
20287 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20288
20289         * config/srclist.txt: Add glibc bug 1302.
20290
20291 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20292
20293         Change bitset word type from unsigned int to unsigned long int,
20294         as this has better performance on typical 64-bit hosts.
20295         Port bitset code to hosts with unusual word sizes.
20296         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20297         (build_collating_symbol):
20298         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20299         argument is a bitset.  This is merely a style issue, but it makes
20300         it clearer that an entire array is expected.
20301         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20302         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20303         Port to the case where bitset_word is not the same as unsigned int.
20304         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20305         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20306         Likewise.
20307         * lib/regexec.c (check_dst_limits_calc_pos_1,
20308         check_subexp_matching_top):
20309         (build_trtable, group_nodes_into_DFAstates):
20310         Likewise.
20311         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20312         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20313         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20314         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20315         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20316         * lib/regcomp.c (optimize_subexps, lower_subexp):
20317         Work even if bitset_word has holes in its bitwise representation.
20318         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20319         * lib/regexec.c (check_dst_limits_calc_pos_1,
20320         check_subexp_matching_top):
20321         Likewise.
20322         * lib/regex_internal.c (re_string_reconstruct):
20323         Don't assume UCHAR_MAX == 255.
20324         * lib/regex_internal.h (bitset_set_all): Likewise.
20325         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20326         All uses changed.
20327         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20328         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20329         All uses changed.
20330         (BITSET_WORD_MAX): New macro.
20331         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20332         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20333         (bitset_empty, bitset_copy):
20334         Prefer sizeof (bitset) to multiplying it out ourselves.
20335         (bitset_not_merge): Remove; unused.
20336         (bitset_contain): Return bool, not unsigned int with one bit on.
20337         All callers changed.
20338         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20339         alignment than re_node_set; do this by defining a new internal
20340         type struct dests_alloc and using it to allocate memory.
20341
20342 2005-09-05  Bruno Haible  <bruno@clisp.org>
20343
20344         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20345         links.
20346
20347 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20348
20349         * modules/size_max (Makefile.am): Add size_max.h
20350
20351 2005-09-04  Derek Price  <derek@ximbiot.com>
20352
20353         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20354
20355 2005-09-03  Simon Josefsson  <jas@extundo.com>
20356
20357         * gnulib-tool: Fix typo.
20358
20359 2005-09-03  Simon Josefsson  <jas@extundo.com>
20360
20361         * config/srclist.txt: Add glibc bug 1293.
20362
20363 2005-09-03  Derek Price  <derek@ximbiot.com>
20364
20365         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20366         From Larry Jones <lawrence.jones@ugs.com>.
20367
20368 2005-09-02  Simon Josefsson  <jas@extundo.com>
20369
20370         * modules/socklen: New file.
20371
20372 2005-09-02  Simon Josefsson  <jas@extundo.com>
20373
20374         * modules/havelib: New module.
20375
20376         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20377         Use havelib.
20378
20379 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20380
20381         Check for arithmetic overflow when calculating sizes, to prevent
20382         some buffer-overflow issues.  These patches are conservative, in the
20383         sense that when I couldn't determine whether an overflow was possible,
20384         I inserted a run-time check.
20385         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20386         macros.
20387         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20388         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20389         (re_xnrealloc, re_x2nrealloc): New inline functions.
20390         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20391         parse_bracket_exp):
20392         (build_equiv_class, build_charclass): Check for arithmetic overflow
20393         in size expression calculations.
20394         * lib/regex_internal.c (re_string_realloc_buffers):
20395         (build_wcs_upper_buffer, re_node_set_add_intersect):
20396         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20397         (re_dfa_add_node, register_state): Likewise.
20398         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20399         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20400         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20401         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20402
20403 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20404
20405         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20406         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20407
20408 2005-09-02  Bruno Haible  <bruno@clisp.org>
20409
20410         Support for lib vs. lib64 distinction on biarch platforms.
20411         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20412         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20413         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20414
20415 2005-09-02  Bruno Haible  <bruno@clisp.org>
20416
20417         * gnulib-tool (import): In the other first-use case, provide defaults
20418         as well.
20419
20420 2005-09-02  Bruno Haible  <bruno@clisp.org>
20421
20422         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20423         patches not yet found in the latest gettext release.
20424
20425 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20426
20427         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20428         to avoid a collision with bits/local_lim.h in glibc.
20429         All uses changed.  Problem reported by Dmitry V. Levin in
20430         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20431
20432         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20433         bugs in int versus size_t comparisons.
20434         (re_string_context_at): Fix bug where the code assumed that
20435         Idx is signed.
20436
20437         Use bool where appropriate.
20438         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20439         All callers changed.
20440         (calc_eclosure_iter): Likewise, for ROOT arg.
20441         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20442         (build_charclass_op): Likewise, for NON_MATCH arg.
20443         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20444         (re_string_construct_common): Likewise, for ICASE arg.
20445         * lib/regexec.c (re_search_2_stub, re_search_stub):
20446         Likewise, for RET_LEN arg.
20447         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20448         (set_regs): Likewise, for FL_BACKTRACK arg.
20449         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20450         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20451         (calc_eclosure_iter, parse_bracket_exp):
20452         Use bool for internal variables that are booleans.
20453         * lib/regexec.c (re_search_internal, check_matching,
20454         proceed_next_node):
20455         (set_regs, build_sifted_states, sift_states_bkref):
20456         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20457         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20458         (find_collation_sequence_value):
20459         Likewise.
20460         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20461         (re_node_set_compare):
20462         Return bool, not int. All callers changed.
20463         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20464         (build_trtable, check_node_accept): Likewise.
20465         * lib/regex_internal.h: Include stdbool.h.
20466
20467         Fix bugs uncovered when converting to bool.
20468         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20469         failure instead of charging ahead blindly.
20470         * lib/regex_internal.c (register_state): Likewise.
20471         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20472         for freeing internal storage.
20473         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20474         bitset pieces used as boolean, to avoid undefined behavior
20475         on hosts that do int overflow checking.
20476
20477 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         * config/srclist.txt: Add glibc bugs 1285-1287.
20480
20481 2005-09-01  Jim Meyering  <jim@meyering.net>
20482
20483         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20484         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20485         Require gl_STAT_MACROS, too.
20486
20487 2005-09-01  Bruno Haible  <bruno@clisp.org>
20488
20489         * gnulib-tool (import): In the first-use case, provide defaults.
20490
20491 2005-09-01  Bruno Haible  <bruno@clisp.org>
20492
20493         * gnulib-tool (func_import): Remove the .tmp files.
20494
20495 2005-09-01  Bruno Haible  <bruno@clisp.org>
20496
20497         * gnulib-tool (func_import): Fix handling of symbolic links.
20498
20499 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20500
20501         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20502         old glibc regex code mishandles strings longer than 2**31 bytes.
20503         This patch fixes this when the regex code is used in gnulib
20504         (i.e., outside glibc).
20505
20506         This patch should not affect the use of the regex code inside
20507         glibc.  No doubt this problem also needs to be handled for glibc
20508         as well, but the result will be an incompatible change to the
20509         glibc ABI, and the old ABI will have to be supported too.  That
20510         can be the the subject for another patch.
20511
20512         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20513         governing whether the rest of this patch is active.  By default,
20514         the macro is disabled and the patch has no effect.
20515         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20516         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20517         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20518         (re_match_2, re_set_registers): Use the new types.
20519         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20520         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20521         New macros.
20522         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20523         (re_string_context_at, bin_tree_t, re_dfastate_t):
20524         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20525         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20526         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20527         (re_string_char_size_at, re_string_wchar_at):
20528         (re_string_elem_size_at):
20529         Use the new types and macros to port to 64-bit hosts.
20530         Use unsigned types for internal values, so that the code
20531         mostly works even for arrays larger than SSIZE_MAX.
20532         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20533         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20534         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20535         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20536         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20537         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20538         (calc_inveclosure, parse_dup_op, build_range_exp):
20539         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20540         (fetch_number, create_token_tree, mark_opt_subexp):
20541         Likewise.
20542         * lib/regex_internal.c (re_string_construct_common,
20543         create_ci_newstate):
20544         (create_cd_newstate, re_string_allocate, re_string_construct):
20545         (re_string_realloc_buffers, build_wcs_upper_buffer):
20546         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20547         (re_string_reconstruct, re_string_peek_byte_case):
20548         (re_string_fetch_byte_case, re_string_context_at):
20549         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20550         (re_node_set_init_copy, re_node_set_add_intersect):
20551         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20552         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20553         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20554         (re_acquire_state, re_acquire_state_context, register_state):
20555         Likewise.
20556         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20557         search_cur_bkref_entry):
20558         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20559         (re_search_internal, re_search_2_stub, re_search_stub)
20560         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20561         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20562         (update_cur_sifted_state, check_dst_limits):
20563         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20564         (check_subexp_limits, sift_states_bkref, merge_state_array):
20565         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20566         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20567         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20568         (expand_bkref_cache, check_node_accept_bytes):
20569         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20570         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20571         (acquire_init_state_context, check_halt_node_context):
20572         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20573         (sift_states_backward, clean_state_log_if_needed):
20574         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20575         (find_recover_state, transit_state_sb, transit_state_mb):
20576         (transit_state_bkref, build_trtable, match_ctx_clean):
20577         Likewise.
20578         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20579         to work around an assumption that REG_MISSING is negative.
20580
20581         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20582         (seek_collating_symbol_entry) [defined _LIBC]:
20583         (lookup_collation_sequence_value) [defined _LIBC]:
20584         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20585         Use prototypes rather than old-style function definitions.
20586         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20587         (transit_state_sb) [0]:
20588         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20589
20590         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20591         rm_eo.
20592
20593         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20594         (optimize_subexps, lower_subexp):
20595         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20596         since the signed shift might overflow.  Use 1u<<31 instead.
20597         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20598         Likewise.
20599         * lib/regexec.c (check_dst_limits_calc_pos_1,
20600         check_subexp_matching_top): Likewise.
20601
20602         * lib/regcomp.c (optimize_subexps, lower_subexp):
20603         Use CHAR_BIT rather than 8, for clarity.
20604         * lib/regexec.c (check_dst_limits_calc_pos_1):
20605         (check_subexp_matching_top): Likewise.
20606         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20607         have to worry about portability issues when shifting it left.
20608         Remove no-longer-needed test for table_size > 0.
20609         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20610         in a word, as the resulting behavior is undefined.
20611         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20612         in one case, a <= should have been an <, and in another case the
20613         whole test was missing.
20614         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20615         the standard name CHAR_BIT.
20616         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20617         this is not true on one's complement and signed-magnitude hosts.
20618
20619         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20620         next_last_offset.
20621         (struct re_dfa_t): Remove unused member states_alloc.
20622         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20623
20624 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20625
20626         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20627         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20628         and large-file glibc and in 32-bit large-file Solaris.
20629
20630 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20631
20632         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20633         lengths fit in regoff_t; this isn't true if regoff_t is the same
20634         width as size_t.
20635         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20636         (= START + RANGE) instead of RANGE.  This avoids overflow
20637         problems when regoff_t is the same width as size_t.
20638         All callers changed.
20639         (re_search_2_stub): Check for overflow when adding the
20640         sizes of the two strings.
20641         (re_search_stub): Check for overflow when adding START
20642         to RANGE; if it occurs, substitute the extreme value.
20643
20644 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20645
20646         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20647
20648 2005-08-31  Jim Meyering  <jim@meyering.net>
20649
20650         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20651         a pointer-to-const.
20652         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20653         (register_state): Likewise.
20654         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20655         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20656         (group_nodes_into_DFAstates): Likewise.
20657
20658 2005-08-31  Jim Meyering  <jim@meyering.net>
20659
20660         * check-module: Add a FIXME comment.
20661
20662 2005-08-31  Eric Blake  <ebb9@byu.net>
20663
20664         * modules/unistd-safer (Files): Add unistd--.h.
20665         * modules/stdio-safer (Files): Add stdio--.h.
20666
20667 2005-08-31  Derek Price  <derek@ximbiot.com>
20668
20669         * lib/getdelim.c (getdelim): Return EOF on EOF.
20670         Reported by Larry Jones <lawrence.jones@ugs.com>.
20671
20672 2005-08-31  Bruno Haible  <bruno@clisp.org>
20673
20674         Avoid unnecessary diffs in the generated lib/Makefile.am.
20675         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20676         the generated files.
20677         (func_import): Don't set cmd.
20678
20679 2005-08-31  Bruno Haible  <bruno@clisp.org>
20680
20681         * lib/strstr.c: Include <stddef.h>, for NULL.
20682         * lib/strcasestr.c: Likewise.
20683         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20684
20685 2005-08-31  Bruno Haible  <bruno@clisp.org>
20686
20687         * gnulib-tool: New option --macro-prefix.
20688         (func_import): Use macro_prefix.
20689         (import): Handle option --macro-prefix.
20690
20691 2005-08-31  Bruno Haible  <bruno@clisp.org>
20692
20693         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20694         Also use new variables cached_lgpl, cached_libtool.
20695
20696 2005-08-31  Bruno Haible  <bruno@clisp.org>
20697
20698         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20699         always instantiating them.
20700
20701 2005-08-31  Bruno Haible  <bruno@clisp.org>
20702
20703         * gnulib-tool (func_import): Read the previous cached settings
20704         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20705         earlier added by gnulib but are now dropped. Warn when a gnulib file
20706         overwrites a non-gnulib file.
20707
20708 2005-08-31  Bruno Haible  <bruno@clisp.org>
20709
20710         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20711         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20712         projects that don't keep autogenerated files in CVS. Put into
20713         actioncmd only the specified modules, not the transitive closure.
20714
20715 2005-08-31  Bruno Haible  <bruno@clisp.org>
20716
20717         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20718         Create directories that shall be filled.
20719         (import): Don't look for gl_* macros in configure.ac. Recurse across
20720         all directories containing a gnulib-cache.m4 files, if meaningful.
20721
20722 2005-08-31  Bruno Haible  <bruno@clisp.org>
20723
20724         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20725         (import): Set seen_libtool when we see gl_LIBTOOL.
20726
20727 2005-08-31  Bruno Haible  <bruno@clisp.org>
20728
20729         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20730         declaration macro definitions from generated gnulib.m4.
20731
20732 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20733
20734         * lib/iconvme.h: Add prototype for iconv_alloc.
20735
20736 2005-08-29  Simon Josefsson  <jas@extundo.com>
20737
20738         * lib/iconvme.c: Fix errno.
20739
20740 2005-08-29  Bruno Haible  <bruno@clisp.org>
20741
20742         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20743         that it works when the directory contains spaces.
20744
20745 2005-08-29  Bruno Haible  <bruno@clisp.org>
20746
20747         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20748
20749 2005-08-29  Bruno Haible  <bruno@clisp.org>
20750
20751         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20752         Emit more advice.
20753
20754 2005-08-29  Bruno Haible  <bruno@clisp.org>
20755         and Stepan Kasal  <kasal@ucw.cz>
20756
20757         * check-module: If more parameters are given, check each of them
20758         separately; add more exceptions, as noted by Jim Meyering.
20759         (check_module): New procedure.
20760         (%exempt_header): Now contains all exceptions.
20761
20762 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20763
20764         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20765
20766 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20767
20768         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20769
20770 2005-08-28  Bruno Haible  <bruno@clisp.org>
20771
20772         * m4/gnulib-tool.m4: New file.
20773
20774 2005-08-27  Jim Meyering  <jim@meyering.net>
20775
20776         * modules/unistd-safer (Files): Add pipe-safer.c.
20777         * modules/fcntl-safer (Files): Add creat-safer.c.
20778
20779 2005-08-27  Jim Meyering  <jim@meyering.net>
20780
20781         * m4/stdlib-safer.m4: New file.  From coreutils.
20782         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20783         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20784         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20785         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20786         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20787
20788 2005-08-27  Jim Meyering  <jim@meyering.net>
20789
20790         * lib/fopen-safer.c: Merge minor changes from coreutils.
20791         * lib/dup-safer.c: Likewise.
20792         * lib/fd-safer.c: Likewise.
20793
20794         Merge from coreutils.
20795         * lib/stdio--.h: New file.
20796         * lib/stdlib--.h: New file.
20797         * lib/mkstemp-safer.c: New file.
20798
20799         GNU tar needs these.
20800         * lib/pipe-safer.c: New file.
20801         * lib/creat-safer.c: New file.
20802         * lib/fcntl--.h (creat): Define to creat_safer.
20803         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20804         * lib/unistd--.h (pipe): Define to pipe_safer.
20805         * lib/unistd-safer.h: Declare pipe_safer.
20806
20807 2005-08-26  Simon Josefsson  <jas@extundo.com>
20808
20809         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20810         Haible <bruno@clisp.org>.
20811
20812 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20813
20814         * lib/regex_internal.h: Remove all references to
20815         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20816         or better.
20817         (bitset_not, bitset_merge, bitset_not_merge):
20818         (bitset_mask, re_string_allocate, re_string_construct):
20819         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20820         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20821         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20822         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20823         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20824         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20825         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20826         (re_acquire_state_context):
20827         Remove unnecessary forward decls.
20828         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20829         Put __attribute at function definition,
20830         now that the function decl has been removed.
20831         * lib/regex_internal.c (re_string_peek_byte_case):
20832         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20833         Likewise.
20834
20835 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20836
20837         * m4/regex.m4: Add AC_PREREQ(2.50).
20838         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20839
20840 2005-08-25  Simon Josefsson  <jas@extundo.com>
20841
20842         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20843         __fsetlocking.
20844
20845 2005-08-25  Simon Josefsson  <jas@extundo.com>
20846
20847         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20848         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20849         GLIBC specific code.
20850
20851 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20852
20853         Make regex safe for g++.  This fixes one real bug (an "err"
20854         that should have been "*err").  g++ problem reported by
20855         Sam Steingold.
20856         * lib/regex_internal.h (re_calloc): New macro, consistent with
20857         re_malloc etc.  All callers of calloc changed to use re_calloc.
20858         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20859         not int.  All callers changed.
20860         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20861         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20862         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20863         (find_recover_state): Change "err" to "*err"; this fixes what
20864         appears to be a real bug.
20865         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20866         versus int.
20867
20868 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20869
20870         * modules/regex (Depends-on): Add malloc, since the code
20871         assumes that !malloc(0) means failure.
20872
20873 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20874
20875         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20876
20877         alloca modernization/simplification for regex.
20878         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20879         needs to be at the start of the file, and can be moved into
20880         regex_internal.h and simplified.
20881         * lib/regex_internal.h: Include <alloca.h>.
20882         (__libc_use_alloca) [!defined _LIBC]: New macro.
20883         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20884         now works outside glibc.
20885
20886 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20887
20888         * config/srclist.txt: Add glibc bugs 1241, 1245.
20889
20890 2005-08-25  Jim Meyering  <jim@meyering.net>
20891
20892         * lib/open-safer.c: Include <config.h>.
20893         Otherwise, we'd lose LARGEFILE support in any file using
20894         e.g. "fcntl--.h"
20895
20896 2005-08-25  Bruno Haible  <bruno@clisp.org>
20897
20898         * m4/minmax.m4: Require autoconf 2.52.
20899         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20900         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20901         alternatives of translit over the alphabet.
20902         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20903
20904 2005-08-24  Simon Josefsson  <jas@extundo.com>
20905
20906         * tests/test-getpass.c: New file.
20907
20908 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20909
20910         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20911         for GNU regex features.
20912
20913 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20914
20915         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20916         * lib/regex.h (regerror): Likewise.
20917
20918         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20919         requires this.  (The code never needed it.)
20920
20921         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20922         All uses of recently-renamed identifiers changed to use the new,
20923         POSIX-compliant names.  The code will build and run just fine
20924         without these changes, but it's better to eat our own dog food
20925         and use the standard-conforming names.
20926
20927         * lib/regex.h: Fix a multitude of POSIX name space violations.
20928         These changes have an effect only for programs that define
20929         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20930         do not change anything for programs compiled in the normal way.
20931         Also, there is no effect on the ABI.
20932
20933         (_REGEX_SOURCE): New macro.
20934         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20935         defined and _GNU_SOURCE is not; this fixes a name space violation.
20936
20937         Rename the following macros to obey POSIX requirements.
20938         The old names are still visible as macros if _REGEX_SOURCE is defined.
20939         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20940         RE_BACKSLASH_ESCAPE_IN_LISTS.
20941         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20942         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20943         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20944         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20945         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20946         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20947         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20948         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20949         (REG_INTERVALS): renamed from RE_INTERVALS.
20950         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20951         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20952         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20953         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20954         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20955         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20956         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20957         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20958         RE_UNMATCHED_RIGHT_PAREN_ORD.
20959         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20960         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20961         (REG_DEBUG): renamed from RE_DEBUG.
20962         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20963         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20964         unusual, since we can't clash with the POSIX REG_ICASE.
20965         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20966         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20967         (REG_NO_SUB): renamed from RE_NO_SUB.
20968         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20969         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20970         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20971         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20972         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20973         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20974         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20975         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20976         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20977         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20978         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20979         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20980         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20981         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20982         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20983         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20984         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20985         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20986         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20987         (REG_FIXED): Renamed from REGS_FIXED.
20988         (REG_NREGS): Renamed from RE_NREGS.
20989
20990         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20991         of other REG_* macros, since POSIX says the user is allowed to
20992         #undef these macros selectively.
20993
20994         (reg_errcode_t): Update comment stating what other tables need
20995         to be consistent.
20996
20997         Rename the following enum values to obey POSIX requirements.
20998         The old names are still visible as macros.
20999         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
21000         is not defined, since GNU is supposed to be a superset of POSIX as
21001         much as possible, and since we want reg_errcode_t to be a signed
21002         type for implementation consistency.
21003         (_REG_NOERROR): Renamed from REG_NOERROR.
21004         (_REG_NOMATCH): Renamed from REG_NOMATCH.
21005         (_REG_BADPAT): Renamed from REG_BADPAT.
21006         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
21007         (_REG_ECTYPE): Renamed from REG_ECTYPE.
21008         (_REG_EESCAPE): Renamed from REG_EESCAPE.
21009         (_REG_ESUBREG): Renamed from REG_ESUBREG.
21010         (_REG_EBRACK): Renamed from REG_EBRACK.
21011         (_REG_EPAREN): Renamed from REG_EPAREN.
21012         (_REG_EBRACE): Renamed from REG_EBRACE.
21013         (_REG_BADBR): Renamed from REG_BADBR.
21014         (_REG_ERANGE): Renamed from REG_ERANGE.
21015         (_REG_ESPACE): Renamed from REG_ESPACE.
21016         (_REG_BADRPT): Renamed from REG_BADRPT.
21017         (_REG_EEND): Renamed from REG_EEND.
21018         (_REG_ESIZE): Renamed from REG_ESIZE.
21019         (_REG_ERPAREN): Renamed from REG_ERPAREN.
21020         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
21021         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
21022         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
21023         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
21024
21025         (_REG_RE_NAME, _REG_RM_NAME): New macros.
21026         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
21027         changed.  But support the old name if the new one is not defined
21028         and if _REGEX_SOURCE.
21029
21030         Change the following member names in struct re_pattern_buffer.
21031         The old names are still supported if !_REGEX_SOURCE.
21032         The new names are always supported, regardless of _REGEX_SOURCE.
21033         (re_buffer): Renamed from buffer.
21034         (re_allocated): Renamed from allocated.
21035         (re_used): Renamed from used.
21036         (re_syntax): Renamed from syntax.
21037         (re_fastmap): Renamed from fastmap.
21038         (re_translate): Renamed from translate.
21039         (re_can_be_null): Renamed from can_be_null.
21040         (re_regs_allocated): Renamed from regs_allocated.
21041         (re_fastmap_accurate): Renamed from fastmap_accurate.
21042         (re_no_sub): Renamed from no_sub.
21043         (re_not_bol): Renamed from not_bol.
21044         (re_not_eol): Renamed from not_eol.
21045         (re_newline_anchor): Renamed from newline_anchor.
21046
21047         Change the following member names in struct re_registers.
21048         The old names are still supported if !_REGEX_SOURCE.
21049         The new names are always supported, regardless of _REGEX_SOURCE.
21050         (rm_num_regs): Renamed from num_regs.
21051         (rm_start): Renamed from start.
21052         (rm_end): Renamed from end.
21053
21054         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
21055         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
21056         Prepend __ to parameter names.
21057
21058         Undo yesterday's changes.
21059
21060 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21061
21062         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
21063         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
21064         lib/regex.c.
21065
21066 2005-08-24  Jim Meyering  <jim@meyering.net>
21067
21068         Sync from coreutils.
21069         * m4/fcntl-safer.m4: New file.
21070
21071         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
21072         and object files for this module.
21073
21074 2005-08-24  Jim Meyering  <jim@meyering.net>
21075
21076         Sync from coreutils.
21077         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
21078
21079 2005-08-24  Jim Meyering  <jim@meyering.net>
21080
21081         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
21082         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
21083
21084 2005-08-24  Jim Meyering  <jim@meyering.net>
21085
21086         * modules/fcntl-safer: New module.
21087         * modules/fts (Depends-on): Add fcntl-safer.
21088         * MODULES.html.sh (File descriptor based Input/Output):
21089         Add fcntl-safer.
21090
21091 2005-08-24  Bruno Haible  <bruno@clisp.org>
21092
21093         Support for unit test modules.
21094         * modules/README: Mention tests modules.
21095         * modules/TEMPLATE-TESTS: New file.
21096         * gnulib-tool: New options --extract-tests-module, --with-tests and
21097         --tests-base (unused for the moment).
21098         (testsbase, inctests): New variables.
21099         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
21100         (func_verify_module): Exclude TEMPLATE-TESTS.
21101         (func_verify_nontests_module, func_verify_tests_module): New functions.
21102         (func_get_dependencies): Add implicit dependency for tests modules.
21103         (func_get_tests_module): New function.
21104         (func_modules_transitive_closure): When --with-tests was specified,
21105         include the unit tests as well, unless explicitly avoided.
21106         (func_emit_lib_Makefile_am): Ignore the tests modules here.
21107         (func_emit_tests_Makefile_am): New function.
21108         (func_create_testdir): When --with-tests was specified, emit a
21109         tests/ directory.
21110         * MODULES.html.sh (Future developments): Update.
21111
21112 2005-08-24  Bruno Haible  <bruno@clisp.org>
21113
21114         * modules/tls-tests: New file.
21115         * tests/test-tls.c: New file, from GNU gettext.
21116
21117 2005-08-24  Bruno Haible  <bruno@clisp.org>
21118
21119         * modules/lock-tests: New file.
21120         * tests/test-lock.c: New file, from GNU gettext.
21121
21122 2005-08-24  Bruno Haible  <bruno@clisp.org>
21123
21124         * lib/lock.h: Add multiple inclusion guard.
21125         * lib/tls.h: Add multiple inclusion guard.
21126
21127 2005-08-24  Bruno Haible  <bruno@clisp.org>
21128
21129         * gnulib-tool: Add support for the --aux-dir option to
21130         --create-testdir, --create-megatestdir, --test, --megatest.
21131         (func_create_testdir, func_create_megatestdir): Optionally emit a
21132         AC_CONFIG_AUX_DIR directive.
21133         (create-testdir, create-megatestdir, test, megatest): Provide a
21134         default value for $auxdir.
21135
21136 2005-08-24  Bruno Haible  <bruno@clisp.org>
21137
21138         * gnulib-tool (import): Use compound statement instead of subshell
21139         where possible.
21140
21141 2005-08-24  Bruno Haible  <bruno@clisp.org>
21142
21143         * gnulib-tool (import): Change --aux-dir default to "build-aux".
21144
21145 2005-08-24  Bruno Haible  <bruno@clisp.org>
21146
21147         * gnulib-tool (func_version): Update.
21148
21149 2005-08-24  Bruno Haible  <bruno@clisp.org>
21150
21151         * gnulib-tool (func_import, func_create_testdir,
21152         func_create_megatestdir): Quote all autoconf macro arguments.
21153
21154 2005-08-24  Bruno Haible  <bruno@clisp.org>
21155
21156         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
21157         option --force, because --force causes the aclocal.m4 of each
21158         subdirectory to be newer than the corresponding config.h.in.
21159
21160 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21161
21162         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
21163         All contents moved to gl_REGEX.
21164         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
21165         assume that it does.
21166
21167 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21168
21169         * lib/regex.h (REG_NOSYS)
21170         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
21171         Define, since POSIX requires it as of 2001.
21172         (_REG_ENOSYS)
21173         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
21174         New private symbol, used to keep the enum signed in all cases.
21175         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
21176         Youngman in
21177         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
21178
21179         * lib/regex_internal.c (re_string_skip_chars, register_state):
21180         (calc_state_hash):
21181         Remove forward decls; no longer needed now that we use prototypes.
21182         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
21183         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
21184         (clean_state_log_if_needed): Likewise.
21185
21186 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21187
21188         * config/srclist.txt: Add glibc bugs 1231-1233.
21189
21190 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21191
21192         Fix problems reported by Sam Steingold in
21193         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
21194         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
21195         assumed that reg_errcode_t is a signed type, which is not
21196         necessarily true if _XOPEN_SOURCE is not defined.
21197         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
21198         since some compilers warn about it otherwise.
21199
21200 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21201
21202         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21203         (init_word_char, create_initial_state, duplicate_node_closure):
21204         (fetch_token, peek_token_bracket, build_range_exp):
21205         (build_collating_symbol): Remove forward decls; no longer needed
21206         now that we use prototypes.
21207
21208         * lib/regcomp.c:
21209         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21210         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21211         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21212         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21213         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21214         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21215         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21216         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21217         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21218         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21219         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21220         (build_charclass, build_charclass_op, fetch_number, create_tree):
21221         (create_token_tree, mark_opt_subexp, duplicate_tree):
21222         Use prototypes rather than old-style definitions.
21223
21224         * lib/regex_internal.c:
21225         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21226         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21227         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21228         (re_string_reconstruct, re_string_peek_byte_case):
21229         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21230         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21231         (re_node_set_init_copy, re_node_set_add_intersect):
21232         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21233         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21234         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21235         (re_acquire_state, re_acquire_state_context, register_state):
21236         (create_ci_newstate, create_cd_newstate, free_state):
21237         Likewise.
21238         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21239         re_search_2):
21240         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21241         (re_search_internal, prune_impossible_nodes):
21242         (acquire_init_state_context, check_matching, static):
21243         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21244         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21245         (update_regs, sift_states_backward, build_sifted_states):
21246         (clean_state_log_if_needed, merge_state_array):
21247         (update_cur_sifted_state, add_epsilon_src_nodes):
21248         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21249         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21250         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21251         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21252         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21253         (check_arrival, check_arrival_add_next_nodes):
21254         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21255         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21256         (check_node_accept_bytes, check_node_accept, extend_buffers):
21257         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21258         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21259         (sift_ctx_init):
21260         Likewise.
21261
21262         * lib/regex_internal.h:
21263         (re_string_allocate, re_string_construct, re_string_reconstruct):
21264         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21265         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21266         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21267         (re_string_context_at, re_string_peek_byte_case):
21268         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21269         is defined, since we now use prototypes always.
21270
21271         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21272         C89 or better.  All uses removed.
21273
21274 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21275
21276         * config/srclist.txt: Add glibc bugs 1220-1227.
21277
21278 2005-08-20  Jim Meyering  <jim@meyering.net>
21279
21280         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21281         of unused local, dfa.
21282
21283 2005-08-20  Bruno Haible  <bruno@clisp.org>
21284
21285         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21286
21287 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21288
21289         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21290         (re_node_set_insert_last, re_dfa_add_node):
21291         Rename local variables to avoid GCC shadowing warnings.
21292
21293 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21294
21295         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21296         [defined lint]: Suppress bogus uninitialized-variable warnings.
21297
21298         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21299         and let the caller return REG_ESPACE if out of space.  This
21300         removes an uninitialied-variable warning with GCC 4.0.1, and also
21301         avoids taking the address of a local variable.  All callers
21302         changed.
21303
21304 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21305
21306         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21307         $LIBCSRC/posix/regexec.c.
21308         Add glibc bug 1217 for regcomp.c.
21309
21310 2005-08-19  Jim Meyering  <jim@meyering.net>
21311
21312         * lib/regexec.c (proceed_next_node): Redo local variables to
21313         avoid GCC shadowing warnings.
21314
21315 2005-08-18  Bruno Haible  <bruno@clisp.org>
21316
21317         * lib/strstr.c (strstr): Fix return value in multibyte case.
21318         * lib/strcasestr.c (strcasestr): Likewise.
21319
21320 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21321
21322         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21323
21324 2005-08-17  Jim Meyering  <jim@meyering.net>
21325
21326         Make the %s format (seconds since the epoch) work for a negative
21327         number and when used with a zero-padded field width, e.g. %015s.
21328
21329         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21330         label so that it precedes the code to set `digits'.  Otherwise,
21331         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21332         print `00-22'.  Now, it prints `-0022', as it should.
21333
21334 2005-08-17  Bruno Haible  <bruno@clisp.org>
21335
21336         * modules/strstr (Files): Add m4/mbrtowc.m4.
21337         (Depends-on): Add mbuiter.
21338
21339 2005-08-17  Bruno Haible  <bruno@clisp.org>
21340
21341         * modules/strcasestr: New file.
21342         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21343         strcasestr.
21344
21345 2005-08-17  Bruno Haible  <bruno@clisp.org>
21346
21347         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21348
21349 2005-08-17  Bruno Haible  <bruno@clisp.org>
21350
21351         * modules/mbuiter: New file.
21352         * MODULES.html.sh (Extended multibyte and wide character utilities):
21353         Add mbuiter.
21354
21355 2005-08-17  Bruno Haible  <bruno@clisp.org>
21356
21357         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21358         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21359
21360 2005-08-17  Bruno Haible  <bruno@clisp.org>
21361
21362         * m4/strcasestr.m4: New file.
21363
21364 2005-08-17  Bruno Haible  <bruno@clisp.org>
21365
21366         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21367         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21368
21369 2005-08-17  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/strcasestr.h: New file.
21372         * lib/strcasestr.c: New file.
21373
21374 2005-08-17  Bruno Haible  <bruno@clisp.org>
21375
21376         * lib/strcasecmp.c: Use mbuiter.h.
21377
21378 2005-08-17  Bruno Haible  <bruno@clisp.org>
21379
21380         * lib/mbuiter.h: New file.
21381
21382 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21383
21384         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21385         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21386         and gl_GETOPT are both invoked via different paths (as happens
21387         with GNU tar CVS because it uses both argp and getopt), the former
21388         wins.
21389
21390 2005-08-16  Bruno Haible  <bruno@clisp.org>
21391
21392         * modules/tls: New file.
21393         * MODULES.html.sh (Multithreading): Add tls.
21394
21395 2005-08-16  Bruno Haible  <bruno@clisp.org>
21396
21397         * modules/strnlen1: New file.
21398         * MODULES.html.sh (String handling): Add strnlen1.
21399
21400 2005-08-16  Bruno Haible  <bruno@clisp.org>
21401
21402         * modules/strcase (Files): Add m4/mbrtowc.m4.
21403         (Depends-on): Add strnlen1, mbchar.
21404
21405 2005-08-16  Bruno Haible  <bruno@clisp.org>
21406
21407         * modules/mbiter: New file.
21408         * MODULES.html.sh (Extended multibyte and wide character utilities):
21409         Add mbiter.
21410
21411 2005-08-16  Bruno Haible  <bruno@clisp.org>
21412
21413         * modules/mbfile: New file.
21414         * MODULES.html.sh (Extended multibyte and wide character utilities):
21415         Add mbfile.
21416
21417 2005-08-16  Bruno Haible  <bruno@clisp.org>
21418
21419         * modules/mbchar: New file.
21420         * MODULES.html.sh (Extended multibyte and wide character utilities):
21421         New section.
21422
21423 2005-08-16  Bruno Haible  <bruno@clisp.org>
21424
21425         * m4/tls.m4: New file, from GNU gettext.
21426
21427 2005-08-16  Bruno Haible  <bruno@clisp.org>
21428
21429         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21430         always.
21431         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21432
21433 2005-08-16  Bruno Haible  <bruno@clisp.org>
21434
21435         * m4/mbiter.m4: New file.
21436
21437 2005-08-16  Bruno Haible  <bruno@clisp.org>
21438
21439         * m4/mbfile.m4: New file.
21440
21441 2005-08-16  Bruno Haible  <bruno@clisp.org>
21442
21443         * m4/mbchar.m4: New file.
21444
21445 2005-08-16  Bruno Haible  <bruno@clisp.org>
21446
21447         * lib/tls.h: New file, from GNU gettext.
21448         * lib/tls.c: New file, from GNU gettext.
21449
21450 2005-08-16  Bruno Haible  <bruno@clisp.org>
21451
21452         * lib/strnlen1.h: New file.
21453         * lib/strnlen1.c: New file.
21454
21455 2005-08-16  Bruno Haible  <bruno@clisp.org>
21456
21457         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21458         (mbi_init): Update.
21459         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21460         NUL byte, not after it.
21461
21462 2005-08-16  Bruno Haible  <bruno@clisp.org>
21463
21464         * lib/strcase.h (strcasecmp): Add note in comments.
21465         * lib/strncasecmp.c: Use code from strcasecmp.c.
21466         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21467         (strcasecmp): Work correctly in multibyte locales.
21468
21469 2005-08-16  Bruno Haible  <bruno@clisp.org>
21470
21471         * lib/mbiter.h: New file.
21472
21473 2005-08-16  Bruno Haible  <bruno@clisp.org>
21474
21475         * lib/mbfile.h: New file.
21476
21477 2005-08-16  Bruno Haible  <bruno@clisp.org>
21478
21479         * lib/mbchar.h: New file.
21480         * lib/mbchar.c: New file.
21481
21482 2005-08-16  Bruno Haible  <bruno@clisp.org>
21483
21484         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21485         the valid ones. Makes the comparison operations transitive:
21486         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21487         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21488
21489 2005-08-15  Simon Josefsson  <jas@extundo.com>
21490
21491         * modules/ssize_t (License): Change to 'unlimited'.
21492
21493         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21494
21495 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21496
21497         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21498         Add comments for each pending glibc patch.
21499
21500 2005-08-15  Bruno Haible  <bruno@clisp.org>
21501
21502         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21503         __cplusplus is defined.
21504
21505 2005-08-14  Jim Meyering  <jim@meyering.net>
21506
21507         Sync from coreutils.
21508
21509         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21510         Use the hash-table-based cycle-detection code not just when
21511         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21512         Reported by James Youngman in
21513         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21514         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21515         FTS_TIGHT_CYCLE_CHECK.
21516         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21517         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21518         once again.
21519         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21520         * lib/fts.c (fd_safer): Remove decl.
21521         Include fcntl--.h rather than unistd-safer.h
21522         (fts_safe_changedir): Don't call fd_safer; no longer needed
21523         now that we include fcntl--.h.
21524
21525 2005-08-12  Simon Josefsson  <jas@extundo.com>
21526
21527         * modules/getndelim2: Use ssize_t module.
21528         * modules/getnline: Likewise.
21529         * modules/safe-read: Likewise.
21530         * modules/xreadlink: Likewise.
21531
21532         * modules/ssize_t: New file.
21533
21534 2005-08-12  Simon Josefsson  <jas@extundo.com>
21535
21536         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21537
21538 2005-08-12  Simon Josefsson  <jas@extundo.com>
21539
21540         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21541         ssize_t.
21542
21543 2005-08-12  Simon Josefsson  <jas@extundo.com>
21544
21545         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21546         readline, getdelim and check_version.
21547         (Support for systems lacking ISO C 99: Sizes of integer types):
21548         Add size_max.
21549
21550 2005-08-12  Bruno Haible  <bruno@clisp.org>
21551
21552         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21553
21554 2005-08-11  Simon Josefsson  <jas@extundo.com>
21555
21556         * modules/readline: New file.
21557
21558         * modules/strnlen (Files): Add strnlen.h.
21559
21560 2005-08-11  Simon Josefsson  <jas@extundo.com>
21561
21562         * m4/readline.m4: New file.
21563
21564 2005-08-11  Simon Josefsson  <jas@extundo.com>
21565
21566         * lib/readline.h, readline.c: New file.
21567
21568 2005-08-11  Simon Josefsson  <jas@extundo.com>
21569
21570         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21571         gl_AVOID.
21572
21573 2005-08-11  Bruno Haible  <bruno@clisp.org>
21574
21575         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21576
21577 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21578
21579         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21580
21581 2005-08-10  Simon Josefsson  <jas@extundo.com>
21582
21583         * tests/test-iconvme.c: New file.
21584
21585 2005-08-10  Simon Josefsson  <jas@extundo.com>
21586
21587         * m4/strnlen.m4: New file.
21588
21589         * m4/strndup.m4: Don't check for strnlen declaration, done in
21590         strnlen.m4.
21591
21592 2005-08-10  Simon Josefsson  <jas@extundo.com>
21593
21594         * lib/strndup.c: Use strnlen.h.
21595
21596         * lib/strnlen.h: New file.
21597
21598 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21599
21600         * README: Typos.
21601
21602 2005-08-02  Simon Josefsson  <jas@extundo.com>
21603
21604         * modules/readline: New file.
21605
21606 2005-08-02  Simon Josefsson  <jas@extundo.com>
21607
21608         * modules/getdelim: New file.
21609
21610         * modules/getline: Rewrite, don't use getndelim2.
21611
21612 2005-08-02  Simon Josefsson  <jas@extundo.com>
21613
21614         * m4/getline.m4: Separate out getdelim stuff into separate module.
21615
21616         * m4/getdelim.m4: New file.
21617
21618 2005-08-02  Simon Josefsson  <jas@extundo.com>
21619
21620         * lib/getline.h, getline.c: Rewrite.
21621
21622         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21623
21624 2005-07-31  Bruno Haible  <bruno@clisp.org>
21625
21626         * lib/lock.h (gl_lock_initializer): New macro.
21627         (gl_lock_define_initialized): Use it.
21628         (gl_rwlock_initializer): New macro.
21629         (gl_rwlock_define_initialized): Use it.
21630         (gl_recursive_lock_initializer): New macro.
21631         (gl_recursive_lock_define_initialized): Use it.
21632
21633 2005-07-30  Karl Berry  <karl@gnu.org>
21634
21635         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21636         Report from Ben Pfaff, regarding getopt.
21637
21638 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21639
21640         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21641         normal way.
21642         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21643         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21644         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21645         (gl_GETOPT): Use the new macros.  Most of the implementation
21646         is moved to the new macros.  This is for programs like Emacs
21647         that don't want all the functionality of gl_GETOPT.
21648
21649 2005-07-26  Bruno Haible  <bruno@clisp.org>
21650
21651         * m4/lock.m4: Update from GNU gettext.
21652
21653 2005-07-26  Bruno Haible  <bruno@clisp.org>
21654
21655         * lib/lock.h: Update from GNU gettext.
21656         * lib/lock.c: Update from GNU gettext.
21657
21658 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21659
21660         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21661         obsolescent AC_TRY_RUN.  Include the default includes files, for
21662         'exit'.
21663
21664 2005-07-24  Bruno Haible  <bruno@clisp.org>
21665
21666         * modules/visibility: New file.
21667         * MODULES.html.sh (Misc): Add visibility.
21668
21669 2005-07-24  Bruno Haible  <bruno@clisp.org>
21670
21671         * m4/visibility.m4: New file.
21672
21673 2005-07-24  Bruno Haible  <bruno@clisp.org>
21674
21675         * doc/visibility.texi: New file.
21676
21677 2005-07-22  Bruno Haible  <bruno@clisp.org>
21678
21679         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21680         $(ALLOCA_H), redundant through BUILT_SOURCES.
21681         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21682         redundant through BUILT_SOURCES.
21683         * modules/byteswap (Makefile.am): Remove explicit dependency on
21684         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21685         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21686         $(FNMATCH_H), redundant through BUILT_SOURCES.
21687         * modules/getopt (Makefile.am): Remove explicit dependency on
21688         $(GETOPT_H), redundant through BUILT_SOURCES.
21689         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21690         redundant through BUILT_SOURCES.
21691         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21692         redundant through BUILT_SOURCES.
21693         * modules/stdbool (Makefile.am): Remove explicit dependency on
21694         $(STDBOOL_H), redundant through BUILT_SOURCES.
21695         * modules/stdint (Makefile.am): Remove explicit dependency on
21696         $(STDINT_H), redundant through BUILT_SOURCES.
21697         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21698         Remove explicit dependency on $(SYSEXITS_H).
21699         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21700
21701 2005-07-18  Simon Josefsson  <jas@extundo.com>
21702
21703         * lib/check-version.c (check_version): Accept identical versions too.
21704
21705 2005-07-18  Bruno Haible  <bruno@clisp.org>
21706
21707         * modules/lock: New file.
21708         * MODULES.html.sh (Multithreading): New section.
21709
21710 2005-07-18  Bruno Haible  <bruno@clisp.org>
21711
21712         * m4/lock.m4: New file, from GNU gettext.
21713
21714 2005-07-18  Bruno Haible  <bruno@clisp.org>
21715
21716         * lib/lock.h: New file, from GNU gettext.
21717         * lib/lock.c: New file, from GNU gettext.
21718
21719 2005-07-18  Bruno Haible  <bruno@clisp.org>
21720
21721         * lib/lock.h (gl_once_t): New type.
21722         (gl_once_define, gl_once): New macros.
21723         * lib/lock.c (fresh_once): New variable.
21724         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21725         functions.
21726
21727 2005-07-16  Simon Josefsson  <jas@extundo.com>
21728
21729         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21730         workaround, suggested by Bruno.
21731
21732 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21733
21734         * modules/xalloc (Depends-on): Add xalloc-die.
21735         * modules/xvasprintf (Depends-on): Add xalloc-die.
21736
21737 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21738
21739         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21740         with a minor change.
21741
21742 2005-07-15  Bruno Haible  <bruno@clisp.org>
21743
21744         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21745         When using lib/poll.c, define poll as rpl_poll.
21746
21747 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21748
21749         * modules/argp (Depends-on): Remove unlocked-io.
21750
21751 2005-07-14  Derek Price  <derek@ximbiot.com>
21752
21753         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21754         for glob symlink bug.
21755
21756 2005-07-14  Bruno Haible  <bruno@clisp.org>
21757
21758         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21759         Instead, test for *_unlocked function declarations directly.
21760
21761 2005-07-11  Simon Josefsson  <jas@extundo.com>
21762
21763         * modules/size_max: New file.
21764
21765         * modules/xsize: Depend on size_max module for size_max.m4.
21766
21767 2005-07-11  Simon Josefsson  <jas@extundo.com>
21768
21769         * lib/size_max.h: New file.
21770
21771 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21772
21773         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21774         copyright symbol and the year.
21775         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21776         (version_etc_va): Use parameterized copyright notice.
21777         Reword to conform to the current GNU coding standards.
21778
21779 2005-07-11  Karl Berry  <karl@gnu.org>
21780
21781         * doc/gnulib.texi (Quoting): new node.
21782         (Initial import): more info, from Patrice.
21783
21784 2005-07-11  Bruno Haible  <bruno@clisp.org>
21785
21786         * gnulib-tool (func_usage): Document option --avoid.
21787         (Command line options): Handle --avoid.
21788         (func_acceptable): New function.
21789         (func_modules_transitive_closure): Use it.
21790
21791 2005-07-11  Bruno Haible  <bruno@clisp.org>
21792
21793         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21794         Reported by Jim Meyering.
21795
21796 2005-07-10  Bruno Haible  <bruno@clisp.org>
21797
21798         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21799         Needed when size_t is smaller than 'unsigned int'.
21800         Reported by Paul Eggert.
21801
21802 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21803
21804         * modules/argp (Depends-on): Add unlocked-io
21805
21806 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21807
21808         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21809         block of defines.
21810
21811 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21812
21813         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21814         fix now.
21815
21816 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21817         and Paul Eggert  <eggert@cs.ucla.edu>
21818
21819         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21820         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21821
21822 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21823
21824         * modules/regex (Files): Add lib/regex_internal.c,
21825         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21826         (Depends-on): Add extensions.
21827         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21828
21829 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21830
21831         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21832         pathconf.
21833         * m4/same.m4 (gl_SAME): Likewise.
21834         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21835
21836         * m4/regex.m4: Adjust to new libc regex implementation.
21837         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21838         all the .c and .h parts of (the new) regex.
21839         Quote the m4 stuff better.
21840         Check for RE_ICASE bug of old gnulib.
21841         Check for REG_STARTEND of recent libc.
21842         Rename local variables from jm_* to gl_*.
21843         Quote operand of "test -f".
21844         Say "recent enough" version of libc, not "version 2".
21845         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21846         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21847         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21848         Remove check for btowc, isascii.
21849         Require AM_LANGINFO_CODESET.
21850
21851 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21852
21853         * lib/regex.c, regex.h: Sync from libc.
21854         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21855         * lib/regexec.c:
21856         New files, synced from libc, except that regex_internal.h
21857         currently has a small porting fix.
21858
21859 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21862         regex_internal.c, regexec.c.
21863         Add regex_internal.h too, but as a comment, since the libc version
21864         is currently broken in gnulib mode.
21865
21866 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21867
21868         Support programs like Emacs that use gnulib but not gettext.
21869         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21870         * modules/gettext-h: New file.
21871         * modules/gettext (Files): Remove lib/gettext.h.
21872         (Depends-on): Add gettext-h.
21873         (Makefile.am): Remove lib_SOURCES.
21874         * modules/argmatch, modules/c-stack, modules/closeout:
21875         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21876         * modules/execute, modules/file-type, modules/getaddrinfo:
21877         * modules/getopt, modules/human, modules/javacomp:
21878         * modules/javaexec, modules/mkdir-p, modules/obstack:
21879         * modules/openat, modules/pagealign_alloc, modules/pipe:
21880         * modules/quotearg, modules/regex, modules/rpmatch:
21881         * modules/unicodeio, modules/userspec, modules/version-etc:
21882         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21883         * modules/xsetenv:
21884         Depend on gettext-h, not gettext.
21885
21886 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21887
21888         * gnulib-tool (func_import): Add support for 'public domain' license.
21889         * modules/alloca, modules/atexit, modules/memmove:
21890         Now public domain, not GPL.
21891         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21892         * modules/realloc, modules/strerror, modules/strtod:
21893         Now LGPL, not GPL.
21894
21895 2005-07-05  Bruno Haible  <bruno@clisp.org>
21896
21897         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21898         autoconf CVS. Needed for mingw.
21899
21900 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21901
21902         Remove the dependency of the strftime module on the tzset module.
21903         * modules/strftime (Depends-on): Remove dependency on tzset.
21904
21905 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21906
21907         Remove the dependency of the strftime module on the tzset module.
21908         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21909         gl_FUNC_TZSET_CLOBBER.
21910
21911 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21912
21913         Remove the dependency of the strftime module on the tzset module.
21914         * lib/strftime.c (my_strftime)
21915         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21916         Copy the input structure, to work around some of the bug with
21917         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21918         Solaris releases, you should also use the tzset module, but we won't
21919         require it as a dependency any more since we don't want LGPLed code
21920         to depend on GPLed code.
21921
21922 2005-07-02  Jim Meyering  <jim@meyering.net>
21923
21924         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21925         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21926         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21927         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21928
21929 2005-07-02  Jim Meyering  <jim@meyering.net>
21930
21931         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21932
21933 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21934
21935         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21936         declares only 'struct timespec;' (!).
21937
21938 2005-07-01  Jim Meyering  <jim@meyering.net>
21939
21940         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21941         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21942         * lib/save-cwd.c, tempname.c:
21943         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21944         and don't include <sys/file.h>).
21945
21946 2005-06-29  Jim Meyering  <jim@meyering.net>
21947
21948         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21949         type name.  Use the variable name instead.
21950         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21951         Likewise.
21952
21953 2005-06-28  Simon Josefsson  <jas@extundo.com>
21954
21955         * modules/check-version (Files): Add check-version.m4.
21956
21957 2005-06-28  Simon Josefsson  <jas@extundo.com>
21958
21959         * m4/check-version.m4: New file, suggested by Jim Meyering
21960         <jim@meyering.net>.
21961
21962 2005-06-28  Simon Josefsson  <jas@extundo.com>
21963
21964         * lib/check-version.h, lib/check-version.c: New files.
21965
21966 2005-06-28  Simon Josefsson  <jas@extundo.com>
21967
21968         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21969         collision with global variable.  Better indentation.  Don't
21970         increment buffer pointer beyond buffer end.  Based on comments
21971         from Paul Eggert <eggert@cs.ucla.edu>.
21972
21973         * lib/base64.h: Indent.
21974
21975 2005-06-28  Simon Josefsson  <jas@extundo.com>
21976
21977         * doc/gnulib.texi (Library version handling): New section.
21978
21979 2005-06-28  Jim Meyering  <jim@meyering.net>
21980
21981         * check-module (find_included_lib_files): Hard-code another
21982         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21983         but modules/fts-lgpl (correctly) does not list those files.
21984
21985         * modules/canonicalize (Files): Add lib/pathmax.h.
21986
21987 2005-06-25  Simon Josefsson  <jas@extundo.com>
21988
21989         * modules/check-version: New file.
21990
21991 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21992
21993         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21994         initializer of struct addrinfo, as an indication that we don't
21995         care how many members the structure has.
21996
21997 2005-06-24  Derek Price  <derek@ximbiot.com>
21998         and Bruno Haible  <bruno@clisp.org>
21999
22000         Remove stat module & update lstat.
22001         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
22002         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22003         * m4/stat.m4: Remove this file.
22004
22005 2005-06-24  Derek Price  <derek@ximbiot.com>
22006         and Bruno Haible  <bruno@clisp.org>
22007
22008         Remove stat module & update lstat.
22009         * lib/stat.c: Remove this file...
22010         (slash_aware_lstat): ...moving this content and its support...
22011         * lib/lstat.c (rpl_lstat): ...into here.
22012         * lib/lstat.h: New file.
22013
22014 2005-06-24  Derek Price  <derek@ximbiot.com>
22015         and Bruno Haible  <bruno@clisp.org>
22016
22017         Remove stat module & update lstat.
22018         * config/srclist.txt (libc sources): Remove stat.
22019
22020 2005-06-24  Derek Price  <derek@ximbiot.com>
22021         and Bruno Haible  <bruno@clisp.org>
22022
22023         Remove stat module & update lstat.
22024         * MODULES.html.sh (stat): Remove.
22025         * MODULES.html: Regenerated.
22026         * modules/lstat (Description): Correct function name.
22027         (Files): Add "lstat.h".
22028         (Depends-on): Remove stat, add xalloc, stat-macros.
22029         * modules/stat: Remove this file.
22030         (Include): Add "lstat.h", remove <sys/stat.h>.
22031
22032 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22033
22034         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
22035         (ranged_convert): Don't save conversion in a temporary struct.
22036         This causes a warning with GCC 4.0.0, and anyway in the typical
22037         case it's not worth the extra 100 bytes or so of code.
22038         (ranged_convert, __mktime_internal): When calling a function via a
22039         pointer P, use P () rather than (*P) (), as we now assume C89 or
22040         better.
22041
22042 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22043
22044         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
22045         "who -r" failed to give output.  Problem reported by Tim Waugh.
22046
22047         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
22048         (xcalloc): Use it to avoid needless tests.
22049         Problem reported by Jim Meyering.
22050
22051 2005-06-20  Derek Price  <derek@ximbiot.com>
22052
22053         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
22054         unnecessary for Autoconfs > 2.59c.
22055
22056 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22057
22058         * lib/argp.h (__option_is_short): Check upper limit of
22059         __key. Isprint() requires its argument to have the value
22060         of an unsigned char or EOF.
22061
22062 2005-06-16  Jim Meyering  <jim@meyering.net>
22063
22064         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
22065         when either N or S is zero.
22066
22067 2005-06-16  Derek Price  <derek@ximbiot.com>
22068
22069         * m4/bison.m4: Declare YACC & YFLAGS precious.
22070
22071 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
22072
22073         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
22074         multibyte string or pattern, fall back on unibyte matching.
22075         Problem reported by James Youngman.
22076
22077 2005-06-08  Bruno Haible  <bruno@clisp.org>
22078
22079         * modules/csharpcomp: New file.
22080         * MODULES.html.sh (C#): Add csharpcomp.
22081
22082 2005-06-08  Bruno Haible  <bruno@clisp.org>
22083
22084         * m4/csharpcomp.m4: New file, from GNU gettext.
22085
22086 2005-06-08  Bruno Haible  <bruno@clisp.org>
22087
22088         * lib/csharpcomp.h: New file, from GNU gettext.
22089         * lib/csharpcomp.c: New file, from GNU gettext.
22090         * lib/csharpcomp.sh.in: New file, from GNU gettext.
22091
22092 2005-06-08  Bruno Haible  <bruno@clisp.org>
22093
22094         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
22095         warning on mingw.
22096
22097 2005-06-07  Derek Price  <derek@ximbiot.com>
22098
22099         Sync from CVS.
22100         * lib/glob_.h: Indent nested #ifdef.
22101
22102 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         Sync from coreutils.
22105         Use "file name" when talking about file names, instead of "filename"
22106         or "path", as per the GNU coding standards.
22107         * lib/mkdir-p.c: Renamed from makepath.c.
22108         (make_dir_parents): Renamed from make_path.  All callers changed.
22109         * lib/mkdir-p.h: Likewise.  All includers changed.
22110         * lib/filenamecat.c: Renamed from path-concat.c.
22111         (file_name_concat): Renamed from path_concat.  All callers changed.
22112         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
22113         * lib/filenamecat.h: Likewise.  All includers changed.
22114         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
22115         in comments or local variable names.
22116         * lib/basename.c: Likewise.
22117         * lib/canonicalize.c, canonicalize.h: Likewise.
22118         * lib/dirname.c, dirname.h: Likewise.
22119         * lib/euidaccess.c: Likewise.
22120         * lib/exclude.c: Likewise
22121         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
22122         * lib/fsusage.c, fsuage.h: Likewise.
22123         * lib/fts.c, fts_.h: Likewise.
22124         * lib/getcwd.c: Likewise.
22125         * lib/getloadavg.c: Likewise.
22126         * lib/mkstemp.c: Likewise.
22127         * lib/mountlist.c, mountlist.h: Likewise.
22128         * lib/openat.c, openat.h: Likewise.
22129         * lib/readlink-stub.c: Likewise.
22130         * lib/readutmp.c, readutmp.h: Likewise.
22131         * lib/rename.c: Likewise.
22132         * lib/rmdir.c: Likewise.
22133         * lib/same.c: Likewise.
22134         * lib/savedir.c: Likewise.
22135         * lib/stripslash.c: Likewise.
22136         * lib/tempname.c: Likewise.
22137         * lib/xreadlink.c: Likewise.
22138         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
22139         All uses changed.
22140         * lib/exclude.h: Likewise.
22141
22142         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
22143         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22144         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
22145         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22146         * lib/pathmax.h: Include <limits.h> unconditionally, since other
22147         files have been getting away with it for years (MORE/BSD 4.3
22148         is extinct now).
22149         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
22150         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22151
22152         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
22153         Define to 256, not 255, as per modern POSIX.
22154
22155 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22156
22157         Sync from coreutils.
22158         Use "file name" when talking about file names, instead of "filename"
22159         or "path", as per the GNU coding standards.
22160         * MODULES.html.sh: mkdir-p renamed from makepath.
22161         filenamecat renamed from path-concat.
22162         * modules/filenamecat: Renamed from modules/path-concat.
22163         (Files): filenamecat.h and filenamecat.c renamed from
22164         path-concat.h and path-concat.c.
22165         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
22166         (Include): filenamecat.h, not path-concat.h.
22167         * modules/mkdir-p: Renamed from modules/makepath.
22168         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
22169         makepath.c.
22170         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
22171         (Include): mkdir-p.h, not makepath.h.
22172
22173 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         Sync from coreutils.
22176         * m4/mkdir-p.m4: Renamed from makepath.m4.
22177         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
22178         Rename files from makepath.c to mkdir-p.c, and from
22179         makepath.h to mkdir-p.h.
22180         * m4/filenamecat.m4: Renamed from path-concat.m4.
22181         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
22182         Rename files from path-concat.c to filenamecat.c,
22183         and from path-concat.h to filenamecat.h.
22184         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
22185         "file name" in local variables or comments.
22186         * m4/rename.m4: Likewise.
22187
22188 2005-06-01  Bruno Haible  <bruno@clisp.org>
22189
22190         * modules/csharpexec: New file.
22191         * MODULES.html.sh (C#): New section.
22192
22193 2005-06-01  Bruno Haible  <bruno@clisp.org>
22194
22195         * m4/csharp.m4: New file, from GNU gettext.
22196         * m4/csharpexec.m4: New file, from GNU gettext.
22197
22198 2005-06-01  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/csharpexec.h: New file, from GNU gettext.
22201         * lib/csharpexec.c: New file, from GNU gettext.
22202         * lib/csharpexec.sh.in: New file, from GNU gettext.
22203
22204 2005-05-31  Derek Price  <derek@ximbiot.com>
22205             Paul Eggert  <eggert@cs.ucla.edu>
22206
22207         Sync from cvs.
22208         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22209
22210 2005-05-31  Derek Price  <derek@ximbiot.com>
22211             Paul Eggert  <eggert@cs.ucla.edu>
22212
22213         Sync from cvs.
22214         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22215
22216 2005-05-29  Derek Price  <derek@ximbiot.com>
22217
22218         * config/srclist.txt (glob_.h, glob.c): Add these files.
22219
22220 2005-05-29  Derek Price  <derek@ximbiot.com>
22221
22222         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22223         * modules/glob: New file.
22224         * modules/getlogin_r: Add link to POSIX spec in description.
22225
22226 2005-05-29  Derek Price  <derek@ximbiot.com>
22227             Paul Eggert  <eggert@cs.ucla.edu>
22228
22229         * m4/glob.m4: New file.
22230
22231 2005-05-29  Derek Price  <derek@ximbiot.com>
22232             Paul Eggert  <eggert@cs.ucla.edu>
22233
22234         * lib/glob_.h, lib/glob.c: New files.
22235
22236 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22237
22238         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22239         * modules/fts-lgpl (Depends-on): Remove gettext.
22240
22241 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22242
22243         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22244         and don't require gt_INTTYPES_PRI.
22245
22246 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22247
22248         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22249
22250         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22251         the configuration hassle isn't worth it.
22252         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22253         (LONGEST_MODIFIER, PRIuMAX): Remove.
22254
22255 2005-05-27  Bruno Haible  <bruno@clisp.org>
22256
22257         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22258
22259 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22260
22261         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22262         _POSIX_PTHREAD_SEMANTICS for Solaris.
22263
22264 2005-05-25  Derek Price  <derek@ximbiot.com>
22265
22266         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22267
22268 2005-05-25  Derek Price  <derek@ximbiot.com>
22269             Paul Eggert  <eggert@cs.ucla.edu>
22270
22271         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22272         * lib/getlogin_r.c, getlogin_r.h: New files.
22273
22274 2005-05-25  Bruno Haible  <bruno@clisp.org>
22275             Derek Price  <derek@ximbiot.com>
22276
22277         * lib/getlogin_r.h: Simplify API documentation.
22278
22279 2005-05-23  Derek Price  <derek@ximbiot.com>
22280
22281         * modules/minmax (Files): Add m4/minmax.m4.
22282         (configure.ac): Add gl_MINMAX.
22283
22284 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22285
22286         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22287         so that unistd-safer.h (GPL'ed code) need not be included.
22288
22289 2005-05-22  Bruno Haible  <bruno@clisp.org>
22290
22291         * m4/minmax.m4: New file.
22292         Based on a patch by Derek Price <derek@ximbiot.com>.
22293
22294 2005-05-22  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22297         (INT64_MIN): Fix definition.
22298         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22299
22300         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22301         NEED_SIGNED_INT_TYPES.
22302
22303         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22304         HAVE_SYSTEM_INTTYPES.
22305
22306 2005-05-22  Bruno Haible  <bruno@clisp.org>
22307
22308         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22309         Also include <sys/param.h> if it defines MIN, MAX.
22310         Based on a patch by Derek Price <derek@ximbiot.com>.
22311
22312 2005-05-21  Jim Meyering  <jim@meyering.net>
22313
22314         * modules/fts (Files): Add m4/inttypes-pri.m4.
22315         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22316
22317 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22318
22319         New fts module.
22320         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22321         (setup_dir, free_dir): New functions.
22322         (enter_dir, leave_dir): Define trivial
22323         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22324         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22325         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22326         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22327         Move to fts-cycle.c.
22328         (fts_open): Use setup_dir.
22329         (fts_close): Use free_dir.
22330         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22331         This adds a label and some gotos, but the alternatives were messier.
22332         Check for memory allocation failure when entering a dir.
22333         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22334         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22335         (FTS): New member fts_cycle, that is a union that contains the
22336         old active_dir_ht and cycle_state.  All uses changed to mention
22337         fts_cycle.ht and fts_cycle.state.
22338         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22339         fts.c, with the following changes:
22340         (setup_dir, free_dir): New functions.
22341         (enter_dir): Now returns bool.  Return true if successful, false
22342         if memory exhausted.  All callers changed.
22343         Do not bother partly cleaning up on
22344         memory allocation failure; that is free_dir's job.
22345         However, free ad if hash_insert fails, to avoid memory leak.
22346         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22347         fts->fts_options to see which union member to use.
22348
22349 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22350
22351         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22352         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22353
22354 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22355
22356         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22357
22358 2005-05-20  Jim Meyering  <jim@meyering.net>
22359
22360         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22361         Now a macro, to pacify GCC.
22362
22363 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22364
22365         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22366         of -1.
22367
22368 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22369
22370         * lib/chown.c (rpl_chown): Return -1 on failure.
22371
22372 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22373
22374         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22375         Don't check for stddef.h.
22376         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22377         don't use its results.
22378         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22379         since we include them unconditionally.  Don't require
22380         AM_STDBOOL_H, since stdbool is a prerequisite.
22381         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22382         since we assume C89 or better.
22383         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22384         as we don't use their results.
22385         Don't check for fchdir, memmove, memset, strrchr, as we use
22386         them unconditionally.
22387         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22388         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22389
22390 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22391
22392         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22393         Include <stddef.h> unconditionally, since we assume C89 now.
22394         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22395         * lib/fts.c: Include fts_.h first, to check interface.
22396         Do not include intprops.h; no longer needed.
22397         Include cycle-check.h and hash.h, since fts_.h no longer does.
22398         Remove unnecessary casts of closedir to void.
22399         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22400         decide whether to decrement nlinks.
22401         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22402         (FTS): Use struct hash_table * instead of Hash_table, so that
22403         we no longer need to include hash.h here.
22404
22405 2005-05-18  Jim Meyering  <jim@meyering.net>
22406
22407         * modules/dirfd (License): Change to LGPL.  Most of the code
22408         is already in the public domain.
22409
22410 2005-05-18  Jim Meyering  <jim@meyering.net>
22411
22412         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22413         Reported by Yoann Vandoorselaere.
22414
22415 2005-05-17  Jim Meyering  <jim@meyering.net>
22416
22417         * m4/fts.m4: New file, from coreutils.
22418
22419 2005-05-17  Jim Meyering  <jim@meyering.net>
22420
22421         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22422
22423 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22424
22425         Sync from coreutils.
22426         * m4/unlinkdir.m4: New file.
22427
22428 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22429
22430         Sync from coreutils.
22431         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22432         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22433         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22434         White space changes only.
22435         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22436         special.
22437         * lib/yesno.c: Include getline.h, not ctype.h.
22438         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22439         Use getline to remove arbitrary restriction on response length.
22440
22441 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22442
22443         * config/srclist-update: Spell out "Street" in FSF postal
22444         mail address; this is the style the FSF seems to prefer.
22445
22446         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22447         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22448         this updates FSF postal mail address.
22449
22450         Sync from coreutils.
22451         * modules/unlinkdir: New file.
22452         * modules/yesno (Depends-on): Add getline.
22453         * MODULES.html.sh (File system functions): Add unlinkdir.
22454
22455 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22456
22457         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22458         lib/strsep.h:
22459         Change the initial comment to refer to GPL, not LGPL.
22460         gnulib-tool will change it to LGPL as needed.
22461
22462         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22463         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22464         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22465         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22466         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22467         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22468         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22469         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22470         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22471         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22472         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22473         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22474         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22475         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22476         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22477         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22478         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22479         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22480         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22481         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22482         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22483         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22484         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22485         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22486         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22487         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22488         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22489         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22490         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22491         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22492         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22493         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22494         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22495         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22496         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22497         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22498         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22499         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22500         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22501         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22502         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22503         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22504         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22505         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22506         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22507         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22508         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22509         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22510         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22511         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22512         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22513         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22514         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22515         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22516         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22517         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22518         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22519         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22520         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22521         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22522         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22523         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22524         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22525         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22526         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22527         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22528         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22529         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22530         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22531         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22532         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22533         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22534         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22535         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22536         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22537         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22538         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22539         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22540         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22541         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22542         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22543         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22544         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22545         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22546         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22547         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22548         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22549         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22550         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22551         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22552         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22553         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22554         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22555         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22556         lib/yesno.c, lib/yesno.h:
22557         Update FSF postal mail address.
22558
22559 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22560
22561         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22562         tests/test-memmem.c, tests/test-stpncpy.c:
22563         Update FSF postal mail address.
22564
22565 2005-05-13  Bruno Haible  <bruno@clisp.org>
22566
22567         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22568         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22569         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22570         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22571         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22572         Add support for 64-bit integers in the MSVC compiler.
22573
22574 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22575
22576         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22577
22578 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22579
22580         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22581
22582 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22583
22584         * doc/getdate.texi (General date syntax): Don't say that date
22585         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22586         Problem reported by Nic Ferrier.
22587
22588 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22589
22590         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22591         specified in ai_socktype. Fix invalid ai_protocol
22592         check. ai_protocol is usually set to 0 or depending on
22593         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22594         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22595         ai_socktype / ai_protocol in the returned addrinfo structure.
22596
22597 2005-05-10  Simon Josefsson  <jas@extundo.com>
22598
22599         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22600         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22601
22602 2005-05-10  Karl Berry  <karl@gnu.org>
22603
22604         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22605         (from http://www.gnu.org/licenses).
22606         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22607         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22608         fdl.texi suffices.
22609
22610 2005-05-10  Karl Berry  <karl@gnu.org>
22611
22612         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22613         (COPYING.DOC): remove.
22614
22615         * config/srclist-update: new FSF address.
22616
22617 2005-05-10  Derek Price  <derek@ximbiot.com>
22618
22619         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22620         possible.
22621
22622 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22623             Bruno Haible  <bruno@clisp.org>
22624
22625         * modules/inet_ntop: New file.
22626         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22627         inet_ntop.
22628
22629 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22630             Bruno Haible  <bruno@clisp.org>
22631
22632         * m4/inet_ntop.m4: New file.
22633
22634 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22635             Bruno Haible  <bruno@clisp.org>
22636
22637         * lib/inet_ntop.h: New file.
22638         * lib/inet_ntop.c: New file, from glibc with modifications.
22639
22640 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22641
22642         * modules/time_r (License): Change to LGPL.
22643         * modules/extensions (License): Change to LGPL.  Actually,
22644         the license is more permissive than that, but currently gnulib-tool
22645         doesn't know how to handle more-permissive licenses.
22646
22647         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22648         Problem reported by Dave Love.
22649
22650 2005-05-08  Jim Meyering  <jim@meyering.net>
22651
22652         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22653         blank.
22654
22655 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22656
22657         * modules/argmatch (Depends-on): Add stdbool.
22658         * modules/backupfile (Depends-on): Likewise.
22659         * modules/chdir-long (Depends-on): Likewise.
22660         * modules/closeout (Depends-on): Likewise.
22661         * modules/cycle-check (Depends-on): Likewise.
22662         * modules/dirname (Depends-on): Likewise.
22663         * modules/fnmatch (Depends-on): Likewise.
22664         * modules/fsusage (Depends-on): Likewise.
22665         * modules/fwriteerror (Depends-on): Likewise.
22666         * modules/getcwd (Depends-on): Likewise.
22667         * modules/getloadavg (Depends-on): Likewise.
22668         * modules/hard-locale (Depends-on): Likewise.
22669         * modules/makepath (Depends-on): Likewise.
22670         * modules/mountlist (Depends-on): Likewise.
22671         * modules/nanosleep (Depends-on): Likewise.
22672         * modules/posixtm (Depends-on): Likewise.
22673         * modules/quotearg (Depends-on): Likewise.
22674         * modules/readtokens (Depends-on): Likewise.
22675         * modules/readtokens0 (Depends-on): Likewise.
22676         * modules/readutmp (Depends-on): Likewise.
22677         * modules/save-cwd (Depends-on): Likewise.
22678         * modules/strftime (Depends-on): Likewise.
22679         * modules/userspec (Depends-on): Likewise.
22680         * modules/utimecmp (Depends-on): Likewise.
22681         * modules/xgetcwd (Depends-on): Likewise.
22682         * modules/xnanosleep (Depends-on): Likewise.
22683         * modules/xstrtod (Depends-on): Likewise.
22684         * modules/yesno (Depends-on): Likewise.
22685
22686 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22687
22688         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22689         needless checks.
22690
22691 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22692
22693         Merge from coreutils.  Among other things,
22694         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22695         * lib/fd-safer.c: New file.
22696         * lib/fcntl-safer.h, open-safer.c: Remove.
22697         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22698         * lib/dup-safer.c: Include unistd-safer.h first.
22699         Don't include errno.h.
22700         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22701         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22702         * lib/file-type.c: Rely on file-type.h change.
22703         * lib/getloadavg.c: Include unistd-safer.h.
22704         (getloadavg): Use safer open.
22705         * lib/getusershell.c: Include "stdio-safer.h".
22706         (getusershell): Use safer fopen.
22707         * lib/long-options.c (long_options): Use NULL rather than 0.
22708         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22709         'free'.
22710         * lib/modechange.c: Likewise.
22711         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22712         (MODE_DONE): New constant.
22713         (struct mode_change): Remove 'next' member.
22714         (make_node_op_equals): New function; like the old one of the
22715         same name, except it allocates an array.
22716         (mode_compile, mode_create_from_ref): Use it.
22717         (mode_compile): Allocate result as an array, not a linked list.
22718         Parse octal string ourself, so that we catch mistakes like "+0".
22719         (mode_adjust): Arg is an array, not a linked list.
22720         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22721         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22722         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22723         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22724         Remove.  This is now stat-macros.h's job.
22725         (talloc): Remove.  All callers replaced by xalloc, so that
22726         our invokers don't have to worry about reporting memory failures.
22727         (make_node_op_equals): Remove.
22728         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22729         New constants.
22730         (struct mode_change): Moved here from modechange.h.
22731         (mode_append_entry): Remove.
22732         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22733         apps to have incorrect behavior.  Use simpler algorithm for head
22734         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22735         Detect more invalid usages rather than having somewhat-random behavior.
22736         Don't insert an "a=" action, as that leads to incorrect behavior.
22737         (mode_compile, mode_create_from_ref): Return NULL on error instead
22738         of an enum, since now there's only one way to have an error.  All
22739         callers changed.
22740         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22741         at the correct time.  Simplify calculation of "+u" and its ilk.
22742         Don't mishandle "+X".
22743         (mode_free): Remove "register" and localize decls.
22744         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22745         (struct mode_change): Move to modechange.c; callers don't
22746         need to see this stuff.
22747         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22748         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22749         (mode_change, mode_adjust): Reflect the new signatures noted above.
22750         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22751         that might redefine system include files.
22752         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22753         (my_usleep): Use NULL rather than (void *) 0.
22754         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22755         Use siginterrupt to specify that system calls should be interrupted.
22756         (rpl_nanosleep): Move initialization of suspended closer to call of
22757         my_usleep.
22758         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22759         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22760         (desirable_utmp_entry): New function.
22761         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22762         using x2nrealloc, to simplify logic.
22763         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22764         size calculation.  Do not assume utmp file is a regular file.
22765         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22766         (READ_UTMP_CHECK_PIDS): New constant.
22767         * lib/save-cwd.c: Include unistd-safer.h.
22768         (save_cwd): Use fd_safer.
22769         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22770         [!_LIBC] Include "stat-macros.h" instead.
22771         * lib/unistd-safer.h (fd_safer): New decl.
22772
22773 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22774
22775         * modules/getloadavg (Depends-on): Add unistd-safer.
22776         * modules/getusershell (Depends-on): Add stdio-safer.
22777         * modules/lstat (Depends-on): Remove xalloc.
22778         * modules/mkstemp (Depends-on): Add stat-macros.
22779         * modules/modechange (Depends-on): Remove xstrtol.
22780         Add stat-macros, xalloc.
22781         * modules/save-cwd (Depends-on): Add unistd-safer.
22782         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22783         * modules/unistd-safer (Files): Add lib/fd-safer.c
22784         (Makefile.am): Remove lib_SOURCES.
22785
22786         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22787         Remove fcntl-safer; unistd-safer supersedes it.
22788
22789 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22790
22791         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22792         AC_HEADER_STAT.
22793         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22794         (gl_PREREQ_CHOWN): Remove.
22795         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22796         it.  Don't require AC_HEADER_STAT.
22797         (gl_PREREQ_LSTAT): Remove.
22798         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22799         Don't require AC_HEADER_STAT.
22800         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22801         (gl_PREREQ_RMDIR): Remove.
22802         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22803         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22804         the stat-macros module a prerequisite.
22805         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22806         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22807         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22808         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22809         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22810         variable names.
22811         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22812         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22813         variable prefixes.
22814         * m4/fcntl-safer.m4: Remove.
22815         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22816         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22817         Invoke gl_PREREQ_FD_SAFER.
22818         (gl_PREREQ_FD_SAFER): New macro.
22819         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22820         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22821         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22822         Remove duplicate call to AC_LIBOBJ(readutmp).
22823         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22824
22825         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22826         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22827
22828 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22829
22830         * MODULES.html.sh (Misc): Add byteswap.
22831
22832 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22833
22834         * modules/getcwd (Depends-on): Add extensions.
22835         * modules/openat (Depends-on): Likewise.
22836
22837 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22838
22839         * modules/byteswap: New file.
22840
22841 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22842
22843         * m4/byteswap.m4: New file.
22844
22845 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22846
22847         * lib/byteswap_.h: New file.
22848
22849 2005-04-25  Karl Berry  <karl@gnu.org>
22850
22851         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22852
22853 2005-04-25  Albert Chin  <china@thewrittenword.com>
22854
22855         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22856         Toolkit C bug.
22857
22858 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22859
22860         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22861         (func_ln_if_changed) Remove forcibly for no error message
22862         in case file does not exist.
22863
22864 2005-04-19  Simon Josefsson  <jas@extundo.com>
22865
22866         * gnulib-tool (Options): Make --symlink mean --symbolic.
22867
22868 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22869
22870         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22871
22872 2005-04-16  Simon Josefsson  <jas@extundo.com>
22873
22874         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22875
22876 2005-04-15  Simon Josefsson  <jas@extundo.com>
22877
22878         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22879
22880 2005-04-15  Simon Josefsson  <jas@extundo.com>
22881
22882         * gnulib-tool: Rename --symlink to --symbolic.
22883
22884 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22885
22886         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22887         symbolic links to files instead of copying/moving.  Add --aux-dir,
22888         specifying directory relative --dir where auxiliary build tools
22889         are placed.
22890
22891 2005-04-14  Bruno Haible  <bruno@clisp.org>
22892
22893         * modules/allocsa (License): Change to LGPL.
22894         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22895
22896 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22897
22898         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22899         that "UTC +1 second" continues to work.  Problem reported
22900         by Dmitry V. Levin.
22901         (relunit_snumber): New rule.
22902         (relunit): Use it.
22903
22904 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22905
22906         * lib/getdate.y (universal_time_zone_table): New constant.
22907         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22908         universal_time_zone_table.
22909         (lookup_zone): Prefer universal_time_zone_table to
22910         local_time_zone_table, so that "GMT" time stamps are allowed in
22911         London during the summer.  Problem reported by Ian Abbott.
22912
22913 2005-04-12  Jim Meyering  <jim@meyering.net>
22914
22915         * lib/human.c (humblock): Set *options even when returning due to
22916         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22917         warning from gcc-4.
22918
22919 2005-04-09  Jim Meyering  <jim@meyering.net>
22920
22921         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22922         -Wuninitialized: initialize tm0.tm_year.
22923
22924 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22925
22926         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22927         count, since there's no maximum.  All uses changed.
22928         Add member dsts_seen.
22929         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22930         not being INT_MAX.
22931         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22932         Use pc_rels_seen to decide whther a date is absolute.
22933
22934         * lib/getdate.y (number): Don't overwrite year.
22935         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22936         check.
22937
22938 2005-04-02  Simon Josefsson  <jas@extundo.com>
22939
22940         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22941         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22942
22943 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22944
22945         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22946         where no absolute path name can be longer than PATH_MAX.
22947
22948 2005-03-27  Jim Meyering  <jim@meyering.net>
22949
22950         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22951
22952 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22953
22954         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22955         "one's complement" -> "ones' complement" in comment, as per Knuth.
22956         "value of type" -> "type or expression" in comment.
22957         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22958
22959 2005-03-26  Jim Meyering  <jim@meyering.net>
22960
22961         Comment nits.
22962         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22963         Correct typos: s/or/of/.
22964
22965 2005-03-26  Jim Meyering  <jim@meyering.net>
22966
22967         * modules/check-include-files: Move to ../ and rename to...
22968         * check-module: ...this.
22969
22970 2005-03-25  Jim Meyering  <jim@meyering.net>
22971
22972         * modules/xvasprintf (Files): Add xalloc.h.
22973
22974 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22975
22976         * modules/gettext (Files): config/config.rpath ->
22977         build-aux/config.rpath
22978         * modules/iconv (Files): Likewise.
22979         Problem reported by Oskar Liljeblad.
22980
22981 2005-03-23  Jim Meyering  <jim@meyering.net>
22982
22983         * modules/check-include-files: New script to check for
22984         missing dependencies, multiple includes, etc.
22985
22986         * modules/c-strtold (Depends-on): Add xalloc.
22987         * modules/c-strtod (Depends-on): Add xalloc.
22988         * modules/hash (Depends-on): Add xalloc.
22989         (Files): Remove lib/xalloc.h.
22990
22991         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22992         * modules/userspec (Files): Add lib/inttostr.h.
22993
22994 2005-03-23  Jim Meyering  <jim@meyering.net>
22995
22996         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22997
22998 2005-03-22  Jim Meyering  <jim@meyering.net>
22999
23000         * modules/stat-macros: New module.
23001         * modules/canonicalize, modules/euidaccess, modules/file-type,
23002         * modules/filemode, modules/lchown, modules/makepath,
23003         * modules/rmdir, modules/stat: Depend on new stat-macros module
23004         rather than listing lib/stat-macros.h manually.
23005         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
23006
23007 2005-03-22  Jim Meyering  <jim@meyering.net>
23008
23009         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
23010
23011 2005-03-22  Bruno Haible  <bruno@clisp.org>
23012
23013         * config/srclist.txt: Replace target directory 'config' with
23014         'build-aux'.
23015         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
23016         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
23017         ../build-aux/.
23018
23019 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
23020
23021         * modules/chdir-long (Depends-on): Add mempcpy.
23022
23023         * modules/acl, modules/backupfile, modules/c-strtod,
23024         modules/c-strtold, modules/canon-host, modules/canonicalize,
23025         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
23026         modules/exclude, modules/exitfail, modules/file-type,
23027         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
23028         modules/getdate, modules/getline, modules/getpagesize,
23029         modules/getpass, modules/getugroups, modules/group-member,
23030         modules/hard-locale, modules/hash, modules/human, modules/idcache,
23031         modules/inttostr, modules/long-options, modules/makepath,
23032         modules/md5, modules/memcasecmp, modules/memcoll,
23033         modules/modechange, modules/mountlist, modules/path-concat,
23034         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
23035         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
23036         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
23037         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
23038         modules/strftime, modules/strndup, modules/strverscmp,
23039         modules/timespec, modules/unlocked-io, modules/userspec,
23040         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
23041         modules/yesno:
23042         Remove lib_SOURCES line from Makefile.am section, as this is now
23043         done automatically by the corresponding Autoconf macro.
23044
23045 2005-03-21  Jim Meyering  <jim@meyering.net>
23046
23047         Changes imported from coreutils.
23048
23049         * lib/cycle-check.c: Don't include xalloc.h.
23050
23051         * lib/path-concat.c: Don't include assert.h.
23052         (path_concat): Remove assertion that would have triggered
23053         for ABASE starting with more than one slash.
23054         Reported by Andreas Schwab.
23055
23056         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
23057         properly when ABASE is an absolute file name.
23058         Correct the description of this function.
23059         Include <assert.h>.
23060         Add an assertion and a test driver.
23061         This fixes a bug introduced on 2004-07-02.
23062         Andreas Schwab reported the resulting failure of cp --parents:
23063         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
23064
23065 2005-03-21  Jim Meyering  <jim@meyering.net>
23066
23067         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
23068         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
23069
23070 2005-03-21  Jim Meyering  <jim@meyering.net>
23071         and  Paul Eggert  <eggert@cs.ucla.edu>
23072
23073         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
23074         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
23075         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
23076         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
23077         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
23078         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
23079         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
23080         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
23081         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
23082         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
23083         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
23084         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
23085         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
23086         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
23087         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
23088         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
23089         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
23090         for these modules.
23091
23092 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
23093
23094         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
23095         (which shouldn't happen), generate nothing instead of returning 0
23096         immediately, so that nstrftime (NULL, ...) doesn't return 0.
23097
23098 2005-03-16  Bruno Haible  <bruno@clisp.org>
23099
23100         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
23101         HAVE_LONGLONG_64BIT.
23102
23103 2005-03-16  Bruno Haible  <bruno@clisp.org>
23104
23105         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
23106         HAVE_LONGLONG_64BIT.
23107
23108 2005-03-16  Bruno Haible  <bruno@clisp.org>
23109
23110         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
23111         HAVE_LONGLONG_64BIT.
23112
23113 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23114
23115         * lib/strftime.c (my_strftime): Prepend space to format so that we can
23116         reliably distinguish strftime failure from empty output on POSIX
23117         hosts.
23118
23119 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23120
23121         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
23122         (iconv_string): Don't guess a size-zero buffer, as that might cause
23123         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
23124         result would be 'too large', where 'too large' is (heuristically)
23125         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
23126         overflow concerns.  This will prevent some unwanted malloc failures
23127         when the inputs are very large.
23128
23129 2005-03-15  Karl Berry  <karl@gnu.org>
23130
23131         * config/srclist.txt (config.rpath): from gettext.
23132         * config/config.rpath: update.
23133
23134 2005-03-15  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
23137         to 'negate'.
23138
23139         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
23140         variable.
23141
23142         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
23143         results.
23144
23145 2005-03-14  Simon Josefsson  <jas@extundo.com>
23146
23147         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
23148         <fx@gnu.org>.
23149
23150 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
23151
23152         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
23153         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
23154         intprops.h.
23155         * lib/strtol.c: Likewise.
23156
23157 2005-03-14  Jim Meyering  <jim@meyering.net>
23158
23159         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
23160         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
23161         to be nonzero so that we (and caller) can detect the difference
23162         between a valid zero-length expansion and an error return, even
23163         when the underlying strftime fails before writing anything into
23164         that location.
23165
23166 2005-03-14  Bruno Haible  <bruno@clisp.org>
23167
23168         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
23169         Update from GNU gettext 0.14.3.
23170
23171 2005-03-10  Jim Meyering  <jim@meyering.net>
23172
23173         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
23174
23175 2005-03-10  Jim Meyering  <jim@meyering.net>
23176
23177         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
23178         so that this module works on systems without fchdir.
23179
23180 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
23181
23182         Factor int-properties macros into a single file, except for
23183         glibc-related files.
23184         * lib/intprops.h: New file.
23185         * lib/getloadavg.c: Include it instead of limits.h.
23186         (INT_STRLEN_BOUND): Remove.
23187         * lib/human.c: Include intprops.h.
23188         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
23189         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
23190         302/1000.
23191         * lib/inttostr.h: Include intprops.h instead of limits.h.
23192         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
23193         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
23194         for consistency with intprops.h.
23195         (time_t_is_integer, twos_complement_arithmetic): Use them.
23196         * lib/sig2str.h: Include <signal.h>, intprops.h.
23197         (INT_STRLEN_BOUND): Remove.
23198         * lib/strftime.c (TYPE_SIGNED): Remove.
23199         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
23200         * lib/strtol.c: Adjust comments to match intprops.h.
23201         * lib/userspec.c: Include intprops.h.
23202         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23203         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23204         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23205         instead of rolling our own expressions.
23206         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23207
23208         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23209         instead of int.
23210         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23211         the right thing even if adding 1900 would overflow.  Similarly
23212         for tm_mon + 1 and tm_yday + 1.
23213         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23214         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23215         (DO_SIGNED_NUMBER): New macro.
23216         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23217
23218 2005-03-07  Bruno Haible  <bruno@clisp.org>
23219
23220         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23221
23222 2005-03-07  Bruno Haible  <bruno@clisp.org>
23223
23224         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23225
23226 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23227
23228         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23229         (func_import): Only replace files via --import when they have actually
23230         changed.
23231
23232 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23233
23234         * m4/mmap-anon.m4: New file.
23235         * m4/pagealign_alloc.m4: New file.
23236
23237 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23238             Bruno Haible  <bruno@clisp.org>
23239
23240         * modules/pagealign_alloc: New file.
23241         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23242
23243 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23244             Bruno Haible  <bruno@clisp.org>
23245
23246         * lib/pagealign_alloc.h: New file.
23247         * lib/pagealign_alloc.c: New file.
23248
23249 2005-03-03  Bruno Haible  <bruno@clisp.org>
23250
23251         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23252         Use an all-permissive copyright notice, recommended by RMS.
23253
23254 2005-03-02  Bruno Haible  <bruno@clisp.org>
23255
23256         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23257         of AIX, the replacement has to be done only after <string.h> is
23258         included, therefore not in config.h. stpncpy.h does the replacement,
23259         and stpncpy.c uses it.
23260
23261 2005-03-02  Bruno Haible  <bruno@clisp.org>
23262
23263         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23264         stpncpy.c uses it.
23265
23266 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23267
23268         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23269         The workaround isn't strictly needed for POSIX conformance, and
23270         it's too much of a pain to configure and maintain.  We'll ask
23271         people to fix their kernels instead.
23272         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23273         (NANOSLEEP_BUG_WORKAROUND): Remove.
23274         (xnanosleep): Remove the workaround.
23275
23276 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23277
23278         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23279         Reported by Derek Price.
23280         (Include): Add "timespec.h".
23281
23282         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23283
23284 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23285
23286         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23287         to detect nanosleep bug.
23288
23289 2005-03-01  Bruno Haible  <bruno@clisp.org>
23290
23291         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23292
23293 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23294
23295         * modules/gethrxtime: New file.
23296         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23297         (Depends-on): Add gethrxtime.
23298         (configure.ac): Add gl_XNANOSLEEP.
23299         (Makefile.am): Remove lib_SOURCES line.
23300
23301 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23302
23303         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23304         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23305
23306 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23307
23308         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23309         * lib/timespec.h (gettime): Return void, since it always
23310         succeeds now.  All uses changed.
23311         * lib/gettime.c (gettime) Likewise.
23312         [HAVE_NANOTIME]: Prefer nanotime.
23313         Assume gettimeofday succeeds, as POSIX requires.
23314         Assime time () succeeds, since other code already does.
23315         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23316         (timespec_subtract): Remove.
23317         (NANOSLEEP_BUG_WORKAROUND): New constant.
23318         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23319         things considerably.  Use it only on GNU/Linux hosts, since the
23320         workaround shouldn't be needed elsewhere.
23321
23322 2005-02-24  Bruno Haible  <bruno@clisp.org>
23323
23324         * modules/gettext (Files): Add m4/glibc2.m4.
23325
23326 2005-02-24  Bruno Haible  <bruno@clisp.org>
23327
23328         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23329         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23330         * m4/progtest.m4:
23331         Update from GNU gettext 0.14.2.
23332         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23333
23334 2005-02-24  Bruno Haible  <bruno@clisp.org>
23335
23336         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23337         * lib/config.charset: Update from GNU gettext 0.14.2.
23338
23339 2005-02-24  Bruno Haible  <bruno@clisp.org>
23340
23341         * lib/gettext.h: Update from GNU gettext 0.14.2.
23342
23343 2005-02-23  Simon Josefsson  <jas@extundo.com>
23344
23345         * m4/iconvme.m4: New file.
23346
23347 2005-02-23  Jim Meyering  <jim@meyering.net>
23348
23349         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23350         change.
23351         Thanks to Bruno Haible for catching it.
23352
23353 2005-02-22  Simon Josefsson  <jas@extundo.com>
23354
23355         * modules/iconvme: New file.
23356
23357         * MODULES.html.sh: Add iconvme.
23358
23359 2005-02-22  Simon Josefsson  <jas@extundo.com>
23360
23361         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23362
23363 2005-02-22  Simon Josefsson  <jas@extundo.com>
23364
23365         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23366
23367 2005-02-22  Jim Meyering  <jim@meyering.net>
23368
23369         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23370         s/ifndef/ifdef/.
23371
23372 2005-02-20  Neil Conway  <neilc@samurai.com>
23373
23374         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23375         returned by OSX/Darwin if the specified buffer is not large
23376         enough for the hostname.
23377
23378 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23379
23380         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23381         pass it to _help, otherwise the latter coredumps trying to
23382         dereference state.root_argp.
23383
23384 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23385
23386         * modules/chdir-long (Depends-on): Add memrchr.
23387         * modules/memrchr (Files): Add lib/memrchr.h.
23388         (Include): "memrchr.h".
23389
23390 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23391
23392         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23393
23394 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23395
23396         * lib/memrchr.h: New file.
23397         * lib/chdir-long.c: Include it.
23398         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23399         Don't bother including stddef.h.
23400
23401 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23402
23403         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23404         inclusion.
23405         Include <sys/types.h>, for dev_t.
23406         (ME_DUMMY, ME_REMOTE): Move from here....
23407         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23408         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23409         Dmitry V. Levin.
23410         Include mountlist.h first, to test the interface.
23411
23412 2005-01-29  Bruno Haible  <bruno@clisp.org>
23413
23414         * lib/progname.c (program_name): Initialize.
23415         Needed when linking statically on MacOS X.
23416
23417 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23418
23419         Sync from coreutils.
23420         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23421         (Depends-on): Add c-strtod.
23422         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23423
23424 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23425
23426         Sync from coreutils.
23427         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23428
23429         Remove files that are specific to coreutils.
23430         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23431
23432 2005-01-28  Bruno Haible  <bruno@clisp.org>
23433
23434         * modules/javacomp: New file.
23435         * MODULES.html.sh (Java): Add javacomp.
23436
23437 2005-01-28  Bruno Haible  <bruno@clisp.org>
23438
23439         * m4/javacomp.m4: New file, from GNU gettext.
23440
23441 2005-01-28  Bruno Haible  <bruno@clisp.org>
23442
23443         * lib/javacomp.sh.in: New file, from GNU gettext.
23444         * lib/javacomp.h: New file, from GNU gettext.
23445         * lib/javacomp.c: New file, from GNU gettext.
23446
23447 2005-01-26  Simon Josefsson  <jas@extundo.com>
23448
23449         * lib/gai_strerror.c: Use GPL in header.
23450
23451 2005-01-26  Bruno Haible  <bruno@clisp.org>
23452
23453         * modules/javaexec: New file.
23454         * MODULES.html.sh (Java): Add javaexec.
23455
23456 2005-01-26  Bruno Haible  <bruno@clisp.org>
23457
23458         * m4/javaexec.m4: New file, from GNU gettext.
23459
23460 2005-01-26  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/javaexec.sh.in: New file, from GNU gettext.
23463         * lib/javaexec.h: New file, from GNU gettext.
23464         * lib/javaexec.c: New file, from GNU gettext.
23465
23466 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23467
23468         * modules/lchown (Depends-on): Remove lchown.h
23469
23470 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23471
23472         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23473         must be defined if the header file was not found, in order
23474         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23475
23476 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23477
23478         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23479         initializers for struct pentry_state.
23480         (__argp_error): Check return value of __asprintf
23481         (__argp_failure): Translate error message
23482
23483         * lib/argp-parse.c: Removed braces around the expansion of N_()
23484
23485 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23486
23487         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23488         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23489         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23490         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23491         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23492         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23493         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23494         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23495         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23496         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23497         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23498         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23499         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23500         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23501         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23502         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23503         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23504         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23505         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23506         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23507         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23508         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23509         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23510         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23511         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23512         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23513         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23514         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23515         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23516         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23517         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23518         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23519         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23520         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23521         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23522         Use an all-permissive copyright notice, recommended by RMS.
23523
23524 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23525
23526         * modules/chdir-long (Depends-on): Remove mempcpy.
23527
23528 2005-01-21  Jim Meyering  <jim@meyering.net>
23529
23530         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23531         same value as for Solaris 9.
23532
23533         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23534         component length.  This included changing the parameter to be
23535         of type `char *' rather than `char const *'.
23536         * lib/chdir-long.h (chdir_long): Update prototype.
23537
23538         * lib/openat.c (fdopendir, fstatat): New functions.
23539         * lib/openat.h: Include headers required for use of DIR and struct
23540         stat.
23541         [AT_SYMLINK_NOFOLLOW]: Define.
23542         (fdopendir, fstatat): Add prototypes.
23543
23544 2005-01-21  Bruno Haible  <bruno@clisp.org>
23545
23546         * modules/classpath: New file.
23547         * MODULES.html.sh (Java): Add classpath.
23548
23549 2005-01-21  Bruno Haible  <bruno@clisp.org>
23550
23551         * lib/classpath.h: New file, from GNU gettext.
23552         * lib/classpath.c: New file, from GNU gettext.
23553
23554 2005-01-20  Simon Josefsson  <jas@extundo.com>
23555
23556         * modules/version-etc-fsf: New file.
23557
23558 2005-01-20  Simon Josefsson  <jas@extundo.com>
23559
23560         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23561         * lib/version-etc.c: Remove version_etc_copyright.
23562         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23563         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23564
23565 2005-01-20  Simon Josefsson  <jas@extundo.com>
23566
23567         * lib/base64.h (isbase64): Add.
23568
23569         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23570         using a unsigned prototype, don't inline.
23571         (base64_decode): Use it.
23572
23573 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23574
23575         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23576         it.
23577
23578 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23579
23580         * lib/save-cwd.c (save_cwd): Remove code to support the case
23581         where fchdir is missing or flaky.
23582
23583 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23584
23585         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23586
23587 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23588
23589         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23590         AC_LIBSOURCES now does this.
23591         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23592         with new ullong_max module.
23593
23594 2005-01-19  Bruno Haible  <bruno@clisp.org>
23595
23596         * modules/sh-quote: New file.
23597         * MODULES.html.sh (Executing programs): Add sh-quote.
23598
23599 2005-01-19  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/sh-quote.h: New file, from GNU gettext.
23602         * lib/sh-quote.c: New file, from GNU gettext.
23603
23604 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         Merge from coreutils.
23607         * m4/ullong_max.m4: New file.
23608         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23609         (gl_MACROS): Assume localeconv exists.
23610
23611 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23612
23613         Merge changes from coreutils, as described below in several
23614         changelogs dated today.
23615
23616         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23617         (O_DIRECTORY): Remove; not needed here, since "." must be
23618         a directory.  All uses removed.
23619         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23620         universal on Suns, and we also need to test for IRIX.
23621         Revamp code to use 'if' rather than '#if'.
23622         Avoid unnecessary comparison of cwd->desc to 0.
23623
23624         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23625         for known valid error numbers rather than observed invalid ones.
23626
23627 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23628
23629         * modules/ullong_max: New file.
23630
23631         * modules/chdir-long, modules/openat: New files.
23632         * modules/save-cwd (Depends-on): Depend on chdir-long.
23633         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23634
23635 2005-01-18  Jim Meyering  <jim@meyering.net>
23636
23637         Merge from coreutils.
23638         * m4/chdir-long.m4, m4/openat.m4: New files.
23639         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23640         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23641         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23642         is sane and DOES follow symlinks.  Besides, testing 20 different
23643         systems found no broken chown implementations.
23644         Prompted by a change in rsync's copy of this macro.
23645         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23646
23647         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23648
23649         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23650         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23651         NULL-means-set-to-current-time semantics.
23652         Remove temporary file immediately, rather than waiting
23653         for configure's at-exit trap code to do it.
23654
23655 2005-01-18  Jim Meyering  <jim@meyering.net>
23656
23657         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23658
23659         * lib/utimens.c (futimens): Account for the fact that futimes
23660         can also fail with errno == ENOSYS or errno == ENOENT.
23661         Patch from Dmitry V. Levin.
23662
23663         Change the name of the robust chdir function from chdir to chdir_long.
23664         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23665         (restore_cwd): Use chdir_long, not chdir.
23666         * lib/chdir-long.c: Renamed from chdir.c.
23667         * lib/chdir-long.h: Renamed from chdir.h.
23668         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23669         Hurd.
23670
23671 2005-01-18  Bruno Haible  <bruno@clisp.org>
23672
23673         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23674         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23675         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23676         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23677         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23678         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23679         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23680         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23681         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23682         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23683         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23684         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23685         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23686         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23687         Use an all-permissive copyright notice, recommended by RMS.
23688
23689 2005-01-18  Bob Proulx  <bob@proulx.com>
23690
23691         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23692         simplify offsetof() macro construct to avoid compile failure with
23693         native HP-UX 11.0 ANSI C compiler.
23694
23695 2005-01-17  Bruno Haible  <bruno@clisp.org>
23696
23697         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23698         redundant because stpncpy.m4 takes care of it.
23699
23700 2005-01-17  Bruno Haible  <bruno@clisp.org>
23701
23702         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23703
23704 2005-01-17  Bruno Haible  <bruno@clisp.org>
23705
23706         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23707         used.
23708
23709 2005-01-17  Bruno Haible  <bruno@clisp.org>
23710
23711         * lib/fwriteerror.h (fwriteerror): Change specification to include
23712         fclose.
23713         * lib/fwriteerror.c: Include <stdbool.h>.
23714         (fwriteerror): At the end, close the file stream. Record whether
23715         stdout was already closed.
23716
23717 2005-01-17  Bruno Haible  <bruno@clisp.org>
23718
23719         * lib/execute.c (environ): Declare if needed.
23720         * lib/pipe.c (environ): Likewise.
23721         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23722
23723 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23724
23725         * modules/argp: Depend on vsnprintf
23726
23727 2005-01-10  Jim Meyering  <jim@meyering.net>
23728
23729         * modules/closeout (Depends-on): Add atexit.
23730
23731 2005-01-06  Bruno Haible  <bruno@clisp.org>
23732
23733         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23734
23735 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23736
23737         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23738         definitions to be after all include files, to avoid collisions.
23739         Problem reported by Bob Proulx.
23740
23741 2005-01-04  Jim Meyering  <jim@meyering.net>
23742
23743         Changes imported from coreutils.
23744         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23745         as the mkstemp template, use a temporary directory and an
23746         8.3-friendly template to avoid trouble on systems like DJGPP.
23747         Reported by Juan M. Guerrero via Stepan Kasal.
23748         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23749         close. Remove the temporary directory right away, rather than waiting
23750         for configure's at-exit trap code to do it.
23751         Suggestion from Stepan Kasal.
23752
23753 2005-01-01  Simon Josefsson  <jas@extundo.com>
23754
23755         * gnulib-tool: Print #include directives when --import'ing.
23756
23757 2004-12-28  Simon Josefsson  <jas@extundo.com>
23758
23759         * tests/test-base64.c: Include required header files.  Remove
23760         unused variables.
23761
23762 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23763
23764         * modules/error (Depends-on): Remove gettext.
23765
23766 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23767
23768         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23769         not needed.  This removes a dependency on the gettext module.
23770         [defined _LIBC]: Do not include <libintl.h>; not needed.
23771
23772 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23773
23774         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23775         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23776
23777 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23778
23779         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23780         HAVE_DECL_STRTOLD.
23781
23782 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23783
23784         * modules/getdate (Depends-on): Remove alloca-opt.
23785
23786 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23787
23788         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23789
23790 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23791
23792         * lib/argp-parse.c: Include <stddef.h>.
23793         (alignof, alignto): New macros.
23794         (parser_init): Don't assume that void * is aligned sufficiently
23795         for struct option.
23796
23797         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23798         need to extend the stack.
23799         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23800         large.
23801
23802 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23803
23804         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23805
23806 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23807
23808         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23809         (2004-10-24) change.  Apparently this was a false alarm.
23810
23811         * modules/getdate: Depend on alloca-opt, not alloca.
23812
23813 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23814
23815         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23816         Remove now-obsolete comment about AIX.
23817         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23818         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23819         (YYMAXDEPTH): New macro.
23820
23821 2004-12-18  Simon Josefsson  <jas@extundo.com>
23822
23823         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23824
23825 2004-12-18  Bruno Haible  <bruno@clisp.org>
23826
23827         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23828
23829 2004-12-18  Bruno Haible  <bruno@clisp.org>
23830
23831         * lib/fatal-signal.c (fatal_signals): Make non-const.
23832         (init_fatal_signals): New function.
23833         (uninstall_handlers, install_handlers): Ignore signals that were set to
23834         SIG_IGN.
23835         (at_fatal_signal): Call init_fatal_signals.
23836         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23837         SIG_IGN.
23838         Reported by Paul Eggert.
23839
23840 2004-12-18  Bruno Haible  <bruno@clisp.org>
23841
23842         * doc/alloca.texi: New file.
23843         * doc/alloca-opt.texi: New file.
23844
23845 2004-12-17  Jim Meyering  <jim@meyering.net>
23846
23847         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23848         Otherwise, install-sh could exit with improper exit status when
23849         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23850
23851 2004-12-16  Simon Josefsson  <jas@extundo.com>
23852
23853         * tests/test-base64.c: Add license.
23854
23855 2004-12-15  Stepan Kasal  <address@hidden>
23856
23857         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23858
23859 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23860
23861         * modules/getcwd (Files): Add m4/d-ino.m4.
23862         Suggested by Mark D. Baushke.
23863
23864 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23865
23866         * lib/getdate.y (textint): New member "negative".
23867         (time_zone_hhmm): New function.
23868         Expect 14 shift-reduce conflicts, not 13.
23869         (o_colon_minutes): New rule.
23870         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23871         (yylex): Set the "negative" member of signed numbers.
23872
23873 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23874
23875         * doc/getdate.texi (Time of day items, Time zone items):
23876         Describe new formats +00:00, UTC+00:00.
23877
23878 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23879
23880         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23881         spurious "-l"s.  Problem reported by Stepan Kasal.
23882
23883 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23884
23885         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23886         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23887
23888 2004-12-04  Simon Josefsson  <jas@extundo.com>
23889
23890         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23891         Vandoorselaere <yoann@prelude-ids.org>.
23892
23893 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23894
23895         Changes imported from coreutils.
23896         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23897         exist.
23898         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23899
23900 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23901
23902         Changes imported from coreutils.
23903         * lib/hard-locale.c: Assume <locale.h> exists.
23904         Include "strdup.h".
23905         (GLIBC_VERSION): New macro.
23906         (hard_locale): Assume setlocale exists.
23907         Rewrite to avoid #ifdef.
23908         Use strdup rather than malloc + strcpy.
23909         * lib/human.c: Assume <locale.h> exists.
23910         (human_readable): Assume localeconv exists.
23911
23912 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23913
23914         * modules/hard-locale (Depends-on): Add strdup.
23915
23916 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23917
23918         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23919         convert T2, not T.  (Imported from libc.)
23920
23921 2004-11-30  Simon Josefsson  <jas@extundo.com>
23922
23923         * modules/restrict (License): Change to LGPL.
23924
23925 2004-11-30  Simon Josefsson  <jas@extundo.com>
23926
23927         * m4/restrict.m4: Add copyright and copying conditions.
23928
23929 2004-11-30  Simon Josefsson  <jas@extundo.com>
23930
23931         * m4/base64.m4: New file.
23932
23933 2004-11-30  Simon Josefsson  <jas@extundo.com>
23934
23935         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23936         base64.
23937
23938         * tests/test-base64.c: New file.
23939
23940         * modules/base64: New file.
23941
23942 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23943
23944         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23945         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23946
23947         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23948
23949 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23950
23951         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23952         (__getcwd.c): Don't restore errno; glibc doesn't.
23953         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23954         first, falling back to our code only if its results look suspicious.
23955         Ensure that the resulting buffer is only as large as necessary.
23956
23957         * lib/readutmp.c: Include readutmp.h first.
23958         Include <errno.h>, since readutmp.h no longer does that.
23959         * lib/readutmp.h: Don't include <errno.h>,
23960         <sys/param.h>, <time.h>; not needed to establish interface.
23961         (errno): Remove decl.
23962         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23963         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23964         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23965
23966 2004-11-28  Simon Josefsson  <jas@extundo.com>
23967
23968         * lib/base64.h, base64.c: New file.
23969
23970 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23971
23972         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23973
23974 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23975
23976         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23977         (Depends-on): Remove pathmax, same.  Add mempcpy.
23978         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23979         (Makefile.am): Append getcwd.h to lib_SOURCES.
23980         (Include): Add getcwd.h.
23981         (Maintainer): Change from Jim Meyering to "all, glibc",
23982         since getdate now uses intended-for-glibc code.
23983         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23984         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23985
23986 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23987
23988         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23989         HP's ANSI C compiler.
23990         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23991         Declaring int functions causes warnings on some modern systems and
23992         shouldn't be needed to compile on ancient ones.
23993         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23994         defined.
23995
23996         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23997         with the following changes.
23998         (__set_errno): Parenthesize properly.
23999         Include <stdbool.h>.
24000         (MIN, MAX, MATCHING_INO): New macros.
24001         (__getcwd): Define with prototype, not K&R form.
24002         Use heuristics to allocate default buffer on stack if possible.
24003         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
24004         behavior, and to avoid the PATH_MAX limit when computing
24005         ../../../../...
24006         Use MATCHING_INO to compare inode number to file.
24007         Check for arithmetic overflow in size calculations.
24008         Fix bug in reallocation of dot array that caused getcwd to fail
24009         on directories nested deeper than 75.
24010         Be more careful about saving errno on error.
24011         Do not use realloc; use only free+malloc, as this is a bit
24012         more flexible and avoids a needless copy operation.
24013         Do not inspect st_dev and st_ino for symbolic links; POSIX
24014         doesn't specify the latter.
24015         Check for closedir errors.
24016         Avoid needless casts.
24017         Use "#ifdef weak_alias" around weak_alias, to be like other
24018         glibc code.
24019         The following changes to getcwd.c have effect only when used in
24020         gnulib; they have no effect inside glibc proper.
24021         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
24022         as alloca isn't used.
24023         (alloca, __alloca): Likewise.
24024         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
24025         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24026         unconditionally, as gnulib assumes C89 or better.
24027         Do not include <sys/param.h>.
24028         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
24029         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
24030         better.
24031         (NULL) [!defined NULL]: Remove; we assume C89 or better.
24032         Include <dirent.h> in a way that is compatible with modern Autoconf.
24033         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
24034         New macros, if not already defined.
24035         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
24036         Use "_LIBC", not "defined _LIBC", for consistency.
24037         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
24038         a mempcpy module.
24039         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
24040         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
24041         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
24042         credit only to Jim Meyering and adjust the copyright dates.
24043         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
24044         <stdlib.h>, <unistd.h>, "pathmax.h".
24045         Instead, include "xgetcwd.h" (first) and "getcwd.h".
24046         (INITIAL_BUFFER_SIZE): Remove.
24047         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
24048
24049 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24050
24051         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
24052         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
24053         Use the _ONCE methods, for efficiency.
24054         Check for fcntl.h.  In test program, include <errno.h>
24055         and <fcntl.h> if available.  Remove old K&R cruft from
24056         test program.  Check for common errors in GNU/Linux,
24057         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
24058         don't do AC_LIBOBJ, as that's getcwd.m4's job.
24059         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
24060         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
24061         name accordingly.
24062         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
24063         accommodate new getcwd.c.
24064         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
24065         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
24066         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
24067         that's all we need now.
24068
24069 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24070
24071         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
24072         argp-parse.c depends on getopt internals, that means we should
24073         always use our getopt, to be on the safe side.
24074         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
24075         order not to spoil the result of an eventual previous invocation
24076         of gl_GETOPT_SUBSTITUTE.
24077
24078 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24079
24080         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
24081         redefinition warnings. To avoid them, include the defines
24082         in `#if !defined __need_getopt ... #endif'. The only place
24083         where __getopt_argv_const is used is in definitions
24084         of getopt_long and getopt_long_only below, which are as well
24085         protected by `#ifndef __need_getopt'.
24086         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
24087         __need_getopt after including <stdio.h> and <unistd.h> These
24088         headers might have defined it.
24089
24090 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24091
24092         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
24093
24094 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24095
24096         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
24097         (futimens): New function, which uses futimes if available.
24098         (futimens, utimens): Support timespec==NULL, with same semantics
24099         as utime and utimens.
24100         * lib/utimens.h (futimens): New decl.
24101
24102 2004-11-23  Jim Meyering  <jim@meyering.net>
24103
24104         * lib/getopt_.h: Remove trailing blanks.
24105
24106 2004-11-23  Jim Meyering  <jim@meyering.net>
24107
24108         * lib/__fpending.c: Add comment.
24109
24110 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
24111
24112         * modules/canonicalize (Depends-on): Add xreadlink.
24113         Problem reported by James Youngman.
24114
24115 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24116
24117         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
24118         New macros.
24119         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
24120         optopt): Use them instead of invoking ## directly; otherwise, the
24121         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
24122
24123 2004-11-19  Bruno Haible  <bruno@clisp.org>
24124
24125         * lib/strtok_r.c: Move comments from here...
24126         * lib/strtok_r.h: ... to here.
24127
24128 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24129
24130         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
24131         implementations that mishandle size_t overflow.
24132
24133 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24134
24135         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
24136         might fail.  Problem reported by Yoann Vandoorselaere.
24137         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
24138         implementations that mishandle size_t overflow.
24139
24140 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24141
24142         * modules/canon-host (Depends-on): Add strdup.
24143
24144 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24145
24146         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
24147
24148 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24149
24150         * lib/canon-host.c: Include "strdup.h".
24151         (canon_host): Use getaddrinfo if available, so that IPv6 works.
24152         Use strdup instead of malloc/strcpy to duplicate strings.
24153
24154         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
24155         (human_space_before_unit): New constant.
24156         * lib/human.c (human_readable): Support it.
24157
24158         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
24159         (xgetcwd): Set errno correctly when failing.
24160         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
24161         the failure is actually due to a PATH_MAX problem.
24162
24163         Further getopt changes to make it more likely that glibc will
24164         buy the changes back.
24165         * lib/getopt.c (POSIXLY_CORRECT): New constant.
24166         (getopt): Use it, so to preserve glibc semantic
24167         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
24168         when compiling for libc.
24169         * lib/getopt_.h (__getopt_argv_const): Bring it back.
24170         (getopt_long, getopt_long_only): Use it.
24171
24172         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24173         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
24174         (getopt): Argv is now char * const *, as per standard.
24175         (_getopt_internal_r, _getopt_internal): Argv is now char **,
24176         not char *__getopt_argv_const *.
24177         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24178         _getopt_long_only_r): Likewise.
24179         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
24180         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24181         _getopt_long_r, _getopt_long_only_r): Likewise.
24182         * lib/getopt_.h (__getopt_argv_const): Remove.
24183         (getopt): Argv is now char * const *, as per standard.
24184
24185         * lib/getdate.y (tORDINAL): New token.
24186         (day, relunit): Allow it for relative times.
24187         (relative_time_table): Use tORDINAL for ordinals.
24188
24189 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24190
24191         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
24192         Document that "second" isn't allowed as an ordinal number.
24193
24194 2004-11-16  Jim Meyering  <jim@meyering.net>
24195
24196         * modules/closeout (Depends-on): Add fpending.
24197
24198 2004-11-15  Jim Meyering  <jim@meyering.net>
24199
24200         * lib/closeout.c: Include "__fpending.h" once again.
24201         Include <stdbool.h>.
24202         (close_stdout): Don't fail just because stdout was closed initially,
24203         since some programs don't write to stdout in the normal course of
24204         operation (other than --version and --help), and we don't want this
24205         function to make e.g. `touch file >&-' fail.
24206         But do fail if it was closed and someone has tried to write to it.
24207         E.g., `printf foo >&-' must fail.
24208
24209 2004-11-13  Jim Meyering  <jim@meyering.net>
24210
24211         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24212
24213 2004-11-12  Simon Josefsson  <jas@extundo.com>
24214
24215         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24216         small doc fix is still pending.
24217
24218 2004-11-11  Simon Josefsson  <jas@extundo.com>
24219
24220         * modules/strtok_r: New file.
24221
24222         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24223         strtok_r.
24224
24225 2004-11-11  Simon Josefsson  <jas@extundo.com>
24226
24227         * m4/strtok_r.m4: New file.
24228
24229         * m4/getopt.m4: Replace opterr.
24230
24231 2004-11-11  Simon Josefsson  <jas@extundo.com>
24232
24233         * lib/strtok_r.h, strtok_r.c: New file.
24234
24235 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24236
24237         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24238         of replacing opterr, getopt, etc.  This should handle the
24239         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24240
24241 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24242
24243         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24244         we can stop lying to compilers about the constness of argv when we
24245         are compiled outside glibc.
24246         (getopt, getopt_long, getopt_long_only): Use it.
24247         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24248         _getopt_internal, getopt): Likewise.
24249         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24250         _getopt_long_only_r): Likewise.
24251         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24252         _getopt_long_r, _getopt_long_only_r): Likewise.
24253
24254         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24255         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24256         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24257         the other external symbols.
24258         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24259         declaration, since the above renaming now works around collisions.
24260
24261 2004-11-11  Jim Meyering  <jim@meyering.net>
24262
24263         * lib/linebreak.c: Remove trailing blanks.
24264         * lib/alloca_.h: Likewise.
24265         * lib/acosl.c: Likewise.
24266         * lib/euidaccess.c: Likewise.
24267         * lib/allocsa.h: Likewise.
24268
24269 2004-11-10  Simon Josefsson  <jas@extundo.com>
24270
24271         * m4/getaddrinfo.m4: New file.
24272
24273 2004-11-10  Simon Josefsson  <jas@extundo.com>
24274
24275         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24276
24277 2004-11-10  Simon Josefsson  <jas@extundo.com>
24278
24279         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24280         getaddrinfo.
24281
24282         * modules/getaddrinfo: New file.
24283
24284 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24285
24286         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24287
24288 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24289
24290         * lib/mktime.c (SHR): New macro, which is a portable
24291         substitute for >> that should work even on Crays.
24292         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24293         Problem reported by Mark D. Baushke in
24294         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24295         * lib/getdate.y (SHR): Likewise.
24296         (tm_diff): Use it.
24297         * lib/strftime.c (SHR): Likewise.
24298         (tm_diff): Use it.
24299         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24300         quote_these_too, so that right shifts are well defined.  All uses
24301         changed.
24302
24303 2004-11-10  Jim Meyering  <jim@meyering.net>
24304
24305         Ensure that no close failure goes unreported.
24306         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24307         return early when it seems there's nothing to flush.
24308         Don't include __fpending.h.
24309
24310 2004-11-10  Jim Meyering  <jim@meyering.net>
24311
24312         * modules/closeout (Depends-on): Remove fpending.
24313
24314 2004-11-10  Jim Meyering  <jim@meyering.net>
24315
24316         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24317
24318 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24319
24320         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24321         gl_FUNC_STRFTIME.
24322         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24323         and AC_REQUIRE when possible, to avoid duplicate checks.
24324         Check for <wchar.h>.
24325
24326 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24327
24328         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24329
24330 2004-11-09  Bruno Haible  <bruno@clisp.org>
24331
24332         * m4/sockpfaf.m4: New file.
24333
24334 2004-11-05  Bruno Haible  <bruno@clisp.org>
24335
24336         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24337         Reported by Mark D. Baushke <mdb@cvshome.org>.
24338
24339 2004-11-04  Bruno Haible  <bruno@clisp.org>
24340
24341         2004-09-11  Bruno Haible  <bruno@clisp.org>
24342                 * allocsa.valgrind: New file.
24343         2004-02-06  Bruno Haible  <bruno@clisp.org>
24344                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24345                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24346                 Reported by Christopher Seip <chris.seip@hp.com>.
24347
24348 2004-11-04  Bruno Haible  <bruno@clisp.org>
24349
24350         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24351         (Makefile.am): Distribute it.
24352
24353 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24354
24355         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24356         with errno == ERANGE if the buffer is too small.
24357         Problem reported by Mark D. Baushke.
24358
24359 2004-11-03  Albert Chin  <china@thewrittenword.com>
24360             Paul Eggert  <eggert@cs.ucla.edu>
24361
24362         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24363         equivalent, substitute $ac_type for equivalent type rather than
24364         blindly using uint32_t *always* which won't work if uint32_t is not
24365         available.  Define _UINT32_T to work around typedef of uint32_t if
24366         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24367         2.5.1.
24368
24369 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24370
24371         * m4/jm-macros.m4: Sync from coreutils.
24372         (gl_MACROS): Check for mbrlen, for pathchk.
24373         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24374
24375 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24376
24377         * lib/xreadlink.c (MAXSIZE): New macro.
24378         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24379         size does not exceed MAXSIZE.  Avoid cast.
24380         As suggested by Mark D. Baushke in
24381         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24382         if readlink fails with buffer size just under MAXSIZE, try again
24383         with MAXSIZE.
24384
24385 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24386
24387         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24388
24389 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24390         and  Paul Eggert  <eggert@cs.ucla.edu>
24391
24392         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24393         (get_date): Overparenthesize to avoid GCC warning.
24394
24395 2004-11-02  Bruno Haible  <bruno@clisp.org>
24396
24397         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24398         returns void.
24399
24400 2004-11-02  Bruno Haible  <bruno@clisp.org>
24401
24402         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24403         function returns void.
24404
24405 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24406
24407         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24408         fflush_unlocked, flockfile, funlockfile, funlockfile,
24409         fputs_unlocked, putc_unlocked.
24410
24411 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24412
24413         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24414         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24415         already declared.
24416
24417 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24418
24419         * modules/getdate (Files): Add doc/getdate.texi.
24420         (Depends-on): Add setenv, xalloc.
24421
24422 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24423
24424         * lib/getdate.y: Add support for TZ="foo" within a date string.
24425         Fix some bugs near time_t boundaries.  Reject dates with
24426         out-of-range components, e.g., "Sept 31".
24427         Include <stdlib.h>, "setenv.h", "xalloc.h".
24428         (ISDIGIT_LOCALE): Remove; unused.
24429         Note that the TZ and time functions used here are not reentrant.
24430         (mktime_ok, get_tz): New functions.
24431         (TZBUFSIZE): New constant.
24432         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24433         This requires that we sometimes generate our own TZ="XXX..." setting.
24434
24435 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24436
24437         * doc/getdate.texi: New file, from coreutils with modifications for
24438         the new TZ parsing.
24439
24440 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24441
24442         * lib/mktime.c (not_equal_tm): Remove redundant check.
24443
24444 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24445
24446         * modules/regex (lib_SOURCES): Add regex.c.
24447         Reported by James Youngman in
24448         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24449
24450 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24451
24452         * lib/getdate.y: Use Bison 1.875 features, and some minor
24453         code cleanups.  This change does not affect semantics.
24454         Don't include <stdlib.h>; no longer needed.
24455         Don't include unlocked-io.h; only the "#if TEST" code uses
24456         stdio, and performance isn't crucial there.
24457         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24458         Bison 1.875 features as described below.
24459         All uses of "PC." replaced by "pc->".
24460         (YYSTYPE): Add a forward declaration.
24461         (yylex, yyerror): Use full prototypes in forward decls.
24462         Use "%pure-parser" rather than obsolescent "%pure_parser".
24463         Use %parse-param and %lex-param instead of obsolescent
24464         YYPARSE_PARAM and YYLEX_PARAM.
24465         (meridian_table, month_and_day_table, time_units_table,
24466         relative_time_table, time_zone_table, military_table,
24467         lookup_zone, lookup_word, get_date):
24468         Use NULL instead of 0 where appropriate.
24469         (to_hour): Avoid abort (), to avoid a dependency on
24470         stdlib.h.
24471         (yyerror, yylex): Now accepts parser_control * arg.
24472         (main) [TEST]: Use '\0' rather than 0 for char.
24473
24474 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24475
24476         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24477
24478 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24479
24480         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24481         It's now the caller's responsibility to handle the case where
24482         !HAVE_GETPAGESIZE && !defined getpagesize.
24483
24484         * lib/mktime.c (leapyear): Arg is long int, not int.
24485
24486 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24487
24488         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24489
24490 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24491
24492         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24493         missing.  Problem reported by James Youngman.
24494
24495 2004-10-16  Simon Josefsson  <jas@extundo.com>
24496
24497         * gnulib-tool: Fix comments.  Fix parse problem.
24498         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24499
24500 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24501
24502         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24503         implementation of getopt_long.  Problem reported by Alexander Taler in:
24504         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24505
24506 2004-10-15  Bruno Haible  <bruno@clisp.org>
24507
24508         * gnulib-tool: Untabify. Initialize supplied_libname.
24509         (func_usage): More homogenous output.
24510         (func_modules_transitive_closure, func_modules_to_filelist,
24511         func_emit_lib_Makefile_am): New functions.
24512         (func_import): New function, extracted from big case statement. Use
24513         func_get_license, func_modules_transitive_closure,
24514         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24515         opt_lgpl. Don't use test -a, as it's not portable.
24516         (func_create_testdir): Use func_modules_transitive_closure,
24517         func_modules_to_filelist, func_emit_lib_Makefile_am.
24518
24519 2004-10-15  Bruno Haible  <bruno@clisp.org>
24520
24521         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24522
24523 2004-10-15  Bruno Haible  <bruno@clisp.org>
24524
24525         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24526         the portions belonging to each module.
24527         Suggested by Derek Robert Price <derek@ximbiot.com>.
24528
24529 2004-10-12  Simon Josefsson  <jas@extundo.com>
24530
24531         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24532         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24533         to real functions.
24534
24535 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24536
24537         * modules/vsnprintf: New file.
24538
24539 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24540
24541         * m4/vsnprintf.m4: New file.
24542
24543 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24544
24545         * lib/vsnprintf.h: New file.
24546         * lib/vsnprintf.c: New file.
24547
24548 2004-10-11  Bruno Haible  <bruno@clisp.org>
24549
24550         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24551         vsnprintf.
24552
24553 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24554
24555         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24556
24557 2004-10-07  Bruno Haible  <bruno@clisp.org>
24558
24559         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24560         fits into the provided buffer.
24561
24562 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24563
24564         * lib/diacrit.c, diacrit.h: Add GPL notice.
24565
24566         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24567         notice.
24568         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24569         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24570         This avoids a potential constant-folding bug.
24571
24572 2004-10-05  Bruno Haible  <bruno@clisp.org>
24573
24574         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24575         for the declaration of strsep.
24576
24577 2004-10-05  Bruno Haible  <bruno@clisp.org>
24578
24579         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24580
24581 2004-10-04  Simon Josefsson  <jas@extundo.com>
24582
24583         * modules/memmem: New file.
24584         * tests/test-memmem.c: New file.
24585         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24586
24587 2004-10-04  Simon Josefsson  <jas@extundo.com>
24588
24589         * m4/memmem.m4: New file.
24590
24591 2004-10-04  Simon Josefsson  <jas@extundo.com>
24592
24593         * lib/memmem.h: New file.
24594         * lib/memmem.c: New file, taken from glibc.
24595
24596 2004-10-04  Simon Josefsson  <jas@extundo.com>
24597
24598         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24599         '#ifdef USE_UNLOCKED_IO'.
24600
24601 2004-10-04  Simon Josefsson  <jas@extundo.com>
24602
24603         * config/srclist.txt: Add memmem from glibc.
24604
24605 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24606
24607         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24608
24609         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24610         modules/exclude, modules/getdate, modules/getline,
24611         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24612         modules/getusershell, modules/linebuffer, modules/md5,
24613         modules/mountlist, modules/posixtm, modules/readtokens,
24614         modules/readutmp, modules/regex, modules/sha1,
24615         modules/version-etc, modules/yesno:
24616         Remove dependency on unlocked-io.
24617
24618 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24619
24620         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24621
24622         * m4/unlocked-io.m4: Add copyright notice.
24623         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24624
24625 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24626
24627         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24628         * lib/xmalloc.c (xmemdup): Likewise.
24629         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24630         XFREE): Remove these long-obsolescent macros.
24631         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24632         * lib/xstrdup.c: Remove.
24633
24634         * lib/regex.c (re_comp): Cast gettext return value to char *,
24635         Problem reported by Martin Neitzel via Mark D. Baushke.
24636
24637 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24638
24639         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24640         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24641         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24642         regex.c, sha1.c, version-etc.c, yesno.c:
24643         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24644         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24645         the includer's responsibility.
24646
24647         Sync from coreutils.
24648
24649         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24650         points to the start of a string, as the C Standard says the
24651         resulting behavior is undefined.
24652
24653         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24654         simple -> simple_backups, numbered_existing ->
24655         numbered_existing_backups, numbered -> numbered_backups
24656         to avoid shadowing problems.  All uses changed.
24657         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24658         * lib/backupfile.c (check_extension, numbered_backup):
24659         Rename locals to avoid shadowing 'basename'.
24660         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24661         once.
24662
24663         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24664         * lib/.cvsignore: Add getopt.h.
24665
24666 2004-10-04  Bruno Haible  <bruno@clisp.org>
24667
24668         * modules/README: New file.
24669         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24670         not a module.
24671
24672 2004-10-02  Jim Meyering  <jim@meyering.net>
24673
24674         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24675
24676 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24677
24678         * modules/strsep: New file.
24679
24680 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24681
24682         * m4/strsep.m4: New file.
24683
24684 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24685
24686         * lib/strsep.h: New file.
24687         * lib/strsep.c: New file.
24688
24689 2004-10-01  Simon Josefsson  <jas@extundo.com>
24690
24691         * lib/snprintf.c (snprintf): Handle size==0.
24692
24693 2004-10-01  Simon Josefsson  <jas@extundo.com>
24694             Bruno Haible  <bruno@clisp.org>
24695
24696         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24697         (snprintf): Declare 'args'.
24698
24699 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24700
24701         * lib/snprintf.c: Remove comments as to why each header is needed.
24702
24703 2004-10-01  Bruno Haible  <bruno@clisp.org>
24704
24705         * MODULES.html.sh: Add strsep.
24706
24707 2004-09-30  Simon Josefsson  <jas@extundo.com>
24708
24709         * modules/snprintf: New file.
24710
24711 2004-09-30  Simon Josefsson  <jas@extundo.com>
24712
24713         * m4/snprintf.m4: New file.
24714
24715 2004-09-30  Simon Josefsson  <jas@extundo.com>
24716
24717         * lib/snprintf.h, lib/snprintf.c: New files.
24718
24719 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24720
24721         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24722         (hol_entry_help): Never translate an empty string.
24723         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24724         * lib/argp.h (OPTION_NO_TRANS): New option.
24725
24726 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24727
24728         * modules/argp (Maintainer): Replace Simon Josefsson
24729         by Sergey Poznyakoff.
24730
24731 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24732
24733         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24734         changes merged back into glibc.
24735
24736 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24737
24738         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24739
24740 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24741
24742         * lib/xvasprintf.c: Include xalloc.h.
24743         (xvasprintf): Use xalloc_die, not xmalloc_die.
24744
24745 2004-09-29  Bruno Haible  <bruno@clisp.org>
24746
24747         * modules/alloca-opt: New file, derived from modules/alloca.
24748         * modules/allocsa: Depend on alloca-opt instead of alloca.
24749         * modules/setenv: Likewise.
24750         * modules/vasnprintf: Likewise.
24751         * MODULES.html.sh: Add alloca-opt.
24752
24753 2004-09-28  Simon Josefsson  <jas@extundo.com>
24754
24755         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24756         LGPL, and to replace license template from GPL to LGPL.
24757
24758 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24759
24760         * modules/dummy: Change license to LGPL.
24761
24762 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24763
24764         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24765
24766 2004-09-24  Simon Josefsson  <jas@extundo.com>
24767
24768         * modules/minmax (License): Change from GPL to LGPL.
24769
24770 2004-09-23  Simon Josefsson  <jas@extundo.com>
24771
24772         * gnulib-tool (--import): Typo.
24773
24774 2004-09-23  Simon Josefsson  <jas@extundo.com>
24775
24776         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24777
24778 2004-09-22  Bruno Haible  <bruno@clisp.org>
24779
24780         * modules/*: Add 'License' field.
24781         * gnulib-tool: Accept --extract-license option.
24782         (func_get_license): New function.
24783
24784 2004-09-21  Bruno Haible  <bruno@clisp.org>
24785
24786         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24787         Reported by Simon Josefsson.
24788
24789 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24790
24791         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24792         gl_AC_TYPE_LONG_LONG.
24793
24794 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24795
24796         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24797
24798 2004-09-18  Simon Josefsson  <jas@extundo.com>
24799         and  Paul Eggert  <eggert@cs.ucla.edu>
24800
24801         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24802         calls with autoreconf.  Define GL_LIB.
24803
24804 2004-09-14  Karl Berry  <karl@gnu.org>
24805
24806         * config/srclist.txt: unsync setenv.c, sigh.
24807
24808 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24809
24810         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24811         Problem reported by Bruno Haible in:
24812         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24813
24814 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24815
24816         * config/srclist.txt: Comment out argp-pvh.c.
24817
24818 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24819
24820         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24821         in case some system header has #define'd it.  Problem reported by
24822         Soeren D. Schulze in
24823         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24824
24825 2004-09-09  Karl Berry  <karl@gnu.org>
24826
24827         * regex.[ch]: delete from the root.  These were supposed to be
24828                 synced with emacs cvs, but this has not happened for about
24829                 a year, and anyway nothing else uses emacs regex.[ch].
24830                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24831                 lib/regex[.ch] is untouched.
24832
24833 2004-09-09  Bruno Haible  <bruno@clisp.org>
24834
24835         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24836
24837 2004-09-09  Bruno Haible  <bruno@clisp.org>
24838
24839         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24840         modifications.
24841         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24842
24843 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24844
24845         * modules/xvasprintf: New file.
24846         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24847
24848 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24849
24850         * lib/xvasprintf.h: New file.
24851         * lib/xvasprintf.c: New file.
24852         * lib/xasprintf.c: New file.
24853
24854 2004-09-08  Bruno Haible  <bruno@clisp.org>
24855
24856         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24857
24858 2004-09-08  Bruno Haible  <bruno@clisp.org>
24859
24860         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24861         length is > INT_MAX.
24862         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24863         more.
24864
24865 2004-09-08  Bruno Haible  <bruno@clisp.org>
24866
24867         * lib/stdint_.h: New file, taken from GNU clisp.
24868
24869 2004-09-08  Bruno Haible  <bruno@clisp.org>
24870             Oskar Liljeblad  <oskar@osk.mine.nu>
24871
24872         * modules/stdint: New file.
24873         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24874
24875 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24876
24877         Import from coreutils.
24878         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24879         strings on unbounded length.  alloca's performance benefits aren't
24880         that important here.
24881         (V_STRDUP): Remove.
24882         (parse_with_separator): New function, with most of the internals
24883         of the old parse_user_spec.  Allow user to omit both user and group,
24884         for compatibility with FreeBSD.
24885         Clone only the user name, not the entire spec.
24886         Do not set *uid, *gid unless entirely successful.
24887         Avoid memory leak in some failing cases.
24888         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24889         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24890         (parse_user_spec): Rewrite to use parse_with_separator.
24891
24892 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24893
24894         * modules/userspec: Don't depend on alloca.
24895
24896 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24897
24898         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24899
24900 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24901
24902         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24903         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24904         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24905
24906 2004-08-16  Simon Josefsson  <jas@extundo.com>
24907
24908         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24909         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24910         Add --dry-run for --import.
24911         Let user provided command line parameters override configure.ac
24912         settings.
24913
24914 2004-08-12  Simon Josefsson  <jas@extundo.com>
24915
24916         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24917         as discussed with Paul Eggert in threads rooted at
24918         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24919         and
24920         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24921         Before, the test was empty, and relied on ELIDE_CODE in source
24922         code.)
24923         (gl_PREREQ_GETOPT): New macro.
24924         (gl_GETOPT): Use them.
24925
24926 2004-08-12  Simon Josefsson  <jas@extundo.com>
24927
24928         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24929         * lib/getopt_.h: Renamed from getopt.h.
24930
24931 2004-08-12  Simon Josefsson  <jas@extundo.com>
24932
24933         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24934         Change default library name from libfoo to libgnu.
24935         Now, if you have a configure.ac that says:
24936                 gl_SOURCE_BASE(gl)
24937                 gl_M4_BASE(gl/m4)
24938                 gl_MODULES(error getopt etcetera)
24939                 gl_INIT
24940         you can import all you need by running:
24941                 ../gnulib/gnulib-tool --import
24942
24943         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24944         (Makefile.am): Rewrite, use logic from argz.
24945         (Include): Use <getopt.h> instead of "getopt.h".
24946
24947 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24948
24949         * modules/argp (Files): Add m4/unlocked-io.m4.
24950         (Depends-on): Add extensions.
24951
24952 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24953
24954         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24955         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24956         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24957         Check for program_invocation_name, program_invocation_short_name,
24958         flockfile, funlockfile, features.h, _getopt_long_only_r.
24959
24960 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24961
24962         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24963         its complicated substitute.
24964         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24965         and program_invocation_name.
24966         (__argp_basename) [!_LIBC]: Remove; the only use was
24967         replaced by its body.
24968         (__argp_short_program_name): Change condition from
24969         !defined __argp_short_program_name to
24970         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24971         to match argp-namefrob.h.
24972         (__argp_failure): Don't assume strerror_r returns char *.
24973         * lib/argp-parse.c (N_): Define unconditionally.
24974         (argp_default_options): Fill out initializers with 0 to avoid
24975         gcc warnings.
24976
24977 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24978
24979         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24980         getopt1.c.
24981
24982 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24983
24984         Merge from coreutils.
24985
24986         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24987
24988         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24989         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24990
24991 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24992
24993         Merge from coreutils.
24994
24995         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24996         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24997         for Reliant Unix 5.43.
24998
24999         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
25000         (union fooround): Use uintmax_t, not long int.
25001         The rest is a merge from libc:
25002         [defined _LIBC]: Include <shlib-compat.h>.
25003         (_obstack) [defined _LIBC]: Remove after 2.3.4.
25004
25005         * lib/settime.c (settime): Recode to avoid warning with
25006         Sun Forte C 6U2.
25007
25008         * lib/strverscmp.c: Convert to UTF-8.
25009
25010 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25011
25012         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25013         m4/uintmax_t.m4.
25014
25015 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25016
25017         * modules/xalloc-die: New file.
25018         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
25019
25020         * modules/md5 (Files): Add m4/uint32_t.m4.
25021         * modules/sha1: Renamed from modules/sha.
25022         (Files):
25023         Rename lib/sha.h to lib/sha1.h.
25024         Rename lib/sha.c to lib/sha1.c.
25025         Rename m4/sha.m4 to m4/sha1.m4.
25026         (lib_SOURCES): Likewise.
25027         (configure.ac): Rename gl_SHA to gl_SHA1.
25028         (Include): sha.h -> sha1.h.
25029
25030 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25031
25032         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
25033         * m4/sha1.m4: Renamed from sha.m4.
25034         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
25035
25036 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25037
25038         * lib/obstack.h (obstack_empty_p):
25039         Don't assume that chunk->contents is suitably aligned.
25040         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
25041         Likewise. Problem reported by Benno in
25042         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
25043
25044         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
25045         readable.  This could be improved further but it'd take some work.
25046
25047 2004-08-08  Simon Josefsson  <jas@extundo.com>
25048
25049         * modules/xgethostname (Depends-on): Remove exit and error (not
25050         used).
25051
25052         * modules/getpass-gnu: Add getpass.h.
25053         (Depends-on): Add stdbool.
25054         * modules/getpass: Add getpass.h.
25055
25056 2004-08-08  Simon Josefsson  <jas@extundo.com>
25057
25058         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
25059         Check getpass declaration.
25060
25061 2004-08-08  Simon Josefsson  <jas@extundo.com>
25062
25063         * lib/xgethostname.c: Don't include error.h (not used).
25064
25065         * lib/getpass.h: Add.
25066         * lib/getpass.c: Include getpass.h first.
25067
25068 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
25069
25070         * lib/xalloc-die.c: New file.
25071         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
25072         All uses removed.
25073         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
25074         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
25075         xalloc-die.c.
25076         (_, N_, xalloc_die): Move to xalloc-die.c.
25077         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
25078         so that we needn't mess with xalloc_msg_memory_exhausted.
25079
25080         * lib/sha1.h: Renamed from sha.h.
25081         (SHA1_H): Renamed from _SHA_H.
25082         (sha1_ctx): Renamed from sha_ctx.
25083         (sha1_init_ctx): Renamed from sha_init_ctx.
25084         (sha1_process_block): Renamed from sha_process_block.
25085         (sha1_process_bytes): Renamed from sha_process_bytes.
25086         (sha1_finish_ctx): Renamed from sha_finish_ctx.
25087         (sha1_read_ctx): Renamed from sha_read_ctx.
25088         (sha1_stream): Renamed from sha_stream.
25089         (sha1_buffer): Renamed from sha_buffer.
25090         * lib/sha1.c: Likewise; renamed from sha.c.
25091         Do not include <sys/types.h>.
25092         Include <stddef.h> rather than <stdlib.h>.
25093
25094 2004-08-08  Bruno Haible  <bruno@clisp.org>
25095
25096         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
25097         FILESYSTEM_PREFIX_LEN.
25098         * lib/progreloc.c: Likewise.
25099         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
25100
25101 2004-08-06  Simon Josefsson  <jas@extundo.com>
25102
25103         * modules/progname (Depends-on): Don't depend on stdbool.
25104
25105 2004-08-06  Simon Josefsson  <jas@extundo.com>
25106
25107         * modules/getsubopt: New file.
25108         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25109         getsubopt.
25110
25111 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25112
25113         More merge from coreutils.
25114
25115         * m4/utimens.m4, m4/utimecmp.m4: New files.
25116         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
25117         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
25118         prereq.m4, sha.m4: Import changes from coreutils.
25119
25120 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25121
25122         More merge from coreutils.
25123         * modules/raise, modules/readtokens0, modules/utimens:
25124         * modules/utimecmp, module/xnanosleep: New files.
25125         * modules/strftime: Add lib/strftime.h.
25126         Change include from <time.h> to "strftime.h".
25127         * modules/yesno: Add lib/yesno.h.
25128         * modules/backupfile: Remove lib/addext.c.
25129         * modules/euidaccess: Add stat-macros.h.
25130         * modules/canonicalize, modules/euidaccess,
25131         modules/filemode, modules/lchown, modules/makepath,
25132         modules/rmdir, modules/stat: Likewise.
25133
25134 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25135
25136         Merge from tar.
25137         * lib/argp-help.c (make_hol, hol_append): Don't assume that
25138         SIZE_MAX is a valid preprocessor constant.
25139         (__argp_basename): Change from "#ifndef _LIBC"
25140         to "#ifndef __argp_short_program_name", so that
25141         we don't compile these functions for tar.
25142
25143         More merges from coreutils.
25144         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
25145         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
25146         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
25147         * lib/addext.c: Remove; no longer needed.
25148         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
25149         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
25150         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
25151         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
25152         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
25153         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
25154         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
25155         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
25156         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
25157         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25158         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
25159         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
25160         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
25161         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
25162         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
25163         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
25164         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
25165         Import changes from coreutils.
25166
25167 2004-08-05  Simon Josefsson  <jas@extundo.com>
25168
25169         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
25170
25171 2004-08-05  Simon Josefsson  <jas@extundo.com>
25172
25173         * m4/getsubopt.m4: New file.
25174
25175 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25176
25177         Merge from coreutils.
25178
25179         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
25180         * m4/getcwd-path-max.m4: New files.
25181
25182         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
25183         FILESYSTEM_PREFIX_LEN ->
25184         FILE_SYSTEM_PREFIX_LEN.
25185         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
25186         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
25187         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
25188         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
25189
25190         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
25191         prerequisite modules now handle the DOS stuff.
25192         Don't check for unistd.h.
25193
25194 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25195
25196         Merge from coreutils.
25197
25198         * lib/.gdb-history: Remove; this doesn't belong here.
25199
25200         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
25201         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25202         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25203         * lib/getcwd.c: New files.
25204
25205         * lib/dirname.h: Include <stdbool.h>.
25206         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25207         for consistency with POSIX terminology.  All uses changed.
25208         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25209         (strip_trailing_slashes): Use bool for booleans.
25210         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25211
25212         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25213         sometimes returns a positive errno value even when it succeeds.
25214         (print_errno_message) [!LIBC]: Fall back on strerror if
25215         __strerror_r fails.
25216
25217         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25218         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25219         (longest_relative_suffix): New function.
25220         (path_concat): Use it.  Assume first argument is not NULL.
25221         Port to DOS.  Omit redundant separators.
25222         Report an error instead of returning NULL.
25223         Use mempcpy instead of memcpy.
25224         (xpath_concat): Remove: not declared or used.
25225
25226         * lib/same.h: Include <stdbool.h>
25227         (same_name): Return bool, not int.
25228         * lib/same.c (same_name): Likewise.
25229         (errno): Don't declare; we assume C89 or better now.
25230
25231         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25232         if not already defined.
25233
25234         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25235         * lib/dup-safer.c (errno): Likewise.
25236
25237 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25238
25239         Merge from coreutils.
25240         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25241         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25242         * modules/path-concat: Don't depend on strdup.
25243
25244 2004-08-03  Simon Josefsson  <jas@extundo.com>
25245
25246         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25247         * lib/progname.h: Don't include stdbool.h.
25248
25249 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25250
25251         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25252         * MODULES.html.sh (func_all_modules): Remove fatal.
25253
25254 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25255
25256         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25257
25258 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25259
25260         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25261         working.
25262
25263 2004-08-02  Simon Josefsson  <jas@extundo.com>
25264
25265         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25266         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25267         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25268
25269 2004-08-01  Simon Josefsson  <jas@extundo.com>
25270
25271         * lib/xgetdomainname.c: Include stdlib.h, for free().
25272
25273 2004-07-19  Bruno Haible  <bruno@clisp.org>
25274
25275         * MODULES.html.sh (func_all_modules): Add dummy.
25276
25277 2004-07-16  Simon Josefsson  <jas@extundo.com>
25278
25279         * modules/dummy: New file.
25280
25281 2004-07-16  Simon Josefsson  <jas@extundo.com>
25282
25283         * lib/dummy.c: New file.
25284
25285 2004-07-16  Bruno Haible  <bruno@clisp.org>
25286
25287         * lib/backupfile.h: Add extern "C" for C++.
25288         * lib/closeout.h: Likewise.
25289         * lib/copy-file.h: Likewise.
25290         * lib/findprog.h: Likewise.
25291         * lib/full-write.h: Likewise.
25292         * lib/pathname.h: Likewise.
25293         * lib/progname.h: Likewise.
25294         * lib/stpcpy.h: Likewise.
25295         * lib/stpncpy.h: Likewise.
25296         * lib/strcase.h: Likewise.
25297         * lib/strstr.h: Likewise.
25298         * lib/xalloc.h: Likewise.
25299
25300         * lib/mbswidth.h: Add extern "C" for C++.
25301         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25302
25303 2004-07-13  Robert Millan  <robertmh@gnu.org>
25304
25305         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25306
25307 2004-07-09  Simon Josefsson  <jas@extundo.com>
25308
25309         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25310         failed without this.)
25311
25312 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25313
25314         * modules/chown (Files): Add lib/fchown-stub.c, since
25315         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25316
25317 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25318
25319         * lib/fchown-stub.c: New file.
25320
25321 2004-06-24  Jim Meyering  <jim@meyering.net>
25322
25323         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25324
25325 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25326
25327         * modules/argz: Omit "#include".
25328
25329         * MODULES.html.sh (func_all_modules): Add calloc, to match
25330         2004-06-01 addition of calloc module.
25331
25332 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25333
25334         * m4/argz.m4: New file, which is autoupdated from libtool.
25335
25336 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25337
25338         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25339         libtool.
25340
25341 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25342
25343         * config/srclist-update: Don't insist on "USA." before the
25344         close-comment, as libtool omits the period and puts the */ on a
25345         separate line.
25346         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25347         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25348
25349 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25350
25351         * modules/argz: New file.
25352         * MODULES.html.sh (func_all_modules): Add argz.
25353
25354 2004-06-12  Jim Meyering  <jim@meyering.net>
25355         and  Paul Eggert  <eggert@cs.ucla.edu>
25356
25357         * modules/hash (Files): Add lib/xalloc.h.
25358         * modules/pipe (Depends-on): Add wait-process.
25359         * modules/stat (Depends-on): Add xalloc.
25360         * modules/userspec (Files): Add lib/userspec.h.
25361         * modules/xstrto
25362
25363         Upgrade from gettext-0.13.
25364         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25365         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25366         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25367
25368 2004-06-10  Jim Meyering  <jim@meyering.net>
25369
25370         * lib/calloc.c: New file.
25371
25372 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25373
25374         * lib/getdate.y (yylex): Allow space between sign and number.
25375         Problem reported by Dan Jacobson.
25376
25377 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25378
25379         Merge from coreutils CVS.
25380
25381         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25382         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25383         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25384         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25385         xstrtol.m4: Fix copyright date and/or serial number.
25386
25387         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25388         See if we need an fchown replacement.
25389         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25390         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25391         and use the replacement function if we detect either defect.
25392
25393         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25394         gl_UTIMECMP.
25395
25396 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25397         and  Jim Meyering  <jim@meyering.net>
25398
25399         Merge from coreutils CVS.
25400
25401         * lib/stat-macros.h: New file, with contents from file-type.h
25402         and coreutils' system.h.
25403         * lib/file-type.c: Include "stat-macros.h".
25404         * lib/file-type.h (file_type): Move all macro definitions to new file,
25405         stat-macros.h.
25406
25407         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25408         Wrap old code with this conditional.
25409         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25410         function that does not dereference symlinks.
25411         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25412
25413         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25414         dependency problems.
25415         (xreadlink): Accept new arg SIZE, for efficiency.
25416         All decls and uses changed.
25417         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25418
25419         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25420         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25421
25422         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25423         sysexits.h.
25424
25425 2004-06-01  Jim Meyering  <jim@meyering.net>
25426
25427         * m4/calloc.m4: New file.
25428
25429 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25430
25431         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25432         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25433         Also, fix a typo in a diagnostic.
25434
25435 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25436
25437         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25438         or AC_FUNC_REALLOC.
25439
25440 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25441
25442         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25443         macros to be defined.
25444         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25445         the allocator returns NULL because the requested size is zero.
25446
25447 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25448
25449         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25450         var.  Add comment explaining why libc still defines it.  This
25451         merges the following patch from glibc:
25452         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25453
25454 2004-05-20  Andreas Schwab  <schwab@suse.de>
25455
25456         * m4/free.m4: Replace free if it not known to work, not the other
25457         way round.
25458
25459 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25460
25461         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25462         present in glibc since revision 1.1 of this file.
25463         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25464         obstack_alignment_mask, obstack_alloc, obstack_base,
25465         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25466         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25467         obstack_grow0, obstack_init, obstack_int_grow,
25468         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25469         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25470         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25471         nonexistent functions.
25472
25473 2004-05-18  Karl Berry  <karl@gnu.org>
25474
25475         * config/srclist.txt: break link for vasnprintf.c.
25476
25477 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25478
25479         Port obstack to the AS/400, where pointers are 16 bytes wide and
25480         you cannot cast an integer to a valid pointer.  This patch is
25481         currently waiting to be integrated into glibc; see
25482         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25483
25484         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25485         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25486         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25487         (struct obstack): temp member is now a union of a pointer and
25488         an integer, instead of an integer.  All integer uses changed.
25489         This does not affect the physical layout of struct obstack,
25490         except on hosts (like the AS/400) where the size or alignment of
25491         void * is greater than that of ptrdiff_t.
25492         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25493         __STDC__)]: Store temporary in pointer member of union, not
25494         integer member.
25495         * lib/obstack.c: Include <stddef.h>, for offsetof.
25496         (struct fooalign): Remove; it doesn't need a name.
25497         (union fooround): Change double to long double, and add void *.
25498         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25499         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25500         not a macro.  Hence the values are always int; so remove all
25501         casts-to-int in uses.
25502
25503 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25504
25505         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25506         we can get this patch merged into glibc.
25507
25508 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25509             Paul Eggert  <eggert@cs.ucla.edu>
25510
25511         * m4/argp: Depend on alloca.
25512
25513 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25514             Paul Eggert  <eggert@cs.ucla.edu>
25515
25516         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25517         freecoding.
25518
25519 2004-05-17  Bruno Haible  <bruno@clisp.org>
25520
25521         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25522         precision that consists of a '.' followed by an empty digit string.
25523         Patch by Tor Lillqvist <tml@iki.fi>.
25524
25525 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25526
25527         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25528         for backward compatibility with older code.  We need our own
25529         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25530         it under some other name, and our alloca.h will define it.
25531
25532 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25533             Derek Price  <derek@ximbiot.com>
25534
25535         * lib/alloca.c: Include <alloca.h>, to get our interface.
25536         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25537         include <alloca.h> first.  Use C89 prototype for alloca; this
25538         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25539         Use #elif for simplicity, since we can assume C89 now.
25540         Don't try to source the system alloca.h since it will not be found
25541         and to prevent recursively including its replacement.
25542         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25543         * lib/regex.c: Likewise.
25544
25545 2004-05-16  Derek Price  <derek@ximbiot.com>
25546             Paul Eggert  <eggert@cs.ucla.edu>
25547
25548         getline cleanup.  This changes the getndelim2 API: both order of
25549         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25550         no delimiter).
25551
25552         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25553         interface does that.
25554         (getline): Always use getdelim, so that we don't have two
25555         copies of this code.
25556         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25557         if available.
25558         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25559         (GETNDELIM2_MAXIMUM): New macro.
25560         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25561         instead of the old practice of delim2==0.  All callers changed.
25562         Return -1 on overflow, instead of returning junk.
25563         Do not set *linesize unless allocation succeeds.
25564         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25565         that we include sys/types.h.
25566         * lib/getnline.h: Likewise.
25567         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25568         (getndelim2): Reorder arguments.
25569         * lib/getnline.c (getnline, getndelim):
25570         Don't discard the NMAX argument.
25571         (getnline): Invoke getndelim, to avoid code duplication.
25572         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25573         of (size_t) -1 by callers of the getnline family.
25574
25575 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25576
25577         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25578         Check for gettimeofday.
25579         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25580         Check for settimeofday, stime.
25581
25582 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25583
25584         * lib/nanosleep.c (suspended): Change its type from int to
25585         sig_atomic_t volatile.
25586         (first_call): Make it private to rpl_nanosleep, and have it
25587         be zero initially as that's a bit faster.
25588         (my_usleep): Round up fractional times instead of truncating them,
25589         as this is the usual meaning for 'sleep'.
25590
25591         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25592         doesn't work.
25593         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25594         (ENOSYS): Define if not defined.
25595         (settime): Fall back on stime if it exists and settimeofday fails.
25596         But don't bother with fallbacks if a method fails with errno == EPERM.
25597
25598 2004-05-11  Jim Meyering  <jim@meyering.net>
25599
25600         Prior to this change, the save_cwd caller required read access to the
25601         current directory on most systems (ones with the fchdir function).
25602
25603         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25604         fails, try write-only, and finally, resort to using xgetcwd.
25605
25606 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25607
25608         * lib/obstack.c, obstack.h: Import changes from libc.
25609
25610 2004-04-28  Bruno Haible  <bruno@clisp.org>
25611
25612         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25613         also implicitly appends .exe to executables.
25614         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25615         accepts Windows pathnames.
25616         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25617         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25618         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25619         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25620         Reported by Derek Robert Price <derek@ximbiot.com>.
25621
25622 2004-04-21  Karl Berry  <karl@gnu.org>
25623
25624         * config/srclist.txt (localcharset.c): break sync.
25625
25626 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25627
25628         * m4/host-os.m4: Add a copyright notice.
25629
25630 2004-04-20  Jim Meyering  <jim@meyering.net>
25631
25632         Change UTILS_ to gl_ in AC_DEFINE'd names.
25633         Change utils_- and jm_-prefixed variables, too.
25634         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25635         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25636         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25637
25638         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25639         Don't emit trailing blanks.
25640         Also rename jm_-prefixed variables to have gl_ prefix.
25641
25642         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25643         Also rename jm_-prefixed variables to have gl_ prefix.
25644
25645         * m4/jm-macros.m4: Reflect the renamings.
25646         * m4/prereq.m4: Likewise.
25647
25648 2004-04-20  Jim Meyering  <jim@meyering.net>
25649
25650         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25651         memory.
25652
25653 2004-04-20  Jim Meyering  <jim@meyering.net>
25654             Bruno Haible  <bruno@clisp.org>
25655
25656         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25657         memory when realloc fails.
25658
25659 2004-04-19  Jim Meyering  <jim@meyering.net>
25660
25661         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25662         now that readutmp.c may call `free (0)'.
25663
25664 2004-04-19  Bruno Haible  <bruno@clisp.org>
25665
25666         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25667         * m4/inttypes_h.m4: Likewise.
25668         * m4/stdint_h.m4: Likewise.
25669         * m4/intmax_t.m4: Likewise.
25670         * m4/uintmax_t.m4: Likewise.
25671
25672 2004-04-18  Jim Meyering  <jim@meyering.net>
25673
25674         * m4/prereq.m4: Don't forbid jm_ prefix.
25675
25676         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25677         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25678         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25679         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25680         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25681         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25682         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25683         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25684         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25685         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25686         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25687         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25688         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25689         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25690         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25691         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25692         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25693         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25694         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25695
25696 2004-04-18  Jim Meyering  <jim@meyering.net>
25697
25698         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25699         failure, don't leak memory and do call END_UTMP_ENT.
25700
25701 2004-04-16  Jim Meyering  <jim@meyering.net>
25702
25703         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25704         coreutils' stat program.
25705         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25706
25707 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25708
25709         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25710         C89.
25711         (CHAR_BIT): Remove, since we assume C89.
25712         Include <stdint.h> if available, as per current Autoconf CVS advice.
25713
25714 2004-03-31  Jim Meyering  <jim@meyering.net>
25715
25716         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25717         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25718         * m4/xalloc.m4: Likewise.
25719
25720 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25721
25722         Merge from coreutils.
25723
25724         * m4/inttostr.m4: New file.
25725         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25726         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25727         Require gl_CLOCK_TIME.
25728         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25729
25730 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25731
25732         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25733         not bool, to be more consistent with Unix conventions.
25734         Suggested by Bruno Haible.
25735
25736         Merge from coreutils.
25737
25738         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25739         * lib/umaxtostr.c: New files.
25740
25741         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25742         the usual <time.h> dance.
25743         (get_date): Change signature to support fractional time stamps.
25744         All callers changed.
25745         * lib/getdate.y: Include "getdate.h" first, as we can now
25746         assume C89 and don't need to worry about 'const'.
25747         Similarly, include "unlocked-io.h" near start, not in middle.
25748         Include <limits.h>.
25749         (textint.value): Use long int rather than int.
25750         (textint.digits): Use size_t rather than int.
25751         (BILLION, LOG10_BILLION): New constants.
25752         (parser_control): New member rel_ns.  Members day_ordinal,
25753         time_zone, month, day, hour, minutes, rel_year, rel_month,
25754         rel_day, rel_hour, rel_minutes, rel_seconds
25755         are now long int, not int.  Member seconds is now struct timespec,
25756         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25757         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25758         not int.
25759         (%union.intval): Now long int, not int.
25760         New member timespec.
25761         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25762         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25763         (spec): Now is a timespec or an item list.
25764         (timespec, items): New nonterminals.
25765         (time, rel, relunit, number, get_date):
25766         Add support for fractional seconds.
25767         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25768         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25769         (to_hour): First arg is now long int, not int.
25770         (to_year): Returns long int, not int.
25771         Don't treat year -70 like 70.
25772         (tm_diff): Returns long int, not int.
25773         (lookup_word): Use bool instead of int when appropriate.
25774         (yylex): Use size_t for count, not int.
25775         Detect overflow when parsing large integer constants.
25776         Add support for fractions.
25777         (get_date): Make pointers 'const' if possible.
25778         Use more-portable code to detect integer overflow.
25779         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25780         Don't use ctime; it's not reliable if the year has >4 digits.
25781
25782         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25783         This is for compatibility with BSD.
25784
25785         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25786         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25787         From coreutils' system.h.
25788
25789         * lib/userspec.c: Don't include "posixver.h".
25790         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25791         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25792         compatible extension.  Simplify code by removing a boolean int
25793         that was always nonzero if a string was nonnull.
25794
25795 2004-03-30  Jim Meyering  <jim@meyering.net>
25796
25797         Merge from coreutils.
25798
25799         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25800         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25801         on some systems one must include <grp.h> before it.
25802         Reported by Christian Krackowizer.
25803
25804 2004-03-30  Jim Meyering  <jim@meyering.net>
25805
25806         Merge from coreutils.
25807
25808         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25809
25810         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25811         an empty input stream.
25812
25813         * lib/readtokens.c: Include <stdbool.h>.
25814         (readtoken): Use `size_t' rather than int/long.
25815         All callers adjusted.
25816         Use `bool' rather than `int' where appropriate.
25817         Use memset rather than an explicit loop.
25818         Use x2nrealloc rather than xrealloc.
25819         Allow the use of `\0' as a delimiter.
25820         (readtokens): Likewise.
25821         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25822
25823 2004-03-30  Jim Meyering  <jim@meyering.net>
25824
25825         * m4/realloc.m4: Remove file, since now it does no more than
25826         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25827         the `configure.ac' section of module/realloc.
25828         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25829
25830 2004-03-30  Bruno Haible  <bruno@clisp.org>
25831
25832         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25833         nonnull.
25834
25835 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25836
25837         Merge changes to getloadavg.c from coreutils and Emacs.
25838
25839         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25840         Define to an expression, not to the empty string.
25841         Include cloexec.h and xalloc.h.
25842         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25843         Use set_cloexec_flag rather than rolling our own.
25844         * lib/cloexec.c, lib/cloexec.h: New files.
25845
25846 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25847
25848         * m4/cloexec.m4: New file.
25849
25850 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25851
25852         * lib/getopt.h: Sync with libc CVS.
25853
25854 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25855             Bruno Haible  <bruno@clisp.org>
25856
25857         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25858         mbswidth.
25859
25860 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25861             Bruno Haible  <bruno@clisp.org>
25862
25863         * lib/mbswidth.h: Include <wchar.h> only if
25864         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25865         <wchar.h>.
25866         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25867
25868 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25869
25870         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25871         Sync with libc CVS.
25872         * lib/getopt_int.h: New file, also synced from libc.
25873
25874 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25875
25876         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25877         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25878         Bring back getopt.c, getopt.h, getopt1.c.
25879
25880 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25881
25882         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25883         All uses changed.  Check for sa_sigaction member; this fixes
25884         a bug first reported by Jason Andrade in
25885         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25886
25887 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25888
25889         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25890         '#if' expressions.  Unlike the code it replaces, it does not
25891         depend on (defined _SC_PAGESIZE).  However, it does depend on
25892         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25893         first reported by Jason Andrade in
25894         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25895
25896 2004-02-25  Simon Josefsson  <jas@extundo.com>
25897
25898         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25899
25900 2004-02-25  Simon Josefsson  <jas@extundo.com>
25901
25902         * lib/strdup.h: New file.
25903         * lib/strdup.c: Include it.
25904         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25905         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25906
25907 2004-02-23  Karl Berry  <karl@gnu.org>
25908
25909         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25910         (from fencepost.gnu.org:/gd/gnuorg).
25911
25912 2004-02-23  Karl Berry  <karl@gnu.org>
25913
25914         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25915         * config/srclist.txt: add maintain/standards documents.
25916
25917 2004-02-18  Bruno Haible  <bruno@clisp.org>
25918
25919         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25920         Reported by Derek Robert Price <derek@ximbiot.com>.
25921
25922 2004-02-16  Karl Berry  <karl@gnu.org>
25923
25924         * config/mkinstalldirs, install-sh: update from automake.
25925
25926 2004-02-06  Karl Berry  <karl@gnu.org>
25927
25928         * m4/po.m4: update from gettext 0.14.1.
25929
25930 2004-02-06  Karl Berry  <karl@gnu.org>
25931
25932         * lib/config.charset: update from gettext 0.14.1.
25933
25934 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25935
25936         Add comments and code, prompted by suggestions from Bruno Haible
25937         for sh-quote.
25938         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25939         describing the enum quoting_style values.
25940         * lib/quotearg.c (quotearg_alloc): New function.
25941         (quotearg_buffer_restyled): Treat lone { and } as special.
25942         Treat = as special.  Work around bug with older shells
25943         that "see" a '\' that is really the 2nd byte of a multibyte char.
25944         Quote empty string with shell_quoting_style.
25945
25946 2004-02-03  Bruno Haible  <bruno@clisp.org>
25947
25948         * m4/pipe.m4: New file, from GNU gettext.
25949
25950 2004-02-03  Bruno Haible  <bruno@clisp.org>
25951
25952         * lib/pipe.h: New file, from GNU gettext.
25953         * lib/pipe.c: New file, from GNU gettext.
25954
25955 2004-01-27  Bruno Haible  <bruno@clisp.org>
25956
25957         * m4/execute.m4: New file, from GNU gettext.
25958
25959 2004-01-27  Bruno Haible  <bruno@clisp.org>
25960
25961         * lib/execute.h: New file, from GNU gettext.
25962         * lib/execute.c: New file, from GNU gettext.
25963         * lib/w32spawn.h: New file, from GNU gettext.
25964
25965 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25966
25967         Merge from diffutils.
25968
25969         * lib/file-type.c (file_type): Add typed memory objects.
25970         * lib/file-type.h (S_TYPEISTMO): New macro.
25971
25972         * lib/c-stack.h (c_stack_action): Remove argv argument.
25973         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25974         (die): Don't calculate message unless segv_action returns.
25975         (get_stack_location, min_address_from_argv, max_address_from_argv,
25976         volatile stack_base, volatile_stack_size): Remove.
25977         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25978         that every segmentation violation is a stack overflow.  (Ouch!)
25979         See Debian bug 136249 (still outstanding) for more info about why
25980         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25981
25982 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25983
25984         Exit-status fix from coreutils.
25985
25986         Use exit_failure consistently in place of EXIT_FAILURE,
25987         so that program exit statuses are consistent on failure.
25988
25989         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25990         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25991         * lib/argmatch.h: Comment fix to match the above.
25992         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25993         Now a macro referring to exit_failure, instead of a separate
25994         variable.  Include "exitfail.h" to get it.
25995         * lib/xstrtol.h: Include "exitfail.h".
25996         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25997
25998         * lib/long-options.c (parse_long_options): Use prototype
25999         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
26000         for clarity.
26001
26002 2004-01-21  Jim Meyering  <jim@meyering.net>
26003
26004         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
26005         so as not to conflict with a different-sized __mktime_internal
26006         function in GNU libc.
26007         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
26008         Problem building statically-linked `ls' reported by Michael Brunnbauer.
26009
26010 2004-01-20  Karl Berry  <karl@gnu.org>
26011
26012         * config/config.guess: update from config.
26013
26014         * config/srclistvars.sh: GNUWWWLICENSES for karl.
26015
26016 2004-01-20  Bruno Haible  <bruno@clisp.org>
26017
26018         Safer stack allocation.
26019         * lib/setenv.c: Include allocsa.h.
26020         (alloca): Remove fallback definition.
26021         (freea): Remove macro.
26022         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
26023         instead of freea.
26024
26025 2004-01-20  Bruno Haible  <bruno@clisp.org>
26026
26027         * m4/eealloc.m4: New file, from GNU gettext.
26028
26029 2004-01-20  Bruno Haible  <bruno@clisp.org>
26030
26031         * m4/allocsa.m4: New file, from GNU gettext.
26032
26033 2004-01-20  Bruno Haible  <bruno@clisp.org>
26034
26035         * lib/xallocsa.h: New file, from GNU gettext.
26036         * lib/xallocsa.c: New file, from GNU gettext.
26037
26038 2004-01-20  Bruno Haible  <bruno@clisp.org>
26039
26040         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
26041
26042 2004-01-20  Bruno Haible  <bruno@clisp.org>
26043
26044         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
26045         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
26046         specially.
26047
26048 2004-01-20  Bruno Haible  <bruno@clisp.org>
26049
26050         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
26051         patch.
26052
26053 2004-01-20  Bruno Haible  <bruno@clisp.org>
26054
26055         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
26056
26057 2004-01-20  Bruno Haible  <bruno@clisp.org>
26058
26059         * lib/eealloc.h: New file.
26060
26061 2004-01-20  Bruno Haible  <bruno@clisp.org>
26062
26063         * lib/binary-io.h: Avoid warnings on Cygwin.
26064
26065 2004-01-20  Bruno Haible  <bruno@clisp.org>
26066
26067         * lib/allocsa.h: New file, from GNU gettext.
26068         * lib/allocsa.c: New file, from GNU gettext.
26069
26070 2004-01-18  Karl Berry  <karl@gnu.org>
26071
26072         * doc/gpl.texi, doc/lgpl.texi: new files.
26073
26074 2004-01-18  Karl Berry  <karl@gnu.org>
26075
26076         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
26077         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
26078
26079 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26080
26081         Merge from coreutils.
26082
26083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
26084         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
26085         (gl_DEFAULT_POSIX2_VERSION): Move
26086         the documentation from 'configure' into 'config.hin',
26087         so that 'configure --help' isn't burdened by it and
26088         we don't have to worry about its formatting there.
26089         Reword the documentation so that it's more succinct
26090         and can be run together into a single paragraph.
26091         * m4/same.m4 (gl_SAME): Check for pathconf.
26092
26093 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26094
26095         Merge from coreutils.
26096
26097         * lib/posixver.c: Include posixver.h.
26098
26099         * lib/same.c: Include <stdbool.h>, <limits.h>.
26100         (_POSIX_NAME_MAX): Define if not defined.
26101         (MIN): New macro.
26102         (same_name): If file names are silently truncated, report
26103         that the file names are the same if they are the same after
26104         the silent truncation.
26105
26106         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
26107         conversion function.
26108         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
26109         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
26110         longer needed.
26111
26112 2004-01-15  Jim Meyering  <jim@meyering.net>
26113
26114         Merge from coreutils.
26115
26116         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
26117         if no library is required.
26118         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
26119         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
26120         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
26121         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
26122         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
26123         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
26124         value, $ac_cv_search_crypt, if it's "none required".
26125         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
26126         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
26127         not gl_FUNC_GETLOADAVG.
26128         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
26129         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
26130
26131 2004-01-15  Jim Meyering  <jim@meyering.net>
26132
26133         Merge from coreutils.
26134
26135         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
26136         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
26137         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
26138
26139         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
26140         optional configure-time default.
26141
26142         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26143
26144         * lib/xreadlink.c (xreadlink): Correct outdated comment.
26145
26146 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
26147
26148         Merge from coreutils.
26149
26150         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
26151         value, $ac_cv_search_nanosleep, if it's "none required".
26152
26153 2004-01-14  Paul Eggert  <eggert@twinsun.com>
26154
26155         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
26156         with like-named macro in fnmatch.c.
26157         (EXT): Use an internal constant instead.
26158
26159         Merge fnmatch patches from glibc.
26160         * lib/fnmatch.c (mbsinit): Remove define.
26161         Add libc_hidden_ver (__fnmatch, fnmatch).
26162         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
26163         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
26164
26165 2004-01-14  Karl Berry  <karl@gnu.org>
26166
26167         * config/install-sh: update from automake.
26168
26169 2004-01-13  Karl Berry  <karl@gnu.org>
26170
26171         * config/install-sh: update from automake.
26172
26173 2004-01-09  Karl Berry  <karl@gnu.org>
26174
26175         * config/install-sh: update from automake.
26176
26177 2004-01-05  Karl Berry  <karl@gnu.org>
26178
26179         * config/config.{sub,guess}: update from config.
26180
26181 2003-12-31  Karl Berry  <karl@gnu.org>
26182
26183         * config/depcomp: update from automake.
26184
26185 2003-12-14  Karl Berry  <karl@gnu.org>
26186
26187         * lib/config.charset: update from gettext-runtime.
26188
26189 2003-12-03  Paul Eggert  <eggert@twinsun.com>
26190
26191         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
26192         Bug reported by Alfred M. Szmidt.
26193
26194 2003-12-03  Bruno Haible  <bruno@clisp.org>
26195
26196         * m4/gettext.m4: Upgrade from gettext-0.13.
26197         * m4/po.m4: Upgrade from gettext-0.13.
26198         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
26199         * m4/intmax.m4: New file, from gettext-0.13.
26200         * m4/printf-posix.m4: New file, from gettext-0.13.
26201
26202 2003-11-29  Karl Berry  <karl@gnu.org>
26203
26204         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26205
26206 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26207             Bruno Haible  <bruno@clisp.org>
26208
26209         * lib/printf-parse.h: Don't include sys/types.h.
26210         (ARG_NONE): New macro.
26211         (char_directive): Change type of *arg_index fields to size_t.
26212         * lib/printf-parse.c: Don't include sys/types.h.
26213         (SSIZE_MAX): Remove macro.
26214         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26215         Remove unnecessary overflow check.
26216         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26217         fields.
26218
26219 2003-11-25  Bruno Haible  <bruno@clisp.org>
26220
26221         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26222
26223 2003-11-25  Bruno Haible  <bruno@clisp.org>
26224
26225         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26226         gt_TYPE_SSIZE_T.
26227
26228 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26229
26230         * modules/alloca: Remove dependency on xalloc.
26231
26232 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26233
26234         * lib/alloca.c: Remove dependency on xalloc module.
26235         (xalloc_die): Remove.
26236         (memory_full) [!defined emacs]: New macro.
26237         [!defined emacs]: Don't include xalloc.h.
26238         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26239         address arithmetic overflows.  Change datatypes a bit to avoid
26240         unnecessary casts.
26241
26242 2003-11-22  Jim Meyering  <jim@meyering.net>
26243
26244         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26245         s/size/size_t/.
26246
26247 2003-11-21  Karl Berry  <karl@gnu.org>
26248
26249         * config/config.{sub,guess}: update from config.
26250
26251 2003-11-18  Karl Berry  <karl@gnu.org>
26252
26253         * config/config.{sub,guess}: update from config.
26254
26255         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26256
26257 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26258
26259         * README: Mention that S+T cannot overflow if S is the size of
26260         an existing object and T is sufficiently small.
26261
26262 2003-11-17  Jim Meyering  <jim@meyering.net>
26263
26264         On systems without utime and without a utimes function capable of
26265         dealing with a NULL struct utimbuf* argument, this utime replacement
26266         could -- in unusual circumstances -- leak a file descriptor.
26267         * lib/utime.c: Include <unistd.h> and <errno.h>.
26268         (utime_null): Be sure to close `fd' and to preserve errno.
26269         Reported by Geoff Collyer via Arnold Robbins.
26270
26271 2003-11-17  Bruno Haible  <bruno@clisp.org>
26272
26273         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26274         (Depends-on): Add xsize.
26275
26276 2003-11-17  Bruno Haible  <bruno@clisp.org>
26277
26278         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26279
26280 2003-11-17  Bruno Haible  <bruno@clisp.org>
26281
26282         * lib/vasnprintf.c (alloca): Remove fallback definition.
26283         (freea): Remove definition.
26284         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26285         Reported by Paul Eggert.
26286
26287 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26288             Bruno Haible  <bruno@clisp.org>
26289
26290         Protect against address arithmetic overflow.
26291         * lib/printf-args.h: Include stddef.h.
26292         (arguments): Change type of field 'count' to size_t.
26293         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26294         'unsigned int' where appropriate.
26295         * lib/printf-parse.h: Include sys/types.h.
26296         (char_directive): Change type of *arg_index fields to ssize_t.
26297         (char_directives): Change type of fields 'count', max_*_length to
26298         size_t.
26299         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26300         (SSIZE_MAX): Define fallback value.
26301         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26302         instead of 'int' where appropriate. Check a_allocated, d_allocated
26303         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26304         * lib/vasnprintf.c: Include xsize.h.
26305         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26306         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26307         overflow. Avoid wraparound when converting a width or precision from
26308         decimal to binary.
26309
26310 2003-11-16  Bruno Haible  <bruno@clisp.org>
26311
26312         Update from GNU gettext.
26313         * lib/printf-parse.c: Generalize to it can be compiled for wide
26314         strings.
26315         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26316         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26317         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26318         SNPRINTF): New macros.
26319         Don't include <alloca.h> if the file is used inside libintl.
26320         (local_wcslen): New function, for Solaris 2.5.1.
26321         (VASNPRINTF): Use it instead of wcslen.
26322
26323 2003-11-16  Bruno Haible  <bruno@clisp.org>
26324
26325         * lib/xsize.h (xmax): New function.
26326         (xsum, xsum3, xsum4): Declare as "pure" functions.
26327
26328 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26329
26330         * modules/xalloc (Files): Undo latest change, since xalloc.h
26331         no longer needs SIZE_MAX or PTRDIFF_MAX.
26332
26333 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26334
26335         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26336         gl_PTRDIFF_MAX.
26337
26338 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26339
26340         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26341         "return", to pacify some unknown compiler.  Problem reported
26342         by Joerg Schilling.
26343
26344 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26345
26346         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26347         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26348         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26349         heuristic is just as accurate as far as we know, and it removes a
26350         dependency on size_max.m4 and ptrdiff_max.m4.
26351
26352 2003-11-11  Bruno Haible  <bruno@clisp.org>
26353
26354         * modules/xsize (Files): Add m4/size_max.m4.
26355         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26356
26357 2003-11-11  Bruno Haible  <bruno@clisp.org>
26358
26359         * m4/size_max.m4: New file.
26360         * m4/ptrdiff_max.m4: New file.
26361         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26362         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26363         (gl_XALLOC): Invoke it.
26364
26365 2003-11-11  Bruno Haible  <bruno@clisp.org>
26366
26367         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26368         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26369         defined.
26370
26371 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26372
26373         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26374         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26375         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26376         From Bruno Haible.
26377         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26378         not (size_t) -1, since it's defined here.
26379
26380 2003-11-09  Karl Berry  <karl@gnu.org>
26381
26382         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26383
26384 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26385
26386         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26387         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26388         Reject sizes of exactly SIZE_MAX bytes.
26389         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26390         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26391
26392 2003-11-05  Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26395         SIZE_MAX defined in <limits.h> on Solaris.
26396
26397 2003-11-04  Jim Meyering  <jim@meyering.net>
26398
26399         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26400         variable names, rather than @VAR@.
26401         * modules/poll: Likewise.
26402
26403 2003-11-04  Bruno Haible  <bruno@clisp.org>
26404
26405         * modules/xsize: New file.
26406         * modules/linebreak: Depend on xsize.
26407         * MODULES.html.sh (func_all_modules): Add xsize.
26408
26409 2003-11-04  Bruno Haible  <bruno@clisp.org>
26410
26411         * m4/xsize.m4: New file.
26412
26413 2003-11-04  Bruno Haible  <bruno@clisp.org>
26414
26415         * lib/xsize.h: New file.
26416         * lib/linebreak.c: Include xsize.h.
26417         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26418         argument for overflow.
26419         Suggested by Paul Eggert.
26420
26421 2003-11-03  Karl Berry  <karl@gnu.org>
26422
26423         * config/config.{guess,sub}: update from config.
26424
26425 2003-11-03  Jim Meyering  <jim@meyering.net>
26426
26427         * modules/userspec (lib_SOURCES): Add userspec.h.
26428         (Include): Add "userspec.h".
26429         Improve description.
26430
26431 2003-11-03  Jim Meyering  <jim@meyering.net>
26432
26433         * lib/userspec.c: Include "userspec.h".
26434         * lib/userspec.h: New file.
26435
26436 2003-11-03  Bruno Haible  <bruno@clisp.org>
26437
26438         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26439
26440 2003-11-03  Bruno Haible  <bruno@clisp.org>
26441
26442         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26443         available, to avoid (extremely rare) race condition.
26444         Suggested by Paul Eggert.
26445
26446 2003-11-02  Karl Berry  <karl@gnu.org>
26447
26448         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26449
26450 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26451
26452         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26453         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26454         (read_filesystem_list): Set and use me_type_malloced.
26455         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26456         whatever the type happens to be), for brevity and consistency.
26457         Check for size calculation overflow on Alphas running OSF/1.
26458
26459 2003-10-31  Jim Meyering  <jim@meyering.net>
26460
26461         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26462
26463         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26464
26465 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26466             Bruno Haible  <bruno@clisp.org>
26467
26468         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26469         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26470
26471 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26472
26473         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26474         netbsd*-gnu*.  Suggested by Robert Millan.
26475
26476 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26477
26478         * modules/group-member: Depend on stdbool.
26479
26480 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26481
26482         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26483
26484 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26485
26486         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26487         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26488         after the 'gnu' in these cases.  This fixes some bugs in the
26489         previous change, and is based on suggestions by Robert Millan.
26490
26491 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26492
26493         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26494         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26495         no longer needed.
26496         * lib/quotearg.c (quotearg_n_options): Use it.
26497         * lib/group-member.c: Include <stdbool.h>.
26498         (free_group_info): Arg is now const *; don't free arg.
26499         (get_group_info): Now returns bool and accepts struct group_info *,
26500         rather than returning a malloc'ed struct group_info *.
26501         All uses changed.  Check for overflow in internal size calculation.
26502
26503         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26504         rather than xmalloc/xrealloc.
26505         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26506         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26507         conformance bug: the old code used a pointer after freeing the
26508         storage that it addressed.
26509         * lib/hash.c (hash_initialize): Simplify the code by using
26510         xalloc_oversized rather than doing it by hand.
26511         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26512         the buffer preserved.  Use free and xmalloc instead.
26513         * lib/quotearg.c (quotearg_n_options): Likewise.
26514         Use a simpler test for size overflow.  Don't use xalloc_oversized
26515         because unsigned int might be wider than size_t (!); this suggests
26516         that we should switch from unsigned int to size_t for slot numbers.
26517
26518 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26519
26520         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26521         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26522         NetBSD kernels.  Requested by Richard Stallman.
26523
26524 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26525
26526         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26527         to allocate the returned structure.  Do not allocate a subarray,
26528         as x2nrealloc will do that.
26529         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26530         instead of xnrealloc.
26531         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26532
26533 2003-10-27  Bruno Haible  <bruno@clisp.org>
26534
26535         * lib/stdbool_.h: Better support for BeOS.
26536
26537 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26538
26539         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26540         now uses inline.
26541
26542 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26543
26544         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26545         callers that want to do their own size-overflow checking.  Include
26546         <stdbool.h>, since xalloc_oversized returns bool.
26547         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26548         to use xalloc_oversized.
26549
26550         Add two functions x2realloc, x2nrealloc, for programs that grow
26551         arrays dynamically by doubling their sizes.
26552         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26553         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26554         New functions.
26555
26556         Port to C99 semantics for 'inline' of external functions.
26557         Bug reported by Bruno Haible.
26558         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26559         with the old contents of xnmalloc.
26560         (xnmalloc, xmalloc): Use it.
26561         (xnrealloc_inline): New static inline function,
26562         with the old contents of xnrealloc.
26563         (xnrealloc, xrealloc): Use it.
26564
26565         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26566         that.
26567
26568 2003-10-26  Karl Berry  <karl@gnu.org>
26569
26570         * config/srclist.txt (COPYING.DOC): no longer available from
26571         /gd/gnuorg; don't know where the ultimate source is.
26572
26573 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26574
26575         Fix several address-calculation bugs in the hash modules,
26576         plus some minor code cleanup.
26577
26578         * lib/hash.h: Include <stdbool.h>, for bool.
26579         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26580         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26581         hash_get_n_entries, hash_get_max_bucket_length,
26582         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26583         hash_rehash): Use size_t rather than unsigned.
26584         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26585         hash_get_n_buckets_used, hash_get_n_entries,
26586         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26587         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26588         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26589         Likewise.
26590         (SIZE_MAX): Define if not defined.
26591         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26592         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26593         hash_print):
26594         Use const * when possible.
26595         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26596         (check_tuning): Fix bug: if tuning parameters were very close to
26597         0 or 1, rounding errors could have caused subscript violations.
26598         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26599         (hash_initialize): Add 'fail:' label
26600         to free table and return NULL, and use it to simplify code.
26601         Use calloc rather than clearing the storage ourself.
26602         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26603         buffer size calculations.
26604         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26605         Include <stddef.h>, for size_t.
26606         * lib/hash-pjw.c (hash_pjw): Likewise.
26607         Switch to method described by Bruno Haible.
26608         Include <limits.h>, for CHAR_BIT.
26609         (SIZE_BITS): New macro.
26610
26611 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26612
26613         * m4/getline.m4 (AM_FUNC_GETLINE):
26614         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26615         hosts.  Problem reported by Derek Robert Price in
26616         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26617         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26618         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26619
26620 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26621
26622         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26623         ceiling the allocation at NMAX bytes rather than silently
26624         discarding input bytes before NMAX is reached.  This makes
26625         a difference only if NMAX exceeds SIZE_MAX / 2.
26626
26627         * lib/obstack.c: Merge from glibc.
26628         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26629         Add libc_hidden_def (_obstack_newchunk).
26630         (_obstack_free) [! defined _LIBC]: Remove.
26631         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26632         a clone of the function body.
26633         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26634         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26635
26636         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26637         glibc.
26638         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26639         arg to memcpy.
26640
26641         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26642         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26643         Don't use lvalue casts, as GCC plans to remove support for them
26644         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26645         was also present in the non-GCC version, indicating that this
26646         code had always been buggy and had never been widely used.
26647         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26648         Use the fast variant of each macro, rather than copying the
26649         definiens of the fast variant; that way, we'll be more likely to
26650         catch future bugs in the fast variants.
26651
26652 2003-10-20  Bruno Haible  <bruno@clisp.org>
26653
26654         * modules/wait-process: New file.
26655         * MODULES.html.sh (func_all_modules): Add wait-process.
26656
26657 2003-10-20  Bruno Haible  <bruno@clisp.org>
26658
26659         * m4/wait-process.m4: New file.
26660
26661 2003-10-20  Bruno Haible  <bruno@clisp.org>
26662
26663         * lib/wait-process.h: New file, from GNU gettext.
26664         * lib/wait-process.c: New file, from GNU gettext.
26665
26666 2003-10-19  Jim Meyering  <jim@meyering.net>
26667
26668         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26669         HPUX 10.20.
26670
26671 2003-10-18  Karl Berry  <karl@gnu.org>
26672
26673         * config/config.guess: update from config.
26674
26675 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26676
26677         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26678         (getgroups): First arg is int, not size_t.
26679         Don't let 'free' mangle errno.
26680
26681 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26682
26683         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26684
26685 2003-10-16  Karl Berry  <karl@gnu.org>
26686
26687         * config/config.{guess,sub}: update from config.
26688
26689 2003-10-16  Jim Meyering  <jim@meyering.net>
26690
26691         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26692         memcpy.
26693
26694 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26695
26696         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26697         (SIZE_MAX): Remove.
26698         (new_exclude, add_exclude_file): Initial size no longer needs to
26699         be a power of 2.
26700         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26701         our own address arithmetic overflow checking.
26702
26703         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26704         (fnmatch): Do not alloca more than 2000 wide characters;
26705         instead, use malloc for large buffers.
26706         Check for address arithmetic overflow, and return -1
26707         with errno set to ENOMEM in that case.
26708         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26709         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26710         instead, return -1.  Check for address arithmetic overflow.
26711
26712 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26713
26714         Handle invalid suffixes and overflow independently, so that
26715         callers can treat them independently as needed.  Fix some bugs in
26716         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26717         suffix for a human-readable blocksize.  The major caller-visible
26718         change is the addition of a new
26719         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26720         that both overflow and suffix chars were found.
26721
26722         * lib/human.c (humblock): Don't check separately for invalid suffix
26723         char; that is xstrtoumax's job (now that its bug is fixed).
26724         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26725         INTMAX_MAX]: New macros.
26726         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26727         TYPE_MAXIMUM): New macros.
26728         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26729         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26730         if overflow occurs, as it's what __strtol does and it's more useful
26731         in practice.
26732         (__xstrtol): If __strtol reports some error other than ERANGE,
26733         reflect it to the caller as LONGINT_INVALID.  If it reports
26734         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26735         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26736         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26737         value.
26738         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26739         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26740         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26741         [defined UINTMAX_MAX]: New macros.
26742
26743 2003-10-14  Bruno Haible  <bruno@clisp.org>
26744
26745         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26746
26747 2003-10-14  Bruno Haible  <bruno@clisp.org>
26748
26749         * m4/sig_atomic_t: New file, from GNU gettext.
26750         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26751
26752 2003-10-14  Bruno Haible  <bruno@clisp.org>
26753
26754         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26755         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26756         Also use volatile where needed.
26757
26758 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26759
26760         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26761         Change maintainer from Bruno Haible to 'all'.
26762
26763 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26764
26765         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26766
26767 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26768
26769         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26770         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26771         and define in terms of the other primitives.
26772         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26773         (SIZE_MAX): Define if not already defined.
26774         (array_size_overflow): New function.
26775         (xalloc_die): Abort instead of exiting if 'error' returns.
26776         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26777         (xmalloc, xrealloc): Use them.
26778         (xcalloc): Check for address arithmetic overflow.
26779         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26780         a bit faster than strcpy.
26781
26782 2003-10-10  Simon Josefsson  <jas@extundo.com>
26783
26784         * modules/argp (Depends-on): Add restrict and strcase.
26785
26786 2003-10-10  Simon Josefsson  <jas@extundo.com>
26787
26788         * m4/argp.m4: Add AC_C_INLINE.
26789
26790 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26791
26792         Merge getpass from libc, plus a few fixes.
26793
26794         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26795         Include <stdbool.h>.
26796         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26797         __fsetlocking to empty.
26798         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26799         do include <bits/libc-lock.h>.
26800         Do not include <fcntl.h>; not needed.
26801         [_LIBC]: Include <wchar.h>.
26802         (NOTCANCEL_MODE): New macro.
26803         (flockfile, funlockfile) [_LIBC]: New macros.
26804         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26805         [!_LIBC]: New macros.
26806         (call_fclose): New function.
26807         (getpass): Use it.  Save tty stream separately; this simplifies the
26808         code and makes it more reliable if stdin happens to equal stdout.
26809         Invoke __fsetlocking on tty.
26810         Handle thread cancellation if needed.
26811         Namespace cleanup (use __tcgetattr, __getline).
26812         Use bool for Booleans.
26813         [USE_IN_LIBIO]: Handle wide streams.
26814         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26815         stream might go where.
26816
26817         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26818         doesn't have to include <stdio.h> before us.
26819         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26820         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26821         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26822         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26823         if not declared, so that we can use getpass.c code from libc without
26824         rewriting it.
26825         (flockfile, ftrylockfile, funlockfile): New macros.
26826
26827 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26828
26829         * modules/getpass: Depend on stdbool.
26830
26831 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26832
26833         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26834
26835 2003-10-07  Karl Berry  <karl@gnu.org>
26836
26837         * config/config.{guess,sub}: update from config.
26838
26839 2003-10-06  Jim Meyering  <jim@meyering.net>
26840             Bruno Haible  <bruno@clisp.org>
26841
26842         This lets translators provide better translations for the
26843         "Written by ..." part of --version output.
26844         * lib/version-etc.h: Include stdarg.h.
26845         (version_etc_copyright): Declare as readonly.
26846         (version_etc): Make this function variadic with a NULL-terminated list
26847         of author name strings.
26848         (version_etc_va): New declaration.
26849         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26850         (version_etc_copyright): Declare as readonly.
26851         (version_etc_va): New function. Provide a different translatable string
26852         for each possible number of authors < 10. Abbreviate when there are 10
26853         authors or more.
26854         (version_etc): Make this function variadic. Call version_etc_va.
26855         Suggestion from Gary V. Vaughan.
26856
26857         * lib/long-options.h (parse_long_options): Change prototype: the
26858         authors string is moved to the end and becomes variadic.
26859         * lib/long-options.c: Include stdarg.h.
26860         (parse_long_options): Make this function variadic, too.
26861         Call version_etc_va, not version_etc.
26862
26863 2003-10-06  Bruno Haible  <bruno@clisp.org>
26864
26865         * modules/version-etc-2: Remove file.
26866         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26867
26868 2003-10-06  Bruno Haible  <bruno@clisp.org>
26869
26870         * modules/fatal-signal: New file.
26871         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26872
26873 2003-10-06  Bruno Haible  <bruno@clisp.org>
26874
26875         * m4/fatal-signal.m4: New file.
26876         * m4/signalblocking.m4: New file, from GNU gettext.
26877
26878 2003-10-06  Bruno Haible  <bruno@clisp.org>
26879
26880         * lib/version-etc-2.h: Remove file.
26881         * lib/version-etc-2.c: Remove file.
26882
26883 2003-10-06  Bruno Haible  <bruno@clisp.org>
26884
26885         * lib/fatal-signal.h: New file, from GNU gettext.
26886         * lib/fatal-signal.c: New file, from GNU gettext.
26887
26888 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26889
26890         * README: Rework advice for preventing empty .o files.
26891         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26892         not <sys/types.h>.
26893
26894 2003-10-04  Karl Berry  <karl@gnu.org>
26895
26896         * lib/argp*: update from libc.
26897
26898 2003-10-04  Karl Berry  <karl@gnu.org>
26899
26900         * config/config.{guess,sub}: update from config.
26901
26902 2003-10-02  Bruno Haible  <bruno@clisp.org>
26903
26904         * modules/lchown (Include): Add lchown.h.
26905         * modules/time_r (Include): Use "..." syntax.
26906         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26907
26908 2003-10-01  Simon Josefsson  <jas@extundo.com>
26909
26910         * MODULES.html.sh (func_all_modules): Move gethostname from section
26911         'based on' to section 'lacking' POSIX:2001.
26912
26913 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26914
26915         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26916         to output mode on the same stream.
26917
26918 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26919
26920         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26921         Fix arg typo in previous patch.
26922
26923 2003-09-28  Jim Meyering  <jim@meyering.net>
26924
26925         * lib/error.c: Correct cpp indentation.
26926
26927 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26928
26929         * modules/free: New file.
26930
26931 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26932
26933         * m4/free.m4: New file.
26934
26935 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26936
26937         * lib/minmax.h (MIN, MAX)
26938         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26939         Omit the special code that used __typeof__, since we worry that
26940         it could be more trouble than it's worth.  See:
26941         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26942         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26943
26944         * lib/free.c: New file.
26945
26946 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26947
26948         Trivial fixes to Makefile.am parts of module listings.
26949         * modules/strstr: Append strstr.h to lib_SOURCES.
26950         * modules/strcase: Likewise, for strcase.h.
26951
26952 2003-09-27  Karl Berry  <karl@gnu.org>
26953
26954         * config/mkinstalldirs: update from automake.
26955
26956 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26957
26958         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26959         (error_tail): Do not loop, reallocating temporary buffer, since
26960         the output cannot contain more wide characters than the input
26961         contains bytes, the size must be big enough already.  This avoids
26962         one potential size overflow calculation.  Check for size overflow
26963         when calculating temporary buffer size.  Free temporary buffer
26964         when done, if it was allocated with malloc; this plugs a memory
26965         leak.  Remove casts from void * to pointers, that are no longer
26966         needed now that we're assuming C89 or better.
26967
26968         Merge error changes from glibc.
26969
26970         * lib/error.c, error.h: Update copyright notice header to match glibc.
26971         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26972         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26973         Disable cancellation while printing error.
26974         * lib/error.h: Prepend __ to parameter names.
26975
26976 2003-09-26  Jim Meyering  <jim@meyering.net>
26977
26978         * lib/error.c (error_tail): Move some declarations
26979         into inner scope where the local variables are used.
26980
26981 2003-09-26  Bruno Haible  <bruno@clisp.org>
26982
26983         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26984         stpncpy().
26985         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26986
26987 2003-09-26  Bruno Haible  <bruno@clisp.org>
26988
26989         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26990         (stpncpy): Define as alias for gnu_stpncpy.
26991         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26992
26993 2003-09-25  Simon Josefsson  <jas@extundo.com>
26994
26995         * lib/xgetdomainname.h: New file.
26996         * lib/xgetdomainname.c: New file.
26997
26998 2003-09-25  Simon Josefsson  <jas@extundo.com>
26999             Bruno Haible  <bruno@clisp.org>
27000
27001         * modules/getdomainname: New file.
27002         * modules/xgetdomainname: New file.
27003         * MODULES.html.sh (func_all_modules): Add getdomainname,
27004         xgetdomainname.
27005
27006 2003-09-25  Simon Josefsson  <jas@extundo.com>
27007             Bruno Haible  <bruno@clisp.org>
27008
27009         * m4/getdomainname.m4: New file.
27010
27011 2003-09-25  Simon Josefsson  <jas@extundo.com>
27012             Bruno Haible  <bruno@clisp.org>
27013
27014         * lib/getdomainname.h: New file.
27015         * lib/getdomainname.c: New file.
27016
27017 2003-09-25  Karl Berry  <karl@gnu.org>
27018
27019         * lib/argp-fmtstream.c, argp-help.c: update from libc.
27020
27021 2003-09-25  Karl Berry  <karl@gnu.org>
27022
27023         * config/install-sh: update from automake.
27024
27025 2003-09-25  Bruno Haible  <bruno@clisp.org>
27026
27027         * modules/version-etc-2: New file, from modules/version-etc with
27028         modifications.
27029         * MODULES.html.sh (func_all_modules): Add version-etc-2.
27030
27031 2003-09-25  Bruno Haible  <bruno@clisp.org>
27032
27033         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
27034         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
27035
27036 2003-09-24  Simon Josefsson  <jas@extundo.com>
27037
27038         * modules/xgethostname: Add xgethostname.h.
27039
27040 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27041
27042         * lib/linebuffer.c (freebuffer): Don't free the argument, just
27043         the buffer associated with the argument.  Bug reported by
27044         Simon Josefsson.
27045
27046 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27047
27048         * README: Document assumptions that 'int' is at least 32 bits
27049         wide, that integer arithmetic is 2's complement without overflow,
27050         that there are no holes in integer values, that adding sizes of
27051         two nonoverlapping objects can't overflow, and that all-bits-zero
27052         yields scalar zero.  Fix spelling and capitalization typos.
27053
27054 2003-09-19  Karl Berry  <karl@gnu.org>
27055
27056         * lib/argp.h: update from libc.
27057
27058 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27059
27060         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
27061         to avoid spurious warnings like "AC_RUN_IFELSE was called before
27062         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
27063
27064 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27065
27066         * gnulib-tool: Use "test -h", not "test -L", for portability
27067         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
27068         (tags_regexp): Remove, since \| doesn't conform to POSIX.
27069         (sed_extract_prog): Issue s commands one-by-one, rather than
27070         using \| in one s command.
27071
27072 2003-09-16  Paul Eggert  <eggert@twinsun.com>
27073
27074         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
27075         input error, instead of returning NULL the next time we are called
27076         (and therefore losing track of errno).
27077
27078 2003-09-16  Bruno Haible  <bruno@clisp.org>
27079
27080         * gnulib-tool (func_create_testdir): Warn about duplicated
27081         dependencies.
27082
27083 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27084
27085         * modules/argmatch, modules/fatal, modules/obstack,
27086         modules/xalloc, modules/xgethostname: Sort dependencies by
27087         importance, not alphabetically.
27088
27089 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27090
27091         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
27092         fails, so that the caller gets the proper errno.
27093
27094         * lib/readutmp.c (read_utmp): Likewise.
27095         Check for fstat error.  Close stream and free storage
27096         when failing.
27097
27098 2003-09-14  Karl Berry  <karl@gnu.org>
27099
27100         * config/srclist.txt (strdup.c): disable for c89 changes.
27101
27102 2003-09-14  Jim Meyering  <jim@meyering.net>
27103
27104         * lib/getloadavg.c: Correct cpp indentation.
27105         * lib/strdup.c: Likewise.
27106         * lib/vasnprintf.c: Likewise.
27107
27108 2003-09-14  Bruno Haible  <bruno@clisp.org>
27109
27110         * modules/fwriteerror: New file.
27111         * MODULES.html.sh (func_all_modules): Add fwriteerror.
27112
27113 2003-09-14  Bruno Haible  <bruno@clisp.org>
27114
27115         * lib/fwriteerror.h: New file.
27116         * lib/fwriteerror.c: New file.
27117
27118 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27119
27120         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
27121         modules/xgethostname, modules/xalloc: Depend on exit.
27122
27123 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27124
27125         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
27126
27127         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
27128         and AC_MINIX, too, so that their extensions are available.
27129
27130         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
27131         This macro has been superseded by gl_BACKUPFILE.
27132
27133         More patches to assume C89 or better.
27134
27135         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
27136
27137         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
27138         unconditionally.
27139         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
27140         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
27141         Include <string.h>, <stdlib.h> unconditionally.
27142         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
27143         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
27144         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
27145         headers or for string.h.
27146         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
27147         or strtoul.
27148
27149         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
27150         headers.
27151         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
27152         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27153         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
27154         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
27155         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27156         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
27157         memcpy, memset.
27158         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
27159         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
27160         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
27161         strtol.
27162         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
27163         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
27164         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
27165         strtoul.
27166
27167 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27168
27169         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
27170         * lib/obstack.c [!defined _LIBC]: Likewise.
27171         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
27172         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
27173         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
27174
27175         More changes to assume C89 or better.
27176
27177         * lib/error.c (error_tail): Assume vprintf.
27178
27179         * lib/argmatch.c (getenv): Remove decl.
27180         * lib/progreloc.c (get_full_program_name): Define via prototype.
27181         * lib/setenv.c (clearenv): Likewise.
27182         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
27183         needed.
27184         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
27185         (malloc, memcpy): Remove decls.
27186         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
27187         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
27188         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27189         (memcpy): Remove macro.
27190         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
27191         (__P): Remove.  All uses removed.
27192         (PTR): Remove.  All uses changed to void *.
27193         (CHAR_BIT, NULL): Remove.
27194         (spaces, zeros, memset_space, memset_zero)
27195         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
27196         Remove.
27197         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
27198         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
27199         Define with prototype.
27200         Remove now-unnecessary prototype decl.
27201         (extra_args_spec): Assume ANSI C.  All uses changed.
27202         (extra_args_spec_iso): Remove.
27203         (my_strftime, emacs_strftimeu): Define via prototype.
27204         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27205         unconditionally.
27206         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27207         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27208         (strtoul, strtol): Remove decls.
27209         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27210         LONG_MAX): Remove.
27211         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27212         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27213         (LOCALE_PARAM_PROTO): New macro.
27214         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27215         (INTERNAL (strtol), strtol): Define with a prototype.
27216         (PARAMS): Remove.  All uses removed.
27217         * lib/tempname.c: Include <string.h> unconditionally.
27218         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27219         * lib/xgethostname.c (main): Define with a prototype.
27220         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27221         Include <stdlib.h> unconditionally.
27222         (calloc, malloc, realloc, free): Remove decls.
27223         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27224         Include <stdlib.h> unconditionally.  Sort include file names.
27225         (strtod): Remove.
27226         (xstrtod): Define with a prototype.
27227         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27228         (strtol, strtoul): Remove decls.
27229
27230 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27231
27232         More patches to assume C89 or better.
27233         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27234         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27235         string.h, memchr, STDC_HEADERS.
27236
27237 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27238
27239         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27240         Include <stdlib.h>, <string.h> unconditionally.
27241         Remove now-unnecessary cast to char *.
27242         * lib/strnlen.c: Include <string.h> unconditionally.
27243         * lib/yesno.c (yesno): Define with a prototype.
27244
27245 2003-09-11  Bruno Haible  <bruno@clisp.org>
27246
27247         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27248
27249 2003-09-10  Jim Meyering  <jim@meyering.net>
27250
27251         * lib/error.c: Correct indentation of cpp directives.
27252
27253 2003-09-10  Bruno Haible  <bruno@clisp.org>
27254
27255         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27256         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27257         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27258         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27259         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27260         <stdlib.h> and <string.h> checks.
27261         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27262         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27263
27264 2003-09-10  Bruno Haible  <bruno@clisp.org>
27265
27266         * lib/strcspn.c: Include <string.h> unconditionally.
27267         * lib/strpbrk.c: Include <string.h> unconditionally.
27268         * lib/strstr.c: Include <string.h> unconditionally.
27269         * lib/unicodeio.c: Include <string.h> unconditionally.
27270         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27271         * lib/unsetenv.c: Likewise.
27272         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27273         * lib/yesno.c: Include <stdlib.h> unconditionally.
27274         (rpmatch): Add prototype.
27275
27276 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27277
27278         More patches to assume C89 or better.
27279         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27280         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27281         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27282         or for string.h.
27283         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27284         stdlib.h.
27285         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27286         C headers.
27287         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27288         string.h.
27289         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27290         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27291         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27292         or for string.h.
27293         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27294         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27295         C headers.
27296         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27297         memcpy.
27298         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27299         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27300         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27301         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27302         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27303         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27304         string.h, free.
27305         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27306         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27307         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27308         C headers, or for string.h.
27309         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27310         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27311         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27312         headers, memory.h, stdlib.h, string.h, strings.h.
27313         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27314         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27315         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27316         strchr.
27317         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27318         headers, memory.h, string.h.
27319         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27320         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27321         free.
27322         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27323         headers.
27324         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27325         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27326         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27327         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27328         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27329
27330 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27331
27332         More K&R removal.
27333
27334         * lib/acosl.c (main): Use a prototype.
27335         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27336         tanl.c: Likewise.
27337
27338         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27339
27340         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27341         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27342         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27343         with a prototype.
27344         * lib/getopt.c (const): Remove macro.
27345         Include <string.h> unconditionally.
27346         (my_index): Remove; all uses changed to strchr.
27347         (strlen): Remove decl.
27348         (exchange): Remove forward decl; no longer needed.
27349         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27350         Define with prototype.
27351         * lib/getopt1.c (const): Remove macro.
27352         (getopt_long, getopt_long_only, main): Define with prototype.
27353
27354         * lib/getugroups.c: Include <string.h> unconditionally.
27355
27356         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27357         (getusershell, setusershell, endusershell, readname, main):
27358         Define with prototypes.
27359
27360         * lib/group-member.c: Include group-member.h first.
27361         Include <stdlib.h> unconditionally.
27362
27363         * lib/hard-locale.c: Include hard-locale.h first.
27364         Include <stdlib.h>, <string.h> unconditionally.
27365
27366         * lib/hash.c (free, malloc): Remove decls.
27367         Include <stdlib.h> unconditionally.
27368
27369         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27370         (getenv): Do not declare.
27371
27372         * lib/idcache.c: Include <string.h> unconditionally.
27373
27374         * lib/long-options.c: Include long-options.h first, to test interface.
27375         Include <stdlib.h> unconditionally.
27376
27377         * lib/makepath.c: Include makepath.h first, to test interface.
27378         Include <stdlib.h> and <string.h> unconditionally.
27379
27380         * lib/linebuffer.c: Include <stdlib.h>.
27381         (free): Remove decl.
27382
27383         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27384         stddef.h. rpl_malloc returns void *, not char *.
27385         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27386         prototype.
27387
27388         * lib/md5.h: Include <limits.h> unconditionally.
27389         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27390         (__P): Remove; all uses removed.
27391         * lib/md5.c: Include "md5.h" first.
27392         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27393         md5_buffer, md5_process_bytes, md5_process_block):
27394         Define with prototypes.
27395         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27396         * lib/sha.c: Include "sha.h" first.
27397         Include <stdlib.h>, <string.h> unconditionally.
27398
27399         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27400         * lib/memcmp.c (__ptr_t): Likewise.
27401         * lib/memrchr.c (__ptr_t): Likewise.
27402         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27403         Include <string.h> unconditionally.
27404         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27405         * lib/memchr.c: Include <stdlib.h> unconditionally.
27406         * lib/memchr.c (LONG_MAX): Remove.
27407         * lib/memrchr.c (LONG_MAX): Likewise.
27408         * lib/memchr.c (__memchr): Define via a prototype.
27409         * lib/memrchr.c (__memrchr): Likewise.
27410         * lib/memcmp.c (__P): Remove, and remove all uses.
27411         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27412         Remove forward decls; no longer needed.
27413         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27414         Use types required by C89 in prototype.
27415
27416         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27417         * lib/savedir.c: Likewise.
27418         * lib/mkdir.c (free): Remove decl.
27419         * lib/rmdir.c (rmdir): Define with a prototype.
27420         * lib/savedir.c: Include savedir.h first, to test interface.
27421
27422         * lib/mktime.c (STDC_HEADERS): Remove.
27423         Include <stdlib.h>, <string.h> unconditionally.
27424
27425         * lib/modechange.c: Include <stdlib.h> unconditionally.
27426         (malloc): Remove decl.
27427
27428         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27429         (free): Remove decl.
27430
27431         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27432         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27433         (This type really should be intptr_t, but that's a C99ism.)
27434         (_obstack_memcpy): Remove: all uses changed to memcpy.
27435         Include <string.h> unconditionally.
27436         (struct obstack): Assume __STDC__ for types of members
27437         chunkfun, freefun, extra_arg.
27438         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27439         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27440         obstack_begin, obstack_specify_allocation,
27441         obstack_specify_allocation_with_arg, obstack_chunkfun,
27442         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27443         Remove unprototyped decls and the macros that use them.
27444         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27445         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27446         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27447         (defined __STDC__ && __STDC__)]:
27448         Remove nonprototyped code.
27449         Include <stdlib.h> unconditionally.
27450         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27451         _obstack_allocated_p, _obstack_free, obstack_free,
27452         _obstack_memory_used, print_and_abort):
27453         Define using prototypes.
27454         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27455         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27456         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27457         obstack_next_free, obstack_object_size, obstack_room) [0]:
27458         Remove unused, unprototyped code.
27459
27460         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27461
27462         * lib/physmem.c (physmem_total, physmem_available, main): Define
27463         with prototypes.
27464
27465         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27466         (main): Define with a prototype.
27467
27468         * lib/posixver.c (getenv): Remove decl.
27469
27470         * lib/putenv.c (malloc): Returns void *, not char *.
27471         Include <string.h> unconditionally.
27472         (strchr, memcpy, NULL): Do not define.
27473
27474         * lib/readtokens.c: Include readtokens.h first, to test interface.
27475         Include <stdlib.h>, <string.h> unconditionally.
27476         (init_tokenbuffer): Define with a prototype.
27477
27478         * lib/regex.c (PARAMS): Remove.  All uses removed.
27479         All uses of _RE_ARGS removed, too.
27480         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27481         unconditionally.
27482         (bzero): Assume memset exists.
27483         (memcmp, memcpy, NULL): Remove.
27484         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27485         char, or assignments to local vars of type signed char.
27486         (init_syntax_once, PREFIX(extract_number_and_incr),
27487         PREFIX(print_partial_compiled_pattern),
27488         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27489         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27490         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27491         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27492         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27493         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27494         wcs_compile_range, byte_compile_range, truncate_wchar,
27495         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27496         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27497         count_mbs_length, wcs_re_match_2_internal,
27498         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27499         PREFIX(alt_match_null_string_p),
27500         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27501         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27502         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27503         now-unnecessary declaration, if any.
27504         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27505         regcomp, regexec):
27506         Remove now-unnecessary casts among pointer types.
27507         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27508
27509         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27510         (free): Remove decl.
27511
27512         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27513
27514         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27515         (free): Remove decl.
27516
27517         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27518         * lib/xgetcwd.c: Likewise.
27519
27520         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27521         (free): Remove decl.
27522
27523         * lib/strchrnul.c (strchrnul): Define with a prototype.
27524         Fix bug: c_in was not converted to char before searching.
27525
27526         The following changes are not K&R related:
27527
27528         * lib/group-member.h: Include <sys/types.h>, so that this file is
27529         self-contained.
27530         * lib/makepath.h: Likewise.
27531
27532         * lib/getusershell.c (readname, default_index, line_size, readname):
27533         Use size_t, not int, for sizes.
27534         (readname): If the size overflows, report an error instead of
27535         looping forever.
27536
27537 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27538
27539         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27540         libc.
27541
27542 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27543
27544         * README: New section: portability guidelines.
27545
27546 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27547
27548         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27549         C89 spec.
27550
27551 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27552
27553         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27554
27555 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27556
27557         Assume C89 or better; remove K&R cruft.
27558         A few of these changes were first proposed by Derek Robert Price
27559         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27560
27561         * lib/addext.c: Include <string.h> unconditionally.
27562         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27563         Don't declare getenv or malloc.
27564
27565         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27566         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27567         (NULL): Remove.
27568         (find_stack_direction, alloca): Use prototypes.
27569
27570         * lib/atexit.c (atexit): Define using a prototype.
27571
27572         * lib/basename.c, dirname.c, stripslash.c:
27573         Include <string.h> unconditionally.
27574
27575         * lib/bcopy.c: Include <stddef.h>.
27576         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27577
27578         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27579
27580         * lib/error.h (error, error_at_line, error_print_progname)
27581         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27582         * lib/error.c: Include error.h first, to check interface.
27583         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27584         (VA_START): Remove; all uses changeed to va_start.
27585         (exit, strerror): Remove decls.
27586         (error_print_progname): Prototype uncondionally.
27587         Don't include <errno.h>; no longer needed.
27588         (private_strerror): Remove.
27589         (error_tail): Always define.
27590         (error, error_at_line): Assume C89 or better; always use prototypes.
27591         * lib/fatal.c: Include "fatal.h" first, to test interface.
27592         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27593         (VA_START): Remove; all uses changed to va_start.
27594         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27595         this case.
27596         (exit): Remove decl.
27597         (fatal): Prototype unconditionally.  Assume va_start works.
27598         Abort at end, to pacify gcc.
27599
27600         * lib/euidaccess.c (main): Define with a prototype.
27601
27602         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27603
27604         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27605
27606         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27607         prototypes.
27608         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27609         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27610         (getenv): Remove decl.
27611         (fnmatch): Define using a prototype.
27612         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27613         (FCT): Define using a prototype.
27614
27615         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27616
27617         * lib/gethostname.c: Include <stddef.h>.
27618         (gethostname): Define with prototype.  Length is size_t, not int.
27619
27620 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27621
27622         Assume C89 or better; remove K&R cruft.
27623         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27624         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27625         string.h, getenv, malloc.
27626         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27627         headers.
27628         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27629         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27630         do not check for strerror.
27631         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27632         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27633         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27634         do not check for doprnt or vprintf.
27635         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27636         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27637
27638 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27639
27640         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27641         getversion.c should have been removed then, but was accidentally
27642         preserved.
27643
27644         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27645         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27646
27647 2003-09-08  Karl Berry  <karl@gnu.org>
27648
27649         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27650                 config, forget about prep.
27651
27652         * config/depcomp, missing: update from automake.
27653
27654 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27655
27656         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27657         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27658
27659 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27660
27661         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27662         copy_tm_result.  Bug reported by Simon Josefsson in
27663         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27664
27665 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27666
27667         * m4/time_r.m4: New file.
27668         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27669         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27670         is. Check for timegm declaration.
27671         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27672         Do not check for gmtime_r.
27673         Replace mktime if __mktime_internal does not exist and if mktime
27674         hasn't been replaced already.
27675
27676 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27677
27678         * lib/time_r.c, lib/time_r.h: New files.
27679
27680         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27681         __localtime_r.
27682         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27683         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27684
27685         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27686         __gmtime_r.
27687         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27688         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27689         Include <time_r.h>.
27690
27691         * lib/timegm.c: Switch to glibc implementation, with the following
27692         changes:
27693         [defined HAVE_CONFIG_H]: Include <config.h>.
27694         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27695         (__mktime_internal) [!defined _LIBC]: New decl.
27696         (__gmtime_r) [!defined _LIBC]: New macro and function.
27697         (timegm): Use a prototype, since gnulib assumes C89.
27698         Do not bother declaring tmp to be const, as it's not really usefu.
27699         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27700         (timegm): Declare only if HAVE_DECL_TIMEGM.
27701
27702 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27703
27704         * MODULES.html.sh (func_all_modules): Add time_r.
27705         * modules/time_r: New file.
27706         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27707         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27708
27709 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27710
27711         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27712         Bug reported by Lute Kamstra in
27713         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27714
27715         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27716         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27717         course with correspondingly smaller numbers for tomorrow and
27718         yesterday.  From Tadayoshi Funaba.  Originally installed into
27719         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27720         coreutils merge?).
27721
27722 2003-08-31  Simon Josefsson  <jas@extundo.com>
27723
27724         * modules/timegm: New file.
27725         * MODULES.html.sh (func_all_modules): Add timegm.
27726
27727 2003-08-31  Simon Josefsson  <jas@extundo.com>
27728
27729         * m4/timegm.m4: New file.
27730
27731 2003-08-31  Simon Josefsson  <jas@extundo.com>
27732
27733         * lib/timegm.h: New file.
27734         * lib/timegm.c: New file.  Based on
27735         wget-1.8.2/src/http.c:mktime_from_utc.
27736
27737 2003-08-31  Karl Berry  <karl@gnu.org>
27738
27739         * lib/argp.h: update from libc.
27740
27741 2003-08-28  Bruno Haible  <bruno@clisp.org>
27742
27743         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27744         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27745         followed by '#define fnmatch fnmatch_posix' gives an error.
27746
27747 2003-08-28  Bruno Haible  <bruno@clisp.org>
27748
27749         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27750         warning on QNX, which defines O_BINARY to 000000.
27751
27752 2003-08-27  Jim Meyering  <jim@meyering.net>
27753
27754         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27755         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27756         would fail after 32.  Reported by Danny Levinson.  Details here:
27757         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27758
27759 2003-08-24  Bruno Haible  <bruno@clisp.org>
27760
27761         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27762         MSVC7 <stdio.h> is included later.
27763
27764 2003-08-22  Simon Josefsson  <jas@extundo.com>
27765
27766         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27767
27768 2003-08-20  Karl Berry  <karl@gnu.org>
27769
27770         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27771
27772 2003-08-20  Bruno Haible  <bruno@clisp.org>
27773
27774         * modules/progname: New file.
27775         * MODULES.html.sh (func_all_modules): Add progname.
27776
27777 2003-08-20  Bruno Haible  <bruno@clisp.org>
27778
27779         * lib/progname.h: New file, from GNU gettext.
27780         * lib/progname.c: New file, from GNU gettext.
27781         * lib/progreloc.c: New file, from GNU gettext.
27782
27783 2003-08-19  Jim Meyering  <jim@meyering.net>
27784
27785         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27786         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27787
27788 2003-08-19  Bruno Haible  <bruno@clisp.org>
27789
27790         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27791         more.
27792
27793 2003-08-19  Bruno Haible  <bruno@clisp.org>
27794
27795         * lib/xstrdup.c: Assume <string.h> exists.
27796
27797 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27798
27799         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27800         in makefile rules.
27801
27802 2003-08-18  Jim Meyering  <jim@meyering.net>
27803
27804         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27805         * m4/lib-ld.m4: Likewise.
27806
27807 2003-08-18  Jim Meyering  <jim@meyering.net>
27808
27809         * lib/setenv.h: Indent nested cpp directive.
27810         * lib/vasnprintf.c: Remove trailing blanks.
27811
27812 2003-08-17  Simon Josefsson  <jas@extundo.com>
27813
27814         * modules/xstrndup: New file.
27815         * MODULES.html.sh (func_all_modules): Add xstrndup.
27816
27817 2003-08-17  Simon Josefsson  <jas@extundo.com>
27818
27819         * modules/argp: Fix autoconf macro name. Add more dependencies.
27820
27821 2003-08-17  Simon Josefsson  <jas@extundo.com>
27822
27823         * m4/xstrndup.m4: New file.
27824
27825 2003-08-17  Simon Josefsson  <jas@extundo.com>
27826
27827         * m4/argp.m4: New file.
27828
27829 2003-08-17  Simon Josefsson  <jas@extundo.com>
27830             Bruno Haible  <bruno@clisp.org>
27831
27832         * lib/xstrndup.h: New file.
27833         * lib/xstrndup.c: New file.
27834
27835 2003-08-17  Bruno Haible  <bruno@clisp.org>
27836
27837         * modules/strndup (Files, Include): Add lib/strndup.h.
27838
27839 2003-08-17  Bruno Haible  <bruno@clisp.org>
27840
27841         * modules/euidaccess (Files): Add lib/euidaccess.h.
27842
27843 2003-08-17  Bruno Haible  <bruno@clisp.org>
27844
27845         * lib/strndup.h: New file.
27846
27847 2003-08-17  Bruno Haible  <bruno@clisp.org>
27848
27849         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27850         like AC_GNU_SOURCE.
27851         * modules/extensions (configure.ac): Comment out the invocation of
27852         gl_USE_SYSTEM_EXTENSIONS.
27853
27854 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27855
27856         Merges from coreutils, etc.
27857         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27858         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27859         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27860         fixing a typo.
27861         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27862         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27863
27864 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27865
27866         Document merge from coreutils.
27867         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27868         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27869         * modules/utime: Add m4/utimes-null.m4.
27870
27871 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27872
27873         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27874         space, undoing this 2003-08-12 change:
27875         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27876
27877 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27878
27879         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27880         strtoul.c from libc, undoing this 2003-08-12 change:
27881         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27882
27883 2003-08-16  Jim Meyering  <jim@meyering.net>
27884
27885         Merges from coreutils.
27886         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27887         prefix.  Adjust cache variables similarly.  Create 500 rather than
27888         just 300 files, to exercise bug on Darwin6.5, too.
27889         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27890         $missing_dir.
27891         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27892         AM_SYS_POSIX_TERMIOS.
27893         Reported by mkc@mathdogs.com.
27894         Also change use of $am_cv_sys_posix_termios
27895         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27896         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27897         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27898         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27899         in /proc/mounts until it finds one with matching device number.  This
27900         is unnecessary when the FILE argument *is* a mount point.  No stat call
27901         is necessary in that case.  So, disable the statvfs-testing code on
27902         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27903         as RedHat bug# 84846.
27904         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27905         to 1MB, so as not to render systems with no stack size limit (e.g.,
27906         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27907         Include <unistd.h>.  On some systems,
27908         it is required for the definition of _SC_PAGESIZE.
27909
27910 2003-08-16  Jim Meyering  <jim@meyering.net>
27911
27912         Merge from coreutils.
27913         * lib/xstrtoimax.c: #else #if -> #elif.
27914         * lib/xstrtoumax.c: Likewise.
27915
27916 2003-08-16  Jim Meyering  <jim@meyering.net>
27917
27918         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27919         * m4/utimes.m4: Removed.
27920         * m4/utimes-null.m4: Renamed from utimes.m4.
27921
27922         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27923         to 1MB, so as not to render systems with no stack size limit (e.g.,
27924         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27925         Include <unistd.h>.  On some systems,
27926         it is required for the definition of _SC_PAGESIZE.
27927
27928 2003-08-16  Jim Meyering  <jim@meyering.net>
27929         and Paul Eggert  <eggert@cs.ucla.edu>
27930
27931         Merges from coreutils, etc.
27932
27933         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27934         using the latest version from cvs.  This avoids problems with #line
27935         directives using a vendor (Sun) compiler.
27936         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27937         Don't set GETGROUPS_LIB here; now it's
27938         done via getgroups.m4's wrapper function.
27939         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27940         rather than just in sh-util/configure.in, so that the
27941         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27942         same.
27943         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27944         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27945         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27946         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27947         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27948         Remove code that is now done by the newly-required macros.
27949         Append $(EXEEXT) to DF_PROG.
27950         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27951         Do not invoke or require the following here,
27952         since prereq.m4 or some gnulib .m4 now does this for us:
27953         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27954         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27955         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27956         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27957         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27958         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27959         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27960         AC_FUNC_OBSTACK.
27961         Do not replace the following functions, as this is now the job
27962         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27963         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27964         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27965         atexit getpass, strdup, getpagesize.
27966         Replace 'raise'.
27967         Do not check for the following functions, as this is now the job
27968         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27969         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27970         setregid.
27971         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27972         Check for sys/sysctl.h.
27973         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27974         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27975         of checking for ssize_t ourselves.
27976
27977         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27978         Require every macro that gnulib/modules/* suggests for us.
27979         (jm_PREREQ_ADDEXT): New macro.
27980         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27981         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27982
27983         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27984         (gl_PHYSMEM): Use it.
27985         Also check for `table' function.
27986         Check for new headers and functions.
27987         Add check for sys/sysmp.h.
27988         With suggestions from Kaveh Ghazi.
27989         Ignore headers that are present but cannot be compiled.  This
27990         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27991         C 5.4.
27992
27993 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27994
27995         Document merge from coreutils.
27996         * modules/userspec: Depend on posixver.
27997         * modules/strftime: Depend on tzset.
27998
27999 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28000
28001         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
28002         rather than tab, after '#' in shell-script copyright notices.
28003         Suggested by Bruno Haible.
28004
28005 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28006
28007         * config/srclist-update: Use three spaces, rather than tab, after '#'
28008         in shell-script copyright notices.  Suggested by Bruno Haible.
28009         Remove unnecessary parenthesization in regular expression.
28010
28011 2003-08-15  Jim Meyering  <jim@meyering.net>
28012
28013         Merge from coreutils.
28014         * lib/xgethostname.c: Include <stdlib.h>.
28015         (xghostname): Don't exit for anything other than memory-related
28016         failure; just return NULL.
28017         * lib/userspec.c: Include "posixver.h".
28018         (parse_user_spec): Accept `.' as a separator only
28019         in pre-POSIX-200112 mode.
28020         * lib/strtoimax.c: Use #elif rather than #else #if.
28021         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
28022         Remove function, now that we can rely on a working tzset function.
28023         [!_LIBC]: Ensure that the required autoconf test has been run.
28024         [!defined _NL_CURRENT && HAVE_STRFTIME]:
28025         Use underlying_strftime for %r.
28026         * lib/sha.c: Merge in some clean-up and optimization changes from
28027         glibc.
28028         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
28029         Ensure that it is a multiple of 64.
28030         Rearrange loop exit tests so as to avoid performing an
28031         additional fread after encountering an error or EOF.
28032         * lib/realloc.c: Update copyright date.
28033
28034 2003-08-15  Jim Meyering  <jim@meyering.net>
28035         and Paul Eggert  <eggert@twinsun.com>
28036
28037         Merge from coreutils.
28038         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
28039         member but strut utmpx does not.  Needed for AIX 4.3.3.
28040         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
28041
28042 2003-08-15  Jim Meyering  <jim@meyering.net>
28043         and Paul Eggert  <eggert@cs.ucla.edu>
28044
28045         Merges from coreutils, etc.
28046         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
28047         Require gl_FUNC_TZSET_CLOBBER.
28048         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
28049         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
28050         members.
28051
28052 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28053
28054         Help the merge from coreutils.
28055         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
28056         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
28057         * m4/tzset.m4: Use it too.
28058
28059 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28060
28061         * modules/tzset: New file.
28062
28063 2003-08-14  Jim Meyering  <jim@meyering.net>
28064
28065         Merges from coreutils.
28066         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
28067         variable names, rather than @FNMATCH_H@.
28068         * modules/alloca: Likewise for $(ALLOCA_H).
28069
28070         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
28071         the three copies of the literal target, `fnmatch.h'.
28072         * modules/alloca (alloca.h): Likewise.
28073
28074 2003-08-14  Jim Meyering  <jim@meyering.net>
28075
28076         Merge from coreutils.
28077         * m4/tzset.m4: New file.
28078         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
28079         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
28080         otherwise, AIX 5.1 systems would end up using the latter.
28081         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
28082         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
28083         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
28084         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
28085
28086 2003-08-14  Jim Meyering  <jim@meyering.net>
28087
28088         Merge from coreutils.
28089         * lib/obstack.h: Whitespace changes.
28090         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
28091         and xcalloc return values.
28092         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
28093         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
28094         hang on OSF/1 5.1 for DIR on both local and remote file systems.
28095         Reported by (and fix confirmed by) Nelson H. F. Beebe.
28096         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28097         error from mntctl.
28098         Use mntctl's return value to drive the entry-processing loop, since
28099         we can't rely on the value of the vmt_length member in the last
28100         entry.  On some systems doing so could result in exhausting
28101         virtual memory.  Based in part on a patch from Mike Jetzer.
28102
28103 2003-08-14  Jim Meyering  <jim@meyering.net>
28104         and Paul Eggert  <eggert@twinsun.com>
28105
28106         Merges from coreutils, plus other fixes.
28107         * lib/physmem.c: Merge in portability changes from gcc/libiberty
28108         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
28109         for credits and details.  Thanks to Kaveh Ghazi for helping
28110         to keep these files in sync.
28111         (ARRAY_SIZE): Define it.
28112         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
28113         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
28114         (memcasecmp): Don't assume size_t fits in unsigned int.
28115         Remove casts and duplicate code.
28116         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
28117         (memcpy): Remove definition.
28118         Merge in some clean-up and optimization changes from glibc.
28119         [BLOCKSIZE]: Move definition to top of file.
28120         Ensure that it is a multiple of 64.
28121         Rearrange loop exit tests so as to avoid performing an
28122         additional fread after encountering an error or EOF.
28123         * lib/md5.h (md5_uintptr): Define.
28124         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
28125         return to the initial working directory.  Preserve errno
28126         for caller.
28127         * lib/idcache.c: Include "xalloc.h".
28128         (xmalloc, xrealloc): Remove decls.
28129         (getuser): Remove casts no longer required in C89.
28130         * lib/human.c: Include stdio.h, for sprintf.
28131         * lib/group-member.c: Include "xalloc.h".
28132         (xmalloc, xrealloc): Remove decls.
28133         (get_group_info): Remove casts no longer required in C89.
28134         * lib/getusershell.c (readname): Remove casts no longer required in
28135         C89.
28136         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
28137         * lib/getline.c: Whitespace fix, from coreutils.
28138
28139 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28140
28141         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
28142         Check for isascii.
28143
28144         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28145         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28146         Undo previous (whitespace-only) change.
28147
28148 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28149
28150         * lib/exclude.c: Include <ctype.h>
28151         (IN_CTYPE_DOMAIN): New macro.
28152         (is_space): New fn.
28153         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
28154         and empty lines.
28155
28156         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28157         Undo previous (whitespace-only) change.
28158
28159 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28160
28161         * config/srclist-update: Change update back to the old behavior,
28162         leaving whitespace alone.  Use one 'sed' command rather than a
28163         pipeline.
28164         (fixlicense): Now a variable, not a function.
28165         (remove_trailing_blanks): Remove.
28166         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
28167         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28168         Undo previous (whitespace-only) change.
28169
28170 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28171
28172         Merge from coreutils.
28173         * modules/euidaccess: Add lib_SOURCES, include for new
28174         file euidaccess.h
28175
28176 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28177
28178         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28179         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28180         Normalize leading white space and remove trailing white space.
28181
28182         Merge from coreutils
28183         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
28184
28185         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
28186         0.12.1.  These files are now being upgraded automatically by
28187         ../config/srclist-update.
28188
28189 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28190
28191         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28192         Normalize leading white space and remove trailing white space.
28193         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
28194         notice, as per ../config/srclist-update.
28195
28196         Merge from coreutils.
28197         * lib/euidaccess.h: New file.
28198         * lib/euidaccess.c: Include it.
28199         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
28200         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
28201         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28202
28203 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28204
28205         * config/srclist-update: Add copyright notice.
28206         (remove_id_lines, remove_trailing_blanks): New constants.
28207         (fixfile): Use them to normalize spacing a bit in copied files.
28208         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28209         Normalize leading white space and remove trailing white space.
28210
28211         * config/texinfo.tex: Sync with texinfo.
28212
28213         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28214         strtoul.c from libc, to merge coreutils whitespace changes.
28215
28216         * config/srclist.txt: Get the following m4 files from gettext:
28217         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28218         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28219         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28220         wint_t.m4.
28221
28222 2003-08-12  Karl Berry  <karl@gnu.org>
28223
28224         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28225         been made.
28226
28227 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28228
28229         * modules/gnu-source, m4/gnu-source.m4:
28230         Remove; we're assuming Autoconf 2.54 or later now.
28231         Suggested by Bruno Haible.
28232         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28233
28234 2003-08-11  Bruno Haible  <bruno@clisp.org>
28235
28236         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28237
28238 2003-08-11  Bruno Haible  <bruno@clisp.org>
28239
28240         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28241         (vasnprintf): Use it instead of wcslen.
28242
28243 2003-08-11  Bruno Haible  <bruno@clisp.org>
28244
28245         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28246         value to ensure that _Bool promotes to int. Use #define for _Bool when
28247         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28248
28249 2003-08-10  Karl Berry  <karl@gnu.org>
28250
28251         * lib/regex.h: update from libc (whitespace fix).
28252
28253 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28254
28255         Merge some files from coreutils.  These changes were
28256         originally made by Jim Meyering.
28257         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28258         many older Unixes require this.
28259         * lib/alloca.c (alloca): Remove cast to argument of free;
28260         no longer needed in C89.
28261         * lib/alloca_.h, regex.h: Fix white space to match
28262         what GNU indent does.
28263
28264 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28265
28266         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28267         apparently Emacs's Unicode mode got confused before my 2003-08-05
28268         checkin.
28269
28270 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28271
28272         * m4/extensions.m4: New file.
28273         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28274         Require gl_USE_SYSTEM_EXTENSIONS.
28275         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28276         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28277
28278 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28279
28280         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28281         * modules/extensions, modules/gnu-source: New files.
28282         * modules/timespec, modules/unlocked-io: Depend on extensions.
28283
28284 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28285
28286         * modules/restrict: New file.
28287         * MODULES.html.sh (func_all_modules): Add restrict.
28288         * modules/regex: Depend on restrict.
28289
28290 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28291
28292         * m4/restrict.m4: New file.
28293         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28294
28295 2003-08-07  Bruno Haible  <bruno@clisp.org>
28296
28297         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28298         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28299
28300 2003-08-07  Bruno Haible  <bruno@clisp.org>
28301
28302         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28303         makes the module 'getndelim2' compatible with the module 'getline'.
28304
28305 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28306
28307         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28308         byte with "\201" to avoid glitches when editing that source file
28309         with multi-gnome-terminal.
28310
28311 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28312
28313         * lib/bumpalloc.h: Remove.
28314
28315 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28316
28317         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28318         * modules/bumpalloc: Remove.
28319
28320 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28321
28322         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28323         GNU coding style.
28324
28325         Merge from coreutils.
28326         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28327         1. From glibc.
28328         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28329         from Karl Berry, implemented by Jim Meyering.
28330         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28331         from Dmitry V. Levin.
28332         Remove anachronistic cast of xrealloc.
28333         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28334         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28335         type. Otherwise, it wouldn't compile with at least /bin/cc on
28336         ymp-cray-unicos9.0.2.X.
28337         Combine two mostly-identical uses of alloca into one.
28338         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28339
28340 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28341
28342         [From Emacs.]
28343
28344         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28345         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28346         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28347         obsolete NLIST_NAME_UNION.
28348         [__GNU__]: Undef BSD and FSCALE.
28349         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28350
28351 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28352
28353         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28354         an enum type, so that it's guaranteed to promote to int.  See:
28355         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28356
28357 2003-08-03  Karl Berry  <karl@gnu.org>
28358
28359         * config/depcomp: update from automake.
28360
28361 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28362
28363         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28364         (strerror): Don't assume that a printable int fits in 14 bytes.
28365
28366 2003-07-31  Bruno Haible  <bruno@clisp.org>
28367
28368         * modules/getpass-gnu: New file.
28369         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28370
28371 2003-07-31  Bruno Haible  <bruno@clisp.org>
28372
28373         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28374
28375 2003-07-24  Karl Berry  <karl@gnu.org>
28376
28377         * config/missing: update from automake.
28378
28379 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28380             Bruno Haible  <bruno@clisp.org>
28381
28382         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28383         * lib/getline.c (getline, getdelim): Likewise.
28384         Remove _GNU_SOURCE define; now it's defined in config.h through
28385         m4/getline.m4.
28386
28387 2003-07-23  Karl Berry  <karl@gnu.org>
28388
28389         * config/config.sub: update from prep.
28390
28391 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28392
28393         * modules/xalloc (Depends-on): Add exitfail.
28394         * modules/xmemcoll: Likewise.
28395
28396 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28397
28398         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28399         over-parenthesization in macros.
28400
28401         Sync with coreutils.
28402
28403         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28404         required by C99.
28405
28406         Use `exit_failure' for xalloc and xmemcoll instead of their own
28407         private exit-failure variables.
28408         * lib/xalloc.h (xalloc_exit_failure): Remove.
28409         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28410         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28411         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28412         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28413         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28414
28415 2003-07-20  Jim Meyering  <jim@meyering.net>
28416
28417         * modules/closeout (Depends-on): Add exitfail.
28418         Suggestion from Bruno Haible.
28419
28420 2003-07-19  Karl Berry  <karl@gnu.org>
28421
28422         * config/config.sub: update from prep.
28423
28424 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28425
28426         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28427         Remove.
28428         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28429         to test that it can stand by itself.  Include "exitfail.h".
28430         Clients should set exit_failure instead.
28431         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28432
28433 2003-07-18  Bruno Haible  <bruno@clisp.org>
28434
28435         * modules/getndelim2: New file.
28436         * modules/getline: Share files with module getndelim2.
28437         * modules/getnline: Depend on getndelim2 instead of sharing files with
28438         it. Add getnline.c to lib_SOURCES.
28439         * MODULES.html.sh (func_all_modules): Add getndelim2.
28440
28441 2003-07-18  Bruno Haible  <bruno@clisp.org>
28442
28443         * m4/getndelim2.m4: New file.
28444         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28445         invoke gl_PREREQ_GETNDELIM2.
28446         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28447         gl_PREREQ_GETNDELIM2.
28448         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28449         gl_GETNDELIM2.
28450
28451 2003-07-18  Bruno Haible  <bruno@clisp.org>
28452
28453         * lib/getndelim2.h: New file.
28454         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28455         getndelim2.h.
28456         (getndelim2): Make non-static. Change return type to ssize_t.
28457         * lib/getline.h: Change argument names.
28458         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28459         * lib/getnline.c: Include getndelim2.h.
28460
28461 2003-07-18  Andreas Schwab  <schwab@suse.de>
28462
28463         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28464
28465 2003-07-17  Karl Berry  <karl@gnu.org>
28466
28467         * config/config.sub: update from prep.
28468
28469 2003-07-17  Bruno Haible  <bruno@clisp.org>
28470
28471         * modules/getnline: New file.
28472         * modules/getline: Add lib/getndelim2.c to source file list.
28473         * MODULES.html.sh (func_all_modules): Add getnline.
28474
28475 2003-07-17  Bruno Haible  <bruno@clisp.org>
28476
28477         * m4/getnline.m4: New file.
28478
28479 2003-07-17  Bruno Haible  <bruno@clisp.org>
28480
28481         * m4/Makefile.am.in: Remove file.
28482         * m4/Makefile.am: Remove file.
28483         * m4/Makefile.in: Remove file.
28484
28485 2003-07-17  Bruno Haible  <bruno@clisp.org>
28486
28487         * lib/getnline.h: New file.
28488         * lib/getnline.c: New file.
28489         * lib/getndelim2.c: New file, extracted from getline.c.
28490         (getndelim2): Renamed from getdelim2, with added nmax argument.
28491         * lib/getline.c: Include getndelim2.c.
28492         (getdelim2): Moved out to getndelim2.c.
28493         (getline, getdelim): Update.
28494
28495 2003-07-17  Bruno Haible  <bruno@clisp.org>
28496
28497         * lib/Makefile.am: Remove file.
28498         * lib/Makefile.in: Remove file.
28499
28500 2003-07-17  Bruno Haible  <bruno@clisp.org>
28501
28502         * configure.in: Remove file.
28503         * Makefile.in: Remove file.
28504
28505 2003-07-17  Bruno Haible  <bruno@clisp.org>
28506
28507         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28508
28509 2003-07-16  Karl Berry  <karl@gnu.org>
28510
28511         * config/srclist-update: was running fixlicense twice, which caused
28512                 texinfo.tex to be nullified for some reason.  Simplify,
28513                 $gplsrc is no longer needed as far as I can see?
28514
28515 2003-07-16  Jim Meyering  <jim@meyering.net>
28516
28517         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28518
28519 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28520
28521         * config/srclist.txt: Get the following files from gettext-runtime/intl
28522         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28523         ref-del.sin.  From Bruno Haible.
28524         * config/srclist-update (fixfile): Change grep pattern again, since the
28525         previous fix didn't work (there was another trailing $).  Use
28526         '[$]' to escape the $s.
28527
28528 2003-07-15  Karl Berry  <karl@gnu.org>
28529
28530         * lib/vasnprintf.c: update from gettext.
28531
28532 2003-07-15  Karl Berry  <karl@gnu.org>
28533
28534         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28535         gets expanded when surrounded by '$'.
28536
28537 2003-07-15  Jim Meyering  <jim@meyering.net>
28538
28539         * modules/save-cwd: Don't depend on error.  From Derek Price.
28540
28541 2003-07-15  Jim Meyering  <jim@meyering.net>
28542
28543         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28544
28545 2003-07-14  Simon Josefsson  <jas@extundo.com>
28546
28547         * modules/mempcpy: New file.
28548         * MODULES.html.sh (func_all_modules): Add mempcpy.
28549
28550 2003-07-14  Simon Josefsson  <jas@extundo.com>
28551
28552         * m4/mempcpy.m4: New file.
28553
28554 2003-07-14  Simon Josefsson  <jas@extundo.com>
28555
28556         * lib/mempcpy.h: New file.
28557         * lib/mempcpy.c: New file.
28558
28559 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28560
28561         * modules/getdate, modules/posixtm: Depend on mktime.
28562
28563 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28564
28565         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28566         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28567         unicodeio.c, unicodeio.h, unlocked-io.h:
28568         Switch from LGPL to GPL.
28569
28570 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28571
28572         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28573         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28574         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28575         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28576         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28577         updated automatically by ../config/srclist-update.  This changes
28578         their license from LPGL to GPL.
28579
28580 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28581
28582         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28583         assumed to refer to the root of the most recent stable gettext version.
28584         * config/srclistvars.sh: Add defaults for eggert.
28585         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28586         Match "This program" as well as "The program".  This is needed
28587         for gettext.
28588
28589 2003-07-14  Jim Meyering  <jim@meyering.net>
28590
28591         Don't emit diagnostics.  Let callers do that.
28592         * lib/save-cwd.c: Don't include "error.h".
28593         (save_cwd): Don't call error.  Ensure that errno is valid
28594         when returning nonzero.
28595
28596         * lib/save-cwd.h (restore_cwd): Update prototype.
28597         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28598         Simplify.  Don't call error upon failure.  Let callers do that.
28599         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28600         when auditing is enabled.  But don't bother updating the #if.
28601
28602 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28603
28604         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28605         it breaks C++ compilation.
28606         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28607
28608 2003-07-10  Simon Josefsson  <jas@extundo.com>
28609
28610         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28611
28612 2003-07-10  Jim Meyering  <jim@meyering.net>
28613
28614         * m4/clock_time.m4: Remove trailing blank.
28615         * m4/intmax_t.m4: Likewise.
28616
28617 2003-07-10  Jim Meyering  <jim@meyering.net>
28618
28619         * lib/vasnprintf.c: Remove trailing blanks.
28620         Make cpp indentation consistent.
28621
28622 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28623
28624         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28625         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28626         Switch from LGPL to GPL.
28627
28628 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28629
28630         * config/srclist.txt: Sort sublists.  Add
28631         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28632         that differ from gnulib for one reason or another; we'd like this list
28633         to be smaller but for now let's document what we have.
28634
28635 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28636
28637         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28638         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28639         and sweeter "eval x=$x".
28640         * config/srclist.txt: Get lib/argp* from glibc.
28641
28642 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28643
28644         * lib/mktime.c: Fix some boundary cases and remove need for floating
28645         point.
28646
28647         Issue a compile-time diagnostic if time_t is floating point, or if
28648         two's complement arithmetic is not in effect, or if arithmetic
28649         right shift does not propagate the sign.  These assumptions were
28650         all in the original code but they weren't checked.
28651
28652         (TIME_T_MIDPOINT, verify): New macros.
28653         (__isleap): Remove; it has integer overflow problems.
28654         (leapyear): New function, without those problems.
28655         (ydhms_tm_diff): Remove; splitting into two parts.
28656         (ydhms_diff): New function, containing the arithmetic part of
28657         the old ydhms_tm_diff function.  Issue a compile-time
28658         diagnostic if we are not using C99 integer division.
28659         Avoid casts when possible.
28660         (guess_time_tm): New function, containing the checking part of
28661         the old ydhms_tm_diff function.  Return the new value, rather than
28662         the difference between it and the old.  Accept a new argument T
28663         so that *T specifies the old value.  Check for overflow in the result.
28664
28665         (__mktime_internal): Use a time_t offset, not a long int offset.
28666         This undoes the 2003-06-04 change, which is no longer needed now
28667         that we have better overflow checking.
28668         (localtime_offset): Likewise.
28669
28670         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28671         and long are 64-bit but int is only 32-bit.
28672         (ydhms_diff): Use long int to store year1 and yday1.
28673         Issue a compile-time diagnostic if long int is not wide enough.
28674
28675         (__mktime_internal): Use long int to store adjusted year and yday.
28676         Use plain C rather than preprocessor commands, if that doesn't
28677         affect efficiency.
28678         Check for overflow (and try to repair) after each probe
28679         rather than checking only at the very end.  This avoids some bugs
28680         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28681         does not equal GMT offset at maximum time).
28682         Use integer to check for overflow rather than floating point; this
28683         is more portable to non-IEEE hosts, and is a tad faster.
28684         When we detect that we are oscillating between two values,
28685         don't check whether tm_isdst has the requested value, since
28686         we already know the answer.  When tm_isdst has the wrong value,
28687         use a different heuristic to find the right one, based on the
28688         extreme values actually observed in practice in tz2003a,
28689         rather than the (overly optimistic) "previous 3 calendar quarters".
28690
28691         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28692         "T const" to accommodate glibc style.
28693         (check_result): Use less-confusing report format.  "long" -> "long int.
28694         (main): Likewise.
28695         Don't loop if the iteration overflows time_t.
28696         Allow a negative step in the iteration.
28697
28698 2003-07-06  Karl Berry  <karl@gnu.org>
28699
28700         * config/depcomp: update from automake.
28701         * config/config.sub: update from prep.
28702
28703 2003-07-03  Karl Berry  <karl@gnu.org>
28704
28705         * config/config.guess: update from prep.
28706
28707 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28708
28709         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28710         xreadlink.c now includes it unconditionally.
28711
28712 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28713
28714         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28715         having it depend on HAVE_SYS_TYPES_H.
28716
28717 2003-07-01  Bruno Haible  <bruno@clisp.org>
28718
28719         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28720         <sys/types.h> should be sufficient.
28721         Reported by Paul Eggert.
28722
28723 2003-06-26  Karl Berry  <karl@gnu.org>
28724
28725         * config/depcomp: update from automake.
28726
28727 2003-06-26  Bruno Haible  <bruno@clisp.org>
28728
28729         * modules/human: Depend on module stdbool.
28730
28731 2003-06-25  Bruno Haible  <bruno@clisp.org>
28732
28733         * modules/readlink: New file.
28734         * modules/xreadlink: Depend on it.
28735         * MODULES.html.sh (func_all_modules): Add readlink.
28736
28737 2003-06-25  Bruno Haible  <bruno@clisp.org>
28738
28739         * m4/readlink.m4: New file.
28740
28741 2003-06-25  Bruno Haible  <bruno@clisp.org>
28742
28743         * lib/readlink.c: New file.
28744
28745 2003-06-22  Karl Berry  <karl@gnu.org>
28746
28747         * config/srclist.txt: update mkinstalldirs from automake.
28748         * config/mkinstalldirs: update.
28749
28750 2003-06-22  Bruno Haible  <bruno@clisp.org>
28751
28752         Portability to mingw32.
28753         * m4/ssize_t.m4: New file, from GNU gettext.
28754         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28755         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28756
28757 2003-06-22  Bruno Haible  <bruno@clisp.org>
28758
28759         * modules/safe-read: Add m4/ssize_t.m4.
28760         * modules/xreadlink: Add m4/ssize_t.m4.
28761
28762 2003-06-20  Bruno Haible  <bruno@clisp.org>
28763
28764         Assume C89, so PARAMS isn't needed.
28765         * lib/unicodeio.h (PARAMS): Remove.
28766         * lib/unicodeio.c: Don't use PARAMS.
28767
28768 2003-06-18  Karl Berry  <karl@gnu.org>
28769
28770         * config/config.{guess,sub}: update from prep.
28771
28772 2003-06-18  Jim Meyering  <jim@meyering.net>
28773
28774         Merge changes from coreutils.
28775         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28776         Remove explicit declarations of xmalloc and realloc.
28777         Include xalloc.h.
28778         (read_utmp): Remove anachronistic cast of xmalloc.
28779
28780 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28781
28782         Assume C89, so PARAMS isn't needed.
28783         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28784         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28785         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28786         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28787         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28788         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28789         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28790         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28791         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28792         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28793         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28794         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28795         no longer needed. Anyway, config.h should always be included before any
28796         other file.
28797
28798 2003-06-11  Simon Josefsson  <jas@extundo.com>
28799
28800         * modules/sysexits: New file.
28801         * MODULES.html.sh (func_all_modules): Add sysexits.
28802
28803 2003-06-11  Simon Josefsson  <jas@extundo.com>
28804
28805         * lib/sysexit_.h: New file.
28806
28807 2003-06-11  Derek Price  <derek@ximbiot.com>
28808
28809         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28810         necessary.
28811
28812 2003-06-11  Bruno Haible  <bruno@clisp.org>
28813
28814         * m4/sysexits.m4: New file.
28815
28816 2003-06-10  Simon Josefsson  <jas@extundo.com>
28817
28818         * lib/argp.h: New file, from glibc.
28819         * lib/argp-ba.c: New file, from glibc.
28820         * lib/argp-eexst.c: New file, from glibc.
28821         * lib/argp-fmtstream.c: New file, from glibc.
28822         * lib/argp-fmtstream.h: New file, from glibc.
28823         * lib/argp-fs-xinl.c: New file, from glibc.
28824         * lib/argp-help.c: New file, from glibc.
28825         * lib/argp-namefrob.h: New file, from glibc.
28826         * lib/argp-parse.c: New file, from glibc.
28827         * lib/argp-pv.c: New file, from glibc.
28828         * lib/argp-pvh.c: New file, from glibc.
28829         * lib/argp-xinl.c: New file, from glibc.
28830
28831 2003-06-10  Simon Josefsson  <jas@extundo.com>
28832
28833         * modules/strchrnul: New file.
28834
28835 2003-06-10  Simon Josefsson  <jas@extundo.com>
28836
28837         * modules/argp: New file.
28838
28839 2003-06-10  Simon Josefsson  <jas@extundo.com>
28840
28841         * m4/strchrnul.m4: New file.
28842
28843 2003-06-10  Simon Josefsson  <jas@extundo.com>
28844
28845         * lib/strchrnul.h: New file.
28846         * lib/strchrnul.c: New file.
28847
28848 2003-06-10  Bruno Haible  <bruno@clisp.org>
28849
28850         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28851
28852 2003-06-07  Karl Berry  <karl@gnu.org>
28853
28854         * config/config.{guess,sub}: update from prep.
28855
28856 2003-06-07  Jim Meyering  <jim@meyering.net>
28857
28858         * modules/strtod: Use $(...) notation, not @...@ for
28859         AC_REPLACE'd variables.
28860         * modules/localcharset: Likewise.
28861
28862 2003-06-07  Jim Meyering  <jim@meyering.net>
28863
28864         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28865         in place of my name in the copyright comment.
28866         Remove definition and uses of __P.
28867
28868         From coreutils.
28869         * lib/stat.c: Don't declare xmalloc explicitly.
28870         Instead, include "xalloc.h".
28871         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28872         xrealloc, and xcalloc return values.
28873         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28874         Improve comment.
28875         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28876
28877 2003-06-07  Bruno Haible  <bruno@clisp.org>
28878
28879         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28880         avoid AC_CONFIG_LINKS.
28881         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28882         fnmatch.h, to avoid AC_CONFIG_LINKS.
28883         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28884
28885 2003-06-07  Bruno Haible  <bruno@clisp.org>
28886
28887         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28888         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28889         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28890         directory.
28891         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28892         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28893         directory.
28894
28895 2003-06-06  Jim Meyering  <jim@meyering.net>
28896
28897         Merge from coreutils.
28898         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28899         Consolidate declarations and initializations of *_base* locals.
28900
28901         Merge from coreutils.
28902         This avoids a core dump on systems without GNU putenv,
28903         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28904         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28905         (unsetenv): New static function, from GNU libc.
28906         (rpl_putenv): Use it.
28907
28908         * lib/modechange.c: Remove trailing blanks.
28909
28910         Merge from coreutils.
28911         * lib/fsusage.c: Remove declaration of statfs.
28912         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28913
28914         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28915
28916 2003-06-06  Jim Meyering  <jim@meyering.net>
28917
28918         * lib/stdbool_.h: Renamed from stdbool.h.in.
28919
28920 2003-06-06  Jim Meyering  <jim@meyering.net>
28921             Bruno Haible  <bruno@clisp.org>
28922
28923         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28924         Adjust Makefile.am snippet not to redirect directly to target.
28925         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28926
28927 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28928
28929         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28930         mismatch, look in future quarters as well as past.  This fixes a
28931         bug when processing fall-backwards gaps immediately after a long
28932         period of daylight-saving time.
28933
28934         * lib/mktime.c: Assume freestanding C89 or better.
28935         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28936         (__P): Remove; not used.
28937         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28938         (mktime, not_equal_tm, print_tm, check_result,
28939         main): Use prototypes.  Use const * where appropriate.
28940         (main): Fix typo in testing code that uncovered by above changes.
28941         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28942
28943 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28944
28945         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28946         locale.h, localeconv.  This merges changes from coreutils.
28947
28948         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28949         It can be removed after the next Autoconf is released.
28950         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28951         needed.
28952
28953 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28954
28955         * lib/mktime.c: Fix Debian bug 177940
28956         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28957         (localtime_offset): Now long int, not time_t, because we want it
28958         to be guaranteed to be signed.  All uses changed.
28959         (__mktime_internal): If overflow would occur when adding offset,
28960         don't add it.
28961
28962         Merge 'human' changes from coreutils.  Rewrite to support
28963         locale-specific notations like thousands separators.
28964         * lib/human.c: Simplify authorship notice.
28965         Include human.h immediately after config.h.
28966         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28967         <limits.h>: Do not include, since human.h does.
28968         (SIZE_MAX, UINTMAX_MAX): New macros.
28969         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28970         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28971         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28972         (power_letter): Renamed from suffixes.
28973         (generate_suffix_backwards): Remove.
28974         (adjust_value): Now takes int style (because of human.h changes)
28975         and long double value (for greater precision on some platforms).
28976         (group_number): New function.
28977         (human_readable): Use it.  Use integer options, not enum.
28978         Put the options before the sizes in the arg list.
28979         Support all the new options.
28980         The old human_readable function has been removed;
28981         use inttostr.h instead.
28982         (human_readable, default_block_size, humblock):
28983         Use uintmax_t, not int, for block sizes.
28984         (human_readable_inexact, block_size_types): Remove.
28985         (block_size_opts): New constant.
28986         (human_options): Renamed from human_block_size, with new signature
28987         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28988         * lib/human.h: Add copyright and authorship notice.
28989         Include <limits.h> and <stdbool.h> unconditionally.
28990         (PARAMS): Remove.  All uses removed.
28991         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28992         (enum human_inexact_style): Remove tag; now a nameless enum.
28993         (human_floor, human_ceiling, human_round_to_even): Now have
28994         values 2, 0, 1 rather than -1, 1, 0.
28995         (human_group_digits, human_suppress_point_zero, human_autoscale,
28996         human_base_1024, human_SI, human_B): New constants.
28997         (human_readable_inexact, human_block_size): Remove.
28998         (human_readable): Size args are now uintmax_t, not int.
28999         (human_options): New decl.
29000
29001         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
29002         unnecessary now that we assume C89 or better.  This change
29003         imported from coreutils.
29004
29005         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29006         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
29007         in the 2003-05-30 sync from glibc.
29008
29009         .h files should stand alone, but we shouldn't include <sys/types.h>
29010         if we can get away with just <stddef.h>.
29011
29012         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
29013         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
29014         rather than <sys/types.h>, as we merely need size_t.
29015         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
29016         to get size_t.
29017         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
29018         Include <stdio.h>, to get FILE.
29019         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
29020         memcasecmp.h has included <stddef.h> and all we need is size_t.
29021         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
29022         our interface, instead of including <sys/types.h>
29023
29024 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29025
29026         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
29027         now, as glibc mktime is buggy on non-glibc systems.
29028
29029 2003-06-03  Karl Berry  <karl@gnu.org>
29030
29031         * config/config.sub: update from prep.
29032
29033 2003-06-02  Paul Eggert  <eggert@twinsun.com>
29034
29035         [from coreutils]
29036         Fix some minor time-related bugs with POSIX time arguments.
29037         Some valid time stamps were being rejected (notably -1, and
29038         time stamps before 1900 on 64-bit hosts).  And some invalid
29039         time stamps were being accepted, e.g. September 31.
29040
29041         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
29042         that we can return (time_t) -1 successfully.
29043         * lib/posixtm.c: Likewise.
29044         [HAVE_STDBOOL_H]: Include <stdbool.h>.
29045         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
29046         (t): Remove static var.
29047         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
29048         of static var.  All uses changed.
29049         (year): Do not reject years before 1900; they can occur with
29050         64-bit time_t.
29051         (posix_time_parse): Do not check for out-of-range components;
29052         that is now the caller's responsibility, since our checks were
29053         only approximations.
29054         (posixtime): Use mktime to check for out-of-range components,
29055         since it knows them exactly.
29056         If mktime returns (time_t) -1, check whether an error actually occurred
29057         by invoking localtime on -1.
29058         (main) [TEST_POSIXTIME]: Check for input data errors, and report
29059         posixtime failures better.
29060         Improve the test data (in comments only).
29061
29062 2003-06-02  Karl Berry  <karl@gnu.org>
29063
29064         * config/mkinstalldirs (version): new variable.
29065         (--version): new option.
29066         (usage): improve message.
29067
29068 2003-05-30  Karl Berry  <karl@gnu.org>
29069
29070         * lib/mktime.c: update from libc.
29071
29072 2003-05-30  Bruno Haible  <bruno@clisp.org>
29073
29074         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
29075         * config/config.rpath: Upgrade to gettext-0.12.1.
29076
29077 2003-05-30  Bruno Haible  <bruno@clisp.org>
29078
29079         * m4/gettext.m4: Upgrade to gettext-0.12.1.
29080         * m4/nls.m4: New file, from gettext-0.12.1.
29081         * m4/po.m4: New file, from gettext-0.12.1.
29082         * m4/progtest.m4: Upgrade to gettext-0.12.1.
29083
29084 2003-05-30  Bruno Haible  <bruno@clisp.org>
29085
29086         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
29087         * lib/localcharset.h: Likewise.
29088         * lib/localcharset.c: Likewise.
29089
29090 2003-05-29  Karl Berry  <karl@gnu.org>
29091
29092         * config/config.rpath: update from gettext.
29093
29094 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29095
29096         Assume the headers required for C89 freestanding compilers.
29097         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
29098         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
29099         * m4/human.m4 (gl_HUMAN): Likewise.
29100         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
29101         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
29102         * m4/userspec.m4 (gl_USERSPEC): Likewise.
29103         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
29104         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29105         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
29106
29107 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29108
29109         Assume the headers required for C89 freestanding compilers.
29110         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
29111         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
29112         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
29113         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
29114         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
29115         define, since <limits.h> is guaranteed to do that.
29116         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
29117         * lib/exclude.c: Include <stdbool.h> unconditionally.
29118         * lib/tempname.c: Include <stddef.h> unconditionally.
29119         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
29120         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
29121         <stddef.h> does that.
29122         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
29123         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
29124         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
29125         needed.
29126         * lib/xstrtol.c: Likewise.
29127         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
29128         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
29129
29130         * lib/addext.c (addext): Use assignment rather than cast, to avoid
29131         warnings on some platforms.
29132
29133         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29134         arbitrarily.
29135
29136 2003-05-26  Jim Meyering  <jim@meyering.net>
29137
29138         Merge in a change from coreutils:
29139         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
29140         that is guaranteed to be `no'.  Use `no_such_member' to indicate
29141         that condition, rather than `-1' which is slightly misleading.
29142         Change the name of the cache variable to have the gl_ prefix.
29143         Prompted by a patch from Richard Dawe for DJGPP.
29144
29145 2003-05-24  Karl Berry  <karl@gnu.org>
29146
29147         * config/config.guess: update from prep.
29148
29149 2003-05-22  Karl Berry  <karl@gnu.org>
29150
29151         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
29152
29153 2003-05-20  Karl Berry  <karl@gnu.org>
29154
29155         * config/config.guess: update from prep.
29156
29157 2003-05-18  Karl Berry  <karl@gnu.org>
29158
29159         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
29160         might actually be set by the user.
29161
29162         * config/depcomp, install-sh, mdate-sh: update from automake.
29163
29164 2003-05-17  Bruno Haible  <bruno@clisp.org>
29165
29166         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
29167         invalid expansion for AC_EGREP_CPP.
29168         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
29169         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
29170         Suggested by Akim Demaille <akim@epita.fr> in
29171         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
29172
29173 2003-05-12  Jim Meyering  <jim@meyering.net>
29174
29175         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
29176         the space-padded-by-default conversion specifiers, %e, %k, %l.
29177
29178 2003-05-12  Bruno Haible  <bruno@clisp.org>
29179
29180         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
29181         the string is longer than 4 KB.
29182
29183 2003-05-11  Karl Berry  <karl@gnu.org>
29184
29185         * config/config.{guess,sub}: update from prep.
29186
29187 2003-05-09  Bruno Haible  <bruno@clisp.org>
29188
29189         * modules/error: Add m4/strerror_r.m4 to file list.
29190
29191 2003-05-03  Bruno Haible  <bruno@clisp.org>
29192
29193         Upgrade to Unicode-4.0.
29194         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
29195         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
29196         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
29197         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
29198         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
29199         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
29200         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
29201         Change width of U+E0100..U+E01EF from 1 to 0.
29202
29203 2003-04-25  Jim Meyering  <jim@meyering.net>
29204
29205         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29206         of type size_t, not int.
29207
29208 2003-04-25  Bruno Haible  <bruno@clisp.org>
29209
29210         * lib/copy-file.c: Include <stddef.h>, for size_t.
29211
29212 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29213
29214         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29215         code which expansion is under static control.  Patch imported from
29216         Akim Demaille's patch to Bison; see
29217         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29218
29219 2003-04-14  Bruno Haible  <bruno@clisp.org>
29220
29221         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29222
29223 2003-04-11  Jim Meyering  <jim@meyering.net>
29224
29225         Merge changes from Coreutils.
29226
29227         2003-03-22  Jim Meyering  <jim@meyering.net>
29228
29229         * lib/strftime.c (widen): Cast alloca return value to proper type.
29230
29231         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29232
29233         From GNU libc.
29234         * lib/strftime.c (my_strftime): Handle very large width
29235         specifications for numeric values correctly.  Improve checks for
29236         overflow.
29237
29238         2003-01-19  Jim Meyering  <jim@meyering.net>
29239
29240         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29241         definitions.
29242         (nl_get_alt_digit) [! defined my_strftime]: Define.
29243         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29244         _nl_get_alt_digit and _nl_get_walt_digit.
29245
29246         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29247         libc. These changes have no effect outside of _LIBC.
29248
29249 2003-04-10  Bruno Haible  <bruno@clisp.org>
29250
29251         * modules/findprog: New file.
29252         * MODULES.html.sh (func_all_modules): Add it.
29253
29254 2003-04-10  Bruno Haible  <bruno@clisp.org>
29255
29256         * m4/findprog.m4: New file.
29257         * m4/eaccess.m4: New file.
29258
29259 2003-04-10  Bruno Haible  <bruno@clisp.org>
29260
29261         * lib/findprog.h: New file, from GNU gettext.
29262         * lib/findprog.c: New file, from GNU gettext.
29263
29264 2003-04-05  Jim Meyering  <jim@meyering.net>
29265
29266         Merge changes from Coreutils.
29267
29268         * lib/exclude.h (PARAMS): Remove definition and uses.
29269         * lib/exclude.c: Remove uses of `PARAMS'.
29270
29271         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29272         Add test-cases for DOS filenames. Declare program_name.
29273         (main): Set up program_name.  Patch by Rich Dawe.
29274
29275         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29276         error from mntctl.
29277         Use mntctl's return value to drive the entry-processing loop, since
29278         we can't rely on the value of the vmt_length member in the last
29279         entry.  On some systems doing so could result in exhausting
29280         virtual memory.  Based in part on a patch from Mike Jetzer.
29281
29282 2003-04-04  Bruno Haible  <bruno@clisp.org>
29283
29284         * modules/linebreak: New file.
29285         * MODULES.html.sh (func_all_modules): Add it.
29286
29287 2003-04-04  Bruno Haible  <bruno@clisp.org>
29288
29289         * m4/linebreak.m4: New file.
29290
29291 2003-04-04  Bruno Haible  <bruno@clisp.org>
29292
29293         * lib/linebreak.h: New file, from GNU gettext.
29294         * lib/linebreak.c: New file, from GNU gettext with slight
29295         modifications.
29296         * lib/lbrkprop.h: New file, from GNU gettext.
29297
29298 2003-04-03  Bruno Haible  <bruno@clisp.org>
29299
29300         * modules/utf8-ucs4: New file.
29301         * modules/utf16-ucs4: New file.
29302         * modules/ucs4-utf8: New file.
29303         * modules/ucs4-utf16: New file.
29304         * MODULES.html.sh (func_all_modules): Add them.
29305
29306 2003-04-03  Bruno Haible  <bruno@clisp.org>
29307
29308         * m4/utf-ucs4.m4: New file.
29309         * m4/ucs4-utf.m4: New file.
29310
29311 2003-04-03  Bruno Haible  <bruno@clisp.org>
29312
29313         * lib/utf8-ucs4.h: New file, from GNU gettext.
29314         * lib/utf16-ucs4.h: New file, from GNU gettext.
29315         * lib/ucs4-utf8.h: New file, from GNU gettext.
29316         * lib/ucs4-utf16.h: New file, from GNU gettext.
29317
29318 2003-04-02  Bruno Haible  <bruno@clisp.org>
29319
29320         * modules/binary-io: New file.
29321         * MODULES.html.sh (func_all_modules): Add it.
29322
29323 2003-04-02  Bruno Haible  <bruno@clisp.org>
29324
29325         * lib/binary-io.h: New file, from GNU gettext.
29326
29327 2003-04-01  Bruno Haible  <bruno@clisp.org>
29328
29329         * modules/pathname: New file.
29330         * MODULES.html.sh (func_all_modules): Add it.
29331
29332 2003-04-01  Bruno Haible  <bruno@clisp.org>
29333
29334         * lib/pathname.h: New file, from GNU gettext.
29335         * lib/concatpath.c: New file, from GNU gettext.
29336
29337 2003-03-30  Bruno Haible  <bruno@clisp.org>
29338
29339         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29340
29341 2003-03-30  Bruno Haible  <bruno@clisp.org>
29342
29343         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29344         function chown() doesn't exist.
29345
29346 2003-03-28  Bruno Haible  <bruno@clisp.org>
29347
29348         * modules/copy-file: New file.
29349         * MODULES.html.sh (func_all_modules): Add it.
29350
29351 2003-03-28  Bruno Haible  <bruno@clisp.org>
29352
29353         * m4/copy-file.m4: New file.
29354
29355 2003-03-28  Bruno Haible  <bruno@clisp.org>
29356
29357         * lib/copy-file.h: New file, from GNU gettext.
29358         * lib/copy-file.c: New file, from GNU gettext.
29359
29360 2003-03-18  Jim Meyering  <jim@meyering.net>
29361
29362         * lib/quote.c (quote_n): Fix typo in comment.
29363
29364 2003-03-18  Bruno Haible  <bruno@clisp.org>
29365
29366         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29367         checking.
29368         * m4/onceonly_2_57.m4: Likewise.
29369
29370 2003-03-17  Bruno Haible  <bruno@clisp.org>
29371
29372         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29373         (m4_quote): Remove macro.
29374         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29375
29376 2003-03-14  Jim Meyering  <jim@meyering.net>
29377
29378         Merge changes from Coreutils.
29379         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29380         to be const, in order to avoid warnings.
29381         (obstack_room): Likewise.
29382         (obstack_empty_p): Likewise.
29383
29384 2003-03-14  Bruno Haible  <bruno@clisp.org>
29385
29386         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29387         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29388
29389 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29390
29391         Merge changes from Bison.
29392         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29393         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29394         when compiling Bison 1.875's `bitset bset = obstack_alloc
29395         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29396         * lib/hash.c: Include <stdbool.h> unconditionally.
29397
29398 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29399
29400         * m4/onceonly.m4 (m4_quote): New macro.
29401         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29402         Quote AC_FOREACH variable-expansions properly.
29403
29404 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29405
29406         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29407
29408 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29409
29410         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29411         Reported by Bruce Becker; see:
29412         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29413
29414 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29415             Bruno Haible  <bruno@clisp.org>
29416
29417         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29418         Reported by John Hughes, see
29419         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29420
29421 2003-02-20  Bruno Haible  <bruno@clisp.org>
29422
29423         * MODULES.html.sh (func_all_modules): Add poll.
29424
29425 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29426
29427         * modules/poll: New file.
29428
29429 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29430
29431         * lib/poll_.h: New file.
29432         * lib/poll.c: New file.
29433
29434 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29435
29436         * m4/poll.m4: New file.
29437
29438 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29439
29440         * modules/mathl: New file.
29441
29442 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29443
29444         * lib/mathl.h: New file.
29445         * lib/acosl.c: New file.
29446         * lib/asinl.c: New file.
29447         * lib/atanl.c: New file.
29448         * lib/ceill.c: New file.
29449         * lib/cosl.c: New file.
29450         * lib/expl.c: New file.
29451         * lib/floorl.c: New file.
29452         * lib/frexpl.c: New file.
29453         * lib/ldexpl.c: New file.
29454         * lib/logl.c: New file.
29455         * lib/sincosl.c: New file.
29456         * lib/sinl.c: New file.
29457         * lib/sqrtl.c: New file.
29458         * lib/tanl.c: New file.
29459         * lib/trigl.c: New file.
29460         * lib/trigl.h: New file.
29461
29462 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29463
29464         * m4/mathl.m4: New file.
29465
29466 2003-02-18  Bruno Haible  <bruno@clisp.org>
29467
29468         * MODULES.html.sh (func_all_modules): Add mathl.
29469
29470 2003-02-17  Bruno Haible  <bruno@clisp.org>
29471
29472         * modules/mkdtemp: New module.
29473         * MODULES.html.sh (func_all_modules): Add it.
29474
29475 2003-02-17  Bruno Haible  <bruno@clisp.org>
29476
29477         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29478
29479 2003-02-17  Bruno Haible  <bruno@clisp.org>
29480
29481         * lib/mkdtemp.h: New file, from GNU gettext.
29482         * lib/mkdtemp.c: New file, from GNU gettext.
29483
29484 2003-02-02  Jim Meyering  <jim@meyering.net>
29485
29486         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29487         e.g. glibc-2.2.93.
29488
29489 2003-01-31  Bruno Haible  <bruno@clisp.org>
29490
29491         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29492         'rpl_rename'.
29493         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29494         'rpl_strnlen'.
29495         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29496         'rpl_strtod'.
29497         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29498         'rpl_utime'.
29499
29500 2003-01-31  Bruno Haible  <bruno@clisp.org>
29501
29502         * lib/rename.c: #undef rename before defining rpl_rename.
29503         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29504
29505 2003-01-30  Bruno Haible  <bruno@clisp.org>
29506
29507         * modules/vasnprintf, modules/vasprintf: New modules.
29508         * MODULES.html.sh (func_all_modules): Add them.
29509
29510 2003-01-30  Bruno Haible  <bruno@clisp.org>
29511
29512         * m4/signed.m4: New file, from GNU gettext.
29513         * m4/longdouble.m4: New file, from GNU gettext.
29514         * m4/wchar_t.m4: New file, from GNU gettext.
29515         * m4/wint_t.m4: New file, from GNU gettext.
29516         * m4/vasnprintf.m4: New file.
29517         * m4/vasprintf.m4: New file.
29518
29519 2003-01-30  Bruno Haible  <bruno@clisp.org>
29520
29521         * lib/printf-args.h: New file, from GNU gettext.
29522         * lib/printf-args.c: New file, from GNU gettext.
29523         * lib/printf-parse.h: New file, from GNU gettext.
29524         * lib/printf-parse.c: New file, from GNU gettext.
29525         * lib/vasnprintf.h: New file, from GNU gettext.
29526         * lib/vasnprintf.c: New file, from GNU gettext.
29527         * lib/asnprintf.c: New file, from GNU gettext.
29528         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29529         * lib/vasprintf.c: New file, from GNU gettext.
29530         * lib/asprintf.c: New file, from GNU gettext.
29531
29532 2003-01-29  Bruno Haible  <bruno@clisp.org>
29533
29534         * modules/stpncpy: New module.
29535         * MODULES.html.sh (func_all_modules): Add it.
29536
29537 2003-01-29  Bruno Haible  <bruno@clisp.org>
29538
29539         * m4/stpncpy.m4: New file.
29540
29541 2003-01-29  Bruno Haible  <bruno@clisp.org>
29542
29543         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29544         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29545
29546 2003-01-28  Bruno Haible  <bruno@clisp.org>
29547
29548         * modules/c-ctype: New module.
29549         * MODULES.html.sh (func_all_modules): Add it.
29550
29551 2003-01-28  Bruno Haible  <bruno@clisp.org>
29552
29553         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29554         Paul Eggert.
29555         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29556         Paul Eggert.
29557
29558 2003-01-27  Bruno Haible  <bruno@clisp.org>
29559
29560         * modules/xsetenv: New module.
29561         * MODULES.html.sh (func_all_modules): Add it.
29562
29563 2003-01-27  Bruno Haible  <bruno@clisp.org>
29564
29565         * lib/xsetenv.h: New file, from GNU gettext.
29566         * lib/xsetenv.c: New file, from GNU gettext.
29567
29568 2003-01-23  Jim Meyering  <jim@meyering.net>
29569
29570         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29571         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29572
29573 2003-01-23  Bruno Haible  <bruno@clisp.org>
29574
29575         * modules/minmax: New module.
29576         * MODULES.html.sh (func_all_modules): Add it.
29577
29578 2003-01-23  Bruno Haible  <bruno@clisp.org>
29579
29580         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29581         Eggert.
29582
29583 2003-01-22  Bruno Haible  <bruno@clisp.org>
29584
29585         * modules/exit: New module.
29586         * MODULES.html.sh (func_all_modules): Add it.
29587
29588 2003-01-22  Bruno Haible  <bruno@clisp.org>
29589
29590         * lib/exit.h: New file, from GNU gettext.
29591
29592 2003-01-19  Bruno Haible  <bruno@clisp.org>
29593
29594         * gnulib-tool: Recognize option --extract-maintainer.
29595         (func_get_maintainer): New function.
29596         * modules/*: Add Maintainer entry.
29597
29598 2003-01-16  Jim Meyering  <jim@meyering.net>
29599
29600         * m4/regex.m4: The `regex' struct is both input and output.
29601         Initialize it before each use.  Patch by Tim Waugh.
29602
29603 2003-01-16  Bruno Haible  <bruno@clisp.org>
29604
29605         * MODULES.html.sh: Add a table of contents. Add the module name as
29606         leftmost column. Add hyperlinks.
29607
29608 2003-01-15  Bruno Haible  <bruno@clisp.org>
29609
29610         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29611
29612 2003-01-15  Bruno Haible  <bruno@clisp.org>
29613
29614         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29615         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29616         suffix.
29617
29618 2003-01-15  Bruno Haible  <bruno@clisp.org>
29619
29620         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29621
29622 2003-01-15  Bruno Haible  <bruno@clisp.org>
29623
29624         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29625         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29626
29627 2003-01-14  Jim Meyering  <jim@meyering.net>
29628
29629         * lib/same.c (same_name): Tweak a comment.
29630
29631 2003-01-14  Bruno Haible  <bruno@clisp.org>
29632
29633         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29634         when a string comparison is sufficient.
29635
29636 2003-01-14  Bruno Haible  <bruno@clisp.org>
29637
29638         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29639         'unsigned int'.
29640
29641 2003-01-14  Bruno Haible  <bruno@clisp.org>
29642
29643         * lib/hash-pjw.c: Add comment about low quality of this function.
29644
29645 2003-01-13  Bruno Haible  <bruno@clisp.org>
29646
29647         * modules/stpcpy: Distribute lib/stpcpy.h.
29648         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29649
29650 2003-01-13  Bruno Haible  <bruno@clisp.org>
29651
29652         * modules/*: Add a description.
29653         * modules/strpbrk: Fix Makefile.am snippet.
29654         * modules/strtoimax: Fix dependencies.
29655         * modules/strtoumax: Likewise.
29656
29657 2003-01-13  Bruno Haible  <bruno@clisp.org>
29658
29659         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29660         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29661         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29662
29663 2003-01-13  Bruno Haible  <bruno@clisp.org>
29664
29665         * gnulib-tool (func_create_testdir): Store config/* files in the main
29666         directory.
29667         * config.rpath: Move to ...
29668         * config/config.rpath: ... here.
29669         * modules/gettext: Contains config/config.rpath, not config.rpath.
29670         * modules/iconv: Likewise.
29671
29672 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29673
29674         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29675         to avoid collisions with libcurses and libreadline.
29676
29677         * m4/getstr.m4: Remove.
29678         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29679
29680 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29681
29682         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29683         to avoid collisions with libcurses and libreadline.
29684
29685         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29686         * lib/getstr.h, getstr.c: Remove.
29687         * lib/getline.c: Include "getline.h", to check interface.
29688         Move body of old getstr.c here: this defines MIN_CHUNK and
29689         declares getdelim2, which is renamed from getstr.
29690         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29691
29692         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29693         All uses changed.
29694         * lib/linebuffer.h: Likewise.
29695         (readline): Remove backward-compatibility macro.
29696
29697 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29698
29699         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29700         to avoid collisions with libcurses and libreadline.
29701         * getstr: Remove.
29702         * MODULES.html.sh: Remove getstr.
29703         * modules/getline: Depend on unlocked-io, not getstr.
29704
29705 2003-01-12  Jim Meyering  <jim@meyering.net>
29706
29707         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29708
29709 2003-01-10  Bruno Haible  <bruno@clisp.org>
29710
29711         * modules/alloca: Change Makefile.am requirements. Simplify Include
29712         requirements. Add lib/alloca_.h to file list.
29713
29714 2003-01-10  Bruno Haible  <bruno@clisp.org>
29715
29716         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29717
29718 2003-01-10  Bruno Haible  <bruno@clisp.org>
29719
29720         * lib/alloca_.h: New file.
29721         * lib/getdate.y: Unconditionally include alloca.h.
29722         * lib/makepath.c: Likewise.
29723         * lib/setenv.c: Likewise.
29724         * lib/userspec.c: Likewise.
29725
29726 2003-01-09  Karl Berry  <karl@gnu.org>
29727
29728         * MODULES.html.sh: include `dirname $0` in PATH, to find
29729         gnulib-tool.
29730
29731 2003-01-09  Bruno Haible  <bruno@clisp.org>
29732
29733         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29734         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29735
29736 2003-01-09  Bruno Haible  <bruno@clisp.org>
29737
29738         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29739
29740 2003-01-09  Bruno Haible  <bruno@clisp.org>
29741
29742         * lib/stdbool.h.in: New file.
29743
29744 2003-01-09  Bruno Haible  <bruno@clisp.org>
29745
29746         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29747         * MODULES.html.sh: Likewise.
29748
29749 2003-01-08  Jim Meyering  <jim@meyering.net>
29750
29751         * lib/full-write.c: Undefine and define-away `const' after inclusion
29752         of errno.h, not before.  Suggestion from Bruno Haible.
29753
29754 2003-01-08  Bruno Haible  <bruno@clisp.org>
29755
29756         * modules/full-read: Depend on full-write.
29757
29758 2003-01-08  Bruno Haible  <bruno@clisp.org>
29759
29760         * lib/safe-read.c: Include specification header first, to ensure its
29761         selfcontainedness.
29762         * lib/full-write.c: Likewise.
29763
29764 2003-01-07  Jim Meyering  <jim@meyering.net>
29765
29766         * lib/full-write.c: Rework so that it may serve to define full_read,
29767         too.
29768         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29769
29770 2003-01-07  Bruno Haible  <bruno@clisp.org>
29771
29772         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29773         <inttypes.h>.
29774         * lib/xstrtol.h: Likewise.
29775         * lib/xstrtoimax.c: Likewise.
29776         * lib/xstrtoumax.c: Likewise.
29777         * lib/human.h: Likewise.
29778
29779         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29780         on systems that have <inttypes.h> but not <stdint.h>.
29781
29782 2003-01-07  Bruno Haible  <bruno@clisp.org>
29783
29784         * MODULES.html.sh: Add copyright notice.
29785         (missed_files): Omit CVS directory entries.
29786         (func_module): Make it work with sed-3.02.
29787         * MODULES.txt: Remove file.
29788
29789 2003-01-06  Jim Meyering  <jim@meyering.net>
29790
29791         * lib/version-etc.c: Update year in translatable copyright string.
29792
29793 2003-01-03  Karl Berry  <karl@gnu.org>
29794
29795         * config/config.{guess,sub}: update from prep.
29796
29797 2003-01-02  Karl Berry  <karl@gnu.org>
29798
29799         * doc/COPYING.DOC: belatedly updated to 1.2.
29800
29801 2003-01-01  Karl Berry  <karl@gnu.org>
29802
29803         * gnulib-tool (func_verify_module): report module name $module in
29804         error message, not $1.
29805         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29806         be created, only if it doesn't exist.
29807         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29808
29809 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29810
29811         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29812
29813 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29814
29815         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29816         memcmp if strcoll doesn't work.
29817
29818 2002-12-31  Bruno Haible  <bruno@clisp.org>
29819
29820         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29821         nonempty.
29822
29823 2002-12-31  Bruno Haible  <bruno@clisp.org>
29824
29825         * lib/memcoll.c (STRCOLL): New macro.
29826         (memcoll): Use it.
29827
29828 2002-12-31  Bruno Haible  <bruno@clisp.org>
29829
29830         * lib/localcharset.h: New file.
29831         * lib/localcharset.c: Include it.
29832         * lib/unicodeio.c: Likewise.
29833
29834 2002-12-31  Bruno Haible  <bruno@clisp.org>
29835
29836         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29837         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29838
29839 2002-12-31  Bruno Haible  <bruno@clisp.org>
29840
29841         * lib/getline.h: Include <stddef.h>, for size_t.
29842
29843         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29844         * lib/unicodeio.c: Don't include <stddef.h>.
29845
29846 2002-12-31  Bruno Haible  <bruno@clisp.org>
29847
29848         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29849         HAVE_TM_ZONE.
29850
29851 2002-12-24  Karl Berry  <karl@gnu.org>
29852
29853         * config/config.guess: update from prep.
29854
29855 2002-12-24  Bruno Haible  <bruno@clisp.org>
29856
29857         General infrasructure.
29858         * m4/README: Rewritten.
29859         * m4/onceonly.m4: New file.
29860         * m4/onceonly_2_57.m4: New file.
29861
29862         Module atexit.
29863         * m4/atexit.m4: New file.
29864
29865         Module strtod.
29866         * m4/strtod.m4: New file.
29867
29868         Module strtol.
29869         * m4/strtol.m4: New file.
29870
29871         Module strtoul.
29872         * m4/strtoul.m4: New file.
29873
29874         Module memchr.
29875         * m4/memchr.m4: New file.
29876
29877         Module memcmp.
29878         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29879         (jm_FUNC_MEMCMP): Invoke it.
29880
29881         Module memcpy.
29882         * m4/memcpy.m4: New file.
29883
29884         Module memmove.
29885         * m4/memmove.m4: New file.
29886
29887         Module memset.
29888         * m4/memset.m4: New file.
29889
29890         Module strcspn.
29891         * m4/strcspn.m4: New file.
29892
29893         Module strpbrk.
29894         * m4/strpbrk.m4: New file.
29895
29896         Module strstr.
29897         * m4/strstr.m4: New file.
29898
29899         Module strerror.
29900         * m4/strerror.m4: New file.
29901
29902         Module mktime.
29903         * m4/mktime.m4: Renamed from jm-mktime.m4.
29904         (gl_PREREQ_MKTIME): New macro.
29905         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29906
29907         Module malloc.
29908         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29909         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29910         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29911
29912         Module realloc.
29913         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29914         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29915         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29916
29917         Module strftime.
29918         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29919         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29920         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29921         gl_TM_GMTOFF.
29922         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29923
29924         Module xalloc.
29925         * m4/xalloc.m4: New file.
29926
29927         Module alloca.
29928         * m4/alloca.m4: New file.
29929
29930         Module putenv.
29931         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29932         (jm_FUNC_PUTENV): Invoke it.
29933
29934         Module setenv.
29935         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29936         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29937         when invoked twice.
29938         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29939         gt_FUNC_SETENV.
29940
29941         Module memrchr.
29942         * m4/memrchr.m4: New file.
29943
29944         Module stpcpy.
29945         * m4/stpcpy.m4: New file.
29946
29947         Module strcase.
29948         * m4/strcase.m4: New file.
29949
29950         Module strdup.
29951         * m4/strdup.m4: New file.
29952
29953         Module strnlen.
29954         * m4/strnlen.m4: New file.
29955
29956         Module strndup.
29957         * m4/strndup.m4: New file.
29958
29959         Module xstrtod.
29960         * m4/xstrtod.m4: New file.
29961
29962         Module xstrtol.
29963         * m4/xstrtol.m4: New file.
29964
29965         Module getdate.
29966         * m4/getdate.m4: New file.
29967
29968         Module unlocked-io.
29969         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29970         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29971         * m4/jm-glibc-io.m4n: Remove file.
29972
29973         Module long-options.
29974         * m4/long-options.m4: New file.
29975
29976         Module md5.
29977         * m4/md5.m4: New file.
29978
29979         Module sha.
29980         * m4/sha.m4: New file.
29981
29982         Module getstr.
29983         * m4/getstr.m4: New file.
29984
29985         Module getline.
29986         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29987         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29988         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29989         simply getline. Infoke gl_PREREQ_GETLINE.
29990
29991         Module obstack.
29992         * m4/obstack.m4: New file.
29993
29994         Module hash.
29995         * m4/hash.m4: New file.
29996
29997         Module readtokens.
29998         * m4/readtokens.m4: New file.
29999
30000         Module strverscmp.
30001         * m4/strverscmp.m4: New file.
30002
30003         Module stdbool.
30004         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
30005         OSF/1.
30006
30007         Module strtoll.
30008         * m4/strtoll.m4: New file.
30009
30010         Module strtoull.
30011         * m4/strtoull.m4: New file.
30012
30013         Module strtoimax.
30014         * m4/strtoimax.m4: New file.
30015
30016         Module strtoumax.
30017         * m4/strtoumax.m4: New file.
30018
30019         Module xstrtoimax.
30020         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
30021         jm_AC_PREREQ_XSTRTOIMAX.
30022         Moved the strtol prerequisites to strtol.m4.
30023         Moved the strtoll prerequisites to strtoll.m4.
30024         Moved the strtoimax prerequisites to strtoimax.m4.
30025
30026         Module xstrtoumax.
30027         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
30028         jm_AC_PREREQ_XSTRTOUMAX.
30029         Moved the strtoul prerequisites to strtoul.m4.
30030         Moved the strtoull prerequisites to strtoull.m4.
30031         Moved the strtoumax prerequisites to strtoumax.m4.
30032
30033         Module chown.
30034         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
30035         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
30036
30037         Module dup2.
30038         * m4/dup2.m4: New file.
30039
30040         Module ftruncate.
30041         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
30042         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
30043
30044         Module getgroups.
30045         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
30046         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
30047
30048         Module gettimeofday.
30049         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
30050         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
30051         gl_PREREQ_GETTIMEOFDAY.
30052
30053         Module mkdir.
30054         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
30055         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
30056
30057         Module mkstemp.
30058         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
30059         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
30060         jm_AC_TYPE_UINTMAX_T.
30061         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
30062
30063         Module stat.
30064         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
30065         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
30066
30067         Module lstat.
30068         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
30069         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
30070
30071         Module timespec.
30072         * m4/timespec.m4 (gl_TIMESPEC): New macro.
30073         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
30074         * m4/st_mtim.m4: Indentation.
30075
30076         Module nanosleep.
30077         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
30078         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
30079         gl_PREREQ_NANOSLEEP.
30080
30081         Module regex.
30082         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
30083         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
30084         (gl_REGEX): New macro.
30085
30086         Module rename.
30087         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
30088         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
30089
30090         Module rmdir.
30091         * m4/rmdir.m4: New file.
30092
30093         Module utime.
30094         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
30095         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
30096         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
30097
30098         Module dirname.
30099         * m4/dirname.m4: New file.
30100
30101         Module getopt.
30102         * m4/getopt.m4: New file.
30103
30104         Module unistd-safer.
30105         * m4/unistd-safer.m4: New file.
30106
30107         Module fnmatch.
30108         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
30109         declaration.
30110         (gl_PREREQ_FNMATCH_EXTRA): New macro.
30111         (gl_FUNC_FNMATCH_POSIX): New macro.
30112         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
30113         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
30114         simply fnmatch.
30115
30116         Module exclude.
30117         * m4/exclude.m4: New file.
30118
30119         Module human.
30120         * m4/human.m4: New file.
30121
30122         Module acl.
30123         * m4/acl.m4: Nop.
30124
30125         Module backupfile.
30126         * m4/backupfile.m4: New file.
30127         * m4/d-ino.m4: Indentation.
30128
30129         Module fsusage.
30130         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
30131         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
30132         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
30133
30134         Module dirfd.
30135         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
30136         requirements.
30137
30138         Module euidaccess.
30139         * m4/euidaccess.m4: New file.
30140
30141         Module file-type.
30142         * m4/file-type.m4: New file.
30143
30144         Module fileblocks.
30145         * m4/fileblocks.m4: New file.
30146
30147         Module filemode.
30148         * m4/filemode.m4: New file.
30149
30150         Module isdir.
30151         * m4/isdir.m4: New file.
30152
30153         Module lchown.
30154         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
30155         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
30156
30157         Module makepath.
30158         * m4/makepath.m4: New file.
30159
30160         Module modechange.
30161         * m4/modechange.m4: New file.
30162
30163         Module mountlist.
30164         * m4/mountlist.m4: New file.
30165         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
30166         Indentation.
30167
30168         Module path-concat.
30169         * m4/path-concat.m4: New file.
30170
30171         Module pathmax.
30172         * m4/pathmax.m4: New file.
30173
30174         Module same.
30175         * m4/same.m4: New file.
30176
30177         Module save-cwd.
30178         * m4/save-cwd.m4: New file.
30179
30180         Module savedir.
30181         * m4/savedir.m4: New file.
30182
30183         Module xgetcwd.
30184         * m4/xgetcwd.m4: New file.
30185         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
30186
30187         Module xreadlink.
30188         * m4/xreadlink.m4: New file.
30189
30190         Module safe-read.
30191         * m4/safe-read.m4: New file.
30192
30193         Module safe-write.
30194         * m4/safe-write.m4: New file.
30195
30196         Module closeout.
30197         * m4/closeout.m4: New file.
30198
30199         Module stdio-safer.
30200         * m4/stdio-safer.m4: New file.
30201
30202         Module getpass.
30203         * m4/getpass.m4: New file.
30204
30205         Module getugroups.
30206         * m4/getugroups.m4: New file.
30207
30208         Module group-member.
30209         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30210         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30211
30212         Module idcache.
30213         * m4/idcache.m4: New file.
30214
30215         Module userspec.
30216         * m4/userspec.m4: New file.
30217
30218         Module gettime.
30219         * m4/clock_time.m4: New file.
30220         * m4/gettime.m4: New file.
30221
30222         Module settime.
30223         * m4/settime.m4: New file.
30224
30225         Module posixtm.
30226         * m4/posixtm.m4: New file.
30227
30228         Module gethostname.
30229         * m4/gethostname.m4: New file.
30230
30231         Module canon-host.
30232         * m4/canon-host.m4: New file.
30233
30234         Module gettext.
30235         * m4/codeset.m4: New file, from gettext-0.11.5.
30236         * m4/gettext.m4: New file, from gettext-0.11.5.
30237         * m4/glibc21.m4: New file, from gettext-0.11.5.
30238         * m4/iconv.m4: New file, from gettext-0.11.5.
30239         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30240         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30241         * m4/inttypes.m4: New file, from gettext-0.11.5.
30242         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30243         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30244         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30245         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30246         * m4/lib-link.m4: New file, from gettext-0.11.5.
30247         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30248         * m4/progtest.m4: New file, from gettext-0.11.5.
30249         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30250         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30251         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30252
30253         Module localcharset.
30254         * m4/localcharset.m4: New file.
30255
30256         Module hard-locale.
30257         * m4/hard-locale.m4: New file.
30258
30259         Module mbswidth.
30260         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30261         onceonly macros.
30262         * m4/mbrtowc.m4: Add comment.
30263
30264         Module memcasecmp.
30265         * m4/memcasecmp.m4: New file.
30266
30267         Module memcoll.
30268         * m4/memcoll.m4: New file.
30269
30270         Module unicodeio.
30271         * m4/unicodeio.m4: New file.
30272
30273         Module rpmatch.
30274         * m4/rpmatch.m4: New file.
30275
30276         Module yesno.
30277         * m4/yesno.m4: New file.
30278
30279         Module exitfail.
30280         * m4/exitfail.m4: New file.
30281
30282         Module c-stack.
30283         * m4/c-stack.m4 (gl_C_STACK): New macro.
30284         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30285
30286         Module error.
30287         * m4/error.m4 (gl_ERROR): New macro.
30288         (jm_PREREQ_ERROR): Use onceonly macros.
30289
30290         Module fatal.
30291         * m4/fatal.m4: New file.
30292
30293         Module getloadavg.
30294         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30295         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30296
30297         Module getpagesize.
30298         * m4/getpagesize.m4: New file.
30299
30300         Module getusershell.
30301         * m4/getusershell.m4: New file.
30302
30303         Module physmem.
30304         * m4/physmem.m4: New file.
30305
30306         Module posixver.
30307         * m4/posixver.m4: New file.
30308
30309         Module quotearg.
30310         * m4/quotearg.m4: New file.
30311
30312         Module quote.
30313         * m4/quote.m4: New file.
30314
30315         Module readutmp.
30316         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30317
30318         Module sig2str.
30319         * m4/sig2str.m4: New file.
30320
30321         Other.
30322         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30323         ulonglong.m4.
30324         * m4/intmax_t.m4: New file.
30325         * m4/d-type.m4: Indentation.
30326         * m4/jm-macros.m4: Update.
30327         * m4/prereq.m4 (jm_PREREQ): Update.
30328         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30329         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30330         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30331         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30332         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30333         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30334         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30335         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30336         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30337         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30338         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30339         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30340         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30341         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30342         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30343         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30344         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30345         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30346         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30347
30348 2002-12-24  Bruno Haible  <bruno@clisp.org>
30349
30350         * MODULES.txt: Update according to m4/ changes.
30351
30352         Module gettext.
30353         * config.rpath: New file, from gettext-0.11.5.
30354
30355         * modules/*: New module descriptions.
30356         * gnulib-tool: New file.
30357         * MODULES.html.sh: New file.
30358
30359 2002-12-21  Karl Berry  <karl@gnu.org>
30360
30361         * doc/fdl.texi: update to version 1.2.
30362
30363 2002-12-19  Karl Berry  <karl@gnu.org>
30364
30365         * config/config.guess: update from prep.
30366
30367 2002-12-18  Bruno Haible  <bruno@clisp.org>
30368
30369         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30370         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30371
30372 2002-12-17  Bruno Haible  <bruno@clisp.org>
30373
30374         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30375         stdlib.h, string.h.
30376
30377 2002-12-17  Bruno Haible  <bruno@clisp.org>
30378
30379         * lib/canon-host.c (strdup): Remove unused declaration.
30380
30381         * lib/fsusage.c: Include full_read.h.
30382         (get_fs_usage): Use full_read instead of safe_read.
30383
30384         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30385
30386 2002-12-12  Karl Berry  <karl@gnu.org>
30387
30388         * config/config.guess: update from prep.
30389
30390 2002-12-11  Bruno Haible  <bruno@clisp.org>
30391
30392         * m4/setenv.m4: New file, from gettext-0.11.5.
30393
30394 2002-12-11  Bruno Haible  <bruno@clisp.org>
30395
30396         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30397         not unsetenv().
30398         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30399         modifications:
30400
30401         2002-12-11  Bruno Haible  <bruno@clisp.org>
30402
30403                 * setenv.c (alloca): Fall back to malloc.
30404                 (freea): New macro.
30405                 (setenv): Use freea() to free memory allocated with alloca().
30406
30407         2002-11-13  Bruno Haible  <bruno@clisp.org>
30408
30409                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30410                 function declarations.
30411                 * unsetenv.c (unsetenv): Likewise.
30412
30413         2002-03-04  Bruno Haible  <bruno@clisp.org>
30414
30415                 Portability to AIX 4.3.3.
30416                 * unsetenv.c: New file, extracted from setenv.c.
30417                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30418
30419         2001-12-20  Bruno Haible  <bruno@clisp.org>
30420
30421                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30422                 use malloc instead. For SunOS 4.
30423
30424         2001-12-11  Bruno Haible  <bruno@clisp.org>
30425
30426                 * setenv.c: Declare alloca.
30427                 (compar_fn_t): New typedef.
30428                 (KNOWN_VALUE, STORE_VALUE): Use it.
30429
30430         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30431         setenv.h.
30432
30433 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30434
30435         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30436         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30437         Choose values that are less likely to collide with system fnmatch
30438         options.
30439         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30440         defined (e.g., a pure POSIX system).
30441         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30442         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30443
30444 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30445
30446         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30447         a pain in practice to deal with generated m4 files.  This change
30448         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30449
30450         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30451         and jm-glibc-io.m4, as they are no longer a special case.
30452         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30453         kludge and the auto-generation stuff.  Check only whether the
30454         functions are declared, not whether they exist, since older hosts
30455         that don't declare the functions can't use the optimization anyway.
30456
30457 2002-12-06  Jim Meyering  <jim@meyering.net>
30458
30459         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30460
30461         Merge in changes from libc's misc/error.c, in preparation
30462         for the merge of gnulib's changes back into libc.
30463
30464         * lib/error.c (_): Define only if not already defined.
30465         Move definition to follow all #include directives.
30466         Include unlocked-io.h only if !_LIBC.
30467         [_LIBC]: Include <libio/libioP.h>.
30468         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30469         (fflush): Tweak definition to use INTUSE.
30470         (putc): Define.
30471
30472 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30473
30474         * lib/alloca.c [defined emacs]: Include "lisp.h".
30475         (xalloc_die) [defined emacs]: New macro.
30476         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30477         [! defined emacs]: Include <xalloc.h>.
30478         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30479         (pointer): Typedef to POINTER_TYPE *.
30480         (malloc): Remove decl; we now always use xmalloc.
30481         (alloca): Use old-style definition, since Emacs needs this.
30482         Check for arithmetic overflow when computing combined size.
30483
30484 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30485
30486         Do not generate unlocked-io.h automatically, since it's easier to
30487         maintain it by hand.
30488
30489         * lib/unlocked-io.h: New file, from GNU diffutils,
30490         but with proper copyright notice and attribution.
30491         * lib/gen-uio: Remove.
30492         * lib/Makefile.am: Add copyright notice.
30493         (libfetish_a_SOURCES): Add unlocked-io.h.
30494         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30495         (DISTCLEANFILES, io_functions): Remove macros.
30496         (EXTRA_DIST): Remove gen_uio.
30497         (unlocked-io.h): Remove rule.
30498
30499 2002-12-04  Jim Meyering  <jim@meyering.net>
30500
30501         Reflect the fact that stat.c and lstat.c are no longer generated.
30502         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30503         (DISTCLEANFILES): Likewise.
30504         (EXTRA_DIST): Likewise.
30505         (all_local): Don't depend on stat.c or lstat.c.
30506         (stat.c, lstat.c): Remove rules.
30507         (EXTRA_DIST): Remove xstat.in.
30508
30509         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30510         * lib/stat.c: New file.  Contents mostly from xstat.in.
30511         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30512         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30513
30514         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30515         too.
30516         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30517
30518 2002-12-03  Jim Meyering  <jim@meyering.net>
30519
30520         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30521         but not semantics, to minimize the differences between these two files.
30522         (safe_read): Change comment to mention SAFE_READ_ERROR.
30523
30524         * lib/safe-read.c (IS_EINTR): Define.
30525         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30526
30527 2002-12-02  Jim Meyering  <jim@meyering.net>
30528
30529         * lib/safe-read.c (EINTR): Define.
30530         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30531         (INT_MAX): Provide fallback.
30532         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30533
30534         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30535
30536 2002-12-02  Bruno Haible  <bruno@clisp.org>
30537
30538         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30539         Define, taken from safe-read.c.
30540         (INT_MAX): Provide fallback.
30541         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30542         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30543
30544         * lib/safe-read.c (EINTR): Remove definition.
30545         (safe_read): Don't use EINTR if it is absent.
30546
30547 2002-12-01  Jim Meyering  <jim@meyering.net>
30548
30549         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30550         zero.
30551         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30552
30553 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30554
30555         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30556         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30557         with `if (! (value < limit)) abort ();', for readability.
30558
30559 2002-11-26  Karl Berry  <karl@gnu.org>
30560
30561         * lib/strdup.c: copy from libc again, with jim's ok.
30562         * lib/.cppi-disable: re-add strdup.c
30563
30564 2002-11-25  Karl Berry  <karl@gnu.org>
30565
30566         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30567         instead of "strtol.c".
30568
30569 2002-11-25  Karl Berry  <karl@gnu.org>
30570
30571         * config/install-sh: update from automake for variable quoting, $0 in
30572         error msgs, etc.
30573
30574         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30575         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30576         entry.
30577
30578 2002-11-25  Jim Meyering  <jim@meyering.net>
30579
30580         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30581
30582 2002-11-24  Karl Berry  <karl@gnu.org>
30583
30584         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30585         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30586
30587 2002-11-24  Jim Meyering  <jim@meyering.net>
30588
30589         Update from coreutils:
30590
30591         * lib/mktime.c: Merge in changes from libc.
30592
30593         Avoid a link-time failure on some Linux systems.
30594         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30595         (otherwise).
30596         (__mon_yday): Declare with the STATIC attribute.
30597         (__mktime_internal): Likewise.
30598         Based on a report from Greg Schafer.
30599
30600 2002-11-23  Jim Meyering  <jim@meyering.net>
30601
30602         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30603         Use `unsigned', not `int', as type of index.
30604
30605         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30606
30607         * lib/fsusage.c: Remove unneeded parentheses around operands of
30608         `defined'.
30609
30610 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30611
30612         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30613         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30614         so that we can be included first.
30615         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30616         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30617         No need to include stddef.h or sys/types.h any more.
30618         Surround local include files with "", not "<>".
30619         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30620         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30621         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30622         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30623         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30624         (ISPRINT): Remove; no longer needed now that we assume C89.
30625
30626         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30627         Preserve errno.
30628
30629         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30630         quotearg_char): Use SIZE_MAX rather than
30631         (size_t) -1 when we are talking about "infinity".
30632
30633         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30634
30635 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30636
30637         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30638         hint that one should use `if (! x) abort ();' rather than `assert
30639         (x);', and anyway it's one less thing to worry about configuring.
30640         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30641         hash_rehash, hash_insert): Use abort rather than assert.
30642
30643 2002-11-22  Bruno Haible  <bruno@clisp.org>
30644
30645         * lib/safe-read.h: Assume C89. Add comments.
30646         (safe_read): Change return type to size_t.
30647         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30648         byte counts > SSIZE_MAX correctly.
30649         * lib/safe-write.h: New file.
30650         * lib/safe-write.c: New file.
30651         * lib/full-read.h: New file.
30652         * lib/full-read.c: New file.
30653         * lib/full-write.h: Assume C89. Add comments.
30654         * lib/full-write.c: Include safe-write.h.
30655         (full_write): Rewritten to use safe_write.
30656         Suggested by Jim Meyering and Paul Eggert.
30657
30658 2002-11-21  Jim Meyering  <jim@meyering.net>
30659
30660         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30661
30662         Merge in changes from the coreutils.
30663
30664         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30665         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30666         <stdint.h>.
30667         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30668         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30669         int.  Work more efficiently if X is the same width as uintmax_t.
30670         Do not compare X to -1, to avoid bogus compiler warning.
30671         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30672         Don't assume that f_frsize and f_bsize are the same type.
30673
30674         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30675         warning on FreeBSD.
30676
30677         * lib/makepath.c (make_path): Restore umask *before* creating the final
30678         component.
30679         (make_path): Minor reformatting.
30680
30681         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30682         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30683         HAVE_MALLOC/HAVE_REALLOC.
30684
30685         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30686         dummy ones.  At least on GNU/Linux systems, `auto' means something
30687         else.
30688         From Michael Stone.
30689
30690 2002-11-21  Bruno Haible  <bruno@clisp.org>
30691
30692         Remove case insensitive option matching.
30693         * lib/argmatch.h (argcasematch): Remove declaration.
30694         (ARGCASEMATCH): Remove macro.
30695         (__xargmatch_internal): Remove case_sensitive argument.
30696         (XARGMATCH): Update.
30697         (XARGCASEMATCH): Remove macro.
30698         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30699         case_sensitive argument.
30700         (argcasematch): Remove function.
30701         (__xargmatch_internal): Remove case_sensitive argument.
30702         (main): Use XARGMATCH instead of XARGCASEMATCH.
30703
30704         * lib/xmalloc.c: Change compile-time error message. Add comment about
30705         required autoconf version.
30706
30707 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30708
30709         Merge argmatch cleanups from Bison.  Assume C89.
30710
30711         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30712         Include stdlib.h, for EXIT_FAILURE.
30713         Always include <string.h>, since we assume C89.
30714         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30715         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30716         Include <stddef.h> instead, since it's all we need for size_t.
30717         (PARAMS): Remove.  All uses removed.
30718         (ARRAY_CARDINALITY): Do not bother to #undef.
30719         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30720         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30721         Remove unnecessary parentheses.
30722         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30723         Insert necessary parentheses.
30724         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30725         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30726
30727 2002-11-19  Bruno Haible  <bruno@clisp.org>
30728
30729         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30730         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30731
30732         * lib/mbswidth.h (PARAMS): Remove macro.
30733         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30734         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30735
30736         * lib/gcd.h (PARAMS): Remove macro.
30737         (gcd): Use ANSI C function declarations.
30738         * lib/gcd.c (gcd): Likewise.
30739
30740 2002-11-15  Bruno Haible  <bruno@clisp.org>
30741
30742         * lib/strcspn.c: Include <stddef.h>.
30743         (strcspn): Use ANSI C function declaration. Change return type to
30744         size_t. Use NULL.
30745         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30746         (strpbrk): Use NULL.
30747         * lib/strpbrk.h (PARAMS): Remove macro.
30748         (strpbrk): Use ANSI C function declaration.
30749         * lib/strstr.c: Don't include <sys/types.h>.
30750         * lib/strstr.h (PARAMS): Remove macro.
30751         (strstr): Use ANSI C function declarations.
30752
30753 2002-11-14  Karl Berry  <karl@gnu.org>
30754
30755         * config/mkinstalldirs: `do' on separate line, instead of
30756         `for var; do'.
30757
30758 2002-11-06  Bruno Haible  <bruno@clisp.org>
30759
30760         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30761         * lib/gcd.c (gcd): Likewise.
30762
30763 2002-11-05  Bruno Haible  <bruno@clisp.org>
30764
30765         * lib/gcd.h: New file, from gettext-0.11.5.
30766         * lib/gcd.c: New file, from gettext-0.11.5.
30767
30768 2002-11-05  Bruno Haible  <bruno@clisp.org>
30769
30770         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30771         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30772         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30773         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30774
30775         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30776         <libintl.h>.
30777         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30778         <libintl.h>.
30779
30780         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30781         * lib/human.c: Include gettext.h instead of <libintl.h>.
30782         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30783         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30784         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30785         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30786         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30787         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30788         (textdomain): Remove definition.
30789         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30790
30791         * lib/long-options.c: Remove include of <libintl.h> and definition of
30792         _.
30793         * lib/same.c: Remove include of <libintl.h> and definition of _.
30794
30795 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30796
30797         * lib/config.charset: A few additions for Solaris.
30798
30799 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30800
30801         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30802         * lib/localcharset.c (locale_charset): Declare as extern "C".
30803
30804 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30805
30806         * lib/config.charset: msdos in uk_UA uses CP1125.
30807
30808 2002-11-04  Bruno Haible  <bruno@clisp.org>
30809
30810         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30811         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30812         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30813         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30814         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30815
30816 2002-11-04  Bruno Haible  <bruno@clisp.org>
30817
30818         * lib/localcharset.c (locale_charset): Don't return an empty string.
30819
30820 2002-11-04  Bruno Haible  <bruno@clisp.org>
30821
30822         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30823         aliases.
30824
30825 2002-11-04  Bruno Haible  <bruno@clisp.org>
30826
30827         * lib/config.charset: Update for newest glibc. Add canonical names
30828         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30829
30830 2002-11-04  Bruno Haible  <bruno@clisp.org>
30831
30832         * lib/config.charset: Add support for NetBSD.
30833
30834 2002-11-04  Bruno Haible  <bruno@clisp.org>
30835
30836         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30837
30838 2002-11-01  Bruno Haible  <bruno@clisp.org>
30839
30840         * configure.in: Add AC_CONFIG_AUX_DIR call.
30841         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30842         test/Makefile.
30843         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30844
30845 2002-09-28  Karl Berry  <karl@gnu.org>
30846
30847         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30848         installed automake until the next release, since changes have been
30849         made.
30850
30851 2002-09-25  Karl Berry  <karl@gnu.org>
30852
30853         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30854         * lib/getopt*: copy from libc/posix.
30855         * lib/gettext.h: copy from gettext.
30856         * lib/.cppi-disable: add strdup.c, gettext.h.
30857
30858 2002-09-25  Karl Berry  <karl@gnu.org>
30859
30860         * config/srclist.txt: enable gettext.h check.
30861         * config/config.{guess,sub}: update from prep.
30862         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30863                 from automake 1.6.3.
30864         See srclist*.
30865
30866 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30867
30868         * regex.c (PATFETCH): Remove the translating fetch.
30869         (PATFETCH_RAW): Rename to PATFETCH.
30870         (set_image_of_range): New fun.
30871         (SET_RANGE_TABLE_WORK_AREA): Use it.
30872         (regex_compile): Don't translate the pattern chars so eagerly.
30873         Only do it when inserting an `exactn' bytecode or when handling
30874         a char-range.
30875         (mutually_exclusive_p): Avoid empty statement.
30876
30877 2002-07-06  Jim Meyering  <meyering@lucent.com>
30878
30879         * m4/README: Don't mention Makefile.am.in.
30880         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30881
30882 2002-07-01  Jim Meyering  <meyering@lucent.com>
30883
30884         * lib/c-stack.c: Include sys/time.h.
30885         From Volker Borchert.
30886
30887 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30888
30889         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30890
30891 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30892
30893         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30894         New macro.  Use it uniformly instead of
30895         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30896         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30897         reported by Vin Shelton.
30898
30899 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30900
30901         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30902         Do not assume SA_SIGINFO behavior.
30903         Bug reported by Jim Meyering on NetBSD 1.5.2.
30904
30905 2002-06-22  Jim Meyering  <meyering@lucent.com>
30906
30907         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30908         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30909
30910         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30911         now that configure.ac uses AC_GNU_SOURCE.
30912         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30913         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30914
30915         Update to latest tools.  Suggestions from Paul Eggert.
30916         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30917         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30918         * m4/fnmatch.m4: Likewise.
30919         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30920         to AC_HEADER_STDBOOL
30921
30922 2002-06-22  Jim Meyering  <meyering@lucent.com>
30923
30924         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30925         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30926
30927 2002-06-22  Jim Meyering  <meyering@lucent.com>
30928
30929         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30930
30931         * lib/exitfail.c, exitfail.h: Likewise.
30932         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30933
30934         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30935         of fnmatch.h.
30936         (EXTRA_DIST): Add fnmatch_loop.c.
30937         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30938
30939         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30940         * lib/fnmatch.c: Update from diffutils-2.8.2.
30941         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30942         * lib/fnmatch.h: Remove file.
30943
30944 2002-06-21  Jim Meyering  <meyering@lucent.com>
30945
30946         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30947         * m4/mbrtowc.m4: Likewise.
30948
30949         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30950         * m4/mbswidth.m4: Reflect name change:
30951         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30952         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30953
30954         * m4/lib-link.m4: Update from gettext-0.11.2.
30955         * m4/gettext.m4: Likewise.
30956
30957         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30958         From Alfred M. Szmidt.
30959
30960 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30961
30962         * lib/file-type.h: Report an error if neither S_ISREG nor
30963         S_IFREG is defined, instead of using a test specific to glibc
30964         2.2.  This should be safe, since POSIX requires S_ISREG and
30965         Unix Version 7 had S_IFREG.  We don't need to check for
30966         <sys/types.h> since we don't use any symbols that it defines.
30967
30968 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30969
30970         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30971         $@-t, so that each temporary file name is unique and valid in the first
30972         8 characters, for operation under DOS.
30973
30974 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30975
30976         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30977
30978 2002-06-15  Jim Meyering  <meyering@lucent.com>
30979
30980         Work even with DJGPP 2.03, which lacks support for symlinks.
30981         From Richard Dawe.
30982         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30983         is defined.
30984         * lib/lchown.c (S_ISLNK): Likewise.
30985
30986 2002-06-15  Jim Meyering  <meyering@lucent.com>
30987
30988         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30989         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30990         have been included before this file.
30991
30992 2002-06-14  Jim Meyering  <meyering@lucent.com>
30993
30994         * lib/file-type.h: Use the version from diffutils-2.8.2.
30995         * lib/file-type.c: Likewise.
30996
30997 2002-06-07  Jim Meyering  <meyering@lucent.com>
30998
30999         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
31000         They're needed at least for NetBSD 1.5.2.
31001         ($statxfs_includes): Include those same headers.
31002         ($statxfs_includes): Include sys/vfs.h if available.
31003         ($statxfs_includes): Likewise for sys/statvfs.h.
31004         Check for the following members in both structs statfs and statvfs:
31005         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
31006
31007 2002-06-01  Jim Meyering  <meyering@lucent.com>
31008
31009         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
31010         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
31011
31012 2002-05-28  Jim Meyering  <meyering@lucent.com>
31013
31014         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
31015         Reported by Volker Borchert.
31016
31017 2002-05-27  Jim Meyering  <meyering@lucent.com>
31018
31019         Fix a problem seen only on nonconforming systems whereby ls.c's
31020         use of localtime, and then of gettimeofday would cause trouble:
31021         the localtime call used to initialize rpl_gettimeofday's save
31022         mechanism would clobber ls's current local time information so
31023         that in any long listing the first file would always be listed
31024         with date 1970-01-01.  Analysis by Volker Borchert.
31025
31026         * lib/gettimeofday.c (localtime): Undefine.
31027         (rpl_localtime): New function.
31028
31029 2002-05-27  Jim Meyering  <meyering@lucent.com>
31030
31031         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
31032         localtime.
31033
31034         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
31035         use the replacement function; it wouldn't resolve at link time.
31036         Reported by Volker Borchert.
31037
31038 2002-05-22  Jim Meyering  <meyering@lucent.com>
31039
31040         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
31041         file-type.h.
31042         * lib/file-type.h: New file.
31043         * lib/file-type.c (file_type): New file/function.  Extracted from
31044         diffutils.
31045
31046 2002-04-30  Jim Meyering  <meyering@lucent.com>
31047
31048         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
31049
31050 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31051
31052         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
31053
31054 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31055
31056         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
31057         Do not check for alloca.h (no longer used) or stdbool.h (was never
31058         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
31059
31060 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31061
31062         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
31063
31064 2002-04-29  Jim Meyering  <meyering@lucent.com>
31065
31066         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
31067         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
31068         Use AC_FUNC_STRNLEN here instead.
31069
31070         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
31071         With autoconf-2.53a, it's part of AC_PROG_CC.
31072
31073 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31074
31075         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
31076         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
31077
31078 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31079
31080         * lib/sig2str.h, lib/sig2str.c: New files.
31081         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
31082
31083 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31084
31085         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
31086         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
31087         of 127, since 64 is the largest conceivable number for ancient
31088         nonstandard hosts.
31089         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
31090
31091 2002-04-28  Jim Meyering  <meyering@lucent.com>
31092
31093         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
31094
31095 2002-04-24  Jim Meyering  <meyering@lucent.com>
31096
31097         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
31098         (jm_PREREQ): Use it.
31099
31100         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
31101         mach/mach.h fcntl.h.
31102         Check for this function: setlocale.
31103
31104 2002-04-24  Jim Meyering  <meyering@lucent.com>
31105
31106         * lib/gettext.h: New file, from Gettext.
31107         * lib/Makefile.am (INCLUDES): Remove -I../intl.
31108         (libfetish_a_SOURCES): Add gettext.h.
31109
31110 2002-04-16  Jim Meyering  <meyering@lucent.com>
31111
31112         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
31113         ut_pid, ut_id, ut_exit.
31114
31115 2002-04-16  Jim Meyering  <meyering@lucent.com>
31116
31117         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
31118         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
31119         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
31120
31121 2002-04-12  Jim Meyering  <meyering@lucent.com>
31122
31123         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
31124         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
31125         existence of the getmntinfo function.  Needed for Darwin 5.3.
31126
31127         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
31128         This is necessary at least on Darwin 5.3.
31129
31130         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
31131         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
31132         strnlen.o in the library, and that makes some versions of ranlib
31133         object.
31134
31135 2002-04-12  Jim Meyering  <meyering@lucent.com>
31136
31137         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
31138
31139 2002-04-09  Jim Meyering  <meyering@lucent.com>
31140
31141         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
31142         to be more precise.  Rather than saying we're checking whether the
31143         function `works', say what we're testing.
31144         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
31145         Reported by Bruno Haible.
31146
31147 2002-03-10  Jim Meyering  <meyering@lucent.com>
31148
31149         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
31150         Suggestion from Santiago Vila.
31151
31152 2002-03-08  Jim Meyering  <meyering@lucent.com>
31153
31154         * lib/rename.c: Mention that this wrapper is needed also on
31155         mips-dec-ultrix4.4 systems.
31156
31157 2002-03-02  Jim Meyering  <meyering@lucent.com>
31158
31159         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
31160         not HAVE_CLOCK_SETTIME.
31161
31162 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31163
31164         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
31165         Check for clock_settime.
31166
31167 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31168
31169         * lib/nanosleep.h: Rename to....
31170         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
31171
31172         * lib/gettime.c: New file.
31173         * lib/settime.c: New file.
31174         * lib/stime.c: Remove.
31175
31176         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
31177         timespec.h.  Remove nanosleep.h.
31178
31179 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31180
31181         * m4/acl.m4: New file.
31182         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
31183         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
31184
31185 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31186
31187         * lib/acl.c, lib/acl.h: New files.
31188         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
31189
31190 2002-02-24  Jim Meyering  <meyering@lucent.com>
31191
31192         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
31193         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
31194         cause trouble.  Reported by Nelson Beebe.
31195
31196 2002-02-23  Paul Eggert  <eggert@twinsun.com>
31197
31198         * lib/path-concat.c (xpath_concat): Reorder code to pacify
31199         compilers that don't know that xalloc_die never returns.
31200
31201 2002-02-20  Jim Meyering  <meyering@lucent.com>
31202
31203         * lib/getdate.c: Regenerate using bison-1.33.
31204
31205 2002-02-17  Jim Meyering  <meyering@lucent.com>
31206
31207         * config/config.guess (main): Don't use `head -1'; it's no longer
31208         portable. Use `sed 1q' instead.
31209
31210 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31211
31212         * m4/codeset.m4: Upgrade to gettext-0.11.
31213         * m4/gettext.m4: Upgrade to gettext-0.11.
31214         * m4/glibc21.m4: Upgrade to gettext-0.11.
31215         * m4/iconv.m4: Upgrade to gettext-0.11.
31216         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31217         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31218         * m4/lib-ld.m4: New file, from gettext-0.11.
31219         * m4/lib-link.m4: New file, from gettext-0.11.
31220         * m4/lib-prefix.m4: New file, from gettext-0.11.
31221         * m4/progtest.m4: Upgrade to gettext-0.11.
31222
31223 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31224
31225         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31226         (jm_PREREQ): Use it.
31227
31228 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31229
31230         * lib/posixver.c, lib/posixver.h: New files.
31231         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31232
31233 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31234             Bruno Haible  <bruno@clisp.org>
31235
31236         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31237         (fwrite_success_callback): New declaration.
31238         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31239         print_unicode_char. Call failure callback instead of error.
31240         (fwrite_success_callback): New function.
31241         (exit_failure_callback): New function.
31242         (fallback_failure_callback): New function.
31243         (print_unicode_char): Call unicode_to_mb.
31244
31245 2002-01-26  Jim Meyering  <meyering@lucent.com>
31246
31247         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31248         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31249
31250 2002-01-26  Jim Meyering  <meyering@lucent.com>
31251
31252         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31253
31254 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31255
31256         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31257
31258 2002-01-22  Jim Meyering  <meyering@lucent.com>
31259
31260         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31261         Otherwise, some versions of automake would omit the rule that makes
31262         Makefile from Makefile.in.
31263
31264 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31265
31266         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31267         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31268         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31269         (memcoll): Set errno to zero if there is no error.
31270
31271         * lib/quotearg.c (quotearg_buffer_restyled):
31272         Fix bug with quoting buffers containing NUL when backslashing escapes.
31273         This bug was exposed by the other changes in this patch.
31274         (quotearg_n_options): New arg ARGSIZE.
31275         All callers changed.
31276         (quoting_options_from_style): New function.
31277         (quotearg_n_style): Use it.
31278         (quotearg_n_style_mem): New function.
31279
31280         * lib/quotearg.h (quotearg_n_style_mem): New function.
31281
31282 2002-01-19  Jim Meyering  <meyering@lucent.com>
31283
31284         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31285         Remove useless quotes: DF_PROG="df".
31286         * m4/strnlen.m4: New file.
31287
31288 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31289
31290         * lib/backupfile.c (ISDIGIT): Comment fix.
31291         * lib/getdate.y (ISDIGIT): Likewise.
31292         * lib/posixtm.c (ISDIGIT, year): Likewise.
31293         * lib/strverscmp.c (ISDIGIT): Likewise.
31294         * lib/userspec.c (ISDIGIT): Likewise.
31295
31296 2002-01-16  Jim Meyering  <meyering@lucent.com>
31297
31298         * lib/getdate.y: Add three semicolons, each just before a closing
31299         brace. Bison (as of version 1.31) no longer papers over that mistake.
31300
31301 2002-01-05  Jim Meyering  <meyering@lucent.com>
31302
31303         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31304
31305 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31306
31307         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31308         not silently exit merely because the output buffer happens to
31309         have nothing pending.
31310
31311 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31312
31313         See the big note in ../ChangeLog.
31314         * lib/human.c (suffixes): Prefer K to k for 1024.
31315         (generate_suffix_backwards): New function.
31316         (human_readable_inexact): Use it.
31317         * lib/xstrtol.c (__xstrtol): If there is no number but there
31318         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31319         Accept 'K' as well as 'k'.
31320
31321 2001-12-15  Jim Meyering  <meyering@lucent.com>
31322
31323         * lib/regex.h (__restrict_arr): Update from libc.
31324
31325         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31326         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31327         (STREQ): Define.
31328
31329 2001-12-14  Jim Meyering  <meyering@lucent.com>
31330
31331         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31332         Suggestion from Bruno Haible.
31333
31334 2001-12-10  Jim Meyering  <meyering@lucent.com>
31335
31336         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31337         xrealloc, Instead, include "xalloc.h".
31338         (initbuffer): Don't cast xmalloc return value to char*.
31339         (readline): Reword comment.
31340         Don't cast xrealloc return value to char*
31341         Return NULL, not 0.
31342
31343 2001-12-09  Jim Meyering  <meyering@lucent.com>
31344
31345         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31346         about `signed and unsigned type in conditional expression'.
31347         * lib/posixtm.c (posix_time_parse): Likewise.
31348
31349         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31350
31351         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31352         to avoid a pedantic warning.
31353
31354         * lib/getstr.c: Don't include assert.h.
31355         (getstr): Remove warning-evoking assertions.
31356         Return -1 if offset parameter is out of bounds.
31357         Change the type of a local from int to size_t.
31358
31359         * lib/strftime.c (my_strftime_localtime_r): Include this function
31360         definition in the `#if ! HAVE_TM_GMTOFF' block.
31361
31362         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31363         Include xalloc.h instead.
31364
31365 2001-12-02  Jim Meyering  <meyering@lucent.com>
31366
31367         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31368         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31369         included.
31370
31371         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31372         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31373
31374 2001-11-30  Akim Demaille  <akim@epita.fr>
31375
31376         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31377         before being defined.
31378
31379 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31380
31381         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31382         First arg is int, not unsigned.
31383         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31384         (SIZE_MAX, UINT_MAX): New macros.
31385         (quotearg_n_options): Abort if N is negative.
31386         Avoid overflow check on hosts where size_t is 64 bits and int
31387         is 32 bits, as overflow is impossible there.
31388         Fix off-by-one typo that caused unnecessary reallocation.
31389
31390 2001-11-27  Jim Meyering  <meyering@lucent.com>
31391
31392         * lib/tempname.c: Merge with version from libc.
31393         * lib/regex.c: Likewise.
31394
31395         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31396         systems for which STDC_HEADERS is 0, it was not included, resulting in
31397         a warning about an integer-to-pointer conversion problem with getenv.
31398         Reported by Volker Borchert.
31399
31400 2001-11-26  Jim Meyering  <meyering@lucent.com>
31401
31402         * lib/gtod.h: Remove file.
31403         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31404         * lib/gettimeofday.c: Don't include gtod.h.
31405         (GTOD_init): Remove function.
31406         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31407         Suggestion from Volker Borchert.
31408
31409 2001-11-23  Jim Meyering  <meyering@lucent.com>
31410
31411         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31412         it.
31413         * lib/hash.c (struct hash_table): Define it here instead.
31414
31415 2001-11-22  Jim Meyering  <meyering@lucent.com>
31416
31417         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31418
31419 2001-11-20  Jim Meyering  <meyering@lucent.com>
31420
31421         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31422         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31423
31424 2001-11-19  Jim Meyering  <meyering@lucent.com>
31425
31426         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31427         directory.  Use "conftestXXXXXX" as the template.
31428         Suggestion from Paul Eggert.
31429
31430         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31431         immediately, so the test doesn't mistakenly hit the max-open-files
31432         limit.
31433
31434 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31435
31436         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31437         (TEMPORARIES): New macro.
31438         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31439         removes an artificial limitation (e.g. HP-UX 10.20, where
31440         TMP_MAX is 17576).
31441
31442 2001-11-18  Jim Meyering  <meyering@lucent.com>
31443
31444         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31445
31446 2001-11-18  Jim Meyering  <meyering@lucent.com>
31447
31448         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31449         on SunOS 4.
31450
31451         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31452         files will be created before anything else.
31453
31454 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31455
31456         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31457         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31458
31459 2001-11-17  Jim Meyering  <meyering@lucent.com>
31460
31461         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31462         Prompted by a report from Bob Proulx.
31463
31464         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31465         Instead, require UTILS_FUNC_MKSTEMP.
31466
31467 2001-11-17  Jim Meyering  <meyering@lucent.com>
31468
31469         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31470         Now, that's done as part of AC_FUNC_STRTOD.
31471
31472 2001-11-17  Jim Meyering  <meyering@lucent.com>
31473
31474         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31475         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31476         rather than group writable.  Patch by Juan F. Codagnone.
31477
31478         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31479         xrealloc, Instead, include "xalloc.h".
31480
31481         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31482         Remove explicit declarations of xmalloc, xrealloc,
31483         and xstrdup.  Instead, include "xalloc.h".
31484
31485         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31486         unlocked-io.h.
31487         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31488         Likewise.
31489         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31490
31491         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31492         Reported by Padraig Brady.
31493
31494         * lib/mkstemp.c: #undef mkstemp.
31495         Include config.h.
31496         (rpl_mkstemp): Rename from mkstemp.
31497         Protoize.
31498
31499 2001-11-16  Jim Meyering  <meyering@lucent.com>
31500
31501         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31502         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31503         determine the amount of total physical memory, use pstat_getstatic.
31504         HPUX-11 doesn't define _SC_PHYS_PAGES.
31505         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31506         If sysconf couldn't be used to determine the amount of available
31507         physical memory, use both pstat_getstatic and pstat_getdynamic.
31508         Based on a patch from Bob Proulx.
31509
31510 2001-11-10  Jim Meyering  <meyering@lucent.com>
31511
31512         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31513         (jm_PREREQ): Use it.
31514
31515 2001-11-09  Jim Meyering  <meyering@lucent.com>
31516
31517         * m4/jm-macros.m4: Require autoconf-2.52f.
31518         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31519         Use these AC_-prefixed names, not the AM_-prefixed ones.
31520
31521         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31522
31523 2001-11-05  Jim Meyering  <meyering@lucent.com>
31524
31525         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31526
31527 2001-11-04  Jim Meyering  <meyering@lucent.com>
31528
31529         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31530         $DEFS.
31531
31532 2001-11-03  Jim Meyering  <meyering@lucent.com>
31533
31534         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31535         of AC_DEFUN.
31536
31537         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31538         know the name of the variable in the macro definition.
31539
31540 2001-11-03  Jim Meyering  <meyering@lucent.com>
31541
31542         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31543         in argmatch_to_argument call.
31544
31545         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31546         argument.
31547
31548         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31549         e.g., a fault due to an attempt to free a NULL pointer.
31550
31551 2001-11-01  Jim Meyering  <meyering@lucent.com>
31552
31553         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31554         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31555
31556 2001-11-01  Jim Meyering  <meyering@lucent.com>
31557
31558         * lib/dirfd.c, lib/dirfd.h: New files.
31559         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31560
31561         * lib/hash.c (hash_print) [TESTING]: Clean up.
31562
31563 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31564
31565         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31566         to avoid a warning if -Wall.
31567
31568 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31569
31570         * README: New file
31571         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31572         (per RMS's instructions, this is now the canonical source)
31573         * lgpl/, gpl/: New directories.
31574
31575 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31576
31577         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31578
31579 2001-10-21  Jim Meyering  <meyering@lucent.com>
31580
31581         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31582         this code would end up calling gettext even in packages built
31583         with --disable-nls.
31584         * lib/getopt.c (_): Likewise.
31585         * lib/regex.c (_): Likewise.
31586
31587 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31588
31589         * m4/error.m4 (jm_PREREQ_ERROR):
31590         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31591         AC_FUNC_STRERROR_R does that.
31592         Check for strerror declaration.
31593
31594         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31595         are supposed to have them these days.
31596         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31597         Merge changes from latest Autoconf CVS.
31598         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31599         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31600         POSIX decided to standardize on the int flavor of strerror_r.
31601
31602 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31603
31604         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31605         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31606         Use strerror_r that is only a macro, even if it is not a function.
31607         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31608         (private_strerror): Use prototypes, not old-style function definition.
31609         (print_errno_message): New function.
31610         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31611         char*-flavored one.
31612         (error_tail, error, error_at_line): Use it.
31613
31614 2001-10-11  Jim Meyering  <meyering@lucent.com>
31615
31616         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31617         and quote_n (1, ... to avoid clobbering a buffer.
31618
31619 2001-10-05  Jim Meyering  <meyering@lucent.com>
31620
31621         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31622         hash-pjw.h.
31623         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31624         * lib/hash-pjw.h: New file.
31625
31626 2001-09-30  Jim Meyering  <meyering@lucent.com>
31627
31628         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31629         `struct fsstat' has the `f_fstypename' member.
31630         Use that to define FS_TYPE, which is now used to make
31631         the getfsstat link test tighter.
31632
31633 2001-09-30  Jim Meyering  <meyering@lucent.com>
31634
31635         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31636         Include <sys/ucred.h>, for Apple Darwin.
31637         Include sys/mount.h and sys/fs_types.h only if available.
31638         (FS_TYPE): Define.
31639         (read_filesystem_list): Use FS_TYPE.
31640
31641 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31642
31643         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31644         a boolean context.
31645
31646 2001-09-29  Jim Meyering  <meyering@lucent.com>
31647
31648         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31649         [one-argument getmntent function]): Include stdio.h before mntent.h.
31650         SunOS 4.1.x needs it for the declaration of `FILE'.
31651         Patch by Volker Borchert.
31652
31653         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31654         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31655         sys/fs_types.h, and make the link-test for getfsstat guard #include
31656         directives with appropriate #if HAVE_*_H tests so that we can
31657         detect getfsstat on Apple Darwin1.3.7 systems.
31658         Reported by Nelson Beebe.
31659         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31660
31661 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31662
31663         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31664         #defines strtoimax.  Also treat the other strto* functions
31665         like strtoimax.
31666
31667         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31668         Check for strtoul and strtoumax,
31669         as those declarations are made even in the signed case.
31670         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31671         Likewise, for strtol and strtoimax.
31672
31673 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31674
31675         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31676         #defines strtoimax.  Also treat the other strto* functions
31677         like strtoimax.
31678
31679         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31680         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31681         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31682
31683 2001-09-26  Jim Meyering  <meyering@lucent.com>
31684
31685         Most macros in unlocked-io.h had the wrong number of arguments.
31686         * lib/gen-uio: New script.
31687         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31688         * lib/unlocked-io.hin: Remove file.
31689         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31690         rather than trying to embed it here.
31691         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31692         Reported by Padraig Brady.
31693
31694 2001-09-25  Volker Borchert  <bt@teknon.de>
31695
31696         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31697         `result'.
31698
31699 2001-09-24  Jim Meyering  <meyering@lucent.com>
31700
31701         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31702
31703 2001-09-23  Jim Meyering  <meyering@lucent.com>
31704
31705         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31706         instead of the mere test for existence of mntent.h.  The latter
31707         would get a false-positive on AIX 3.4 systems.
31708         In the outer getmntent if-block, don't die if neither of the getmntent
31709         tests succeeds.  Instead, just fall through and continue with the
31710         remaining tests.
31711
31712 2001-09-23  Jim Meyering  <meyering@lucent.com>
31713
31714         * lib/mountlist.c: Remove useless parentheses in #if directives.
31715         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31716         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31717
31718 2001-09-22  Jim Meyering  <meyering@lucent.com>
31719
31720         * m4/gettext.m4: New file.  From gettext.
31721         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31722         * m4/progtest.m4: Likewise
31723         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31724         * m4/glibc21.m4: Likewise.
31725
31726         * m4/libintl.m4: Remove.  No longer used.
31727
31728 2001-09-22  Jim Meyering  <meyering@lucent.com>
31729
31730         * lib/localcharset.c: Update from latest gettext.
31731         * lib/config.charset: Likewise.
31732
31733 2001-09-20  Jim Meyering  <meyering@lucent.com>
31734
31735         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31736         strtoimax.
31737         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31738         strtoumax.
31739
31740 2001-09-20  Jim Meyering  <meyering@lucent.com>
31741
31742         * lib/xstrtol.c (strtoimax): Guard declaration with
31743         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31744         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31745         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31746         (strtoumax): Likewise, for completeness (it wasn't necessary).
31747
31748 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31749
31750         * lib/strtoimax.c (HAVE_LONG_LONG):
31751         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31752         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31753         to work around bug in IBM C compiler.
31754
31755 2001-09-17  Jim Meyering  <meyering@lucent.com>
31756
31757         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31758         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31759         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31760         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31761         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31762         whenever the right hand side need not be expanded by the shell.
31763
31764 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31765
31766         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31767         library.  It's not correct, as some older glibcs are buggy.
31768         fnmatch wasn't fixed until glibc 2.2.
31769
31770         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31771         special shell magic here.
31772
31773 2001-09-16  Jim Meyering  <meyering@lucent.com>
31774
31775         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31776         * m4/jm-macros.m4: Require it.
31777
31778 2001-09-16  Jim Meyering  <meyering@lucent.com>
31779
31780         * lib/mkdir.c: New file.
31781
31782 2001-09-15  Jim Meyering  <meyering@lucent.com>
31783
31784         * m4/jm-macros.m4: Check for help2man.
31785
31786 2001-09-11  Jim Meyering  <meyering@lucent.com>
31787
31788         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31789         The body, by Paul Eggert, was moved here from configure.in.
31790         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31791
31792 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31793
31794         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31795         (jm_PREREQ): Use it.
31796
31797 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31798
31799         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31800         Use ssize_t, not int, to store result of readlink.
31801         Check for ssize_t overflow as well as size_t overflow,
31802         as POSIX says the result of readlink is implementation-defined
31803         when ssize_t overflows.
31804         Remove unnecessary cast to char*.
31805         Use free+malloc instead of realloc, as the storage doesn't need
31806         to be preserved and it's clearer and can be more efficient that way.
31807         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31808         * lib/xreadlink.h (xreadlink): Update prototype.
31809
31810 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31811
31812         * lib/xgetcwd.c: Revert some of the previous change; intead,
31813         fix the HAVE_GETCWD_NULL code to behave more like the
31814         !HAVE_GETCWD_NULL code used to.
31815
31816         Include "xalloc.h".
31817         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31818         invoke xalloc_die.
31819
31820 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31821
31822         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31823         sys/param.h, as pathmax.h includes them.
31824
31825 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31826
31827         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31828         (jm_PREREQ_XGETCWD): New macro.
31829
31830         * m4/getcwd.m4: New file.
31831
31832 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31833
31834         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31835         like the HAVE_GETCWD_NULL code.
31836         Include pathmax.h if not HAVE_GETCWD.
31837         Do not include xalloc.h.
31838         (INITIAL_BUFFER_SIZE): New symbol.
31839         Do not use xmalloc / xrealloc, since the caller is responsible for
31840         handling errors.  Preserve errno around `free' during failure.
31841         Do not overrun buffer when using getwd.
31842
31843 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31844
31845         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31846         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31847         getcwd (NULL, 0).
31848
31849 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31850
31851         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31852         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31853         spotted by Jim Meyering.
31854
31855 2001-09-03  Jim Meyering  <meyering@lucent.com>
31856
31857         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31858         failure.
31859
31860 2001-09-02  Jim Meyering  <meyering@lucent.com>
31861
31862         * lib/error.c: Update from GNU libc.
31863
31864 2001-09-01  Jim Meyering  <meyering@lucent.com>
31865
31866         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31867         Used by df.
31868
31869 2001-09-01  Jim Meyering  <meyering@lucent.com>
31870
31871         * lib/xreadlink.c: New file.
31872         * lib/xreadlink.h: New file.
31873         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31874         xreadlink.h.
31875
31876         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31877         doesn't conflict with sparc Solaris 7's definition in
31878         /usr/include/sys/int_types.h.
31879
31880         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31881         files.
31882         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31883         and strncasecmp as r-values.  Unixware didn't have declarations.
31884
31885 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31886
31887         * lib/xstrtol.h: Add copyright notice.
31888         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31889         LONGINT_INVALID_SUFFIX_CHAR.
31890
31891 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31892
31893         * lib/xstrtol.c (strtoimax): New decl.
31894
31895 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31896
31897         * lib/xgetcwd.c: Don't include pathmax.h.
31898         Include stdlib.h and unistd.h if available.
31899         Include xalloc.h.
31900         (xmalloc, xstrdup, free): Remove decls.
31901         (xgetcwd): Don't assume sizes fit in unsigned.
31902         Check for overflow when computing sizes.
31903         Simplify reallocation code.
31904
31905 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31906
31907         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31908         a directory's st_size can have an arbitrary value, so the old
31909         usage could waste an arbitrary amount of memory.  All uses
31910         changed.
31911         * lib/savedir.h: Update prototype.
31912
31913 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31914
31915         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31916
31917         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31918         old strtoimax.c.
31919
31920         Also, make the following further changes to make this file's
31921         configuration more similar to that of strtol.c:
31922         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31923         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31924         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31925         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31926         changed to signed values.
31927
31928         And make the following changes as well:
31929         Fix copyright notice, as 1999 was missing.
31930         (verify): New macro.
31931         (strtoimax): Check sizes at compile-time, not run-time.
31932         Prefer strtol to strtoll if both work.
31933         (main): Remove; it was not that useful and was a pain to maintain.
31934
31935         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31936
31937 2001-08-31  Jim Meyering  <meyering@lucent.com>
31938
31939         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31940         Use an initial, malloc'd, buffer of length 128 rather than
31941         a statically allocated one of length 1024.
31942
31943 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31944
31945         Simplify code, partly by assuming autoconf 2.52 semantics.
31946
31947         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31948
31949         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31950         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31951         All uses removed.
31952         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31953         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31954         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31955         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31956         jm_AC_HEADER_INTTYPES_H.
31957         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31958
31959         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31960
31961         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31962         Quote first arg of AC_DEFUN.
31963         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31964         since they are needed to parse the include file even if we need
31965         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31966         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31967         but with opposite signedness.
31968
31969 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31970
31971         Merge 'exclude' changes from tar 1.13.22.
31972         This fixes one or two unlikely storage allocation overflow bugs,
31973         but doesn't change user-visible behavior otherwise.
31974
31975 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31976
31977         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31978         (jm_PREREQ_EXCLUDE): New macro.
31979
31980 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31981
31982         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31983         tm to be declared.
31984
31985 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31986
31987         * lib/hash.c: Remove '2001' from copyright notice.
31988
31989 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31990
31991         * lib/full-write.h: New file.
31992         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31993         * lib/full-write.c: Correct credits, as cccp.c no longer
31994         exists and anyway it was so heavily changed from the old cccp
31995         code as to be unrecognizable.  Include full-write.h.
31996         (full_write) Return size_t, with short writes meaning failure.
31997         All callers changed.  This fixes a bug with large buffers
31998         on 64-bit hosts.
31999         * lib/utime.c: Include full-write.h.
32000
32001 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32002
32003         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
32004         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
32005         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
32006         Include if available.
32007         (<xalloc.h>): Include
32008         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
32009         (verify): New macro.  Use it to verify that EXCLUDE macros do not
32010         collide with FNM macros.
32011         (struct patopts): New struct.
32012         (struct exclude): Use it, as exclude patterns now come with options.
32013         (new_exclude): Support above changes.
32014         (new_exclude, add_exclude_file):
32015         Initial size must now be a power of two to simplify overflow checking.
32016         (free_exclude, fnmatch_no_wildcards): New function.
32017         (excluded_filename): No longer requires options arg, as the options
32018         are determined by add_exclude.  Now returns bool, not int.
32019         (excluded_filename, add_exclude):
32020         Add support for the fancy new exclusion options.
32021         (add_exclude, add_exclude_file): Now takes int options arg.
32022         Check for arithmetic overflow when computing sizes.
32023         (add_exclude_file): xrealloc might modify errno, so don't
32024         realloc until after errno might be used.
32025
32026         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
32027         New macros.
32028         (free_exclude): New decl.
32029         (add_exclude, add_exclude_file): Now takes int options arg.
32030         (excluded_filename): No longer requires options arg, as the options
32031         are determined by add_exclude.  Now returns bool, not int.
32032
32033 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32034
32035         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
32036
32037 2001-08-27  Jim Meyering  <meyering@lucent.com>
32038
32039         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
32040
32041         * lib/version-etc.c (N_): Remove definition.
32042         Revert most of last change.
32043         Instead, simply don't mark the `Copyright...' string for translation.
32044         Based on advice from Paul Eggert.
32045
32046         * lib/strtoxmax.c: Tweak comment.
32047
32048 2001-08-26  Jim Meyering  <meyering@lucent.com>
32049
32050         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
32051
32052         * m4/xstrtoimax.m4: New file.
32053         * m4/xstrtoumax.m4: Add comments explaining why we
32054         AC_REPLACE_FUNCS(strtol).
32055
32056 2001-08-26  Jim Meyering  <meyering@lucent.com>
32057
32058         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
32059         of copyright with `%s' so translators don't get an untranslated
32060         message in 2002.
32061         (COPYRIGHT_YEAR): Define.
32062         (version_etc): Use fprintf rather than fputs.
32063         Suggestion from Ulrich Drepper.
32064
32065         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
32066
32067         * lib/strtoll.c: New file, from GNU libc.
32068         * lib/xstrtoimax.c: New file.
32069
32070         * lib/xstrtol.h: Add xstrtoimax.
32071         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
32072         * lib/strtoimax.c: New file.  Likewise, but first define
32073         STRTOUXMAX_SIGNED.
32074
32075         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
32076         ...
32077         * lib/strtoxmax.c: ... then renamed to this.
32078
32079 2001-08-18  Paul Eggert  <eggert@twinsun.com>
32080
32081         * m4/inttypes.m4: Add AC_PREREQ(2.13).
32082         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
32083         (jm_AC_TYPE_INTMAX_T): New macro.
32084         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
32085
32086         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
32087
32088         * m4/longlong.m4: Renamed from ulonglong.m4.
32089         * m4/inttypes.m4: Renamed from inttypes_h.m4.
32090         * m4/uintmax_t.m4: Removed.
32091
32092 2001-08-13  Paul Eggert  <eggert@twinsun.com>
32093
32094         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
32095         Port to Solaris 8, where 'sed' requires a space after the 'r'
32096         command, and where sh dislikes "$/".  Clean up the spacing a bit.
32097         Redirect output to $tmp just once.
32098
32099 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
32100
32101         * lib/addext.c (<errno.h>): Include.
32102         (errno): Declare if not defined.
32103         (addext): Work correctly when pathconf returns -1 and leaves
32104         errno alone because there is no limit.  Also, work even if
32105         pathconf returns a value greater than SIZE_MAX.
32106
32107 2001-08-12  Jim Meyering  <meyering@lucent.com>
32108
32109         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
32110         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
32111         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
32112         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
32113         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
32114         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
32115         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
32116         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
32117         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
32118         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
32119         utime.m4, utimes.m4, xstrtoumax.m4:
32120         Quote the first argument in each use of AC_DEFUN.
32121
32122 2001-08-12  Jim Meyering  <meyering@lucent.com>
32123
32124         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
32125         Simply `return getcwd (NULL, 0);'.
32126         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
32127         Use 1300 as initial value for length, not PATH_MAX.
32128
32129         * lib/pathmax.h: Clean up cpp syntax.
32130
32131 2001-08-12  Jim Meyering  <meyering@lucent.com>
32132
32133         * lib/gettimeofday.c: New file.
32134         * lib/gtod.h: New file.
32135         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
32136
32137 2001-08-05  Jim Meyering  <meyering@lucent.com>
32138
32139         * m4/jm-macros.m4: Require autoconf-2.52.
32140
32141 2001-08-04  Jim Meyering  <meyering@lucent.com>
32142
32143         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
32144         stmt, to get in sync with glibc.
32145
32146 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32147
32148         The following changes are from gettext 0.10.39 as maintained by
32149         Bruno Haible.
32150
32151         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
32152         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
32153         with inverted sense.  All uses changed.
32154
32155         * lib/mbswidth.c: Don't include <limits.h>.
32156         Include <stdlib.h> and <string.h> unconditionally.
32157         (iswcntrl, mbsinit, ISCNTRL): New macros.
32158         (mbsnwidth): Use K&R style function declarations.
32159         Don't bother checking for MB_LEN_MAX == 1, since the compiler
32160         can optimize it when MB_CUR_MAX == 1.
32161         The width of control characters is zero, not 1.
32162
32163 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32164
32165         The following changes are from gettext 0.10.39 as maintained by
32166         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
32167
32168         * m4/codeset.m4: Upgrade to serial AM1.
32169         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
32170         all uses changed.  Quote first arg of AC_DEFUN.
32171         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
32172
32173         * m4/iconv.m4: Upgrade to serial AM2.
32174         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
32175         Add --with-libconv-prefix.
32176         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
32177         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
32178         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
32179         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
32180         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
32181
32182         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
32183         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
32184         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
32185         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
32186         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
32187         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
32188         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
32189         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
32190         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
32191
32192         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
32193         string.h any more.
32194
32195         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
32196         not the default value.
32197
32198         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
32199         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
32200         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
32201         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32202         Also check for iswcntrl, used for wcwidth fallback.
32203         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32204         to Autoconf 2.13.
32205
32206 2001-08-03  Jim Meyering  <meyering@lucent.com>
32207
32208         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32209         as it was in the original.  Reported by Paul Eggert.
32210
32211 2001-07-16  Jim Meyering  <meyering@lucent.com>
32212
32213         * m4/gettimeofday.m4: New file.
32214         Prompted by a report from Bernhard Baehr.
32215
32216 2001-07-15  Jim Meyering  <meyering@lucent.com>
32217
32218         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32219         stuff. Now it's in ../Makefile.cfg.
32220
32221 2001-07-15  Jim Meyering  <meyering@lucent.com>
32222
32223         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32224         (BUILT_SOURCES): Add unlocked-io.h.
32225         (io_functions): Define.
32226         (unlocked-io.h): New rule.
32227         (DISTCLEANFILES): Add unlocked-io.h.
32228         (all-local): Depend on unlocked-io.h, to ensure it is created.
32229
32230         * lib/unlocked-io.hin: New file
32231
32232         * lib/regex.c: Update from glibc.
32233
32234 2001-07-05  Jim Meyering  <meyering@lucent.com>
32235
32236         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32237         recommendation.
32238         (libfetish_a_SOURCES): Put all .h files here instead.
32239         Remove a thus-exposed (better checks in automake) duplicate and
32240         two unnecessary .h files.
32241
32242 2001-07-04  Jim Meyering  <meyering@lucent.com>
32243
32244         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32245         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32246         distcheck failure.
32247
32248 2001-07-02  Jim Meyering  <meyering@lucent.com>
32249
32250         The following changes were prompted by suggestions from Bruno Haible.
32251
32252         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32253         is now generated.
32254         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32255         definition of EXTRA_DIST.
32256         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32257         ensure that the generated file is created/updated whenever the list
32258         of $(unlocked_functions) is changed.
32259         (jm-glibc-io.m4): New rule.
32260         (unlocked-io.h): New rule -- currently unused.
32261
32262 2001-06-24  Jim Meyering  <meyering@lucent.com>
32263
32264         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32265         unmatched right bracket, rather than kludging it with an extra,
32266         falsely-matching quote in a comment.  Patch by Akim Demaille.
32267
32268 2001-06-11  Jim Meyering  <meyering@lucent.com>
32269
32270         * lib/regex.c: Update from GNU libc.
32271
32272 2001-05-27  Jim Meyering  <meyering@lucent.com>
32273
32274         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32275         Check for ut_type in struct utmp.
32276
32277 2001-05-27  Jim Meyering  <meyering@lucent.com>
32278
32279         * lib/readutmp.h (UT_TYPE): Define.
32280
32281 2001-05-24  Jim Meyering  <meyering@lucent.com>
32282
32283         * lib/argmatch.c: Include "quote.h".
32284         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32285         quote function.  Reported by Göran Uddeborg.
32286
32287 2001-05-22  Jim Meyering  <meyering@lucent.com>
32288
32289         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32290         now that we use the package-supplied version unconditionally.
32291         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32292
32293 2001-05-21  Jim Meyering  <meyering@lucent.com>
32294
32295         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32296         shell syntax errors.
32297
32298 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32299
32300         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32301
32302 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32303
32304         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32305         Don't bother to check library strftime, since
32306         we'll be using our own my_strftime function anyway.
32307         Define my_strftime instead of strftime.
32308
32309 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32310
32311         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32312         which is not yet declared.
32313
32314 2001-05-15  Jim Meyering  <meyering@lucent.com>
32315
32316         * m4/regex.m4: Use proper quoting so brackets appear in the test
32317         program.
32318         Reported by, and with help from, Bruno Haible.
32319
32320 2001-05-13  Jim Meyering  <meyering@lucent.com>
32321
32322         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32323         undefined.
32324
32325 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32326
32327         dirname code cleanup.  base_name now behaves more compatibly
32328         with POSIX basename when given file names that have trailing
32329         slashes, and similarly for dir_name.  Add new primitives
32330         base_len and dir_len.  Put the directory-name-related decls
32331         into dirname.h.
32332
32333         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32334         * lib/backupfile.c (base_name): Likewise.
32335         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32336         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32337         * lib/makepath.c (strip_trailing_slashes): Likewise.
32338         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32339         ISSLASH): Likewise.
32340         * lib/rename.c (strip_trailing_slashes): Likewise.
32341         * lib/same.c (base_name): Likewise.
32342         * lib/stripslash.c (ISSLASH): Likewise.
32343
32344         * lib/addext.c: Include <dirname.h> after size_t is defined.
32345         * lib/backupfile.c: Likewise.
32346
32347         * lib/addext.c (addext): Use base_len to trim redundant
32348         trailing slashes instead of doing it ourselves.
32349         But do not trim the last slash if it is not redundant.
32350
32351         * lib/backupfile.c (find_backup_file_name,
32352         max_backup_version): Use base_len instead of rolling it ourselves.
32353         Handle the case of "" and (on DOS) "C:" correctly.
32354
32355         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32356         needed. Include <string.h>, <dirname.h>.
32357         (base_name): Allow file names ending in slashes, other than names
32358         that are all slashes.  In this case, return the basename followed
32359         by the slashes.  This is more general, and can be used in places
32360         where the original base_name purposely had an assertion failure.
32361         (base_len): New function.
32362
32363         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32364         Do not include <assert.h>; no longer needed.
32365         Include xalloc.h.
32366         (memrchr): Remove decl.
32367         (dir_name_r): Remove.
32368         (dir_len): Renamed from dirlen.  All callers changed.
32369         Rewrite in terms of base_name, for simplicity and consistency.
32370         (dir_name): Never return NULL.  All callers changed.
32371         Do not include <stdlib.h> in test program; no longer needed.
32372         return 0; is fine for test program.
32373
32374         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32375         New macros.
32376         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32377
32378         * lib/path-concat.c (path_concat): Use base_len to compute
32379         base length, not strlen; this means we cannot rely on memcpy
32380         to null-terminate.
32381
32382         * lib/same.c (STREQ): Remove.
32383         (same_name): Handle the case where the basename ends in trailing '/'.
32384
32385         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32386         a slash was stripped.  Do not strip the last slash after a
32387         file system prefix.
32388
32389 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32390
32391         * lib/Makefile.am (libfetish_a_SOURCES):
32392         Add strftime.c, since we now compile it on all hosts.
32393
32394         * lib/strftime.c (my_strftime):
32395         Define to nstrftime if emacs, but only if my_strftime is not defined.
32396         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32397         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32398         Add one more extra argument: a nanoseconds value.
32399         All uses changed.
32400         (ns): New macro.
32401         (my_strftime function): Add %N format.
32402         (emacs_strftimeu): Renamed from emacs_strftime,
32403         with extra ut argument.
32404
32405 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32406
32407         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32408
32409 2001-04-21  Jim Meyering  <meyering@lucent.com>
32410
32411         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32412         doesn't interfere.
32413
32414 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32415
32416         * m4/ftruncate.m4: Check for chsize.
32417         Link with ftruncate.o unconditionally if ftruncate is missing.
32418         This was required when cross-compiling to i586-mingw32msvc.
32419
32420 2001-04-08  Jim Meyering  <meyering@lucent.com>
32421
32422         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32423         recomputed; that's necessary when the offset spans a DST transition.
32424         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32425
32426 2001-04-02  Jim Meyering  <meyering@lucent.com>
32427
32428         * lib/regex.h, regex.c: Update from GNU libc.
32429
32430 2001-03-24  Jim Meyering  <meyering@lucent.com>
32431
32432         * m4/jm-macros.m4: Require autoconf-2.49d.
32433
32434 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32435
32436         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32437
32438 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32439
32440         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32441
32442 2001-03-17  Jim Meyering  <meyering@lucent.com>
32443
32444         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32445         now that the version in autoconf is equivalent.
32446         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32447
32448         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32449         Suggestion from Akim Demaille.
32450
32451         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32452         (jm_PREREQ_TEMPNAME): New function.
32453
32454 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32455
32456         * lib/tempname.c (uint64_t): Define to uintmax_t if
32457         not defined, and if UINT64_MAX is not defined.
32458         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32459         Reported by John David Anglin.
32460
32461 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32462
32463         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32464         resolve alias if codeset is empty.
32465         * lib/config.charset (BeOS): Use wildcard syntax.
32466
32467 2001-03-13  Jim Meyering  <meyering@lucent.com>
32468
32469         * lib/path-concat.c (path_concat)
32470         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32471         concatenating e.g., `C:' and `foo'.
32472         From Bruno Haible.
32473
32474 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32475
32476         * lib/localcharset.c (locale_charset): Don't use
32477         setlocale(LC_CTYPE,NULL). Don't return NULL.
32478         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32479
32480 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32481
32482         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32483         support for DOS/DJGPP.
32484
32485 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32486
32487         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32488         lacks mkstemp.  Compile our own tempname.c if we compile our own
32489         mkstemp.c, as mkstemp relies on tempname.
32490
32491 2001-03-01  Jim Meyering  <meyering@lucent.com>
32492
32493         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32494         AH_VERBATIM really does output its argument verbatim.
32495
32496 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32497
32498         * lib/Makefile.am (libfetish_a_SOURCES):
32499         Add dup-safer.c, fopen-safer.c.
32500         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32501
32502         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32503         * lib/unistd-safer.h: New files.
32504
32505 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32506
32507         The mkstemp replacement is taken from glibc 2.2.2, with some
32508         portability fixes for use outside glibc, as follows:
32509
32510         * lib/tempname.c (struct_stat64): New macro.
32511         (direxists, __gen_tempname): Use it.
32512         This avoids a portability problem with Solaris 8.
32513
32514         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32515         (<stddef.h>, <stdint.h>, <string.h>):
32516         Include only if STDC_HEADERS || _LIBC.
32517         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32518         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32519         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32520         (__set_errno): Define this macro if <errno.h> doesn't.
32521         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32522         Define these macros if <stdio.h> doesn't.
32523         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32524         Define these macros if <sys/stat.h>
32525         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32526         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32527         __xstat64): Define if not _LIBC.
32528         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32529         (__gen_tempname): Invoke gettimeofday only if
32530         HAVE_GETTIMEOFDAY || _LIBC;
32531         otherwise, fall back on plain "time".
32532         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32533
32534         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32535
32536         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32537
32538 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32539
32540         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32541
32542 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32543
32544         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32545         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32546         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32547         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32548
32549 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32550
32551         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32552         Remove workaround macros for hosts that have mbrtowc but not
32553         mbstate_t, as we now insist on proper declarations for both
32554         before using mbrtowc.
32555
32556 2001-02-17  Jim Meyering  <meyering@lucent.com>
32557
32558         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32559         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32560         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32561         UnixWare 7.1.1.
32562
32563         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32564         rather than AC_CACHE_VAL.
32565
32566 2001-02-17  Jim Meyering  <meyering@lucent.com>
32567
32568         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32569         around included file name.
32570
32571         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32572
32573         * lib/strftime.c: Update from GNU libc (the only changes were to
32574         comments).
32575
32576 2001-02-17  Jim Meyering  <meyering@lucent.com>
32577
32578         * lib/regex.c: Update from libc.
32579
32580 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32581
32582         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32583         clash.
32584
32585 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32586
32587         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32588         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32589         Reported by Mark Hounschell via Paul Eggert.
32590
32591 2001-02-07  Jim Meyering  <meyering@lucent.com>
32592
32593         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32594
32595 2001-02-05  Jim Meyering  <meyering@lucent.com>
32596
32597         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32598         it includes the patch required for `large file' support with at least
32599         HP-UX's 10.20 /bin/cc.
32600
32601 2001-02-03  Jim Meyering  <meyering@lucent.com>
32602
32603         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32604         AS_IF, now that it works once again (mysteriously).
32605         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32606
32607 2001-01-30  Jim Meyering  <meyering@lucent.com>
32608
32609         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32610         * m4/chown.m4: Rename conftestchown to conftest.chown.
32611         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32612         s/conftestdir2/conftest.d2/.
32613         * m4/utimes.m4: s/conftestdata/conftest.data/
32614         Inspired by Pavel Roskin's change in autoconf.
32615
32616 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32617
32618         * lib/config.charset: Update for FreeBSD 4.2.
32619
32620 2001-01-27  Jim Meyering  <meyering@lucent.com>
32621
32622         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32623         a use of AS_IF.
32624         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32625
32626 2001-01-26  Jim Meyering  <meyering@lucent.com>
32627
32628         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32629         quotearg.c includes it.
32630
32631 2001-01-26  Jim Meyering  <meyering@lucent.com>
32632
32633         * lib/quotearg.c: Include stddef.h.
32634         * lib/quote.c: Include stddef.h.
32635         Reported by Axel Kittenberger.
32636
32637         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32638         line in double quotes so that it evokes a better diagnostic.
32639         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32640         Reported by Axel Kittenberger.
32641
32642 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32643
32644         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32645         as if it was a `charset'.
32646
32647 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32648
32649         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32650         has const.
32651
32652 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32653
32654         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32655         to avoid a warning.  Add back 'const' to inptr.
32656
32657 2001-01-20  Jim Meyering  <meyering@lucent.com>
32658
32659         Be sure that headers are checked before used in code compiled
32660         for the type checks.
32661         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32662         In place of that, invoke jm_CHECK_ALL_TYPES.
32663         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32664         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32665         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32666         The check for ssize_t was mistakenly run before the test for unistd.h.
32667
32668         The configure-time check for stdbool.h was missing.
32669         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32670         (jm_PREREQ_HASH): New function.
32671
32672 2001-01-17  Jim Meyering  <meyering@lucent.com>
32673
32674         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32675         for autoconf-2.49c.
32676         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32677
32678 2001-01-16  Jim Meyering  <meyering@lucent.com>
32679
32680         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32681         From Bruno Haible.
32682
32683 2001-01-14  Jim Meyering  <meyering@lucent.com>
32684
32685         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32686         foo and bar.  Create conftestdir/ in the script, not in the C code.
32687         Remove directories in the script, not in the C code.
32688         Remove conftestdir{,2} before trying to create the directory.
32689         Make the entire configure script fail if the mkdir fails.
32690
32691 2001-01-14  Jim Meyering  <meyering@lucent.com>
32692
32693         * lib/rename.c: New file.  From Volker Borchert.
32694         Include stdlib.h, string.h or strings.h, and xalloc.h.
32695         Use strip_trailing_slashes rather than open-coding it.
32696
32697 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32698
32699         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32700
32701 2001-01-03  Jim Meyering  <meyering@lucent.com>
32702
32703         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32704         of local `inptr' to avoid warning with some system declarations of
32705         iconv.
32706
32707 2001-01-02  Volker Borchert  <bt@teknon.de>
32708
32709         * m4/rename.m4: New file.
32710         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32711
32712 2001-01-01  Jim Meyering  <meyering@lucent.com>
32713
32714         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32715         even on systems with utmpx.h.  It's necessary for the declaration of
32716         utmp's ut_user member.  Reported by Andreas Jaeger.
32717
32718         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32719         available. They are required for the declarations of getgrgid and
32720         getpwuid resp.
32721         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32722         Reported by Andreas Jaeger.
32723
32724 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32725
32726         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32727         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32728         so `make install' also works in VPATH builds.
32729
32730 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32731
32732         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32733         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32734         can be used in subdirectories.
32735
32736 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32737
32738         * lib/modechange.c: Do not assume that mode_t uses the
32739         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32740         the other-execute bit of FOO even if S_IXOTH != 1.
32741
32742         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32743         WOTH, XOTH, ALLM): New macros.
32744         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32745          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32746         Use them.
32747         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32748         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32749         (mode_compile):
32750         No need to use uintmax_t; unsigned long is long enough.
32751         Don't bother to get suffix since we don't use it.
32752
32753 2000-12-26  Jim Meyering  <meyering@lucent.com>
32754
32755         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32756         better with autoheader.
32757
32758 2000-12-24  Jim Meyering  <meyering@lucent.com>
32759
32760         * lib/hash.c (is_prime): Return explicit boolean values.
32761         (hash_get_first): Return NULL to appease Irix5.6's 89.
32762         Reported by Nelson Beebe.
32763
32764 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32765
32766         * lib/localcharset.c (locale_charset): Add support for Win32.
32767
32768 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32769
32770         * lib/physmem.h, lib/physmem.c: New files.
32771
32772         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32773         (noinst_HEADERS): Add physmem.h.
32774
32775         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32776         't' for compatibility with Solaris 8 sort.
32777
32778 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32779
32780         * lib/config.charset: Add support for BeOS.
32781
32782 2000-12-17  Jim Meyering  <meyering@lucent.com>
32783
32784         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32785         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32786
32787 2000-12-16  Jim Meyering  <meyering@lucent.com>
32788
32789         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32790         N and M) would have treated it like `chown N:N FILE'.
32791
32792         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32793
32794 2000-12-16  Jim Meyering  <meyering@lucent.com>
32795
32796         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32797         SHELLS_FILE to a file name that's useful on djgpp systems.
32798         Include stdlib.h.
32799         (ADDITIONAL_DEFAULT_SHELLS): Define.
32800         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32801         Based mostly on a patch from Prashant TR.
32802
32803 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32804
32805         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32806         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32807         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32808
32809 2000-12-08  Andreas Schwab  <schwab@suse.de>
32810
32811         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32812         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32813
32814 2000-12-07  Jim Meyering  <meyering@lucent.com>
32815
32816         * lib/stripslash.c (ISSLASH): Define.
32817         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32818         `/'.
32819         From Prashant TR.
32820
32821         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32822         (dir_name_r): Declare this function as static.
32823         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32824         manifest itself on a name containing a mix of slashes and
32825         backslashes.
32826         Make this function work with names starting with a DOS-style
32827         drive letter and colon prefix.
32828         (dir_name): Append `.' if necessary.
32829         Based mostly on patches from Prashant TR and Eli Zaretskii.
32830
32831         * lib/dirname.h (dir_name_r): Remove prototype.
32832
32833 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32834
32835         * m4/off_t-format.m4: Remove this file.
32836         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32837
32838 2000-12-06  Jim Meyering  <meyering@lucent.com>
32839
32840         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32841         replacement strtoull, we may well need the replacement strtoul, too.
32842         Check for declarations of strtoul and strtoull.
32843         Check for strtol.  Mainly as a cue to cause automake to include
32844         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32845         Check for limits.h -- strtol.c needs it.
32846
32847 2000-12-05  Jim Meyering  <meyering@lucent.com>
32848
32849         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32850
32851 2000-12-04  Jim Meyering  <meyering@lucent.com>
32852
32853         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32854         Also include memory.h, stdlib.h, unistd.h if appropriate.
32855         Reported by Andreas Jaeger (conflicting declaration of malloc).
32856
32857 2000-12-02  Jim Meyering  <meyering@lucent.com>
32858
32859         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32860         * m4/jm-macros.m4 (jm_MACROS): require it.
32861
32862 2000-12-02  Jim Meyering  <meyering@lucent.com>
32863
32864         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32865
32866 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32867
32868         * lib/memrchr.c: Include <config.h> before any system include file.
32869
32870 2000-11-30  Jim Meyering  <meyering@lucent.com>
32871
32872         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32873
32874 2000-11-30  Jim Meyering  <meyering@lucent.com>
32875
32876         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32877
32878 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32879
32880         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32881
32882 2000-11-26  Jim Meyering  <meyering@lucent.com>
32883
32884         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32885
32886 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32887
32888         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32889         size of (size_t) -1; it's not portable.
32890
32891 2000-11-17  Jim Meyering  <meyering@lucent.com>
32892
32893         * lib/strstr.c: Update from GNU libc.
32894
32895 2000-11-17  Akim Demaille  <akim@epita.fr>
32896
32897         * lib/obstack.h: Formatting changes.
32898         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32899         prevent type checking.
32900         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32901         cast the value to (void *): assigning a `foo *' to a `void *'
32902         variable is valid.
32903         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32904
32905 2000-11-16  Jim Meyering  <meyering@lucent.com>
32906
32907         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32908
32909 2000-11-11  Jim Meyering  <meyering@lucent.com>
32910
32911         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32912
32913 2000-11-10  Jim Meyering  <meyering@lucent.com>
32914
32915         * lib/obstack.h: Update from GNU libc.
32916         * lib/obstack.c: Likewise.
32917
32918 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32919
32920         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32921
32922 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32923
32924         * lib/getusershell.c (setusershell): Use rewind rather than
32925         fseek/fseeko, to avoid configuration hassles with fseeko.
32926         Don't bother opening SHELLS_FILE if shellstream is NULL;
32927         it's not necessary.
32928
32929 2000-11-05  Jim Meyering  <meyering@lucent.com>
32930
32931         * lib/makepath.h (make_dir): Declare.
32932         * lib/makepath.c (make_dir): Remove `static' attribute.
32933         Tweak a comment.
32934
32935 2000-11-04  Jim Meyering  <meyering@lucent.com>
32936
32937         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32938
32939 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32940
32941         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32942         last one in a bucket, advance to the next bucket.
32943
32944 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32945
32946         * lib/fnmatch.c: Do not comment out all the code if we are using
32947         the GNU C library, because in some cases we are replacing buggy
32948         code in the GNU C library itself.
32949
32950 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32951
32952         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32953         (regex_compile): Catch bogus \(\1\).
32954
32955 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32956
32957         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32958         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32959         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32960
32961 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32962
32963         * lib/error.h, getline.h, modechange.h:
32964         Remove "2000" from Copyright line, as the file hasn't been
32965         changed this year other than in the copyright notice.
32966
32967         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32968         was changed this year.
32969
32970 2000-10-29  Jim Meyering  <meyering@lucent.com>
32971
32972         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32973         renaming.
32974         * m4/ls-mntd-fs.m4: Likewise
32975
32976 2000-10-29  Jim Meyering  <meyering@lucent.com>
32977
32978         * lib/xstat.in: Fix grammar in comment.
32979
32980 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32981
32982         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32983         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32984         doesn't define __restrict_arr.
32985
32986 2000-10-28  Jim Meyering  <meyering@lucent.com>
32987
32988         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32989         (jm_PREREQ_MEMCHR): New function.
32990
32991 2000-10-28  Jim Meyering  <meyering@lucent.com>
32992
32993         * lib/memchr.c: Update from libc.
32994         Adjust for portability:
32995         [HAVE_STDLIB_H]: Include stdlib.h.
32996         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32997         Undef __memchr, too.
32998         [!weak_alias]: Define __memchr to memchr.
32999
33000         * lib/regex.c: Update from libc.
33001         * lib/regex.h: Likewise.
33002         * lib/getopt1.c: Likewise.
33003         * lib/memcmp.c: Likewise.
33004
33005         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
33006         Avoid using fseek, when possible -- it's broken by design.
33007         Patch by Ulrich Drepper.
33008
33009 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
33010
33011         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
33012         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
33013         Giving in to popular pressure to shut up the compiler with casts.
33014
33015 2000-10-26  Jim Meyering  <meyering@lucent.com>
33016
33017         * lib/strftime.c: Update from libc.
33018
33019 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
33020
33021         * regex.c: More `unsigned char' -> `re_char' changes.
33022         Also change several `int' into `re_wchar_t'.
33023         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
33024         (PUSH_FAILURE_POINTER): Don't cast any more.
33025         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
33026         We want GCC to complain, since this piece of code makes
33027         re_match non-reentrant, which *should* be fixed.
33028         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
33029         (EXTEND_BUFFER): Use RETALLOC.
33030         (SET_LIST_BIT): Don't cast.
33031         (re_wchar_t): New type.
33032         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
33033         that those two functions will always properly return.
33034         (IMMEDIATE_QUIT_CHECK): Cast to void.
33035         (analyse_first): Use recursion rather than an explicit stack.
33036         (re_compile_fastmap): Can't fail anymore.
33037         (re_search_2): Don't check re_compile_fastmap for failure.
33038         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
33039         Now also sets the new value (passed in a new argument).
33040         (re_match_2_internal): Use it.
33041         Also, use a new var `reg' of type size_t when looping through regs
33042         rather than reuse the inappropriate `mcnt'.
33043
33044 2000-10-25  Jim Meyering  <meyering@lucent.com>
33045
33046         * lib/obstack.c: Update from libc.
33047
33048 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
33049
33050         * regex.c (regex_compile): Change the way of handling a range from
33051         a char less than 256 to a char not less than 256.
33052
33053 2000-10-24  Andrew Innes  <andrewi@gnu.org>
33054
33055         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
33056         NT-Emacs only.
33057         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
33058         so that re_search functions only quit when callers expect them to.
33059
33060 2000-10-23  Jim Meyering  <meyering@lucent.com>
33061
33062         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
33063         wrong.  That set_locale call must not have any side effects.
33064         From Paul Eggert.
33065
33066 2000-10-22  Jim Meyering  <meyering@lucent.com>
33067
33068         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
33069         [CYCLIC]: Remove now-unused definition.
33070
33071         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
33072         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
33073         Suggestion from Ulrich Drepper.
33074
33075 2000-10-21  Jim Meyering  <meyering@lucent.com>
33076
33077         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
33078         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
33079         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
33080
33081 2000-10-21  Jim Meyering  <meyering@lucent.com>
33082
33083         * lib/dirname.c (memrchr): Declare if necessary.
33084         (dir_name): Remove the restriction that there be no
33085         trailing slashes.  Now, this code skips past them, effectively
33086         ignoring them.
33087         [TEST_DIRNAME] (main): New unit tests.
33088
33089         * lib/memrchr.c: New file from GNU libc.
33090         Undef __memrchr, too.
33091         [!weak_alias]: Define __memrchr to memrchr.
33092         Guard weak_alias use with `#ifdef weak_alias'.
33093
33094 2000-10-21  Jim Meyering  <meyering@lucent.com>
33095
33096         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
33097         (dir_name): Use dir_name_r.
33098         * lib/dirname.h (dir_name_r): Declare it.
33099
33100 2000-10-17  Jim Meyering  <meyering@lucent.com>
33101
33102         * lib/quote.h (PARAMS): Define and use.
33103         Reported by Akim Demaille.
33104
33105         * lib/getopt.c: Update from libc.
33106
33107 2000-10-16  Jim Meyering  <meyering@lucent.com>
33108
33109         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
33110         setlocale.
33111         From Jan Fedak.
33112
33113 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
33114
33115         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
33116
33117 2000-09-25  Jim Meyering  <meyering@lucent.com>
33118
33119         * lib/md5.h (rol): Define (from GnuPG).
33120
33121         * lib/sha.c: Give credit (GnuPG) where due.
33122         (M): Use rol rather than open-coding it.
33123         Add a FIXME comment.
33124
33125 2000-09-21  Jim Meyering  <meyering@lucent.com>
33126
33127         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
33128         Reported by Michael Stone.
33129
33130 2000-09-20  Jim Meyering  <meyering@lucent.com>
33131
33132         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
33133         (noinst_HEADERS): Add sha.h.
33134         Based on code from Scott G. Miller and from GnuPG.
33135
33136 2000-09-18  Jim Meyering  <meyering@lucent.com>
33137
33138         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
33139         LIBS. Otherwise, everyone ends up linking with -lelf for some
33140         configurations.
33141         Reported by Mike Stone.
33142
33143 2000-09-15  Jim Meyering  <meyering@lucent.com>
33144
33145         * lib/regex.c: Update from libc.
33146
33147 2000-09-10  Jim Meyering  <meyering@lucent.com>
33148
33149         * lib/getopt.c (_getopt_internal): Update from glibc.
33150
33151 2000-09-09  Jim Meyering  <meyering@lucent.com>
33152
33153         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
33154         think it should be used as a general replacement for isascii.
33155         * lib/fnmatch.c: Likewise.
33156         * lib/mbswidth.c: Likewise
33157         * lib/regex.c: Likewise.
33158
33159         Don't use atoi.
33160         * lib/userspec.c: Include sys/param.h and limits.h.
33161         Include xstrtol.h.
33162         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33163         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
33164         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
33165         UID, GID.  Check range.
33166
33167 2000-09-06  Jim Meyering  <meyering@lucent.com>
33168
33169         * lib/getopt.c (_getopt_internal): Update from glibc.
33170
33171 2000-08-30  Jim Meyering  <meyering@lucent.com>
33172
33173         * lib/strftime.c: Merge in changes from GNU libc.
33174
33175 2000-08-26  Jim Meyering  <meyering@lucent.com>
33176
33177         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
33178         * m4/fpending.m4: New file.
33179
33180 2000-08-26  Jim Meyering  <meyering@lucent.com>
33181
33182         * lib/closeout.c: Include "__fpending.h".
33183         (close_stdout_status): Return right away if there's nothing to flush.
33184
33185         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
33186         * lib/__fpending.c: New file.
33187         * lib/__fpending.h: New file.
33188
33189 2000-08-20  Jim Meyering  <meyering@lucent.com>
33190
33191         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
33192         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
33193         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
33194
33195 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
33196
33197         Improve fileutils installation on systems where running
33198         programs (like install) can't be unlinked.
33199         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
33200         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
33201
33202 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33203
33204         Standardize on "memory exhausted" instead of "Memory exhausted"
33205         or "virtual memory exhausted".
33206         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33207         "virtual memory exhausted".
33208         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33209         our own message.
33210         * lib/userspec.c (parse_user_spec): Likewise.
33211         * lib/bumpalloc.h: comment fix
33212         * lib/same.c, userspec.c: Include xalloc.h.
33213
33214         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33215         not char *const and pointing to a constant array.
33216         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33217         (xrealloc): Comment fix.
33218
33219         * lib/userspec.c (parse_user_spec):
33220         Don't translate a message until just before returning,
33221         to avoid unnecessary translation.
33222
33223 2000-08-07  Jim Meyering  <meyering@lucent.com>
33224
33225         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33226         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33227         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33228         getgroups.c, gethostname.c, getopt.h, group-member.c,
33229         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33230         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33231         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33232         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33233         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33234         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33235         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33236         yesno.c: Back out Copyright date changes for each file with no change
33237         this year.  This eases coordination with other programs using the same
33238         source code modules.  From Paul Eggert.
33239
33240 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33241
33242         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33243         not char, for compatibility with glibc 2.1.3 strftime.c.
33244
33245 2000-08-03  Greg McGary  <greg@mcgary.org>
33246
33247         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33248         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33249         (EXTEND_BUFFER): Use them.
33250
33251 2000-08-01  Jim Meyering  <meyering@lucent.com>
33252
33253         * lib/dirname.c (ISSLASH): Define.
33254         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33255         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33256         both `\' and `/' may be use as path separators.
33257         Based on a patch from Prashant TR.
33258
33259 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33260
33261         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33262         slot vector a constant, since it might get modified.
33263
33264 2000-07-31  Jim Meyering  <meyering@lucent.com>
33265
33266         * lib/xmalloc.c: Use `virtual memory exhausted', not
33267         `Memory exhausted'.
33268         * lib/obstack.c (print_and_abort): Likewise.
33269
33270 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33271
33272         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33273         buffer, so that the caller can always quote one small
33274         component of a "memory exhausted" message in slot 0.
33275         From a suggestion by Jim Meyering.
33276
33277 2000-07-30  Jim Meyering  <meyering@lucent.com>
33278
33279         * lib/makepath.c (make_path): Quote the other instance, too.
33280
33281         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33282         (STATIC_BUF_SIZE): Define.
33283         (quotearg_n_options): Use only statically allocated storage when
33284         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33285         than STATIC_BUF_SIZE.
33286
33287 2000-07-29  Jim Meyering  <meyering@lucent.com>
33288
33289         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33290         * lib/dirname.c (dir_name): Likewise.
33291
33292         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33293         `/'.
33294
33295         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33296         (dir_name): Assert that there are no trailing slashes.
33297
33298 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33299
33300         * lib/mbswidth.h (mbswidth): Add a flags argument.
33301         (mbswidth): New declaration.
33302         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33303         * lib/mbswidth.c (mbswidth): Add a flags argument.
33304         (mbsnwidth): New function.
33305
33306 2000-07-24  Jim Meyering  <meyering@lucent.com>
33307
33308         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33309
33310 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33311
33312         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33313
33314 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33315
33316         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33317         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33318         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33319         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33320         invoke multibyte primitives.
33321
33322 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33323
33324         * lib/quotearg.c:
33325         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33326         so that mbstate_t is always defined.
33327
33328         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33329         be 1 in at least one GCC installation, and this configuration
33330         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33331         performance on hosts that have mbrtowc but have only unibyte
33332         locales, but I assume these hosts are rare.
33333
33334 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33335
33336         * lib/mbswidth.c (_XOPEN_SOURCE):
33337         Don't define; this causes problems on Solaris 7.
33338         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33339
33340 2000-07-23  Jim Meyering  <meyering@lucent.com>
33341
33342         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33343         too: getgrgid, getpwuid, getuid.
33344
33345 2000-07-23  Jim Meyering  <meyering@lucent.com>
33346
33347         * lib/basename.c (base_name): Add an assertion.
33348
33349 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33350
33351         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33352         shadow its mbsinit function.
33353
33354 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33355
33356         * lib/mbswidth.h: New file.
33357         * lib/mbswidth.c: New file.
33358         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33359         (noinst_HEADERS): Add mbswidth.h.
33360
33361 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33362
33363         * lib/config.charset: Add support for FreeBSD. Improve support for
33364         HP-UX and IRIX 6.
33365
33366 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33367
33368         * m4/mbswidth.m4: New file.
33369         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33370
33371 2000-07-15  Jim Meyering  <meyering@lucent.com>
33372
33373         * lib/makepath.c: Include quote.h.
33374         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33375         corresponding argument in a `quote (...)' call.
33376         Give better diagnostics.
33377
33378         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33379         (noinst_HEADERS): Add quote.h.
33380
33381         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33382         from tar's src/misc.c.
33383         * lib/quote.h: New file.  Prototypes for same.
33384
33385 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33386
33387         From a suggestion by Bruno Haible.
33388         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33389         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33390         to decide whether to define the BeOS workaround macro;
33391         this adjusts to the change to AC_MBSTATE_T.
33392
33393 2000-07-14  Jim Meyering  <meyering@lucent.com>
33394
33395         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33396         jm_AC_TYPE_UINTMAX_T.
33397
33398 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33399
33400         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33401
33402         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33403         quotearg_buffer_restyled): Add support for
33404         clocale_quoting_style.  Undo previous change to
33405         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33406         and "{RIGHT QUOTATION MARK}" msgids.
33407
33408 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33409
33410         From a suggestion by Bruno Haible.
33411         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33412         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33413         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33414         and mbstate_t, to a single-part test that simply defines mbstate_t.
33415         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33416         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33417
33418 2000-07-10  Jim Meyering  <meyering@lucent.com>
33419
33420         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33421
33422         * m4/gnu-source.m4: Output to confdefs.h directly.
33423         Suggestion from Akim Demaille.
33424
33425 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33426
33427         The old behavior of quoting `like this' doesn't look good with
33428         newer, ISO-style fonts.  See:
33429         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33430
33431         Instead, quote "like this" by default.  Let the translator
33432         tailor the locale-specific quoting behavior by providing
33433         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33434
33435         * lib/quotearg.c (N_): New macro.
33436         (gettext_default): New function.
33437         (quotearg_buffer_restyled): Use
33438         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33439         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33440
33441 2000-07-09  Jim Meyering  <meyering@lucent.com>
33442
33443         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33444         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33445
33446         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33447         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33448
33449 2000-07-09  Jim Meyering  <meyering@lucent.com>
33450
33451         * lib/Most files: Update copyright dates to include 2000.
33452
33453 2000-07-08  Jim Meyering  <meyering@lucent.com>
33454
33455         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33456         if not defined.
33457         (xgethostname): Remove now-unnecessary #ifdef.
33458         Move declaration of `err' into loop where it's used.
33459
33460 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33461         and Bruno Haible  <haible@clisp.cons.org>
33462
33463         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33464         only if the test for an object-type mbstate_t fails.  This
33465         prevents us from mistakenly reporting that mbstate_t is a
33466         system object type after we "#define mbstate_t int" to work
33467         around its lack.
33468
33469 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33470         and Bruno Haible  <haible@clisp.cons.org>
33471
33472         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33473
33474 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33475
33476         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33477         to strerror_r.
33478         Include <ctype.h> for use of isalpha.
33479
33480 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33481
33482         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33483         by allocating a larger buffer. Test the gethostname return value for
33484         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33485         returns an error and ENAMETOOLONG isn't defined.
33486
33487 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33488
33489         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33490         dimension.
33491
33492 2000-07-04  Jim Meyering  <meyering@lucent.com>
33493
33494         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33495         of the deprecated AC_CHECKING.
33496
33497 2000-07-04  Jim Meyering  <meyering@lucent.com>
33498
33499         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33500         Reported by Bruno Haible.
33501
33502 2000-07-04  Jim Meyering  <meyering@lucent.com>
33503
33504         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33505         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33506         lacks mbrtowc.
33507
33508 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33509
33510         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33511         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33512
33513 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33514         and Bruno Haible  <haible@clisp.cons.org>
33515
33516         * lib/quotearg.c (mbrtowc):
33517         Assign to *pwc, and return 1 only if result is nonzero.
33518         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33519
33520 2000-07-03  Jim Meyering  <meyering@lucent.com>
33521
33522         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33523
33524 2000-07-03  Jim Meyering  <meyering@lucent.com>
33525
33526         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33527         This is necessary to get a definition of e.g., UTMP_FILE on
33528         HP-UX 10.20.
33529         From Bob Proulx.
33530
33531 2000-07-02  Jim Meyering  <meyering@lucent.com>
33532
33533         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33534
33535         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33536         AC_LIBOBJ(function_name).
33537         * m4/chown.m4: Likewise.
33538         * m4/fnmatch.m4: Likewise.
33539         * m4/ftruncate.m4: Likewise.
33540         * m4/getgroups.m4: Likewise.
33541         * m4/getline.m4: Likewise.
33542         * m4/group-member.m4: Likewise.
33543         * m4/jm-macros.m4: Likewise.
33544         * m4/lstat.m4: Likewise.
33545         * m4/malloc.m4: Likewise.
33546         * m4/memcmp.m4: Likewise.
33547         * m4/nanosleep.m4: Likewise.
33548         * m4/putenv.m4: Likewise.
33549         * m4/realloc.m4: Likewise.
33550         * m4/regex.m4: Likewise.
33551         * m4/stat.m4: Likewise.
33552         * m4/strftime.m4: Likewise.
33553
33554 2000-07-02  Jim Meyering  <meyering@lucent.com>
33555
33556         * lib/quotearg.c (mbstate_t): Don't define here.
33557
33558 2000-07-02  Jim Meyering  <meyering@lucent.com>
33559
33560         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33561
33562 2000-07-01  Jim Meyering  <meyering@lucent.com>
33563
33564         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33565
33566 2000-07-01  Jim Meyering  <meyering@lucent.com>
33567
33568         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33569         problem.
33570
33571 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33572
33573         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33574         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33575
33576 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33577
33578         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33579         per change in ../m4/ls-mntd-fs.m4.
33580         (read_filesystem_list): Ignore symbolic links.
33581
33582 2000-06-29  Jim Meyering  <meyering@lucent.com>
33583
33584         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33585         for declaration of strcmp.
33586
33587         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33588
33589         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33590         Avoid warning by casting result to `char *' to remove `const'.
33591
33592 2000-06-28  Jim Meyering  <meyering@lucent.com>
33593
33594         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33595         included by quotearg.c, for which we perform this test.  From
33596         Bruno Haible.
33597
33598 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33599
33600         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33601         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33602         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33603
33604 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33605
33606         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33607
33608 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33609
33610         savedir now sets errno on failure and invokes xmalloc to get memory.
33611         Fix a couple of other minor bugs while we're at it.
33612
33613         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33614         (NAMLEN): Remove macro.
33615         (malloc, realloc): Remove decls.
33616         (stpcpy): Likewise.
33617         ("xalloc.h"): Include.
33618         (NAME_SIZE_DEFAULT): New macro.
33619         (savedir): Use xmalloc / xrealloc to allocate memory.
33620         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33621         Skip "" directory entries.
33622         Use strlen to calculate directory entry length, since the old method
33623         is rarely used these days and isn't worth supporting.
33624         Don't use a pointer after freeing it.
33625         Check for integer overflow when calculating allocation size.
33626         Use memcpy to copy entries, instead of stpcpy.
33627         Set errno properly when returning NULL.
33628         Check for readdir error.
33629
33630 2000-06-26  Jim Meyering  <meyering@lucent.com>
33631
33632         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33633
33634 2000-06-25  Jim Meyering  <meyering@lucent.com>
33635
33636         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33637         Linux header bug when _XOPEN_SOURCE is defined to 500.
33638
33639 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33640
33641         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33642         deficiency.
33643
33644 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33645
33646         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33647         Include xalloc.h.
33648         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33649
33650 2000-06-24  Jim Meyering  <meyering@lucent.com>
33651
33652         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33653         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33654         for which strerror does return char*, but which lacks a conveniently
33655         accessible declaration of the function.  If the compile-test says
33656         strerror_r doesn't work, then resort to a `run'-test that works on
33657         BeOS and segfaults on DEC Unix.
33658
33659 2000-06-24  Jim Meyering  <meyering@lucent.com>
33660
33661         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33662
33663 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33664
33665         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33666         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33667
33668 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33669
33670         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33671         (mbrtowc, mbstate_t): Define substitutes if
33672         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33673         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33674         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33675
33676 2000-06-23  Jim Meyering  <meyering@lucent.com>
33677
33678         * m4/afs.m4: Add missing AC_MSG_RESULT.
33679         Reported by Bruno Haible.
33680
33681         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33682         Suggestion from Bruno Haible.
33683
33684 2000-06-23  Jim Meyering  <meyering@lucent.com>
33685
33686         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33687
33688 2000-06-21  Jim Meyering  <meyering@lucent.com>
33689
33690         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33691
33692 2000-06-21  Jim Meyering  <meyering@lucent.com>
33693
33694         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33695         (noinst_HEADERS): Add getstr.h.
33696
33697         * lib/getline.c (getstr): Move into a separate file.
33698         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33699         the following changes: new parameter, delim2; both delim[12]
33700         parameters have type `int', not `char'.  The latter would lose
33701         with 8-bit delimiters.
33702         * lib/getstr.h: New file.
33703
33704 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33705
33706         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33707         than 1024, return a memory chunk of least possible size, instead
33708         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33709         Use free/xmalloc instead of xrealloc to avoid copying for very long
33710         paths.
33711
33712 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33713
33714         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33715         the empty string.
33716
33717 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33718
33719         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33720         address, not strdup.  Include <stdlib.h> and don't declare free().
33721
33722 2000-06-19  Jim Meyering  <meyering@lucent.com>
33723
33724         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33725
33726 2000-06-18  Jim Meyering  <meyering@lucent.com>
33727
33728         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33729
33730         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33731         `checking whether...' message to be consistent with that of the
33732         lstat test.
33733
33734 2000-06-18  Jim Meyering  <meyering@lucent.com>
33735
33736         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33737         Besides, these days every porting target provides a mkdir function.
33738
33739         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33740         needed. (this snippet comes from src/system.h).
33741
33742 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33743
33744         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33745
33746 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33747
33748         * lib/human.c (adjust_value): New function.
33749         (human_readable_inexact): Apply rounding style even when
33750         printing approximate values.
33751
33752 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33753
33754         * lib/human.c (human_readable_inexact): Allow an input block
33755         size that is not a multiple of the output block size, and vice versa.
33756         Reported by Piergiorgio Sartor.
33757
33758 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33759
33760         * lib/getdate.y (get_date): Apply relative times after time
33761         zone indicator, not before.  Reported by Todd A. Jacobs.
33762
33763 2000-06-13  Jim Meyering  <meyering@lucent.com>
33764
33765         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33766
33767         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33768
33769 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33770
33771         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33772
33773 2000-06-12  Jim Meyering  <meyering@lucent.com>
33774
33775         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33776         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33777         optional argument.
33778         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33779         the optional argument, `lib'.
33780
33781 2000-06-08  Jim Meyering  <meyering@lucent.com>
33782
33783         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33784
33785 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33786
33787         Rewrite largefile configuration so that we don't need to run
33788         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33789         AC_CANONICAL_HOST in configure.in -- jmm]
33790
33791         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33792         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33793         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33794         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33795         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33796         All uses changed.
33797         Instead of inspecting the output of getconf, try to compile the
33798         test program without and with the macro definition.
33799         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33800         for getconf.  Instead, check for the needed flags by compiling
33801         test programs.
33802
33803 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33804
33805         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33806
33807 2000-06-04  Jim Meyering  <meyering@lucent.com>
33808
33809         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33810         SunOS 4.1.4 for which gid_t is an unsigned type.
33811
33812 2000-06-03  Jim Meyering  <meyering@lucent.com>
33813
33814         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33815         now that autoconf requires that.
33816
33817         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33818         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33819         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33820
33821 2000-06-03  Jim Meyering  <meyering@lucent.com>
33822
33823         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33824
33825 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33826
33827         * m4/glibc21.m4: New file.
33828         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33829
33830 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33831
33832         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33833         newer, don't install charset.alias.
33834         * lib/config.charset: Change the Linux/glibc rules so they become empty
33835         on glibc-2.1 or newer.
33836
33837 2000-06-02  Jim Meyering  <meyering@lucent.com>
33838
33839         * lib/mountlist.c: Back out last change.  Instead, do this...
33840         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33841         me_dummy member using the same `ignore'-testing code.
33842         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33843         fs_type strings.
33844         From Mark D. Roth.
33845
33846 2000-05-29  Jim Meyering  <meyering@lucent.com>
33847
33848         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33849         mounts with the `ignore' attribute.  Based on a patch from
33850         Mark D. Roth.
33851
33852 2000-05-28  Jim Meyering  <meyering@lucent.com>
33853
33854         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33855         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33856         * m4/stat.m4: Likewise.
33857         * m4/lstat.m4: Likewise.
33858         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33859
33860         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33861         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33862
33863 2000-05-26  Jim Meyering  <meyering@lucent.com>
33864
33865         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33866
33867 2000-05-24  Jim Meyering  <meyering@lucent.com>
33868
33869         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33870         autoconf requires that.
33871         * m4/lib-check.m4: Likewise.
33872         * m4/jm-macros.m4: Likewise.
33873         * m4/strftime.m4: Likewise.
33874
33875         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33876         AC_CHECK_DECLS, now that autoconf requires that.
33877
33878 2000-05-22  Jim Meyering  <meyering@lucent.com>
33879
33880         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33881         * m4/lstat.m4: Likewise.
33882
33883 2000-05-22  Jim Meyering  <meyering@lucent.com>
33884
33885         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33886
33887 2000-05-20  Jim Meyering  <meyering@lucent.com>
33888
33889         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33890         (jm_PREREQ): Use it.
33891
33892 2000-05-18  Jim Meyering  <meyering@lucent.com>
33893
33894         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33895         back, too, since it may have been modified by allocate_entry.
33896         (hash_delete): Rewrite to use neither the assignment operator
33897         nor the comma operator in an if-expression.
33898
33899 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33900
33901         * lib/closeout.c:
33902         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33903         Remove; no longer needed.
33904         "quotearg.h": Add include.
33905         (file_name): Do not bother to explicitly initialize to NULL; it's less
33906         efficient on some hosts.
33907         (close_stdout_status): Remove test as to whether stdout was already
33908         closed; it breaks for the case "echo x | sort >&-".
33909         Quote file name colons.
33910         Do not assume that _("write error") lacks format strings.
33911
33912 2000-05-15  Jim Meyering  <meyering@lucent.com>
33913
33914         * lib/version-etc.c (version_etc_copyright): Update the copyright
33915         string used in all --version output.
33916
33917 2000-05-14  Jim Meyering  <meyering@lucent.com>
33918
33919         * lib/closeout.c (close_stdout_set_file_name): New function.
33920         (close_stdout_status): Use new file-scoped global.
33921         Return right away if fstat says the stdout file descriptor is invalid.
33922         * lib/closeout.h (close_stdout_set_file_name): Declare.
33923
33924 2000-05-10  Jim Meyering  <meyering@lucent.com>
33925
33926         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33927         (close_stdout_set_status): New function.
33928         * lib/closeout.h (close_stdout_set_status): Declare.
33929
33930 2000-05-09  Jim Meyering  <meyering@lucent.com>
33931
33932         * m4/gettext.m4: Rename this...
33933         * m4/libintl.m4: ...to this.
33934
33935 2000-05-08  Jim Meyering  <meyering@lucent.com>
33936
33937         * lib/long-options.c: Don't include closeout.h.
33938         (parse_long_options): Don't call close_stdout for --version.
33939
33940 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33941
33942         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33943         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33944         2.1.3 bug.  This avoids a clash when files like regex.c define
33945         _GNU_SOURCE.
33946
33947 2000-05-06  Jim Meyering  <meyering@lucent.com>
33948
33949         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33950         (AC_REPLACE_FUNCS): Add strnlen.
33951
33952         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33953         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33954
33955         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33956         AC_SEARCH_LIBS call for nanosleep.
33957         (LIB_NANOSLEEP): Set and AC_SUBST.
33958
33959 2000-05-06  Jim Meyering  <meyering@lucent.com>
33960
33961         * lib/strnlen.c: Undefine __strnlen and strnlen.
33962         [!weak_alias]: Define __strnlen to strnlen.
33963
33964         * lib/atexit.c: New file, from libiberty.
33965
33966 2000-05-06  Jim Meyering  <meyering@lucent.com>
33967
33968         * lib/closeout.c (close_stdout_status): Also check for errors on the
33969         stderr stream.
33970
33971 2000-05-05  Jim Meyering  <meyering@lucent.com>
33972
33973         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33974         AC_SEARCH_LIBS call for clock_gettime.
33975         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33976
33977         * m4/search-libs.m4: Update from autoconf.
33978
33979         su doesn't work on Solaris 2.6.
33980         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33981         <shadow.h>.  Reported by Dragos Harabor.
33982
33983 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33984
33985         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33986         memcpy instead of xmalloc, xrealloc, path_concat.
33987         (locale_charset): Treat empty environment variables as absent.
33988         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33989
33990 2000-05-04  Jim Meyering  <meyering@lucent.com>
33991
33992         * lib/getopt.c: Update from glibc.
33993         * lib/obstack.c: Likewise.
33994         * lib/obstack.h: Likewise.
33995         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33996         file
33997
33998         * lib/regex.h: Likewise.
33999         * lib/strndup.c: Likewise.
34000         * lib/strnlen.c: New file, from glibc.
34001
34002 2000-05-03  Jim Meyering  <meyering@lucent.com>
34003
34004         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
34005
34006 2000-05-02  Paul Eggert  <eggert@twinsun.com>
34007
34008         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
34009         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
34010         compile-time test, rather than inspecting host and OS, to
34011         decide whether to define _LARGEFILE_SOURCE.
34012
34013 2000-05-01  Jim Meyering  <meyering@lucent.com>
34014
34015         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
34016
34017         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
34018         Based on a patch from Bruno Haible.
34019
34020 2000-05-01  Jim Meyering  <meyering@lucent.com>
34021
34022         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
34023
34024 2000-04-29  Jim Meyering  <meyering@lucent.com>
34025
34026         * lib/path-concat.c: Declare strdup only if it's not defined.
34027         * lib/canon-host.c: Likewise.
34028
34029 2000-04-28  Jim Meyering  <meyering@lucent.com>
34030
34031         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
34032         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
34033         is included first, then limits.h is included by locale.h by libintl.h.
34034         From John David Anglin.
34035
34036 2000-04-25  Jim Meyering  <meyering@lucent.com>
34037
34038         * lib/makepath.c (S_IRWXUGO): Define.
34039         (make_path): Always perform explicit chmod if MODE specifies any
34040         of the `special' permission bits.  Prompted by a bug report against
34041         install from Mate Wierdl and Joost van Baal.
34042
34043 2000-04-18  Jim Meyering  <meyering@lucent.com>
34044
34045         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
34046         (jm_PREREQ): Use it.
34047
34048 2000-04-18  Jim Meyering  <meyering@lucent.com>
34049
34050         * lib/README: New file.
34051
34052         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
34053         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
34054
34055 2000-04-17  Jim Meyering  <meyering@lucent.com>
34056
34057         Get it right :-)
34058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
34059         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
34060         Suggestion from Akim Demaille.
34061
34062 2000-04-17  Jim Meyering  <meyering@lucent.com>
34063
34064         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
34065         the definition of it to rpl_strftime also defined-away the system's
34066         declaration.
34067
34068 2000-04-15  Jim Meyering  <meyering@lucent.com>
34069
34070         Use `C' to denote so-called `contiguous' files, the same way
34071         that tar does.
34072         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
34073         (ftypelet): Use S_ISCTG.
34074         From Michael Deutschmann.
34075
34076 2000-04-14  Jim Meyering  <meyering@lucent.com>
34077
34078         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
34079         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
34080         clobbered.
34081
34082 2000-04-14  Jim Meyering  <meyering@lucent.com>
34083
34084         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
34085
34086 2000-04-13  Jim Meyering  <meyering@lucent.com>
34087
34088         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
34089         AH_VERBATIM to insert required #ifndef into config.h.in.
34090         Suggestion from Akim Demaille.
34091
34092 2000-04-12  Jim Meyering  <meyering@lucent.com>
34093
34094         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
34095         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
34096         Christian Krackowizer.
34097
34098         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
34099         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
34100         (AC_SYS_LARGEFILE): Require.
34101         (AM_C_PROTOTYPES): Require.
34102
34103 2000-04-08  Jim Meyering  <meyering@lucent.com>
34104
34105         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
34106         names don't conflict.  Reported by Eli Zaretskii.
34107
34108 2000-04-07  Jim Meyering  <meyering@lucent.com>
34109
34110         * lib/putenv.c: Move inclusion of errno.h so it follows that of
34111         sys/types.h, to work around system header problems on AIX 3.2.5.
34112         From Bruno Haible.
34113
34114 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
34115
34116         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
34117         bug.  Deal with the different error behavior of Irix iconv.
34118
34119 2000-04-05  Paul Eggert  <eggert@twinsun.com>
34120
34121         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
34122         IRIX if the installer said otherwise.
34123
34124 2000-04-05  Jim Meyering  <meyering@lucent.com>
34125
34126         Portability tweaks required for ultrix4.3.
34127         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
34128         (jm_CHECK_DECLS): Add getutent to the list of functions.
34129         (_jm_DECL_HEADERS): Add utmpx.h.
34130         From John David Anglin.
34131
34132         * m4/strftime.m4: Back out the 2000-04-02 change.
34133         Instead of that change, simply undefine putenv in the test program.
34134
34135 2000-04-05  Jim Meyering  <meyering@lucent.com>
34136
34137         Portability tweaks required for ultrix4.3.
34138         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
34139         getutent.
34140         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
34141         * lib/canon-host.c: Declare strdup.
34142         * lib/path-concat.c: Likewise.
34143         From John David Anglin.
34144
34145 2000-04-04  Jim Meyering  <meyering@lucent.com>
34146
34147         Be more DOS 8.3-friendly.
34148         * lib/ref-add.sin: Renamed from ref-add.sed.in.
34149         * lib/ref-del.sin: Renamed from ref-del.sed.in.
34150         * lib/Makefile.am: Reflect renaming.
34151         Reported by Eli Zaretskii.
34152
34153         Use a temporary file name that won't clash with `charset.alias'
34154         in the DOS 8.3 name space.
34155         * lib/Makefile.am (charset_tmp): Define.
34156         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
34157         (uninstall-local): Likewise.
34158         Reported by Eli Zaretskii.
34159
34160 2000-04-03  Jim Meyering  <meyering@lucent.com>
34161
34162         * m4/gettext.m4: Fix typo in comment.
34163
34164         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
34165         textutils/configure.in).  Suggestion from Paul Eggert.
34166         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
34167
34168 2000-04-02  Paul Eggert  <eggert@twinsun.com>
34169
34170         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
34171         variable in the shell rather than using putenv, which isn't
34172         portable.  This avoids the configure-time inter-test dependency
34173         on the potentially-renamed putenv function.
34174
34175 2000-03-30  Paul Eggert  <eggert@twinsun.com>
34176
34177         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
34178         before checking struct stat.st_blksize, so that
34179         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
34180
34181 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34182
34183         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
34184         since strftime.c uses HAVE_STRFTIME to decide whether to use
34185         the underlying strftime.
34186
34187 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34188
34189         * lib/time/strftime.c (my_strftime): Make sure we call the system
34190         strftime, not ourselves, when invoking the underlying strftime.
34191
34192 2000-03-24  Jim Meyering  <meyering@lucent.com>
34193
34194         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
34195         (charset_alias): Define.
34196         (install-exec-local): Factor out common code.
34197         (uninstall-local): Split lines longer than 80.
34198         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
34199         (SUFFIXES): Define.
34200         (.sed.in.sed): New rule.  Don't redirect directly to $@.
34201         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34202
34203 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34204
34205         * lib/config.charset: Output a line containing "Packages using this
34206         file".
34207         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34208         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34209         ref-del.sed): New rules.
34210
34211 2000-03-17  Jim Meyering  <meyering@lucent.com>
34212
34213         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34214         Otherwise, include <strings.h>
34215
34216 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34217
34218         * lib/unicodeio.c (utf8_wctomb): New function.
34219         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34220         format instead of in UCS-4 with platform dependent endianness.
34221
34222 2000-03-10  Jim Meyering  <meyering@lucent.com>
34223
34224         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34225         From Marco Franzen.
34226
34227 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34228
34229         * lib/savedir.c (savedir): Work even if directory size is
34230         negative; this can happen with some screwy NFS configurations.
34231
34232 2000-03-06  Jim Meyering  <meyering@lucent.com>
34233
34234         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34235         if it's NULL (because we ran out of memory).  From Bruno Haible.
34236
34237 2000-03-05  Jim Meyering  <meyering@lucent.com>
34238
34239         * lib/localcharset.c ("path-concat.h"): Include.
34240         (get_charset_aliases): Use path_concat instead of ANSI string
34241         concatenation.
34242
34243         * lib/unicodeio.h (PARAMS): Define.
34244         Use it to guard prototype.
34245
34246 2000-03-04  Jim Meyering  <meyering@lucent.com>
34247
34248         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34249         for lib/localcharset.c.
34250
34251 2000-03-04  Jim Meyering  <meyering@lucent.com>
34252
34253         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34254         installing into it.
34255         (uninstall-local): Uncomment this rule so `make distcheck' works
34256         once again.
34257
34258         * lib/unicodeio.c (<errno.h>): Include it.
34259         (errno): Declare if not defined.
34260
34261         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34262
34263         * lib/config.charset: New version, incorporating remarks from a linux
34264         i18n mailing list.  From Bruno Haible.
34265
34266 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34267
34268         * m4/codeset.m4: New file.
34269         * m4/iconv.m4: New file.
34270         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34271
34272 2000-03-03  Jim Meyering  <meyering@lucent.com>
34273
34274         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34275
34276 2000-03-02  Jim Meyering  <meyering@lucent.com>
34277
34278         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34279         the messages come out on separate lines.
34280
34281         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34282         rather than jm_CHECK_DECLARATIONS.
34283         * m4/decl.m4: Remove now-unused file.
34284
34285         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34286         geteuid.
34287
34288 2000-03-02  Jim Meyering  <meyering@lucent.com>
34289
34290         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34291
34292 2000-03-01  Jim Meyering  <meyering@lucent.com>
34293
34294         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34295         * lib/unicodeio.c: Likewise.
34296
34297 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34298
34299         * lib/config.charset: New file.
34300         * lib/localcharset.c: New file.
34301         * lib/unicodeio.h, lib/unicodeio.c: New files.
34302         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34303         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34304         (noinst_HEADERS): Add unicodeio.h.
34305         (all-local, install-exec-local, charset.alias): New targets.
34306
34307 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34308
34309         * lib/quotearg.c (ALERT_CHAR): New macro.
34310         (quotearg_buffer_restyled): Use it.
34311
34312 2000-02-27  Jim Meyering  <meyering@lucent.com>
34313
34314         * m4/check-decl.m4: Add getenv to the list.
34315
34316 2000-02-27  Jim Meyering  <meyering@lucent.com>
34317
34318         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34319         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34320
34321         * lib/backupfile.c: Guard inclusion of stdlib.h with
34322         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34323         Declare malloc if needed.
34324
34325         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34326         `#ifndef HAVE_DECL..'
34327         now that autoconf always defines the HAVE_DECL_ symbols.
34328         * lib/human.c: Likewise.
34329         * lib/same.c: Likewise.
34330         * lib/strtoumax.c: Likewise.
34331
34332         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34333         declaration check was not run.
34334         * lib/hash.c: Likewise.
34335         * lib/human.c: Likewise.
34336         * lib/same.c: Likewise.
34337         * lib/strtoumax.c: Likewise.
34338
34339         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34340         `.', then first look up the entire `.'-containing string as a login
34341         name.
34342
34343 2000-02-23  Jim Meyering  <meyering@lucent.com>
34344
34345         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34346         in place of my hack.
34347
34348 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34349
34350         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34351         (textint): New typedef.
34352         (parser_control): Member year changed from int to textint.
34353         All uses changed.
34354         (YYSTYPE): Removed; replaced by %union with int and textint members.
34355         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34356         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34357         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34358         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34359         (date, number, to_year): Use width of number in digits, not its value,
34360         to determine whether it's a 2-digit year, or a 2-digit time.
34361         (yylex): Store number of digits of numeric tokens.
34362         Reported by John Kendall.
34363
34364         (parser_control): Changed from struct parser_control to typedef (for
34365         consistency).  All uses changed.
34366
34367         (tID): Removed; not used.
34368         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34369
34370 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34371
34372         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34373         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34374
34375 2000-02-12  Jim Meyering  <meyering@lucent.com>
34376
34377         * lib/userspec.c (ISDIGIT): Define it.
34378         (isdigit): Remove definition.
34379         (is_number): Use ISDIGIT, not isdigit.
34380         <libintl.h>: Include.
34381         (_ and N_): Define.
34382         (parse_user_spec): Mark translatable strings.
34383
34384 2000-02-10  Jim Meyering  <meyering@lucent.com>
34385
34386         With these changes, nanosleep.[ch] are finally enough like the other
34387         lib/* replacement files to compile on a few more losing systems.
34388
34389         * lib/nanosleep.h: Don't include config.h.
34390         Remove prototype from declaration of nanosleep.
34391         (PARAMS): Remove now-unneeded definition.
34392         * lib/nanosleep.c: #undef nanosleep.
34393         (rpl_nanosleep): Rename from nanosleep.
34394
34395 2000-02-10  Jim Meyering  <meyering@lucent.com>
34396
34397         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34398         gnu_nanosleep to rpl_nanosleep.
34399
34400 2000-02-09  Jim Meyering  <meyering@lucent.com>
34401
34402         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34403         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34404
34405 2000-02-08  Akim Demaille  <akim@epita.fr>
34406
34407         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34408         `[' and `]' and remove uses of `changequote'.
34409         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34410         (AC_SYS_LARGEFILE): Likewise.
34411         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34412         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34413         of changequote.
34414         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34415         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34416         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34417         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34418
34419 2000-02-05  Jim Meyering  <meyering@lucent.com>
34420
34421         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34422         Remove explicit use of AC_HEADER_TIME.  It is required by
34423         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34424         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34425         in autoconf whereby the expansion of the latter ended up preceding
34426         the expansion of its prerequisite, AC_HEADER_TIME.
34427         Reported by Volker Borchert.
34428
34429 2000-02-03  Jim Meyering  <meyering@lucent.com>
34430
34431         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34432
34433 2000-02-03  Jim Meyering  <meyering@lucent.com>
34434
34435         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34436         rather than with `#if HAVE_UTMPNAME'.
34437
34438 2000-02-02  Jim Meyering  <meyering@lucent.com>
34439
34440         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34441         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34442         Reported by Eli Zaretskii.
34443
34444 2000-02-01  Jim Meyering  <meyering@lucent.com>
34445
34446         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34447
34448 2000-01-31  Jim Meyering  <meyering@lucent.com>
34449
34450         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34451         functions.  Add the time.h and sys/time.h headers along with the
34452         AC_REQUIRE'ment of AC_HEADER_TIME.
34453
34454 2000-01-31  Jim Meyering  <meyering@lucent.com>
34455
34456         * lib/nanosleep.h (nanosleep): Guard declaration with
34457         `#if ! HAVE_DECL_NANOSLEEP'.
34458         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34459         the declaration in that vendor's sys/timers.h.
34460         Reported by Christian Krackowizer.
34461
34462         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34463         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34464         (ISPRINT): Likewise.
34465         Reported by Tom Tromey.
34466
34467 2000-01-30  Jim Meyering  <meyering@lucent.com>
34468
34469         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34470
34471         * m4/prereq.m4 (utmp_includes): Define.
34472         Check for ut_user and ut_name members in both struct utmpx
34473         and struct utmp.
34474
34475 2000-01-30  Jim Meyering  <meyering@lucent.com>
34476
34477         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34478         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34479         header files where only utmpx.ut_user is declared.
34480
34481         * lib/readutmp.h (UT_USER): Define.
34482
34483 2000-01-29  Jim Meyering  <meyering@lucent.com>
34484
34485         * m4/lib-check.m4: New file containing library-related checks from
34486         fileutils and sh-utils (textutils had none).
34487
34488 2000-01-28  Jim Meyering  <meyering@lucent.com>
34489
34490         * m4/perl.m4: Change format of warning message to look more like that
34491         from the missing script.  Suggestion from François Pinard.
34492
34493 2000-01-25  Jim Meyering  <meyering@lucent.com>
34494
34495         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34496         well as time.h in the compile check.
34497         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34498         Fix typo in cross-compiling case: s/yes/no/.
34499
34500 2000-01-23  Jim Meyering  <meyering@lucent.com>
34501
34502         * m4/jm-macros.m4: Move df-related tests here from
34503         fileutils/configure.in
34504
34505         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34506         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34507
34508         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34509         s/space/ac_fsusage_space/.
34510         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34511
34512         * m4/ftruncate.m4: New file (derived from part of
34513         fileutils/configure.in).
34514         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34515         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34516
34517         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34518         AC_SUBST these here, rather than just in sh-util/configure.in, so
34519         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34520         all the same.
34521         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34522         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34523         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34524         (AC_SUBST(POW_LIBM)): Likewise.
34525         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34526
34527 2000-01-23  Jim Meyering  <meyering@lucent.com>
34528
34529         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34530         obstack.c.
34531
34532 2000-01-22  Jim Meyering  <meyering@lucent.com>
34533
34534         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34535
34536         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34537
34538         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34539         configure.in
34540         (AC_CHECK_HEADERS): Likewise for sh-utils.
34541         (AC_CHECK_HEADERS): Likewise for textutils.
34542         Merge the three lists of headers.
34543
34544         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34545         from fileutils' configure.in.
34546
34547         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34548         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34549         check-decl.m4.
34550
34551         * m4/check-decl.m4: Use #if rather than #ifdef.
34552         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34553         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34554         (_jm_DECL_HEADERS): Define new function.
34555         (jm_CHECK_DECLARATIONS): Require it.
34556
34557 2000-01-22  Jim Meyering  <meyering@lucent.com>
34558
34559         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34560         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34561         Required for some AIX systems.  Reported by Christian Krackowizer.
34562         [TESTING] (main): New function.
34563
34564         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34565         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34566         letters.
34567
34568         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34569         iswprint.
34570
34571         * lib/strverscmp.c (ISDIGIT): Define.
34572         (strverscmp): Use ISDIGIT, not isdigit.
34573
34574 2000-01-19  Jim Meyering  <meyering@lucent.com>
34575
34576         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34577         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34578         defines `struct timespec' in <sys/time.h>
34579
34580         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34581         Thanks to Akim for explaining.
34582
34583 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34584
34585         * lib/nanosleep.c (nanosleep):
34586         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34587         POSIX.1 doesn't require SA_INTERRUPT and some systems
34588         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34589         it's been part of POSIX.1 since day 1 (in 1988).
34590
34591 2000-01-17  Jim Meyering  <meyering@lucent.com>
34592
34593         * lib/interlock: Remove unused file.  Reported by François Pinard.
34594
34595 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34596
34597         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34598         alert, backslash, formfeed, and vertical tab unnecessarily in
34599         shell quoting style.
34600
34601 2000-01-16  Jim Meyering  <meyering@lucent.com>
34602
34603         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34604         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34605         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34606         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34607
34608 2000-01-16  Jim Meyering  <meyering@lucent.com>
34609
34610         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34611         because the latter didn't work.
34612
34613 2000-01-15  Jim Meyering  <meyering@lucent.com>
34614
34615         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34616         (AC_REPLACE_FUNCS): Add memcpy and memset.
34617         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34618         Add strpbrk.
34619         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34620
34621 2000-01-12  Jim Meyering  <meyering@lucent.com>
34622
34623         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34624         (jm_PREREQ): Use it.
34625         (jm_PREREQ_READUTMP): New macro.
34626         (jm_PREREQ): Use it.
34627
34628 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34629
34630         Quote multibyte characters correctly.
34631         * m4/c-bs-a.m4: New file.
34632         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34633         (jm_PREREQ): Use it.
34634
34635 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34636
34637         * m4/uintmax_t.m4: Port to autoconf 2.13.
34638
34639 2000-01-08  Jim Meyering  <meyering@ascend.com>
34640
34641         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34642         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34643
34644 2000-01-04  Jim Meyering  <meyering@ascend.com>
34645
34646         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34647         jm_STRUCT_DIRENT_D_TYPE.
34648         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34649         jm_STRUCT_DIRENT_D_INO.
34650         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34651         jm_STRUCT_UTIMBUF.
34652         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34653         renamings.
34654         * m4/utime.m4: Likewise.
34655
34656         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34657         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34658
34659 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34660
34661         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34662         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34663
34664 2000-01-02  Jim Meyering  <meyering@ascend.com>
34665
34666         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34667         remember if this is necessary.
34668
34669 1999-12-26  Jim Meyering  <meyering@ascend.com>
34670
34671         * m4/jm-macros.m4: Use it here.
34672         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34673
34674 1999-12-23  Jim Meyering  <meyering@ascend.com>
34675
34676         * m4/jm-macros.m4: Check for clock_gettime (moved from
34677         fileutils/configure.in)
34678         Check for gettimeofday.
34679
34680 1999-12-20  Jim Meyering  <meyering@ascend.com>
34681
34682         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34683         autoconf-2.14a-1999-12-20.
34684
34685 1999-12-19  Jim Meyering  <meyering@ascend.com>
34686
34687         * m4/lstat-slash.m4: New file.
34688         * m4/jm-macros.m4: Use the new macro:
34689         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34690
34691 1999-12-07  Jim Meyering  <meyering@ascend.com>
34692
34693         * m4/perl.m4: Require that File::Compare be available, too.
34694         Too many systems seem to lack it.
34695
34696         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34697         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34698
34699 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34700
34701         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34702         problem with the QNX 4.25 shell, which doesn't propagate exit
34703         status of failed commands inside shell assignments.
34704
34705 1999-11-17  Jim Meyering  <meyering@ascend.com>
34706
34707         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34708
34709 1999-11-07  Jim Meyering  <meyering@ascend.com>
34710
34711         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34712
34713 1999-11-06  Jim Meyering  <meyering@ascend.com>
34714
34715         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34716         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34717
34718 1999-11-05  Jim Meyering  <meyering@ascend.com>
34719
34720         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34721         configure.in of textutils, fileutils, and sh-utils into this one
34722         (shared between those packages) file.
34723         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34724         AC_STRUCT_ST_BLKSIZE.
34725
34726 1999-11-03  Jim Meyering  <meyering@ascend.com>
34727
34728         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34729         of AC_CHECK_TYPE checks includes unistd.h.
34730         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34731         Suggestion from Akim Demaille.
34732
34733 1999-10-30  Jim Meyering  <meyering@ascend.com>
34734
34735         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34736         m4-quoted string.
34737         * m4/ls-mntd-fs.m4: Likewise.
34738         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34739         * m4/jm-winsz1.m4: Likewise.
34740
34741         * m4/const.m4: Remove file, since the fix made it into the experimental
34742         version of autoconf.
34743         * m4/mktime.m4: Likewise.
34744
34745         * m4/check-type.m4: Remove file, now that the latest version of
34746         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34747
34748         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34749         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34750         AC_CHECK_TYPE.
34751
34752 1999-10-04  Jim Meyering  <meyering@ascend.com>
34753
34754         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34755
34756 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34757
34758         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34759         2.95.1 bug with HP-UX 10.20.
34760
34761 1999-09-17  Jim Meyering  <meyering@ascend.com>
34762
34763         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34764         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34765         due to missing strdup (against sh-utils-2.0).
34766
34767 1999-08-29  Jim Meyering  <meyering@ascend.com>
34768
34769         * m4/jm-macros.m4: Require jm_BISON.
34770         * m4/bison.m4: New file.
34771
34772 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34773
34774         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34775         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34776
34777 1999-08-05  Jim Meyering  <meyering@ascend.com>
34778
34779         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34780         to avoid conflicts with `conftest' on 8+3 filesystems.
34781         Suggestion from Eli Zaretskii.
34782
34783 1999-08-04  Jim Meyering  <meyering@ascend.com>
34784
34785         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34786         fileutils and sh-utils (textutils's getline test was inadequate).
34787         (AM_FUNC_GETLINE): Run this test.
34788         (AC_CHECK_FUNCS): Check for getdelim.
34789         Reported by Bob Proulx.
34790
34791 1999-08-02  Jim Meyering  <meyering@ascend.com>
34792
34793         * m4/jm-macros.m4: Add a comment.
34794
34795 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34796
34797         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34798         <inttypes.h> defines strtoumax as a macro (and not as a
34799         function).
34800
34801 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34802
34803         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34804         that we can shift, multiply and divide unsigned long long
34805         values; Ultrix cc can't do it.
34806
34807 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34808
34809         * m4/mktime.m4: New file, which is a preview of what should appear
34810         in the next public autoconf release.
34811
34812 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34813
34814         * m4/lfs.m4: Remove this file.
34815         * m4/largefile.m4: New file.  It contains the old contents of
34816         lfs.m4, except that all names with prefix AC_LFS have been
34817         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34818         compatible with future autoconf versions.  Also, some minor m4
34819         quoting problems have been fixed.
34820
34821 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34822
34823         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34824         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34825         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34826         and simplify the shell code.
34827
34828 1999-08-01  Jim Meyering  <meyering@ascend.com>
34829
34830         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34831         m4.
34832
34833 1999-07-20  Jim Meyering  <meyering@ascend.com>
34834
34835         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34836
34837 1999-07-15  Jim Meyering  <meyering@ascend.com>
34838
34839         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34840
34841 1999-05-22  Jim Meyering  <meyering@ascend.com>
34842
34843         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34844
34845 1999-05-20  Jim Meyering  <meyering@ascend.com>
34846
34847         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34848         Add a colon after each `then' in case $4 is empty.
34849
34850 1999-05-16  Jim Meyering  <meyering@ascend.com>
34851
34852         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34853
34854 1999-05-10  Jim Meyering  <meyering@ascend.com>
34855
34856         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34857
34858         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34859         AC_FUNC_MKTIME.
34860
34861 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34862
34863         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34864
34865 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34866
34867         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34868         not CPPFLAGS, so that linking works correctly in IRIX.
34869
34870 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34871
34872         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34873
34874 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34875
34876         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34877         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34878         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34879         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34880         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34881
34882         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34883
34884 1999-04-20  Jim Meyering  <meyering@ascend.com>
34885
34886         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34887         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34888         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34889
34890 1999-04-18  Jim Meyering  <meyering@ascend.com>
34891
34892         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34893         * m4/jm-macros.m4: Use it.
34894
34895 1999-04-06  Jim Meyering  <meyering@ascend.com>
34896
34897         * m4/strftime.m4: Remove test for %f.
34898
34899 1999-03-29  Jim Meyering  <meyering@ascend.com>
34900
34901         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34902         superset of the AC_TYPE_* checks in the textutils, fileutils,
34903         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34904         AC_TYPE_PID_T.
34905
34906 1999-03-28  Jim Meyering  <meyering@ascend.com>
34907
34908         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34909         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34910         replaced e.g., in the *.sh files of the sh-utils.
34911
34912 1999-03-20  Jim Meyering  <meyering@ascend.com>
34913
34914         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34915         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34916         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34917
34918 1999-03-19  Jim Meyering  <meyering@ascend.com>
34919
34920         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34921
34922 1999-03-12  Jim Meyering  <meyering@ascend.com>
34923
34924         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34925
34926 1999-03-07  Jim Meyering  <meyering@ascend.com>
34927
34928         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34929         declared.
34930
34931 1999-02-17  Jim Meyering  <meyering@ascend.com>
34932
34933         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34934         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34935
34936 1999-02-07  Jim Meyering  <meyering@ascend.com>
34937
34938         * m4/group-member.m4: New file -- extracted from sh-utils'
34939         configure.in.
34940
34941         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34942         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34943
34944 1999-02-06  Jim Meyering  <meyering@ascend.com>
34945
34946         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34947         * m4/fnmatch.m4: Likewise.
34948         * m4/getgroups.m4: Likewise.
34949         * m4/lstat.m4: Likewise.
34950         * m4/malloc.m4: Likewise.
34951         * m4/putenv.m4: Likewise.
34952         * m4/realloc.m4: Likewise.
34953         * m4/regex.m4: Likewise.
34954         * m4/stat.m4: Likewise.
34955         * m4/strftime.m4: Likewise.
34956         Suggestion from Alain Magloire.
34957
34958         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34959         * m4/fnmatch.m4: Likewise.
34960         * m4/getgroups.m4: Likewise.
34961         * m4/getline.m4: Likewise.
34962         * m4/lstat.m4: Likewise.
34963         * m4/malloc.m4: Likewise.
34964         * m4/memcmp.m4: Likewise.
34965         * m4/putenv.m4: Likewise.
34966         * m4/realloc.m4: Likewise.
34967         * m4/regex.m4: Likewise.
34968         * m4/stat.m4: Likewise.
34969         * m4/strftime.m4: Likewise.
34970         Suggestion from Alain Magloire.
34971
34972         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34973         an argument.
34974
34975         * m4/regex.m4: Add a run-time Test for proper operation of
34976         re_compile_pattern.
34977
34978 1999-01-31  Jim Meyering  <meyering@ascend.com>
34979
34980         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34981
34982 1999-01-30  Jim Meyering  <meyering@ascend.com>
34983
34984         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34985
34986         * m4/jm-mktime.m4: Make this a wrapper around the official
34987         AM_FUNC_MKTIME rather than my private copy, now that the official one
34988         is up to date.
34989         * m4/mktime.m4: Remove file.
34990
34991         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34992         * m4/uptime.m4: Likewise.
34993         * m4/uintmax_t.m4: Likewise.
34994
34995 1999-01-28  Jim Meyering  <meyering@ascend.com>
34996
34997         * m4/jm-macros.m4: Use jm_AFS.
34998         * m4/afs.m4: New file (from fileutils' configure.in).
34999
35000         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
35001         * m4/chown.m4: Likewise.
35002         * m4/d-ino.m4: Likewise.
35003         * m4/d-type.m4: Likewise.
35004         * m4/fnmatch.m4: Likewise.
35005         * m4/getgroups.m4: Likewise.
35006         * m4/gettext.m4: Likewise.
35007         * m4/jm-mktime.m4: Likewise.
35008         * m4/jm-winsz2.m4: Likewise.
35009         * m4/lcmessage.m4: Likewise.
35010         * m4/ls-mntd-fs.m4: Likewise.
35011         * m4/malloc.m4: Likewise.
35012         * m4/memcmp.m4: Likewise.
35013         * m4/putenv.m4: Likewise.
35014         * m4/realloc.m4: Likewise.
35015         * m4/st_mtim.m4: Likewise.
35016         * m4/strftime.m4: Likewise.
35017
35018 1999-01-16  Jim Meyering  <meyering@ascend.com>
35019
35020         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
35021         (ARGMATCH_DIE_DECL): Define.
35022
35023 1999-01-12  Jim Meyering  <meyering@ascend.com>
35024
35025         * m4/Makefile.am.in: Rewrite to avoid using fmt.
35026         Reported by Lars Hecking.
35027
35028 1999-01-10  Jim Meyering  <meyering@ascend.com>
35029
35030         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
35031         gross kludge.
35032         * m4/inttypes_h.m4: Likewise.
35033         * m4/lstat.m4: Likewise.
35034         * m4/malloc.m4: Likewise.
35035         * m4/readdir.m4: Likewise.
35036         * m4/realloc.m4: Likewise.
35037         * m4/st_dm_mode.m4: Likewise.
35038         * m4/stat.m4: Likewise.
35039         * m4/utimbuf.m4: Likewise.
35040         * m4/utimes.m4: Likewise.
35041
35042         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
35043         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
35044         comments in config.h.in are meaningful.
35045
35046         * m4/jm-macros.m4: Require autoconf-2.13 here.
35047
35048         * m4/regex.m4: By default, don't use the included regex.c on systems
35049         with glibc 2.  Suggestion from Uli Drepper.
35050
35051 1999-01-02  Jim Meyering  <meyering@ascend.com>
35052
35053         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
35054
35055 1998-12-18  Jim Meyering  <meyering@ascend.com>
35056
35057         * m4/Makefile.am.in (Makefile.am): Simplify rule.
35058         Based on a suggestion from Lars Hecking.
35059
35060 1998-11-16  Paul Eggert  <eggert@twinsun.com>
35061
35062         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
35063
35064 1998-11-16  Jim Meyering  <meyering@ascend.com>
35065
35066         * m4/lfs.m4: Double-quote the `uname...` expression.
35067
35068 1998-11-14  Jim Meyering  <meyering@ascend.com>
35069
35070         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
35071         * m4/stat.m4: Likewise.
35072
35073 1998-11-03  Jim Meyering  <meyering@ascend.com>
35074
35075         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
35076         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
35077
35078 1998-10-18  Jim Meyering  <meyering@ascend.com>
35079
35080         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
35081
35082 1998-10-17  Jim Meyering  <meyering@ascend.com>
35083
35084         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
35085         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
35086         calls for those previously hard-coded headers.  Instead, take a new
35087         parameter.
35088         (jm_CHECK_DECLARATIONS): Reflect interface change.
35089         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
35090         (jm_CHECK_DECL_LOCALTIME_R): New macro.
35091
35092         * m4/mktime.m4: Test for spring-forward gap before long-running test.
35093
35094 1998-10-14  Jim Meyering  <meyering@ascend.com>
35095
35096         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
35097         instead of "TZ=America/Vancouver".  From Paul Eggert.
35098
35099 1998-10-11  Jim Meyering  <meyering@ascend.com>
35100
35101         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
35102         This adds a test for a recently added compatibility fix for mktime.c.
35103         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
35104
35105 1998-09-27  Jim Meyering  <meyering@ascend.com>
35106
35107         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
35108
35109         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
35110         ../configure.in, including a change from Gordon Matzigkeit to allow
35111         cross-compiling for the Hurd.
35112
35113         * m4/glibc.m4: New file/macro to test for the GNU C Library
35114         versions 1 and 2.  From Gordon Matzigkeit.
35115         Indent.
35116
35117 1998-09-21  Jim Meyering  <meyering@ascend.com>
35118
35119         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
35120
35121 1998-08-18  Paul Eggert  <eggert@twinsun.com>
35122
35123         Port nanosecond-resolution times to UnixWare 2.1.2 and
35124         pedantic Solaris 2.6.
35125
35126         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
35127         AC_STRUCT_ST_MTIM.
35128         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
35129         Generate name of ns member, instead of just 1 or undef.
35130         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
35131
35132 1998-08-15  Jim Meyering  <meyering@ascend.com>
35133
35134         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
35135         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
35136         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
35137         instead of jm_TYPE_SSIZE_T.
35138
35139 1998-08-12  Jim Meyering  <meyering@ascend.com>
35140
35141         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
35142
35143 1998-08-02  Jim Meyering  <meyering@ascend.com>
35144
35145         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
35146         in acconfig.h manually.
35147
35148 1998-07-31  Paul Eggert  <eggert@twinsun.com>
35149
35150         * m4/st_mtim.m4: New file.
35151
35152 1998-07-28  Jim Meyering  <meyering@ascend.com>
35153
35154         * m4/utimes.m4: Undef stat.
35155
35156 1998-07-25  Jim Meyering  <meyering@ascend.com>
35157
35158         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
35159         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
35160
35161 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
35162
35163         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
35164         uid and gid actually remain unchanged.
35165
35166 1998-07-07  Jim Meyering  <meyering@ascend.com>
35167
35168         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
35169
35170 1998-07-04  Jim Meyering  <meyering@ascend.com>
35171
35172         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35173         to prove that this macro can be used in packages without regex.c.
35174
35175 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35176
35177         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
35178         is to be used.
35179
35180 1998-07-03  Jim Meyering  <meyering@ascend.com>
35181
35182         * m4/gettext.m4: Add -lintl if it's found to be necessary.
35183
35184         * m4/gettext.m4: New file -- from gettext-0.10.35.
35185         * m4/lcmessage.m4: Likewise.
35186         * m4/progtest.m4: Likewise.
35187
35188         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
35189         * m4/jm-macros.m4: Require the new macro.
35190
35191 1998-06-29  Jim Meyering  <meyering@ascend.com>
35192
35193         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
35194         for the definition of NGROUPS (used in a system header included
35195         by sys/mount.h).
35196
35197 1998-06-28  Jim Meyering  <meyering@ascend.com>
35198
35199         * m4/ls-mntd-fs.m4: New file.
35200         * m4/fstypename.m4: New file.
35201
35202         * m4/jm-macros.m4: Require the new macro.
35203         * m4/jm-glibc-io.m4: New file.
35204
35205 1998-05-19  Jim Meyering  <meyering@ascend.com>
35206
35207         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35208         * m4/lchown.m4: New file.
35209
35210         * m4/Makefile.am.in: New file.
35211         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35212
35213 1998-05-14  Jim Meyering  <meyering@ascend.com>
35214
35215         * m4/Makefile.am (EXTRA_DIST): Add them.
35216         * m4/jm-macros.m4: New file.
35217         * m4/utimbuf.m4: New file.
35218
35219 1998-05-12  Jim Meyering  <meyering@ascend.com>
35220
35221         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35222
35223 1998-05-11  Jim Meyering  <meyering@ascend.com>
35224
35225         * m4/isc-posix.m4: New file.
35226
35227 1998-05-10  Jim Meyering  <meyering@ascend.com>
35228
35229         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35230
35231 1998-05-09  Jim Meyering  <meyering@ascend.com>
35232
35233         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35234         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35235         with automake.
35236
35237         * m4/ssize_t.m4: New file.
35238         * m4/mktime.m4: Remove file -- the new automake has this now.
35239
35240 1998-04-26  Jim Meyering  <meyering@ascend.com>
35241
35242         * m4/assert.m4: New file.
35243         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35244
35245 1998-04-05  Jim Meyering  <meyering@ascend.com>
35246
35247         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35248         (jm_PREREQ): Use it here.
35249
35250 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35251
35252         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35253         in acconfig.h.
35254
35255 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35256
35257         * m4/prereq.m4: New file.
35258         * m4/error.m4: New file.
35259         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35260
35261 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35262
35263         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35264         cache-check for the same variable -- that defeated the purpose of
35265         the test; the test program was never run.  This was a problem only
35266         on systems with losing getline functions -- HP-UX 10.20 is one.
35267         Reported by Bjorn Helgaas.
35268
35269 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35270
35271         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35272
35273 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35274
35275         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35276
35277         * m4/const.m4: New file.  Use an initializer in this declaration
35278         typedef int charset[2]; const charset x;
35279         Reported by Bob Glickstein.
35280
35281 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35282
35283         * m4/chown.m4: Fix reversed types on -1 args to chown.
35284         From Kaveh Ghazi.
35285
35286 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35287
35288         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35289         Add lseek and memchr.
35290
35291         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35292         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35293         have a 20-character limit on names.
35294
35295 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35296
35297         * m4/inttypes_h.m4: New file.
35298         * m4/uintmax_t.m4: New file.
35299         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35300
35301 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35302 Copying and distribution of this file, with or without modification,
35303 are permitted provided the copyright notice and this notice are preserved.