92ea8cbc44812f1b7a78bf6f4eac11c3fbde86d2
[gnulib.git] / ChangeLog
1 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Fix Tru64 problem with stdbool.h.
4         * lib/stdbool.in.h (false, true):
5         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
6         Don't declare as an enum in this situation; it runs afoul of Tru64.
7         Problem reported by Steven M. Schweda in
8         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
9
10 2007-10-22  Eric Blake  <ebb9@byu.net>
11
12         Also wrap vf?printf.
13         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
14         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
15         (xvprintf, xvfprintf): New functions.
16
17 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18
19         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
20         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
21
22         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
23         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
24
25 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26
27         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
28         by Bruno Haible.
29
30 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31
32         * lib/getloadavg.c
33         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
34         Undef `sys' after including sys/table.h, for Tru64 4.0D.
35
36         * tests/test-i-ring.c: Work for C89.
37
38 2007-10-22  Bruno Haible  <bruno@clisp.org>
39
40         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
41         -1u, in preprocessor expression, so that we don't test for the bug
42         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
43         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
44
45 2007-10-22  Eric Blake  <ebb9@byu.net>
46
47         * tests/test-yesno.sh: Silence stderr during test.
48
49 2007-10-22  Simon Josefsson  <simon@josefsson.org>
50
51         * modules/crypto/gc-camellia: New file.
52
53         * m4/gc-camellia.m4: New file.
54
55         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
56
57         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
58
59 2007-10-22  Simon Josefsson  <simon@josefsson.org>
60
61         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
62         --help to stdout.  Reported by sms@antinode.org (Steven
63         M. Schweda).
64
65 2007-10-22  Simon Josefsson  <simon@josefsson.org>
66
67         * users.txt: Fix link to libksba.
68
69 2007-10-21  Ben Pfaff  <blp@gnu.org>
70
71         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
72         round.c roundf implementation that depends on floorf and ceilf to
73         be tested unconditionally.
74
75 2007-10-21  Ben Pfaff  <blp@gnu.org>
76
77         * m4/check-libm-func.m4: Removed.
78         * m4/check-math-lib.m4: New file.
79         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
80         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
81         definition and lack of AC_LIBOBJ([roundf]).
82         * m4/roundl.m4: Ditto, and similarly for roundl.
83         * modules/round: Reference new m4 file.
84         * modules/roundf: Ditto.
85         * modules/roundl: Ditto.
86         * tests/test-round2.c (main): Use ROUND instead of round.
87         Bug report from Bruno Haible.
88
89 2007-10-21  Bruno Haible  <bruno@clisp.org>
90
91         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
92         context.
93
94 2007-10-21  Bruno Haible  <bruno@clisp.org>
95
96         * tests/test-wcwidth.c (main): Allow negative result for some control
97         characters.
98
99         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
100         Needed on OSF/1 5.1.
101
102 2007-10-21  Bruno Haible  <bruno@clisp.org>
103
104         * tests/test-floorf1.c: Include isnanf.h.
105         (main): Use isnanf() instead of isnan().
106         * tests/test-ceilf1.c: Include isnanf.h.
107         (main): Use isnanf() instead of isnan().
108         * tests/test-truncf1.c: Include isnanf.h.
109         (main): Use isnanf() instead of isnan().
110         * tests/test-roundf1.c: Include isnanf.h.
111         (main): Use isnanf() instead of isnan().
112
113 2007-10-21  Eric Blake  <ebb9@byu.net>
114
115         * users.txt: Update URL for m4.
116
117 2007-10-21  Bruno Haible  <bruno@clisp.org>
118
119         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
120
121 2007-10-21  Bruno Haible  <bruno@clisp.org>
122
123         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
124         Git's management files if the CVS files are not present.
125
126 2007-10-20  Bruno Haible  <bruno@clisp.org>
127
128         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
129         gcc-3.4.x.
130
131 2007-10-20  Ben Pfaff  <blp@gnu.org>
132
133         * lib/math.in.h: Declare round, roundf, roundl if we are providing
134         implementations.
135         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
136         * lib/round.c: New file.
137         * lib/roundf.c: New file.
138         * lib/roundl.c: New file.
139         * m4/round.m4: New file.
140         * m4/roundf.m4: New file.
141         * m4/roundl.m4: New file.
142         * m4/check-libm-func-m4: New file.
143         * modules/math: Replace round, roundf, roundl related @VARS@ in
144         math.in.h.
145         * modules/round: New file.
146         * modules/round-tests: New file.
147         * modules/roundf: New file.
148         * modules/roundf-tests: New file.
149         * modules/roundl: New file.
150         * modules/roundl-tests: New file.
151         * tests/test-round1.c: New file.
152         * tests/test-round2.c: New file.
153         * tests/test-roundf1.c: New file.
154         * tests/test-roundf2.c: New file.
155         * tests/test-roundl.c: New file.
156         * doc/functions/round.texi: Mention round module.
157         * doc/functions/roundf.texi: Mention roundf module.
158         * doc/functions/roundl.texi: Mention roundl module.
159         * MODULES.html.sh: Mention new modules.
160         Thanks to Bruno Haible for suggestions.
161
162 2007-10-20  Jim Meyering  <meyering@redhat.com>
163
164         * lib/xprintf.c: Include <config.h> unconditionally.
165
166         Change xprintf's license to GPL.
167         * modules/xprintf (License): s/LGPL/GPL/, since this module
168         depends on modules (exit and exitfail) which are GPL.
169         Suggestion from Bruno Haible.
170
171         xprintf fixes.
172         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
173         Use a clearer diagnostic.
174         Patch from Bruno Haible.
175
176 2007-10-20  Bruno Haible  <bruno@clisp.org>
177
178         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
179         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
180         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
181
182 2007-10-20  Bruno Haible  <bruno@clisp.org>
183
184         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
185         precision in the comparison result > x - 1 or similar.
186         * tests/test-ceilf2.c (correct_result_p): Likewise.
187         * tests/test-truncf2.c (correct_result_p): Likewise.
188         * tests/test-trunc2.c (correct_result_p): Likewise.
189         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
190
191 2007-10-20  Bruno Haible  <bruno@clisp.org>
192
193         * modules/ceil: New file.
194         * m4/ceil.m4: New file.
195         * doc/functions/ceil.texi: Mention the 'ceil' module.
196
197 2007-10-20  Bruno Haible  <bruno@clisp.org>
198
199         * modules/floor: New file.
200         * m4/floor.m4: New file.
201         * doc/functions/floor.texi: Mention the 'floor' module.
202
203 2007-10-20  Bruno Haible  <bruno@clisp.org>
204
205         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
206         of %a.
207         * modules/floorf-tests (Depends-on): Likewise.
208         * modules/truncf-tests (Depends-on): Likewise.
209         * modules/trunc-tests (Depends-on): Likewise.
210         Reported by Ben Pfaff.
211
212 2007-10-19  Jim Meyering  <meyering@redhat.com>
213
214         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
215         Don't bother testing specific errno values.  Just test ferror.
216
217         New module: xprintf
218         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
219
220 2007-10-19  Bruno Haible  <bruno@clisp.org>
221
222         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
223         syntax.
224         * modules/javaexec (Makefile.am): Likewise.
225         * modules/relocatable-prog (Makefile.am): Likewise.
226         Suggested by Jim Meyering.
227
228 2007-10-18  Bruno Haible  <bruno@clisp.org>
229
230         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
231         Reported by Jim Meyering.
232
233 2007-10-18  Eric Blake  <ebb9@byu.net>
234
235         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
236
237 2007-10-18  Bruno Haible  <bruno@clisp.org>
238
239         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
240         the format string into writable memory. Needed in Fortify conditions.
241
242 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
243             Bruno Haible  <bruno@clisp.org>
244
245         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
246         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
247         * modules/trim (Depends-on): Add mbchar.
248         (configure.ac): Add gl_FUNC_MBRTOWC.
249         (Makefile.am): Augment lib_SOURCES.
250
251 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
252
253         Modify glob.c to use fstatat and dirfd, to simplify it.
254         Suggested by Eric Blake.
255         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
256         Don't include <stdbool.h>; not used.
257         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
258         (link_exists_p): Simplify implementation, since we can now assume
259         dirfd and fstatat.
260         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
261
262 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
263
264         * gnulib-tool (func_get_dependencies): Fix sed script to
265         match only tests.
266
267 2007-10-17  Bruno Haible  <bruno@clisp.org>
268
269         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
270         allow locale names without encoding suffix.
271         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
272         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
273
274 2007-10-16  Bruno Haible  <bruno@clisp.org>
275
276         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
277         * lib/getgroups.c (getgroups): Likewise.
278         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
279
280 2007-10-16  Bruno Haible  <bruno@clisp.org>
281
282         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
283         * modules/malloc-posix (License): Likewise.
284         * modules/realloc-posix (License): Likewise.
285         * modules/calloc-posix (License): Likewise.
286         * modules/intprops (License): Change from GPL to LGPL, with
287         Paul Eggert's approval.
288
289 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
290
291         Merge glibc changes into lib/glob.c.
292
293         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
294         2007-10-15 04:59:03 UTC.  Here are the changes:
295
296         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
297
298         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
299
300         * lib/glob.c: Add some branch prediction throughout.
301
302         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
303
304         [BZ #5103]
305         * lib/glob.c (glob): Recognize patterns starting \/.
306
307         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
308
309         [BZ #3996]
310         * lib/glob.c (attribute_hidden): Define if not defined.
311         (glob): Unescape dirname, filename or username when needed and not
312         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
313         is NULL.  Handle unescaped [ in pattern without closing ].
314         Don't pass GLOB_CHECK down to recursive glob for directories.
315         (__glob_pattern_type): New function.
316         (__glob_pattern_p): Implement using __glob_pattern_type.
317         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
318         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
319         Remove unreachable code.
320
321         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
322
323         * lib/glob.c (glob_in_dir): Add some comments and asserts to
324         explain why there are no leaks.
325
326         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
327
328         [BZ #3253]
329         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
330         time, rather allocate increasingly bigger arrays of pointers, if
331         possible with alloca, if too large with malloc.
332
333 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
334
335         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
336         Problem reported by H.Merijn Brand in
337         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
338         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
339         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
340
341 2007-10-15  Bruno Haible  <bruno@clisp.org>
342
343         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
344         with explicit rpl_ prefix.
345         * lib/fopen.c (fopen): Likewise.
346         * lib/freopen.c (freopen): Likewise.
347         * lib/iconv.c (iconv): Likewise.
348         * lib/iconv_close.c (iconv_close): Likewise.
349
350 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
351
352         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
353
354 2007-10-15  Bruno Haible  <bruno@clisp.org>
355
356         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
357         <stddef.h> instead of <stdlib.h> since we only need NULL.
358         Reported by Ben Pfaff <blp@cs.stanford.edu>.
359
360 2007-10-15  Bruno Haible  <bruno@clisp.org>
361
362         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
363         Replace paragraph talking about LIBOBJS.
364         Reported by Colin Watson <cjwatson@debian.org>.
365
366 2007-10-15  Bruno Haible  <bruno@clisp.org>
367
368         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
369         <stdlib.h> before using NULL.
370
371 2007-10-15  Simon Josefsson  <simon@josefsson.org>
372
373         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
374         Reported by Albert Chin <china@thewrittenword.com>.
375
376 2007-10-14  Bruno Haible  <bruno@clisp.org>
377
378         * modules/iconv_open-utf-tests: New file.
379         * tests/test-iconv-utf.c: New file.
380
381         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
382         * modules/iconv_open-utf: New file.
383         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
384         (iconv, iconv_close): New declarations.
385         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
386         be defined.
387         (iconv_open): Add special handling of conversion between UTF-8 and
388         UTF-{16,32}{BE,LE}.
389         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
390         * lib/iconv_close.c: New file.
391         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
392         gl_FUNC_ICONV_OPEN.
393         (gl_FUNC_ICONV_OPEN): Use it.
394         (gl_FUNC_ICONV_OPEN_UTF): New macro.
395         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
396         and REPLACE_ICONV_UTF.
397         * modules/iconv_open (Depends-on): Add c-strcase.
398         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
399         ICONV_CONST.
400         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
401
402 2007-10-13  Albert Chin  <china@thewrittenword.com>
403             Bruno Haible  <bruno@clisp.org>
404
405         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
406         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
407
408 2007-10-13  Bruno Haible  <bruno@clisp.org>
409
410         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
411         defined, use the ISO C99 inline semantics.
412         * lib/argp.h (ARGP_EI): Likewise.
413
414 2007-10-13  Bruno Haible  <bruno@clisp.org>
415
416         Handle 'inline' change in gcc 4.3.0.
417         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
418         argp_fmtstream_write, argp_fmtstream_set_lmargin,
419         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
420         argp_fmtstream_point): Disable 'extern' declaration if the function
421         definition is going to be provided inline.
422         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
423         semantics, not the ISO C99 inline semantics.
424         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
425         'extern' declaration if the function definition is going to be provided
426         inline.
427         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
428         the GNU C inline semantics, not the ISO C99 inline semantics. With
429         GCC 4.2, avoid a warning.
430
431 2007-10-13  Bruno Haible  <bruno@clisp.org>
432
433         * lib/freading.h (freading): Enable the use of __freading for
434         glibc >= 2.7.
435         * lib/freading.c (freading): Likewise.
436
437 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
438
439         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
440         "warning: C99 inline functions are not supported; using GNU89".
441
442 2007-10-12  Bruno Haible  <bruno@clisp.org>
443
444         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
445         of 2.
446         * tests/test-ceilf2.c: New file.
447         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
448
449         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
450         * modules/ceilf-tests: Update.
451
452 2007-10-12  Bruno Haible  <bruno@clisp.org>
453
454         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
455         of 2.
456         * tests/test-floorf2.c: New file.
457         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
458
459         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
460         * modules/floorf-tests: Update.
461
462 2007-10-12  Bruno Haible  <bruno@clisp.org>
463
464         * tests/test-trunc2.c: New file.
465         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
466
467         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
468         * modules/trunc-tests: Update.
469
470 2007-10-12  Bruno Haible  <bruno@clisp.org>
471
472         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
473         of 2.
474         * tests/test-truncf2.c: New file.
475         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
476
477         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
478         * modules/truncf-tests: Update.
479
480 2007-10-11  Eric Blake  <ebb9@byu.net>
481
482         Don't claim strerror is broken on Interix.
483         * doc/functions/strerror.texi (strerror): Known broken systems are
484         now Solaris 8, and not Interix.
485         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
486         Interix on cross-compile.
487         Reported by Martin Koeppe in
488         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
489
490 2007-10-11  Bruno Haible  <bruno@clisp.org>
491
492         * modules/i-ring-tests: New file.
493         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
494         instead of assert.
495
496 2007-10-11  Bruno Haible  <bruno@clisp.org>
497
498         * modules/filenamecat-tests: New file.
499         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
500         * lib/filenamecat.c: Remove test code.
501
502 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
503
504         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
505
506         * lib/strerror.c: Include <string.h> always, to test interface,
507         and to remove the need for the dummy.
508         Include intprops.h to compute width instead of doing it ourselves
509         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
510         (strerror): Define it to return NULL if there's no system strerror.
511         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
512         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
513         ancient pre-strerror Unix systems well any more.  Saying "unknown
514         system error" is enough.
515         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
516         simpler strerror.c implementation.
517         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
518         Simplify the tests to reflect the simpler strerror implementation.
519         * modules/strerror (Depends-on): Add intprops.
520
521 2007-10-09  Eric Blake  <ebb9@byu.net>
522
523         Silence test-fpending.
524         * modules/fpending-tests (Files): Add wrapper script.
525         * tests/test-fpending.sh: New file.
526
527 2007-10-09  Bruno Haible  <bruno@clisp.org>
528
529         * MODULES.html.sh (func_module): Don't create a hyperlink for
530         function names like 'printf_frexp'.
531         (Misc): Add crc, memxor.
532         (Characteristics of floating types): New section.
533         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
534         isnanf-nolibm, signbit, trunc, truncf, truncl.
535         (Enhancements for ISO C 99 functions): New subsection Input/output.
536         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
537         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
538         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
539         (Compatibility checks for POSIX:2001 functions): Add clock-time.
540         (Enhancements for POSIX:2001 functions): Add chdir-long.
541         (File system functions): Add areadlink, chdir-safer, read-file.
542         Remove cycle-check.
543         (File system as inode set): New section.
544         (Date and time): Add gethrxtime.
545         (Multithreading): Add openmp.
546         (Internationalization functions): Add localename.
547         (Unicode string functions): Add unistr/u*-mbsnlen.
548         (Support for maintaining and releasing projects): Add git-version-gen.
549         (Lone files): Remove directories.
550
551 2007-10-08  Ben Pfaff  <blp@gnu.org>
552
553         * lib/xmalloca.h: Fix typo in comment.
554
555 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
556
557         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
558         when avoiding problems with integer overflow.  Use a portable test
559         instead.
560
561 2007-10-08  Simon Josefsson  <simon@josefsson.org>
562
563         * modules/dummy (License): Change to LGPLv2+.
564         * modules/float (License): Likewise
565         * modules/realloc (License): Likewise
566         * modules/stdlib (License): Likewise
567
568 2007-10-07  Bruno Haible  <bruno@clisp.org>
569
570         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
571         * floor.c (TWO_MANT_DIG): Likewise.
572         * ceil.c (TWO_MANT_DIG): Likewise.
573         Reported by Ben Pfaff.
574
575 2007-10-07  Bruno Haible  <bruno@clisp.org>
576
577         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
578         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
579         * lib/frexp.c (FUNC): Likewise.
580         * lib/printf-frexp.h (printf_frexp): Likewise.
581         * lib/printf-frexpl.h (printf_frexpl): Likewise.
582         * lib/printf-frexp.c (FUNC): Likewise.
583         Suggested by Jim Meyering.
584
585 2007-10-07  Jim Meyering  <meyering@redhat.com>
586
587         Make xnanosleep's integer overflow test more robust.
588         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
589         so that gcc-4.3.0 doesn't optimize away this test for overflow.
590
591 2007-10-07  Bruno Haible  <bruno@clisp.org>
592
593         * NEWS: Mention the license change.
594
595         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
596         abbreviations in the modules files.
597
598         Change copyright notice from GPLv2+ to GPLv3+.
599         * README: Change copyright notice.
600         * MODULES.html.sh: Likewise.
601         * build-aux/bootstrap.conf: Likewise.
602         * build-aux/config.libpath: Likewise.
603         * build-aux/csharpcomp.sh.in: Likewise.
604         * build-aux/csharpexec.sh.in: Likewise.
605         * build-aux/install-reloc: Likewise.
606         * build-aux/javacomp.sh.in: Likewise.
607         * build-aux/javaexec.sh.in: Likewise.
608         * build-aux/ldd.sh.in: Likewise.
609         * build-aux/reloc-ldflags: Likewise.
610         * build-aux/relocatable.sh.in: Likewise.
611         * build-aux/x-to-1.in: Likewise.
612         * check-module: Likewise.
613         * config/srclistvars.sh: Likewise.
614         * gnulib-tool: Likewise.
615         * lib/acl-internal.h: Likewise.
616         * lib/acl.c: Likewise.
617         * lib/acl.h: Likewise.
618         * lib/acl_entries.c: Likewise.
619         * lib/areadlink-with-size.c: Likewise.
620         * lib/areadlink.c: Likewise.
621         * lib/areadlink.h: Likewise.
622         * lib/argmatch.c: Likewise.
623         * lib/argmatch.h: Likewise.
624         * lib/argp-ba.c: Likewise.
625         * lib/argp-eexst.c: Likewise.
626         * lib/argp-fmtstream.c: Likewise.
627         * lib/argp-fmtstream.h: Likewise.
628         * lib/argp-fs-xinl.c: Likewise.
629         * lib/argp-help.c: Likewise.
630         * lib/argp-namefrob.h: Likewise.
631         * lib/argp-parse.c: Likewise.
632         * lib/argp-pin.c: Likewise.
633         * lib/argp-pv.c: Likewise.
634         * lib/argp-pvh.c: Likewise.
635         * lib/argp-xinl.c: Likewise.
636         * lib/argp.h: Likewise.
637         * lib/at-func.c: Likewise.
638         * lib/atanl.c: Likewise.
639         * lib/backupfile.c: Likewise.
640         * lib/backupfile.h: Likewise.
641         * lib/basename.c: Likewise.
642         * lib/binary-io.h: Likewise.
643         * lib/byteswap.in.h: Likewise.
644         * lib/c-stack.c: Likewise.
645         * lib/c-stack.h: Likewise.
646         * lib/c-strcasestr.c: Likewise.
647         * lib/c-strcasestr.h: Likewise.
648         * lib/c-strstr.c: Likewise.
649         * lib/c-strstr.h: Likewise.
650         * lib/c-strtod.c: Likewise.
651         * lib/calloc.c: Likewise.
652         * lib/canon-host.c: Likewise.
653         * lib/canon-host.h: Likewise.
654         * lib/canonicalize-lgpl.c: Likewise.
655         * lib/canonicalize.c: Likewise.
656         * lib/canonicalize.h: Likewise.
657         * lib/ceil.c: Likewise.
658         * lib/ceilf.c: Likewise.
659         * lib/ceill.c: Likewise.
660         * lib/chdir-long.c: Likewise.
661         * lib/chdir-long.h: Likewise.
662         * lib/chdir-safer.c: Likewise.
663         * lib/chdir-safer.h: Likewise.
664         * lib/chown.c: Likewise.
665         * lib/classpath.c: Likewise.
666         * lib/classpath.h: Likewise.
667         * lib/clean-temp.c: Likewise.
668         * lib/clean-temp.h: Likewise.
669         * lib/cloexec.c: Likewise.
670         * lib/close-stream.c: Likewise.
671         * lib/closein.c: Likewise.
672         * lib/closein.h: Likewise.
673         * lib/closeout.c: Likewise.
674         * lib/closeout.h: Likewise.
675         * lib/concat-filename.c: Likewise.
676         * lib/copy-file.c: Likewise.
677         * lib/copy-file.h: Likewise.
678         * lib/count-one-bits.h: Likewise.
679         * lib/crc.c: Likewise.
680         * lib/crc.h: Likewise.
681         * lib/creat-safer.c: Likewise.
682         * lib/csharpcomp.c: Likewise.
683         * lib/csharpcomp.h: Likewise.
684         * lib/csharpexec.c: Likewise.
685         * lib/csharpexec.h: Likewise.
686         * lib/cycle-check.c: Likewise.
687         * lib/cycle-check.h: Likewise.
688         * lib/diacrit.c: Likewise.
689         * lib/diacrit.h: Likewise.
690         * lib/diffseq.h: Likewise.
691         * lib/dirchownmod.c: Likewise.
692         * lib/dirent.in.h: Likewise.
693         * lib/dirfd.c: Likewise.
694         * lib/dirfd.h: Likewise.
695         * lib/dirname.c: Likewise.
696         * lib/dirname.h: Likewise.
697         * lib/dummy.c: Likewise.
698         * lib/dup-safer.c: Likewise.
699         * lib/dup2.c: Likewise.
700         * lib/eealloc.h: Likewise.
701         * lib/error.c: Likewise.
702         * lib/error.h: Likewise.
703         * lib/euidaccess.c: Likewise.
704         * lib/exclude.c: Likewise.
705         * lib/exclude.h: Likewise.
706         * lib/execute.c: Likewise.
707         * lib/execute.h: Likewise.
708         * lib/exitfail.c: Likewise.
709         * lib/exitfail.h: Likewise.
710         * lib/expl.c: Likewise.
711         * lib/fatal-signal.c: Likewise.
712         * lib/fatal-signal.h: Likewise.
713         * lib/fbufmode.c: Likewise.
714         * lib/fbufmode.h: Likewise.
715         * lib/fchdir.c: Likewise.
716         * lib/fchmodat.c: Likewise.
717         * lib/fchownat.c: Likewise.
718         * lib/fcntl--.h: Likewise.
719         * lib/fcntl-safer.h: Likewise.
720         * lib/fcntl.in.h: Likewise.
721         * lib/fd-safer.c: Likewise.
722         * lib/fflush.c: Likewise.
723         * lib/file-has-acl.c: Likewise.
724         * lib/file-set.c: Likewise.
725         * lib/file-type.c: Likewise.
726         * lib/file-type.h: Likewise.
727         * lib/fileblocks.c: Likewise.
728         * lib/filemode.c: Likewise.
729         * lib/filemode.h: Likewise.
730         * lib/filename.h: Likewise.
731         * lib/filenamecat.c: Likewise.
732         * lib/filenamecat.h: Likewise.
733         * lib/findprog.c: Likewise.
734         * lib/findprog.h: Likewise.
735         * lib/float.in.h: Likewise.
736         * lib/floor.c: Likewise.
737         * lib/floorf.c: Likewise.
738         * lib/floorl.c: Likewise.
739         * lib/fopen-safer.c: Likewise.
740         * lib/fopen.c: Likewise.
741         * lib/fpending.c: Likewise.
742         * lib/fpending.h: Likewise.
743         * lib/fprintf.c: Likewise.
744         * lib/fprintftime.h: Likewise.
745         * lib/fpucw.h: Likewise.
746         * lib/fpurge.c: Likewise.
747         * lib/fpurge.h: Likewise.
748         * lib/freadable.c: Likewise.
749         * lib/freadable.h: Likewise.
750         * lib/freadahead.c: Likewise.
751         * lib/freadahead.h: Likewise.
752         * lib/freading.c: Likewise.
753         * lib/freading.h: Likewise.
754         * lib/free.c: Likewise.
755         * lib/freopen.c: Likewise.
756         * lib/frexp.c: Likewise.
757         * lib/frexpl.c: Likewise.
758         * lib/fseek.c: Likewise.
759         * lib/fseterr.c: Likewise.
760         * lib/fseterr.h: Likewise.
761         * lib/fstatat.c: Likewise.
762         * lib/fstrcmp.c: Likewise.
763         * lib/fstrcmp.h: Likewise.
764         * lib/fsusage.c: Likewise.
765         * lib/fsusage.h: Likewise.
766         * lib/ftell.c: Likewise.
767         * lib/ftello.c: Likewise.
768         * lib/fts-cycle.c: Likewise.
769         * lib/fts.c: Likewise.
770         * lib/fts_.h: Likewise.
771         * lib/full-read.c: Likewise.
772         * lib/full-read.h: Likewise.
773         * lib/full-write.c: Likewise.
774         * lib/full-write.h: Likewise.
775         * lib/fwritable.c: Likewise.
776         * lib/fwritable.h: Likewise.
777         * lib/fwriteerror.c: Likewise.
778         * lib/fwriteerror.h: Likewise.
779         * lib/fwriting.c: Likewise.
780         * lib/fwriting.h: Likewise.
781         * lib/gcd.c: Likewise.
782         * lib/gcd.h: Likewise.
783         * lib/getcwd.c: Likewise.
784         * lib/getdate.h: Likewise.
785         * lib/getdate.y: Likewise.
786         * lib/getdomainname.c: Likewise.
787         * lib/getdomainname.h: Likewise.
788         * lib/getgroups.c: Likewise.
789         * lib/gethostname.c: Likewise.
790         * lib/gethrxtime.c: Likewise.
791         * lib/gethrxtime.h: Likewise.
792         * lib/getloadavg.c: Likewise.
793         * lib/getndelim2.c: Likewise.
794         * lib/getndelim2.h: Likewise.
795         * lib/getnline.c: Likewise.
796         * lib/getnline.h: Likewise.
797         * lib/getopt.c: Likewise.
798         * lib/getopt.in.h: Likewise.
799         * lib/getopt1.c: Likewise.
800         * lib/getopt_int.h: Likewise.
801         * lib/getpagesize.h: Likewise.
802         * lib/getsubopt.c: Likewise.
803         * lib/gettime.c: Likewise.
804         * lib/getugroups.c: Likewise.
805         * lib/getugroups.h: Likewise.
806         * lib/getusershell.c: Likewise.
807         * lib/gl_anyavltree_list1.h: Likewise.
808         * lib/gl_anyavltree_list2.h: Likewise.
809         * lib/gl_anyhash_list1.h: Likewise.
810         * lib/gl_anyhash_list2.h: Likewise.
811         * lib/gl_anylinked_list1.h: Likewise.
812         * lib/gl_anylinked_list2.h: Likewise.
813         * lib/gl_anyrbtree_list1.h: Likewise.
814         * lib/gl_anyrbtree_list2.h: Likewise.
815         * lib/gl_anytree_list1.h: Likewise.
816         * lib/gl_anytree_list2.h: Likewise.
817         * lib/gl_anytree_oset.h: Likewise.
818         * lib/gl_anytreehash_list1.h: Likewise.
819         * lib/gl_anytreehash_list2.h: Likewise.
820         * lib/gl_array_list.c: Likewise.
821         * lib/gl_array_list.h: Likewise.
822         * lib/gl_array_oset.c: Likewise.
823         * lib/gl_array_oset.h: Likewise.
824         * lib/gl_avltree_list.c: Likewise.
825         * lib/gl_avltree_list.h: Likewise.
826         * lib/gl_avltree_oset.c: Likewise.
827         * lib/gl_avltree_oset.h: Likewise.
828         * lib/gl_avltreehash_list.c: Likewise.
829         * lib/gl_avltreehash_list.h: Likewise.
830         * lib/gl_carray_list.c: Likewise.
831         * lib/gl_carray_list.h: Likewise.
832         * lib/gl_linked_list.c: Likewise.
833         * lib/gl_linked_list.h: Likewise.
834         * lib/gl_linkedhash_list.c: Likewise.
835         * lib/gl_linkedhash_list.h: Likewise.
836         * lib/gl_list.c: Likewise.
837         * lib/gl_list.h: Likewise.
838         * lib/gl_oset.c: Likewise.
839         * lib/gl_oset.h: Likewise.
840         * lib/gl_rbtree_list.c: Likewise.
841         * lib/gl_rbtree_list.h: Likewise.
842         * lib/gl_rbtree_oset.c: Likewise.
843         * lib/gl_rbtree_oset.h: Likewise.
844         * lib/gl_rbtreehash_list.c: Likewise.
845         * lib/gl_rbtreehash_list.h: Likewise.
846         * lib/gl_sublist.c: Likewise.
847         * lib/gl_sublist.h: Likewise.
848         * lib/group-member.c: Likewise.
849         * lib/group-member.h: Likewise.
850         * lib/hard-locale.c: Likewise.
851         * lib/hard-locale.h: Likewise.
852         * lib/hash-pjw.c: Likewise.
853         * lib/hash-pjw.h: Likewise.
854         * lib/hash-triple.c: Likewise.
855         * lib/hash.c: Likewise.
856         * lib/hash.h: Likewise.
857         * lib/human.c: Likewise.
858         * lib/human.h: Likewise.
859         * lib/i-ring.c: Likewise.
860         * lib/i-ring.h: Likewise.
861         * lib/idcache.c: Likewise.
862         * lib/imaxabs.c: Likewise.
863         * lib/imaxdiv.c: Likewise.
864         * lib/inet_pton.c: Likewise.
865         * lib/inet_pton.h: Likewise.
866         * lib/intprops.h: Likewise.
867         * lib/inttostr.c: Likewise.
868         * lib/inttostr.h: Likewise.
869         * lib/inttypes.in.h: Likewise.
870         * lib/isapipe.c: Likewise.
871         * lib/isdir.c: Likewise.
872         * lib/isnan.c: Likewise.
873         * lib/isnan.h: Likewise.
874         * lib/isnanf.c: Likewise.
875         * lib/isnanf.h: Likewise.
876         * lib/isnanl-nolibm.h: Likewise.
877         * lib/isnanl.c: Likewise.
878         * lib/isnanl.h: Likewise.
879         * lib/javacomp.c: Likewise.
880         * lib/javacomp.h: Likewise.
881         * lib/javaexec.c: Likewise.
882         * lib/javaexec.h: Likewise.
883         * lib/javaversion.c: Likewise.
884         * lib/javaversion.h: Likewise.
885         * lib/javaversion.java: Likewise.
886         * lib/lbrkprop.h: Likewise.
887         * lib/lchmod.h: Likewise.
888         * lib/lchown.c: Likewise.
889         * lib/ldexpl.c: Likewise.
890         * lib/linebreak.c: Likewise.
891         * lib/linebreak.h: Likewise.
892         * lib/linebuffer.c: Likewise.
893         * lib/linebuffer.h: Likewise.
894         * lib/locale.in.h: Likewise.
895         * lib/logl.c: Likewise.
896         * lib/long-options.c: Likewise.
897         * lib/long-options.h: Likewise.
898         * lib/lstat.c: Likewise.
899         * lib/lstat.h: Likewise.
900         * lib/math.in.h: Likewise.
901         * lib/mbchar.c: Likewise.
902         * lib/mbchar.h: Likewise.
903         * lib/mbfile.h: Likewise.
904         * lib/mbiter.h: Likewise.
905         * lib/mbscasecmp.c: Likewise.
906         * lib/mbscasestr.c: Likewise.
907         * lib/mbschr.c: Likewise.
908         * lib/mbscspn.c: Likewise.
909         * lib/mbslen.c: Likewise.
910         * lib/mbsncasecmp.c: Likewise.
911         * lib/mbsnlen.c: Likewise.
912         * lib/mbspbrk.c: Likewise.
913         * lib/mbspcasecmp.c: Likewise.
914         * lib/mbsrchr.c: Likewise.
915         * lib/mbssep.c: Likewise.
916         * lib/mbsspn.c: Likewise.
917         * lib/mbsstr.c: Likewise.
918         * lib/mbstok_r.c: Likewise.
919         * lib/mbswidth.c: Likewise.
920         * lib/mbswidth.h: Likewise.
921         * lib/mbuiter.h: Likewise.
922         * lib/memcasecmp.c: Likewise.
923         * lib/memcasecmp.h: Likewise.
924         * lib/memchr.c: Likewise.
925         * lib/memcmp.c: Likewise.
926         * lib/memcoll.c: Likewise.
927         * lib/memcoll.h: Likewise.
928         * lib/memcpy.c: Likewise.
929         * lib/memrchr.c: Likewise.
930         * lib/mkancesdirs.c: Likewise.
931         * lib/mkdir-p.c: Likewise.
932         * lib/mkdir-p.h: Likewise.
933         * lib/mkdir.c: Likewise.
934         * lib/mkdirat.c: Likewise.
935         * lib/mkdtemp.c: Likewise.
936         * lib/mkstemp-safer.c: Likewise.
937         * lib/mkstemp.c: Likewise.
938         * lib/modechange.c: Likewise.
939         * lib/modechange.h: Likewise.
940         * lib/mountlist.c: Likewise.
941         * lib/mountlist.h: Likewise.
942         * lib/mpsort.c: Likewise.
943         * lib/nanosleep.c: Likewise.
944         * lib/obstack.c: Likewise.
945         * lib/obstack.h: Likewise.
946         * lib/open-safer.c: Likewise.
947         * lib/open.c: Likewise.
948         * lib/openat-die.c: Likewise.
949         * lib/openat-priv.h: Likewise.
950         * lib/openat-proc.c: Likewise.
951         * lib/openat.c: Likewise.
952         * lib/openat.h: Likewise.
953         * lib/pagealign_alloc.c: Likewise.
954         * lib/pagealign_alloc.h: Likewise.
955         * lib/physmem.c: Likewise.
956         * lib/physmem.h: Likewise.
957         * lib/pipe-safer.c: Likewise.
958         * lib/pipe.c: Likewise.
959         * lib/pipe.h: Likewise.
960         * lib/posixtm.c: Likewise.
961         * lib/posixtm.h: Likewise.
962         * lib/posixver.c: Likewise.
963         * lib/printf-frexp.c: Likewise.
964         * lib/printf-frexp.h: Likewise.
965         * lib/printf-frexpl.c: Likewise.
966         * lib/printf-frexpl.h: Likewise.
967         * lib/printf.c: Likewise.
968         * lib/progname.c: Likewise.
969         * lib/progname.h: Likewise.
970         * lib/progreloc.c: Likewise.
971         * lib/putenv.c: Likewise.
972         * lib/quote.c: Likewise.
973         * lib/quote.h: Likewise.
974         * lib/quotearg.c: Likewise.
975         * lib/quotearg.h: Likewise.
976         * lib/raise.c: Likewise.
977         * lib/readline.c: Likewise.
978         * lib/readline.h: Likewise.
979         * lib/readlink.c: Likewise.
980         * lib/readtokens.c: Likewise.
981         * lib/readtokens.h: Likewise.
982         * lib/readtokens0.c: Likewise.
983         * lib/readtokens0.h: Likewise.
984         * lib/readutmp.c: Likewise.
985         * lib/readutmp.h: Likewise.
986         * lib/realloc.c: Likewise.
987         * lib/relocwrapper.c: Likewise.
988         * lib/rename-dest-slash.c: Likewise.
989         * lib/rename.c: Likewise.
990         * lib/rmdir.c: Likewise.
991         * lib/rpmatch.c: Likewise.
992         * lib/safe-read.c: Likewise.
993         * lib/safe-read.h: Likewise.
994         * lib/safe-write.c: Likewise.
995         * lib/safe-write.h: Likewise.
996         * lib/same-inode.h: Likewise.
997         * lib/same.c: Likewise.
998         * lib/same.h: Likewise.
999         * lib/save-cwd.c: Likewise.
1000         * lib/save-cwd.h: Likewise.
1001         * lib/savedir.c: Likewise.
1002         * lib/savedir.h: Likewise.
1003         * lib/savewd.c: Likewise.
1004         * lib/savewd.h: Likewise.
1005         * lib/search.in.h: Likewise.
1006         * lib/setenv.c: Likewise.
1007         * lib/setenv.h: Likewise.
1008         * lib/settime.c: Likewise.
1009         * lib/sh-quote.c: Likewise.
1010         * lib/sh-quote.h: Likewise.
1011         * lib/sig2str.c: Likewise.
1012         * lib/sig2str.h: Likewise.
1013         * lib/signal.in.h: Likewise.
1014         * lib/signbitd.c: Likewise.
1015         * lib/signbitf.c: Likewise.
1016         * lib/signbitl.c: Likewise.
1017         * lib/sigprocmask.c: Likewise.
1018         * lib/sincosl.c: Likewise.
1019         * lib/sleep.c: Likewise.
1020         * lib/sprintf.c: Likewise.
1021         * lib/sqrtl.c: Likewise.
1022         * lib/stat-time.h: Likewise.
1023         * lib/stdio--.h: Likewise.
1024         * lib/stdio-safer.h: Likewise.
1025         * lib/stdlib--.h: Likewise.
1026         * lib/stdlib-safer.h: Likewise.
1027         * lib/stdlib.in.h: Likewise.
1028         * lib/stpcpy.c: Likewise.
1029         * lib/stpncpy.c: Likewise.
1030         * lib/strchrnul.c: Likewise.
1031         * lib/strcspn.c: Likewise.
1032         * lib/strerror.c: Likewise.
1033         * lib/strftime.c: Likewise.
1034         * lib/strftime.h: Likewise.
1035         * lib/striconveh.c: Likewise.
1036         * lib/striconveh.h: Likewise.
1037         * lib/striconveha.c: Likewise.
1038         * lib/striconveha.h: Likewise.
1039         * lib/stripslash.c: Likewise.
1040         * lib/strnlen1.c: Likewise.
1041         * lib/strnlen1.h: Likewise.
1042         * lib/strtod.c: Likewise.
1043         * lib/strtoimax.c: Likewise.
1044         * lib/strtok_r.c: Likewise.
1045         * lib/strtol.c: Likewise.
1046         * lib/strtoll.c: Likewise.
1047         * lib/strtoul.c: Likewise.
1048         * lib/strtoull.c: Likewise.
1049         * lib/sysexits.in.h: Likewise.
1050         * lib/tempname.c: Likewise.
1051         * lib/tempname.h: Likewise.
1052         * lib/timespec.h: Likewise.
1053         * lib/tls.c: Likewise.
1054         * lib/tls.h: Likewise.
1055         * lib/tmpdir.c: Likewise.
1056         * lib/tmpdir.h: Likewise.
1057         * lib/tmpfile-safer.c: Likewise.
1058         * lib/tmpfile.c: Likewise.
1059         * lib/trigl.c: Likewise.
1060         * lib/trigl.h: Likewise.
1061         * lib/trim.c: Likewise.
1062         * lib/trim.h: Likewise.
1063         * lib/trunc.c: Likewise.
1064         * lib/truncf.c: Likewise.
1065         * lib/truncl.c: Likewise.
1066         * lib/tsearch.c: Likewise.
1067         * lib/unicodeio.c: Likewise.
1068         * lib/unicodeio.h: Likewise.
1069         * lib/unistd--.h: Likewise.
1070         * lib/unistd-safer.h: Likewise.
1071         * lib/unistdio/ulc-fprintf.c: Likewise.
1072         * lib/unistdio/ulc-vfprintf.c: Likewise.
1073         * lib/unlinkdir.c: Likewise.
1074         * lib/unlinkdir.h: Likewise.
1075         * lib/unlocked-io.h: Likewise.
1076         * lib/unsetenv.c: Likewise.
1077         * lib/userspec.c: Likewise.
1078         * lib/utime.c: Likewise.
1079         * lib/utimecmp.c: Likewise.
1080         * lib/utimecmp.h: Likewise.
1081         * lib/utimens.c: Likewise.
1082         * lib/verify.h: Likewise.
1083         * lib/verror.c: Likewise.
1084         * lib/verror.h: Likewise.
1085         * lib/version-etc-fsf.c: Likewise.
1086         * lib/version-etc.c: Likewise.
1087         * lib/version-etc.h: Likewise.
1088         * lib/vfprintf.c: Likewise.
1089         * lib/vprintf.c: Likewise.
1090         * lib/vsprintf.c: Likewise.
1091         * lib/w32spawn.h: Likewise.
1092         * lib/wait-process.c: Likewise.
1093         * lib/wait-process.h: Likewise.
1094         * lib/wcwidth.c: Likewise.
1095         * lib/write-any-file.c: Likewise.
1096         * lib/xalloc-die.c: Likewise.
1097         * lib/xalloc.h: Likewise.
1098         * lib/xasprintf.c: Likewise.
1099         * lib/xgetcwd.c: Likewise.
1100         * lib/xgetcwd.h: Likewise.
1101         * lib/xgetdomainname.c: Likewise.
1102         * lib/xgetdomainname.h: Likewise.
1103         * lib/xgethostname.c: Likewise.
1104         * lib/xmalloc.c: Likewise.
1105         * lib/xmalloca.c: Likewise.
1106         * lib/xmalloca.h: Likewise.
1107         * lib/xmemcoll.c: Likewise.
1108         * lib/xnanosleep.c: Likewise.
1109         * lib/xreadlink.c: Likewise.
1110         * lib/xreadlink.h: Likewise.
1111         * lib/xsetenv.c: Likewise.
1112         * lib/xsetenv.h: Likewise.
1113         * lib/xstriconv.c: Likewise.
1114         * lib/xstriconv.h: Likewise.
1115         * lib/xstrndup.c: Likewise.
1116         * lib/xstrndup.h: Likewise.
1117         * lib/xstrtod.c: Likewise.
1118         * lib/xstrtod.h: Likewise.
1119         * lib/xstrtol-error.c: Likewise.
1120         * lib/xstrtol.c: Likewise.
1121         * lib/xstrtol.h: Likewise.
1122         * lib/xtime.h: Likewise.
1123         * lib/xvasprintf.c: Likewise.
1124         * lib/xvasprintf.h: Likewise.
1125         * lib/yesno.c: Likewise.
1126         * lib/yesno.h: Likewise.
1127         * posix-modules: Likewise.
1128         * tests/test-alloca-opt.c: Likewise.
1129         * tests/test-arcfour.c: Likewise.
1130         * tests/test-arctwo.c: Likewise.
1131         * tests/test-argmatch.c: Likewise.
1132         * tests/test-argp-2.sh: Likewise.
1133         * tests/test-argp.c: Likewise.
1134         * tests/test-arpa_inet.c: Likewise.
1135         * tests/test-array_list.c: Likewise.
1136         * tests/test-array_oset.c: Likewise.
1137         * tests/test-atexit.c: Likewise.
1138         * tests/test-avltree_list.c: Likewise.
1139         * tests/test-avltree_oset.c: Likewise.
1140         * tests/test-avltreehash_list.c: Likewise.
1141         * tests/test-base64.c: Likewise.
1142         * tests/test-binary-io.c: Likewise.
1143         * tests/test-byteswap.c: Likewise.
1144         * tests/test-c-ctype.c: Likewise.
1145         * tests/test-c-strcasecmp.c: Likewise.
1146         * tests/test-c-strcasestr.c: Likewise.
1147         * tests/test-c-strncasecmp.c: Likewise.
1148         * tests/test-c-strstr.c: Likewise.
1149         * tests/test-canonicalize-lgpl.c: Likewise.
1150         * tests/test-canonicalize.c: Likewise.
1151         * tests/test-carray_list.c: Likewise.
1152         * tests/test-ceilf.c: Likewise.
1153         * tests/test-ceill.c: Likewise.
1154         * tests/test-count-one-bits.c: Likewise.
1155         * tests/test-crc.c: Likewise.
1156         * tests/test-dirname.c: Likewise.
1157         * tests/test-fbufmode.c: Likewise.
1158         * tests/test-fcntl.c: Likewise.
1159         * tests/test-fflush.c: Likewise.
1160         * tests/test-floorf.c: Likewise.
1161         * tests/test-floorl.c: Likewise.
1162         * tests/test-fopen.c: Likewise.
1163         * tests/test-fprintf-posix.c: Likewise.
1164         * tests/test-fprintf-posix.h: Likewise.
1165         * tests/test-fpurge.c: Likewise.
1166         * tests/test-freadable.c: Likewise.
1167         * tests/test-freadahead.c: Likewise.
1168         * tests/test-freading.c: Likewise.
1169         * tests/test-freopen.c: Likewise.
1170         * tests/test-frexp.c: Likewise.
1171         * tests/test-frexpl.c: Likewise.
1172         * tests/test-fseek.c: Likewise.
1173         * tests/test-fseeko.c: Likewise.
1174         * tests/test-fseterr.c: Likewise.
1175         * tests/test-fstrcmp.c: Likewise.
1176         * tests/test-ftell.c: Likewise.
1177         * tests/test-ftello.c: Likewise.
1178         * tests/test-fwritable.c: Likewise.
1179         * tests/test-fwriting.c: Likewise.
1180         * tests/test-getaddrinfo.c: Likewise.
1181         * tests/test-getpass.c: Likewise.
1182         * tests/test-gettimeofday.c: Likewise.
1183         * tests/test-hmac-md5.c: Likewise.
1184         * tests/test-hmac-sha1.c: Likewise.
1185         * tests/test-iconv.c: Likewise.
1186         * tests/test-iconvme.c: Likewise.
1187         * tests/test-inttypes.c: Likewise.
1188         * tests/test-isnan.c: Likewise.
1189         * tests/test-isnanf.c: Likewise.
1190         * tests/test-isnanl-nolibm.c: Likewise.
1191         * tests/test-isnanl.c: Likewise.
1192         * tests/test-isnanl.h: Likewise.
1193         * tests/test-ldexpl.c: Likewise.
1194         * tests/test-linked_list.c: Likewise.
1195         * tests/test-linkedhash_list.c: Likewise.
1196         * tests/test-locale.c: Likewise.
1197         * tests/test-localename.c: Likewise.
1198         * tests/test-lock.c: Likewise.
1199         * tests/test-lseek.c: Likewise.
1200         * tests/test-malloca.c: Likewise.
1201         * tests/test-math.c: Likewise.
1202         * tests/test-mbscasecmp.c: Likewise.
1203         * tests/test-mbscasestr1.c: Likewise.
1204         * tests/test-mbscasestr2.c: Likewise.
1205         * tests/test-mbscasestr3.c: Likewise.
1206         * tests/test-mbscasestr4.c: Likewise.
1207         * tests/test-mbschr.c: Likewise.
1208         * tests/test-mbscspn.c: Likewise.
1209         * tests/test-mbsncasecmp.c: Likewise.
1210         * tests/test-mbspbrk.c: Likewise.
1211         * tests/test-mbspcasecmp.c: Likewise.
1212         * tests/test-mbsrchr.c: Likewise.
1213         * tests/test-mbsspn.c: Likewise.
1214         * tests/test-mbsstr1.c: Likewise.
1215         * tests/test-mbsstr2.c: Likewise.
1216         * tests/test-mbsstr3.c: Likewise.
1217         * tests/test-md5.c: Likewise.
1218         * tests/test-memmem.c: Likewise.
1219         * tests/test-netinet_in.c: Likewise.
1220         * tests/test-open.c: Likewise.
1221         * tests/test-printf-frexp.c: Likewise.
1222         * tests/test-printf-frexpl.c: Likewise.
1223         * tests/test-printf-posix.c: Likewise.
1224         * tests/test-printf-posix.h: Likewise.
1225         * tests/test-rbtree_list.c: Likewise.
1226         * tests/test-rbtree_oset.c: Likewise.
1227         * tests/test-rbtreehash_list.c: Likewise.
1228         * tests/test-read-file.c: Likewise.
1229         * tests/test-rijndael.c: Likewise.
1230         * tests/test-search.c: Likewise.
1231         * tests/test-signbit.c: Likewise.
1232         * tests/test-sleep.c: Likewise.
1233         * tests/test-snprintf-posix.c: Likewise.
1234         * tests/test-snprintf-posix.h: Likewise.
1235         * tests/test-snprintf.c: Likewise.
1236         * tests/test-sprintf-posix.c: Likewise.
1237         * tests/test-sprintf-posix.h: Likewise.
1238         * tests/test-stat-time.c: Likewise.
1239         * tests/test-stdbool.c: Likewise.
1240         * tests/test-stdint.c: Likewise.
1241         * tests/test-stdio.c: Likewise.
1242         * tests/test-stdlib.c: Likewise.
1243         * tests/test-stpncpy.c: Likewise.
1244         * tests/test-strcasestr.c: Likewise.
1245         * tests/test-striconv.c: Likewise.
1246         * tests/test-striconveh.c: Likewise.
1247         * tests/test-striconveha.c: Likewise.
1248         * tests/test-string.c: Likewise.
1249         * tests/test-sys_select.c: Likewise.
1250         * tests/test-sys_socket.c: Likewise.
1251         * tests/test-sys_stat.c: Likewise.
1252         * tests/test-sys_time.c: Likewise.
1253         * tests/test-sysexits.c: Likewise.
1254         * tests/test-time.c: Likewise.
1255         * tests/test-tls.c: Likewise.
1256         * tests/test-trunc.c: Likewise.
1257         * tests/test-truncf.c: Likewise.
1258         * tests/test-truncl.c: Likewise.
1259         * tests/test-unistd.c: Likewise.
1260         * tests/test-vasnprintf-posix.c: Likewise.
1261         * tests/test-vasnprintf-posix2.c: Likewise.
1262         * tests/test-vasnprintf.c: Likewise.
1263         * tests/test-vasprintf-posix.c: Likewise.
1264         * tests/test-vasprintf.c: Likewise.
1265         * tests/test-verify.c: Likewise.
1266         * tests/test-vfprintf-posix.c: Likewise.
1267         * tests/test-vprintf-posix.c: Likewise.
1268         * tests/test-vsnprintf-posix.c: Likewise.
1269         * tests/test-vsnprintf.c: Likewise.
1270         * tests/test-vsprintf-posix.c: Likewise.
1271         * tests/test-wchar.c: Likewise.
1272         * tests/test-wctype.c: Likewise.
1273         * tests/test-wcwidth.c: Likewise.
1274         * tests/test-xstrtol.c: Likewise.
1275         * tests/test-xvasprintf.c: Likewise.
1276         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1277         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1278         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1279         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1280         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1281         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1282         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1283         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1284         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1285         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1286         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1287         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1288         * tests/uniname/test-uninames.c: Likewise.
1289         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1290         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1291         * tests/unistdio/test-u16-printf1.h: Likewise.
1292         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1293         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1294         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1295         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1296         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1297         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1298         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1299         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1300         * tests/unistdio/test-u32-printf1.h: Likewise.
1301         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1302         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1303         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1304         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1305         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1306         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1307         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1308         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1309         * tests/unistdio/test-u8-printf1.h: Likewise.
1310         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1311         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1312         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1313         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1314         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1315         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1316         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1317         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1318         * tests/unistdio/test-ulc-printf1.h: Likewise.
1319         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1320         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1321         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1322         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1323         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1324         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1325         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1326         * tests/uniwidth/test-u16-width.c: Likewise.
1327         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1328         * tests/uniwidth/test-u32-width.c: Likewise.
1329         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1330         * tests/uniwidth/test-u8-width.c: Likewise.
1331         * tests/uniwidth/test-uc_width.c: Likewise.
1332         * config/srclist-update: Likewise.
1333         (fixlicense): Update to GPLv3+.
1334
1335         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1336         * tests/test-tsearch.c: Change copyright notice.
1337
1338         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1339         * lib/c-strcaseeq.h: Change copyright notice.
1340         * lib/streq.h: Likewise.
1341         * lib/uniconv.h: Likewise.
1342         * lib/uniconv/u-conv-from-enc.h: Likewise.
1343         * lib/uniconv/u-conv-to-enc.h: Likewise.
1344         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1345         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1346         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1347         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1348         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1349         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1350         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1351         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1352         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1353         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1354         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1355         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1356         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1357         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1358         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1359         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1360         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1361         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1362         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1363         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1364         * lib/uniname.h: Likewise.
1365         * lib/uniname/uniname.c: Likewise.
1366         * lib/unistdio.h: Likewise.
1367         * lib/unistdio/u-asnprintf.h: Likewise.
1368         * lib/unistdio/u-asprintf.h: Likewise.
1369         * lib/unistdio/u-printf-args.c: Likewise.
1370         * lib/unistdio/u-printf-args.h: Likewise.
1371         * lib/unistdio/u-printf-parse.h: Likewise.
1372         * lib/unistdio/u-snprintf.h: Likewise.
1373         * lib/unistdio/u-sprintf.h: Likewise.
1374         * lib/unistdio/u-vasprintf.h: Likewise.
1375         * lib/unistdio/u-vsnprintf.h: Likewise.
1376         * lib/unistdio/u-vsprintf.h: Likewise.
1377         * lib/unistdio/u16-asnprintf.c: Likewise.
1378         * lib/unistdio/u16-asprintf.c: Likewise.
1379         * lib/unistdio/u16-printf-parse.c: Likewise.
1380         * lib/unistdio/u16-snprintf.c: Likewise.
1381         * lib/unistdio/u16-sprintf.c: Likewise.
1382         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1383         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1384         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1385         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1386         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1387         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1388         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1389         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1390         * lib/unistdio/u16-vasnprintf.c: Likewise.
1391         * lib/unistdio/u16-vasprintf.c: Likewise.
1392         * lib/unistdio/u16-vsnprintf.c: Likewise.
1393         * lib/unistdio/u16-vsprintf.c: Likewise.
1394         * lib/unistdio/u32-asnprintf.c: Likewise.
1395         * lib/unistdio/u32-asprintf.c: Likewise.
1396         * lib/unistdio/u32-printf-parse.c: Likewise.
1397         * lib/unistdio/u32-snprintf.c: Likewise.
1398         * lib/unistdio/u32-sprintf.c: Likewise.
1399         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1400         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1401         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1402         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1403         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1404         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1405         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1406         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1407         * lib/unistdio/u32-vasnprintf.c: Likewise.
1408         * lib/unistdio/u32-vasprintf.c: Likewise.
1409         * lib/unistdio/u32-vsnprintf.c: Likewise.
1410         * lib/unistdio/u32-vsprintf.c: Likewise.
1411         * lib/unistdio/u8-asnprintf.c: Likewise.
1412         * lib/unistdio/u8-asprintf.c: Likewise.
1413         * lib/unistdio/u8-printf-parse.c: Likewise.
1414         * lib/unistdio/u8-snprintf.c: Likewise.
1415         * lib/unistdio/u8-sprintf.c: Likewise.
1416         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1417         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1418         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1419         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1420         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1421         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1422         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1423         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1424         * lib/unistdio/u8-vasnprintf.c: Likewise.
1425         * lib/unistdio/u8-vasprintf.c: Likewise.
1426         * lib/unistdio/u8-vsnprintf.c: Likewise.
1427         * lib/unistdio/u8-vsprintf.c: Likewise.
1428         * lib/unistdio/ulc-asnprintf.c: Likewise.
1429         * lib/unistdio/ulc-asprintf.c: Likewise.
1430         * lib/unistdio/ulc-printf-parse.c: Likewise.
1431         * lib/unistdio/ulc-snprintf.c: Likewise.
1432         * lib/unistdio/ulc-sprintf.c: Likewise.
1433         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1434         * lib/unistdio/ulc-vasprintf.c: Likewise.
1435         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1436         * lib/unistdio/ulc-vsprintf.c: Likewise.
1437         * lib/unistr.h: Likewise.
1438         * lib/unistr/u-cpy-alloc.h: Likewise.
1439         * lib/unistr/u-cpy.h: Likewise.
1440         * lib/unistr/u-endswith.h: Likewise.
1441         * lib/unistr/u-move.h: Likewise.
1442         * lib/unistr/u-set.h: Likewise.
1443         * lib/unistr/u-startswith.h: Likewise.
1444         * lib/unistr/u-stpcpy.h: Likewise.
1445         * lib/unistr/u-stpncpy.h: Likewise.
1446         * lib/unistr/u-strcat.h: Likewise.
1447         * lib/unistr/u-strcpy.h: Likewise.
1448         * lib/unistr/u-strcspn.h: Likewise.
1449         * lib/unistr/u-strdup.h: Likewise.
1450         * lib/unistr/u-strlen.h: Likewise.
1451         * lib/unistr/u-strncat.h: Likewise.
1452         * lib/unistr/u-strncpy.h: Likewise.
1453         * lib/unistr/u-strnlen.h: Likewise.
1454         * lib/unistr/u-strpbrk.h: Likewise.
1455         * lib/unistr/u-strspn.h: Likewise.
1456         * lib/unistr/u-strstr.h: Likewise.
1457         * lib/unistr/u-strtok.h: Likewise.
1458         * lib/unistr/u16-check.c: Likewise.
1459         * lib/unistr/u16-chr.c: Likewise.
1460         * lib/unistr/u16-cmp.c: Likewise.
1461         * lib/unistr/u16-cpy-alloc.c: Likewise.
1462         * lib/unistr/u16-cpy.c: Likewise.
1463         * lib/unistr/u16-endswith.c: Likewise.
1464         * lib/unistr/u16-mblen.c: Likewise.
1465         * lib/unistr/u16-mbsnlen.c: Likewise.
1466         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1467         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1468         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1469         * lib/unistr/u16-mbtouc.c: Likewise.
1470         * lib/unistr/u16-mbtoucr.c: Likewise.
1471         * lib/unistr/u16-move.c: Likewise.
1472         * lib/unistr/u16-next.c: Likewise.
1473         * lib/unistr/u16-prev.c: Likewise.
1474         * lib/unistr/u16-set.c: Likewise.
1475         * lib/unistr/u16-startswith.c: Likewise.
1476         * lib/unistr/u16-stpcpy.c: Likewise.
1477         * lib/unistr/u16-stpncpy.c: Likewise.
1478         * lib/unistr/u16-strcat.c: Likewise.
1479         * lib/unistr/u16-strchr.c: Likewise.
1480         * lib/unistr/u16-strcmp.c: Likewise.
1481         * lib/unistr/u16-strcpy.c: Likewise.
1482         * lib/unistr/u16-strcspn.c: Likewise.
1483         * lib/unistr/u16-strdup.c: Likewise.
1484         * lib/unistr/u16-strlen.c: Likewise.
1485         * lib/unistr/u16-strmblen.c: Likewise.
1486         * lib/unistr/u16-strmbtouc.c: Likewise.
1487         * lib/unistr/u16-strncat.c: Likewise.
1488         * lib/unistr/u16-strncmp.c: Likewise.
1489         * lib/unistr/u16-strncpy.c: Likewise.
1490         * lib/unistr/u16-strnlen.c: Likewise.
1491         * lib/unistr/u16-strpbrk.c: Likewise.
1492         * lib/unistr/u16-strrchr.c: Likewise.
1493         * lib/unistr/u16-strspn.c: Likewise.
1494         * lib/unistr/u16-strstr.c: Likewise.
1495         * lib/unistr/u16-strtok.c: Likewise.
1496         * lib/unistr/u16-to-u32.c: Likewise.
1497         * lib/unistr/u16-to-u8.c: Likewise.
1498         * lib/unistr/u16-uctomb-aux.c: Likewise.
1499         * lib/unistr/u16-uctomb.c: Likewise.
1500         * lib/unistr/u32-check.c: Likewise.
1501         * lib/unistr/u32-chr.c: Likewise.
1502         * lib/unistr/u32-cmp.c: Likewise.
1503         * lib/unistr/u32-cpy-alloc.c: Likewise.
1504         * lib/unistr/u32-cpy.c: Likewise.
1505         * lib/unistr/u32-endswith.c: Likewise.
1506         * lib/unistr/u32-mblen.c: Likewise.
1507         * lib/unistr/u32-mbsnlen.c: Likewise.
1508         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1509         * lib/unistr/u32-mbtouc.c: Likewise.
1510         * lib/unistr/u32-mbtoucr.c: Likewise.
1511         * lib/unistr/u32-move.c: Likewise.
1512         * lib/unistr/u32-next.c: Likewise.
1513         * lib/unistr/u32-prev.c: Likewise.
1514         * lib/unistr/u32-set.c: Likewise.
1515         * lib/unistr/u32-startswith.c: Likewise.
1516         * lib/unistr/u32-stpcpy.c: Likewise.
1517         * lib/unistr/u32-stpncpy.c: Likewise.
1518         * lib/unistr/u32-strcat.c: Likewise.
1519         * lib/unistr/u32-strchr.c: Likewise.
1520         * lib/unistr/u32-strcmp.c: Likewise.
1521         * lib/unistr/u32-strcpy.c: Likewise.
1522         * lib/unistr/u32-strcspn.c: Likewise.
1523         * lib/unistr/u32-strdup.c: Likewise.
1524         * lib/unistr/u32-strlen.c: Likewise.
1525         * lib/unistr/u32-strmblen.c: Likewise.
1526         * lib/unistr/u32-strmbtouc.c: Likewise.
1527         * lib/unistr/u32-strncat.c: Likewise.
1528         * lib/unistr/u32-strncmp.c: Likewise.
1529         * lib/unistr/u32-strncpy.c: Likewise.
1530         * lib/unistr/u32-strnlen.c: Likewise.
1531         * lib/unistr/u32-strpbrk.c: Likewise.
1532         * lib/unistr/u32-strrchr.c: Likewise.
1533         * lib/unistr/u32-strspn.c: Likewise.
1534         * lib/unistr/u32-strstr.c: Likewise.
1535         * lib/unistr/u32-strtok.c: Likewise.
1536         * lib/unistr/u32-to-u16.c: Likewise.
1537         * lib/unistr/u32-to-u8.c: Likewise.
1538         * lib/unistr/u32-uctomb.c: Likewise.
1539         * lib/unistr/u8-check.c: Likewise.
1540         * lib/unistr/u8-chr.c: Likewise.
1541         * lib/unistr/u8-cmp.c: Likewise.
1542         * lib/unistr/u8-cpy-alloc.c: Likewise.
1543         * lib/unistr/u8-cpy.c: Likewise.
1544         * lib/unistr/u8-endswith.c: Likewise.
1545         * lib/unistr/u8-mblen.c: Likewise.
1546         * lib/unistr/u8-mbsnlen.c: Likewise.
1547         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1548         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1549         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1550         * lib/unistr/u8-mbtouc.c: Likewise.
1551         * lib/unistr/u8-mbtoucr.c: Likewise.
1552         * lib/unistr/u8-move.c: Likewise.
1553         * lib/unistr/u8-next.c: Likewise.
1554         * lib/unistr/u8-prev.c: Likewise.
1555         * lib/unistr/u8-set.c: Likewise.
1556         * lib/unistr/u8-startswith.c: Likewise.
1557         * lib/unistr/u8-stpcpy.c: Likewise.
1558         * lib/unistr/u8-stpncpy.c: Likewise.
1559         * lib/unistr/u8-strcat.c: Likewise.
1560         * lib/unistr/u8-strchr.c: Likewise.
1561         * lib/unistr/u8-strcmp.c: Likewise.
1562         * lib/unistr/u8-strcpy.c: Likewise.
1563         * lib/unistr/u8-strcspn.c: Likewise.
1564         * lib/unistr/u8-strdup.c: Likewise.
1565         * lib/unistr/u8-strlen.c: Likewise.
1566         * lib/unistr/u8-strmblen.c: Likewise.
1567         * lib/unistr/u8-strmbtouc.c: Likewise.
1568         * lib/unistr/u8-strncat.c: Likewise.
1569         * lib/unistr/u8-strncmp.c: Likewise.
1570         * lib/unistr/u8-strncpy.c: Likewise.
1571         * lib/unistr/u8-strnlen.c: Likewise.
1572         * lib/unistr/u8-strpbrk.c: Likewise.
1573         * lib/unistr/u8-strrchr.c: Likewise.
1574         * lib/unistr/u8-strspn.c: Likewise.
1575         * lib/unistr/u8-strstr.c: Likewise.
1576         * lib/unistr/u8-strtok.c: Likewise.
1577         * lib/unistr/u8-to-u16.c: Likewise.
1578         * lib/unistr/u8-to-u32.c: Likewise.
1579         * lib/unistr/u8-uctomb-aux.c: Likewise.
1580         * lib/unistr/u8-uctomb.c: Likewise.
1581         * lib/unitypes.h: Likewise.
1582         * lib/uniwidth.h: Likewise.
1583         * lib/uniwidth/cjk.h: Likewise.
1584         * lib/uniwidth/u16-strwidth.c: Likewise.
1585         * lib/uniwidth/u16-width.c: Likewise.
1586         * lib/uniwidth/u32-strwidth.c: Likewise.
1587         * lib/uniwidth/u32-width.c: Likewise.
1588         * lib/uniwidth/u8-strwidth.c: Likewise.
1589         * lib/uniwidth/u8-width.c: Likewise.
1590         * lib/uniwidth/width.c: Likewise.
1591
1592 2007-10-07  Bruno Haible  <bruno@clisp.org>
1593
1594         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1595         The file is still under LGPL (see modules/inttypes).
1596
1597 2007-10-06  Bruno Haible  <bruno@clisp.org>
1598
1599         * modules/trunc (Dependencies): Add 'extensions'.
1600         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1601         Reported by Ben Pfaff <blp@gnu.org>.
1602
1603 2007-10-06  Bruno Haible  <bruno@clisp.org>
1604
1605         * modules/freopen-tests: New file.
1606         * tests/test-freopen.c: New file.
1607
1608         * modules/fopen-tests: New file.
1609         * tests/test-fopen.c: New file.
1610
1611         * modules/fopen: New file.
1612         * lib/fopen.c: New file.
1613         * m4/fopen.m4: New file.
1614         * modules/freopen: New file.
1615         * lib/freopen.c: New file.
1616         * m4/freopen.m4: New file.
1617         * lib/stdio.in.h (fopen, freopen): New declarations.
1618         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1619         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1620         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1621         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1622         * doc/functions/fopen.texi: Mention the 'fopen' module.
1623         * doc/functions/freopen.texi: Mention the 'freopen' module.
1624
1625 2007-10-06  Bruno Haible  <bruno@clisp.org>
1626
1627         * modules/open-tests: New file.
1628         * tests/test-open.c: New file.
1629
1630         * modules/open: New file.
1631         * lib/open.c: New file.
1632         * m4/open.m4: New file.
1633         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1634         lib/open.c does.
1635         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1636         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1637         macros.
1638         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1639         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1640         REPLACE_OPEN.
1641         * doc/functions/open.texi: Mention the 'open' module.
1642
1643 2007-10-04  Bruno Haible  <bruno@clisp.org>
1644
1645         * modules/ceill-tests: New file.
1646         * tests/test-ceill.c: New file.
1647
1648         * modules/ceill: New file.
1649         * lib/ceill.c: Replace entire file.
1650         * m4/ceill.m4: New file.
1651         * lib/math.in.h (ceill): Replace declaration.
1652         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1653         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1654         * doc/functions/ceill.texi: Mention the 'ceill' module.
1655         * modules/mathl (Files): Remove lib/ceill.c.
1656         (Depends-on): Add ceill.
1657
1658 2007-10-04  Bruno Haible  <bruno@clisp.org>
1659
1660         * modules/ceilf-tests: New file.
1661         * tests/test-ceilf.c: New file.
1662
1663         * modules/ceilf: New file.
1664         * lib/ceil.c: New file.
1665         * lib/ceilf.c: New file.
1666         * m4/ceilf.m4: New file.
1667         * lib/math.in.h (ceilf): New declaration.
1668         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1669         HAVE_DECL_CEILF.
1670         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1671         HAVE_DECL_CEILF.
1672         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1673
1674 2007-10-04  Bruno Haible  <bruno@clisp.org>
1675
1676         * modules/floorl-tests: New file.
1677         * tests/test-floorl.c: New file.
1678
1679         * modules/floorl: New file.
1680         * lib/floorl.c: Replace entire file.
1681         * m4/floorl.m4: New file.
1682         * lib/math.in.h (floorl): Replace declaration.
1683         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1684         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1685         * doc/functions/floorl.texi: Mention the 'floorl' module.
1686         * modules/mathl (Files): Remove lib/floorl.c.
1687         (Depends-on): Add floorl.
1688
1689 2007-10-04  Bruno Haible  <bruno@clisp.org>
1690
1691         * modules/floorf-tests: New file.
1692         * tests/test-floorf.c: New file.
1693
1694         * modules/floorf: New file.
1695         * lib/floor.c: New file.
1696         * lib/floorf.c: New file.
1697         * m4/floorf.m4: New file.
1698         * lib/math.in.h (floorf): New declaration.
1699         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1700         HAVE_DECL_FLOORF.
1701         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1702         HAVE_DECL_FLOORF.
1703         * doc/functions/floorf.texi: Mention the 'floorf' module.
1704
1705 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1706             Bruno Haible  <bruno@clisp.org>
1707
1708         Advertise for the Git server instead of the CVS server.
1709         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1710         repository instead of the CVS one.
1711         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1712         about all VCS systems generically.
1713         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1714
1715 2007-10-04  Bruno Haible  <bruno@clisp.org>
1716
1717         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1718         means.
1719         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1720
1721 2007-10-04  Bruno Haible  <bruno@clisp.org>
1722
1723         * modules/truncl-tests: New file.
1724         * tests/test-truncl.c: New file.
1725
1726         * modules/truncl: New file.
1727         * lib/truncl.c: New file.
1728         * m4/truncl.m4: New file.
1729         * lib/math.in.h (truncl): New declaration.
1730         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1731         HAVE_DECL_TRUNCL.
1732         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1733         HAVE_DECL_TRUNCL.
1734         * doc/functions/truncl.texi: Mention the 'truncl' module.
1735
1736 2007-10-04  Bruno Haible  <bruno@clisp.org>
1737
1738         * modules/truncf-tests: New file.
1739         * tests/test-truncf.c: New file.
1740
1741         * modules/truncf: New file.
1742         * lib/trunc.c: Make paramerizable through USE_* macros.
1743         * lib/truncf.c: New file.
1744         * m4/truncf.m4: New file.
1745         * lib/math.in.h (truncf): New declaration.
1746         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1747         HAVE_DECL_TRUNCF.
1748         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1749         HAVE_DECL_TRUNCF.
1750         * doc/functions/truncf.texi: Mention the 'truncf' module.
1751
1752 2007-10-03  Bruno Haible  <bruno@clisp.org>
1753
1754         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1755         augmentation also for tests modules.
1756         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1757         * modules/atexit-tests (Makefile.am): Likewise.
1758         * modules/binary-io-tests (Makefile.am): Likewise.
1759         * modules/c-strcase-tests (Makefile.am): Likewise.
1760         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1761         * modules/canonicalize-tests (Makefile.am): Likewise.
1762         * modules/closein-tests (Makefile.am): Likewise.
1763         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1764         * modules/freadahead-tests (Makefile.am): Likewise.
1765         * modules/fseek-tests (Makefile.am): Likewise.
1766         * modules/fseeko-tests (Makefile.am): Likewise.
1767         * modules/ftell-tests (Makefile.am): Likewise.
1768         * modules/ftello-tests (Makefile.am): Likewise.
1769         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1770         * modules/isnanl-tests (Makefile.am): Likewise.
1771         * modules/lseek-tests (Makefile.am): Likewise.
1772         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1773         * modules/mbscasestr-tests (Makefile.am): Likewise.
1774         * modules/mbschr-tests (Makefile.am): Likewise.
1775         * modules/mbscspn-tests (Makefile.am): Likewise.
1776         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1777         * modules/mbspbrk-tests (Makefile.am): Likewise.
1778         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1779         * modules/mbsrchr-tests (Makefile.am): Likewise.
1780         * modules/mbsspn-tests (Makefile.am): Likewise.
1781         * modules/mbsstr-tests (Makefile.am): Likewise.
1782         * modules/printf-posix-tests (Makefile.am): Likewise.
1783         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1784         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1785         * modules/tsearch-tests (Makefile.am): Likewise.
1786         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1787         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1788         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1789         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1790         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1791         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1792         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1793         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1794         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1795         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1796         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1797         * modules/xstrtol-tests (Makefile.am): Likewise.
1798         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1799         * modules/yesno-tests (Makefile.am): Likewise.
1800
1801 2007-10-03  Bruno Haible  <bruno@clisp.org>
1802
1803         * modules/trunc-tests: New file.
1804         * tests/test-trunc.c: New file.
1805
1806         * modules/trunc: New file.
1807         * lib/trunc.c: New file.
1808         * m4/trunc.m4: New file.
1809         * lib/math.in.h (trunc): New declaration.
1810         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1811         HAVE_DECL_TRUNC.
1812         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1813         HAVE_DECL_TRUNC.
1814         * doc/functions/trunc.texi: Mention the 'trunc' module.
1815
1816 2007-10-03  Bruno Haible  <bruno@clisp.org>
1817
1818         * tests/test-fpending.c: New file, mostly copied
1819         from coreutils/lib/t-fpending.c.
1820         * modules/fpending-tests: New file.
1821
1822 2007-10-03  Bruno Haible  <bruno@clisp.org>
1823
1824         Port the stdio extensions to QNX (untested).
1825         * lib/fseterr.c (fseterr): Add support for QNX.
1826         * lib/fbufmode.c (fbufmode): Likewise.
1827         * lib/freadable.c (freadable): Likewise.
1828         * lib/fwritable.c (fwritable): Likewise.
1829         * lib/freading.c (freading): Likewise.
1830         * lib/fwriting.c (fwriting): Likewise.
1831         * lib/freadahead.c (freadahed): Likewise.
1832         * lib/fpurge.c (fpurge): Likewise.
1833         * lib/fseeko.c (rpl_fseeko): Likewise.
1834
1835 2007-10-03  Bruno Haible  <bruno@clisp.org>
1836             Jim Meyering  <jim@meyering.net>
1837             Eric Blake  <ebb9@byu.net>
1838
1839         * doc/relocatable.texi: Use @command instead of @program.
1840
1841 2007-10-02  Jim Meyering  <jim@meyering.net>
1842
1843         Perform one more "_.h" -> ".in.h" substitution.
1844         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1845         instead of unistd_.h here, too.
1846
1847 2007-10-01  Bruno Haible  <bruno@clisp.org>
1848
1849         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1850         Needed for the alloca-opt module.
1851
1852 2007-09-30  Bruno Haible  <bruno@clisp.org>
1853
1854         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1855         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1856         alloca_.h.
1857         * lib/argz.in.h: Renamed from lib/argz_.h.
1858         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1859         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1860         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1861         byteswap_.h.
1862         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1863         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1864         dirent_.h.
1865         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1866         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1867         fcntl_.h.
1868         * lib/float.in.h: Renamed from lib/float_.h.
1869         * modules/float (Files, Makefile.am): Use float.in.h instead of
1870         float_.h.
1871         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1872         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1873         fnmatch_.h.
1874         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1875         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1876         getopt_.h.
1877         * lib/glob.in.h: Renamed from lib/glob_.h.
1878         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1879         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1880         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1881         iconv_.h.
1882         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1883         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1884         inttypes_.h.
1885         * lib/locale.in.h: Renamed from lib/locale_.h.
1886         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1887         locale_.h.
1888         * lib/math.in.h: Renamed from lib/math_.h.
1889         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1890         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1891         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1892         of netinet_in_.h. Add dependency.
1893         * lib/poll.in.h: Renamed from lib/poll_.h.
1894         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1895         * lib/search.in.h: Renamed from lib/search_.h.
1896         * modules/search (Files, Makefile.am): Use search.in.h instead of
1897         search_.h.
1898         * lib/signal.in.h: Renamed from lib/signal_.h.
1899         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1900         _signal.h.
1901         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1902         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1903         stdbool_.h.
1904         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1905         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1906         stdint_.h.
1907         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1908         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1909         stdio_.h.
1910         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1911         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1912         stdlib_.h.
1913         * lib/string.in.h: Renamed from lib/string_.h.
1914         * modules/string (Files, Makefile.am): Use string.in.h instead of
1915         string_.h.
1916         * doc/gnulib-tool.texi (Initial import): Update.
1917         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1918         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1919         of sys_select_.h. Add dependency.
1920         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1921         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1922         of sys_socket_.h.
1923         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1924         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1925         sys_stat_.h.
1926         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1927         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1928         sys_time_.h.
1929         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1930         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1931         sysexits_.h.
1932         * lib/time.in.h: Renamed from lib/time_.h.
1933         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1934         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1935         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1936         unistd_.h.
1937         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1938         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1939         wchar_.h.
1940         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1941         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1942         wctype_.h.
1943         * build-aux/bootstrap (slurp): Update.
1944         * lib/.cppi-disable: Update.
1945
1946 2007-09-30  Bruno Haible  <bruno@clisp.org>
1947
1948         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1949         Needed on BeOS.
1950
1951 2007-09-30  Bruno Haible  <bruno@clisp.org>
1952
1953         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1954
1955 2007-09-29  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1958
1959 2007-09-29  Bruno Haible  <bruno@clisp.org>
1960
1961         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1962         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1963         * build-aux/install-reloc: Compile also areadlink.c.
1964         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1965
1966 2007-09-29  Bruno Haible  <bruno@clisp.org>
1967
1968         * gnulib-tool (func_emit_initmacro_done): Indentation.
1969
1970 2007-09-29  Bruno Haible  <bruno@clisp.org>
1971
1972         * README: Add CVS checkout update instructions.
1973         Info from Bob Proulx <bob@proulx.com>.
1974
1975 2007-09-28  Eric Blake  <ebb9@byu.net>
1976
1977         Provide move-if-change.
1978         * build-aux/move-if-change: New file, based on best practice
1979         rather than any canonical upstream location.
1980
1981 2007-09-28  Jim Meyering  <jim@meyering.net>
1982
1983         Fix canonicalize loop-detection corner case.
1984         Do not attempt to stat the symlink values stored via seen_triple.
1985         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1986         on linux-2.6.18, (but not 2.6.22).
1987         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1988         triple_compare.  The former compares dev,ino,filename, while the latter
1989         would actually stat dirname(filename) when dev and ino were equal.
1990         * lib/hash-triple.c: Install <string.h>.
1991         (STREQ): Define.
1992         (triple_compare_ino_str): New function.
1993         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1994
1995 2007-09-28  Eric Blake  <ebb9@byu.net>
1996
1997         Enforce that AC_REPLACE_FUNCS files exist.
1998         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1999         override check for typos.
2000
2001         Fix test-closein on Solaris 10.
2002         * tests/test-closein.c (main): Don't assume stdin can be inherited
2003         closed on all systems.
2004         * tests/test-closein.sh: Likewise.
2005         Reported by Piotr Tarnowski.
2006
2007 2007-09-28  Jim Meyering  <jim@meyering.net>
2008
2009         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
2010
2011 2007-09-27  Jim Meyering  <jim@meyering.net>
2012
2013         canonicalize: Avoid a false-positive cycle failure.
2014         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
2015         Sort.  Remove cycle-check.
2016         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
2017         not cycle-check.h.
2018         (seen_triple): New function.
2019         (canonicalize_filename_mode): Use it instead of cycle-check.
2020         * tests/test-canonicalize.c: Add a test for this bug.
2021         * tests/test-canonicalize.sh: Set up and run the test.
2022
2023         New module, file-set, from coreutils.
2024         * modules/file-set: Define it.
2025         * lib/file-set.c, lib/file-set.h: Implement.
2026
2027         New module, hash-triple, from coreutils.
2028         * modules/hash-triple: Define it.
2029         * lib/hash-triple.c, lib/hash-triple.h: Implement.
2030
2031 2007-09-25  Eric Blake  <ebb9@byu.net>
2032
2033         Fix strerror on Interix.
2034         * lib/string_.h (strerror): Declare replacement.
2035         * doc/functions/strerror.texi (strerror): Document the Interix
2036         shortcoming.
2037         * modules/string (Makefile.am): Support new hooks.
2038         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
2039         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
2040         gl_FUNC_STRERROR_SEPARATE.
2041         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
2042         * lib/strerror.c (rpl_strerror): Provide replacement.
2043         * modules/strerror (Depends-on): Add string.
2044         (configure.ac): Detect use of module.
2045         * tests/test-strerror.c: New file.
2046         * modules/strerror-tests: New test module.
2047         * modules/argp (Depends-on): Add strerror.
2048         * modules/error (Depends-on): Likewise.
2049         Reported by Martin Koeppe.
2050
2051 2007-09-24  Bruno Haible  <bruno@clisp.org>
2052
2053         * README: Update git instructions.
2054
2055 2007-09-24  Eric Blake  <ebb9@byu.net>
2056
2057         Revert fpending breakage from 2007-09-08.
2058         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
2059         __fpending.c.
2060
2061 2007-09-24  Jim Meyering  <jim@meyering.net>
2062
2063         filenamecat.c: Add a test.
2064         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
2065         showing how the function works when DIR is the empty string.
2066
2067 2007-09-21  Simon Josefsson  <simon@josefsson.org>
2068
2069         * tests/test-canonicalize.sh: Turn on executable bit.
2070
2071 2007-09-19  Eric Blake  <ebb9@byu.net>
2072
2073         * README: Update CVS instructions.
2074
2075 2007-09-18  Bruno Haible  <bruno@clisp.org>
2076
2077         * modules/areadlink: New file.
2078         * lib/areadlink.h (areadlink): New declaration.
2079         * lib/areadlink.c: New file, based on lib/xreadlink.c.
2080
2081 2007-09-17  Jim Meyering  <jim@meyering.net>
2082
2083         * lib/savewd.c (ESTALE) [!defined]: Define.
2084         Reported to be required on Interix by Martin Koeppe.
2085
2086 2007-09-17  Bruno Haible  <bruno@clisp.org>
2087
2088         * gnulib-tool (func_version): Use $version.
2089
2090 2007-09-16  Bruno Haible  <bruno@clisp.org>
2091
2092         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
2093         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2094         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2095         Reported by Greg Schafer <gschafer@zip.com.au>.
2096
2097 2007-09-15  Bruno Haible  <bruno@clisp.org>
2098
2099         * gnulib-tool (sed): Try a little harder to make bash understand the
2100         alias.
2101         Reported by Bruce Korb <bruce.korb@gmail.com>.
2102
2103 2007-09-13  Eric Blake  <ebb9@byu.net>
2104
2105         * ChangeLog: Remove conflict markers.
2106
2107 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2108
2109         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2110         Reported by Bruno Haible <bruno@clisp.org>.
2111
2112 2007-09-12  Bruno Haible  <bruno@clisp.org>
2113
2114         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2115         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2116         is not defined.
2117
2118 2007-09-12  Eric Blake  <ebb9@byu.net>
2119
2120         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2121         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2122         Autoconf definition.
2123         * modules/euidaccess (Depends-on): Add extensions, for
2124         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2125         * modules/fnmatch (Depends-on): Likewise.
2126         * modules/getaddrinfo (Depends-on): Likewise.
2127         * modules/getdelim (Depends-on): Likewise.
2128         * modules/getline (Depends-on): Likewise.
2129         * modules/getsubopt (Depends-on): Likewise.
2130         * modules/gettext (Depends-on): Likewise.
2131         * modules/group-member (Depends-on): Likewise.
2132         * modules/mbchar (Depends-on): Likewise.
2133         * modules/memmem (Depends-on): Likewise.
2134         * modules/mempcpy (Depends-on): Likewise.
2135         * modules/memrchr (Depends-on): Likewise.
2136         * modules/pagealign_alloc (Depends-on): Likewise.
2137         * modules/readutmp (Depends-on): Likewise.
2138         * modules/stpcpy (Depends-on): Likewise.
2139         * modules/stpncpy (Depends-on): Likewise.
2140         * modules/strchrnul (Depends-on): Likewise.
2141         * modules/strndup (Depends-on): Likewise.
2142         * modules/strsep (Depends-on): Likewise.
2143         * modules/strverscmp (Depends-on): Likewise.
2144         * modules/vasprintf (Depends-on): Likewise.
2145         * modules/wcwidth (Depends-on): Likewise.
2146         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2147         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2148         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2149         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2150         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2151         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2152         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2153         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2154         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2155         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2156         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2157         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2158         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2159         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2160         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2161         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2162         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2163         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2164         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2165         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2166         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2167         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2168         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2169         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2170         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2171         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2172         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2173         so that lock.m4 can be used in gettext without extensions module.
2174
2175 2007-09-11  Bruno Haible  <bruno@clisp.org>
2176
2177         * m4/isc-posix.m4: Remove file.
2178         Suggested by Eric Blake.
2179
2180 2007-09-11  Eric Blake  <ebb9@byu.net>
2181
2182         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2183
2184 2007-09-10  Bruno Haible  <bruno@clisp.org>
2185
2186         * posix-modules: Fix typo in error message.
2187         Reported by Matt <mkraai@beckman.com>.
2188
2189 2007-09-09  Bruno Haible  <bruno@clisp.org>
2190
2191         * doc/functions/getdelim.texi: Update list of platforms lacking the
2192         function.
2193         * doc/functions/getline.texi: Likewise.
2194
2195 2007-09-09  Jim Meyering  <jim@meyering.net>
2196
2197         * lib/hash.c (hash_initialize): Detect calloc failure.
2198         Reported by Bruno Haible.
2199
2200 2007-09-09  Bruno Haible  <bruno@clisp.org>
2201
2202         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2203         malloc or realloc fails.
2204
2205 2007-09-09  Bruno Haible  <bruno@clisp.org>
2206
2207         * modules/getcwd (Depends-on): Add malloc-posix.
2208         * modules/glob (Depends-on): Likewise.
2209         * modules/putenv (Depends-on): Likewise.
2210         * modules/strdup (Depends-on): Likewise.
2211         * modules/getdelim (Depends-on): Add realloc-posix.
2212         * modules/read-file (Depends-on): Likewise.
2213
2214 2007-09-09  Bruno Haible  <bruno@clisp.org>
2215
2216         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2217         (gl_FUNC_MALLOC_POSIX): Require it.
2218         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2219         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2220         * modules/realloc (Files): Add m4/malloc.m4.
2221         * modules/calloc (Files): Likewise.
2222
2223 2007-09-09  Bruno Haible  <bruno@clisp.org>
2224
2225         * modules/malloc-posix: New file.
2226         * modules/malloc (Depends-on): Add malloc-posix.
2227         * lib/malloc.c: Include errno.h.
2228         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2229         and a POSIX-compatible malloc into a single function. Set ENOMEM
2230         when returning NULL.
2231         * m4/malloc.m4: New file.
2232         * doc/functions/malloc.texi: Mention the malloc-posix module.
2233         * lib/stdlib_.h (malloc): New declaration.
2234         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2235         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2236         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2237         and HAVE_MALLOC_POSIX.
2238
2239 2007-09-09  Bruno Haible  <bruno@clisp.org>
2240
2241         * modules/realloc-posix: New file.
2242         * modules/realloc (Depends-on): Add realloc-posix.
2243         * lib/realloc.c: Include errno.h.
2244         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2245         and a POSIX-compatible realloc into a single function. Set ENOMEM
2246         when returning NULL.
2247         * m4/realloc.m4: New file.
2248         * doc/functions/realloc.texi: Mention the realloc-posix module.
2249         * lib/stdlib_.h (realloc): New declaration.
2250         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2251         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2252         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2253         and HAVE_REALLOC_POSIX.
2254
2255 2007-09-09  Bruno Haible  <bruno@clisp.org>
2256
2257         * modules/calloc-posix: New file.
2258         * modules/calloc (Depends-on): Add calloc-posix.
2259         * lib/calloc.c: Include errno.h.
2260         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2261         and a POSIX-compatible calloc into a single function. Set ENOMEM
2262         when returning NULL.
2263         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2264         * doc/functions/calloc.texi: Mention the calloc-posix module.
2265         * lib/stdlib_.h (calloc): New declaration.
2266         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2267         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2268         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2269         and HAVE_CALLOC_POSIX.
2270
2271 2007-09-09  Bruno Haible  <bruno@clisp.org>
2272
2273         Allow for modules to show an arbitrary notice.
2274         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2275         * gnulib-tool: New option --extract-notice.
2276         (func_usage): Document it.
2277         (sed_extract_prog): Update.
2278         (func_get_notice): New function.
2279         (func_modules_notice): New function.
2280         (func_import, func_create_testdir): Invoke it.
2281         Suggested by Jim Meyering.
2282
2283 2007-09-09  Bruno Haible  <bruno@clisp.org>
2284
2285         * gnulib-tool: New options --verbose, --quiet.
2286         (func_usage): Document them.
2287         (verbose): New variable.
2288         (func_execute_command): New function.
2289         (func_import): Don't show the module list and the file list if
2290         $verbose < 0.
2291         (func_create_testdir): Likewise. Use func_execute_command.
2292         (func_create_megatestdir): Use func_execute_command.
2293
2294 2007-09-08  Bruno Haible  <bruno@clisp.org>
2295
2296         * gnulib-tool (func_import): Prefer rsync over wget when available,
2297         for fetching the PO files.
2298
2299 2007-09-08  Bruno Haible  <bruno@clisp.org>
2300
2301         * posix-modules: New file. Portions copied from gnulib-tool.
2302         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2303
2304 2007-09-08  Jim Meyering  <jim@meyering.net>
2305
2306         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2307         * lib/fpending.h: Rename from __fpending.h.
2308         * lib/fpending.c: Rename from __fpending.c.
2309         Include "fpending.h", not "__fpending.h".
2310         * lib/__fpending.h, lib/__fpending.c: Remove files.
2311         * modules/fpending (Files): Reflect new file names.
2312         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2313
2314 2007-09-08  Bruno Haible  <bruno@clisp.org>
2315
2316         * m4/inttypes-h.m4: Remove stub file.
2317
2318 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2319
2320         * doc/headers/stdint.texi: Discuss #include_next issue.
2321
2322 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2323
2324         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2325
2326 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2327
2328         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2329         in variable name.
2330
2331 2007-09-03  Jim Meyering  <jim@meyering.net>
2332
2333         New module: git-version-gen.
2334         * modules/git-version-gen: New file.
2335
2336         Import changes from coreutils for bootstrap script.
2337
2338         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2339
2340         bootstrap: uses rsync to download the .po files
2341         * build-aux/bootstrap (po_download_command_format): New global.
2342         (download_po_files): Use rsync.
2343         (update_po_files): Don't remove .po files after download,
2344         so future rsync runs can take advantage of the copies.
2345
2346         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2347
2348         Solve the unnecessary-.po-file-regeneration problem once and for all.
2349         * build-aux/bootstrap (download_po_files): New function, renamed from
2350         get_translations.  Now, downloads, but doesn't update LINGUAS.
2351         (update_po_files): New function.
2352
2353         bootstrap: Ignore more.
2354         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2355         uniwidth to e.g., lib/.gitignore.
2356         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2357
2358         * build-aux/bootstrap: New setting: vc_ignore.
2359         (insert_sorted_if_absent): Create $file if absent.
2360         Adapt to new, possibly empty, list: $vc_ignore.
2361
2362         bootstrap: generate more ignorable names
2363         * build-aux/bootstrap (slurp): When generating ignorable names,
2364         also map .sin to .sed, .gperf to .c, and .y to .c.
2365
2366 2007-09-03  Jim Meyering  <jim@meyering.net>
2367
2368         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2369         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2370
2371 2007-09-02  Bruno Haible  <bruno@clisp.org>
2372
2373         Fix mis-recognition of 'mcs' on QNX 6.
2374         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2375         output contains the string "Mono".
2376         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2377         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2378
2379 2007-09-01  Bruno Haible  <bruno@clisp.org>
2380
2381         Fix collision between uniwidth/* and linebreak modules.
2382         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2383         u32_width): Remove declarations.
2384         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2385         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2386         streq3, streq2, streq1, streq0): Remove functions.
2387         (STREQ): Remove macro.
2388         (is_cjk_encoding): Remove function.
2389         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2390         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2391         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2392         * NEWS: Document the change.
2393
2394 2007-09-01  Bruno Haible  <bruno@clisp.org>
2395
2396         * lib/streq.h: Add double-inclusion guard.
2397
2398 2007-09-01  Karl Berry  <karl@gnu.org>
2399
2400         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2401
2402 2007-08-28  Jim Meyering  <jim@meyering.net>
2403
2404         Rename mreadlink_with_size to areadlink_with_size.
2405         * NEWS: Document the change.
2406         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2407         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2408         * lib/mreadlink.h: Rename this to...
2409         * lib/areadlink.h: ...this.
2410         * modules/mreadlink-with-size: Rename this to...
2411         * modules/areadlink-with-size: ...this.
2412         * lib/canonicalize.c: Reflect the renaming.
2413         * modules/canonicalize: Likewise.
2414
2415 2007-08-26  Bruno Haible  <bruno@clisp.org>
2416
2417         * gnulib-tool (func_import): When deciding which files to remove,
2418         consider also dangling symbolic links.
2419         Reported by Eric Blake.
2420
2421 2007-08-26  Bruno Haible  <bruno@clisp.org>
2422
2423         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2424
2425 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2426
2427         * lib/readline.c: Don't include getline.h, the prototype is now
2428         found in stdio.h.
2429
2430 2007-08-23  Jim Meyering  <jim@meyering.net>
2431
2432         Getdelim touchup.
2433         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2434         around the funlockfile call, since funlockfile never sets errno.
2435         Don't set errno upon failed realloc.
2436
2437 2007-08-22  Eric Blake  <ebb9@byu.net>
2438
2439         Getline touchups.
2440         * lib/getdelim.c (getdelim): Revert regression that required *n to
2441         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2442         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2443         getdelim, rather than whether implementation is missing.
2444         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2445         * lib/stdio_.h (getline): Also declare if replacement is
2446         required.
2447         * doc/functions/getdelim.texi: New file.
2448         * doc/functions/getline.texi: Likewise.
2449         * doc/gnulib.texi (Function Substitutes): Add new files.
2450         Reported by Bruno Haible.
2451
2452 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2453
2454         * users.txt: Add Guile.
2455
2456 2007-08-22  Eric Blake  <ebb9@byu.net>
2457
2458         * tests/test-getdelim.c (main): Use remove, not unlink.
2459         * tests/test-getline.c (main): Likewise.
2460
2461         Move getline and getdelim into stdio.h, per POSIX 200x.
2462         * modules/getline (Files): Remove getline.h.
2463         (Depends-on): Add stdio.
2464         (configure.ac): Add module indicator.
2465         * modules/getdelim (Files): Remove getdelim.h.
2466         (Depends-on): Add stdio.
2467         (configure.ac): Add module indicator.
2468         * modules/stdio (Makefile.am): Work with new indicators.
2469         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2470         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2471         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2472         * lib/getdelim.h: Delete.
2473         * lib/getline.h: Delete.
2474         * lib/stdio_.h (getdelim, getline): Declare.
2475         * modules/getdelim-tests: New module.
2476         * modules/getline-tests: Likewise.
2477         * tests/test-getdelim.c: New file.
2478         * tests/test-getline.c: Likewise.
2479         * NEWS: Document the change.
2480         * lib/getline.c: Update choice of header.
2481         * lib/csharpcomp.c: Likewise.
2482         * lib/getpass.c: Likewise.
2483         * lib/javacomp.c: Likewise.
2484         * lib/javaversion.c: Likewise.
2485         * lib/yesno.c: Likewise.
2486         * lib/getdelim.c: Likewise.
2487         (getdelim): Set errno on failure, and avoid memory leak.
2488
2489 2007-08-19  Bruno Haible  <bruno@clisp.org>
2490
2491         * modules/closein (Depends-on): Add freadahead.
2492         * lib/closein.c: Include freadahead.h.
2493         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2494         is zero.
2495
2496 2007-08-19  Bruno Haible  <bruno@clisp.org>
2497
2498         * modules/freadahead-tests: New file.
2499         * tests/test-freadahead.sh: New file.
2500         * tests/test-freadahead.c: New file.
2501
2502         * modules/freadahead: New file.
2503         * lib/freadahead.h: New file.
2504         * lib/freadahead.c: New file.
2505         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2506         fbufmode, fpurge, freadable, fwritable.
2507
2508 2007-08-19  Eric Blake  <ebb9@byu.net>
2509
2510         Test yesno in combination with closein.
2511         * lib/yesno.c (yesno): Document use of stdin.
2512         * modules/yesno-tests (Files): New module.
2513         * tests/test-yesno.c (main): New file.
2514         * tests/test-yesno.sh: Likewise.
2515
2516 2007-08-19  Bruno Haible  <bruno@clisp.org>
2517
2518         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2519         * lib/fseeko.c (rpl_fseeko): Likewise.
2520         * lib/fseterr.c (fseterr): Likewise.
2521
2522 2007-08-19  Bruno Haible  <bruno@clisp.org>
2523
2524         * tests/test-lseek.c (main): Disable a test for BeOS.
2525         * doc/functions/lseek.texi: Document the BeOS bug.
2526
2527 2007-08-19  Bruno Haible  <bruno@clisp.org>
2528             Eric Blake  <ebb9@byu.net>
2529
2530         * lib/lseek.c: Include <sys/stat.h>.
2531         (rpl_lseek): Add workaround code also for Unix platforms.
2532         Needed for BeOS.
2533         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2534         * doc/functions/lseek.texi: Document BeOS definiency.
2535
2536 2007-08-18  Bruno Haible  <bruno@clisp.org>
2537
2538         * modules/fstrcmp-tests: New file.
2539         * tests/test-fstrcmp.c: New file.
2540
2541 2007-08-18  Bruno Haible  <bruno@clisp.org>
2542
2543         * modules/fstrcmp: New file, from GNU gettext with modifications.
2544         * lib/fstrcmp.h: New file, from GNU gettext.
2545         * lib/fstrcmp.c: New file, from GNU gettext.
2546         * MODULES.html.sh (String handling): Add fstrcmp.
2547
2548 2007-08-18  Bruno Haible  <bruno@clisp.org>
2549
2550         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2551         'bool'.
2552         (diag, compareseq): Remove const from the ctxt argument.
2553         (USE_HEURISTIC): Undefine at the end.
2554
2555 2007-08-18  Jim Meyering  <jim@meyering.net>
2556
2557         New file: lib/idcache.h
2558         * NEWS: Mention the addition.
2559         * modules/idcache (Files): Add lib/idcache.h
2560         * lib/idcache.c: Include "idcache.h".
2561         Don't include <sys/types.h>.
2562         Add a FIXME comment.
2563         Move file-scoped "static" declarations to the top.
2564         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2565
2566 2007-08-17  Bruno Haible  <bruno@clisp.org>
2567         and Paul Eggert  <eggert@cs.ucla.edu>
2568
2569         * MODULES.html.sh: Add diffseq.
2570         * modules/diffseq: New file.
2571         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2572         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2573
2574 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2575
2576         Import changes from coreutils for bootstrap script.
2577
2578         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2579
2580         * build-aux/bootstrap (slurp): Work even in environments where
2581         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2582         current code does not slurp files whose names start with ".", and
2583         this looks like it might be a troublesome area.
2584
2585         2007-07-11  Jim Meyering  <jim@meyering.net>
2586
2587         If there's a GPL vN copyright comment, require that N == 3.
2588
2589         2007-07-08  Jim Meyering  <jim@meyering.net>
2590
2591         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2592         * build-aux/bootstrap (mam_template): Move definition out of loop.
2593
2594         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2595
2596         * build-aux/bootstrap (symlink_to_dir): Rename function from
2597         symlink_to_gnulib.  Add a directory parameter.  Update all
2598         callers.
2599         (cp_mark_as_generated): Also check for -- and link to -- files in
2600         gl/.
2601
2602         2007-07-08  Jim Meyering  <jim@meyering.net>
2603
2604         Adapt to deeper hierarchy in gnulib.
2605         * build-aux/bootstrap (symlink_to_dir): If the destination
2606         directory doesn't exist, create it. This is required at least for
2607         "lib/uniwidth/cjk.h".
2608
2609         2007-05-15  Jim Meyering  <jim@meyering.net>
2610
2611         * build-aux/bootstrap: Now that generated Makefile.am files
2612         are no longer under version control, they must be created at
2613         bootstrap time.
2614
2615 2007-08-14  Ben Pfaff  <blp@gnu.org>
2616
2617         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2618
2619 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2620
2621         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2622         given the changes below.
2623         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2624         even on hosts that have padding bits beyond the supported 64.
2625
2626 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2627
2628         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2629         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2630         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2631         depends on it.
2632         (xstrtol_error): Remove.
2633         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2634         but with a different signature.
2635         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2636         * lib/xstrtol-error.c: Include exitfail.h.
2637         (xstrtol_fatal): New function, with a different signature from the
2638         old xstrtol_error, so that the caller need not worry about passing
2639         in an exit status, or about storage management of the option argument.
2640         (xstrtol_error): Now a static function.  Redo signature to
2641         implement xstrtol_fatal.  Output the correct number of hyphens in
2642         front of the option so that the caller need not worry about
2643         storage management.
2644         (N_): New macro.
2645         (_): Remove; not used now.
2646         * modules/xstrtol: Depend on getopt.
2647         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2648         of old STRTOL_FATAL_ERROR macro.
2649         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2650         of test program.
2651         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2652         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2653
2654 2007-08-08  Eric Blake  <ebb9@byu.net>
2655
2656         * lib/xstrtol-error.c: Add missing include.
2657
2658         Move xstrtol messages into gnulib domain, when --pobase is used.
2659         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2660         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2661         * modules/xstrtol (Files): Distribute new file.
2662         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2663         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2664         * tests/test-xstrtol.c: ...into new file.
2665         * tests/test-xstrtoul.c: Also test xstrtoul.
2666         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2667         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2668         * tests/test-xstrtol.sh: Drive the tests.
2669         * tests/test-xstrtoimax.sh: Likewise.
2670         * tests/test-xstrtoumax.sh: Likewise.
2671         * modules/xstrtol-tests: New module.
2672         * modules/xstrtoimax-tests: Likewise.
2673         * modules/xstrtoumax-tests: Likewise.
2674
2675 2007-08-08  Jim Meyering  <jim@meyering.net>
2676
2677         New function: mfile_name_concat.
2678         * lib/filenamecat.c (mfile_name_concat): New function, just like
2679         file_name_concat, but return NULL upon failure rather than exiting
2680         with a diagnostic.
2681         * lib/filenamecat.h: Declare it.
2682
2683 2007-08-07  Bruno Haible  <bruno@clisp.org>
2684
2685         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2686         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2687         warning from gcc.
2688         Reported by Eric Blake.
2689
2690 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2691
2692         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2693         * modules/crypto/arcfour (License): Likewise.
2694         * modules/crypto/des-tests (License): Likewise.
2695         * modules/crypto/gc-arctwo-tests (License): Likewise.
2696         * modules/crypto/gc-des-tests (License): Likewise.
2697         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2698         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2699         * modules/crypto/gc-md2-tests (License): Likewise.
2700         * modules/crypto/gc-md4-tests (License): Likewise.
2701         * modules/crypto/gc-md5-tests (License): Likewise.
2702         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2703         * modules/crypto/gc-rijndael-tests (License): Likewise.
2704         * modules/crypto/gc-sha1-tests (License): Likewise.
2705         * modules/crypto/gc-tests (License): Likewise.
2706         * modules/crypto/hmac-md5 (License): Likewise.
2707         * modules/crypto/hmac-sha1 (License): Likewise.
2708         * modules/crypto/md2-tests (License): Likewise.
2709         * modules/crypto/md4-tests (License): Likewise.
2710         * modules/crypto/md5 (License): Likewise.
2711         * modules/crypto/rijndael (License): Likewise.
2712         * modules/crypto/sha1 (License): Likewise.
2713         * modules/memxor (License): Likewise.
2714
2715 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2716         and Bruno Haible  <bruno@clisp.org>
2717
2718         * NEWS: Describe interface changes to human, xstrtol.
2719         * lib/human.h: Include <xstrtol.h>.
2720         (human_options): Return enum strtol_error, not int.  Remove
2721         bool arg; take int * instead.
2722         * lib/human.c: Don't include "gettext.h".
2723         (_): Remove; no longer used.
2724         Don't include <xstrtol.h>, since human.h does it.
2725         (human_options): Adjust to abovementioned interface changes.
2726         Do not report error to stderr; that's now the caller's
2727         responsibility.
2728         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2729         interface change.
2730         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2731         Str, Argument_type_string.  All uses changed.  Put " argument"
2732         in diagnostics to make them clearer.  Change wording of suffix
2733         message for clarity.
2734         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2735         Argument_type_string.
2736         (STRTOL_FATAL_WARN): Remove; no longer used.
2737         * modules/human (Depends-on): Remove gettext-h.
2738
2739 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2740
2741         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2742
2743 2007-07-31  Bruno Haible  <bruno@clisp.org>
2744
2745         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2746         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2747         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2748
2749 2007-07-31  Bruno Haible  <bruno@clisp.org>
2750
2751         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2752         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2753
2754 2007-07-30  Bruno Haible  <bruno@clisp.org>
2755
2756         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2757         * modules/c-ctype (License): Likewise.
2758         * modules/c-strcase (License): Likewise.
2759         * modules/check-version (License): Likewise.
2760         * modules/iconv (License): Likewise.
2761         * modules/iconv_open (License): Likewise.
2762         * modules/read-file (License): Likewise.
2763         * modules/striconv (License): Likewise.
2764         * modules/strverscmp (License): Likewise.
2765         * modules/vasprintf (License): Likewise.
2766         * modules/crypto/des (License): Likewise.
2767         * modules/crypto/gc (License): Likewise.
2768         * modules/crypto/gc-arcfour (License): Likewise.
2769         * modules/crypto/gc-arctwo (License): Likewise.
2770         * modules/crypto/gc-des (License): Likewise.
2771         * modules/crypto/gc-hmac-md5 (License): Likewise.
2772         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2773         * modules/crypto/gc-md2 (License): Likewise.
2774         * modules/crypto/gc-md4 (License): Likewise.
2775         * modules/crypto/gc-md5 (License): Likewise.
2776         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2777         * modules/crypto/gc-random (License): Likewise.
2778         * modules/crypto/gc-rijndael (License): Likewise.
2779         * modules/crypto/gc-sha1 (License): Likewise.
2780         * modules/crypto/md2 (License): Likewise.
2781         * modules/crypto/md4 (License): Likewise.
2782
2783 2007-07-30  Jim Meyering  <jim@meyering.net>
2784
2785         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2786         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2787         it has valid stat data.  This bug would cause du not to count the
2788         sizes of inaccessible directories.
2789         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2790         in <http://bugzilla.redhat.com/250077>.
2791
2792 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2793             Bruno Haible  <bruno@clisp.org>
2794
2795         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2796         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2797         #include_next, gives a diagnostic about it, but reports no error in
2798         the exit code.
2799         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2800
2801 2007-07-24  Ben Pfaff  <blp@gnu.org>
2802
2803         Improve name: "count-one-bits" is better than "popcount".
2804         * MODULES.html.sh: Update name.
2805         * lib/popcount.h: Renamed lib/count-one-bits.h.
2806         (popcount): Renamed count_one_bits.
2807         (popcountl): Renamed count_one_bits_l.
2808         (popcountll): Renamed count_one_bits_ll.
2809         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2810         * modules/popcount: Renamed module/count-one-bits.
2811         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2812         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2813
2814 2007-07-23  Ben Pfaff  <blp@gnu.org>
2815
2816         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2817         better code generation, and add U to large constants to avoid
2818         warnings, in non-GCC case.
2819         Suggested by Bruno Haible.
2820
2821 2007-07-23  Ben Pfaff  <blp@gnu.org>
2822
2823         * lib/popcount.h: Use verify_true instead of if...abort.
2824         * modules/popcount: Depend on verify module.
2825         Suggested by Jim Meyering.
2826
2827 2007-07-23  Bruno Haible  <bruno@clisp.org>
2828
2829         * gnulib-tool (func_import): Create a .cvsignore file also when the
2830         directory is not yet in CVS but the toplevel directory is. When
2831         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2832         Reported by Karl Berry.
2833
2834 2007-07-22  Ben Pfaff  <blp@gnu.org>
2835
2836         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2837         case.
2838         Suggested by Eric Blake.
2839
2840 2007-07-22  Ben Pfaff  <blp@gnu.org>
2841
2842         New module: popcount.
2843         * MODULES.html.sh: Add popcount.
2844         * modules/popcount: New file.
2845         * modules/popcount-tests: New file.
2846         * tests/test-popcount.c: New file.
2847         * lib/popcount.h: New file.
2848         * m4/popcount.m4: New file.
2849
2850 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2851
2852         * build-aux/announce-gen: Update to GPLv3.
2853
2854         * build-aux/config.guess: Update from config.
2855
2856 2007-07-21  Bruno Haible  <bruno@clisp.org>
2857
2858         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2859         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2860
2861 2007-07-20  Jim Meyering  <jim@meyering.net>
2862
2863         * check-module: Diagnose a self-dependency.
2864
2865 2007-07-19  Bruno Haible  <bruno@clisp.org>
2866
2867         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2868         empty.
2869         Reported by Eric Blake.
2870
2871 2007-07-18  Bruno Haible  <bruno@clisp.org>
2872
2873         * gnulib-tool: New options --po-base, --po-domain.
2874         (func_usage): Document them.
2875         (pobase, po_domain): New variables.
2876         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2877         DEFAULT_TEXT_DOMAIN.
2878         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2879         (func_import): Consider pobase and po_domain. Create a po/ directory.
2880         (func_create_testdir): Set pobase and po_domain to empty.
2881         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2882         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2883
2884 2007-07-18  Bruno Haible  <bruno@clisp.org>
2885
2886         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2887         EXTRA_DIST augmentation for files in build-aux/.
2888
2889 2007-07-16  Bruno Haible  <bruno@clisp.org>
2890
2891         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2892         * modules/getdelim (License): Likewise.
2893
2894 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2895
2896         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2897         * modules/d-type (License): Likewise.
2898         * modules/extensions (License): Likewise.
2899         * modules/fnmatch (License): Likewise.
2900         * modules/fseeko (License): Likewise.
2901         * modules/getaddrinfo (License): Likewise.
2902         * modules/getline (License): Likewise.
2903         * modules/getlogin_r (License): Likewise.
2904         * modules/getpass (License): Likewise.
2905         * modules/gettimeofday (License): Likewise.
2906         * modules/glob (License): Likewise.
2907         * modules/inet_ntop (License): Likewise.
2908         * modules/malloc (License): Likewise.
2909         * modules/malloca (License): Likewise.
2910         * modules/memmem (License): Likewise.
2911         * modules/mempcpy (License): Likewise.
2912         * modules/memset (License): Likewise.
2913         * modules/minmax (License): Likewise.
2914         * modules/mktime (License): Likewise.
2915         * modules/netinet_in (License): Likewise.
2916         * modules/pathmax (License): Likewise.
2917         * modules/poll (License): Likewise.
2918         * modules/regex (License): Likewise.
2919         * modules/snprintf (License): Likewise.
2920         * modules/stdbool (License): Likewise.
2921         * modules/stdint (License): Likewise.
2922         * modules/stdio (License): Likewise.
2923         * modules/strcase (License): Likewise.
2924         * modules/strcasestr (License): Likewise.
2925         * modules/strdup (License): Likewise.
2926         * modules/string (License): Likewise.
2927         * modules/strndup (License): Likewise.
2928         * modules/strnlen (License): Likewise.
2929         * modules/strpbrk (License): Likewise.
2930         * modules/strptime (License): Likewise.
2931         * modules/strsep (License): Likewise.
2932         * modules/sys_select (License): Likewise.
2933         * modules/sys_socket (License): Likewise.
2934         * modules/sys_stat (License): Likewise.
2935         * modules/sys_time (License): Likewise.
2936         * modules/time (License): Likewise.
2937         * modules/time_r (License): Likewise.
2938         * modules/timegm (License): Likewise.
2939         * modules/unistd (License): Likewise.
2940         * modules/vsnprintf (License): Likewise.
2941         * modules/wctype (License): Likewise.
2942
2943 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2944
2945         * modules/argz (License): LGPLv2+.
2946
2947 2007-07-15  Karl Berry  <karl@gnu.org>
2948
2949         * doc/gnulib.texi: revise node structure per new fdl.texi.
2950
2951 2007-07-14  Bruno Haible  <bruno@clisp.org>
2952
2953         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2954         the output file.
2955         * lib/uniname/uninames.h: Regenerated.
2956
2957 2007-07-14  Karl Berry  <karl@gnu.org>
2958
2959         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2960         omitting sectioning and index commands.
2961
2962 2007-07-13  Bruno Haible  <bruno@clisp.org>
2963
2964         New gnulib-tool option --more-symlinks.
2965         * gnulib-tool (func_usage): Document --more-symlinks.
2966         (do_copyrights): New variable.
2967         Recognize option --more-symlinks.
2968         (func_import): Don't add a copyright notice transform to
2969         sed_transform_lib_file if do_copyrights is empty.
2970
2971 2007-07-13  Bruno Haible  <bruno@clisp.org>
2972
2973         * lib/vasnprintf.c (decimal_point_char): Define also if
2974         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2975         && !NEED_PRINTF_DIRECTIVE_A.
2976         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2977         Gary V. Vaughan <gary@gnu.org>.
2978
2979 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2980
2981         * lib/inttypes_.h: Undo previous change, since it was fixed
2982         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2983
2984 2007-07-13  Bruno Haible  <bruno@clisp.org>
2985
2986         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2987         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2988
2989 2007-07-13  Jim Meyering  <jim@meyering.net>
2990
2991         df: Don't fail for Tru64's "file-on-file mount".
2992         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2993         so we fall through and use statfs instead.  Details here:
2994         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2995         Reported by Albert Chin.
2996
2997 2007-07-13  Bruno Haible  <bruno@clisp.org>
2998
2999         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
3000         * modules/configmake (License): Likewise.
3001         * modules/gettext (License): Likewise.
3002         * modules/gettext-h (License): Likewise.
3003         * modules/include_next (License): Likewise.
3004         * modules/link-warning (License): Likewise.
3005         * modules/localcharset (License): Likewise.
3006         * modules/localename (License): Likewise.
3007         * modules/lock (License): Likewise.
3008         * modules/relocatable-lib-lgpl (License): Likewise.
3009         * modules/size_max (License): Likewise.
3010         * modules/vasnprintf (License): Likewise.
3011         * modules/wchar (License): Likewise.
3012         * modules/xsize (License): Likewise.
3013
3014 2007-07-13  Bruno Haible  <bruno@clisp.org>
3015
3016         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
3017         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
3018
3019 2007-07-12  Bruno Haible  <bruno@clisp.org>
3020
3021         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
3022         in the modules files.
3023
3024 2007-07-11  Karl Berry  <karl@gnu.org>
3025
3026         * MODULES.html.sh (func_module): use
3027          sed -e '\|^'"${includefile}"'$|d'
3028          instead of /.../d, to avoid errors on $includefile's containing /.
3029
3030 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3031
3032         * gnulib-tool (func_import): Avoid duplication of --avoid
3033         statements
3034         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
3035         names to `_' in variable names.
3036
3037 2007-07-10  Eric Blake  <ebb9@byu.net>
3038
3039         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
3040         * NEWS: Document this change.
3041
3042 2007-07-08  Bruno Haible  <bruno@clisp.org>
3043
3044         Update to Unicode 5.0.
3045         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
3046         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
3047         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
3048         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
3049         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
3050         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
3051         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
3052         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
3053         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
3054         U+10A3F, U+1D242..U+1D244.
3055         (nonspacing_table_ind): Update.
3056         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
3057         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
3058
3059 2007-07-08  Bruno Haible  <bruno@clisp.org>
3060
3061         Update to Unicode 5.0.
3062         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
3063         code transform. Extend the name index field of unicode_name_to_code and
3064         unicode_code_to_name from 16 to 24 bits.
3065         * lib/uniname/uniname.c (unicode_character_name,
3066         unicode_name_character): Add the range 0x12xxx to the code transform.
3067         * lib/uniname/uninames.h: Regenerated.
3068         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
3069
3070 2007-07-07  Bruno Haible  <bruno@clisp.org>
3071
3072         * modules/wcwidth-tests: New file.
3073         * tests/test-wcwidth.c: New file.
3074
3075         Work around MacOS X wcwidth() bug.
3076         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
3077         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
3078         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
3079         original wcwidth in non-UTF-8 locales.
3080         * modules/wcwidth (Depends-on): Add localcharset, streq,
3081         uniwidth/width.
3082         * doc/functions/wcwidth.texi: Update.
3083
3084 2007-07-07  Bruno Haible  <bruno@clisp.org>
3085
3086         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
3087         (wcwidth): New declaration.
3088         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
3089         macros.
3090         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
3091         here. Prepare for creating <wchar.h> unconditionally.
3092         * modules/wchar (Depends-on): Add link-warning.
3093         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3094         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3095         * lib/wcwidth.h: Remove file.
3096         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3097         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3098         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3099         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3100         (Include): Replace wcwidth.h with <wchar.h>.
3101         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3102         * lib/mbchar.h: Don't include wcwidth.h.
3103         * lib/mbswidth.c: Likewise.
3104         * NEWS: Mention the change.
3105
3106 2007-07-07  Bruno Haible  <bruno@clisp.org>
3107
3108         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3109         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3110         definition with an external declaration.
3111         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3112         defined as a function. Remove AC_C_INLINE requirement.
3113         * modules/wcwidth (Files): Add lib/wcwidth.c.
3114         (Makefile.am): Remove redundant statement.
3115
3116 2007-07-07  Bruno Haible  <bruno@clisp.org>
3117
3118         * MODULES.html.sh (Unicode string functions): Add the new modules.
3119
3120         * tests/uniwidth/test-u32-strwidth.c: New file.
3121         * modules/uniwidth/u32-strwidth-tests: New file.
3122
3123         * lib/uniwidth/u32-strwidth.c: New file.
3124         * modules/uniwidth/u32-strwidth: New file.
3125
3126         * tests/uniwidth/test-u16-strwidth.c: New file.
3127         * modules/uniwidth/u16-strwidth-tests: New file.
3128
3129         * lib/uniwidth/u16-strwidth.c: New file.
3130         * modules/uniwidth/u16-strwidth: New file.
3131
3132         * tests/uniwidth/test-u8-strwidth.c: New file.
3133         * modules/uniwidth/u8-strwidth-tests: New file.
3134
3135         * lib/uniwidth/u8-strwidth.c: New file.
3136         * modules/uniwidth/u8-strwidth: New file.
3137
3138         * tests/uniwidth/test-u32-width.c: New file.
3139         * modules/uniwidth/u32-width-tests: New file.
3140
3141         * lib/uniwidth/u32-width.c: New file.
3142         * modules/uniwidth/u32-width: New file.
3143
3144         * tests/uniwidth/test-u16-width.c: New file.
3145         * modules/uniwidth/u16-width-tests: New file.
3146
3147         * lib/uniwidth/u16-width.c: New file.
3148         * modules/uniwidth/u16-width: New file.
3149
3150         * tests/uniwidth/test-u8-width.c: New file.
3151         * modules/uniwidth/u8-width-tests: New file.
3152
3153         * lib/uniwidth/u8-width.c: New file.
3154         * modules/uniwidth/u8-width: New file.
3155
3156         * tests/uniwidth/test-uc_width.c: New file.
3157         * modules/uniwidth/width-tests: New file.
3158
3159         * lib/uniwidth/width.c: New file, from GNU libiconv.
3160         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3161         * modules/uniwidth/width: New file.
3162
3163         * lib/uniwidth.h: New file, from GNU libiconv.
3164         * modules/uniwidth/base: New file.
3165
3166 2007-07-07  Bruno Haible  <bruno@clisp.org>
3167
3168         * lib/uniname.h: New file, from GNU gettext.
3169         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3170         * lib/uniname/uninames.h: New file, from GNU gettext.
3171         * lib/uniname/uniname.c: New file, from GNU gettext.
3172         * tests/uniname/test-uninames.sh: New file.
3173         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3174         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3175         * modules/uniname/base: New file.
3176         * modules/uniname/uniname: New file.
3177         * modules/uniname/uniname-tests: New file.
3178         * MODULES.html.sh (Unicode string functions): Add the new modules.
3179
3180 2007-07-06  Bruno Haible  <bruno@clisp.org>
3181
3182         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3183
3184 2007-07-06  Bruno Haible  <bruno@clisp.org>
3185
3186         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3187         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3188         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3189         include <sys/time.h>.
3190         Reported by Eric Blake.
3191
3192 2007-07-06  Eric Blake  <ebb9@byu.net>
3193
3194         Fix testing canonicalize on cygwin.
3195         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3196         Revert patch from 2007-06-19.
3197         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3198         canonicalize module is also in use.
3199         * tests/test-canonicalize.c: New file.
3200         * tests/test-canonicalize.sh: Likewise.
3201         * modules/canonicalize-tests: Likewise.
3202
3203 2007-07-06  Jim Meyering  <jim@meyering.net>
3204
3205         * lib/getugroups.c (getugroups): Detect getgrent failure.
3206         Adjust comment to reflect reality: this function may return -1.
3207
3208 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3209
3210         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3211         the new TP address.
3212         (usage): Fix typo
3213         (gnulib_mk): New variable.
3214
3215 2007-07-05  Jim Meyering  <jim@meyering.net>
3216
3217         Don't let endgrent clobber errno, no matter how improbable.
3218         * lib/getugroups.c (getugroups): Save and restore errno around
3219         endgrent call.
3220
3221         Close the group DB even when failing with 2^31 or more members.
3222         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3223
3224 2007-07-04  Jim Meyering  <jim@meyering.net>
3225
3226         * lib/getugroups.h: New file.
3227         * lib/getugroups.c: Include "getugroups.h".
3228         Remove uses of "register" keyword.
3229         Move local variable, "cp", down into scope where used.
3230         Give "username" parameter the "const" attribute.
3231         * modules/getugroups (Files): Add lib/getugroups.h
3232
3233 2007-07-04  Karl Berry  <karl@gnu.org>
3234
3235         * MODULES.html.sh (func_all_modules): Complete rename of
3236         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3237
3238 2007-07-02  Bruno Haible  <bruno@clisp.org>
3239
3240         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3241         mode, when inttypes.h comes from gnulib.
3242         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3243
3244 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3245
3246         * NEWS: Mention lgpl module name change.
3247
3248         * modules/lgpl-2.1: Renamed from lgpl.
3249
3250         * NEWS: Mention gpl module name change.
3251
3252         * modules/gpl-3.0: New file, based on gpl-2.0.
3253
3254         * modules/gpl-2.0: Renamed from gpl.
3255
3256         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3257         doc/gpl-2.0.texi.
3258
3259 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3260
3261         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3262         #define __STDC_LIMIT_MACROS temporarily while including
3263         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3264         Problem reported by Joel E. Denny in
3265         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3266
3267 2007-07-01  Bruno Haible  <bruno@clisp.org>
3268
3269         * lib/unistdio.h: New file.
3270         * lib/unistdio/u-asnprintf.h: New file.
3271         * lib/unistdio/u-asprintf.h: New file.
3272         * lib/unistdio/u-printf-args.c: New file.
3273         * lib/unistdio/u-printf-args.h: New file.
3274         * lib/unistdio/u-printf-parse.h: New file.
3275         * lib/unistdio/u-snprintf.h: New file.
3276         * lib/unistdio/u-sprintf.h: New file.
3277         * lib/unistdio/u-vasprintf.h: New file.
3278         * lib/unistdio/u-vsnprintf.h: New file.
3279         * lib/unistdio/u-vsprintf.h: New file.
3280         * lib/unistdio/ulc-asnprintf.c: New file.
3281         * lib/unistdio/ulc-asprintf.c: New file.
3282         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3283         * lib/unistdio/ulc-printf-parse.c: New file.
3284         * lib/unistdio/ulc-snprintf.c: New file.
3285         * lib/unistdio/ulc-sprintf.c: New file.
3286         * lib/unistdio/ulc-vasnprintf.c: New file.
3287         * lib/unistdio/ulc-vasprintf.c: New file.
3288         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3289         * lib/unistdio/ulc-vsnprintf.c: New file.
3290         * lib/unistdio/ulc-vsprintf.c: New file.
3291         * lib/unistdio/u8-asnprintf.c: New file.
3292         * lib/unistdio/u8-asprintf.c: New file.
3293         * lib/unistdio/u8-printf-parse.c: New file.
3294         * lib/unistdio/u8-snprintf.c: New file.
3295         * lib/unistdio/u8-sprintf.c: New file.
3296         * lib/unistdio/u8-vasnprintf.c: New file.
3297         * lib/unistdio/u8-vasprintf.c: New file.
3298         * lib/unistdio/u8-vsnprintf.c: New file.
3299         * lib/unistdio/u8-vsprintf.c: New file.
3300         * lib/unistdio/u8-u8-asnprintf.c: New file.
3301         * lib/unistdio/u8-u8-asprintf.c: New file.
3302         * lib/unistdio/u8-u8-snprintf.c: New file.
3303         * lib/unistdio/u8-u8-sprintf.c: New file.
3304         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3305         * lib/unistdio/u8-u8-vasprintf.c: New file.
3306         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3307         * lib/unistdio/u8-u8-vsprintf.c: New file.
3308         * lib/unistdio/u16-asnprintf.c: New file.
3309         * lib/unistdio/u16-asprintf.c: New file.
3310         * lib/unistdio/u16-printf-parse.c: New file.
3311         * lib/unistdio/u16-snprintf.c: New file.
3312         * lib/unistdio/u16-sprintf.c: New file.
3313         * lib/unistdio/u16-vasnprintf.c: New file.
3314         * lib/unistdio/u16-vasprintf.c: New file.
3315         * lib/unistdio/u16-vsnprintf.c: New file.
3316         * lib/unistdio/u16-vsprintf.c: New file.
3317         * lib/unistdio/u16-u16-asnprintf.c: New file.
3318         * lib/unistdio/u16-u16-asprintf.c: New file.
3319         * lib/unistdio/u16-u16-snprintf.c: New file.
3320         * lib/unistdio/u16-u16-sprintf.c: New file.
3321         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3322         * lib/unistdio/u16-u16-vasprintf.c: New file.
3323         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3324         * lib/unistdio/u16-u16-vsprintf.c: New file.
3325         * lib/unistdio/u32-asnprintf.c: New file.
3326         * lib/unistdio/u32-asprintf.c: New file.
3327         * lib/unistdio/u32-printf-parse.c: New file.
3328         * lib/unistdio/u32-snprintf.c: New file.
3329         * lib/unistdio/u32-sprintf.c: New file.
3330         * lib/unistdio/u32-vasnprintf.c: New file.
3331         * lib/unistdio/u32-vasprintf.c: New file.
3332         * lib/unistdio/u32-vsnprintf.c: New file.
3333         * lib/unistdio/u32-vsprintf.c: New file.
3334         * lib/unistdio/u32-u32-asnprintf.c: New file.
3335         * lib/unistdio/u32-u32-asprintf.c: New file.
3336         * lib/unistdio/u32-u32-snprintf.c: New file.
3337         * lib/unistdio/u32-u32-sprintf.c: New file.
3338         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3339         * lib/unistdio/u32-u32-vasprintf.c: New file.
3340         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3341         * lib/unistdio/u32-u32-vsprintf.c: New file.
3342         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3343         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3344         * tests/unistdio/test-ulc-printf1.h: New file.
3345         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3346         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3347         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3348         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3349         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3350         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3351         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3352         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3353         * tests/unistdio/test-u8-asnprintf1.c: New file.
3354         * tests/unistdio/test-u8-asnprintf1.h: New file.
3355         * tests/unistdio/test-u8-printf1.h: New file.
3356         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3357         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3358         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3359         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3360         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3361         * tests/unistdio/test-u8-vasprintf1.c: New file.
3362         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3363         * tests/unistdio/test-u8-vsprintf1.c: New file.
3364         * tests/unistdio/test-u16-asnprintf1.c: New file.
3365         * tests/unistdio/test-u16-asnprintf1.h: New file.
3366         * tests/unistdio/test-u16-printf1.h: New file.
3367         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3368         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3369         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3370         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3371         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3372         * tests/unistdio/test-u16-vasprintf1.c: New file.
3373         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3374         * tests/unistdio/test-u16-vsprintf1.c: New file.
3375         * tests/unistdio/test-u32-asnprintf1.c: New file.
3376         * tests/unistdio/test-u32-asnprintf1.h: New file.
3377         * tests/unistdio/test-u32-printf1.h: New file.
3378         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3379         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3380         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3381         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3382         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3383         * tests/unistdio/test-u32-vasprintf1.c: New file.
3384         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3385         * tests/unistdio/test-u32-vsprintf1.c: New file.
3386         * modules/unistdio/base: New file.
3387         * modules/unistdio/u-printf-args: New file.
3388         * modules/unistdio/ulc-asnprintf: New file.
3389         * modules/unistdio/ulc-asprintf: New file.
3390         * modules/unistdio/ulc-fprintf: New file.
3391         * modules/unistdio/ulc-printf-parse: New file.
3392         * modules/unistdio/ulc-snprintf: New file.
3393         * modules/unistdio/ulc-sprintf: New file.
3394         * modules/unistdio/ulc-vasnprintf: New file.
3395         * modules/unistdio/ulc-vasprintf: New file.
3396         * modules/unistdio/ulc-vfprintf: New file.
3397         * modules/unistdio/ulc-vsnprintf: New file.
3398         * modules/unistdio/ulc-vsprintf: New file.
3399         * modules/unistdio/u8-asnprintf: New file.
3400         * modules/unistdio/u8-asprintf: New file.
3401         * modules/unistdio/u8-printf-parse: New file.
3402         * modules/unistdio/u8-snprintf: New file.
3403         * modules/unistdio/u8-sprintf: New file.
3404         * modules/unistdio/u8-vasnprintf: New file.
3405         * modules/unistdio/u8-vasprintf: New file.
3406         * modules/unistdio/u8-vsnprintf: New file.
3407         * modules/unistdio/u8-vsprintf: New file.
3408         * modules/unistdio/u8-u8-asnprintf: New file.
3409         * modules/unistdio/u8-u8-asprintf: New file.
3410         * modules/unistdio/u8-u8-snprintf: New file.
3411         * modules/unistdio/u8-u8-sprintf: New file.
3412         * modules/unistdio/u8-u8-vasnprintf: New file.
3413         * modules/unistdio/u8-u8-vasprintf: New file.
3414         * modules/unistdio/u8-u8-vsnprintf: New file.
3415         * modules/unistdio/u8-u8-vsprintf: New file.
3416         * modules/unistdio/u16-asnprintf: New file.
3417         * modules/unistdio/u16-asprintf: New file.
3418         * modules/unistdio/u16-printf-parse: New file.
3419         * modules/unistdio/u16-snprintf: New file.
3420         * modules/unistdio/u16-sprintf: New file.
3421         * modules/unistdio/u16-vasnprintf: New file.
3422         * modules/unistdio/u16-vasprintf: New file.
3423         * modules/unistdio/u16-vsnprintf: New file.
3424         * modules/unistdio/u16-vsprintf: New file.
3425         * modules/unistdio/u16-u16-asnprintf: New file.
3426         * modules/unistdio/u16-u16-asprintf: New file.
3427         * modules/unistdio/u16-u16-snprintf: New file.
3428         * modules/unistdio/u16-u16-sprintf: New file.
3429         * modules/unistdio/u16-u16-vasnprintf: New file.
3430         * modules/unistdio/u16-u16-vasprintf: New file.
3431         * modules/unistdio/u16-u16-vsnprintf: New file.
3432         * modules/unistdio/u16-u16-vsprintf: New file.
3433         * modules/unistdio/u32-asnprintf: New file.
3434         * modules/unistdio/u32-asprintf: New file.
3435         * modules/unistdio/u32-printf-parse: New file.
3436         * modules/unistdio/u32-snprintf: New file.
3437         * modules/unistdio/u32-sprintf: New file.
3438         * modules/unistdio/u32-vasnprintf: New file.
3439         * modules/unistdio/u32-vasprintf: New file.
3440         * modules/unistdio/u32-vsnprintf: New file.
3441         * modules/unistdio/u32-vsprintf: New file.
3442         * modules/unistdio/u32-u32-asnprintf: New file.
3443         * modules/unistdio/u32-u32-asprintf: New file.
3444         * modules/unistdio/u32-u32-snprintf: New file.
3445         * modules/unistdio/u32-u32-sprintf: New file.
3446         * modules/unistdio/u32-u32-vasnprintf: New file.
3447         * modules/unistdio/u32-u32-vasprintf: New file.
3448         * modules/unistdio/u32-u32-vsnprintf: New file.
3449         * modules/unistdio/u32-u32-vsprintf: New file.
3450         * modules/unistdio/ulc-asnprintf-tests: New file.
3451         * modules/unistdio/ulc-vasnprintf-tests: New file.
3452         * modules/unistdio/ulc-vasprintf-tests: New file.
3453         * modules/unistdio/ulc-vsnprintf-tests: New file.
3454         * modules/unistdio/ulc-vsprintf-tests: New file.
3455         * modules/unistdio/u8-asnprintf-tests: New file.
3456         * modules/unistdio/u8-vasnprintf-tests: New file.
3457         * modules/unistdio/u8-vasprintf-tests: New file.
3458         * modules/unistdio/u8-vsnprintf-tests: New file.
3459         * modules/unistdio/u8-vsprintf-tests: New file.
3460         * modules/unistdio/u16-asnprintf-tests: New file.
3461         * modules/unistdio/u16-vasnprintf-tests: New file.
3462         * modules/unistdio/u16-vasprintf-tests: New file.
3463         * modules/unistdio/u16-vsnprintf-tests: New file.
3464         * modules/unistdio/u16-vsprintf-tests: New file.
3465         * modules/unistdio/u32-asnprintf-tests: New file.
3466         * modules/unistdio/u32-vasnprintf-tests: New file.
3467         * modules/unistdio/u32-vasprintf-tests: New file.
3468         * modules/unistdio/u32-vsnprintf-tests: New file.
3469         * modules/unistdio/u32-vsprintf-tests: New file.
3470         * MODULES.html.sh (Unicode string functions): Add the new modules.
3471
3472 2007-07-01  Bruno Haible  <bruno@clisp.org>
3473
3474         * lib/sprintf.c (sprintf): Limit the available length estimation,
3475         to avoid address wraparound.
3476         * lib/vsprintf.c (vsprintf): Likewise.
3477         * modules/sprintf-posix (Dependencies): Add stdint.
3478         * modules/vsprintf-posix (Dependencies): Likewise.
3479
3480 2007-07-01  Bruno Haible  <bruno@clisp.org>
3481
3482         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3483         Windows PATH as well. Conservative double-quoting. Comments.
3484
3485 2007-07-01  Bruno Haible  <bruno@clisp.org>
3486             Eric Blake  <ebb9@byu.net>
3487             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3488
3489         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3490         empty components in $PATH, denoting '.'.
3491
3492 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3493
3494         * gnulib-tool: Fix indentation.
3495         (func_create_megatestdir): Likewise.
3496         Report by Bruno Haible.
3497
3498 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3499
3500         Sync from Automake.
3501         * build-aux/gnupload: Fix shell portability issues with for loops.
3502         Report by Karl Berry.
3503
3504 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3505
3506         * build-aux/maint.mk (POURL): Use translationproject.org.
3507
3508 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3509             Bruno Haible  <bruno@clisp.org>
3510
3511         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3512         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3513         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3514         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3515         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3516
3517 2007-06-27  Bruno Haible  <bruno@clisp.org>
3518
3519         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3520         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3521
3522 2007-06-26  Karl Berry  <karl@gnu.org>
3523
3524         * MODULES.html.sh: remove xreadlink-with-size.
3525
3526 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3527
3528         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3529         method that I hope also handles the double-include problem noted
3530         by Bruno Haible in
3531         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3532
3533 2007-06-23  Bruno Haible  <bruno@clisp.org>
3534
3535         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3536         Don't let the 'mostlyclean' target fail if the last subdirectory could
3537         not be removed.
3538         Reported by Karl Berry.
3539
3540 2007-06-23  Bruno Haible  <bruno@clisp.org>
3541
3542         * gnulib-tool (echo): Add a speedier workaround for ksh.
3543         * tests/test-echo.sh: Likewise.
3544
3545 2007-06-23  Bruno Haible  <bruno@clisp.org>
3546
3547         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3548         * tests/test-echo.sh: Likewise.
3549
3550 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3551
3552         * gnulib-tool (IFS): Initialize early, so we don't set it to
3553         empty later.
3554         (self_abspathname): Rewrite algorithm to set it, reindent.
3555         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3556         (func_create_megatestdir): Merge some sed scripts.
3557
3558 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3559
3560         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3561         exposed by Sun Studio 11 cc on Solaris 8.
3562
3563 2007-06-22  Bruno Haible  <bruno@clisp.org>
3564
3565         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3566         backslashes.
3567         * tests/test-echo.sh: New file.
3568
3569 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3570
3571         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3572         simplify `sed_replace_build_aux' scripts, they are portable but
3573         echoing them with `echo' is not.
3574         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3575
3576 2007-06-21  Karl Berry  <karl@gnu.org>
3577
3578         * config/srclist.txt: guess we can't handle the licenses via
3579         srclist at the moment.
3580
3581 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3582
3583         * MODULES.html.sh: Add include_next.
3584         * modules/include_next: New file.
3585
3586 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3587
3588         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3589         INCLUDE_NEXT.
3590         (gl_CHECK_NEXT_HEADERS): New macro.
3591         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3592         the obsolescent gl_ABSOLUTE_HEADER.
3593         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3594         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3595         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3596         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3597         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3598         * m4/math_h.m4 (gl_MATH_H): Likewise.
3599         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3600         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3601         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3602         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3603         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3604         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3605         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3606         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3607         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3608         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3609         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3610         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3611         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3612         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3613         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3614         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3615         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3616         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3617         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3618         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3619         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3620         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3621         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3622         * lib/float_.h: Likewise.
3623         * lib/inttypes_.h: Likewise.
3624         * lib/math_.h: Likewise.
3625         * lib/search_.h: Likewise.
3626         * lib/signal_.h: Likewise.
3627         * lib/stdint_.h: Likewise.
3628         * lib/stdio_.h: Likewise.
3629         * lib/stdlib_.h: Likewise.
3630         * lib/string_.h: Likewise.
3631         * lib/sys_stat_.h: Likewise.
3632         * lib/sys_time_.h: Likewise.
3633         * lib/time_.h: Likewise.
3634         * lib/unistd_.h: Likewise.
3635         * lib/wchar_.h: Likewise.
3636         * lib/wctype_.h: Likewise.
3637         * lib/dirent_.h: Likewise.
3638         * lib/iconv_.h: Likewise.
3639         * lib/locale_.h: Likewise.
3640         * lib/netinet_in_.h: Likewise.
3641         * lib/sys_select_.h: Likewise.
3642         * lib/sys_socket_.h: Likewise.
3643         * lib/sysexits_.h: Likewise.
3644         * modules/fcntl (Depends-on): Depend on include_next, not
3645         absolute_header.
3646         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3647         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3648         * modules/fchdir: Likewise.
3649         * modules/float: Likewise.
3650         * modules/iconv_open: Likewise.
3651         * modules/inttypes: Likewise.
3652         * modules/locale: Likewise.
3653         * modules/math: Likewise.
3654         * modules/netinet_in: Likewise.
3655         * modules/search: Likewise.
3656         * modules/signal: Likewise.
3657         * modules/stdint: Likewise.
3658         * modules/stdio: Likewise.
3659         * modules/stdlib: Likewise.
3660         * modules/string: Likewise.
3661         * modules/sys_select: Likewise.
3662         * modules/sys_socket: Likewise.
3663         * modules/sys_stat: Likewise.
3664         * modules/sys_time: Likewise.
3665         * modules/sysexits: Likewise.
3666         * modules/time: Likewise.
3667         * modules/unistd: Likewise.
3668         * modules/wchar: Likewise.
3669         * modules/wctype: Likewise.
3670         * modules/sys_stat: Change maintainer to "all".
3671         * modules/unistd: Likewise.
3672
3673 2007-06-20  Karl Berry  <karl@gnu.org>
3674
3675         * config/srclist.txt: track www changes in license files.
3676
3677 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3678
3679         * build-aux/bootstrap: Remove stray dot.
3680         Make sure build_aux settings are honored when linking
3681         gnulib_extra_files.
3682
3683 2007-06-19  Eric Blake  <ebb9@byu.net>
3684
3685         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3686         Allow compilation on cygwin.
3687
3688 2007-06-19  Jim Meyering  <jim@meyering.net>
3689
3690         xreadlink-with-size: Remove module.  No longer used.
3691         Ex-callers now use xreadlink or mreadlink-with-size.
3692         * modules/xreadlink-with-size: Remove module.
3693         * lib/xreadlink-with-size.c: Remove file.
3694         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3695         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3696         just before the function definition *is* accurate.
3697
3698         Eliminate one way canonicalize_filename_mode could exit.
3699         * lib/canonicalize.c (canonicalize_filename_mode):
3700         Use mreadlink_with_size, not xreadlink_with_size.
3701
3702 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3703
3704         Detect porting problems to FreeBSD/arm, which has time_t wider than
3705         long int.  Original problem reported for GNU diff by Xin Li in
3706         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3707         * modules/getdate (Depends-on): Add intprops, verify.
3708         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3709         is an integer type no wider than long int.
3710
3711 2007-06-18  Jim Meyering  <jim@meyering.net>
3712
3713         New module: mreadlink-with-size.
3714         * MODULES.html.sh: Add mreadlink-with-size.
3715         * modules/mreadlink-with-size: New module
3716         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3717         not xreadlink-with-size.
3718         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3719
3720 2007-06-16  Bruno Haible  <bruno@clisp.org>
3721
3722         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3723         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3724         Reported by Gary V. Vaughan <gary@gnu.org>.
3725
3726 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3727
3728         Revamp lchown so that it lives in unistd.h where it belongs.
3729         * lib/lchown.h: Remove.
3730         * lib/dirchownmod.c: Don't include lib/lchown.h.
3731         * lib/fchownat.c: Likewise.
3732         * lib/openat.c: Likewise.
3733         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3734         does not follow symlinks.
3735         (EOPNOTSUPP): Define if not defined.
3736         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3737         is defined to 0.
3738         (lchown): New decl.
3739         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3740         Do not check for lchown decl.
3741         Set REPLACE_LCHOWN.
3742         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3743         REPLACE_LCHOWN.
3744         * modules/chown: Make it clear it follows symlinks.
3745         * modules/lchown: Make it clear it doesn't follow symlinks.
3746         (Files): Remove lib/lchown.h
3747         (Depends-on): Add unistd.
3748         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3749         (Include): Include <unistd.h>, not "lchown.h".
3750         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3751         REPLACE_LCHOWN.
3752
3753 2007-06-15  Jim Meyering  <jim@meyering.net>
3754
3755         Change license (GPL to LGPL) of fsusage and dependents.
3756         * modules/fsusage (License): Change to LGPL.
3757         * modules/full-read (License): Likewise.
3758         * modules/full-write (License): Likewise.
3759         * modules/safe-read (License): Likewise.
3760         * modules/safe-write (License): Likewise.
3761
3762 2007-06-14  Ben Pfaff  <blp@gnu.org>
3763
3764         Missing part of allocsa -> malloca transition.
3765         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3766         gl_MALLOCA.
3767
3768 2007-06-12  Bruno Haible  <bruno@clisp.org>
3769
3770         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3771         to ia64, x86_64, i386.
3772         Reported by Eric Blake.
3773
3774 2007-06-12  Bruno Haible  <bruno@clisp.org>
3775
3776         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3777         cross-compiling to x86_64.
3778
3779 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3780
3781         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3782         glitch reported by Ralf Wildenhues in
3783         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3784
3785         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3786         Vin Shelton.
3787
3788 2007-06-11  Bruno Haible  <bruno@clisp.org>
3789
3790         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3791         replacement string.
3792         Reported by Eric Blake.
3793
3794 2007-06-10  Bruno Haible  <bruno@clisp.org>
3795
3796         Prepare vasnprintf code for use with Unicode strings.
3797         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3798         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3799         TYPE_U32_STRING.
3800         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3801         a_u32_string variants.
3802         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3803         * lib/printf-args.c: Don't include config.h and the specification
3804         header if PRINTF_FETCHARGS is already defined.
3805         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3806         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3807         TYPE_U16_STRING, TYPE_U32_STRING.
3808         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3809         u16_directive, u16_directives, u32_directive, u32_directives): New
3810         types.
3811         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3812         New declarations.
3813         * lib/printf-parse.c: Don't include config.h and the specification
3814         header if PRINTF_PARSE is already defined. Eliminate the set of
3815         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3816         them now. Include c-ctype.h.
3817         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3818         directive and CHAR_T_ONLY_ASCII.
3819         * lib/vasnprintf.c: Don't include config.h and the specification header
3820         if VASNPRINTF is already defined.
3821         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3822         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3823         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3824         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3825         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3826         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3827         code accordingly.
3828         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3829         pad_ourselves also in this case, with the 'c' and 's' directives, and
3830         with a different notion of "width".
3831         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3832
3833 2007-06-10  Bruno Haible  <bruno@clisp.org>
3834
3835         * modules/unistr/u32-mbsnlen: New file.
3836         * lib/unistr/u32-mbsnlen.c: New file.
3837
3838         * modules/unistr/u16-mbsnlen: New file.
3839         * lib/unistr/u16-mbsnlen.c: New file.
3840
3841         * modules/unistr/u8-mbsnlen: New file.
3842         * lib/unistr/u8-mbsnlen.c: New file.
3843
3844         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3845         declarations.
3846
3847 2007-06-10  Bruno Haible  <bruno@clisp.org>
3848
3849         * lib/string_.h (mbsnlen): New declaration.
3850         * lib/mbsnlen.c: New file.
3851         * m4/mbsnlen.m4: New file.
3852         * modules/mbsnlen: New file.
3853         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3854         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3855         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3856
3857 2007-06-10  Bruno Haible  <bruno@clisp.org>
3858
3859         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3860
3861 2007-06-10  Bruno Haible  <bruno@clisp.org>
3862
3863         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3864         * lib/mbuiter.h: Likewise.
3865
3866 2007-06-10  Bruno Haible  <bruno@clisp.org>
3867
3868         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3869         declaration.
3870
3871 2007-06-10  Karl Berry  <karl@gnu.org>
3872
3873         * config/srclist.txt: remove gettext entries, Bruno prefers
3874         to update individually.
3875
3876 2007-06-10  Bruno Haible  <bruno@clisp.org>
3877
3878         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3879         'maxlen'. Ensure only length + width bytes are allocated, not
3880         length + 1 + width.
3881
3882 2007-06-09  Bruno Haible  <bruno@clisp.org>
3883
3884         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3885         (CHAR_T): Remove macro.
3886         (VASNPRINTF): Update.
3887
3888 2007-06-09  Bruno Haible  <bruno@clisp.org>
3889
3890         * MODULES.html.sh (Unicode string functions): Add the new modules.
3891
3892         * modules/uniconv/u32-conv-to-enc: New file.
3893         * lib/uniconv/u32-conv-to-enc.c: New file.
3894         * modules/uniconv/u32-conv-to-enc-tests: New file.
3895         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3896
3897         * modules/uniconv/u16-conv-to-enc: New file.
3898         * lib/uniconv/u16-conv-to-enc.c: New file.
3899         * lib/uniconv/u-conv-to-enc.h: New file.
3900         * modules/uniconv/u16-conv-to-enc-tests: New file.
3901         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3902
3903         * modules/uniconv/u8-conv-to-enc: New file.
3904         * lib/uniconv/u8-conv-to-enc.c: New file.
3905         * modules/uniconv/u8-conv-to-enc-tests: New file.
3906         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3907
3908         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3909         u32_conv_to_encoding): New declarations.
3910
3911 2007-06-09  Bruno Haible  <bruno@clisp.org>
3912
3913         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3914
3915 2007-06-09  Bruno Haible  <bruno@clisp.org>
3916
3917         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3918         * modules/malloca: Renamed from modules/allocsa, updated.
3919         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3920         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3921         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3922         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3923         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3924         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3925         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3926         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3927         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3928         * modules/c-strcasestr (Depends-on): Update.
3929         * lib/c-strcasestr.c: Update.
3930         * modules/c-strstr (Depends-on): Update.
3931         * lib/c-strstr.c: Update.
3932         * modules/canonicalize-lgpl (Depends-on): Update.
3933         * lib/canonicalize-lgpl.c: Update.
3934         * modules/clean-temp (Depends-on): Update.
3935         * lib/clean-temp.c: Update.
3936         * modules/csharpcomp (Depends-on): Update.
3937         * lib/csharpcomp.c: Update.
3938         * modules/csharpexec (Depends-on): Update.
3939         * lib/csharpexec.c: Update.
3940         * modules/javacomp (Depends-on): Update.
3941         * lib/javacomp.c: Update.
3942         * modules/javaexec (Depends-on): Update.
3943         * lib/javaexec.c: Update.
3944         * modules/mbscasestr (Depends-on): Update.
3945         * lib/mbscasestr.c: Update.
3946         * modules/mbsstr (Depends-on): Update.
3947         * lib/mbsstr.c: Update.
3948         * modules/setenv (Depends-on): Update.
3949         * lib/setenv.c: Update.
3950         * modules/strcasestr (Depends-on): Update.
3951         * lib/strcasestr.c: Update.
3952         * modules/striconveha (Depends-on): Update.
3953         * lib/striconveha.c: Update.
3954         * modules/relocatable-prog-wrapper (Files): Update.
3955         * lib/relocwrapper.c: Update.
3956         * build-aux/install-reloc: Update.
3957         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3958
3959 2007-06-08  Bruno Haible  <bruno@clisp.org>
3960
3961         Port to uClibc.
3962         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3963         * lib/fpurge.c (fpurge): Likewise.
3964         * lib/freading.c (freading): Likewise.
3965         * lib/fseeko.c (rpl_fseeko): Likewise.
3966         * lib/fseterr.c (fseterr): Likewise.
3967         * lib/fwriting.c (fwriting): Likewise.
3968         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3969
3970 2007-06-08  Bruno Haible  <bruno@clisp.org>
3971
3972         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3973         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3974         * modules/gettext (Files): Add m4/intlmacosx.m4.
3975
3976 2007-06-07  Bruno Haible  <bruno@clisp.org>
3977
3978         * modules/localename-tests: New file.
3979         * tests/test-localename.c: New file.
3980
3981         New module 'localename'.
3982         * lib/localename.h: New file.
3983         * lib/localename.c: New file, from GNU gettext.
3984         * m4/localename.m4: New file.
3985         * modules/localename: New file.
3986
3987 2007-06-07  Bruno Haible  <bruno@clisp.org>
3988
3989         Work around the lack of <wchar.h> on some builds of uClibc.
3990         * doc/headers/wchar.texi: Update.
3991         * lib/wchar_.h: Include <wchar.h> only if it exists.
3992         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3993         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3994         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3995         doesn't exist.
3996         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3997         * modules/mbfile (Depends-on): Add wchar.
3998         * modules/mbiter (Depends-on): Likewise.
3999         * modules/mbuiter (Depends-on): Likewise.
4000         Reported by Simon Josefsson.
4001
4002 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4003
4004         Work around problem reported by Steven M. Schweda in
4005         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
4006         Tru64 5.1B with the Compaq compiler environment installed declares
4007         an 'isblank' function but does not define it in the C library.
4008         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
4009         * lib/regex_internal.h (isblank): Likewise.
4010         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
4011         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4012
4013 2007-06-05  Bruno Haible  <bruno@clisp.org>
4014
4015         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
4016         ia64.
4017         * modules/printf-safe: New file.
4018         * modules/fprintf-posix (Depends-on): Add printf-safe.
4019         * modules/printf-posix (Depends-on): Likewise.
4020         * modules/snprintf-posix (Depends-on): Likewise.
4021         * modules/sprintf-posix (Depends-on): Likewise.
4022         * modules/vasnprintf-posix (Depends-on): Likewise.
4023         * modules/vasprintf-posix (Depends-on): Likewise.
4024         * modules/vfprintf-posix (Depends-on): Likewise.
4025         * modules/vprintf-posix (Depends-on): Likewise.
4026         * modules/vsnprintf-posix (Depends-on): Likewise.
4027         * modules/vsprintf-posix (Depends-on): Likewise.
4028         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
4029         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
4030         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
4031         "no" on i386, x86_64, ia64.
4032         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
4033         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4034         on i386, x86_64, ia64.
4035         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
4036         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4037         on i386, x86_64, ia64.
4038         * tests/test-vasnprintf-posix.c: Include float.h.
4039         (LDBL80_WORDS): New macro.
4040         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4041         on i386, x86_64, ia64.
4042         * tests/test-vasprintf-posix.c: Include float.h.
4043         (LDBL80_WORDS): New macro.
4044         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4045         on i386, x86_64, ia64.
4046         * tests/test-snprintf-posix.c: Include float.h.
4047         * tests/test-sprintf-posix.c: Likewise.
4048         * tests/test-vsnprintf-posix.c: Likewise.
4049         * tests/test-vsprintf-posix.c: Likewise.
4050
4051 2007-06-05  Bruno Haible  <bruno@clisp.org>
4052
4053         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
4054         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
4055         non-IEEE numbers on i386, x86_64, ia64.
4056         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
4057         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
4058         * tests/test-isnanl.h: Include float.h.
4059         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
4060
4061 2007-06-05  Bruno Haible  <bruno@clisp.org>
4062
4063         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
4064         also the %a / %A. Handle the %a / %A code before this extra handling.
4065
4066 2007-06-05  Bruno Haible  <bruno@clisp.org>
4067
4068         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
4069         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
4070
4071 2007-06-05  Bruno Haible  <bruno@clisp.org>
4072
4073         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4074         typo in variable name.
4075
4076 2007-06-05  Eric Blake  <ebb9@byu.net>
4077
4078         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
4079         Reported by Simon Josefsson.
4080
4081 2007-06-04  Bruno Haible  <bruno@clisp.org>
4082
4083         Avoid test failures on some PowerPC platforms.
4084         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
4085         Define differently for PowerPC.
4086         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
4087         Reported by Gary V. Vaughan <gary@gnu.org>.
4088
4089 2007-06-02  Bruno Haible  <bruno@clisp.org>
4090
4091         Fix test-stdint failure on FreeBSD/ia64.
4092         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
4093         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4094         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4095         * doc/headers/stdint.texi: Update.
4096
4097 2007-06-01  Bruno Haible  <bruno@clisp.org>
4098
4099         * tests/test-binary-io.c (main): Pass a third argument to open().
4100         Reported by Gary V. Vaughan <gary@gnu.org>.
4101
4102 2007-06-01  Bruno Haible  <bruno@clisp.org>
4103
4104         * doc/functions/frexpl.texi: Update for mingw.
4105
4106 2007-06-01  Bruno Haible  <bruno@clisp.org>
4107
4108         * tests/test-lseek.c (main): Disable test of errno for invalid third
4109         argument.
4110         * doc/functions/lseek.texi: Update.
4111         Reported by Gary V. Vaughan <gary@gnu.org>.
4112
4113 2007-05-28  Bruno Haible  <bruno@clisp.org>
4114
4115         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4116
4117 2007-05-31  Eric Blake  <ebb9@byu.net>
4118
4119         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4120         cross compiling.
4121
4122 2007-05-30  Eric Blake  <ebb9@byu.net>
4123         and Bruno Haible  <bruno@clisp.org>
4124
4125         Work around mingw test failures exposed by m4-1.4.9b.
4126         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4127         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4128         moment.
4129
4130 2007-05-30  Bruno Haible  <bruno@clisp.org>
4131
4132         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4133         assuming that they are closed. Needed on HP-UX 11.
4134
4135 2007-05-29  Bruno Haible  <bruno@clisp.org>
4136
4137         Fix a problem with #include_next.
4138         * lib/dirent_.h: Split the double-inclusion guard.
4139         * lib/fcntl_.h: Likewise.
4140         * lib/float_.h: Likewise.
4141         * lib/iconv_.h: Likewise.
4142         * lib/inttypes_.h: Likewise.
4143         * lib/locale_.h: Likewise.
4144         * lib/math_.h: Likewise.
4145         * lib/netinet_in_.h: Likewise.
4146         * lib/search_.h: Likewise.
4147         * lib/signal_.h: Likewise.
4148         * lib/stdint_.h: Likewise.
4149         * lib/stdio_.h: Likewise.
4150         * lib/stdlib_.h: Likewise.
4151         * lib/string_.h: Likewise.
4152         * lib/sys_select_.h: Likewise.
4153         * lib/sys_socket_.h: Likewise.
4154         * lib/sys_stat_.h: Likewise.
4155         * lib/sys_time_.h: Likewise.
4156         * lib/sysexits_.h: Likewise.
4157         * lib/time_.h: Likewise.
4158         * lib/unistd_.h: Likewise.
4159         * lib/wchar_.h: Likewise.
4160         * lib/wctype_.h: Likewise.
4161
4162 2007-05-29  Bruno Haible  <bruno@clisp.org>
4163
4164         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4165         for the moment.
4166
4167 2007-05-29  Bruno Haible  <bruno@clisp.org>
4168
4169         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4170         invocation.
4171         Reported by Eric Blake.
4172
4173 2007-05-29  Bruno Haible  <bruno@clisp.org>
4174
4175         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4176         compiling case.
4177
4178 2007-05-29  Eric Blake  <ebb9@byu.net>
4179             Bruno Haible  <bruno@clisp.org>
4180
4181         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4182         cross compiles.
4183
4184 2007-05-28  Eric Blake  <ebb9@byu.net>
4185
4186         * modules/closein-tests (test_closein_LDADD): Support test on
4187         cygwin with libtool.
4188
4189 2007-05-28  Bruno Haible  <bruno@clisp.org>
4190
4191         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4192         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4193         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4194         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4195         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4196         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4197         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4198         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4199         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4200
4201 2007-05-28  Eric Blake  <ebb9@byu.net>
4202
4203         Unconditionally include <config.h> in unit tests.
4204         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4205         * tests/test-allocsa.c, tests/test-arcfour.c,
4206         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4207         tests/test-array_list.c, tests/test-array_oset.c,
4208         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4209         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4210         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4211         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4212         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4213         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4214         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4215         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4216         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4217         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4218         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4219         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4220         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4221         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4222         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4223         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4224         test-md5.c, test-memmem.c, test-printf-posix.c,
4225         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4226         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4227         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4228         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4229         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4230         test-vasnprintf-posix2.c, test-vasnprintf.c,
4231         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4232         test-vfprintf-posix.c, test-vprintf-posix.c,
4233         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4234         test-xvasprintf.c: Likewise.
4235
4236 2007-05-28  Bruno Haible  <bruno@clisp.org>
4237
4238         * gnulib-tool (func_import): Remember the --with-tests command-line
4239         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4240         Reported by Eric Blake.
4241
4242 2007-05-28  Bruno Haible  <bruno@clisp.org>
4243
4244         * modules/ftell-tests: New file.
4245         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4246         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4247
4248         * lib/ftell.c: New file.
4249         * modules/ftell: New file.
4250         * m4/ftell.m4: New file.
4251         * doc/functions/ftell.texi: Update.
4252         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4253         REPLACE_FTELL.
4254         * lib/stdio_.h (rpl_ftell): New declaration.
4255         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4256         REPLACE_FTELL.
4257
4258 2007-05-28  Eric Blake  <ebb9@byu.net>
4259
4260         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4261
4262 2007-05-28  Bruno Haible  <bruno@clisp.org>
4263
4264         * modules/fseek-tests: New file.
4265         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4266         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4267
4268         * lib/fseek.c: New file.
4269         * modules/fseek: New file.
4270         * m4/fseek.m4: New file.
4271         * doc/functions/fseek.texi: Update.
4272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4273         REPLACE_FSEEK.
4274         * lib/stdio_.h (rpl_fseek): New declaration.
4275         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4276         REPLACE_FSEEK.
4277
4278 2007-05-28  Bruno Haible  <bruno@clisp.org>
4279
4280         * lib/stdio_.h (fflush): More comments.
4281
4282 2007-05-28  Bruno Haible  <bruno@clisp.org>
4283
4284         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4285         runtime test.
4286
4287 2007-05-28  Eric Blake  <ebb9@byu.net>
4288
4289         Improve lseek module.
4290         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4291         * lib/unistd_.h (lseek): Scale back link warning message.
4292         * tests/test-lseek.c: Beef up test.
4293         * tests/test-lseek.sh: Exercise more facets of lseek.
4294         Reported by Bruno Haible.
4295
4296 2007-05-28  Bruno Haible  <bruno@clisp.org>
4297
4298         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4299         to define.
4300
4301 2007-05-27  Bruno Haible  <bruno@clisp.org>
4302
4303         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4304
4305 2007-05-27  Bruno Haible  <bruno@clisp.org>
4306
4307         * modules/openmp: New file.
4308         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4309         Noah Misch.
4310
4311 2007-05-26  Bruno Haible  <bruno@clisp.org>
4312
4313         * modules/chdir-long (Depends-on): Add fchdir.
4314         * modules/chdir-safer (Depends-on): Likewise.
4315         * modules/fts (Depends-on): Likewise.
4316         * modules/fts-lgpl (Depends-on): Likewise.
4317         * modules/openat (Depends-on): Likewise.
4318         * modules/savewd (Depends-on): Likewise.
4319
4320 2007-05-24  Eric Blake  <ebb9@byu.net>
4321
4322         Fix lseek on mingw.
4323         * modules/lseek: New module.
4324         * m4/lseek.m4: New file.
4325         * lib/lseek.c: New file.
4326         * modules/lseek-tests: New file.
4327         * tests/test-lseek.c: New file.
4328         * tests/test-lseek.sh: New file.
4329         * MODULES.html.sh: Document lseek module.
4330         * modules/fflush (Depends-on): Add lseek, fseeko.
4331         * modules/fseeko (Depends-on): Likewise.
4332         * modules/ftello (Depends-on): Likewise.
4333         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4334         broken.
4335         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4336         broken.
4337         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4338         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4339         * lib/ftello.c (rpl_ftello): Likewise.
4340         * tests/test-fseeko.c (main): Test this.
4341         * tests/test-fseeko.sh: Likewise.
4342         * tests/test-ftello.c (main): Likewise.
4343         * tests/test-ftello.sh: Likewise.
4344         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4345         implies replacing fseek.
4346         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4347         HAVE_FTELLO.
4348         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4349         * modules/unistd (Makefile.am): Likewise.
4350         * lib/unistd_.h (lseek): Declare a replacement.
4351         * doc/functions/lseek.texi (lseek): Document this fix.
4352         * doc/functions/fseek.texi (fseek): Likewise.
4353         * doc/functions/ftell.texi (ftell): Likewise.
4354
4355 2007-05-24  Bruno Haible  <bruno@clisp.org>
4356
4357         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4358         in the printed representation of a NaN.
4359         * tests/test-vasprintf-posix.c (test_function): Likewise.
4360         * tests/test-snprintf-posix.h (test_function): Likewise.
4361         * tests/test-sprintf-posix.h (test_function): Likewise.
4362         Reported by Eric Blake.
4363
4364 2007-05-23  Eric Blake  <ebb9@byu.net>
4365
4366         Fix fseeko/ftello on cygwin 1.5.24.
4367         * doc/functions/fseeko.texi (fseeko): Document the fix.
4368         * doc/functions/ftello.texi (ftello): Document the fix.
4369         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4370         * doc/functions/stdout.text (stdout): New file.
4371         * doc/functions/stderr.text (stderr): New file.
4372         * doc/gnulib.texi (Function Substitutes): Use new files.
4373         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4374         prior to 1.7.0.
4375         * tests/test-ftello.c (main): Likewise for ftello.
4376         * tests/test-fseeko.sh: New file.
4377         * tests/test-ftello.sh: New file.
4378         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4379         with seekable stdin.
4380         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4381         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4382         (gl_REPLACE_FSEEKO): New macro.
4383         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4384         * modules/fseeko (Files): Distribute fseeko.c.
4385         * modules/ftello (Files): Distribute ftello.c.
4386         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4387         mode.
4388         * lib/ftello.c (rpl_ftello): New file.
4389         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4390         fseeko, ftello.
4391         (gl_STDIN_LARGE_OFFSET): New macro.
4392         * modules/stdio (Makefile.am): Perform the replacement.
4393         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4394
4395 2007-05-23  Bruno Haible  <bruno@clisp.org>
4396
4397         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4398         GNULIB_POSIXCHECK is defined.
4399
4400 2007-05-21  Bruno Haible  <bruno@clisp.org>
4401
4402         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4403         Check also the output for NaN arguments. When cross-compiling, guess
4404         no on IRIX.
4405         * lib/vasnprintf.c: Update comments.
4406         * tests/test-vasnprintf-posix.c (strisnan): New function.
4407         (test_function): Use it.
4408         * tests/test-vasprintf-posix.c (strisnan): New function.
4409         (test_function): Use it.
4410         * tests/test-snprintf-posix.h (strisnan): New function.
4411         (test_function): Use it.
4412         * tests/test-sprintf-posix.h (strisnan): New function.
4413         (test_function): Use it.
4414         Reported by Eric Blake.
4415
4416 2007-05-20  Bruno Haible  <bruno@clisp.org>
4417
4418         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4419         numbers that fails on BeOS.
4420         * doc/functions/frexpl.texi: Update.
4421
4422 2007-05-20  Jim Meyering  <jim@meyering.net>
4423
4424         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4425         forced upon us by glibc-2.6.
4426
4427 2007-05-20  Bruno Haible  <bruno@clisp.org>
4428
4429         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4430         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4431         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4432         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4433         NEED_PRINTF_INFINITE.
4434         (is_infinitel): New function.
4435         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4436         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4437         gl_PREREQ_VASNPRINTF_INFINITE.
4438         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4439         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4440         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4441         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4442         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4443         gl_PREREQ_VASNPRINTF_INFINITE.
4444         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4445         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4446         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4447         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4448         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4449         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4450         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4451         * doc/functions/fprintf.texi: Update.
4452         * doc/functions/printf.texi: Update.
4453         * doc/functions/snprintf.texi: Update.
4454         * doc/functions/sprintf.texi: Update.
4455         * doc/functions/vfprintf.texi: Update.
4456         * doc/functions/vprintf.texi: Update.
4457         * doc/functions/vsnprintf.texi: Update.
4458         * doc/functions/vsprintf.texi: Update.
4459
4460 2007-05-20  Bruno Haible  <bruno@clisp.org>
4461
4462         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4463         was not found in libc.
4464         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4465
4466 2007-05-20  Bruno Haible  <bruno@clisp.org>
4467
4468         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4469         printed as "-nan" instead of "nan".
4470         * tests/test-vasprintf-posix.c (test_function): Likewise.
4471         * tests/test-snprintf-posix.h (test_function): Likewise.
4472         * tests/test-sprintf-posix.h (test_function): Likewise.
4473         Needed for HP-UX 11.
4474
4475 2007-05-20  Jim Meyering  <jim@meyering.net>
4476
4477         Fix buggy test for the fchownat-deref bug.
4478         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4479         symlink required for the run-test.  Without it, this test would
4480         always declare that fchownat doesn't work, and client code would
4481         unnecessarily use the replacement function with fixed libc.
4482         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4483         Reported by Greg Schafer.
4484
4485 2007-05-19  Bruno Haible  <bruno@clisp.org>
4486
4487         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4488         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4489         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4490         Needed for IRIX 6.5 and Solaris 2.5.1.
4491
4492 2007-05-19  Bruno Haible  <bruno@clisp.org>
4493
4494         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4495         (test_function): Skip tests involving -0.0 on platforms where
4496         -0.0 = 0.0.
4497         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4498         (test_function): Skip tests involving -0.0 on platforms where
4499         -0.0 = 0.0.
4500         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4501         (test_function): Skip tests involving -0.0 on platforms where
4502         -0.0 = 0.0.
4503         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4504         (test_function): Skip tests involving -0.0 on platforms where
4505         -0.0 = 0.0.
4506         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4507         tests.
4508         * tests/test-printf-posix.h (test_function): Likewise.
4509         * tests/test-printf-posix.output: Remove all -0.0 related results.
4510         Needed for IRIX 6.5.
4511
4512 2007-05-19  Bruno Haible  <bruno@clisp.org>
4513
4514         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4515         printed as "nan0x7fffffff" instead of "nan".
4516         * tests/test-vasprintf-posix.c (test_function): Likewise.
4517         * tests/test-snprintf-posix.h (test_function): Likewise.
4518         * tests/test-sprintf-posix.h (test_function): Likewise.
4519         * tests/test-fprintf-posix.h (NaN): Remove macro.
4520         (test_function): Remove all NaN related tests.
4521         * tests/test-printf-posix.h (NaN): Remove macro.
4522         (test_function): Remove all NaN related tests.
4523         * tests/test-printf-posix.output: Remove all NaN related results.
4524         Needed for IRIX 6.5.
4525
4526 2007-05-19  Bruno Haible  <bruno@clisp.org>
4527
4528         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4529         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4530
4531 2007-05-19  Bruno Haible  <bruno@clisp.org>
4532
4533         * lib/float_.h: New file.
4534         * m4/float_h.m4: New file.
4535         * modules/float: New file.
4536         * modules/isnanl (Dependencies): Add float.
4537         * modules/isnanl-nolibm (Dependencies): Likewise.
4538         * modules/mathl (Dependencies): Likewise.
4539         * modules/printf-frexpl (Dependencies): Likewise.
4540         * modules/signbit (Dependencies): Likewise.
4541         * modules/vasnprintf (Dependencies): Likewise.
4542         * doc/headers/float.texi: Update.
4543
4544 2007-05-19  Jim Meyering  <jim@meyering.net>
4545
4546         * lib/utimens.c (gl_futimens): Rename from futimens,
4547         now that glibc-2.6 declares futimens.
4548         * lib/utimens.h: Likewise.
4549
4550 2007-05-19  Bruno Haible  <bruno@clisp.org>
4551
4552         Avoid test failures on mingw.
4553         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4554         * tests/test-printf-posix.sh: Likewise.
4555         * tests/test-vfprintf-posix.sh: Likewise.
4556         * tests/test-vprintf-posix.sh: Likewise.
4557
4558 2007-05-19  Bruno Haible  <bruno@clisp.org>
4559
4560         Fix *printf result for NaN, Inf, -0.0 on mingw.
4561         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4562         * lib/vasnprintf.c: Include math.h and isnan.h.
4563         (is_infinite_or_zero): New function.
4564         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4565         values in the %f, %F, %e, %E, %g, %G directives.
4566         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4567         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4568         gl_PRINTF_INFINITE and test its result. Invoke
4569         gl_PREREQ_VASNPRINTF_INFINITE.
4570         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4571         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4572         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4573         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4574         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4575         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4576         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4577         * doc/functions/fprintf.texi: Update.
4578         * doc/functions/printf.texi: Update.
4579         * doc/functions/snprintf.texi: Update.
4580         * doc/functions/sprintf.texi: Update.
4581         * doc/functions/vfprintf.texi: Update.
4582         * doc/functions/vprintf.texi: Update.
4583         * doc/functions/vsnprintf.texi: Update.
4584         * doc/functions/vsprintf.texi: Update.
4585
4586 2007-05-19  Bruno Haible  <bruno@clisp.org>
4587
4588         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4589         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4590         Instead of multiplying with 10^k, set extra_zeroes to k.
4591         (scale10_round_long_double): Remove function.
4592
4593 2007-05-18  Bruno Haible  <bruno@clisp.org>
4594
4595         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4596         introduced on 2007-05-06.
4597
4598 2007-05-18  Bruno Haible  <bruno@clisp.org>
4599
4600         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4601         %g directives.
4602         * tests/test-vasprintf-posix.c (test_function): Likewise.
4603         * tests/test-snprintf-posix.h (test_function): Likewise.
4604         * tests/test-sprintf-posix.h (test_function): Likewise.
4605
4606 2007-05-18  Bruno Haible  <bruno@clisp.org>
4607
4608         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4609         (strmatch): New function.
4610         (test_function): Test the %f directive on numbers of various exponents.
4611         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4612         (strmatch): New function.
4613         (test_function): Test the %f directive on numbers of various exponents.
4614         * tests/test-snprintf-posix.h (strmatch): New function.
4615         (test_function): Test the %f directive on numbers of various exponents.
4616         * tests/test-sprintf-posix.h (strmatch): New function.
4617         (test_function): Test the %f directive on numbers of various exponents.
4618         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4619         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4620         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4621         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4622
4623 2007-05-18  Bruno Haible  <bruno@clisp.org>
4624
4625         Add support for 'long double' number output.
4626         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4627         * lib/vasnprintf.c: Include math.h and float+.h.
4628         (mp_limb_t): New type.
4629         (GMP_LIMB_BITS): New macro.
4630         (mp_twolimb_t): New type.
4631         (GMP_TWOLIMB_BITS): New macro.
4632         (mpn_t): New type.
4633         (multiply, divide, convert_to_decimal, decode_long_double,
4634         scale10_round_long_double, scale10_round_decimal_long_double,
4635         floorlog10l): New functions.
4636         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4637         for the %f, %F, %e, %E, %g, %G directives.
4638         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4639         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4640         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4641         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4642         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4643         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4644         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4645         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4646         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4647         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4648         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4649         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4650         * modules/snprintf-posix (Depends-on): Likewise.
4651         * modules/sprintf-posix (Depends-on): Likewise.
4652         * modules/vasnprintf-posix (Depends-on): Likewise.
4653         * modules/vasprintf-posix (Depends-on): Likewise.
4654         * modules/vfprintf-posix (Depends-on): Likewise.
4655         * modules/vsnprintf-posix (Depends-on): Likewise.
4656         * modules/vsprintf-posix (Depends-on): Likewise.
4657         * modules/vasnprintf (Files): Add lib/float+.h.
4658         * doc/functions/fprintf.texi: Update.
4659         * doc/functions/printf.texi: Update.
4660         * doc/functions/snprintf.texi: Update.
4661         * doc/functions/sprintf.texi: Update.
4662         * doc/functions/vfprintf.texi: Update.
4663         * doc/functions/vprintf.texi: Update.
4664         * doc/functions/vsnprintf.texi: Update.
4665         * doc/functions/vsprintf.texi: Update.
4666
4667 2007-05-18  Bruno Haible  <bruno@clisp.org>
4668
4669         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4670
4671 2007-05-18  Bruno Haible  <bruno@clisp.org>
4672
4673         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4674         for printing 64-bit integers. Needed for mingw.
4675
4676 2007-05-18  Bruno Haible  <bruno@clisp.org>
4677
4678         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4679         gl_FUNC_FREXPL_WORKS.
4680         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4681
4682 2007-05-18  Bruno Haible  <bruno@clisp.org>
4683
4684         * modules/frexpl-nolibm-tests: New file.
4685
4686         * modules/frexpl-nolibm: New file.
4687         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4688
4689 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4690
4691         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4692         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4693         GCC 4.2, which otherwise issues a lot of warnings.
4694         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4695         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4696         Likewise.
4697         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4698         * modules/iconv_open (iconv.h): Likewise.
4699         * modules/locale (locale.h): Likewise.
4700         * modules/netinet_in (netinet/in.h): Likewise.
4701         * modules/sys_select (sys_select.h): Likewise.
4702         * modules/sys_socket (sys/socket.h): Likewise.
4703         * modules/sys_stat (sys/stat.h): Likewise.
4704         * modules/sysexits (sysexits.h): Likewise.
4705         * modules/unistd (unistd.h): Likewise.
4706
4707 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4708
4709         * modules/closein-tests (Makefile.am): Distribute
4710         `test-closein.sh'.
4711
4712 2007-05-17  Bruno Haible  <bruno@clisp.org>
4713
4714         * tests/test-printf-posix.output: Renamed from
4715         tests/test-fprintf-posix.out.
4716         * modules/fprintf-posix-tests: Update.
4717         * modules/printf-posix-tests: Update.
4718         * modules/vfprintf-posix-tests: Update.
4719         * modules/vprintf-posix-tests: Update.
4720         * tests/test-fprintf-posix.sh: Update.
4721         * tests/test-printf-posix.sh: Update.
4722         * tests/test-vfprintf-posix.sh: Update.
4723         * tests/test-vprintf-posix.sh: Update.
4724         Reported by Ralf Wildenhues.
4725
4726 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4727
4728         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4729         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4730         GCC 4.2, which otherwise issues a lot of warnings.
4731         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4732         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4733         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4734         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4735         it should no longer be needed.
4736         * lib/string_.h: Likewise.
4737         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4738         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4739         * modules/inttypes (inttypes.h): Likewise.
4740         * modules/math (math.h): Likewise.
4741         * modules/search (search.h): Likewise.
4742         * modules/signal (signal.h): Likewise.
4743         * modules/stdint (stdint.h): Likewise.
4744         * modules/stdio (stdio.h): Likewise.
4745         * modules/stdlib (stdlib.h): Likewise.
4746         * modules/string (string.h): Likewise.
4747         * modules/sys_time (sys/time.h): Likewise.
4748         * modules/time (time.h): Likewise.
4749         * modules/wchar (wchar.h): Likewise.
4750         * modules/wctype (wtype.h): Likewise.
4751
4752 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4753
4754         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4755
4756 2007-05-13  Bruno Haible  <bruno@clisp.org>
4757
4758         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4759         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4760         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4761         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4762         (gl_PREREQ_STRTOK_R): Don't require it here.
4763
4764 2007-05-13  Bruno Haible  <bruno@clisp.org>
4765
4766         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4767         when used in C++ mode.
4768
4769 2007-05-12  Bruno Haible  <bruno@clisp.org>
4770
4771         * lib/linebuffer.h: Tweak doc.
4772         * lib/linebuffer.c: Likewise.
4773
4774 2007-05-12  James Youngman  <jay@gnu.org>
4775
4776         * lib/linebuffer.c (readlinebuffer_delim): New function,
4777         like readlinebuffer, but use a caller-specified delimiter.
4778         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4779         as the delimiter.
4780         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4781
4782 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4783
4784         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4785         * modules/openat (Files): Remove openat-die.c.
4786         (Depends-on): Add openat-die.
4787         * modules/openat-die: New module.
4788
4789 2007-05-06  Bruno Haible  <bruno@clisp.org>
4790
4791         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4792         Update with info about Cygwin.
4793         * doc/functions/fprintf.texi: Update.
4794         * doc/functions/printf.texi: Update.
4795         * doc/functions/snprintf.texi: Update.
4796         * doc/functions/sprintf.texi: Update.
4797         * doc/functions/vfprintf.texi: Update.
4798         * doc/functions/vprintf.texi: Update.
4799         * doc/functions/vsnprintf.texi: Update.
4800         * doc/functions/vsprintf.texi: Update.
4801         Reported by Eric Blake.
4802
4803 2007-05-06  Bruno Haible  <bruno@clisp.org>
4804
4805         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4806         padding ourselves for the floating-point directives.
4807         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4808         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4809         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4810         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4811         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4812         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4813         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4814         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4815         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4816         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4817         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4818         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4819         * tests/test-snprintf-posix.h (test_function): Also check the width
4820         and some flags in the %f directive.
4821         * tests/test-sprintf-posix.h (test_function): Likewise.
4822         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4823         * tests/test-vasprintf-posix.c (test_function): Likewise.
4824         * doc/functions/fprintf.texi: Update.
4825         * doc/functions/printf.texi: Update.
4826         * doc/functions/snprintf.texi: Update.
4827         * doc/functions/sprintf.texi: Update.
4828         * doc/functions/vfprintf.texi: Update.
4829         * doc/functions/vprintf.texi: Update.
4830         * doc/functions/vsnprintf.texi: Update.
4831         * doc/functions/vsprintf.texi: Update.
4832
4833 2007-05-06  Bruno Haible  <bruno@clisp.org>
4834
4835         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4836         pass the ' flag character to sprintf or snprintf.
4837         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4838         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4839         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4840         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4841         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4842         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4843         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4844         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4845         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4846         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4847         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4848         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4849         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4850         flag.
4851         * tests/test-sprintf-posix.h (test_function): Likewise.
4852         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4853         * tests/test-vasprintf-posix.c (test_function): Likewise.
4854         * doc/functions/fprintf.texi: Update.
4855         * doc/functions/printf.texi: Update.
4856         * doc/functions/snprintf.texi: Update.
4857         * doc/functions/sprintf.texi: Update.
4858         * doc/functions/vfprintf.texi: Update.
4859         * doc/functions/vprintf.texi: Update.
4860         * doc/functions/vsnprintf.texi: Update.
4861         * doc/functions/vsprintf.texi: Update.
4862
4863 2007-05-01  Bruno Haible  <bruno@clisp.org>
4864
4865         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4866
4867 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4868
4869         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4870         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4871
4872 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4873
4874         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4875         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4876         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4877
4878 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4879
4880         * lib/argp-help.c (struct hol_entry): New member `ord'.
4881         (HOL_ENTRY_PTRCMP): Use ord for comparison
4882         (hol_sort): Initialize ord.
4883
4884 2007-05-01  Bruno Haible  <bruno@clisp.org>
4885
4886         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4887         Reported by Eric Blake.
4888         * doc/gnulib.texi (Function Substitutes): Update.
4889
4890 2007-05-01  Bruno Haible  <bruno@clisp.org>
4891
4892         * doc/functions.texi: Remove file, now redundant through
4893         doc/functions/*.texi.
4894
4895 2007-05-01  Bruno Haible  <bruno@clisp.org>
4896
4897         * modules/argp (Depends-on): Add sleep.
4898
4899 2007-05-01  Bruno Haible  <bruno@clisp.org>
4900
4901         * modules/sleep-tests: New file.
4902         * tests/test-sleep.c: New file.
4903
4904         * modules/sleep: New file.
4905         * lib/sleep.c: New file.
4906         * m4/sleep.m4: New file.
4907         * lib/unistd_.h (sleep): New declaration.
4908         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4909         HAVE_SLEEP.
4910         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4911         * doc/functions/sleep.texi: Document the sleep module.
4912
4913 2007-05-01  Bruno Haible  <bruno@clisp.org>
4914
4915         * lib/sigprocmask.h: Remove file.
4916         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4917         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4918         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4919         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4920         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4921         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4922         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4923         HAVE_SIGSET_T as a shell variable.
4924         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4925         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4926         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4927         (Depends-on): Add signal. Remove verify.
4928         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4929         (Include): Mention <signal.h> instead of sigprocmask.h.
4930         * NEWS: Mention the change.
4931         * lib/fatal-signal.c: Don't include sigprocmask.h.
4932
4933 2007-05-01  Bruno Haible  <bruno@clisp.org>
4934
4935         * modules/signal: New file.
4936         * lib/signal_.h: New file.
4937         * m4/signal_h.m4: New file.
4938
4939 2007-05-01  Bruno Haible  <bruno@clisp.org>
4940
4941         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4942         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4943         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4944         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4945
4946 2007-05-01  Bruno Haible  <bruno@clisp.org>
4947
4948         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4949         configure time.
4950         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4951         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4952         * modules/sys_stat (Makefile.am): Substitute their values into
4953         sys/stat.h.
4954
4955 2007-05-01  Bruno Haible  <bruno@clisp.org>
4956
4957         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4958         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4959         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4960
4961 2007-05-01  Bruno Haible  <bruno@clisp.org>
4962
4963         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4964         'assert' module here.
4965
4966 2007-05-01  Bruno Haible  <bruno@clisp.org>
4967
4968         * doc/functions/*.texi: New files.
4969         * doc/functions/google-ranking.txt: New file.
4970         * doc/gnulib.texi (Function Substitutes): New chapter.
4971         (ctime, inet_ntoa): Remove sections.
4972         * doc/ctime.texi: Remove file.
4973         * doc/inet_ntoa.texi: Remove file.
4974         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4975         dependencies.
4976         (%.info): New rule, specifying a --reference-limit.
4977
4978 2007-05-01  Bruno Haible  <bruno@clisp.org>
4979
4980         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4981
4982 2007-05-01  Bruno Haible  <bruno@clisp.org>
4983
4984         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4985         the portability of 'mkdir' to mingw systems.
4986
4987 2007-05-01  Bruno Haible  <bruno@clisp.org>
4988
4989         * doc/headers/google-ranking.txt: New file.
4990
4991 2007-04-30  Eric Blake  <ebb9@byu.net>
4992
4993         Prefer fseeko to fseek.
4994         * modules/getpass (Depends-on): Add fseeko.
4995         * lib/getpass.c (getpass): Use fseeko, not fseek.
4996
4997 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4998
4999         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
5000         assumes the sorting is stable, while most qsort implementations
5001         are not.  Use argument addresses to ensure they never compare as
5002         equal.
5003
5004         * tests/test-argp-2.sh (usage-indent test): Fix output
5005         (func_compare): Restore diff options
5006         * tests/test-argp.c: Restore #include "progname.h"
5007
5008 2007-04-29  Bruno Haible  <bruno@clisp.org>
5009
5010         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
5011         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5012         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
5013         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5014         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
5015         (configure.ac): Define CHECK_SNPRINTF_POSIX.
5016         (TESTS, check_PROGRAMS): Add test-snprintf.
5017         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
5018         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
5019         (TESTS, check_PROGRAMS): Add test-vsnprintf.
5020         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
5021         assertions that fail on HP-UX, OSF/1, or IRIX.
5022         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
5023
5024 2007-04-29  Bruno Haible  <bruno@clisp.org>
5025
5026         * MODULES.html.sh (posix_functions): Remove 'contents'.
5027
5028 2007-04-29  Karl Berry  <karl@gnu.org>
5029
5030         * config/srclist.txt (gendocs_template_min): new entry.
5031
5032 2007-04-29  Bruno Haible  <bruno@clisp.org>
5033
5034         Work around fpurge bug on BSD systems.
5035         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
5036         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
5037         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
5038         fpurge to rpl_fpurge if the system already has this function.
5039         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
5040         the case where the system already has this function. Correct invariants
5041         on BSD systems.
5042         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
5043         BSD systems.
5044
5045 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5046
5047         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
5048         proposed by Sven Verdoolaege.
5049
5050         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
5051         options.
5052         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
5053         (usage and help tests): Update
5054
5055 2007-04-29  Bruno Haible  <bruno@clisp.org>
5056
5057         * tests/test-fflush.c (main): Use a file of size 17, not 10.
5058         Print more information in case of failure. Disable a test on BeOS.
5059
5060 2007-04-29  Bruno Haible  <bruno@clisp.org>
5061
5062         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
5063         This helps debugging on systems on which no gdb is available.
5064
5065 2007-04-29  Bruno Haible  <bruno@clisp.org>
5066
5067         * lib/freading.h: Improve comments.
5068         * lib/fwriting.h: Likewise.
5069         * tests/test-freading.c (main): Don't check freading immediately after
5070         repositioning. Needed for glibc.
5071
5072 2007-04-29  Bruno Haible  <bruno@clisp.org>
5073
5074         * lib/freading.c (freading): Trivial simplification.
5075
5076 2007-04-28  Bruno Haible  <bruno@clisp.org>
5077
5078         * tests/test-fwriting.c (main): Also test the interaction between
5079         fflush and fwriting.
5080         * modules/fwriting-tests (Depends-on): Add fflush.
5081
5082         * tests/test-freading.c (main): Also test the interaction between
5083         fflush and freading.
5084         * modules/freading-tests (Depends-on): Add fflush.
5085
5086 2007-04-28  Bruno Haible  <bruno@clisp.org>
5087
5088         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
5089         fseeko and ftello.
5090         Suggested by Eric Blake.
5091
5092 2007-04-28  Jim Meyering  <jim@meyering.net>
5093
5094         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5095         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5096         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5097
5098 2007-04-27  Eric Blake  <ebb9@byu.net>
5099
5100         * doc/headers/assert.texi (assert.h): Document assert module use.
5101
5102 2007-04-27  Bruno Haible  <bruno@clisp.org>
5103
5104         * doc/headers/*.texi: New files.
5105         * doc/gnulib.texi (Header File Substitutes): New chapter.
5106         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5107         dependencies.
5108         (standards.info ,standards.html, standards.dvi): Update dependencies.
5109         (mostlyclean, clean): New targets.
5110
5111 2007-04-27  Bruno Haible  <bruno@clisp.org>
5112
5113         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5114         * modules/sysexits (Files, Makefile.am): Update.
5115
5116         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5117         * modules/sys_socket (Files, Makefile.am): Update.
5118
5119         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5120         * modules/sys_stat (Files, Makefile.am): Update.
5121
5122 2007-04-27  Eric Blake  <ebb9@byu.net>
5123
5124         * lib/freading.h: Improve comments.
5125         * lib/fwriting.h: Likewise.
5126         * lib/fflush.c: Likewise.
5127
5128         Fix closein for mingw.
5129         * modules/closein-tests: Add tests for closein.
5130         * tests/test-closein.c: New file.
5131         * tests/test-closein.sh: Likewise.
5132         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5133         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5134
5135 2007-04-27  Bruno Haible  <bruno@clisp.org>
5136
5137         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5138         version is < 6.
5139         * lib/math_.h [__DECC]: Likewise.
5140         * lib/stdio_.h [__DECC]: Likewise.
5141         * lib/stdlib_.h [__DECC]: Likewise.
5142         * lib/string_.h [__DECC]: Likewise.
5143         * lib/time_.h [__DECC]: Likewise.
5144         * lib/wchar_.h [__DECC]: Likewise.
5145         * lib/wctype_.h [__DECC]: Likewise.
5146
5147 2007-04-27  Bruno Haible  <bruno@clisp.org>
5148
5149         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5150
5151 2007-04-27  Bruno Haible  <bruno@clisp.org>
5152
5153         * lib/fflush.c: Add comments.
5154         * modules/fpurge-tests (Depends-on): Add fflush.
5155         * modules/freadable-tests (Depends-on): Likewise.
5156         * modules/fwritable-tests (Depends-on): Likewise.
5157
5158 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5159
5160         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5161         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5162         Report by Bruno Haible <bruno@clisp.org>.
5163
5164 2007-04-26  Eric Blake  <ebb9@byu.net>
5165
5166         Fix fflush on mingw.
5167         * modules/fflush (Depends-on): Add freading.
5168         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5169         but unread data.
5170
5171 2007-04-26  Eric Blake  <ebb9@byu.net>
5172         and Bruno Haible  <bruno@clisp.org>
5173
5174         Implement freading and fwriting.
5175         * lib/freading.c: New file.
5176         * lib/freading.h: Likewise.
5177         * m4/freading.m4: Likewise.
5178         * modules/freading: Likewise.
5179         * modules/freading-tests: Likewise.
5180         * tests/test-freading.c: Likewise.
5181         * lib/fwriting.c: New file.
5182         * lib/fwriting.h: Likewise.
5183         * m4/fwriting.m4: Likewise.
5184         * modules/fwriting: Likewise.
5185         * modules/fwriting-tests: Likewise.
5186         * tests/test-fwriting.c: Likewise.
5187         * MODULES.html.sh (File stream based Input/Output): Mention them.
5188
5189 2007-04-26  Bruno Haible  <bruno@clisp.org>
5190
5191         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5192         'long' when we assume it.
5193         Suggested by Eric Blake.
5194
5195 2007-04-26  Bruno Haible  <bruno@clisp.org>
5196
5197         Ensure fseeko, ftello are declared on glibc systems.
5198         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5199         * modules/fseeko (configure.ac-early): Likewise.
5200         * modules/ftello (configure.ac-early): Likewise.
5201         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5202         AC_FUNC_FSEEKO for this.
5203         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5204         (gl_CHECK_FSEEKO): Remove macro.
5205
5206 2007-04-26  Bruno Haible  <bruno@clisp.org>
5207
5208         * tests/test-fflush.c (main): Also check the ftell result after
5209         fflush and fseek/fseeko.
5210         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5211         file descriptor position cache in the stream.
5212         * lib/fseeko.c (rpl_fseeko): Likewise.
5213
5214 2007-04-26  Bruno Haible  <bruno@clisp.org>
5215
5216         * modules/fflush-tests (Depends-on): Add fseeko.
5217
5218 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5219             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5220
5221         * lib/argz_.h: ensure error_t definition is obtained in same
5222         mechanism system argz.h would have.
5223         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5224         argz facilities are known bad.  Err on the side of caution if
5225         cross-compiling.
5226
5227 2007-04-25  Eric Blake  <ebb9@byu.net>
5228
5229         * lib/fpurge.c (includes): Use stdlib.h for free.
5230         * tests/test-fflush.c (main): Also test fflush-fseeko.
5231
5232 2007-04-25  Bruno Haible  <bruno@clisp.org>
5233
5234         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5235         * lib/fseeko.c: New file.
5236         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5237         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5238         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5239         gl_FUNC_FSEEKO.
5240         (gl_FUNC_FSEEKO): Invoke it.
5241         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5242         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5243         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5244
5245 2007-04-25  Bruno Haible  <bruno@clisp.org>
5246
5247         * modules/fflush (Depends-on): Add ftello.
5248
5249 2007-04-25  Bruno Haible  <bruno@clisp.org>
5250
5251         * modules/ftello-tests: New file.
5252         * tests/test-ftello.c: New file.
5253
5254         * modules/ftello: New file.
5255         * m4/ftello.m4: New file.
5256         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5257         HAVE_FTELLO.
5258         * lib/stdio_.h (ftello): New declaration.
5259         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5260         HAVE_FTELLO.
5261
5262 2007-04-25  Bruno Haible  <bruno@clisp.org>
5263
5264         * modules/fseeko-tests: New file.
5265         * tests/test-fseeko.c: New file.
5266
5267         * modules/fseeko: New file.
5268         * m4/fseeko.m4: New file.
5269         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5270         HAVE_FSEEKO.
5271         * lib/stdio_.h (fseeko): New declaration.
5272         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5273         HAVE_FSEEKO.
5274
5275 2007-04-25  Bruno Haible  <bruno@clisp.org>
5276
5277         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5278
5279 2007-04-25  Bruno Haible  <bruno@clisp.org>
5280
5281         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5282         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5283         * tests/test-unistd.c: Likewise.
5284         * tests/test-fcntl.c: Likewise.
5285
5286 2007-04-23  Eric Blake  <ebb9@byu.net>
5287
5288         * lib/fflush.c: Fix missing include.
5289         Reported by Bruno Haible.
5290
5291 2007-04-23  Bruno Haible  <bruno@clisp.org>
5292
5293         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5294         Reported by Eric Blake.
5295
5296 2007-04-23  Bruno Haible  <bruno@clisp.org>
5297
5298         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5299
5300 2007-04-23  Bruno Haible  <bruno@clisp.org>
5301
5302         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5303
5304 2007-04-23  Bruno Haible  <bruno@clisp.org>
5305
5306         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5307         Needed on HP-UX 11.
5308
5309 2007-04-16  Eric Blake  <ebb9@byu.net>
5310
5311         Make fflush rely on fpurge.
5312         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5313         open coding all variants.
5314         * modules/fflush (Depends-on): Add fpurge and unistd.
5315         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5316         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5317
5318         Fix --with-tests compilation on cygwin.
5319         * modules/argmatch-tests (Makefile.am): List gnulib library first
5320         in LDADD.
5321         * modules/argp-tests (Makefile.am): Likewise.
5322         * modules/array-list-tests (Makefile.am): Likewise.
5323         * modules/array-oset-tests (Makefile.am): Likewise.
5324         * modules/avltree-list-tests (Makefile.am): Likewise.
5325         * modules/avltree-oset-tests (Makefile.am): Likewise.
5326         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5327         * modules/carray-list-tests (Makefile.am): Likewise.
5328         * modules/dirname-tests (Makefile.am): Likewise.
5329         * modules/frexp-tests (Makefile.am): Likewise.
5330         * modules/isnanl-tests (Makefile.am): Likewise.
5331         * modules/linked-list-tests (Makefile.am): Likewise.
5332         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5333         * modules/lock-tests (Makefile.am): Likewise.
5334         * modules/rbtree-list-tests (Makefile.am): Likewise.
5335         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5336         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5337         * modules/tls-tests (Makefile.am): Likewise.
5338         * modules/tsearch-tests (Makefile.am): Likewise.
5339         * modules/xvasprintf-tests (Makefile.am): Likewise.
5340
5341         Fix fpurge for cygwin.
5342         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5343         value.
5344         * modules/fpurge-tests (Depends-on): Clean up trash.
5345
5346 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5347
5348         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5349
5350         * m4/autobuild.m4: Re-indent.
5351
5352 2007-04-13  Bruno Haible  <bruno@clisp.org>
5353
5354         * modules/fpurge-tests: New file.
5355         * tests/test-fpurge.c: New file.
5356
5357         * modules/fpurge: New file.
5358         * lib/fpurge.h: New file.
5359         * lib/fpurge.c: New file.
5360         * m4/fpurge.m4: New file.
5361
5362 2007-04-13  Bruno Haible  <bruno@clisp.org>
5363
5364         * modules/fbufmode-tests: New file.
5365         * tests/test-fbufmode.c: New file.
5366
5367         * modules/fbufmode: New file.
5368         * lib/fbufmode.h: New file.
5369         * lib/fbufmode.c: New file.
5370         * m4/fbufmode.m4: New file.
5371
5372 2007-04-13  Bruno Haible  <bruno@clisp.org>
5373
5374         * modules/fwritable-tests: New file.
5375         * tests/test-fwritable.c: New file.
5376
5377         * modules/fwritable: New file.
5378         * lib/fwritable.h: New file.
5379         * lib/fwritable.c: New file.
5380         * m4/fwritable.m4: New file.
5381
5382 2007-04-13  Bruno Haible  <bruno@clisp.org>
5383
5384         * modules/freadable-tests: New file.
5385         * tests/test-freadable.c: New file.
5386
5387         * modules/freadable: New file.
5388         * lib/freadable.h: New file.
5389         * lib/freadable.c: New file.
5390         * m4/freadable.m4: New file.
5391
5392 2007-04-13  Bruno Haible  <bruno@clisp.org>
5393
5394         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5395         MOSTLYCLEANFILES.
5396
5397 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5398
5399         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5400         gzip bootstrap.conf to avoid dragging in i18n machinery.
5401         (gnulib_tool_option): Use it.
5402
5403 2007-04-13  Bruno Haible  <bruno@clisp.org>
5404
5405         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5406         %F directives.
5407         * tests/test-vasprintf-posix.c (test_function): Likewise.
5408         * tests/test-snprintf-posix.h (test_function): Likewise.
5409         * tests/test-sprintf-posix.h (test_function): Likewise.
5410         * tests/test-fprintf-posix.h (test_function): Likewise.
5411         * tests/test-printf-posix.h (test_function): Likewise.
5412         * tests/test-fprintf-posix.out: Likewise.
5413
5414 2007-04-13  Bruno Haible  <bruno@clisp.org>
5415
5416         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5417         * modules/tls-tests (configure.ac): Likewise.
5418         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5419
5420 2007-04-13  Bruno Haible  <bruno@clisp.org>
5421
5422         * lib/tls.c (glthread_tls_get): Fix return type.
5423         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5424
5425 2007-04-12  Eric Blake  <ebb9@byu.net>
5426
5427         * modules/gettime (Depends-on): Remove gettime.
5428         Reported by Dmitry V. Levin.
5429
5430 2007-04-12  Bruno Haible  <bruno@clisp.org>
5431
5432         * modules/fflush (Include): Mention <stdio.h>.
5433         * modules/strtoimax (Include): Mention <inttypes.h>.
5434         * modules/strtoumax (Include): Likewise.
5435
5436 2007-04-12  Eric Blake  <ebb9@byu.net>
5437
5438         * .cvsignore: New file.
5439         * .gitignore: Likewise.
5440
5441 2007-04-12  Bruno Haible  <bruno@clisp.org>
5442
5443         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5444         not before, since $(LDADD) often contains libgnu.a.
5445         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5446         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5447         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5448         Needed on Cygwin.
5449
5450 2007-04-12  Eric Blake  <ebb9@byu.net>
5451
5452         Work around glibc's failure to flush stdin on fclose.
5453         * lib/closein.c (close_stdin): Flush stdin before closing.
5454
5455         Work around glibc's failure to reset seekable stdin on exit.
5456         * modules/closein: New module.
5457         * lib/closein.c: New file.
5458         * lib/closein.h: Likewise.
5459         * m4/closein.m4: Likewise.
5460         * MODULES.html.sh (File stream based Input/Output): Document it.
5461
5462 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5463
5464         * gnulib-tool: Rename generated 'autobuild' script to
5465         'do-autobuild' in --create-megatestdir output.
5466
5467         * doc/gnulib.texi (Build robot for gnulib): Fix.
5468
5469 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5470
5471         * modules/sysexits (Depends-on): Add absolute-header.
5472
5473 2007-04-12  Eric Blake  <ebb9@byu.net>
5474
5475         No need to preserve errno on success.
5476         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5477         Reported by Bruno Haible.
5478
5479 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5480
5481         * MODULES.html.sh (Support for maintaining and releasing
5482         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5483
5484 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5485
5486         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5487
5488 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5489
5490         * modules/autobuild: New module.
5491
5492         * m4/autobuild.m4: New file.
5493
5494 2007-04-11  Bruno Haible  <bruno@clisp.org>
5495
5496         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5497         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5498         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5499         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5500         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5501         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5502         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5503         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5504         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5505         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5506         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5507         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5508         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5509         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5510         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5511         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5512         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5513         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5514         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5515         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5516         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5517         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5518         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5519         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5520         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5521         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5522         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5523         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5524         Reported by Eric Blake.
5525
5526 2007-04-11  Bruno Haible  <bruno@clisp.org>
5527
5528         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5529
5530 2007-04-10  Bruno Haible  <bruno@clisp.org>
5531
5532         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5533         for NaN and Infinity. Needed on FreeBSD 6.1.
5534         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5535         regarding results for "%010a" of Infinity and NaN.
5536         * tests/test-vasprintf-posix.c (test_function): Likewise.
5537         * tests/test-snprintf-posix.h (test_function): Likewise.
5538         * tests/test-sprintf-posix.h (test_function): Likewise.
5539         * tests/test-fprintf-posix.h (test_function): Likewise.
5540         * tests/test-printf-posix.h (test_function): Likewise.
5541         * tests/test-fprintf-posix.out: Likewise.
5542
5543 2007-04-10  Bruno Haible  <bruno@clisp.org>
5544
5545         * modules/locale-tests: New file.
5546         * tests/test-locale.c: New file.
5547
5548         * modules/locale: New file.
5549         * lib/locale_.h: New file.
5550         * m4/locale_h.m4: New file.
5551
5552 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5553             Bruno Haible  <bruno@clisp.org>
5554
5555         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5556         be determined, test for availability of the copysignf, copysign,
5557         copysignl functions.
5558         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5559         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5560         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5561
5562 2007-04-09  Eric Blake  <ebb9@byu.net>
5563
5564         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5565         * modules/stdio (Makefile.am): Support fflush.
5566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5567         * modules/fflush: New file.
5568         * lib/fflush.c: Likewise.
5569         * m4/fflush.m4: Likewise.
5570         * modules/fflush-tests: New test.
5571         * tests/test-fflush.c: Likewise.
5572         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5573
5574 2007-04-06  Bruno Haible  <bruno@clisp.org>
5575
5576         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5577         (VASNPRINTF): Use signbit for faster determination whether to print a
5578         minus sign.
5579         * modules/vasnprintf (Files): Remove lib/float+.h.
5580         * modules/fprintf-posix (Depends-on): Add signbit.
5581         * modules/snprintf-posix (Depends-on): Likewise.
5582         * modules/sprintf-posix (Depends-on): Likewise.
5583         * modules/vasnprintf-posix (Depends-on): Likewise.
5584         * modules/vasprintf-posix (Depends-on): Likewise.
5585         * modules/vfprintf-posix (Depends-on): Likewise.
5586         * modules/vsnprintf-posix (Depends-on): Likewise.
5587         * modules/vsprintf-posix (Depends-on): Likewise.
5588
5589 2007-04-06  Bruno Haible  <bruno@clisp.org>
5590
5591         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5592         * tests/test-frexpl.c (main): Likewise.
5593         * tests/test-ldexpl.c (main): Likewise.
5594         * modules/frexp-tests (Depends-on): Add signbit.
5595         * modules/frexpl-tests (Depdends-on): Likewise.
5596         * modules/ldexpl-tests (Depdends-on): Likewise.
5597
5598 2007-04-06  Bruno Haible  <bruno@clisp.org>
5599
5600         * modules/signbit-tests: New file.
5601         * tests/test-signbit.c: New file.
5602
5603         * modules/signbit: New file.
5604         * lib/signbitf.c: New file.
5605         * lib/signbitd.c: New file.
5606         * lib/signbitl.c: New file.
5607         * m4/signbit.m4: New file.
5608         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5609         (signbit): New macro.
5610         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5611         REPLACE_SIGNBIT.
5612         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5613         REPLACE_FREXPL into math.h.
5614
5615 2007-04-06  Bruno Haible  <bruno@clisp.org>
5616
5617         * modules/isnanf-nolibm-tests: New file.
5618         * tests/test-isnanf.c: New file.
5619
5620         * modules/isnanf-nolibm: New file.
5621         * lib/isnanf.h: New file.
5622         * lib/isnanf.c: New file.
5623         * lib/isnan.c: Consider the USE_FLOAT macro.
5624         * m4/isnanf.m4: New file.
5625
5626 2007-04-06  Bruno Haible  <bruno@clisp.org>
5627
5628         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5629         (Link): New section.
5630
5631         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5632
5633 2007-04-06  Bruno Haible  <bruno@clisp.org>
5634
5635         Assume the 'long double' type.
5636         * m4/longdouble.m4: Remove file.
5637         * config/srclist.txt: Don't mention longdouble.m4.
5638         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5639         * lib/float+.h: Likewise.
5640         * lib/frexp.c: Likewise.
5641         * lib/printf-args.h: Likewise.
5642         * lib/printf-args.c: Likewise.
5643         * lib/printf-frexp.c: Likewise.
5644         * lib/printf-parse.c: Likewise.
5645         * lib/vasnprintf.c: Likewise.
5646         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5647         * m4/intl.m4: Likewise.
5648         * m4/isnanl.m4: Likewise.
5649         * m4/printf.m4: Likewise.
5650         * m4/printf-frexpl.m4: Likewise.
5651         * m4/vasnprintf.m4: Likewise.
5652         * modules/allocsa (Files): Remove m4/longdouble.m4.
5653         * modules/gettext (Files): Likewise.
5654         * modules/relocatable-prog-wrapper (Files): Likewise.
5655         * modules/vasnprintf (Files): Likewise.
5656         * modules/isnanl (Files): Likewise.
5657         (Include): Simplify.
5658         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5659         (Include): Simplify.
5660         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5661         (Include): Simplify.
5662         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5663         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5664         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5665         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5666         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5667         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5668         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5669         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5670         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5671         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5672         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5673         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5674         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5675         * tests/test-isnanl.c: Likewise.
5676         * tests/test-snprintf-posix.h: Likewise.
5677         * tests/test-sprintf-posix.h: Likewise.
5678         * tests/test-vasnprintf-posix.c: Likewise.
5679         * tests/test-vasnprintf-posix2.c: Likewise.
5680         * tests/test-vasprintf-posix.c: Likewise.
5681
5682 2007-04-06  Bruno Haible  <bruno@clisp.org>
5683
5684         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5685         * lib/math_.h [__DECC]: Include the overridden include file through
5686         #include_next, outside the double-inclusion guard.
5687         * lib/stdio_.h [__DECC]: Likewise.
5688         * lib/stdlib_.h [__DECC]: Likewise.
5689         * lib/string_.h [__DECC]: Likewise.
5690         * lib/time_.h [__DECC]: Likewise.
5691         * lib/wchar_.h [__DECC]: Likewise.
5692         * lib/wctype_.h [__DECC]: Likewise.
5693         * lib/inttypes_.h [__DECC]: Likewise.
5694         Reported by Albert Chin <china@thewrittenword.com> in
5695         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5696
5697 2007-04-04  Eric Blake  <ebb9@byu.net>
5698
5699         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5700         1.5.x.
5701
5702 2007-04-04  Bruno Haible  <bruno@clisp.org>
5703
5704         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5705         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5706
5707 2007-04-04  Bruno Haible  <bruno@clisp.org>
5708
5709         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5710         results for "%010a" of Infinity and NaN.
5711         * tests/test-vasprintf-posix.c (test_function): Likewise.
5712         * tests/test-snprintf-posix.h (test_function): Likewise.
5713         * tests/test-sprintf-posix.h (test_function): Likewise.
5714         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5715         * tests/test-printf-posix.h (test_function): Likewise.
5716         * tests/test-fprintf-posix.out: Update.
5717         Needed for FreeBSD 6.1.
5718
5719 2007-04-04  Bruno Haible  <bruno@clisp.org>
5720
5721         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5722         directly used by the gnulib modules nor by gnulib-tool.
5723
5724 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5725
5726         * DEPENDENCIES: Give overall description of version dependency
5727         desirability.  Use more-typical names for apps.
5728         Add shell, coreutils, diffutils, grep, tar, gzip.
5729
5730 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5731
5732         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5733
5734 2007-04-04  Karl Berry  <karl@gnu.org>
5735
5736         * MODULES.html.sh (func_module): missing '.
5737
5738 2007-04-03  Bruno Haible  <bruno@clisp.org>
5739
5740         * modules/argmatch-tests (Makefile.am): New variable
5741         test_argmatch_LDADD.
5742         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5743         * modules/array-list-tests (Makefile.am): New variable
5744         test_array_list_LDADD.
5745         * modules/array-oset-tests (Makefile.am): New variable
5746         test_array_oset_LDADD.
5747         * modules/avltree-list-tests (Makefile.am): New variable
5748         test_avltree_list_LDADD.
5749         * modules/avltree-oset-tests (Makefile.am): New variable
5750         test_avltree_oset_LDADD.
5751         * modules/avltreehash-list-tests (Makefile.am): New variable
5752         test_avltreehash_list_LDADD.
5753         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5754         test_canonicalize_lgpl_LDADD.
5755         * modules/carray-list-tests (Makefile.am): New variable
5756         test_carray_list_LDADD.
5757         * modules/dirname-tests (Makefile.am): New variable
5758         test_dirname_LDADD.
5759         * modules/linked-list-tests (Makefile.am): New variable
5760         test_linked_list_LDADD.
5761         * modules/linkedhash-list-tests (Makefile.am): New variable
5762         test_linkedhash_list_LDADD.
5763         * modules/rbtree-list-tests (Makefile.am): New variable
5764         test_rbtree_list_LDADD.
5765         * modules/rbtree-oset-tests (Makefile.am): New variable
5766         test_rbtree_oset_LDADD.
5767         * modules/rbtreehash-list-tests (Makefile.am): New variable
5768         test_rbtreehash_list_LDADD.
5769         * modules/xvasprintf-tests (Makefile.am): New variable
5770         test_xvasprintf_LDADD.
5771         Reported by Eric Blake.
5772
5773 2007-04-03  Eric Blake  <ebb9@byu.net>
5774
5775         * DEPENDENCIES: Weaken m4 requirements.
5776
5777 2007-04-03  Bruno Haible  <bruno@clisp.org>
5778
5779         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5780         * modules/isnanl-tests (configure.ac): Likewise.
5781
5782 2007-04-03  Ben Pfaff  <blp@gnu.org>
5783
5784         * modules/iconv_open: Add $(srcdir)/ to source directory
5785         references in Makefile fragments that call gperf, to fix VPATH
5786         builds.
5787
5788 2007-04-03  Bruno Haible  <bruno@clisp.org>
5789
5790         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5791         * lib/ldexpl.c: Undo last change.
5792
5793 2007-04-03  Bruno Haible  <bruno@clisp.org>
5794
5795         * modules/printf-frexpl (Depends-on): Undo last change.
5796         (Files): Add m4/ldexpl.m4.
5797
5798 2007-04-03  Bruno Haible  <bruno@clisp.org>
5799
5800         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5801         * modules/isnanl (Link): New section.
5802
5803         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5804         * modules/frexp (Link): New section.
5805
5806         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5807         * modules/frexpl (Link): New section.
5808
5809         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5810         * modules/ldexpl (Link): New section.
5811
5812 2007-04-03  Bruno Haible  <bruno@clisp.org>
5813
5814         * modules/TEMPLATE-EXTENDED: New file.
5815         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5816
5817 2007-04-03  Bruno Haible  <bruno@clisp.org>
5818
5819         * DEPENDENCIES: New file.
5820         Suggested by Simon Josefsson.
5821
5822 2007-04-03  Bruno Haible  <bruno@clisp.org>
5823
5824         * doc/gnulib.texi: Escape @.
5825
5826 2007-04-03  James Youngman  <jay@gnu.org>
5827         and Paul Eggert  <eggert@cs.ucla.edu>
5828
5829         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5830         birthtime on all systems that have birthtime, not just those which
5831         use st_birthtimensec rather than st_birthtim.  Putting zero in
5832         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5833         that the birth time is not available for files on an NFS mount.
5834
5835 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5836
5837         * modules/memxor: Move back from crypto/, suggested by Bruno.
5838         * modules/crypto/hmac-sha1: Fix memxor dependency.
5839
5840         * modules/crypto/gc: Moved from ../.
5841
5842 2007-04-02  Eric Blake  <ebb9@byu.net>
5843
5844         * lib/ldexpl.c (includes): Avoid libm.
5845
5846         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5847
5848 2007-04-02  Bruno Haible  <bruno@clisp.org>
5849
5850         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5851         on IRIX.
5852
5853 2007-04-02  Bruno Haible  <bruno@clisp.org>
5854
5855         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5856         x86 or x86_64 platforms running MacOS X.
5857         Reported by Ryan Schmidt <@ryandesign.com>.
5858
5859 2007-04-02  Bruno Haible  <bruno@clisp.org>
5860
5861         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5862         i386.
5863
5864 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5865
5866         * modules/crypto/arcfour: Moved from ../.
5867         * modules/crypto/arcfour-tests: Moved from ../.
5868         * modules/crypto/arctwo: Moved from ../.
5869         * modules/crypto/arctwo-tests: Moved from ../.
5870         * modules/crypto/des: Moved from ../.
5871         * modules/crypto/des-tests: Moved from ../.
5872         * modules/crypto/gc-arcfour: Moved from ../.
5873         * modules/crypto/gc-arcfour-tests: Moved from ../.
5874         * modules/crypto/gc-arctwo: Moved from ../.
5875         * modules/crypto/gc-arctwo-tests: Moved from ../.
5876         * modules/crypto/gc-des: Moved from ../.
5877         * modules/crypto/gc-des-tests: Moved from ../.
5878         * modules/crypto/gc-hmac-md5: Moved from ../.
5879         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5880         * modules/crypto/gc-hmac-sha1: Moved from ../.
5881         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5882         * modules/crypto/gc-md2: Moved from ../.
5883         * modules/crypto/gc-md2-tests: Moved from ../.
5884         * modules/crypto/gc-md4: Moved from ../.
5885         * modules/crypto/gc-md4-tests: Moved from ../.
5886         * modules/crypto/gc-md5: Moved from ../.
5887         * modules/crypto/gc-md5-tests: Moved from ../.
5888         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5889         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5890         * modules/crypto/gc-random: Moved from ../.
5891         * modules/crypto/gc-rijndael: Moved from ../.
5892         * modules/crypto/gc-rijndael-tests: Moved from ../.
5893         * modules/crypto/gc-sha1: Moved from ../.
5894         * modules/crypto/gc-sha1-tests: Moved from ../.
5895         * modules/crypto/gc-tests: Moved from ../.
5896         * modules/crypto/hmac-md5: Moved from ../.
5897         * modules/crypto/hmac-md5-tests: Moved from ../.
5898         * modules/crypto/hmac-sha1: Moved from ../.
5899         * modules/crypto/hmac-sha1-tests: Moved from ../.
5900         * modules/crypto/md2: Moved from ../.
5901         * modules/crypto/md2-tests: Moved from ../.
5902         * modules/crypto/md4: Moved from ../.
5903         * modules/crypto/md4-tests: Moved from ../.
5904         * modules/crypto/md5: Moved from ../.
5905         * modules/crypto/md5-tests: Moved from ../.
5906         * modules/crypto/memxor: Moved from ../.
5907         * modules/crypto/rijndael: Moved from ../.
5908         * modules/crypto/rijndael-tests: Moved from ../.
5909         * modules/crypto/sha1: Moved from ../.
5910
5911 2007-03-30  James Youngman  <jay@gnu.org>
5912
5913         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5914         rename() to change the ctime of a file (because ctime is unaffected
5915         by rename on jfs2 on AIX 5.1).
5916         (main): Start by doing cleanup, in case a previous run failed leaving
5917         test files behind.
5918
5919 2007-03-31  Bruno Haible  <bruno@clisp.org>
5920
5921         Support old proprietary implementations of iconv.
5922         * modules/iconv_open: New file.
5923         * lib/iconv_.h: New file.
5924         * m4/iconv_h.m4: New file.
5925         * lib/iconv_open.c: New file.
5926         * lib/iconv_open-aix.gperf: New file.
5927         * lib/iconv_open-hpux.gperf: New file.
5928         * lib/iconv_open-irix.gperf: New file.
5929         * lib/iconv_open-osf.gperf: New file.
5930         * m4/iconv_open.m4: New file.
5931         * modules/linebreak (Depends-on): Add iconv_open.
5932         * modules/striconv (Depends-on): Likewise.
5933         * modules/striconveh (Depends-on): Likewise.
5934         * modules/unicodeio (Depends-on): Likewise.
5935         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5936         (iconv_t)(-1).
5937         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5938         conversion if cd is (iconv_t)(-1).
5939         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5940         is not possible.
5941
5942 2007-03-31  Bruno Haible  <bruno@clisp.org>
5943
5944         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5945         work on Solaris either. Protect also second use of "autodetect_jp".
5946
5947 2007-03-31  Bruno Haible  <bruno@clisp.org>
5948
5949         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5950         the function is not present.
5951
5952 2007-03-31  Bruno Haible  <bruno@clisp.org>
5953
5954         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5955         the function is not present.
5956
5957 2007-03-31  Bruno Haible  <bruno@clisp.org>
5958
5959         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5960         a bug in HP-UX iconv_open().
5961
5962 2007-03-31  Bruno Haible  <bruno@clisp.org>
5963
5964         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5965         (Mathematics <math.h>): New section, add fpieee.
5966         (Input/output <stdio.h>): Add fseterr.
5967         (Mathematics <math.h>): New section, add printf-frexp.
5968         (Container data structures): Add sublist.
5969         (Core language properties): Add fpucw, inline.
5970         (Functions for greatest-width integer types <inttypes.h>): Add
5971         imaxabs, imaxdiv, inttypes.
5972         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5973         isnanl-nolibm, ldexp.
5974         (Mathematics <math.h>): New section, add printf-frexpl.
5975         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5976         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5977         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5978         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5979         (Unicode string functions): Add unistr/u*-mbtoucr.
5980         (Java): Add javacomp-script, javaexec-script.
5981         (C#): Add csharpcomp-script, csharpexec-script.
5982         (Support for building libraries and executables): Add havelib,
5983         relocatable-*.
5984         (Support for maintaining and releasing projects): Renamed from
5985         'Support for maintaining and release projects'. Add announce-gen.
5986
5987 2007-03-31  Bruno Haible  <bruno@clisp.org>
5988
5989         * README: Talk primarily about git.
5990         (git and CVS): Renamed from CVS.
5991         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5992         gnulib is available through git.
5993         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5994
5995 2007-03-30  Bruno Haible  <bruno@clisp.org>
5996
5997         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5998         * lib/poll_.h: Likewise.
5999         * lib/stat_.h: Likewise.
6000         * lib/sys_time_.h: Likewise.
6001         * lib/sysexit_.h: Likewise.
6002         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
6003         * lib/stdbool_.h: Likewise.
6004         * lib/byteswap_.h: Add double-inclusion guard.
6005
6006 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
6007
6008         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
6009
6010 2007-03-30  Karl Berry  <karl@gnu.org>
6011
6012         * config/srclist-update: double space after USA in the license
6013         substitution, since that's how it's usually (?) written.
6014
6015 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6016
6017         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
6018         reported by Bruno Haible.
6019
6020 2007-03-29  Bruno Haible  <bruno@clisp.org>
6021
6022         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
6023         a bug in AIX iconv().
6024
6025 2007-03-29  Bruno Haible  <bruno@clisp.org>
6026
6027         * modules/ldexpl-tests: New file.
6028         * tests/test-ldexpl.c: New file.
6029
6030 2007-03-29  Bruno Haible  <bruno@clisp.org>
6031
6032         * lib/ldexpl.c: Include fpucw.h.
6033         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
6034         multiplication.
6035         * modules/ldexpl (Depends-on): Add fpucw.
6036
6037 2007-03-29  Bruno Haible  <bruno@clisp.org>
6038
6039         * modules/ldexpl: New file.
6040         * m4/ldexpl.m4: New file.
6041         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
6042         set.
6043         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
6044         REPLACE_LDEXPL.
6045         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
6046         REPLACE_LDEXPL.
6047         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6048         gl_FUNC_LDEXPL_WORKS.
6049         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
6050         * modules/mathl (Files): Remove lib/ldexpl.c.
6051         (Depends-on): Add ldexpl.
6052
6053 2007-03-29  Bruno Haible  <bruno@clisp.org>
6054
6055         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
6056
6057 2007-03-29  Bruno Haible  <bruno@clisp.org>
6058
6059         * tests/test-striconveh.c (main): Don't assume that a direct conversion
6060         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
6061         and possibly also HP-UX.
6062         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6063         work on AIX, IRIX, HP-UX, OSF/1.
6064         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6065         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6066         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6067         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6068         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
6069         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6070
6071 2007-03-29  Bruno Haible  <bruno@clisp.org>
6072
6073         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
6074
6075 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6076
6077         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
6078         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
6079
6080 2007-03-29  Eric Blake  <ebb9@byu.net>
6081
6082         * lib/acl-internal.h: Remove redundant include.
6083         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
6084         Cygwin when a file is locked.
6085
6086 2007-03-29  Bruno Haible  <bruno@clisp.org>
6087
6088         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
6089         file.
6090         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
6091
6092 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6093
6094         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6095         try to remove a parent directory if the child couldn't be removed
6096         (except for the first rmdir, which could fail because the child
6097         doesn't exist).  Problem reported by Jeff Blaine in
6098         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6099
6100 2007-03-28  Bruno Haible  <bruno@clisp.org>
6101
6102         * lib/striconveh.c (utf8conv_carefully): New function.
6103         (mem_cd_iconveh_internal): Invoke it.
6104
6105 2007-03-28  Bruno Haible  <bruno@clisp.org>
6106
6107         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6108         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6109         input.
6110         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6111         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6112         unistr/u8-uctomb.
6113
6114 2007-03-28  Bruno Haible  <bruno@clisp.org>
6115
6116         * modules/unistr/u8-mbtoucr: New file.
6117         * lib/unistr/u8-mbtoucr.c: New file.
6118         * modules/unistr/u16-mbtoucr: New file.
6119         * lib/unistr/u16-mbtoucr.c: New file.
6120         * modules/unistr/u16-mbtoucr: New file.
6121         * lib/unistr/u16-mbtoucr.c: New file.
6122         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6123
6124 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6125             Bruno Haible  <bruno@clisp.org>
6126
6127         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6128         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6129         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6130
6131         * m4/stdio_h.m4: Add stubs for vasprintf too.
6132
6133         * modules/stdio: Support vasprintf in sed command.
6134
6135         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6136         vasprintf.h.  Add stdio module indicator.
6137
6138         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6139         vasprintf.h.
6140
6141         * lib/vasprintf.h: File removed.
6142
6143         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6144         * lib/vasprintf.c: Ditto.
6145         * lib/xvasprintf.c: Ditto.
6146         * tests/test-vasprintf-posix.c: Ditto.
6147         * tests/test-vasprintf.c: Ditto.
6148
6149 2007-03-27  Bruno Haible  <bruno@clisp.org>
6150
6151         Make vasnprintf multithread-safe.
6152         * lib/vasnprintf.c (decimal_point_char): New function.
6153         (VASNPRINTF): Use it.
6154         Suggested by Simon Josefsson.
6155
6156 2007-03-27  Eric Blake  <ebb9@byu.net>
6157
6158         Support sub-second birthtime on cygwin.
6159         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6160         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6161         (get_stat_birthtime): Also work with st_birthtim.
6162
6163 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6164
6165         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6166         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6167         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6168         (get_stat_birthtime_ns): Simplify compile-time tests.
6169         (get_stat_birthtime): Change the API to look like
6170         get_stat_mtime etc., except return a negative tv_nsec on error.
6171         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6172         Don't check for "spare" fields.
6173         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6174         or for struct stat.st_birthtime, as these tests aren't used.
6175         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6176
6177 2007-03-27  Bruno Haible  <bruno@clisp.org>
6178
6179         * lib/stat-time.h: Include <sys/stat.h>.
6180
6181 2007-03-27  James Youngman  <jay@gnu.org>
6182
6183         * lib/stat-time.h (get_stat_birthtime): New function for
6184           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6185         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6186           and its variants.
6187         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6188         * modules/stat-time-test: New file.
6189         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6190
6191 2007-03-26  Bruno Haible  <bruno@clisp.org>
6192
6193         Better support of signalling NaNs.
6194         * lib/atanl.c: Include isnanl.h.
6195         (atanl): Perform test for NaN at the beginning of the function and
6196         through a call to isnanl.
6197         * lib/cosl.c: Include isnanl.h.
6198         (cosl): Perform test for NaN at the beginning of the function and
6199         through a call to isnanl.
6200         * lib/ldexpl.c: Include isnanl.h.
6201         (ldexpl): Perform test for NaN through a call to isnanl.
6202         * lib/logl.c: Include isnanl.h.
6203         (logl): Perform test for NaN at the beginning of the function and
6204         through a call to isnanl.
6205         * lib/sinl.c: Include isnanl.h.
6206         (sinl): Perform test for NaN at the beginning of the function and
6207         through a call to isnanl.
6208         * lib/sqrtl.c: Include isnanl.h.
6209         (sqrtl): Perform test for NaN at the beginning of the function and
6210         through a call to isnanl.
6211         * lib/tanl.c: Include isnanl.h.
6212         (tanl): Perform test for NaN at the beginning of the function and
6213         through a call to isnanl.
6214         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6215         * modules/mathl (Depends-on): Add isnanl.
6216
6217 2007-03-26  Eric Blake  <ebb9@byu.net>
6218
6219         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6220         regression in logic sense of previous patch.
6221
6222 2007-03-26  Bruno Haible  <bruno@clisp.org>
6223
6224         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6225         unportable shell command "if ! ...".
6226         Reported by Ralf Wildenhues.
6227
6228 2007-03-25  Bruno Haible  <bruno@clisp.org>
6229
6230         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6231         <sysexits.h> file, and only add EX_CONFIG.
6232         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6233         absolute file name and whether it is sufficient. Substitute also
6234         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6235         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6236         ABSOLUTE_SYSEXITS_H into sysexits.h.
6237
6238 2007-03-25  Bruno Haible  <bruno@clisp.org>
6239
6240         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6241         hints is NULL.
6242
6243 2007-03-25  Bruno Haible  <bruno@clisp.org>
6244
6245         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6246         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6247
6248 2007-03-25  Bruno Haible  <bruno@clisp.org>
6249
6250         * lib/vasnprintf.c: Include langinfo.h.
6251         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6252         multithread-safe.
6253         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6254         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6255         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6256         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6257         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6258         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6259         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6260         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6261         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6262         Reported by Simon Josefsson.
6263
6264 2007-03-25  Bruno Haible  <bruno@clisp.org>
6265
6266         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6267         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6268         * modules/vasnprintf (Depends-on): Add stdint.
6269
6270 2007-03-25  Bruno Haible  <bruno@clisp.org>
6271
6272         * modules/fpieee: New file.
6273         * m4/fpieee.m4: New file.
6274         * modules/isnan-nolibm (Depends-on): Add fpieee.
6275         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6276         * modules/isnanl (Depends-on): Add fpieee.
6277
6278 2007-03-25  Bruno Haible  <bruno@clisp.org>
6279
6280         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6281
6282 2007-03-25  Bruno Haible  <bruno@clisp.org>
6283
6284         Avoid test failures on IRIX 6.5.
6285         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6286         (main): Use it.
6287         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6288         macros.
6289         (main): Use them.
6290
6291 2007-03-25  Bruno Haible  <bruno@clisp.org>
6292
6293         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6294         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6295         exists but doesn't work.
6296         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6297         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6298         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6299         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6300
6301 2007-03-25  Bruno Haible  <bruno@clisp.org>
6302
6303         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6304         returns inf. Needed on IRIX 6.5.
6305
6306 2007-03-25  Bruno Haible  <bruno@clisp.org>
6307
6308         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6309         (main): Use isnanl instead of x != x idiom.
6310         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6311
6312         * tests/test-frexp.c: Include isnan.h.
6313         (main): Use isnan instead of x != x idiom.
6314         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6315
6316 2007-03-25  Bruno Haible  <bruno@clisp.org>
6317
6318         * tests/test-frexp.c (NaN): New function/macro.
6319         (main): Use it instead of 0.0 / 0.0.
6320         * tests/test-isnan.c (NaN): New function/macro.
6321         (main): Use it instead of 0.0 / 0.0.
6322         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6323         (test_function): Use it instead of 0.0 / 0.0.
6324         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6325         (test_function): Use it instead of 0.0 / 0.0.
6326         * tests/test-snprintf-posix.h (NaN): New function/macro.
6327         (test_function): Use it instead of 0.0 / 0.0.
6328         * tests/test-sprintf-posix.h (NaN): New function/macro.
6329         (test_function): Use it instead of 0.0 / 0.0.
6330         * tests/test-fprintf-posix.h (NaN): New function/macro.
6331         (test_function): Use it instead of 0.0 / 0.0.
6332         * tests/test-printf-posix.h (NaN): New function/macro.
6333         (test_function): Use it instead of 0.0 / 0.0.
6334
6335         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6336
6337 2007-03-25  Bruno Haible  <bruno@clisp.org>
6338
6339         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6340
6341 2007-03-25  Bruno Haible  <bruno@clisp.org>
6342
6343         * lib/regexec.c (merge_state_with_log): Make static.
6344
6345 2007-03-25  Bruno Haible  <bruno@clisp.org>
6346
6347         * lib/trigl.c (kernel_rem_pio2): Make static.
6348
6349 2007-03-25  Bruno Haible  <bruno@clisp.org>
6350
6351         * lib/sincosl.c (sincosl_table): Make static.
6352
6353 2007-03-25  Bruno Haible  <bruno@clisp.org>
6354
6355         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6356         if the compiler does not support C99.
6357
6358 2007-03-25  Bruno Haible  <bruno@clisp.org>
6359
6360         * modules/time (Makefile.am): Ensure all rule action lines start with a
6361         tab.
6362
6363 2007-03-24  Bruno Haible  <bruno@clisp.org>
6364
6365         * modules/tsearch-tests: New file.
6366         * tests/test-tsearch.sh: New file.
6367         * tests/test-tsearch.c: New file, mostly copied from glibc.
6368
6369         * modules/search-tests: New file.
6370         * tests/test-search.c: New file.
6371
6372         * modules/search: New file.
6373         * lib/search_.h: New file, incorporating lib/tsearch.h.
6374         * m4/search_h.m4: New file.
6375         * lib/tsearch.h: Remove file.
6376         * lib/tsearch.c: Include search.h instead of tsearch.h.
6377         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6378         HAVE_TSEARCH.
6379         * modules/tsearch (Files): Remove lib/tsearch.h.
6380         (Depends-on): Add search.
6381         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6382         (Include): Change tsearch.h into search.h.
6383
6384 2007-03-24  Bruno Haible  <bruno@clisp.org>
6385
6386         * modules/fpucw: New file.
6387         * lib/fpucw.h: New file.
6388         * lib/frexp.c: Include fpucw.h.
6389         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6390         (FUNC): Use them.
6391         * lib/printf-frexp.c: Include fpucw.h.
6392         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6393         (FUNC): Use them.
6394         * lib/vasnprintf.c: Include fpucw.h.
6395         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6396         'long double' calculations.
6397         * tests/test-frexpl.c: Include fpucw.h.
6398         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6399         * tests/test-printf-frexpl.c: Include fpucw.h.
6400         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6401         * modules/frexpl (Depends-on): Add fpucw.
6402         * modules/printf-frexpl (Depends-on): Likewise.
6403         * modules/fprintf-posix (Depends-on): Likewise.
6404         * modules/snprintf-posix (Depends-on): Likewise.
6405         * modules/sprintf-posix (Depends-on): Likewise.
6406         * modules/vasnprintf-posix (Depends-on): Likewise.
6407         * modules/vasprintf-posix (Depends-on): Likewise.
6408         * modules/vfprintf-posix (Depends-on): Likewise.
6409         * modules/vsnprintf-posix (Depends-on): Likewise.
6410         * modules/vsprintf-posix (Depends-on): Likewise.
6411         * modules/frexpl-tests (Depends-on): Likewise.
6412         * modules/printf-frexpl-tests (Depends-on): Likewise.
6413
6414 2007-03-24  Bruno Haible  <bruno@clisp.org>
6415
6416         * lib/float+.h: New file.
6417         * lib/isnan.c: Include float+.h.
6418         (SIZE): New macro.
6419         (FUNC): Compare only SIZE bytes of the value.
6420         * lib/vasnprintf.c: Include float+.h.
6421         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6422         SIZEOF_LDBL or SIZEOF_DBL bytes.
6423         * modules/isnan-nolibm (Files): Add lib/float+.h.
6424         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6425         * modules/isnanl (Files): Add lib/float+.h.
6426         * modules/vasnprintf (Files): Add lib/float+.h.
6427
6428 2007-03-24  Bruno Haible  <bruno@clisp.org>
6429
6430         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6431         include isnanl-nolibm.h.
6432
6433 2007-03-24  Bruno Haible  <bruno@clisp.org>
6434
6435         * tests/test-read-file.c (main): Don't produce spurious output for
6436         expected situations. Make the test fail if it encountered unexpected
6437         results.
6438
6439 2007-03-24  Bruno Haible  <bruno@clisp.org>
6440
6441         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6442         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6443
6444 2007-03-24  Bruno Haible  <bruno@clisp.org>
6445
6446         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6447
6448 2007-03-24  Bruno Haible  <bruno@clisp.org>
6449
6450         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6451         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6452
6453         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6454         * modules/utf8-ucs4: Turn into a symbolic link to module
6455         unistr/u8-mbtouc.
6456
6457         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6458         utf8-ucs4-unsafe.
6459         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6460         unistr/u8-mbtouc-unsafe.
6461
6462         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6463         * modules/utf16-ucs4: Turn into a symbolic link to module
6464         unistr/u16-mbtouc.
6465
6466         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6467         utf16-ucs4-unsafe.
6468         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6469         unistr/u16-mbtouc-unsafe.
6470
6471         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6472         * modules/ucs4-utf8: Turn into a symbolic link to module
6473         unistr/u8-ubtomb.
6474
6475         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6476         * modules/ucs4-utf16: Turn into a symbolic link to module
6477         unistr/u16-ubtomb.
6478
6479 2007-03-24  Bruno Haible  <bruno@clisp.org>
6480
6481         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6482         Enable the function only if HAVE_INLINE.
6483         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6484         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6485         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6486         Enable the function only if HAVE_INLINE.
6487         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6488         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6489         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6490         Enable the function only if HAVE_INLINE.
6491         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6492         Enable the function only if HAVE_INLINE.
6493         * modules/utf8-ucs4: Update.
6494         * modules/utf8-ucs4-unsafe: Update.
6495         * modules/utf16-ucs4: Update.
6496         * modules/utf16-ucs4-unsafe: Update.
6497         * modules/ucs4-utf8: Update.
6498         * modules/ucs4-utf16: Update.
6499
6500 2007-03-24  Bruno Haible  <bruno@clisp.org>
6501
6502         * lib/utf8-ucs4.h: Remove file.
6503         * lib/utf8-ucs4-unsafe.h: Remove file.
6504         * lib/utf16-ucs4.h: Remove file.
6505         * lib/utf16-ucs4-unsafe.h: Remove file.
6506         * lib/ucs4-utf8.h: Remove file.
6507         * lib/ucs4-utf16.h: Remove file.
6508         * lib/unistr.h: Include their previous contents.
6509         * m4/utf-ucs4.m4: Remove file.
6510         * m4/ucs4-utf.m4: Remove file.
6511         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6512         (Depends-on): Add unistr/base.
6513         (configure.ac): Remove gl_UTF_UCS4.
6514         (Makefile.am): Update.
6515         (Include): Change to unistr.h.
6516         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6517         (Depends-on): Add unistr/base.
6518         (configure.ac): Remove gl_UTF_UCS4.
6519         (Makefile.am): Update.
6520         (Include): Change to unistr.h.
6521         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6522         (Depends-on): Add unistr/base.
6523         (configure.ac): Remove gl_UTF_UCS4.
6524         (Makefile.am): Update.
6525         (Include): Change to unistr.h.
6526         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6527         (Depends-on): Add unistr/base.
6528         (configure.ac): Remove gl_UTF_UCS4.
6529         (Makefile.am): Update.
6530         (Include): Change to unistr.h.
6531         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6532         (Depends-on): Add unistr/base.
6533         (configure.ac): Remove gl_UCS4_UTF.
6534         (Makefile.am): Update.
6535         (Include): Change to unistr.h.
6536         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6537         (Depends-on): Add unistr/base.
6538         (configure.ac): Remove gl_UCS4_UTF.
6539         (Makefile.am): Update.
6540         (Include): Change to unistr.h.
6541         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6542         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6543         utf8-ucs4-unsafe.h.
6544         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6545         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6546         utf16-ucs4-unsafe.h.
6547         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6548         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6549         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6550         * lib/unistr/u8-strchr.c: Likewise.
6551         * lib/unistr/u8-strrchr.c: Likewise.
6552         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6553         * lib/unistr/u16-strchr.c: Likewise.
6554         * lib/unistr/u16-strrchr.c: Likewise.
6555         * lib/striconveh.c: Update.
6556         * lib/linebreak.c: Update.
6557
6558 2007-03-24  Bruno Haible  <bruno@clisp.org>
6559
6560         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6561         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6562
6563 2007-03-22  Bruno Haible  <bruno@clisp.org>
6564
6565         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6566
6567 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6568
6569         * MODULES.html.sh (File system functions): New module write-any-file.
6570         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6571         * m4/write-any-file.m4: New files.
6572
6573 2007-03-23  Eric Blake  <ebb9@byu.net>
6574
6575         * gnulib-tool: Rearrange space-tab sequences, since some editors
6576         like to eat them.
6577
6578 2007-03-23  Eric Blake  <ebb9@byu.net>
6579
6580         * lib/version-etc.c (version_etc_va): Update license wording to
6581         be more concise.  Recommended by Richard Stallman.
6582
6583 2007-03-22  Bruno Haible  <bruno@clisp.org>
6584
6585         * lib/poll.c (MSG_PEEK): New fallback definition.
6586
6587 2007-03-22  Bruno Haible  <bruno@clisp.org>
6588
6589         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6590         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6591         (main): Update.
6592         Fixes a compilation error on BeOS.
6593
6594 2007-03-22  Bruno Haible  <bruno@clisp.org>
6595
6596         * modules/frexpl-tests: New file.
6597         * tests/test-frexpl.c: New file.
6598
6599         * modules/frexpl: New file.
6600         * m4/frexpl.m4: New file.
6601         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6602         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6603         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6604         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6605         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6606         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6607
6608 2007-03-22  Bruno Haible  <bruno@clisp.org>
6609
6610         * lib/frexpl.c: Share code with lib/frexp.c.
6611         * modules/mathl (Files): Add lib/frexp.c.
6612         (Depends-on): Add isnanl-nolibm.
6613
6614 2007-03-22  Bruno Haible  <bruno@clisp.org>
6615
6616         * modules/printf-frexp (Files): Add m4/frexp.m4.
6617         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6618         only if the found frexp function actually works.
6619
6620 2007-03-22  Bruno Haible  <bruno@clisp.org>
6621
6622         * lib/frexp.c: Remove older implementation that uses divisions.
6623
6624 2007-03-21  Bruno Haible  <bruno@clisp.org>
6625
6626         * modules/frexp-tests: New file.
6627         * tests/test-frexp.c: New file.
6628
6629         * modules/frexp: New file.
6630         * lib/frexp.c: New file.
6631         * m4/frexp.m4: New file.
6632         * lib/math_.h (frexp): New declaration.
6633         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6634         REPLACE_FREXP.
6635         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6636
6637 2007-03-21  Bruno Haible  <bruno@clisp.org>
6638
6639         * modules/isnanl-tests: New file.
6640         * tests/test-isnanl.c: New file.
6641
6642         * modules/isnanl: New file.
6643         * lib/isnanl.h: New file.
6644         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6645         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6646         gl_FUNC_ISNANL_WORKS.
6647         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6648         New macros.
6649
6650 2007-03-21  Bruno Haible  <bruno@clisp.org>
6651
6652         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6653         lib/isnanl.h.
6654         (Include): Update.
6655         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6656         * lib/vasnprintf.c: Update.
6657         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6658         tests/test-isnanl.h, remove tests/test-isnanl.c.
6659         (Makefile.am): Update.
6660         * tests/test-isnanl-nolibm.c: New file.
6661         * tests/test-isnanl.h: New file.
6662         * tests/test-isnanl.c: Remove file.
6663
6664 2007-03-21  Jim Meyering  <jim@meyering.net>
6665
6666         When trying to open ".", treat ESTALE like EACCES.
6667         * lib/savewd.c (savewd_save): Resort to forking not just upon
6668         failure with EACCES, but also when errno is ESTALE.
6669
6670 2007-03-20  Bruno Haible  <bruno@clisp.org>
6671
6672         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6673         Needed on AIX 5.1. Reported by Matthew Woehlke.
6674
6675 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6676
6677         Suggestions by Bruno Haible:
6678         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6679         our own.
6680         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6681         * modules/acl (Depends-on): Add gettext.
6682
6683 2007-03-19  Bruno Haible  <bruno@clisp.org>
6684
6685         * modules/iconvme: Remove file.
6686         * lib/iconvme.h: Remove file.
6687         * lib/iconvme.c: Remove file.
6688         * m4/iconvme.m4: Remove file.
6689
6690 2007-03-19  Bruno Haible  <bruno@clisp.org>
6691
6692         * doc/relocatable-maint.texi: Break long shell script line.
6693         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6694
6695 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6696
6697         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6698         handle file_has_acl.
6699         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6700         * lib/acl.c: Move header inclusions and related macro defns into
6701         lib/acl-internal.h.
6702         (S_ISLNK): Remove defn, since that's now done for us.
6703         (file_has_acl): Move to lib/file-has-acl.c.
6704         Call acl_trivial if available.  This is the crucial part of the fix.
6705         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6706         shared within the library.  Rewrite a bit, partly to make it compatible
6707         with the GNU coding style.
6708         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6709         Remove unnecessary double-quotes.
6710         Don't test for acl_to_text; the build will catch that.
6711         Replace acl_entries if it doesn't exist and it is needed.
6712         Check for -lsec and acl_trivial (as used on Solaris 10).
6713         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6714         lib/file-has-acl.c.
6715         (Depends-on): Add sys_stat, for S_ISLNK.
6716
6717 2007-03-19  Ben Pfaff  <blp@gnu.org>
6718
6719         * doc/gnulib.texi: Fix typos.
6720         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6721
6722 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6723
6724         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6725         If size is zero here, buf must be zero.
6726
6727 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6728
6729         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6730         <bruno@clisp.org>.
6731
6732 2007-03-18  Bruno Haible  <bruno@clisp.org>
6733
6734         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6735         Suggested by Eric Blake.
6736
6737 2007-03-18  Ben Pfaff  <blp@gnu.org>
6738
6739         * doc/relocatable.texi: Recommend using as prefix a directory
6740         that does not exist and will never be created.  Based on
6741         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6742         and others.
6743
6744 2007-03-17  Bruno Haible  <bruno@clisp.org>
6745
6746         * lib/fchownat.c: Include lchown.h.
6747
6748 2007-03-17  Bruno Haible  <bruno@clisp.org>
6749
6750         Fix endless loop when the given allocated size was > INT_MAX.
6751         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6752         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6753         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6754         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6755         * lib/sprintf.c (sprintf): Likewise.
6756
6757 2007-03-17  Bruno Haible  <bruno@clisp.org>
6758
6759         * tests/test-argp-2.sh (func_compare): Output a context diff.
6760
6761 2007-03-17  Bruno Haible  <bruno@clisp.org>
6762
6763         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6764         locale's decimal-point character.
6765
6766 2007-03-17  Bruno Haible  <bruno@clisp.org>
6767
6768         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6769         before comparing it. Needed because on some platforms (e.g. x86) a
6770         'long double' occupies less bytes than sizeof (long double).
6771
6772 2007-03-17  Bruno Haible  <bruno@clisp.org>
6773
6774         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6775         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6776         * tests/test-getaddrinfo.c (simple): Likewise.
6777         * tests/test-read-file.c (main): Likewise.
6778
6779 2007-03-17  Bruno Haible  <bruno@clisp.org>
6780
6781         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6782
6783 2007-03-17  Bruno Haible  <bruno@clisp.org>
6784
6785         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6786         unused variable.
6787
6788 2007-03-17  Bruno Haible  <bruno@clisp.org>
6789
6790         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6791         * tests/test-c-strncasecmp.c: Likewise.
6792
6793 2007-03-17  Bruno Haible  <bruno@clisp.org>
6794
6795         * modules/stdlib (Depends-on): Add unistd.
6796         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6797         Needed for MacOS X 10.3.
6798
6799 2007-03-17  Bruno Haible  <bruno@clisp.org>
6800
6801         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6802
6803 2007-03-17  Bruno Haible  <bruno@clisp.org>
6804
6805         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6806
6807 2007-03-17  Bruno Haible  <bruno@clisp.org>
6808
6809         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6810         to reflect files copied from gnulib (with or without modifications).
6811         Suggested by Jim Meyering.
6812
6813 2007-03-17  Eric Blake  <ebb9@byu.net>
6814
6815         * NEWS: Document stdlib change from 2007-02-18.
6816
6817 2007-03-17  Jim Meyering  <jim@meyering.net>
6818
6819         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6820         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6821         someone uses a name containing shell meta-characters.
6822         Reported by Alfred M. Szmidt.
6823
6824         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6825
6826 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6827
6828         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6829         and copy gettext configuration files only if configure.ac contains
6830         a use of AM_GNU_GETTEXT_VERSION.
6831
6832 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6833
6834         * build-aux/bootstrap (gnulib_name): New variable.
6835         (gnulib_tool_options): Use it.
6836
6837 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6838
6839         * tests/test-des.c: Use new namespace.
6840
6841 2007-03-15  Bruno Haible  <bruno@clisp.org>
6842
6843         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6844         Reported by James Youngman <jay@gnu.org>.
6845
6846 2007-03-15  Bruno Haible  <bruno@clisp.org>
6847
6848         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6849         declared prototype. Needed with cc on OSF/1 5.1.
6850
6851 2007-03-15  Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6854         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6855         (struct gl_list_implementation): Add dispose_fn argument to the
6856         'create_empty', 'create' methods.
6857         (struct gl_list_impl_base): Add field 'dispose_fn'.
6858         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6859         argument.
6860         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6861         dispose_fn argument.
6862         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6863         dispose_fn on the dropped values.
6864         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6865         dispose_fn argument.
6866         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6867         dropped values.
6868         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6869         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6870         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6871         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6872         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6873         argument.
6874         (gl_tree_list_free): Call dispose_fn on the dropped values.
6875         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6876         the dropped values.
6877         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6878         Add dispose_fn argument.
6879         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6880         Call dispose_fn on the dropped values.
6881         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6882         Add dispose_fn argument.
6883         (gl_sublist_create): Initialize the 'dispose_fn' field.
6884         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6885         * tests/test-array_list.c (main): Update.
6886         * tests/test-carray_list.c (main): Update.
6887         * tests/test-avltree_list.c (main): Update.
6888         * tests/test-rbtree_list.c (main): Update.
6889         * tests/test-avltreehash_list.c (main): Update.
6890         * tests/test-rbtreehash_list.c (main): Update.
6891         * tests/test-linked_list.c (main): Update.
6892         * tests/test-linkedhash_list.c (main): Update.
6893         * tests/test-array_oset.c (main): Update.
6894
6895 2007-03-15  Bruno Haible  <bruno@clisp.org>
6896
6897         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6898         (gl_oset_create_empty): Add dispose_fn argument.
6899         (struct gl_oset_implementation): Add dispose_fn argument to
6900         'create_empty' method.
6901         (struct gl_oset_impl_base): Add dispose_fn field.
6902         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6903         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6904         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6905         values.
6906         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6907         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6908         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6909         dropped value.
6910         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6911         dropped value.
6912         * tests/test-array_oset.c (main): Update.
6913         * tests/test-avltree_oset.c (main): Update.
6914         * tests/test-rbtree_oset.c (main): Update.
6915         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6916
6917 2007-03-13  Bruno Haible  <bruno@clisp.org>
6918
6919         * tests/test-stdbool.c (i): Update after last patch.
6920
6921 2007-03-12  Bruno Haible  <bruno@clisp.org>
6922
6923         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6924         the iswprint macro. Needed on Solaris 2.5.1.
6925
6926 2007-03-12  Bruno Haible  <bruno@clisp.org>
6927
6928         * tests/test-printf-frexp.c (main): Declare x as volatile.
6929
6930 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6931
6932         * doc/gnulib.texi (Build robot for gnulib): New section.
6933
6934 2007-03-12  Jim Meyering  <jim@meyering.net>
6935
6936         * build-aux/bootstrap: New file.
6937         * build-aux/bootstrap.conf: New file, from coreutils.
6938
6939 2007-03-11  Bruno Haible  <bruno@clisp.org>
6940
6941         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6942
6943 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6944
6945         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6946         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6947         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6948
6949 2007-03-11  Bruno Haible  <bruno@clisp.org>
6950
6951         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6952         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6953
6954 2007-03-11  Bruno Haible  <bruno@clisp.org>
6955
6956         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6957         formula. Needed for SunPRO C 5.0.
6958
6959 2007-03-11  Bruno Haible  <bruno@clisp.org>
6960
6961         * modules/long-options (Depends-on): Add getopt.
6962
6963 2007-03-11  Bruno Haible  <bruno@clisp.org>
6964
6965         * modules/modechange (Depends-on): Add stdbool.
6966
6967 2007-03-11  Bruno Haible  <bruno@clisp.org>
6968
6969         * modules/i-ring (Depends-on): Add stdbool.
6970
6971 2007-03-11  Bruno Haible  <bruno@clisp.org>
6972
6973         * modules/gc-des (Depends-on): Add stdbool.
6974
6975 2007-03-11  Bruno Haible  <bruno@clisp.org>
6976
6977         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6978
6979 2007-03-11  Bruno Haible  <bruno@clisp.org>
6980
6981         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6982
6983 2007-03-11  Bruno Haible  <bruno@clisp.org>
6984
6985         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6986
6987 2007-03-11  Bruno Haible  <bruno@clisp.org>
6988
6989         * lib/vasnprintf.c (sprintf): Undefine.
6990
6991 2007-03-11  Bruno Haible  <bruno@clisp.org>
6992
6993         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6994         initializers in SunPRO C and Compaq C compilers.
6995
6996 2007-03-11  Bruno Haible  <bruno@clisp.org>
6997
6998         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6999         decrementing code ANSI C compliant.
7000
7001 2007-03-11  Bruno Haible  <bruno@clisp.org>
7002
7003         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
7004         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
7005
7006 2007-03-11  Bruno Haible  <bruno@clisp.org>
7007
7008         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
7009         <stdbool.h> substitute doesn't pass.
7010
7011 2007-03-11  Bruno Haible  <bruno@clisp.org>
7012
7013         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
7014
7015 2007-03-11  Bruno Haible  <bruno@clisp.org>
7016
7017         * gnulib-tool (func_create_megatestdir): Create also an autobuild
7018         script, for submission to autobuild.josefsson.org.
7019
7020 2007-03-10  Bruno Haible  <bruno@clisp.org>
7021
7022         * modules/canonicalize-lgpl-tests: New file.
7023         * tests/test-canonicalize-lgpl.sh: New file.
7024         * tests/test-canonicalize-lgpl.c: New file.
7025
7026         * modules/c-strcase-tests: New file.
7027         * tests/test-c-strcase.sh: New file.
7028         * tests/test-c-strcasecmp.c: New file.
7029         * tests/test-c-strncasecmp.c: New file.
7030
7031         * modules/atexit-tests: New file.
7032         * tests/test-atexit.sh: New file.
7033         * tests/test-atexit.c: New file.
7034
7035 2007-03-10  Bruno Haible  <bruno@clisp.org>
7036
7037         * tests/test-binary-io.sh: Use temporary filenames that are not so
7038         likely to clash with those of other tests (in a parallel make).
7039         * tests/test-binary-io.c: Likewise.
7040
7041 2007-03-10  Bruno Haible  <bruno@clisp.org>
7042
7043         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
7044         fallback; use #error instead.
7045         Suggested by Simon Josefsson.
7046
7047 2007-03-10  Bruno Haible  <bruno@clisp.org>
7048
7049         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
7050         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
7051         first and the last.
7052
7053 2007-03-10  Bruno Haible  <bruno@clisp.org>
7054
7055         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
7056
7057 2007-03-10  Bruno Haible  <bruno@clisp.org>
7058
7059         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
7060         "make distcheck".
7061         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
7062         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
7063         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
7064
7065 2007-03-10  Bruno Haible  <bruno@clisp.org>
7066
7067         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
7068         variable.
7069         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
7070         variable.
7071
7072 2007-03-09  Eric Blake  <ebb9@byu.net>
7073         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
7074
7075         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
7076         types are not being provided by gnulib.
7077         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
7078         types are supported.
7079
7080 2007-03-10  Bruno Haible  <bruno@clisp.org>
7081
7082         * lib/stdio_.h (__attribute__): New macro.
7083         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
7084         vsprintf): Specify __attribute__ __format__ for GCC.
7085         Suggested by Eric Blake.
7086
7087 2007-03-09  Bruno Haible  <bruno@clisp.org>
7088
7089         * modules/printf-posix-tests: New file.
7090         * tests/test-printf-posix.sh: New file.
7091         * tests/test-printf-posix.c: New file.
7092
7093         * modules/printf-posix: New file.
7094         * lib/printf.c: New file.
7095         * m4/printf-posix-rpl.m4: New file.
7096         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7097         REPLACE_PRINTF.
7098         * lib/stdio_.h (printf): New declaration.
7099         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7100         ____strfmon____): New macros.
7101         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7102         REPLACE_PRINTF.
7103
7104 2007-03-09  Bruno Haible  <bruno@clisp.org>
7105
7106         * tests/test-vasnprintf-posix2.sh: New file.
7107         * tests/test-vasnprintf-posix2.c: New file.
7108         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7109         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7110         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7111
7112         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7113         a locale dependent decimal point, rather than always '.'.
7114
7115 2007-03-09  Eric Blake  <ebb9@byu.net>
7116
7117         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7118         spite of platforms like Tandem/NSK that define it to -1.
7119
7120 2007-03-08  Bruno Haible  <bruno@clisp.org>
7121
7122         * modules/vprintf-posix-tests: New file.
7123         * tests/test-vprintf-posix.sh: New file.
7124         * tests/test-vprintf-posix.c: New file.
7125         * tests/test-printf-posix.h: New file.
7126
7127         * modules/vprintf-posix: New file.
7128         * lib/vprintf.c: New file.
7129         * m4/vprintf-posix.m4: New file.
7130         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7131         REPLACE_VPRINTF.
7132         * lib/stdio_.h (vprintf): New declaration.
7133         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7134         REPLACE_VPRINTF.
7135
7136 2007-03-08  Bruno Haible  <bruno@clisp.org>
7137
7138         * modules/fprintf-posix-tests: New file.
7139         * tests/test-fprintf-posix.sh: New file.
7140         * tests/test-fprintf-posix.c: New file.
7141
7142         * modules/fprintf-posix: New file.
7143         * lib/fprintf.c: New file.
7144         * m4/fprintf-posix.m4: New file.
7145         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7146         REPLACE_FPRINTF.
7147         * lib/stdio_.h (fprintf): New declaration.
7148         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7149         REPLACE_FPRINTF.
7150
7151 2007-03-08  Bruno Haible  <bruno@clisp.org>
7152
7153         * modules/vfprintf-posix-tests: New file.
7154         * tests/test-vfprintf-posix.sh: New file.
7155         * tests/test-vfprintf-posix.c: New file.
7156         * tests/test-fprintf-posix.h: New file.
7157         * tests/test-fprintf-posix.out: New file.
7158
7159         * modules/vfprintf-posix: New file.
7160         * lib/vfprintf.c: New file.
7161         * m4/vfprintf-posix.m4: New file.
7162         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7163         REPLACE_VFPRINTF.
7164         * lib/stdio_.h (vfprintf): New declaration.
7165         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7166         REPLACE_VFPRINTF.
7167
7168 2007-03-08  Bruno Haible  <bruno@clisp.org>
7169
7170         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7171
7172 2007-03-08  Bruno Haible  <bruno@clisp.org>
7173
7174         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7175         instead of 'expr' invocations.
7176         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7177         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7178         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7179         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7180         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7181         Suggested by Paul Eggert.
7182
7183 2007-03-08  Bruno Haible  <bruno@clisp.org>
7184
7185         * modules/fseterr-tests: New file.
7186         * tests/test-fseterr.c: New file.
7187
7188         * modules/fseterr: New file.
7189         * lib/fseterr.h: New file.
7190         * lib/fseterr.c: New file.
7191
7192 2007-03-08  Bruno Haible  <bruno@clisp.org>
7193
7194         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7195         * lib/getopt_.h: Likewise.
7196         * lib/mbswidth.h: Likewise.
7197         * lib/setenv.h: Likewise.
7198         * lib/vasnprintf.h: Likewise.
7199         * lib/vasprintf.h: Likewise.
7200         * lib/verror.h: Likewise.
7201         * lib/xsetenv.h: Likewise.
7202         * lib/xvasprintf.h: Likewise.
7203
7204 2007-03-08  Jim Meyering  <jim@meyering.net>
7205
7206         * users.txt: Add parted.
7207
7208         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7209
7210 2007-03-07  Bruno Haible  <bruno@clisp.org>
7211
7212         * m4/printf.m4: Make the shell script snippets copy&pastable.
7213
7214 2007-03-02  Bruno Haible  <bruno@clisp.org>
7215
7216         * lib/netinet_in_.h: New file.
7217         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7218         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7219         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7220         (Depends-on): Add absolute-header.
7221         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7222         into netinet/in.h.
7223
7224 2007-03-03  Bruno Haible  <bruno@clisp.org>
7225
7226         * lib/sys_select_.h: New file.
7227         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7228         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7229         * modules/sys_select (Files): Add lib/sys_select_.h.
7230         (Depends-on): Add absolute-header.
7231         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7232         into sys/select.h.
7233
7234 2007-03-02  Bruno Haible  <bruno@clisp.org>
7235
7236         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7237         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7238         values.
7239         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7240         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7241         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7242         * modules/sys_socket (Depends-on): Add absolute-header.
7243         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7244         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7245         (Include): Remove requirement of inclusion of <sys/types.h>.
7246
7247 2007-03-02  Bruno Haible  <bruno@clisp.org>
7248
7249         * lib/byteswap_.h (bswap_32): Fix formula.
7250
7251 2007-03-06  Bruno Haible  <bruno@clisp.org>
7252
7253         * modules/sprintf-posix-tests: New file.
7254         * tests/test-sprintf-posix.c: New file.
7255
7256         * modules/sprintf-posix: New file.
7257         * lib/sprintf.c: New file.
7258         * m4/sprintf-posix.m4: New file.
7259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7260         REPLACE_SPRINTF.
7261         * lib/stdio_.h (sprintf): New declaration.
7262         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7263         REPLACE_SPRINTF.
7264
7265 2007-03-06  Bruno Haible  <bruno@clisp.org>
7266
7267         * modules/vsprintf-posix-tests: New file.
7268         * tests/test-vsprintf-posix.c: New file.
7269         * tests/test-sprintf-posix.h: New file.
7270
7271         * modules/vsprintf-posix: New file.
7272         * lib/vsprintf.c: New file.
7273         * m4/vsprintf-posix.m4: New file.
7274         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7275         REPLACE_VSPRINTF.
7276         * lib/stdio_.h (vsprintf): New declaration.
7277         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7278         REPLACE_VSPRINTF.
7279
7280 2007-03-06  Bruno Haible  <bruno@clisp.org>
7281
7282         * modules/vsnprintf (Depend-on): Remove minmax.
7283
7284 2007-03-06  Bruno Haible  <bruno@clisp.org>
7285
7286         * modules/snprintf-posix-tests: New file.
7287         * tests/test-snprintf-posix.c: New file.
7288
7289         * modules/snprintf-posix: New file.
7290         * m4/snprintf-posix.m4: New file.
7291         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7292         gl_FUNC_SNPRINTF.
7293         (gl_FUNC_SNPRINTF): Invoke it.
7294         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7295         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7296         is set.
7297         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7298
7299 2007-03-06  Bruno Haible  <bruno@clisp.org>
7300
7301         * modules/vsnprintf-posix-tests: New file.
7302         * tests/test-vsnprintf-posix.c: New file.
7303         * tests/test-snprintf-posix.h: New file.
7304
7305         * modules/vsnprintf-posix: New file.
7306         * m4/vsnprintf-posix.m4: New file.
7307         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7308         gl_FUNC_VSNPRINTF.
7309         (gl_FUNC_VSNPRINTF): Invoke it.
7310         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7311         * lib/stdio_.h (vsnprintf): Define as a replacement if
7312         REPLACE_VSNPRINTF is set.
7313         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7314
7315 2007-03-06  Bruno Haible  <bruno@clisp.org>
7316
7317         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7318         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7319
7320 2007-03-06  Bruno Haible  <bruno@clisp.org>
7321
7322         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7323         (asinl): Declare also if HAVE_DECL_ASINL is set.
7324         (atanl): Declare also if HAVE_DECL_ATANL is set.
7325         (ceill): Declare also if HAVE_DECL_CEILL is set.
7326         (cosl): Declare also if HAVE_DECL_COSL is set.
7327         (expl): Declare also if HAVE_DECL_EXPL is set.
7328         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7329         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7330         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7331         (logl): Declare also if HAVE_DECL_LOGL is set.
7332         (sinl): Declare also if HAVE_DECL_SINL is set.
7333         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7334         (tanl): Declare also if HAVE_DECL_TANL is set.
7335         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7336         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7337         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7338         declaration of frexpl, ldexpl.
7339         * modules/printf-frexpl (Depends-on): Add math.
7340         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7341
7342 2007-03-05  Bruno Haible  <bruno@clisp.org>
7343
7344         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7345         frexpl and ldexpl are declared.
7346         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7347
7348 2007-03-05  Bruno Haible  <bruno@clisp.org>
7349
7350         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7351         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7352
7353 2007-03-05  Bruno Haible  <bruno@clisp.org>
7354
7355         * lib/stdio_.h: Include <stddef.h>.
7356
7357 2007-03-05  Bruno Haible  <bruno@clisp.org>
7358
7359         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7360
7361 2007-03-05  Bruno Haible  <bruno@clisp.org>
7362
7363         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7364         NetBSD 4, from Ralf Wildenhues.
7365
7366 2007-03-04  Bruno Haible  <bruno@clisp.org>
7367
7368         * lib/vasprintf.h: Update #if logic for the case when the functions
7369         exist but are overridden.
7370
7371 2007-03-04  Bruno Haible  <bruno@clisp.org>
7372
7373         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7374         implementations: glibc-2.4 and MacOS X 10.3.
7375         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7376         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7377         * tests/test-vasprintf-posix.c (test_function): Likewise.
7378
7379 2007-03-04  Bruno Haible  <bruno@clisp.org>
7380
7381         * modules/vasprintf-posix-tests: New file.
7382         * tests/test-vasprintf-posix.c: New file.
7383
7384         * modules/vasprintf-posix: New file.
7385         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7386         defined.
7387         * m4/vasprintf-posix.m4: New file.
7388         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7389         gl_FUNC_VASPRINTF.
7390         (gl_FUNC_VASPRINTF): Invoke it.
7391         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7392         here.
7393         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7394
7395 2007-03-04  Bruno Haible  <bruno@clisp.org>
7396
7397         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7398         REPLACE_GETTIMEOFDAY.
7399         * modules/sys_time (Makefile.am): Likewise.
7400         * m4/sys_time_h.m4: Likewise.
7401         * m4/gettimeofday.m4: Likewise.
7402
7403 2007-03-04  Bruno Haible  <bruno@clisp.org>
7404
7405         * modules/vasnprintf-posix-tests: New file.
7406         * tests/test-vasnprintf-posix.c: New file.
7407
7408         * modules/vasnprintf-posix: New file.
7409         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7410         printf-frexpl.h.
7411         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7412         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7413         REPLACE_VASNPRINTF is defined.
7414         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7415         gl_FUNC_VASNPRINTF.
7416         (gl_FUNC_VASNPRINTF): Invoke it.
7417         * m4/vasnprintf-posix.m4: New file.
7418         * m4/printf.m4: New file.
7419
7420 2007-03-04  Bruno Haible  <bruno@clisp.org>
7421
7422         Compile progreloc.c only if --enable-relocatable is specified.
7423         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7424         if --enable-relocatable was specified.
7425         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7426         lib_SOURCES.
7427
7428 2007-03-04  Jim Meyering  <jim@meyering.net>
7429
7430         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7431         Use it consistently, rather than enumerating errno constants.
7432
7433 2007-03-04  Bruno Haible  <bruno@clisp.org>
7434
7435         * modules/xvasprintf-tests: New file.
7436         * tests/test-xvasprintf.c: New file.
7437
7438         * modules/vasprintf-tests: New file.
7439         * tests/test-vasprintf.c: New file.
7440
7441         * modules/vasnprintf-tests: New file.
7442         * tests/test-vasnprintf.c: New file.
7443
7444         * modules/vsnprintf-tests: New file.
7445         * tests/test-vsnprintf.c: New file.
7446
7447         * modules/snprintf-tests: New file.
7448         * tests/test-snprintf.c: New file.
7449
7450 2007-03-04  Bruno Haible  <bruno@clisp.org>
7451
7452         Compile relocatable.c only if --enable-relocatable is specified.
7453         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7454         gl_RELOCATABLE_LIBRARY.
7455         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7456         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7457         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7458         gl_RELOCATABLE_LIBRARY.
7459         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7460         (Makefile.am): Remove lib_SOURCES.
7461         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7462         gl_RELOCATABLE_LIBRARY.
7463         (Makefile.am): Remove lib_SOURCES.
7464         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7465         always.
7466         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7467         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7468
7469 2007-03-04  Bruno Haible  <bruno@clisp.org>
7470
7471         * modules/argmatch-tests: New file.
7472         * tests/test-argmatch.c: New file.
7473
7474         * tests/test-allocsa.c (main): Halve the number of loop runs.
7475
7476         * modules/alloca-opt-tests: New file.
7477         * tests/test-alloca-opt.c: New file.
7478
7479 2007-03-04  Jim Meyering  <jim@meyering.net>
7480
7481         Work around difference between Linux ACLs and Solaris 10 ZFS.
7482         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7483         for EINVAL.
7484
7485 2007-03-03  Bruno Haible  <bruno@clisp.org>
7486
7487         * modules/relocatable-prog (Depends-on): Add back progreloc's
7488         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7489
7490 2007-03-03  Bruno Haible  <bruno@clisp.org>
7491
7492         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7493         * modules/relocatable-lib: New file.
7494
7495 2007-03-03  Bruno Haible  <bruno@clisp.org>
7496
7497         * modules/relocatable-prog: Renamed from modules/relocatable.
7498         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7499
7500 2007-03-03  Bruno Haible  <bruno@clisp.org>
7501
7502         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7503         m4/relocatable-lib.m4.
7504         (Depends-on): Remove 'relocatable'.
7505         (configure.ac): Add gl_RELOCATABLE_NOP.
7506
7507 2007-03-03  Bruno Haible  <bruno@clisp.org>
7508
7509         * modules/relocatable-prog-wrapper: New file.
7510         * modules/relocatable (Depends-on): Add it. Remove all other
7511         dependencies except progname.
7512         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7513
7514         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7515         (gl_FUNC_STRERROR): Nop.
7516         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7517
7518         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7519         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7520
7521         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7522         (gl_FUNC_READLINK): Update.
7523
7524         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7525
7526 2007-03-03  Bruno Haible  <bruno@clisp.org>
7527
7528         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7529         * modules/xreadlink (Depends-on): Add unistd.
7530         * modules/xreadlink-with-size (Depends-on): Likewise.
7531
7532 2007-03-03  Bruno Haible  <bruno@clisp.org>
7533
7534         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7535         extracted from gt_FUNC_SETENV.
7536         (gt_FUNC_SETENV): Remove macro.
7537         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7538         remove gt_FUNC_SETENV.
7539
7540 2007-03-03  Bruno Haible  <bruno@clisp.org>
7541
7542         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7543         ENABLE_RELOCATABLE here.
7544         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7545
7546 2007-03-03  Bruno Haible  <bruno@clisp.org>
7547
7548         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7549         * tests/test-rbtreehash_list.c: Include progname.h.
7550         (main): Call set_program_name.
7551
7552         * modules/rbtree-oset-tests (Depends-on): Add progname.
7553         * tests/test-rbtree_oset.c: Include progname.h.
7554         (main): Call set_program_name.
7555
7556         * modules/rbtree-list-tests (Depends-on): Add progname.
7557         * tests/test-rbtree_list.c: Include progname.h.
7558         (main): Call set_program_name.
7559
7560         * modules/linked-list-tests (Depends-on): Add progname.
7561         * tests/test-linked_list.c: Include progname.h.
7562         (main): Call set_program_name.
7563
7564 2007-03-03  Bruno Haible  <bruno@clisp.org>
7565
7566         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7567         All uses of __restrict changed to _Restrict_.
7568         * lib/glob_.h (__restrict): Remove macro.
7569
7570 2007-03-02  Bruno Haible  <bruno@clisp.org>
7571
7572         * modules/gettext (configure.ac): Require gettext infrastructure
7573         from version 0.16.1.
7574
7575 2007-03-02  Bruno Haible  <bruno@clisp.org>
7576
7577         * modules/linkedhash-list-tests (Depends-on): Add progname.
7578         * tests/test-linkedhash_list.c: Include progname.h.
7579         (main): Call set_program_name.
7580
7581         * modules/carray-list-tests (Depends-on): Add progname.
7582         * tests/test-carray_list.c: Include progname.h.
7583         (main): Call set_program_name.
7584
7585         * modules/avltreehash-list-tests (Depends-on): Add progname.
7586         * tests/test-avltreehash_list.c: Include progname.h.
7587         (main): Call set_program_name.
7588
7589         * modules/avltree-oset-tests (Depends-on): Add progname.
7590         * tests/test-avltree_oset.c: Include progname.h.
7591         (main): Call set_program_name.
7592
7593         * modules/avltree-list-tests (Depends-on): Add progname.
7594         * tests/test-avltree_list.c: Include progname.h.
7595         (main): Call set_program_name.
7596
7597         * modules/array-oset-tests (Depends-on): Add progname.
7598         * tests/test-array_oset.c: Include progname.h.
7599         (main): Call set_program_name.
7600
7601         * modules/array-list-tests (Depends-on): Add progname.
7602         * tests/test-array_list.c: Include progname.h.
7603         (main): Call set_program_name.
7604
7605         * modules/argp-tests (Depends-on): Add progname.
7606         * tests/test-argp.c: Include argp.h first. Include progname.h.
7607         (main): Call set_program_name.
7608
7609 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7610
7611         * doc/gnulib-tool.texi (Initial import): Reword description of
7612         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7613         limited effect even if defined after the first system include.
7614
7615 2007-03-01  Bruno Haible  <bruno@clisp.org>
7616
7617         * build-aux/config.libpath: Update to libtool-1.5.22.
7618         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7619
7620 2007-03-01  Bruno Haible  <bruno@clisp.org>
7621
7622         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7623         foo_CFLAGS.
7624         Reported by Ralf Wildenhues.
7625
7626 2007-03-01  Bruno Haible  <bruno@clisp.org>
7627
7628         * build-aux/install-reloc: Remove object files left over by some
7629         compilers.
7630         Reported by Ralf Wildenhues.
7631
7632 2007-03-01  Bruno Haible  <bruno@clisp.org>
7633
7634         * build-aux/install-reloc: Break long lines.
7635
7636 2007-03-01  Bruno Haible  <bruno@clisp.org>
7637
7638         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7639         Reported by Ralf Wildenhues.
7640
7641 2007-03-01  Bruno Haible  <bruno@clisp.org>
7642
7643         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7644         include ordering constraints.
7645
7646 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7647
7648         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7649         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7650         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7651         as another example.
7652         * lib/time_.h: Fix misspelling.
7653         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7654         Require gl_HEADER_TIME_H_DEFAULTS.
7655         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7656         * m4/time_r.m4 (gl_TIME_R): Likewise.
7657         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7658
7659 2007-03-01  Bruno Haible  <bruno@clisp.org>
7660
7661         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7662         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7663
7664 2007-03-01  Jim Meyering  <jim@meyering.net>
7665
7666         * modules/xreadlink (Maintainer): Add my name.
7667         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7668
7669 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7670             Bruno Haible  <bruno@clisp.org>
7671
7672         * build-aux/install-reloc: Compile also c-ctype.c.
7673         * build-aux/relocatable.sh.in: New file.
7674         * doc/relocatable.texi: New file.
7675         * doc/relocatable-maint.texi: New file.
7676         * doc/gnulib.texi: Include relocatable-maint.texi.
7677         * lib/progreloc.c: Include unistd.h unconditionally.
7678         * lib/relocwrapper.c: Include unistd.h unconditionally.
7679         Include c-ctype.h.
7680         (add_dotbin): Use c_tolower.
7681         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7682         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7683         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7684         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7685         to m4/relocatable-lib.m4.
7686         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7687         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7688         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7689         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7690         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7691         * modules/relocatable: New file.
7692         * modules/relocatable-lib: New file.
7693         * modules/relocatable-script: New file.
7694
7695 2007-02-28  Bruno Haible  <bruno@clisp.org>
7696
7697         Import --enable-relocatable infrastructure.
7698         * build-aux/config.libpath: New file, from GNU gettext.
7699         * build-aux/install-reloc: New file, from GNU gettext.
7700         * build-aux/reloc-ldflags: New file, from GNU gettext.
7701         * lib/relocatable.h: New file, from GNU gettext.
7702         * lib/relocatable.c: New file, from GNU gettext.
7703         * lib/relocwrapper.c: New file, from GNU gettext.
7704         * m4/relocatable.m4: New file, from GNU gettext.
7705
7706 2007-02-28  Bruno Haible  <bruno@clisp.org>
7707
7708         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7709
7710         * modules/xreadlink: New file, from GNU gettext with modifications.
7711         * lib/xreadlink.c: New file, from GNU gettext.
7712         * lib/xreadlink.h: Add comments.
7713         (xreadlink): New declaration.
7714
7715         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7716         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7717         lib/xreadlink-with-size.c.
7718         (configure.ac): Remove gl_XREADLINK invocation.
7719         (Makefile.am): Augment lib_SOURCES.
7720         * m4/xreadlink.m4: Remove file.
7721         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7722         (xreadlink_with_size): Renamed from xreadink.
7723         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7724         * modules/canonicalize (Depends-on): Replace xreadlink with
7725         xreadlink-with-size.
7726         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7727
7728 2007-02-25  Jim Meyering  <jim@meyering.net>
7729
7730         * build-aux/announce-gen: When complaining about excess arguments,
7731         list them.
7732
7733 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7734
7735         * README: Document signed integer overflow situation more
7736         accurately.
7737
7738 2007-02-25  Bruno Haible  <bruno@clisp.org>
7739
7740         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7741         'a' or 'A' conversion.
7742
7743 2007-02-25  Bruno Haible  <bruno@clisp.org>
7744
7745         * modules/filename: Renamed from modules/pathname.
7746         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7747         lib/concatpath.c with lib/concat-filename.c.
7748         (Makefile.am): Update.
7749         (Include): Replace pathname.h with filename.h.
7750         * lib/filename.h: Renamed from lib/pathname.h.
7751         (concatenated_filename): Renamed from concatenated_pathname.
7752         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7753         (concatenated_filename): Renamed from concatenated_pathname.
7754         * lib/findprog.c: Include filename.h instead of pathname.h.
7755         (find_in_path): Update.
7756         * lib/javacomp.c: Include filename.h instead of pathname.h.
7757         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7758         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7759         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7760         is_oldgcj_14_13_usable, is_javac_usable): Update.
7761         * lib/javaexec.c: Include filename.h instead of pathname.h.
7762         (execute_java_class): Update.
7763         * modules/findprog: Update.
7764         * modules/javacomp: Update.
7765         * modules/javaexec: Update.
7766         * MODULES.html.sh (File system functions): Add 'filename', remove
7767         'pathname'.
7768
7769 2007-02-25  Bruno Haible  <bruno@clisp.org>
7770
7771         * modules/printf-frexpl-tests: New file.
7772         * tests/test-printf-frexpl.c: New file.
7773
7774         * modules/printf-frexpl: New file.
7775         * lib/printf-frexpl.h: New file.
7776         * lib/printf-frexpl.c: New file.
7777         * m4/printf-frexpl.m4: New file.
7778
7779 2007-02-25  Bruno Haible  <bruno@clisp.org>
7780
7781         * modules/printf-frexp-tests: New file.
7782         * tests/test-printf-frexp.c: New file.
7783
7784         * modules/printf-frexp: New file.
7785         * lib/printf-frexp.h: New file.
7786         * lib/printf-frexp.c: New file.
7787         * m4/printf-frexp.m4: New file.
7788
7789 2007-02-25  Bruno Haible  <bruno@clisp.org>
7790
7791         Assume automake >= 1.10 for the tests.
7792         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7793         * modules/arctwo-tests: Likewise.
7794         * modules/argp-tests: Likewise.
7795         * modules/avltree-list-tests: Likewise.
7796         * modules/avltree-oset-tests: Likewise.
7797         * modules/avltreehash-list-tests: Likewise.
7798         * modules/carray-list-tests: Likewise.
7799         * modules/crc-tests: Likewise.
7800         * modules/des-tests: Likewise.
7801         * modules/gc-arcfour-tests: Likewise.
7802         * modules/gc-arctwo-tests: Likewise.
7803         * modules/gc-des-tests: Likewise.
7804         * modules/gc-hmac-md5-tests: Likewise.
7805         * modules/gc-hmac-sha1-tests: Likewise.
7806         * modules/gc-md2-tests: Likewise.
7807         * modules/gc-md4-tests: Likewise.
7808         * modules/gc-md5-tests: Likewise.
7809         * modules/gc-pbkdf2-sha1-tests: Likewise.
7810         * modules/gc-rijndael-tests: Likewise.
7811         * modules/gc-sha1-tests: Likewise.
7812         * modules/gc-tests: Likewise.
7813         * modules/getaddrinfo-tests: Likewise.
7814         * modules/hmac-md5-tests: Likewise.
7815         * modules/hmac-sha1-tests: Likewise.
7816         * modules/linked-list-tests: Likewise.
7817         * modules/linkedhash-list-tests: Likewise.
7818         * modules/lock-tests: Likewise.
7819         * modules/md2-tests: Likewise.
7820         * modules/md4-tests: Likewise.
7821         * modules/md5-tests: Likewise.
7822         * modules/rbtree-list-tests: Likewise.
7823         * modules/rbtree-oset-tests: Likewise.
7824         * modules/rbtreehash-list-tests: Likewise.
7825         * modules/read-file-tests: Likewise.
7826         * modules/rijndael-tests: Likewise.
7827         * modules/stdint-tests: Likewise.
7828         * modules/tls-tests: Likewise.
7829
7830 2007-02-24  Bruno Haible  <bruno@clisp.org>
7831
7832         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7833         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7834         function; instead check whether isnan with a double argument links.
7835         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7836         function; instead check whether isnan with a 'long double' argument
7837         links.
7838         Reported by Eric Blake <ebb9@byu.net>.
7839
7840 2007-02-24  Bruno Haible  <bruno@clisp.org>
7841
7842         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7843         defined.
7844         * lib/isnanl.c: Remove all code. Just include isnan.c.
7845         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7846
7847 2007-02-25  Jim Meyering  <jim@meyering.net>
7848
7849         Avoid conflicting types for 'unsetenv' on FreeBSD.
7850         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7851         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7852         in stdlib.h.
7853
7854 2007-02-24  Bruno Haible  <bruno@clisp.org>
7855
7856         * modules/isnanl-nolibm-tests: New file.
7857         * tests/test-isnanl.c: New file.
7858
7859         * modules/isnanl-nolibm: New file.
7860         * lib/isnanl.h: New file.
7861         * lib/isnanl.c: New file.
7862         * m4/isnanl.m4: New file.
7863
7864 2007-02-24  Bruno Haible  <bruno@clisp.org>
7865
7866         * modules/isnan-nolibm-tests: New file.
7867         * tests/test-isnan.c: New file.
7868
7869         * modules/isnan-nolibm: New file.
7870         * lib/isnan.h: New file.
7871         * lib/isnan.c: New file.
7872         * m4/isnan.m4: New file.
7873
7874 2007-02-24  Bruno Haible  <bruno@clisp.org>
7875
7876         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7877         assume that an exponent fits in 20 bits.
7878
7879 2007-02-24  Jim Meyering  <jim@meyering.net>
7880
7881         * m4/regex.m4: Update the description of the configure-time option,
7882         --without-included-regex, to state accurately what the defaults are,
7883         and perhaps to give people an idea why using this option is risky.
7884
7885 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7886
7887         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7888         loops on small arguments.  This attempts to avoid the problem
7889         Bruno Haible reported for AIX 4.3.2 in
7890         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7891
7892 2007-02-23  Bruno Haible  <bruno@clisp.org>
7893
7894         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7895         Needed for help2man.
7896
7897 2007-02-23  Karl Berry  <karl@gnu.org>
7898
7899         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7900         exists, foo.h should be cvs-ignored, not committed.
7901
7902 2007-02-23  Eric Blake  <ebb9@byu.net>
7903
7904         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7905         * lib/stat-time.h (includes): Likewise.
7906         * lib/utimecmp.c (includes): Likewise.
7907         * lib/utimens.h (includes): Likewise.
7908         * lib/getdate.y (includes): Also include "timespec.h" for use
7909         internal to the module.
7910         * modules/utimens (Depends-on): Revert yesterday's patch.
7911         * modules/nanosleep (Depends-on): Add missing dependency.
7912
7913 2007-02-22  Bruno Haible  <bruno@clisp.org>
7914
7915         * lib/glob.c: Don't include getlogin_r.h.
7916
7917 2007-02-22  Jim Meyering  <jim@meyering.net>
7918
7919         * modules/utimens (Depends-on): Add timespec, required for
7920         utimens.h's inclusion of timespec.h.
7921
7922 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7923
7924         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7925         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7926         Schwab in
7927         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7928         I'll try to think of a better way to fix the Solaris problem.
7929
7930         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7931         like glibc; on Solaris 10, it fails with errno == EINVAL.
7932         POSIX says the behavior is unspecified if the first argument is NULL,
7933         so play it safe and never pass NULL to the system getcwd.
7934
7935 2007-02-21  Jim Meyering  <jim@meyering.net>
7936
7937         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7938         of gettimeofday.  It would conflict with the one now always
7939         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7940         an IRIX 6.5 build failure.
7941
7942 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         Minor fixups to port to Solaris 10 with Sun C 5.8.
7945         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7946         * modules/getcwd (Depends-on): Add dirfd.
7947         * lib/putenv.c (putenv): #undef it.
7948         (rpl_putenv): New decl.
7949         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7950
7951 2007-02-20  Bruno Haible  <bruno@clisp.org>
7952
7953         * modules/stdio-tests: New file.
7954         * tests/test-stdio.c: New file.
7955
7956         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7957         (Depends-on): Add stdio.
7958         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7959         (Include): Use <stdio.h> instead of vsnprintf.h.
7960         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7961         HAVE_DECL_VSNPRINTF.
7962         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7963
7964         * modules/snprintf (Files): Remove lib/snprintf.h.
7965         (Depends-on): Add stdio.
7966         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7967         (Include): Use <stdio.h> instead of snprintf.h.
7968         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7969         HAVE_DECL_SNPRINTF.
7970         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7971         * lib/getaddrinfo.c: Likewise.
7972
7973         * modules/stdio: New file.
7974         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7975         * lib/snprintf.h: Remove file.
7976         * lib/vsnprintf.h: Remove file.
7977         * lib/.cppi-disable: Remove snprintf.h.
7978         * m4/stdio_h.m4: New file.
7979         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7980
7981 2007-02-20  Jim Meyering  <jim@meyering.net>
7982
7983         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7984         used by e.g., mingw.  From Bruno Haible.
7985
7986 2007-02-19  Bruno Haible  <bruno@clisp.org>
7987
7988         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7989         warnings.
7990         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7991
7992 2007-02-19  Bruno Haible  <bruno@clisp.org>
7993
7994         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7995         from mingw users.
7996
7997 2007-02-19  Bruno Haible  <bruno@clisp.org>
7998
7999         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
8000         warnings.
8001         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
8002
8003 2007-02-19  Jim Meyering  <jim@meyering.net>
8004
8005         Don't use FD after a successful "fdopendir (fd)".
8006         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
8007         Reset it by calling dirfd on the just-obtained DIR*.
8008
8009         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
8010         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
8011
8012 2007-02-18  Bruno Haible  <bruno@clisp.org>
8013
8014         * lib/readlink.c: Include <unistd.h>.
8015         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
8016         HAVE_READLINK.
8017         * modules/readlink (Depends-on): Add unistd.
8018         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8019         (Include): Add <unistd.h>.
8020
8021         * lib/getlogin_r.h: Remove file.
8022         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
8023         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
8024         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
8025         HAVE_DECL_GETLOGIN_R.
8026         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
8027         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8028         (Include): Use <unistd.h> instead of getlogin_r.h.
8029
8030         * lib/getcwd.h: Remove file.
8031         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
8032         * lib/xgetcwd.c: Likewise.
8033         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
8034         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
8035         * modules/getcwd (Files): Remove lib/getcwd.h.
8036         (Depends-on): Add unistd.
8037         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8038         (Include): Use <unistd.h> instad of getcwd.h.
8039
8040         * lib/ftruncate.c: Include <unistd.h> first.
8041         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
8042         Set HAVE_FTRUNCATE.
8043         * modules/ftruncate (Depends-on): Add unistd.
8044         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8045
8046         * lib/fchdir.c: Include <unistd.h> first.
8047         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
8048         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
8049         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
8050         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8051         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
8052
8053         * lib/dup2.c: Include <unistd.h> first.
8054         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
8055         HAVE_DUP2.
8056         * modules/dup2 (Depends-on): Add unistd.
8057         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8058
8059         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
8060         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
8061         REPLACE_CHOWN. Don't define chown as a macro here.
8062         * modules/chown (Depends-on): Add unistd.
8063         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8064
8065         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
8066         Add definition for GL_LINK_WARNING.
8067         (chown, dup2): New declarations.
8068         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
8069         link warning.
8070         (ftruncate): New declaration.
8071         (getcwd): New declaration, taken from old getcwd.h.
8072         (getlogin_r): New declaration, taken from old getlogin_r.h.
8073         (readlink): New declaration.
8074         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
8075         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
8076         (gl_PREREQ_UNISTD): Remove macro.
8077         (gl_UNISTD_MODULE_INDICATOR): New macro.
8078         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
8079         many new variables. Don't set UNISTD_H.
8080         * modules/unistd (Description): Change.
8081         (Depends-on): Add link-warning.
8082         (configure.ac): Update.
8083         (Makefile.am): Create unistd.h always. Substitute many new variables
8084         into it.
8085
8086 2007-02-18  Bruno Haible  <bruno@clisp.org>
8087
8088         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
8089         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
8090         HAVE_GETSUBOPT.
8091         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
8092         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
8093         * lib/getsubopt.h: Remove file.
8094         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8095         (Depends-on): Add stdlib.
8096         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8097         (Includes): Use <stdlib.h> instead of getsubopt.h.
8098         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8099         Set HAVE_GETSUBOPT.
8100         * lib/getsubopt.c: Don't include getsubopt.h.
8101
8102 2007-02-18  Bruno Haible  <bruno@clisp.org>
8103
8104         * modules/fchdir (Depends-on): Add dup2.
8105
8106 2007-02-18  Bruno Haible  <bruno@clisp.org>
8107
8108         * lib/stdlib_.h: Handle glibc's special invocation convention
8109         specially.
8110
8111 2007-02-18  Bruno Haible  <bruno@clisp.org>
8112
8113         * modules/stdlib-tests: New file.
8114         * tests/test-stdlib.c: New file.
8115
8116         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8117         (Depends-on): Add stdlib.
8118         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8119         (Includes): Use <stdlib.h> instead of mkstemp.h.
8120         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8121         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8122         * lib/mkstemp.c: Don't include mkstemp.h.
8123         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8124         * lib/stdlib--.h: Don't include mkstemp.h.
8125
8126         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8127         (Depends-on): Add stdlib.
8128         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8129         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8130         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8131         HAVE_MKDTEMP.
8132         * lib/mkdtemp.c: Don't include mkdtemp.h.
8133         * lib/clean-temp.c: Don't include mkdtemp.h.
8134
8135         * modules/exit (Files): Remove lib/exit.h.
8136         (Depends-on): Add stdlib.
8137         (Makefile.am): Remove lib_SOURCES.
8138         (Include): Use <stdlib.h> instead of exit.h.
8139         * lib/argmatch.c: Don't include exit.h.
8140         * lib/execute.c: Likewise.
8141         * lib/pagealign_alloc.c: Likewise.
8142         * lib/pipe.c: Likewise.
8143         * lib/wait-process.c: Likewise.
8144         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8145         * lib/exitfail.c: Likewise.
8146         * lib/savewd.c: Likewise.
8147         * lib/xsetenv.c: Likewise.
8148
8149         * modules/stdlib: New file.
8150         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8151         and extra comments about mkstemp().
8152         * lib/exit.h: Remove file.
8153         * lib/mkdtemp.h: Remove file.
8154         * lib/mkstemp.h: Remove file.
8155         * m4/stdlib_h.m4: New file.
8156         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8157
8158 2007-02-18  Bruno Haible  <bruno@clisp.org>
8159
8160         * modules/math-tests: New file.
8161         * tests/test-math.c: New file.
8162
8163         * modules/math: New file.
8164         * modules/mathl (Files): Remove lib/mathl.h.
8165         (Depends-on): Add math.
8166         (Makefile.am): Don't mention mathl.h.
8167         (Include): Use <math.h> instead of mathl.h.
8168         * lib/math_.h: New file.
8169         * lib/mathl.h: Remove file.
8170         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8171         mathl.h.
8172         * lib/asinl.c: Likewise.
8173         * lib/atanl.c: Likewise.
8174         * lib/ceill.c: Likewise.
8175         * lib/cosl.c: Likewise.
8176         * lib/expl.c: Likewise.
8177         * lib/floorl.c: Likewise.
8178         * lib/frexpl.c: Likewise.
8179         * lib/ldexpl.c: Likewise.
8180         * lib/logl.c: Likewise.
8181         * lib/sincosl.c: Likewise.
8182         * lib/sinl.c: Likewise.
8183         * lib/sqrtl.c: Likewise.
8184         * lib/tanl.c: Likewise.
8185         * lib/trigl.c: Likewise.
8186         * m4/math_h.m4: New file.
8187         * MODULES.html.sh (Mathematics): Add math.
8188
8189 2007-02-17  Bruno Haible  <bruno@clisp.org>
8190
8191         * modules/wctype-tests: New file.
8192         * tests/test-wctype.c: New file.
8193
8194         * modules/wchar-tests: New file.
8195         * tests/test-wchar.c: New file.
8196
8197         * modules/unistd-tests: New file.
8198         * tests/test-unistd.c: New file.
8199
8200         * modules/time-tests: New file.
8201         * tests/test-time.c: New file.
8202
8203         * modules/sysexits-tests: New file.
8204         * tests/test-sysexits.c: New file.
8205
8206         * modules/sys_time-tests: New file.
8207         * tests/test-sys_time.c: New file.
8208
8209         * modules/sys_stat-tests: New file.
8210         * tests/test-sys_stat.c: New file.
8211
8212         * modules/sys_socket-tests: New file.
8213         * tests/test-sys_socket.c: New file.
8214
8215         * modules/sys_select-tests: New file.
8216         * tests/test-sys_select.c: New file.
8217
8218         * modules/string-tests: New file.
8219         * tests/test-string.c: New file.
8220
8221         * modules/stdbool-tests: New file.
8222         * tests/test-stdbool.c: New file.
8223
8224         * modules/netinet_in-tests: New file.
8225         * tests/test-netinet_in.c: New file.
8226
8227         * modules/inttypes-tests: New file.
8228         * tests/test-inttypes.c: New file.
8229
8230         * modules/fcntl-tests: New file.
8231         * tests/test-fcntl.c: New file.
8232
8233         * modules/byteswap-tests: New file.
8234         * tests/test-byteswap.c: New file.
8235
8236         * modules/arpa_inet-tests: New file.
8237         * tests/test-arpa_inet.c: New file.
8238
8239 2007-02-17  Bruno Haible  <bruno@clisp.org>
8240
8241         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8242         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8243         if the corresponding module is not enabled. Emit link warnings if
8244         the function is used nevertheless.
8245         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8246         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8247         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8248         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8249         * modules/inttypes (Depends-on): Add link-warning.
8250         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8251         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8252         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8253         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8254         * modules/imaxdiv (configure.ac): Likewise.
8255         * modules/strtoimax (configure.ac): Likewise.
8256         * modules/strtoumax (configure.ac): Likewise.
8257
8258 2007-02-17  Bruno Haible  <bruno@clisp.org>
8259
8260         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8261         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8262         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8263         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8264
8265 2007-02-17  Bruno Haible  <bruno@clisp.org>
8266
8267         * modules/link-warning: New file.
8268         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8269         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8270         * modules/string (Depends-on): Add link-warning.
8271         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8272         string.h.
8273         * MODULES.html.sh (Support for building libraries and executables): Add
8274         link-warning.
8275
8276 2007-02-17  Bruno Haible  <bruno@clisp.org>
8277
8278         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8279         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8280         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8281         long lines.
8282
8283 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8284             Bruno Haible  <bruno@clisp.org>
8285
8286         * modules/tmpfile: New file.
8287         * lib/tmpfile.c: New file.
8288         * m4/tmpfile.m4: New file.
8289         * MODULES.html.sh (func_all_modules): New section "Input/output".
8290
8291 2007-02-15  Bruno Haible  <bruno@clisp.org>
8292
8293         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8294         (supports_delete_on_close): New function.
8295         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8296
8297 2007-02-14  Bruno Haible  <bruno@clisp.org>
8298
8299         * modules/mbspcasecmp-tests: New file.
8300         * tests/test-mbspcasecmp.sh: New file.
8301         * tests/test-mbspcasecmp.c: New file.
8302
8303         New module mbspcasecmp.
8304         * modules/mbspcasecmp: New file.
8305         * lib/mbspcasecmp.c: New file.
8306         * lib/string_.h (strncasecmp): Change warning message.
8307         (mbspcasecmp): New declaration.
8308         * m4/mbspcasecmp.m4: New file.
8309         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8310         GNULIB_MBSPCASECMP.
8311         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8312         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8313
8314 2007-02-14  Bruno Haible  <bruno@clisp.org>
8315
8316         * modules/mbsncasecmp-tests: New file.
8317         * tests/test-mbsncasecmp.sh: New file.
8318         * tests/test-mbsncasecmp.c: New file.
8319
8320         New module mbsncasecmp.
8321         * modules/mbsncasecmp: New file.
8322         * lib/mbsncasecmp.c: New file.
8323         * lib/string_.h (mbsncasecmp): New declaration.
8324         * m4/mbsncasecmp.m4: New file.
8325         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8326         GNULIB_MBSNCASECMP.
8327         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8328         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8329
8330 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8331
8332         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8333         Verify that it doesn't overlap with our flags.
8334         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8335         do not have the desired effect in multibyte locales; instead, use
8336         mbscasecmp.
8337         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8338         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8339         we don't require GNU fnmatch ourselves (if our users require it, they
8340         should do so explicitly).
8341
8342         Fix regex code so it doesn't rely on strcasecmp.
8343         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8344         Otherwise, include gnulib's langinfo.h.
8345         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8346         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8347         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8348         * modules/regex (FILES): Remove m4/codeset.m4.
8349         (Depends-on): Add localcharset.  Remove strcase.
8350
8351 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8352
8353         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8354         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8355
8356 2007-02-13  Bruno Haible  <bruno@clisp.org>
8357
8358         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8359         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8360
8361 2007-02-12  Bruno Haible  <bruno@clisp.org>
8362
8363         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8364         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8365         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8366         time warning rather than a link error.
8367
8368 2007-02-12  Bruno Haible  <bruno@clisp.org>
8369
8370         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8371         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8372         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8373
8374 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8375
8376         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8377         args, not 2.
8378
8379 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8380
8381         New module 'time', so that apps can include <time.h> as per
8382         POSIX and GNU instead of separate include files like time_r.h
8383         and timegm.h.  This implementation tries out a simpler approach
8384         for replacing decls in standard include files (as compared to
8385         the string module), somewhat as an experiment.
8386
8387         * config/srclist.txt: Comment out mktime.c for now.
8388         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8389         since it doesn't apply any more.  Use generic wording instead.
8390         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8391         'time'.
8392         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8393         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8394         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8395         Don't include <sys/types.h>; no longer needed since we assume C89.
8396         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8397         * lib/strftime.c: Likewise.
8398         * lib/time_r.c: Likewise.
8399         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8400         * lib/nanosleep.c: Include <time.h> first, to check interface.
8401         * lib/strptime.c: Likewise.
8402         * lib/time_r.c: Likewise.
8403         * lib/timegm.c: Likewise.
8404         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8405         needed.
8406         * lib/timegm.c: Don't include timegm.h; no longer needed.
8407         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8408         time.h now handles any problems in that area.
8409         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8410         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8411         that time.h defines struct timespec.
8412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8413         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8414         handles that.
8415         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8416         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8417         needed.  Set REPLACE_LOCALTIME.
8418         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8419         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8420         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8421         nanosleep; time_h.m4 now does that.  Don't require
8422         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8423         module handles this now.
8424         * modules/getdate (Depends-on): Remove timespec.  Add time.
8425         * modules/nanosleep (Depends-on): Likewise.
8426         * modules/stat-time (Depends-on): Likewise.
8427         * modules/nanosleep (Include): Include time.h, not timespec.h.
8428         * modules/strptime (Files): Remove lib/strptime.h.
8429         (Depends-on): Add extensions, time.
8430         (Include): Include time.h, not strptime.h.
8431         * modules/time_r (Files): Remove lib/time_r.h.
8432         (Depends-on): Add time.
8433         (Include): Include time.h, not time_r.h.
8434         * modules/timegm: Likewise.
8435         * modules/timespec (Description): Now does timespec-related decls
8436         of our own, instead of struct timespec itself.
8437         (Depends-on): Add time; remove extensions.
8438         (Maintainer): Add self.
8439         * modules/utimecmp (Depends-on): Add time; remove timespec.
8440         * modules/utimens (Depends-on): Likewise.
8441         * modules/xnanosleep (Depends-on): Likewise.
8442
8443 2007-02-11  Bruno Haible  <bruno@clisp.org>
8444
8445         * lib/c-strstr.c: Include allocsa.h.
8446         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8447         * lib/c-strcasestr.c: Include allocsa.h.
8448         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8449         * lib/strcasestr.c: Include allocsa.h.
8450         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8451         * lib/mbsstr.c: Include allocsa.h.
8452         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8453         allocsa/freesa instead of malloc/free.
8454         * lib/mbscasestr.c: Include allocsa.h.
8455         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8456         allocsa/freesa instead of malloc/free.
8457         * modules/c-strstr (Depends-on): Add allocsa.
8458         * modules/c-strcasestr (Depends-on): Likewise.
8459         * modules/strcasestr (Depends-on): Likewise.
8460         * modules/mbsstr (Depends-on): Likewise.
8461         * modules/mbscasestr (Depends-on): Likewise.
8462
8463 2007-02-11  Bruno Haible  <bruno@clisp.org>
8464
8465         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8466
8467         * modules/mbsspn-tests: New file.
8468         * tests/test-mbsspn.sh: New file.
8469         * tests/test-mbsspn.c: New file.
8470
8471 2007-02-11  Bruno Haible  <bruno@clisp.org>
8472
8473         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8474
8475         * modules/mbspbrk-tests: New file.
8476         * tests/test-mbspbrk.sh: New file.
8477         * tests/test-mbspbrk.c: New file.
8478
8479 2007-02-11  Bruno Haible  <bruno@clisp.org>
8480
8481         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8482         unneeded cast.
8483
8484         * modules/mbscspn-tests: New file.
8485         * tests/test-mbscspn.sh: New file.
8486         * tests/test-mbscspn.c: New file.
8487
8488 2007-02-11  Bruno Haible  <bruno@clisp.org>
8489
8490         * modules/mbscasecmp-tests: New file.
8491         * tests/test-mbscasecmp.sh: New file.
8492         * tests/test-mbscasecmp.c: New file.
8493
8494 2007-02-11  Bruno Haible  <bruno@clisp.org>
8495
8496         Ensure O(n) worst-case complexity of mbscasestr.
8497         * lib/mbscasestr.c: Include stdbool.h.
8498         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8499         functions.
8500         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8501         the bookkeeping indicates that it's worth it.
8502         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8503
8504         * modules/mbscasestr-tests: New file.
8505         * tests/test-mbscasestr1.c: New file.
8506         * tests/test-mbscasestr2.sh: New file.
8507         * tests/test-mbscasestr2.c: New file.
8508         * tests/test-mbscasestr3.sh: New file.
8509         * tests/test-mbscasestr3.c: New file.
8510         * tests/test-mbscasestr4.sh: New file.
8511         * tests/test-mbscasestr4.c: New file.
8512         * m4/locale-tr.m4: New file.
8513
8514 2007-02-11  Bruno Haible  <bruno@clisp.org>
8515
8516         Ensure O(n) worst-case complexity of mbsstr.
8517         * lib/mbsstr.c: Include stdbool.h.
8518         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8519         functions.
8520         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8521         bookkeeping indicates that it's worth it.
8522         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8523
8524         * modules/mbsstr-tests: New file.
8525         * tests/test-mbsstr1.c: New file.
8526         * tests/test-mbsstr2.sh: New file.
8527         * tests/test-mbsstr2.c: New file.
8528         * tests/test-mbsstr3.sh: New file.
8529         * tests/test-mbsstr3.c: New file.
8530         * m4/locale-fr.m4: New file.
8531
8532 2007-02-11  Bruno Haible  <bruno@clisp.org>
8533
8534         * lib/mbsrchr.c (mbsrchr): Fix bug.
8535
8536         * modules/mbsrchr-tests: New file.
8537         * tests/test-mbsrchr.sh: New file.
8538         * tests/test-mbsrchr.c: New file.
8539
8540 2007-02-11  Bruno Haible  <bruno@clisp.org>
8541
8542         * lib/mbschr.c (mbschr): Fix bug.
8543
8544         * modules/mbschr-tests: New file.
8545         * tests/test-mbschr.sh: New file.
8546         * tests/test-mbschr.c: New file.
8547         * m4/locale-zh.m4: New file.
8548
8549 2007-02-11  Bruno Haible  <bruno@clisp.org>
8550
8551         Support for copying multibyte string iterators.
8552         * lib/mbiter.h: Include <string.h>.
8553         (mbiter_multi_copy): New function.
8554         (mbi_copy): New macro.
8555         * lib/mbuiter.h: Include <string.h>.
8556         (mbuiter_multi_copy): New function.
8557         (mbui_copy): New macro.
8558
8559 2007-02-11  Bruno Haible  <bruno@clisp.org>
8560
8561         New module mbslen.
8562         * modules/mbslen: New file.
8563         * lib/mbslen.c: New file.
8564         * lib/string_.h (mbslen): New declaration.
8565         * m4/mbslen.m4: New file.
8566         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8567         GNULIB_MBSLEN.
8568         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8569         * MODULES.html.sh (Internationalization functions): Add mbslen.
8570
8571 2007-02-11  Bruno Haible  <bruno@clisp.org>
8572
8573         Ensure O(n) worst-case complexity of strcasestr substitute.
8574         * lib/strcasestr.c: Include stdbool.h.
8575         (knuth_morris_pratt): New function.
8576         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8577         bookkeeping indicates that it's worth it.
8578         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8579
8580         * modules/strcasestr-tests: New file.
8581         * tests/test-strcasestr.c: New file.
8582
8583 2007-02-11  Bruno Haible  <bruno@clisp.org>
8584
8585         Ensure O(n) worst-case complexity of c_strcasestr.
8586         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8587         (knuth_morris_pratt): New function.
8588         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8589         the bookkeeping indicates that it's worth it.
8590         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8591
8592         * modules/c-strcasestr-tests: New file.
8593         * tests/test-c-strcasestr.c: New file.
8594
8595 2007-02-11  Bruno Haible  <bruno@clisp.org>
8596
8597         Ensure O(n) worst-case complexity of c_strstr.
8598         * lib/c-strstr.c: Include stdbool.h, string.h.
8599         (knuth_morris_pratt): New function.
8600         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8601         bookkeeping indicates that it's worth it.
8602         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8603
8604         * lib/c-strstr.c: Complete rewrite for maintainability.
8605
8606         * modules/c-strstr-tests: New file.
8607         * tests/test-c-strstr.c: New file.
8608
8609 2007-02-11  Bruno Haible  <bruno@clisp.org>
8610
8611         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8612         5.2.1 and earlier, whereby \055 was treated just like the range
8613         delimiter '-'.
8614         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8615
8616 2007-02-08  Bruno Haible  <bruno@clisp.org>
8617
8618         * modules/regex (Depends-on): Add stdbool.
8619         Reported by Dalibor Topic <robilad@kaffe.org>.
8620
8621 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8622
8623         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8624         Prefer returning from main to exiting from it.
8625         Remove unnecessary parens after sizeof.
8626
8627 2007-02-05  Bruno Haible  <bruno@clisp.org>
8628
8629         New module mbssep.
8630         * modules/mbssep: New file.
8631         * lib/mbssep.c: New file.
8632         * lib/string_.h (strsep): Add a conditional link warning.
8633         (mbssep): New declaration.
8634         * m4/mbssep.m4: New file.
8635         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8636         GNULIB_MBSSEP.
8637         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8638         * MODULES.html.sh (Internationalization functions): Add mbssep.
8639
8640 2007-02-05  Bruno Haible  <bruno@clisp.org>
8641
8642         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8643         Optimize search in case of 1 delimiter.
8644
8645 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8646
8647         * lib/acl.h: Include sys/types.h before sys/acl.h.
8648
8649 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8650
8651         Merge upstream fix for glibc bugzilla #3957:
8652
8653         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8654
8655         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8656         bit for RE_HAT_LISTS_NOT_NEWLINE.
8657         (build_charclass_op): Remove bogus comment.
8658
8659 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8660
8661         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8662
8663 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8664
8665         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8666         * lib/memmem.c [!defined _LIBC]: Include config.h.
8667
8668 2007-02-04  Bruno Haible  <bruno@clisp.org>
8669
8670         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8671         warning message.
8672
8673 2007-02-04  Bruno Haible  <bruno@clisp.org>
8674
8675         New module mbstok_r.
8676         * modules/mbstok_r: New file.
8677         * lib/mbstok_r.c: New file.
8678         * lib/string_.h (strtok_r): Change argument names to match the
8679         comments. Add a conditional link warning.
8680         (mbstok_r): New declaration.
8681         * m4/mbstok_r.m4: New file.
8682         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8683         GNULIB_MBSTOK_R.
8684         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8685         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8686
8687 2007-02-04  Bruno Haible  <bruno@clisp.org>
8688
8689         New module mbsspn.
8690         * modules/mbsspn: New file.
8691         * lib/mbsspn.c: New file.
8692         * lib/string_.h (strspn): Add a conditional link warning.
8693         (mbsspn): New declaration.
8694         * m4/mbsspn.m4: New file.
8695         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8696         GNULIB_MBSSPN.
8697         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8698         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8699
8700 2007-02-04  Bruno Haible  <bruno@clisp.org>
8701
8702         New module mbspbrk.
8703         * modules/mbspbrk: New file.
8704         * lib/mbspbrk.c: New file.
8705         * lib/string_.h (strpbrk): Add a conditional link warning.
8706         (mbspbrk): New declaration.
8707         * m4/mbspbrk.m4: New file.
8708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8709         GNULIB_MBSPBRK.
8710         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8711         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8712
8713 2007-02-04  Bruno Haible  <bruno@clisp.org>
8714
8715         New module mbscspn.
8716         * modules/mbscspn: New file.
8717         * lib/mbscspn.c: New file.
8718         * lib/string_.h (strcspn): Add a conditional link warning.
8719         (mbscspn): New declaration.
8720         * m4/mbscspn.m4: New file.
8721         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8722         GNULIB_MBSCSPN.
8723         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8724         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8725
8726 2007-02-04  Bruno Haible  <bruno@clisp.org>
8727
8728         New module mbscasestr, reduced goal of strcasestr.
8729         * modules/mbscasestr: New file.
8730         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8731         (mbscasestr): Renamed from strcasestr.
8732         * lib/strcasestr.c: Don't include mbuiter.h.
8733         (strcasestr): Remove support for multibyte locales.
8734         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8735         Change the conditional link warning.
8736         (mbscasestr): New declaration.
8737         * m4/mbscasestr.m4: New file.
8738         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8739         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8740         REPLACE_STRCASESTR.
8741         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8742         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8743         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8744         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8745         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8746         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8747         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8748         (Depends-on): Remove mbuiter.
8749         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8750
8751 2007-02-04  Bruno Haible  <bruno@clisp.org>
8752
8753         Simplify handling of strncasecmp.
8754         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8755         the conditional link warning.
8756         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8757         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8758         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8759         * modules/strcase (configure.ac): Don't invoke
8760         gl_STRING_MODULE_INDICATOR.
8761         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8762
8763 2007-02-04  Bruno Haible  <bruno@clisp.org>
8764
8765         New module mbscasecmp, reduced goal of strcasecmp.
8766         * modules/mbscasecmp: New file.
8767         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8768         (mbscasecmp): Renamed from strcasecmp.
8769         * lib/strcasecmp.c: Don't include mbuiter.h.
8770         (strcasecmp): Remove support for multibyte locales.
8771         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8772         Change the conditional link warning.
8773         (mbscasecmp): New declaration.
8774         * m4/mbscasecmp.m4: New file.
8775         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8776         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8777         REPLACE_STRCASECMP.
8778         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8779         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8780         GNULIB_MBSCASECMP.
8781         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8782         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8783         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8784         (Depends-on): Remove mbuiter.
8785         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8786
8787 2007-02-04  Bruno Haible  <bruno@clisp.org>
8788
8789         New module mbsstr. Remove module strstr.
8790         * modules/mbsstr: New file.
8791         * modules/strstr: Remove file.
8792         * lib/mbsstr.c: Renamed from lib/strstr.c.
8793         (mbsstr): Renamed from strstr.
8794         * lib/string_.h (strstr): Remove declaration. Change the conditional
8795         link warning.
8796         (mbsstr): New declaration.
8797         * m4/mbsstr.m4: New file.
8798         * m4/strstr.m4: Remove file.
8799         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8800         REPLACE_STRSTR.
8801         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8802         Don't initialize GNULIB_STRSTR.
8803         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8804         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8805         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8806         (Support for systems lacking ANSI C 89): Remove strstr.
8807
8808 2007-02-04  Bruno Haible  <bruno@clisp.org>
8809
8810         New module mbsrchr.
8811         * modules/mbsrchr: New file.
8812         * lib/mbsrchr.c: New file.
8813         * lib/string_.h (strrchr): Add a conditional link warning.
8814         (mbsrchr): New declaration.
8815         * m4/mbsrchr.m4: New file.
8816         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8817         GNULIB_MBSRCHR.
8818         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8819         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8820
8821 2007-02-04  Bruno Haible  <bruno@clisp.org>
8822
8823         New module mbschr.
8824         * modules/mbschr: New file.
8825         * lib/mbschr.c: New file.
8826         * lib/string_.h (strchr): Add a conditional link warning.
8827         (mbschr): New declaration.
8828         * m4/mbschr.m4: New file.
8829         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8830         GNULIB_MBSCHR.
8831         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8832         * MODULES.html.sh (Internationalization functions): Add mbschr.
8833
8834 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8835
8836         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8837
8838         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8839
8840 2007-02-04  Bruno Haible  <bruno@clisp.org>
8841
8842         New module description section 'configure.ac-early'.
8843         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8844         (func_get_autoconf_early_snippet): New function.
8845         (func_import, func_create_testdir): Use it. Remove special cases for
8846         modules 'extensions' and 'lock'.
8847         * modules/extensions (configure.ac-early): Require
8848         gl_USE_SYSTEM_EXTENSIONS.
8849         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8850
8851 2007-02-04  Bruno Haible  <bruno@clisp.org>
8852
8853         Make use of gcj-4.3's -fsource and -ftarget option.
8854         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8855         and if so try the options -fsource and -ftarget.
8856         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8857         source_version, ftarget_option, target_version arguments.
8858         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8859         (is_envjavac_oldgcj_14_14_usable): Renamed from
8860         is_envjavac_gcj_14_14_usable.
8861         (is_envjavac_oldgcj_14_13_usable): Renamed from
8862         is_envjavac_gcj_14_13_usable.
8863         (is_gcj_present): Update.
8864         (is_gcj_43, is_gcj43_usable): New functions.
8865         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8866         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8867         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8868         try the options -fsource and -ftarget.
8869
8870 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8873         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8874         larger value.
8875
8876 2007-02-03  Jim Meyering  <jim@meyering.net>
8877
8878         Give tools a better chance to allocate space for very large buffers.
8879         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8880
8881         Make pwd and readlink work also when run with an unreadable parent dir
8882         on systems with openat support.
8883         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8884         provided getcwd function, even when we have openat support.
8885         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8886
8887 2007-02-02  Bruno Haible  <bruno@clisp.org>
8888
8889         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8890         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8891         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8892         portability problems if one of these functions is only used on specific
8893         platforms.
8894         Reported by Paul Eggert.
8895
8896 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8897
8898         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8899         is causing more trouble than it's curing.
8900         * lib/regex_internal.h (__mempcpy): Remove.
8901         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8902         (and make the code a tad smaller to boot).
8903         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8904
8905 2007-02-02  Jim Meyering  <jim@meyering.net>
8906
8907         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8908         section, not in the Makefile.am: one.
8909
8910 2007-02-02  Eric Blake  <ebb9@byu.net>
8911
8912         * lib/strchrnul.c: Always include config.h first.
8913
8914         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8915         gnulib strstr is not necessary here.
8916
8917 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8918
8919         * m4/socklen.m4: Fix typo.
8920
8921 2007-02-02  Eric Blake  <ebb9@byu.net>
8922
8923         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8924         * modules/netinet_in (Makefile.am): Likewise.
8925
8926 2007-02-01  Bruno Haible  <bruno@clisp.org>
8927
8928         * lib/string_.h (GL_LINK_WARNING): New macro.
8929         (strcasecmp, strstr, strcasestr): If provided by the system,
8930         conditionally define as a macro that leads to a warning instead of to
8931         an error.
8932         (strncasecmp): Conditionally define as a macro that leads to a warning.
8933
8934 2007-02-01  Karl Berry  <karl@gnu.org>
8935
8936         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8937
8938 2007-02-01  Bruno Haible  <bruno@clisp.org>
8939
8940         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8941         renamings.
8942
8943 2007-02-01  Eric Blake  <ebb9@byu.net>
8944
8945         * modules/regex (Depends-on): Revert dependence on mempcpy.
8946         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8947         module's definition of mempcpy.
8948         Reported by Paul Eggert.
8949
8950 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8951
8952         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8953         the symbol XYZ before redefining it.  This fixes a problem with
8954         programs that don't use XYZ, when compiled on systems that define
8955         XYZ to something else.
8956
8957 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8958
8959         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8960         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8961         writeable to group or other and (2) is intended to have a special
8962         mode bit that is set or cleared.  In such a case, the directory
8963         should be neither group- nor other-writeable until the special
8964         mode bits are right.
8965
8966 2007-01-31  Eric Blake  <ebb9@byu.net>
8967
8968         * modules/mountlist (Depends-on): Add strstr.
8969
8970         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8971         bug.
8972         * modules/string (Makefile.am): Remove redundant replacement.
8973         * modules/regex (Depends-on): Add mempcpy.
8974
8975 2007-01-31  Bruno Haible  <bruno@clisp.org>
8976
8977         New module description field 'Link'.
8978         * gnulib-tool (func_usage): Document --extract-link-directive.
8979         (sed_extract_prog): Recognize 'Link' directive.
8980         (func_get_link_directive): New function.
8981         (func_import): Show summary of link directives.
8982         Handle --extract-link-directive option.
8983         * modules/acl (Link): New section.
8984         * modules/clock-time (Link): New section.
8985         * modules/euidaccess (Link): New section.
8986         * modules/gettext (Link): New section.
8987         * modules/iconv (Link): New section.
8988         * modules/lock (Link): New section.
8989         * modules/nanosleep (Link): New section.
8990         * modules/readline (Link): New section.
8991
8992 2007-01-27  Bruno Haible  <bruno@clisp.org>
8993
8994         Enforce the use of gnulib modules for unportable <string.h> functions.
8995         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8996         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8997         (gl_HEADER_STRING_H_BODY): Require it.
8998         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8999         the symbol XYZ to one that gives a link error.
9000         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
9001         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
9002         * modules/mempcpy (configure.ac): Likewise.
9003         * modules/memrchr (configure.ac): Likewise.
9004         * modules/stpcpy (configure.ac): Likewise.
9005         * modules/stpncpy (configure.ac): Likewise.
9006         * modules/strcase (configure.ac): Likewise.
9007         * modules/strcasestr (configure.ac): Likewise.
9008         * modules/strchrnul (configure.ac): Likewise.
9009         * modules/strdup (configure.ac): Likewise.
9010         * modules/strndup (configure.ac): Likewise.
9011         * modules/strnlen (configure.ac): Likewise.
9012         * modules/strpbrk (configure.ac): Likewise.
9013         * modules/strsep (configure.ac): Likewise.
9014         * modules/strstr (configure.ac): Likewise.
9015         * modules/strtok_r (configure.ac): Likewise.
9016
9017 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
9018
9019         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
9020
9021 2007-01-30  Jim Meyering  <jim@meyering.net>
9022
9023         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
9024
9025 2007-01-29  Bruno Haible  <bruno@clisp.org>
9026
9027         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
9028         * lib/execute.c: Likewise.
9029         * lib/pipe.c: Likewise.
9030         * lib/printf-args.h: Likewise.
9031         * lib/printf-args.c: Likewise.
9032         * lib/printf-parse.c: Likewise.
9033         * lib/vasnprintf.c: Likewise.
9034
9035 2007-01-29  Eric Blake  <ebb9@byu.net>
9036
9037         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
9038         declaration.
9039
9040 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
9041
9042         * lib/strptime.h (strptime): Use 'restrict' for args where
9043         POSIX requires this.
9044         * lib/strptime.c (strptime): Likewise.
9045         Change license notice from LGPL to GPL, since gnulib-tool will
9046         change this as needed.
9047         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
9048         defined.
9049         Include "strptime.h" first, to check interface.
9050         Do not #undef _LIBC and _NL_CURRENT.
9051         Do not include <stdlib.h>; no longer needed.
9052         Include "time_r.h" and declare ptime_locale_status
9053         only if _LIBC is not defined.
9054         (__P): Remove unused macro.
9055         (match_string): Bring back glibc version, but use it only if _LIBC
9056         is defined.
9057         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
9058         Remove unnecessary assertion and abort() call.
9059         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
9060         * m4/strptime.m4: Fix serial number comment.
9061         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
9062         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
9063         (Depends-on): Add time_r.
9064
9065 2007-01-29  Bruno Haible  <bruno@clisp.org>
9066
9067         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9068         strptime.
9069         * modules/strptime (Depends-on): Add stdbool.
9070         * lib/strptime.h: Include <time.h> always. Add comments.
9071
9072 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9073
9074         * modules/strptime: New file.
9075         * lib/strptime.h: New file.
9076         * lib/strptime.c: New file.
9077         * m4/strptime.m4: New file.
9078
9079 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         * MODULES.html.sh: New module mpsort.
9082         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
9083
9084         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
9085         a circularity problem with HP-UX ia64 reported by Bob Proulx in
9086         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
9087         All uses changed.
9088         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
9089         All uses changed.
9090         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
9091         to _Restrict_.
9092         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
9093         the parameter matches the prototype.
9094
9095 2007-01-28  Jim Meyering  <jim@meyering.net>
9096
9097         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9098         sys/time.h here, reverting that part of the previous patch:
9099         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9100
9101 2007-01-28  Bruno Haible  <bruno@clisp.org>
9102
9103         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9104         value of $(SYS_TIME_H).
9105         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9106         remove it conditionally, too. [added by Jim Meyering]
9107         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9108         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9109         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9110         GETTIMEOFDAY_REPLACEMENT to 1.
9111
9112 2007-01-28  Bruno Haible  <bruno@clisp.org>
9113
9114         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9115         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9116         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9117         Set UNISTD_H instead of UNISTD_H2.
9118         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9119
9120 2007-01-28  Bruno Haible  <bruno@clisp.org>
9121
9122         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9123         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9124
9125 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9126
9127         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9128         (func_create_testdir): Ensure C locale for `grep' and `tr'
9129         character ranges.
9130         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9131         ACLOCAL_AMFLAGS parsing state machine.
9132
9133 2007-01-27  Bruno Haible  <bruno@clisp.org>
9134
9135         * modules/unistr/base: Update.
9136
9137 2007-01-27  Bruno Haible  <bruno@clisp.org>
9138
9139         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9140         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9141         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9142         modules/unistr/u32-mbtouc.
9143         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9144         * lib/unistr.h: Update.
9145         * lib/linebreak.c: Update.
9146         * modules/unistr/u32-mbtouc: Renamed from
9147         modules/unistr/u32-mbtouc-safe.
9148         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9149         * lib/unistr.h: Update.
9150         * lib/unistr/u32-to-u8.c: Update.
9151         * lib/unistr/u32-to-u16.c: Update.
9152
9153 2007-01-27  Bruno Haible  <bruno@clisp.org>
9154
9155         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9156         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9157         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9158         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9159         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9160         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9161         modules/unistr/u16-mbtouc.
9162         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9163         * lib/unistr.h: Update.
9164         * lib/linebreak.c: Update.
9165         * modules/linebreak: Update.
9166         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9167         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9168         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9169         * modules/unistr/u16-mbtouc: Renamed from
9170         modules/unistr/u16-mbtouc-safe.
9171         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9172         * lib/unistr.h: Update.
9173         * lib/unistr/u16-to-u8.c: Update.
9174         * modules/unistr/u16-to-u8: Update.
9175         * lib/unistr/u16-to-u32.c: Update.
9176         * modules/unistr/u16-to-u32: Update.
9177
9178 2007-01-27  Bruno Haible  <bruno@clisp.org>
9179
9180         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9181         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9182         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9183         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9184         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9185         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9186         modules/unistr/u8-mbtouc.
9187         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9188         * lib/unistr.h: Update.
9189         * lib/striconveh.c: Update.
9190         * modules/striconveh: Update.
9191         * lib/linebreak.c: Update.
9192         * modules/linebreak: Update.
9193         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9194         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9195         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9196         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9197         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9198         * lib/unistr.h: Update.
9199         * lib/striconveh.c: Update.
9200         * modules/striconveh: Update.
9201         * lib/unistr/u8-to-u16.c: Update.
9202         * modules/unistr/u8-to-u16: Update.
9203         * lib/unistr/u8-to-u32.c: Update.
9204         * modules/unistr/u8-to-u32: Update.
9205
9206 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9207
9208         Sync from Libtool.
9209         * lib/argz.c: Do not include strings.h nor memory.h, include
9210         string.h unconditionally.  Patch by Simon Josefsson.
9211
9212 2007-01-27  Bruno Haible  <bruno@clisp.org>
9213
9214         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9215         from gl_HEADER_STRING_H_BODY.
9216         (gl_HEADER_STRING_H_BODY): Require it.
9217         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9218         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9219         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9220         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9221         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9222         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9223         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9224         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9225         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9226         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9227         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9228         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9229         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9230         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9231         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9232
9233 2007-01-27  Bruno Haible  <bruno@clisp.org>
9234
9235         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9236         check_PROGRAMS into noinst_PROGRAMS.
9237         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9238         check_PROGRAMS in this case.
9239         (func_import): Set for_test to false.
9240         (func_create_testdir): Set for_test to true.
9241
9242 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9243             Bruno Haible  <bruno@clisp.org>
9244
9245         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9246         (Depends-on): Add string.
9247         (Includes): Use <string.h> instead of strcasestr.h.
9248         * modules/string (Makefile.am): Also substitute the value of
9249         REPLACE_STRCASESTR.
9250         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9251         assume strcasestr is declared in <string.h> not <strings.h>. Also
9252         set REPLACE_STRCASESTR.
9253         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9254         REPLACE_STRCASESTR.
9255         * lib/strcasestr.h: Remove file.
9256         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9257         * lib/string_.h (strcasestr): New declaration.
9258
9259 2007-01-27  Bruno Haible  <bruno@clisp.org>
9260
9261         * lib/string_.h: Use 'extern'.
9262
9263 2007-01-27  Jim Meyering  <jim@meyering.net>
9264
9265         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9266         of set-but-not-used local, "q".
9267
9268         * lib/mempcpy.c: Include <config.h> before <string.h>.
9269         This fixes a compilation error on HP-UX, due to the system's
9270         "restrict"-using mempcpy prototype.
9271
9272 2007-01-26  Bruno Haible  <bruno@clisp.org>
9273
9274         Small optimization.
9275         * lib/javacomp.c: Include c-strstr.h.
9276          (is_envjavac_gcj): Use c_strstr instead of strstr.
9277         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9278
9279 2007-01-26  Bruno Haible  <bruno@clisp.org>
9280
9281         * MODULES.html.sh (Unicode string functions): Add the new modules.
9282
9283         * modules/uniconv/u32-strconv-to-locale: New file.
9284         * lib/uniconv/u32-strconv-to-locale.c: New file.
9285
9286         * modules/uniconv/u16-strconv-to-locale: New file.
9287         * lib/uniconv/u16-strconv-to-locale.c: New file.
9288
9289         * modules/uniconv/u8-strconv-to-locale: New file.
9290         * lib/uniconv/u8-strconv-to-locale.c: New file.
9291
9292         * modules/uniconv/u32-strconv-from-locale: New file.
9293         * lib/uniconv/u32-strconv-from-locale.c: New file.
9294
9295         * modules/uniconv/u16-strconv-from-locale: New file.
9296         * lib/uniconv/u16-strconv-from-locale.c: New file.
9297
9298         * modules/uniconv/u8-strconv-from-locale: New file.
9299         * lib/uniconv/u8-strconv-from-locale.c: New file.
9300
9301         * modules/uniconv/u32-strconv-to-enc: New file.
9302         * lib/uniconv/u32-strconv-to-enc.c: New file.
9303         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9304         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9305
9306         * modules/uniconv/u16-strconv-to-enc: New file.
9307         * lib/uniconv/u16-strconv-to-enc.c: New file.
9308         * lib/uniconv/u-strconv-to-enc.h: New file.
9309         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9310         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9311
9312         * modules/uniconv/u8-strconv-to-enc: New file.
9313         * lib/uniconv/u8-strconv-to-enc.c: New file.
9314         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9315         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9316
9317         * modules/uniconv/u32-strconv-from-enc: New file.
9318         * lib/uniconv/u32-strconv-from-enc.c: New file.
9319         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9320         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9321
9322         * modules/uniconv/u16-strconv-from-enc: New file.
9323         * lib/uniconv/u16-strconv-from-enc.c: New file.
9324         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9325         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9326
9327         * modules/uniconv/u8-strconv-from-enc: New file.
9328         * lib/uniconv/u8-strconv-from-enc.c: New file.
9329         * lib/uniconv/u-strconv-from-enc.h: New file.
9330         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9331         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9332
9333         * modules/uniconv/u32-conv-from-enc: New file.
9334         * lib/uniconv/u32-conv-from-enc.c: New file.
9335         * modules/uniconv/u32-conv-from-enc-tests: New file.
9336         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9337
9338         * modules/uniconv/u16-conv-from-enc: New file.
9339         * lib/uniconv/u16-conv-from-enc.c: New file.
9340         * lib/uniconv/u-conv-from-enc.h: New file.
9341         * modules/uniconv/u16-conv-from-enc-tests: New file.
9342         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9343
9344         * modules/uniconv/u8-conv-from-enc: New file.
9345         * lib/uniconv/u8-conv-from-enc.c: New file.
9346         * modules/uniconv/u8-conv-from-enc-tests: New file.
9347         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9348
9349         * modules/uniconv/base: New file.
9350         * lib/uniconv.h: New file.
9351
9352 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9353
9354         * doc/gnulib-tool.texi (Initial import): Update to match current
9355         behavior with strdup module.
9356         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9357         * lib/memmem.h: Remove; all uses removed.  This is now done
9358         by <string.h>.
9359         * lib/mempcpy.h: Likewise.
9360         * lib/memrchr.h: Likewise.
9361         * lib/stpcpy.h: Likewise.
9362         * lib/stpncpy.h: Likewise.
9363         * lib/strcase.h: Likewise.
9364         * lib/strchrnul.h: Likewise.
9365         * lib/strdup.h: Likewise.
9366         * lib/strndup.h: Likewise.
9367         * lib/strnlen.h: Likewise.
9368         * lib/strpbrk.h: Likewise.
9369         * lib/strsep.h: Likewise.
9370         * lib/strstr.h: Likewise.
9371         * lib/strtok_r.h: Likewise.
9372         * lib/string_.h: New file.
9373         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9374         Rely on <string.h> instead.
9375         * lib/canon-host.c: Likewise.
9376         * lib/chdir-long.c: Likewise.
9377         * lib/concatpath.c: Likewise.
9378         * lib/exclude.c: Likewise.
9379         * lib/fchdir.c: Likewise.
9380         * lib/getaddrinfo.c: Likewise.
9381         * lib/getcwd.c: Likewise.
9382         * lib/getsubopt.c: Likewise.
9383         * lib/glob.c: Likewise.
9384         * lib/hard-locale.c: Likewise.
9385         * lib/iconvme.c: Likewise.
9386         * lib/javacomp.c: Likewise.
9387         * lib/mempcpy.c: Likewise.
9388         * lib/memrchr.c: Likewise.
9389         * lib/regex_internal.h: Likewise.
9390         * lib/stpncpy.c: Likewise.
9391         * lib/strcasecmp.c: Likewise.
9392         * lib/strchrnul.c: Likewise.
9393         * lib/strdup.c: Likewise.
9394         * lib/striconv.c: Likewise.
9395         * lib/striconveh.c: Likewise.
9396         * lib/striconveha.c: Likewise.
9397         * lib/strncasecmp.c: Likewise.
9398         * lib/strndup.c: Likewise.
9399         * lib/strnlen.c: Likewise.
9400         * lib/strsep.c: Likewise.
9401         * lib/strstr.c: Likewise.
9402         * lib/strtok_r.c: Likewise.
9403         * lib/userspec.c: Likewise.
9404         * lib/w32spawn.h: Likewise.
9405         * lib/xstrndup.c: Likewise.
9406         * lib/mountlist.c (strstr): Remove decl.
9407         * m4/string_h.m4: New file.
9408         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9409         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9410         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9411         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9412         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9413         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9414         Set REPLACE_STRCASECMP if necessary.
9415         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9416         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9417         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9418         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9419         HAVE_DECL_STRDUP if necessary.
9420         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9421         since gl_FUNC_STRNDUP does that now.
9422         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9423         Check for decl here...
9424         (gl_PREREQ_STRNLEN): ... not here.
9425         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9426         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9427         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9428         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9429         necessary.
9430         * modules/string: New file.
9431         * modules/memmem (Files): Remove special-purpose include file.
9432         (Depends-on): Add string.
9433         (Include): Include <string.h>, not the removed file.
9434         * modules/mempcpy: Likewise.
9435         * modules/memrchr: Likewise.
9436         * modules/stpcpy: Likewise.
9437         * modules/stpncpy: Likewise.
9438         * modules/strcase: Likewise.
9439         * modules/strchrnul: Likewise.
9440         * modules/strdup: Likewise.
9441         * modules/strndup: Likewise.
9442         * modules/strnlen: Likewise.
9443         * modules/strpbrk: Likewise.
9444         * modules/strsep: Likewise.
9445         * modules/strstr: Likewise.
9446         * modules/strtok_r: Likewise.
9447         * tests/test-dirname.c: Don't include "strdup.h", since
9448         <string.h> now suffices.
9449         * tests/test-memmem.c: Don't include "memmem.h", since
9450         <string.h> now suffices.
9451
9452 2007-01-25  Bruno Haible  <bruno@clisp.org>
9453
9454         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9455         *resultp is 0.
9456
9457         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9458         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9459         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9460         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9461
9462         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9463         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9464         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9465         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9466         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9467         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9468
9469 2007-01-24  Bruno Haible  <bruno@clisp.org>
9470
9471         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9472         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9473         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9474         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9475         gl_FUNC_FTS_CORE.
9476         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9477         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9478         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9479         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9480         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9481         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9482         gl_FUNC_FCHOWNAT.
9483         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9484         gl_FUNC_STRFTIME.
9485         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9486         Reported by Ralf Wildenhues.
9487
9488 2007-01-24  Bruno Haible  <bruno@clisp.org>
9489
9490         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9491         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9492         gl_GETADDRINFO.
9493         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9494         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9495         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9496
9497 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9498
9499         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9500         Don't use 'exit'; just return from 'main'.
9501         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9502
9503         * lib/fnmatch_.h: Readjust white space and comments to match
9504         glibc, to avoid spurious diffs.
9505
9506 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9507
9508         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9509         2004-12-01 change by Jakub Jelinek, since this code won't compile
9510         if !LIBC.  Problem reported by Bob Proulx.
9511
9512 2007-01-23  Bruno Haible  <bruno@clisp.org>
9513
9514         * lib/striconveh.c: Include c-strcaseeq.h.
9515         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9516         * modules/striconveh (Depends-on): Add c-strcaseeq.
9517
9518 2007-01-23  Bruno Haible  <bruno@clisp.org>
9519
9520         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9521
9522         * modules/c-strcaseeq: New file.
9523         * lib/c-strcaseeq.h: New file.
9524
9525         * modules/streq: New file.
9526         * lib/streq.h: New file.
9527
9528 2007-01-23  Bruno Haible  <bruno@clisp.org>
9529
9530         * modules/striconveha-tests: New file.
9531         * tests/test-striconveha.c: New file.
9532
9533         * lib/striconveha.h: Include <stdbool.h>.
9534         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9535         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9536         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9537         (mem_iconveha): New function.
9538         (str_iconveha_notranslit): Renamed from str_iconveha.
9539         (str_iconveha): New function.
9540         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9541         c-strcase.
9542
9543 2007-01-23  Bruno Haible  <bruno@clisp.org>
9544
9545         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9546         encodings without forgiving before trying any encoding with handler.
9547         (str_iconveha): Try all encodings without forgiving before trying any
9548         encoding with handler.
9549
9550 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9551
9552         Import the following changes from libc.
9553
9554         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9555
9556         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9557
9558         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9559
9560         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9561         normal_bracket label.
9562
9563         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9564
9565         [BZ #361]
9566         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9567         to normal_bracket after fetching the next character.
9568
9569 2007-01-22  Bruno Haible  <bruno@clisp.org>
9570
9571         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9572         argument.
9573         * lib/striconveh.c (iconv_carefully_1): New function.
9574         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9575         argument.
9576         (str_cd_iconveh): Update.
9577         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9578         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9579         * tests/test-striconveh.c (MAGIC): New macro.
9580         (new_offsets): New function.
9581         (main): Test call with and without offsets.
9582
9583 2007-01-22  Bruno Haible  <bruno@clisp.org>
9584
9585         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9586         * modules/sys_select (Makefile.am): Likewise.
9587         * modules/sys_socket (Makefile.am): Likewise.
9588         * modules/sys_time (Makefile.am): Likewise.
9589
9590 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9591
9592         * modules/gettimeofday (License): Change from GPL to LGPL, since
9593         gettimeofday is a library function.
9594
9595 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9596
9597         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9598
9599 2007-01-21  Bruno Haible  <bruno@clisp.org>
9600
9601         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9602
9603 2007-01-21  Bruno Haible  <bruno@clisp.org>
9604
9605         * modules/striconveha: New file.
9606         * lib/striconveha.h: New file.
9607         * lib/striconveha.c: New file.
9608         * MODULES.html.sh (Internationalization functions): Add striconveha.
9609         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9610         string.
9611         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9612
9613 2007-01-21  Bruno Haible  <bruno@clisp.org>
9614
9615         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9616         * lib/striconveh.c (str_iconveh): Likewise.
9617
9618 2007-01-21  Bruno Haible  <bruno@clisp.org>
9619
9620         * lib/striconveh.h (mem_iconveh): New declaration.
9621         * lib/striconveh.c (mem_iconveh): New function.
9622         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9623
9624 2007-01-21  Bruno Haible  <bruno@clisp.org>
9625
9626         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9627
9628         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9629         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9630         original result buffer.
9631         (str_cd_iconveh): Update.
9632         * tests/test-striconveh.c (main): Update.
9633
9634         * lib/striconv.h (mem_cd_iconv): Change specification.
9635         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9636         result buffer.
9637         (str_cd_iconv): Update.
9638         * tests/test-striconv.c (main): Update.
9639
9640 2007-01-21  Bruno Haible  <bruno@clisp.org>
9641
9642         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9643
9644 2007-01-20  Jim Meyering  <jim@meyering.net>
9645
9646         * lib/userspec.c (parse_with_separator): If a user or group string
9647         starts with "+", skip the corresponding name-to-ID look-up, since
9648         such a look-up must fail: user and group names may not include "+".
9649
9650 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9651
9652         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9653         since we now assume the sys_time module.
9654         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9655         check for sys/time.h; no longer needed.
9656         * modules/poll (Depends-on): Depend on sys_time.
9657
9658 2007-01-18  Bruno Haible  <bruno@clisp.org>
9659
9660         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9661         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9662
9663         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9664         gettimeofday.
9665
9666         * tests/test-gettimeofday.c: Include <time.h>.
9667         (dummy): Remove variable.
9668
9669         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9670         gl_HEADER_SYS_TIME_H.
9671         (gl_HEADER_SYS_TIME_H): New macro.
9672
9673         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9674         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9675         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9676         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9677         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9678         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9679         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9680         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9681         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9682         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9683         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9684
9685         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9686         last change; it caused a compilation error when cross-compiling to
9687         Cygwin.
9688
9689 2007-01-18  Jim Meyering  <jim@meyering.net>
9690
9691         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9692         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9693         than the race-prone "test -d sys || mkdir sys".
9694         (configure.ac): Use AC_PROG_MKDIR_P.
9695         * modules/sys_select: Likewise.
9696         * modules/sys_socket: Likewise.
9697         * modules/sys_time: Likewise.
9698
9699 2007-01-18  Eric Blake  <ebb9@byu.net>
9700
9701         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9702         replace gettimeofday.
9703         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9704         name, to avoid infinite recursion.
9705
9706 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9707
9708         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9709         module sys_time.
9710         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9711         assume timespec.h defines struct timeval.
9712         * lib/settime.c: Likewise.
9713         * lib/utimens.c: Likewise.
9714         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9715         since we now assume the gettimeofday module.
9716         * lib/tempname.c (__gen_tempname): Likewise.
9717         * lib/gettimeofday.h: Remove.
9718         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9719         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9720         Include <time.h>, for 'time()'.
9721         (localtime_buffer_addr): Also use this workaround if
9722         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9723         to simplify the uses.  All uses changed.
9724         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9725         that #undef is inside {}, and 'const' follows type name consistently.
9726         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9727         (gettimeofday): Do not use the maximum possible value for
9728         tv->tv_usec, since that might break usages other than ls.c.
9729         Instead, we'll leave ls.c alone.  This undoes today's patch
9730         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9731         we've never observed the problem but might as well keep the
9732         canary.
9733         * lib/nanosleep.c: Include timespec.h first, for interface check.
9734         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9735         now assume the sys_time module.
9736         * lib/tempname.c: Likewise.
9737         * lib/timespec.h: Likewise.
9738         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9739         needed.
9740         * lib/strftime.c: Likewise.
9741         * lib/timespec.h: Likewise.
9742         * lib/posixtm.c: Include posixtm.h first, for interface check.
9743         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9744         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9745         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9746         * lib/sys_time_.h: New file.
9747         * lib/timespec.h (struct timespec): Use long int, not long.
9748         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9749         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9750         Remove obsolescent call to AC_HEADER_TIME.
9751         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9752         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9753         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9754         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9755         Likewise.
9756         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9757         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9758         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9759         into the sys_time module.  Check for gettimeofday just once.
9760         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9761         for gettimeofday signature to just check the signature.  Merely
9762         compile it, since linking doesn't test signature.  Improve test for
9763         whether gettimeofday.o is actually needed.
9764         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9765         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9766         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9767         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9768         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9769         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9770         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9771         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9772         than worrying about sys/time.h.
9773         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9774         Don't bother worrying about TIME_WITH_SYS_TIME.
9775         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9776         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9777         * m4/sys_time_h.m4: New file.
9778         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9779         Don't include sys/time.h.  Return from main rather than exiting.
9780         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9781         all uses changed.
9782         * modules/gethrxtime (Depends-on): Add sys_time.
9783         * modules/gettime (Depends-on): Likewise.
9784         * modules/gettimeofday (Depends-on): Likewise.
9785         * modules/nanosleep (Depends-on): Likewise.
9786         * modules/settime (Depends-on): Likewise.
9787         * modules/tempname (Depends-on): Likewise.
9788         * modules/utimens (Depends-on): Likewise.
9789         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9790         (Include:) Change back to <sys/time.h>.
9791         (Maintainer:) Add self.
9792         * modules/sys_time: New file.
9793         * modules/tempname (Depends-on): Add gettimeofday.
9794         * tests/test-gettimeofday.c: Include <sys/time.h>
9795         rather than gettimeofday.h.
9796
9797 2007-01-17  Bruno Haible  <bruno@clisp.org>
9798
9799         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9800         the license default to GPL.
9801         (func_create_testdir): Don't complain if a module is LGPL and its
9802         tests module depends on GPLed modules.
9803
9804 2007-01-17  Bruno Haible  <bruno@clisp.org>
9805
9806         * lib/gettimeofday.c (gettimeofday): Add code for the case
9807         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9808         maximum possible value for tv->tv_usec, rather than the minimum one.
9809
9810 2005-10-08  Martin Lambers  <marlam@marlam.de>
9811 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9812 2007-01-16  Bruno Haible  <bruno@clisp.org>
9813
9814         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9815         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9816         gl_FUNC_GETTIMEOFDAY.
9817         (Include): Add gettimeofday.h.
9818         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9819         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9820         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9821         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9822         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9823         * lib/gettimeofday.h: New file.
9824         * lib/gettimeofday.c: Include <sys/timeb.h>.
9825         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9826         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9827         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9828         fall back on time().
9829
9830         * tests/test-gettimeofday.c: New file.
9831         * modules/gettimeofday-tests: New file.
9832
9833 2007-01-16  Eric Blake  <ebb9@byu.net>
9834
9835         * modules/fnmatch (Depends-on): Depend on wchar.
9836         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9837         * m4/fnmatch.m4: Likewise.
9838         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9839         * m4/mbchar.m4: Likewise.
9840         * modules/mbswidth (Depends-on): Depend on wchar.
9841         * lib/mbswidth.c: Assume <wchar.h>.
9842         * m4/mbswidth.m4: Likewise.
9843         * modules/quotearg (Depends-on): Depend on wchar.
9844         * lib/quotearg.c: Assume <wchar.h>.
9845         * m4/quotearg.m4: Likewise.
9846         * modules/regex (Depends-on): Depend on wchar.
9847         * lib/regex_internal.h: Assume <wchar.h>.
9848         * m4/regex.m4: Likewise.
9849         * modules/stdint (Depends-on): Depend on wchar.
9850         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9851         * m4/stdint.m4: Likewise.
9852         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9853         * modules/strftime (Depends-on): Depend on wchar.
9854         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9855         * modules/strtol (Depends-on): Depend on wchar.
9856         * lib/strtol.c: Assume <wchar.h>.
9857         * modules/wcwidth (Depends-on): Depend on wchar.
9858         * lib/wcwidth.h: Assume <wchar.h>.
9859         * m4/wcwidth.m4: Likewise.
9860
9861 2007-01-16  Bruno Haible  <bruno@clisp.org>
9862
9863         * modules/csharpexec-script: New, created from...
9864         * modules/csharpexec: ... this.
9865
9866 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9867
9868         * modules/javaexec-script: New, created from...
9869         * modules/javaexec: ... this.
9870
9871 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9872
9873         * modules/poll (Dependencies): Add sys_select.
9874
9875 2007-01-15  Jim Meyering  <jim@meyering.net>
9876
9877         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9878         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9879         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9880         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9881
9882 2007-01-15  Bruno Haible  <bruno@clisp.org>
9883
9884         * modules/striconveh: New file.
9885         * lib/striconveh.h: New file.
9886         * lib/striconveh.c: New file.
9887         * MODULES.html.sh (Internationalization functions): Add striconveh.
9888
9889         * modules/striconveh-tests: New file.
9890         * tests/test-striconveh.c: New file.
9891
9892 2007-01-15  Bruno Haible  <bruno@clisp.org>
9893
9894         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9895         not from GNU libiconv or GNU libc.
9896
9897 2007-01-15  Bruno Haible  <bruno@clisp.org>
9898
9899         * doc/gnulib-intro.texi (Copyright): Explain the different license
9900         terms for module descriptions, autoconf macros, tests, documentation.
9901
9902 2007-01-14  Bruno Haible  <bruno@clisp.org>
9903
9904         * modules/striconv-tests: New file.
9905         * tests/test-striconv.c: New file.
9906
9907 2007-01-14  Bruno Haible  <bruno@clisp.org>
9908
9909         * modules/iconv-tests: New file.
9910         * tests/test-iconv.c: New file.
9911
9912 2007-01-14  Bruno Haible  <bruno@clisp.org>
9913
9914         * gnulib-tool (func_get_license): For test modules, use the license of
9915         the main module.
9916
9917 2007-01-14  Bruno Haible  <bruno@clisp.org>
9918
9919         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9920         if iconv is found to exist.
9921
9922 2007-01-14  Bruno Haible  <bruno@clisp.org>
9923
9924         * modules/c-ctype-tests: New file.
9925         * tests/test-c-ctype.c: New file.
9926
9927 2007-01-14  Bruno Haible  <bruno@clisp.org>
9928
9929         * modules/binary-io-tests: New file.
9930         * tests/test-binary-io.sh: New file.
9931         * tests/test-binary-io.c: New file.
9932
9933 2007-01-14  Bruno Haible  <bruno@clisp.org>
9934
9935         * modules/array-oset-tests: New file.
9936         * tests/test-array_oset.c: New file.
9937
9938 2007-01-14  Bruno Haible  <bruno@clisp.org>
9939
9940         * modules/array-list-tests: New file.
9941         * tests/test-array_list.c: New file.
9942
9943 2007-01-14  Bruno Haible  <bruno@clisp.org>
9944
9945         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9946         and make.
9947         Reported by Simon Josefsson in
9948         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9949
9950 2007-01-14  Bruno Haible  <bruno@clisp.org>
9951
9952         * modules/allocsa-tests: New file.
9953         * tests/test-allocsa.c: New file.
9954
9955 2007-01-14  Bruno Haible  <bruno@clisp.org>
9956
9957         * modules/fchdir (Depends-on): Add absolute-header.
9958         * modules/unistd (Depends-on): Likewise.
9959
9960 2006-12-30  Bruno Haible  <bruno@clisp.org>
9961
9962         * modules/fchdir: New file.
9963         * modules/unistd (Files): Add lib/unistd_.h.
9964         (Makefile.am): Generate unistd.h from unistd_.h.
9965         * lib/fchdir.c: New file.
9966         * lib/dirent_.h: New file.
9967         * lib/unistd_.h: New file.
9968         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9969         * m4/fchdir.m4: New file.
9970         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9971         (gl_HEADER_UNISTD): Invoke it.
9972         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9973         function.
9974         * lib/backupfile.c (opendir, closedir): Undefine.
9975         * lib/chown.c (open, close): Undefine.
9976         * lib/clean-temp.c (open, close): Undefine.
9977         * lib/copy-file.c (open, close): Undefine.
9978         * lib/execute.c (open, close): Undefine.
9979         * lib/fsusage.c (open, close): Undefine.
9980         * lib/gc-gnulib.c (open, close): Undefine.
9981         * lib/getcwd.c (opendir, closedir): Undefine.
9982         * lib/glob.c (opendir, closedir): Undefine.
9983         * lib/javacomp.c (open, close): Undefine.
9984         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9985         * lib/openat-proc.c (open, close): Undefine.
9986         * lib/pagealign_alloc.c (open, close): Undefine.
9987         * lib/pipe.c (open, close): Undefine.
9988         * lib/progreloc.c (open, close): Undefine.
9989         * lib/savedir.c (opendir, closedir): Undefine.
9990         * lib/utime.c (open, close): Undefine.
9991         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9992
9993 2007-01-10  Bruno Haible  <bruno@clisp.org>
9994
9995         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9996
9997 2007-01-12  Eric Blake  <ebb9@byu.net>
9998
9999         Provide a robust <wchar.h>.  Further simplifications are now
10000         possible in other modules, but not included here.
10001         * modules/wchar: New module.
10002         * m4/wchar.m4: New file.
10003         * lib/wchar_.h: Likewise.
10004         * modules/mbchar (Depends-on): Depend on wchar, as the first use
10005         of the new module.
10006         * MODULES.html.sh (Extended multibyte and wide character utilities):
10007         New section.
10008
10009 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
10010
10011         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
10012         to a reasonable default for memory allocation.
10013         (xreadlink): Don't allocate a huge buffer, to work around a buggy
10014         file system that reports garbage st_size values for symlinks.
10015         Problem reported by Liyang Hu.
10016
10017 2007-01-11  Simon Josefsson  <simon@josefsson.org>
10018
10019         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
10020         Emacs .#* auto-save files).
10021
10022 2007-01-11  Bruno Haible  <bruno@clisp.org>
10023
10024         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
10025         directory.
10026
10027 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10028
10029         Use @...@ consistently in lib/wctype_.h.
10030         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
10031         on it being set to 1 or 0.
10032         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
10033         go back to AC_SUBSTing it.
10034         * modules/wctype (Makefile.am): Undo previous change.
10035
10036 2007-01-10  Eric Blake  <ebb9@byu.net>
10037
10038         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
10039         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
10040         * modules/wctype (Makefile.am): Likewise.
10041         Reported by Chris McGuire.
10042
10043 2007-01-10  Jim Meyering  <jim@meyering.net>
10044
10045         fts.c: a small readability/maintainability improvement
10046         * lib/fts.c (fts_read): Make this code slightly more readable and
10047         maintainable by hoisting the "sp->fts_cur = p" assignments to
10048         immediately follow the statements that set P.  Derived from
10049         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
10050
10051 2007-01-10  Eric Blake  <ebb9@byu.net>
10052
10053         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
10054         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
10055         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10056         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10057         Reported by Chris McGuire.
10058
10059 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10060
10061         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
10062         in sed script.
10063
10064 2007-01-09  Bruno Haible  <bruno@clisp.org>
10065
10066         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
10067         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
10068         variables.
10069         (func_module): Use them.
10070
10071 2007-01-09  Bruno Haible  <bruno@clisp.org>
10072
10073         * modules/unistr/base: New file.
10074         * lib/unistr.h: New file.
10075
10076         * modules/unistr/u8-to-u16: New file.
10077         * lib/unistr/u8-to-u16.c: New file.
10078
10079         * modules/unistr/u8-to-u32: New file.
10080         * lib/unistr/u8-to-u32.c: New file.
10081
10082         * modules/unistr/u16-to-u8: New file.
10083         * lib/unistr/u16-to-u8.c: New file.
10084
10085         * modules/unistr/u16-to-u32: New file.
10086         * lib/unistr/u16-to-u32.c: New file.
10087
10088         * modules/unistr/u32-to-u8: New file.
10089         * lib/unistr/u32-to-u8.c: New file.
10090
10091         * modules/unistr/u32-to-u16: New file.
10092         * lib/unistr/u32-to-u16.c: New file.
10093
10094         * modules/unistr/u8-check: New file.
10095         * modules/unistr/u16-check: New file.
10096         * modules/unistr/u32-check: New file.
10097         * lib/unistr/u8-check.c: New file.
10098         * lib/unistr/u16-check.c: New file.
10099         * lib/unistr/u32-check.c: New file.
10100
10101         * modules/unistr/u8-chr: New file.
10102         * modules/unistr/u16-chr: New file.
10103         * modules/unistr/u32-chr: New file.
10104         * lib/unistr/u8-chr.c: New file.
10105         * lib/unistr/u16-chr.c: New file.
10106         * lib/unistr/u32-chr.c: New file.
10107
10108         * modules/unistr/u8-cmp: New file.
10109         * modules/unistr/u16-cmp: New file.
10110         * modules/unistr/u32-cmp: New file.
10111         * lib/unistr/u8-cmp.c: New file.
10112         * lib/unistr/u16-cmp.c: New file.
10113         * lib/unistr/u32-cmp.c: New file.
10114
10115         * modules/unistr/u8-cpy: New file.
10116         * modules/unistr/u16-cpy: New file.
10117         * modules/unistr/u32-cpy: New file.
10118         * lib/unistr/u8-cpy.c: New file.
10119         * lib/unistr/u16-cpy.c: New file.
10120         * lib/unistr/u32-cpy.c: New file.
10121         * lib/unistr/u-cpy.h: New file.
10122
10123         * modules/unistr/u8-cpy-alloc: New file.
10124         * modules/unistr/u16-cpy-alloc: New file.
10125         * modules/unistr/u32-cpy-alloc: New file.
10126         * lib/unistr/u8-cpy-alloc.c: New file.
10127         * lib/unistr/u16-cpy-alloc.c: New file.
10128         * lib/unistr/u32-cpy-alloc.c: New file.
10129         * lib/unistr/u-cpy-alloc.h: New file.
10130
10131         * modules/unistr/u8-endswith: New file.
10132         * modules/unistr/u16-endswith: New file.
10133         * modules/unistr/u32-endswith: New file.
10134         * lib/unistr/u8-endswith.c: New file.
10135         * lib/unistr/u16-endswith.c: New file.
10136         * lib/unistr/u32-endswith.c: New file.
10137         * lib/unistr/u-endswith.h: New file.
10138
10139         * modules/unistr/u8-mblen: New file.
10140         * modules/unistr/u16-mblen: New file.
10141         * modules/unistr/u32-mblen: New file.
10142         * lib/unistr/u8-mblen.c: New file.
10143         * lib/unistr/u16-mblen.c: New file.
10144         * lib/unistr/u32-mblen.c: New file.
10145
10146         * modules/unistr/u8-mbtouc: New file.
10147         * modules/unistr/u16-mbtouc: New file.
10148         * modules/unistr/u32-mbtouc: New file.
10149         * lib/unistr/u8-mbtouc.c: New file.
10150         * lib/unistr/u16-mbtouc.c: New file.
10151         * lib/unistr/u32-mbtouc.c: New file.
10152
10153         * modules/unistr/u8-mbtouc-safe: New file.
10154         * modules/unistr/u16-mbtouc-safe: New file.
10155         * modules/unistr/u32-mbtouc-safe: New file.
10156         * lib/unistr/u8-mbtouc-safe.c: New file.
10157         * lib/unistr/u16-mbtouc-safe.c: New file.
10158         * lib/unistr/u32-mbtouc-safe.c: New file.
10159
10160         * modules/unistr/u8-move: New file.
10161         * modules/unistr/u16-move: New file.
10162         * modules/unistr/u32-move: New file.
10163         * lib/unistr/u8-move.c: New file.
10164         * lib/unistr/u16-move.c: New file.
10165         * lib/unistr/u32-move.c: New file.
10166         * lib/unistr/u-move.h: New file.
10167
10168         * modules/unistr/u8-next: New file.
10169         * modules/unistr/u16-next: New file.
10170         * modules/unistr/u32-next: New file.
10171         * lib/unistr/u8-next.c: New file.
10172         * lib/unistr/u16-next.c: New file.
10173         * lib/unistr/u32-next.c: New file.
10174
10175         * modules/unistr/u8-prev: New file.
10176         * modules/unistr/u16-prev: New file.
10177         * modules/unistr/u32-prev: New file.
10178         * lib/unistr/u8-prev.c: New file.
10179         * lib/unistr/u16-prev.c: New file.
10180         * lib/unistr/u32-prev.c: New file.
10181
10182         * modules/unistr/u8-set: New file.
10183         * modules/unistr/u16-set: New file.
10184         * modules/unistr/u32-set: New file.
10185         * lib/unistr/u8-set.c: New file.
10186         * lib/unistr/u16-set.c: New file.
10187         * lib/unistr/u32-set.c: New file.
10188         * lib/unistr/u-set.h: New file.
10189
10190         * modules/unistr/u8-startswith: New file.
10191         * modules/unistr/u16-startswith: New file.
10192         * modules/unistr/u32-startswith: New file.
10193         * lib/unistr/u8-startswith.c: New file.
10194         * lib/unistr/u16-startswith.c: New file.
10195         * lib/unistr/u32-startswith.c: New file.
10196         * lib/unistr/u-startswith.h: New file.
10197
10198         * modules/unistr/u8-stpcpy: New file.
10199         * modules/unistr/u16-stpcpy: New file.
10200         * modules/unistr/u32-stpcpy: New file.
10201         * lib/unistr/u8-stpcpy.c: New file.
10202         * lib/unistr/u16-stpcpy.c: New file.
10203         * lib/unistr/u32-stpcpy.c: New file.
10204         * lib/unistr/u-stpcpy.h: New file.
10205
10206         * modules/unistr/u8-stpncpy: New file.
10207         * modules/unistr/u16-stpncpy: New file.
10208         * modules/unistr/u32-stpncpy: New file.
10209         * lib/unistr/u8-stpncpy.c: New file.
10210         * lib/unistr/u16-stpncpy.c: New file.
10211         * lib/unistr/u32-stpncpy.c: New file.
10212         * lib/unistr/u-stpncpy.h: New file.
10213
10214         * modules/unistr/u8-strcat: New file.
10215         * modules/unistr/u16-strcat: New file.
10216         * modules/unistr/u32-strcat: New file.
10217         * lib/unistr/u8-strcat.c: New file.
10218         * lib/unistr/u16-strcat.c: New file.
10219         * lib/unistr/u32-strcat.c: New file.
10220         * lib/unistr/u-strcat.h: New file.
10221
10222         * modules/unistr/u8-strchr: New file.
10223         * modules/unistr/u16-strchr: New file.
10224         * modules/unistr/u32-strchr: New file.
10225         * lib/unistr/u8-strchr.c: New file.
10226         * lib/unistr/u16-strchr.c: New file.
10227         * lib/unistr/u32-strchr.c: New file.
10228
10229         * modules/unistr/u8-strcmp: New file.
10230         * modules/unistr/u16-strcmp: New file.
10231         * modules/unistr/u32-strcmp: New file.
10232         * lib/unistr/u8-strcmp.c: New file.
10233         * lib/unistr/u16-strcmp.c: New file.
10234         * lib/unistr/u32-strcmp.c: New file.
10235
10236         * modules/unistr/u8-strcpy: New file.
10237         * modules/unistr/u16-strcpy: New file.
10238         * modules/unistr/u32-strcpy: New file.
10239         * lib/unistr/u8-strcpy.c: New file.
10240         * lib/unistr/u16-strcpy.c: New file.
10241         * lib/unistr/u32-strcpy.c: New file.
10242         * lib/unistr/u-strcpy.h: New file.
10243
10244         * modules/unistr/u8-strcspn: New file.
10245         * modules/unistr/u16-strcspn: New file.
10246         * modules/unistr/u32-strcspn: New file.
10247         * lib/unistr/u8-strcspn.c: New file.
10248         * lib/unistr/u16-strcspn.c: New file.
10249         * lib/unistr/u32-strcspn.c: New file.
10250         * lib/unistr/u-strcspn.h: New file.
10251
10252         * modules/unistr/u8-strdup: New file.
10253         * modules/unistr/u16-strdup: New file.
10254         * modules/unistr/u32-strdup: New file.
10255         * lib/unistr/u8-strdup.c: New file.
10256         * lib/unistr/u16-strdup.c: New file.
10257         * lib/unistr/u32-strdup.c: New file.
10258         * lib/unistr/u-strdup.h: New file.
10259
10260         * modules/unistr/u8-strlen: New file.
10261         * modules/unistr/u16-strlen: New file.
10262         * modules/unistr/u32-strlen: New file.
10263         * lib/unistr/u8-strlen.c: New file.
10264         * lib/unistr/u16-strlen.c: New file.
10265         * lib/unistr/u32-strlen.c: New file.
10266         * lib/unistr/u-strlen.h: New file.
10267
10268         * modules/unistr/u8-strmblen: New file.
10269         * modules/unistr/u16-strmblen: New file.
10270         * modules/unistr/u32-strmblen: New file.
10271         * lib/unistr/u8-strmblen.c: New file.
10272         * lib/unistr/u16-strmblen.c: New file.
10273         * lib/unistr/u32-strmblen.c: New file.
10274
10275         * modules/unistr/u8-strmbtouc: New file.
10276         * modules/unistr/u16-strmbtouc: New file.
10277         * modules/unistr/u32-strmbtouc: New file.
10278         * lib/unistr/u8-strmbtouc.c: New file.
10279         * lib/unistr/u16-strmbtouc.c: New file.
10280         * lib/unistr/u32-strmbtouc.c: New file.
10281
10282         * modules/unistr/u8-strncat: New file.
10283         * modules/unistr/u16-strncat: New file.
10284         * modules/unistr/u32-strncat: New file.
10285         * lib/unistr/u8-strncat.c: New file.
10286         * lib/unistr/u16-strncat.c: New file.
10287         * lib/unistr/u32-strncat.c: New file.
10288         * lib/unistr/u-strncat.h: New file.
10289
10290         * modules/unistr/u8-strncmp: New file.
10291         * modules/unistr/u16-strncmp: New file.
10292         * modules/unistr/u32-strncmp: New file.
10293         * lib/unistr/u8-strncmp.c: New file.
10294         * lib/unistr/u16-strncmp.c: New file.
10295         * lib/unistr/u32-strncmp.c: New file.
10296
10297         * modules/unistr/u8-strncpy: New file.
10298         * modules/unistr/u16-strncpy: New file.
10299         * modules/unistr/u32-strncpy: New file.
10300         * lib/unistr/u8-strncpy.c: New file.
10301         * lib/unistr/u16-strncpy.c: New file.
10302         * lib/unistr/u32-strncpy.c: New file.
10303         * lib/unistr/u-strncpy.h: New file.
10304
10305         * modules/unistr/u8-strnlen: New file.
10306         * modules/unistr/u16-strnlen: New file.
10307         * modules/unistr/u32-strnlen: New file.
10308         * lib/unistr/u8-strnlen.c: New file.
10309         * lib/unistr/u16-strnlen.c: New file.
10310         * lib/unistr/u32-strnlen.c: New file.
10311         * lib/unistr/u-strnlen.h: New file.
10312
10313         * modules/unistr/u8-strpbrk: New file.
10314         * modules/unistr/u16-strpbrk: New file.
10315         * modules/unistr/u32-strpbrk: New file.
10316         * lib/unistr/u8-strpbrk.c: New file.
10317         * lib/unistr/u16-strpbrk.c: New file.
10318         * lib/unistr/u32-strpbrk.c: New file.
10319         * lib/unistr/u-strpbrk.h: New file.
10320
10321         * modules/unistr/u8-strrchr: New file.
10322         * modules/unistr/u16-strrchr: New file.
10323         * modules/unistr/u32-strrchr: New file.
10324         * lib/unistr/u8-strrchr.c: New file.
10325         * lib/unistr/u16-strrchr.c: New file.
10326         * lib/unistr/u32-strrchr.c: New file.
10327
10328         * modules/unistr/u8-strspn: New file.
10329         * modules/unistr/u16-strspn: New file.
10330         * modules/unistr/u32-strspn: New file.
10331         * lib/unistr/u8-strspn.c: New file.
10332         * lib/unistr/u16-strspn.c: New file.
10333         * lib/unistr/u32-strspn.c: New file.
10334         * lib/unistr/u-strspn.h: New file.
10335
10336         * modules/unistr/u8-strstr: New file.
10337         * modules/unistr/u16-strstr: New file.
10338         * modules/unistr/u32-strstr: New file.
10339         * lib/unistr/u8-strstr.c: New file.
10340         * lib/unistr/u16-strstr.c: New file.
10341         * lib/unistr/u32-strstr.c: New file.
10342         * lib/unistr/u-strstr.h: New file.
10343
10344         * modules/unistr/u8-strtok: New file.
10345         * modules/unistr/u16-strtok: New file.
10346         * modules/unistr/u32-strtok: New file.
10347         * lib/unistr/u8-strtok.c: New file.
10348         * lib/unistr/u16-strtok.c: New file.
10349         * lib/unistr/u32-strtok.c: New file.
10350         * lib/unistr/u-strtok.h: New file.
10351
10352         * modules/unistr/u8-uctomb: New file.
10353         * modules/unistr/u16-uctomb: New file.
10354         * modules/unistr/u32-uctomb: New file.
10355         * lib/unistr/u8-uctomb.c: New file.
10356         * lib/unistr/u16-uctomb.c: New file.
10357         * lib/unistr/u32-uctomb.c: New file.
10358
10359         * MODULES.html.sh (Unicode string functions): Add the new modules.
10360
10361 2007-01-08  Bruno Haible  <bruno@clisp.org>
10362
10363         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10364         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10365         subdirectories.
10366
10367 2007-01-08  Karl Berry  <karl@gnu.org>
10368
10369         * doc/error.texi: mention that main() fns must set program_name
10370         when progname is used.
10371
10372 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10373
10374         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10375         WCTYPE_H is empty, for the benefit of builds from non-distclean
10376         directories.  Problem reported by Eric Blake in
10377         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10378
10379 2007-01-08  Bruno Haible  <bruno@clisp.org>
10380
10381         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10382         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10383         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10384         PROVIDE_CANONICALIZE_FILENAME_MODE.
10385         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10386
10387 2007-01-08  Bruno Haible  <bruno@clisp.org>
10388
10389         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10390         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10391         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10392         * lib/fts.c: Likewise.
10393         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10394
10395 2006-12-25  Bruno Haible  <bruno@clisp.org>
10396
10397         * modules/utf8-ucs4-safe: New file.
10398         * lib/utf8-ucs4-safe.h: New file.
10399         * lib/unistr/utf8-ucs4-safe.c: New file.
10400
10401         * modules/utf16-ucs4-safe: New file.
10402         * lib/utf16-ucs4-safe.h: New file.
10403         * lib/unistr/utf16-ucs4-safe.c: New file.
10404
10405         * MODULES.html.sh (Unicode string functions): Add the new modules.
10406
10407 2007-01-08  Bruno Haible  <bruno@clisp.org>
10408
10409         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10410         (Depends-on): Add unitypes.
10411         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10412         (u8_mbtouc_aux): Move out to separate file.
10413         (u8_mbtouc): Use ucs4_t, uint8_t types.
10414         * lib/unistr/utf8-ucs4.c: New file.
10415
10416         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10417         (Depends-on): Add unitypes.
10418         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10419         (u16_mbtouc_aux): Move out to separate file.
10420         (u16_mbtouc): Use ucs4_t, uint16_t types.
10421         * lib/unistr/utf16-ucs4.c: New file.
10422
10423         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10424         (Depends-on): Add unitypes.
10425         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10426         (u8_uctomb_aux): Move out to separate file.
10427         (u8_uctomb): Use ucs4_t, uint8_t types.
10428         * lib/unistr/ucs4-utf8.c: New file.
10429
10430         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10431         (Depends-on): Add unitypes.
10432         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10433         (u16_uctomb_aux): Move out to separate file.
10434         (u16_uctomb): Use ucs4_t, uint16_t types.
10435         * lib/unistr/ucs4-utf16.c: New file.
10436
10437 2006-12-25  Bruno Haible  <bruno@clisp.org>
10438
10439         * modules/unitypes: New file.
10440         * lib/unitypes.h: New file.
10441         * MODULES.html.sh (func_all_modules): New section "Unicode string
10442         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10443         this section. Add unitypes.
10444
10445 2007-01-08  Bruno Haible  <bruno@clisp.org>
10446
10447         Avoid variable names that conflict with those from libtool.
10448         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10449         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10450         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10451         library_names_spec to acl_library_names_spec, hardcode_* to
10452         acl_hardcode_*.
10453         Reported by Ralf Wildenhues.
10454
10455 2007-01-08  Bruno Haible  <bruno@clisp.org>
10456
10457         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10458         definition.
10459         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10460         definition.
10461         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10462         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10463         definition.
10464         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10465         definition.
10466         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10467         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10468         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10469         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10470         definition.
10471         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10472         definition.
10473         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10474         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10475         GC_USE_<algorithm>.
10476         * lib/gc-libgcrypt.c: Likewise.
10477         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10478         * modules/gc-arctwo (configure.ac): Likewise.
10479         * modules/gc-des (configure.ac): Likewise.
10480         * modules/gc-hmac-md5 (configure.ac): Likewise.
10481         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10482         * modules/gc-md2 (configure.ac): Likewise.
10483         * modules/gc-md4 (configure.ac): Likewise.
10484         * modules/gc-md5 (configure.ac): Likewise.
10485         * modules/gc-random (configure.ac): Likewise.
10486         * modules/gc-rijndael (configure.ac): Likewise.
10487         * modules/gc-sha1 (configure.ac): Likewise.
10488
10489 2007-01-08  Bruno Haible  <bruno@clisp.org>
10490
10491         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10492         macro definition.
10493         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10494         definition.
10495         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10496         definition.
10497         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10498         * modules/fcntl-safer (configure.ac): Likewise.
10499         * modules/fopen-safer (configure.ac): Likewise.
10500         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10501         GNULIB_FWRITEERROR macro definition.
10502
10503 2007-01-08  Bruno Haible  <bruno@clisp.org>
10504
10505         * m4/gnulib-common.m4: New file.
10506         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10507         (func_get_filelist): Add m4/gnulib-common.m4.
10508
10509 2007-01-08  Bruno Haible  <bruno@clisp.org>
10510
10511         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10512         command.
10513
10514 2007-01-08  Jim Meyering  <jim@meyering.net>
10515
10516         Use a more robust test for a "can't happen" condition.
10517         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10518         narrowed the st_size value.  Presuming the "can't happen" condition
10519         is true, that narrowing could conceivably convert an invalid st_size
10520         value into a valid one.  Instead, use a change based on Matthew
10521         Woehlke's original patch.
10522
10523         Slight readability improvement: use an assert-like macro
10524         in place of literal "abort ()" uses.
10525         * lib/fts.c (fts_assert): Define.
10526         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10527         Use this macro instead of a bare 'abort'.
10528
10529 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10530
10531         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10532         simply work around them.
10533         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10534         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10535         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10536         declaring.
10537         Don't bother to define as macros, since the standard doesn't require it.
10538         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10539         longer worry about IRIX 5.3.
10540         (HAVE_WCTYPE_CTMP_BUG): Remove.
10541
10542 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10543
10544         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10545         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10546         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10547         Problems reported by Georg Schwarz for IRIX 5.3.
10548
10549         * gnulib-tool (autoconf_minversion): Take the maximum version number
10550         found, not the minimum.  Problem reported by James Youngman.
10551
10552 2007-01-03  Karl Berry  <karl@gnu.org>
10553
10554         * doc/error.texi: new file, explaining interaction with progname.
10555         * doc/gnulib.texi: include it.  Update copyright.
10556
10557 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10558
10559         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10560         AC_CANONICAL_HOST, to improve autobuild outputs.
10561
10562 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10563             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10564
10565         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10566         sockets, server sockets, and other file descriptors.  Count errors
10567         to compute the return value.  Reorder the code a bit to be easier
10568         to follow.  Don't set event bits that were not requested (except
10569         POLLERR and POLLHUP).
10570
10571 2007-01-01  Bruno Haible  <bruno@clisp.org>
10572
10573         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10574
10575 2007-01-03  Jim Meyering  <jim@meyering.net>
10576
10577         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10578
10579 2007-01-02  Bruno Haible  <bruno@clisp.org>
10580
10581         * modules/settime (Include): Require timespec.h.
10582         * modules/nanosleep (Include): Likewise.
10583
10584 2007-01-01  Bruno Haible  <bruno@clisp.org>
10585
10586         * gnulib-tool (func_emit_copyright_notice): Bump year.
10587         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10588
10589 2007-01-01  Bruno Haible  <bruno@clisp.org>
10590
10591         Improve support for OpenBSD.
10592         * build-aux/config.rpath (libname_spec): Export.
10593         (library_names_spec): New variable. Export.
10594         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10595         library_names_spec from the config.rpath output. Locate shared library
10596         through the name pattern in library_names_spec.
10597
10598 2007-01-01  Eric Blake  <ebb9@byu.net>
10599
10600         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10601
10602 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10603
10604         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10605         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10606         assume the C locale, and avoid an "eval" that could cause trouble.
10607         Problem with SORT reported by Bob Proulx.
10608
10609         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10610         Define.  Trivial patch from Henning Nielsen Lund, originally
10611         sent to bug-grep@gnu.org today.
10612
10613 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10614
10615         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10616         struct stat.  Problem reported by Henning Nielsen Lund.
10617         * lib/acl.c: Include acl.h first, to check interface.  Don't
10618         bother to include sys/types.h and sys/stat.h again.
10619
10620 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10621
10622         Import the following change from libc; problem reported by
10623         Sven Verdoolaege.
10624
10625         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10626
10627         [BZ #1373]
10628         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10629
10630 2006-12-28  Jim Meyering  <jim@meyering.net>
10631
10632         * build-aux/announce-gen: Do not assume that the package
10633         builds any of tar.gz, tar.bz2, and .xdelta files.
10634         Suggestion from Simon Josefsson.
10635
10636 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10637
10638         * modules/announce-gen: New file.
10639
10640 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10641
10642         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10643         handles its gotchas now.
10644         * lib/mbswidth.c: Likewise.
10645         * lib/wcwidth.h: Likewise.
10646         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10647         and iswcntrl; the wctype module does this stuff now.
10648         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10649         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10650         * modules/mbchar (Depends-on): Add wctype.
10651         * modules/mbswidth (Depends-on): Likewise.
10652         * modules/wcwidth (Depends-on): Likewise.
10653
10654 2006-12-27  Eric Blake  <ebb9@byu.net>
10655
10656         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10657         module uses more than what <wctype.h> is required to provide.
10658
10659 2006-12-26  Eric Blake  <ebb9@byu.net>
10660
10661         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10662
10663 2006-12-26  Eric Blake  <ebb9@byu.net>
10664
10665         * modules/absolute-header: New module.
10666         * modules/fcntl (Depends-on): Depend on it.
10667         * modules/inttypes (Depends-on): Likewise.
10668         * modules/stdint (Depends-on): Likewise.
10669         * modules/sys_stat (Depends-on): Likewise.
10670         * modules/wctype (Depends-on): Likewise.
10671         * MODULES.html.sh (Support for building libraries and
10672         executables): Document it.
10673
10674 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10675
10676         * gnulib-tool (SED): Remove, undoing previous change.
10677         The problem was that it broke coreutils on Solaris, because
10678         "sed --posix" leaked into a makefile.
10679         (sed): New alias, if 'alias' and GNU sed.
10680
10681 2006-12-24  Jim Meyering  <jim@meyering.net>
10682
10683         Work around an fchownat bug in glibc-2.4:
10684         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10685         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10686         in spite of the -P option.
10687         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10688         New macros.
10689         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10690         * modules/openat (Files): Add lib/fchownat.c.
10691         * lib/openat.c (fchownat): Don't define here.  Move to...
10692         * lib/fchownat.c: ...this new file.
10693
10694 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10695
10696         Fix bug reported by Bruno Haible in
10697         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10698         where quotearg.c didn't compile on Mac OS X 10.2 because it
10699         lacks <wchar.h> and wint_t.
10700         * lib/wctype_.h (__wctype_wint_t): New type.
10701         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10702         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10703         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10704         Arg is now of type __wctype_wint_t, not wint_t.
10705         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10706         substitute HAVE_WINT_T.
10707         * modules/wctype (Files): Add m4/wint_t.m4.
10708         (wctype.h): Substitute HAVE_WINT_T.
10709
10710 2006-12-23  Bruno Haible  <bruno@clisp.org>
10711
10712         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10713
10714 2006-12-23  Bruno Haible  <bruno@clisp.org>
10715
10716         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10717         S_ISLNK.
10718         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10719         mingw.
10720
10721 2006-12-22  Bruno Haible  <bruno@clisp.org>
10722
10723         * lib/copy-file.c: Include acl.h.
10724         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10725         Close the file descriptors only after being done with copy_acl.
10726         * modules/copy-file (Depends-on): Add acl.
10727
10728 2006-12-22  Bruno Haible  <bruno@clisp.org>
10729
10730         * gnulib-tool (SED): New variable.
10731         Use $SED instead of sed everywhere.
10732
10733 2006-12-22  Bruno Haible  <bruno@clisp.org>
10734
10735         * modules/no-c++: New file.
10736         * m4/no-c++.m4: New file.
10737         * MODULES.html.sh (Support for building libraries and executables):
10738         Add no-c++.
10739
10740 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10741
10742         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10743         Include <limits.h>, and use its INT_MAX to rewrite the
10744         j loop so that it does not overflow 'int'.  Problem reported by
10745         Ralf Wildenhues in
10746         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10747         Play it safe by shifting left by 1 rather than multiplying by 2,
10748         as GCC is less likely to optimize this away when the value
10749         is signed (when it assumes overflow leads to undefined behavior).
10750         Also, don't assume time_t uses two's complement.
10751
10752 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10753
10754         * MODULES.html.sh: New module wctype.
10755         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10756         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10757         <wctype.h>, since the new wctype module should fix this.
10758         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10759         the wctype module should arrange for it.
10760         * lib/regex_internal.h: Likewise.
10761         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10762         since the wctype module should handle this now.
10763         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10764         * modules/fnmatch (Depends-on): Add wctype.
10765         * modules/quotearg (Depends-on): Likewise.
10766         * modules/regex (Depends-on): Likewise.
10767
10768 2006-12-19  Bruno Haible  <bruno@clisp.org>
10769
10770         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10771         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10772
10773 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10774
10775         * modules/savewd (Depends-on): Fix dependency on fcntl.
10776
10777 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10778
10779         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10780         conforms to C99, rather than relying on the user's environment
10781         setting of STDINT_H.
10782
10783 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10784         and Eric Blake  <ebb9@byu.net>
10785
10786         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10787         This is more consistent with the other defines here.
10788         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10789         Port to z/OS.  Problem reported by Paul Gilmartin.
10790         Change local vars to use gl_ prefix rather than ac_.
10791         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10792         with other defines.
10793         * modules/double-slash-root: New module.
10794         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10795         (Depends-on): Add double-slash-root.
10796         * MODULES.html.sh (File system functions): Mention new module.
10797
10798 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10799
10800         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10801         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10802         This is for the benefit of gzip, which doesn't do i18n.
10803
10804 2006-12-12  Jim Meyering  <jim@meyering.net>
10805
10806         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10807         Reported by Andreas Schwab <schwab@suse.de>.
10808
10809 2006-12-12  Bruno Haible  <bruno@clisp.org>
10810
10811         Merge these changes.
10812         2006-09-05  Bruno Haible  <bruno@clisp.org>
10813         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10814         iconv_alloc succeeded.
10815         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10816         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10817         test for " && dest " at the end - dest is always != NULL there. Call
10818         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10819         with 2xNULL arguments, also to flush the state storage. Handle the
10820         IRIX iconv behaviour. Realloc the final result, to throw away unused
10821         memory.
10822
10823 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10824
10825         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10826         and fchmodat unconditionally, since glibc 2.4 has them.
10827         Problem reported by Arkadiusz Miskiewicz.
10828
10829 2006-12-10  Bruno Haible  <bruno@clisp.org>
10830
10831         * gnulib-tool (func_import): Show the include files only for those
10832         modules that are copied and specified.
10833         Reported by Karl Berry.
10834
10835 2006-12-08  Jim Meyering  <jim@meyering.net>
10836
10837         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10838         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10839
10840         * build-aux/announce-gen: Add two new options, both optional:
10841         --bootstrap-tools=TOOL_LIST
10842               a comma-separated list of tools, e.g.,
10843               autoconf,automake,bison,gnulib
10844         --gnulib-snapshot-date=DATE
10845               if gnulib is in the bootstrap tool list,
10846               then report this as the snapshot date.
10847               If not specified, use the current date/time.
10848               If you specify a date here, be sure it's UTC.
10849
10850 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10851
10852         * tests/test-argp-2.sh: Fix test to match actual output.
10853         (func_compare): Fix sed script to be portable.
10854
10855 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10856
10857         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10858         workaround for this case.  It is not autoconfigured now; offhand
10859         it's hard to see how to autoconfigure it.
10860
10861 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10864         a directory that is about to be chowned.  Such a directory's
10865         initial file permissions should permit the owner only and this
10866         should not be changed until after the chown, since the group and
10867         other bits would be incorrect if they granted permission before
10868         the chown.
10869
10870         Fix porting problem for iswctype reported by Georg Schwarz in:
10871         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10872         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10873         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10874         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10875         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10876
10877 2006-12-03  Jim Meyering  <jim@meyering.net>
10878
10879         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10880         p->fts_statp may not yet be defined.
10881         (fts_read): Instead, set it in the caller, once p->fts_statp is
10882         sure to be defined, and corresponds to a top-level directory.
10883         This bug made du -x fail.  Here's the coreutils test case:
10884         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10885         Reported by Mike Frysinger.
10886
10887 2006-12-01  Jim Meyering  <jim@meyering.net>
10888
10889         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10890         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10891         Reported by Simon Josefsson.
10892
10893 2006-11-30  Jim Meyering  <jim@meyering.net>
10894
10895         * m4/warning.m4: Use the all-permissive copyright notice
10896         recommended by RMS (rather than LGPL).
10897         * m4/vararrays.m4: Likewise.
10898         * m4/flexmember.m4: Likewise.
10899
10900 2006-11-29  Bruno Haible  <bruno@clisp.org>
10901
10902         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10903         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10904         using +=.
10905         Reported by Simon Josefsson <simon@josefsson.org>.
10906
10907 2006-11-28  James Youngman <jay@gnu.org>
10908
10909         * README: Advise users that they might find the bug-gnulib@gnu.org
10910         and autotools-announce@gnu.org mailing lists useful.
10911
10912 2006-11-28  Bruno Haible  <bruno@clisp.org>
10913
10914         * m4/ptrdiff_max.m4: Remove file.
10915
10916 2006-11-21  Bruno Haible  <bruno@clisp.org>
10917
10918         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10919         _AC_COMPUTE_INT.
10920         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10921         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10922         _AC_COMPUTE_INT.
10923         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10924         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10925         _AC_COMPUTE_INT.
10926         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10927
10928 2006-11-28  Jim Meyering  <jim@meyering.net>
10929
10930         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10931         warning from "gcc -Wshadow" about shadowing the builtin.
10932
10933 2006-11-27  Bruno Haible  <bruno@clisp.org>
10934
10935         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10936         _AC_COMPUTE_INT.
10937         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10938
10939 2006-11-27  Bruno Haible  <bruno@clisp.org>
10940             Paul Eggert  <eggert@cs.ucla.edu>
10941
10942         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10943
10944 2006-11-26  Bruno Haible  <bruno@clisp.org>
10945
10946         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10947         noinst_LTLIBRARIES.
10948
10949 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10950             Bruno Haible  <bruno@clisp.org>
10951
10952         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10953         if compiling with "gcc -ansi".
10954
10955 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10956
10957         Fix some incompatibilities with gcc -ansi -pedantic.
10958         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10959         if compiling pedantically with GCC, unless it's C99 or later.
10960         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10961         it mishandles gcc -ansi -pedantic as well.
10962         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10963         if gcc -pedantic.
10964         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10965         initializers for struct if -pedantic, unless it's C99 or later.
10966
10967 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10968
10969         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10970         Don't close an fd more than once. Identical atimes indicate
10971         success, not failure.
10972
10973 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10974
10975         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10976
10977 2006-11-23  Jim Meyering  <jim@meyering.net>
10978
10979         * build-aux/announce-gen: New file.  From coreutils.
10980
10981 2006-11-22  Jim Meyering  <jim@meyering.net>
10982
10983         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10984         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10985         (fts_read): Use a temporary to narrow the overused st_size member
10986         before using it in a switch statement.  Reported by Matthew Woehlke.
10987
10988         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10989         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10990
10991 2006-11-20  Bruno Haible  <bruno@clisp.org>
10992
10993         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10994         changequote instead of pairs of brackets.
10995         Reported by Andreas Schwab <schwab@suse.de>.
10996
10997 2006-11-21  Jim Meyering  <jim@meyering.net>
10998
10999         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
11000         so as to remain compatible with older compilers.
11001         Patch from Michael Deutschmann.
11002
11003 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11004
11005         * MODULES.html.sh (File system functions): Add openat.
11006
11007         * lib/openat.h (rpl_fstatat): New macro, if
11008         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
11009         (fstatat): Define to rpl_fstatat under the same conditions,
11010         unless COMPILING_FSTATAT.
11011         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
11012         seems to have the bug.
11013         * lib/fstatat.c: New file.
11014         * modules/openat (Files): Add it.
11015
11016 2006-11-20  Bruno Haible  <bruno@clisp.org>
11017
11018         * Makefile: New file.
11019
11020 2006-11-20  Jim Meyering  <jim@meyering.net>
11021
11022         The beginnings of syntax-related checks for gnulib.
11023         * lib/Makefile: New file.
11024         * lib/t-idcache: New script.  Ensure that the two halves of
11025         idcache.c stay in sync.
11026
11027         * lib/idcache.c: Adjust comments in user- and group- portions to
11028         be more accurate, and to be consistent with one another.
11029
11030 2006-11-20  Jim Meyering  <jim@meyering.net>
11031
11032         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
11033         continue using the flexible array member (thus, this module performs
11034         half as many malloc calls), with the addition that...
11035         (getgroup, getuser): Consistently record a non-match via an empty
11036         "name" string, and map an empty string match to a NULL return value.
11037         * modules/idcache (Depends-on): Re-add flexmember.
11038
11039         * lib/idcache.c (getuser): Remove all uses of the register keyword.
11040         (getuidbyname, getgroup, getgidbyname): Likewise.
11041
11042         Use cleaner syntax: NULL rather than 0.
11043         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
11044
11045 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11046
11047         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
11048         It mishandled the case where the group was missing.
11049         Problem reported by Greg Schafer.
11050         * modules/idcache: Likewise.
11051
11052 2006-11-18  Jim Meyering  <jim@meyering.net>
11053
11054         * check-module (%exempt_header): Add exception for some
11055         conditionally-included headers.
11056
11057         * modules/i-ring (Depends-on): Add verify.
11058         (License): Change to LGPL.
11059
11060 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11061
11062         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
11063         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
11064         and inttostr.h.  Use snprintf rather than uinttostr, so that
11065         LGPLed code doesn't depend on GPLed.
11066
11067 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11068
11069         * modules/inline (License): Change from GPL to LGPL.
11070
11071 2006-11-17  Jim Meyering  <jim@meyering.net>
11072
11073         * modules/d-type (License): Switch to LGPL.
11074
11075 2006-11-15  Bruno Haible  <bruno@clisp.org>
11076
11077         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
11078
11079 2006-11-15  Eric Blake  <ebb9@byu.net>
11080
11081         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
11082         the module dependency.
11083
11084 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11085             Bruno Haible  <bruno@clisp.org>
11086
11087         * gnulib-tool (func_create_testdir): Add license consistency check.
11088
11089 2006-11-15  Eric Blake  <ebb9@byu.net>
11090
11091         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
11092         random "(cached)" in configure output.
11093
11094 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11095
11096         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11097         test for conforming inttypes.h is both announced and cached.
11098
11099         * MODULES.html.sh (seen_modules, seen_files): New variables.
11100         (func_module): Rewrite to use a few less gnulib-tool and sed
11101         invocations.  Avoid a couple of quadratic algorithms for ...
11102         (missed_modules, missed_files): ... these, with ...
11103         (func_append, func_tmpdir): ... these new functions, from
11104         gnulib-tool.  Analogously, install traps for cleanup.
11105
11106         * tests/test-gc.c (main): Remove unused variables.
11107         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11108
11109 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11110
11111         * modules/inttostr (License): Change to LGPL.
11112
11113 2006-11-14  Eric Blake  <ebb9@byu.net>
11114
11115         * modules/tempname (License): Change to LGPL.
11116
11117 2006-11-14  Eric Blake  <ebb9@byu.net>
11118
11119         * doc/functions.texi (Function Portability): *printf functions on
11120         Cygwin now understand all POSIX size specifiers.
11121
11122 2006-11-14  Bruno Haible  <bruno@clisp.org>
11123
11124         * modules/c-ctype (License): Change to LGPL.
11125
11126 2006-11-12  Bruno Haible  <bruno@clisp.org>
11127
11128         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11129         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11130         for GNOME libraries, for which the include files are installed in
11131         subdirectories of $prefix/include.
11132
11133 2006-11-12  Bruno Haible  <bruno@clisp.org>
11134
11135         * m4/lib-link.m4: Require at least autoconf-2.54.
11136         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11137         name to underscores for the --with option.
11138
11139 2006-11-13  Bruno Haible  <bruno@clisp.org>
11140
11141         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11142         the tests directory.
11143         Reported by Ralf Wildenhues.
11144
11145 2006-11-13  Bruno Haible  <bruno@clisp.org>
11146
11147         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11148         (func_emit_initmacro_end): Undo the override here.
11149         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11150         Works around the famous automake error in coreutils.
11151
11152 2006-11-13  Eric Blake  <ebb9@byu.net>
11153
11154         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11155         element, not its node.
11156
11157 2006-11-12  Bruno Haible  <bruno@clisp.org>
11158
11159         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11160         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11161
11162 2006-11-12  Bruno Haible  <bruno@clisp.org>
11163
11164         * gnulib-tool: New option --local-symlink.
11165         (func_usage): Document it.
11166         (lsymbolic): New variable.
11167         (func_import, func_create_testdir): If --symlink was not specified,
11168         test whether --local-symlink was specified and the file comes from
11169         the local_gnulib_dir.
11170
11171 2006-11-12  Bruno Haible  <bruno@clisp.org>
11172
11173         * gnulib-tool (func_ln): New function.
11174         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11175
11176 2006-11-12  Bruno Haible  <bruno@clisp.org>
11177
11178         Finish support for source files in subdirectories.
11179         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11180         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11181         AUTOMAKE_OPTIONS.
11182         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11183
11184 2006-11-12  Bruno Haible  <bruno@clisp.org>
11185
11186         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11187         EXTRA_lib_SOURCES augmentation.
11188         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11189
11190 2006-11-12  Jim Meyering  <jim@meyering.net>
11191
11192         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11193         file descriptors.  This also averts a failure on systems with
11194         native openat support when a traversed directory lacks "x" access.
11195         * lib/fts_.h: Include "i-ring.h"
11196         (struct FTS) [fts_fd_ring]: New member.
11197         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11198         (FCHDIR): Add parentheses.
11199         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11200         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11201         When descending, rather than simply closing the previous
11202         fts_cwd_fd value, push that file descriptor onto the ring.
11203         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11204         (fts_open): Initialize the new fd_ring member.
11205         (fts_close): Clear the ring.
11206         (fts_safe_changedir): When possible, use our new fd_ring to skip
11207         the diropen and fstat and dev/ino comparison that would normally
11208         accompany a virtual `chdir ("..")'.
11209
11210         * modules/fts (Depends-on): Add i-ring.
11211         * modules/i-ring: New module.
11212         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11213         * m4/i-ring.m4: New file.
11214
11215 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11216
11217         * gnulib-tool (func_create_testdir): Fix replacement of
11218         `build-aux' in configure.ac.  Run autotools in gltests
11219         subdirectory.
11220         (func_create_testdir, func_create_megatestdir, test): There is
11221         no need for '--force' in most autotool invocations in a new
11222         tree.  Actually fail the whole test if any of the tools, or the
11223         configure or make stages fail.
11224
11225         Sync from Automake.
11226         * build-aux/gnupload: Revert last change.  Add pointer to upload
11227         instructions of the GNU Maintenance Instructions.
11228         Suggestion by Karl Berry.
11229
11230 2006-11-10  Jim Meyering  <jim@meyering.net>
11231
11232         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11233
11234 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11235
11236         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11237         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11238         (bind_textdomain_codeset) [! ENABLE_NLS]:
11239         Evaluate all the arguments.  That way, callers get compatible behavior
11240         if the arguments have side effects.  Also, it avoids some GCC
11241         diagnostics in some cases; Joel E. Denny reported problems when Bison
11242         was configured with --enable-gcc-warnigs.
11243
11244 2006-11-10  Jim Meyering  <jim@meyering.net>
11245
11246         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11247         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11248         account.
11249
11250 2006-11-10  Jim Meyering  <jim@meyering.net>
11251
11252         * modules/inline: New file/module.
11253         * modules/xalloc (Files): Remove m4/inline.m4.
11254         (Depends-on): Add inline, instead.
11255         * modules/oset: Likewise.
11256         * modules/list: Likewise.
11257
11258 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11261         Problem reported by Matthew Woehlke.
11262
11263 2006-11-09  Bruno Haible  <bruno@clisp.org>
11264
11265         * lib/tempname.c (gen_tempname): Remove variant that invokes
11266         __gen_tempname.
11267         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11268         __gen_tempname.
11269
11270 2006-11-08  Bruno Haible  <bruno@clisp.org>
11271
11272         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11273         to 'yes' instead of 'cross-compiling'.
11274
11275 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         * lib/quotearg.h (quotearg_free): New decl.
11278         * lib/quotearg.c (quotearg_free): New function.
11279         (slot0, nslots, slotvec0, slotvec):
11280         Now file-scope so that quotearg_free can get at them.
11281
11282 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11283
11284         Sync from Automake.
11285         * build-aux/gnupload: Add missing 'gnu' to example URL.
11286         Report by Karl Berry.
11287
11288 2006-11-08  Bruno Haible  <bruno@clisp.org>
11289
11290         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11291         Suggested by Paul Eggert.
11292
11293 2006-11-08  Jim Meyering  <jim@meyering.net>
11294
11295         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11296         It's already included if !_LIBC.
11297         (fts_safe_changedir): Add a comment.
11298
11299 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11300
11301         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11302         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11303         Matthew Woehlke.
11304
11305         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11306         definitions up, to avoid colliding with change below.
11307         (static_inline) [HAVE_INLINE]: New macro.
11308         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11309         Provide extern decls when !HAVE_INLINE.  Do not define unless
11310         static_inline is defined, either by us or by xmalloc.c.  Use
11311         static_inline rather than static inline.
11312         (XCALLOC): Optimize sizeof(T) = 1 case.
11313         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11314
11315 2006-11-07  Bruno Haible  <bruno@clisp.org>
11316
11317         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11318         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11319         AC_C_INLINE.
11320         * modules/xalloc (Files): Add m4/inline.m4.
11321
11322 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11323
11324         * README: Fix typo.
11325         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11326         (Miscellanous Notes): ...from this.
11327
11328 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11329
11330         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11331         Mention that offsetof should be used instead of sizeof.
11332         From Bruno Haible.
11333
11334 2006-11-07  Bruno Haible  <bruno@clisp.org>
11335
11336         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11337
11338 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11341         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11342         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11343         (gl_tree_add_before, gl_tree_add_after):
11344         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11345         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11346         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11347         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11348         (gl_linked_add_after, gl_linked_add_at): Likewise.
11349         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11350         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11351         (gl_tree_add_before, gl_tree_add_after): Likewise.
11352         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11353         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11354         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11355
11356 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11357
11358         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11359
11360 2006-11-06  Bruno Haible  <bruno@clisp.org>
11361
11362         * m4/inline.m4: New file.
11363         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11364         * modules/list (Files): Add m4/inline.m4.
11365         * modules/oset (Files): Likewise.
11366
11367 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11368
11369         * lib/idcache.c: Include <stddef.h>, for offsetof.
11370         (struct userid.name): Change from char * to a flexible array member.
11371         All uses changed.
11372         * modules/idcache (Depends-on): Add flexmember.
11373
11374         * MODULES.html.sh (Core language properties): New module flexmember.
11375         * modules/flexmember, m4/flexmember.m4: New files.
11376
11377         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11378         inline functions that are identical with the old xnmalloc_inline,
11379         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11380         that we can avoid some unnecessary integer multiplications and
11381         divisions in the common case where the element size is known at
11382         compile time.
11383         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11384         needed.
11385         (xnboundedmalloc): Remove.
11386         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11387         arguments, for consistency with rest of this header.
11388         (xcharalloc): Rewrite using XNMALLOC.
11389         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11390         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11391         versions have been moved to lib/xalloc.h and renamed to be the
11392         non-*_inline versions.
11393         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11394         and xnrealloc functions, since those functions are now inline and
11395         now call us.
11396         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11397         renaming described above.
11398         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11399         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11400         captures the dependency in AC_C_INLINE.
11401
11402         New module canonicalize-lgpl, proposed by Charles Wilson in
11403         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11404         with a few small changes afterwards.
11405         * MODULES.html.sh (File system functions): New module
11406         canonicalize-lgpl.
11407         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11408         and canonicalize_file_name.
11409         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11410         * modules/canonicalize-lgpl: New files.
11411
11412 2006-11-05  Bruno Haible  <bruno@clisp.org>
11413
11414         * gnulib-tool (func_import, func_create_testdir): Create directories
11415         also for files in subdirectories of lib/.
11416
11417 2006-11-05  Bruno Haible  <bruno@clisp.org>
11418
11419         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11420         ANSI C compliant.
11421
11422 2006-11-03  Bruno Haible  <bruno@clisp.org>
11423
11424         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11425         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11426         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11427         (xnboundedmalloc): New inline function.
11428         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11429         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11430         xmalloc.
11431         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11432         xmalloc.
11433         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11434         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11435         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11436         xmalloc.
11437         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11438         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11439         xmalloc.
11440         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11441         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11442         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11443         xmalloc.
11444         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11445         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11446         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11447         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11448         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11449         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11450         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11451
11452 2006-11-03  Bruno Haible  <bruno@clisp.org>
11453
11454         * lib/c-ctype.h [C++]: Define functions without name mangling.
11455         * lib/fwriteerror.h [C++]: Likewise.
11456         * lib/gcd.h [C++]: Likewise.
11457         * lib/linebreak.h [C++]: Likewise.
11458
11459 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11460
11461         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11462         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11463         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11464         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11465         Check for functions and headers just once.
11466         Check for declaration of canonicalize_file_name.
11467         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11468
11469 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11470
11471         * gnulib-tool (func_import): Fix typo in actioncmd.
11472
11473 2006-11-02  Bruno Haible  <bruno@clisp.org>
11474
11475         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11476         newline sequence in the Makefile.am snippet as a space, like "make"
11477         does.
11478         Reported by Roger Persson <perrog@gmail.com>.
11479
11480 2006-11-01  Bruno Haible  <bruno@clisp.org>
11481
11482         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11483         already declared in <string.h>.
11484         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11485
11486 2006-11-01  Bruno Haible  <bruno@clisp.org>
11487
11488         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11489         * lib/strcase.h: Include <string.h>.
11490         (strcasecmp): Define to rpl_strcasecmp here.
11491
11492 2006-11-01  Bruno Haible  <bruno@clisp.org>
11493
11494         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11495
11496 2006-11-01  Eric Blake  <ebb9@byu.net>
11497
11498         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11499
11500         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11501
11502 2006-10-29  Bruno Haible  <bruno@clisp.org>
11503
11504         Make it compile in C++ mode.
11505         * lib/full-write.c (full_rw): Add a cast.
11506
11507 2006-11-01  Bruno Haible  <bruno@clisp.org>
11508
11509         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11510         be POSIX compliant.
11511         Reported by Roger Persson <perrog@gmail.com>.
11512
11513 2006-11-01  Eric Blake  <ebb9@byu.net>
11514
11515         * lib/getopt_.h: Fix comments.
11516
11517 2006-10-31  Eric Blake  <ebb9@byu.net>
11518
11519         * modules/tmpdir (Depends-on): Add sys_stat.
11520         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11521         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11522         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11523         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11524         tempname.
11525
11526 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11527
11528         Avoid some C++ diagnostics reported by Bruno Haible.
11529         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11530         xmalloc.
11531         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11532         (struct slotvec): Move to top level.
11533         (quotearg_n_options): Rewrite to avoid xmalloc.
11534         * lib/xalloc.h (xcharalloc): New function.
11535         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11536         [defined __cplusplus]: Add function template that provides result
11537         type propagation.  This part of the change is from Bruno Haible.
11538
11539 2006-10-29  Bruno Haible  <bruno@clisp.org>
11540
11541         Make it compile in C++ mode.
11542         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11543         * lib/strnlen1.c (strnlen1): Cast memchr result.
11544         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11545         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11546         (create_temp_dir): Rename local variable 'template'.
11547         (compile_csharp_using_sscli): Add cast.
11548         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11549         * lib/findprog.c (find_in_path): Likewise.
11550         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11551         * lib/wait-process.c (register_slave_subprocess): Likewise.
11552
11553 2006-10-22  Bruno Haible  <bruno@clisp.org>
11554
11555         * modules/tsearch: New file.
11556         * lib/tsearch.h: New file.
11557         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11558         * m4/tsearch.m4: New file.
11559         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11560
11561 2006-10-29  Eric Blake  <ebb9@byu.net>
11562
11563         * lib/arcfour.c: Assume config.h.
11564         * lib/arctwo.c: Likewise.
11565         * lib/base64.c: Likewise.
11566         * lib/check-version.c: Likewise.
11567         * lib/crc.c: Likewise.
11568         * lib/des.c: Likewise.
11569         * lib/gc-gnulib.c: Likewise.
11570         * lib/gc-libgcrypt.c: Likewise.
11571         * lib/gc-pbkdf2-sha1.c: Likewise.
11572         * lib/getaddrinfo.c: Likewise.
11573         * lib/getdelim.c: Likewise.
11574         * lib/getline.c: Likewise.
11575         * lib/hmac-md5.c: Likewise.
11576         * lib/hmac-sha1.c: Likewise.
11577         * lib/iconvme.c: Likewise.
11578         * lib/md2.c: Likewise.
11579         * lib/md4.c: Likewise.
11580         * lib/memxor.c: Likewise.
11581         * lib/read-file.c: Likewise.
11582         * lib/readline.c: Likewise.
11583         * lib/rijndael-alg-fst.c: Likewise.
11584         * lib/rijndael-api-fst.c: Likewise.
11585         * lib/xgetdomainname.c: Likewise.
11586
11587 2006-10-28  Eric Blake  <ebb9@byu.net>
11588
11589         * lib/xstrndup.c: Assume config.h.
11590
11591 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11592
11593         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11594         stat-macros.h is now for our own macros, whereas stat_h is for
11595         macros in the <sys/stat.h> name space.
11596         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11597         (STAT_MACROS_H): Remove.
11598         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11599         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11600         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11601         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11602         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11603         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11604         Move these macros to ...
11605         * lib/stat_.h: here.  Don't include stat-macros.h.
11606         * lib/canonicalize.c: Don't include stat-macros.h.
11607         * lib/chown.c: Likewise.
11608         * lib/euidaccess.c: Likewise.
11609         * lib/file-type.c: Likewise.
11610         * lib/filemode.c: Likewise.
11611         * lib/glob.c: Likewise.
11612         * lib/isapipe.c: Likewise.
11613         * lib/lchown.c: Likewise.
11614         * lib/lstat.c: Likewise.
11615         * lib/mkdir-p.c: Likewise.
11616         * lib/rmdir.c: Likewise.
11617         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11618         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11619         unless mkdir isn't declared, to speed up 'configure'.
11620         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11621         would define all the S_* symbols.
11622         * modules/canonicalize (Depends-on):
11623         Depend on sys_stat, not stat-macros.
11624         * modules/chown: Likewise.
11625         * modules/euidaccess: Likewise.
11626         * modules/filemode: Likewise.
11627         * modules/file-type: Likewise.
11628         * modules/glob: Likewise.
11629         * modules/isapipe: Likewise.
11630         * modules/lchown: Likewise.
11631         * modules/lstat: Likewise.
11632         * modules/mkancesdirs: Likewise.
11633         * modules/rmdir: Likewise.
11634         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11635         * modules/modechange: Likewise.
11636         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11637         (configure.ac): Remove gl_STAT_MACROS.
11638         * modules/sys_stat (Depends-on): Remove stat-macros.
11639
11640 2006-10-27  Bruno Haible  <bruno@clisp.org>
11641
11642         * m4/signed.m4: Remove file.
11643         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11644         invocation.
11645         * modules/vasnprintf (Files): Remove m4/signed.m4.
11646
11647 2006-10-27  Bruno Haible  <bruno@clisp.org>
11648
11649         Update to GNU gettext 0.16.
11650         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11651         m4/inttypes-h.m4, m4/signed.m4.
11652         * m4/gettext.m4: Update to GNU gettext 0.16.
11653         * m4/intl.m4: New file, from GNU gettext.
11654         * m4/intldir.m4: New file, from GNU gettext.
11655         * config/srclist.txt: Update
11656
11657 2006-10-27  Eric Blake  <ebb9@byu.net>
11658
11659         * MODULES.html.sh: Document tempname.
11660         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11661         dependencies.
11662         (Files): Move lib/tempname.c...
11663         * modules/tempname: ...to this new module.
11664         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11665         (gl_PREREQ_TEMPNAME): Move...
11666         * m4/tempname.m4: ...to this new file.
11667         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11668         * modules/sys_stat (Depends-on): Add stat-macros.
11669         * lib/stat_.h (includes): Pick up stat macros.
11670         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11671         if stat macros are broken.
11672         * lib/tempname.c (includes): No need to include "stat-macros.h".
11673         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11674         (direxists, __path_search) [!_LIBC]: Don't compile these in
11675         gnulib; the tmpdir module covers that.
11676         * lib/tempname.h: New file.
11677
11678 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11679
11680         * COPYING: Explain how gnulib-tool converts licence headers.
11681         Almost all wording by Eric Blake.
11682
11683 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11684
11685         * lib/mbchar.h (is_basic_table): Make read-only.
11686         * lib/mbchar.c (is_basic_table): Likewise.
11687         Reported by John Darrington.
11688
11689 2006-10-25  Bruno Haible  <bruno@clisp.org>
11690
11691         * lib/progname.h (set_program_name): Undefine before defining.
11692
11693 2006-10-25  Bruno Haible  <bruno@clisp.org>
11694
11695         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11696         false for non-gcc C++ compilers.
11697         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11698
11699 2006-10-24  Bruno Haible  <bruno@clisp.org>
11700
11701         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11702         iconv implementations like Irix iconv.
11703
11704 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11705
11706         * modules/vararrays: New file.
11707         * m4/vararrays.m4: New file, taken from diffutils.
11708         * MODULES.html.sh: New module vararrays.
11709
11710 2006-10-24  Karl Berry  <karl@gnu.org>
11711
11712         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11713         Don't call GNU Unix.
11714
11715 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11716
11717         * users.txt: Add Libtool.
11718
11719         Sync from Libtool:
11720
11721         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11722
11723         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11724         to gnulib's policy of including config.h unconditionally.
11725
11726 2006-10-24  Bruno Haible  <bruno@clisp.org>
11727
11728         * modules/wcwidth (Files): Add m4/wint_t.m4.
11729         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11730         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11731
11732 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11735         to pacify GCC with some -W flags enabled.  Problem reported by
11736         Bruno Haible.
11737
11738 2006-10-24  Jim Meyering  <jim@meyering.net>
11739
11740         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11741         Reported by Karl Berry.
11742
11743 2006-10-23  Bruno Haible  <bruno@clisp.org>
11744
11745         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11746
11747 2006-10-24  Bruno Haible  <bruno@clisp.org>
11748
11749         * lib/gl_list.h: Use C comment style, not C++ comment style.
11750
11751 2006-10-23  Eric Blake  <ebb9@byu.net>
11752
11753         * lib/getaddrinfo.c (includes): Add missing include.
11754
11755 2006-10-23  Bruno Haible  <bruno@clisp.org>
11756             Paul Eggert  <eggert@cs.ucla.edu>
11757
11758         Ability to rename obstack_free.
11759         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11760         obstack_free.
11761         (obstack_free): Invoke the __obstack_free macro.
11762         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11763
11764 2006-10-23  Bruno Haible  <bruno@clisp.org>
11765             Paul Eggert  <eggert@cs.ucla.edu>
11766
11767         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11768         __argc, __argv from the declaration. (They are defined as macros on
11769         mingw.)
11770
11771 2006-10-22  Bruno Haible  <bruno@clisp.org>
11772
11773         * doc/gnulib-intro.texi: New file.
11774         * doc/gnulib.texi: Include it.
11775
11776 2006-10-21  Bruno Haible  <bruno@clisp.org>
11777
11778         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11779         "Introduction", "Miscellanous Notes", "Particular Modules".
11780
11781 2006-10-21  Bruno Haible  <bruno@clisp.org>
11782
11783         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11784         Change mostlyclean-local rule to avoid sh syntax error from bash
11785         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11786
11787 2006-10-23  Jim Meyering  <jim@meyering.net>
11788
11789         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11790         in place of snprintf.
11791
11792         * modules/inttostr (Files): Add lib/uinttostr.c.
11793         * lib/uinttostr.c (inttostr): New file/function.
11794         * lib/inttostr.h (uinttostr): Declare.
11795         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11796         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11797         Add uinttostr.
11798         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11799
11800 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11801
11802         * lib/canonicalize.c (ELOOP): Define if not already defined.
11803         Problem reported by Bruno Haible in
11804         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11805
11806 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11807
11808         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11809         Problem reported by Perry Smith and Ville Laurikari.
11810
11811         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11812         uses.
11813
11814 2006-10-19  Bruno Haible  <bruno@clisp.org>
11815
11816         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11817         for mingw.
11818
11819 2006-10-19  Bruno Haible  <bruno@clisp.org>
11820
11821         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11822         Needed for mingw.
11823
11824 2006-10-19  Bruno Haible  <bruno@clisp.org>
11825
11826         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11827
11828 2006-10-19  Bruno Haible  <bruno@clisp.org>
11829
11830         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11831         it.
11832
11833 2006-10-19  Bruno Haible  <bruno@clisp.org>
11834
11835         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11836         invocation.
11837
11838 2006-10-19  Bruno Haible  <bruno@clisp.org>
11839
11840         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11841         mountlist by default.
11842
11843 2006-10-16  Bruno Haible  <bruno@clisp.org>
11844
11845         * lib/c-strstr.c: Include c-strstr.h.
11846
11847 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11848
11849         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11850         in a slash.
11851
11852 2006-10-18  Bruno Haible  <bruno@clisp.org>
11853
11854         * lib/lock.h [C++]: Wrap definitions in extern "C".
11855
11856 2006-10-18  Bruno Haible  <bruno@clisp.org>
11857
11858         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11859         gl_LIBOBJS list.
11860
11861 2006-10-18  Bruno Haible  <bruno@clisp.org>
11862
11863         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11864
11865 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11866
11867         * lib/xstrtol.h: Include gettext.h.
11868         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11869         Problem reported by Eric Blake.
11870         * modules/xstrtol (Depends-on): Add gettext-h.
11871
11872 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11873
11874         * lib/strftime.c (advance): New macro.
11875         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11876         incomplete type, so you can't add 0 to it.  Problem and patch
11877         reported by Eelco Dolstra for dietlibc.
11878
11879 2006-10-18  Jim Meyering  <jim@meyering.net>
11880
11881         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11882         type for a local, and rename it: s/up/user_proc/.
11883
11884 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11885
11886         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11887         READ_UTMP_USER_PROCESS.
11888         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11889
11890 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11891
11892         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11893         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11894
11895 2006-10-17  Eric Blake  <ebb9@byu.net>
11896
11897         * lib/sigprocmask.c (sigprocmask): Fix typo.
11898
11899         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11900
11901         * modules/clean-temp (Makefile.am): Don't add to make output...
11902         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11903         config.h.
11904
11905 2006-10-17  Bruno Haible  <bruno@clisp.org>
11906
11907         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11908         differently if DEFAULT_TEXT_DOMAIN is set.
11909
11910 2006-10-16  Bruno Haible  <bruno@clisp.org>
11911
11912         * lib/clean-temp.c: Include fwriteerror.h.
11913
11914 2006-10-16  Bruno Haible  <bruno@clisp.org>
11915
11916         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11917
11918 2006-10-16  Bruno Haible  <bruno@clisp.org>
11919
11920         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11921         * lib/sigprocmask.h: Include <sys/types.h>.
11922         (sigset_t): Use the system's definition if present.
11923
11924 2006-10-17  Eric Blake  <ebb9@byu.net>
11925
11926         * lib/xvasprintf.c (includes): Assume config.h.
11927         * lib/xasprintf.c (includes): Likewise.
11928
11929 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11930
11931         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11932         at least as wide as intmax_t.
11933
11934 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11935
11936         (Imported from Automake.)
11937         * build-aux/gnupload: Update to version 1.1 of directive file.
11938
11939 2006-10-16  Eric Blake  <ebb9@byu.net>
11940
11941         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11942         match Automake 1.10a.
11943
11944 2006-10-14  Bruno Haible  <bruno@clisp.org>
11945
11946         * modules/sigprocmask: New file.
11947         * lib/sigprocmask.h: New file.
11948         * lib/sigprocmask.c: New file.
11949         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11950         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11951         request sigprocmask.o.
11952         (gl_PREREQ_SIGPROCMASK): New macro.
11953         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11954         (Depends-on): Add sigprocmask.
11955         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11956         gt_SIGNALBLOCKING. Test for 'raise' only once.
11957         * lib/fatal-signal.c: Include sigprocmask.h.
11958         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11959         unblock_fatal_signals): Define always.
11960         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11961         sigprocmask.
11962
11963 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11964
11965         Sync from Automake.
11966         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11967         which incorrectly sets the mode of an existing destination
11968         directory.  In some cases the unpatched install-sh could do the
11969         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11970         system.  We hope this is rare in practice, but it's clearly worth
11971         fixing.  Problem reported by Alex Unleashed in
11972         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11973         Also, don't bother to check for -m bugs unless we're using -m;
11974         suggested by Stepan Kasal.
11975
11976 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11977
11978         Sync from Automake.
11979         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11980         `-c' flag, so they appear at the same position as in %FASTDEP%
11981         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11982         which ignores unknown options only after the first non-option.
11983         Bug report against M4 by Nelson H. F. Beebe.
11984
11985 2006-10-13  Jim Meyering  <jim@meyering.net>
11986
11987         Fix a bug in yesterday's change.
11988         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11989         p->fts_statp->st_dev would be used uninitialized.
11990         Ensures that we always call fts_stat on the very first entry.
11991         Miklos Szeredi reported that find -xdev stopped working.
11992
11993 2006-10-12  Bruno Haible  <bruno@clisp.org>
11994
11995         * gnulib-tool (func_get_automake_snippet): Append an automatically
11996         computed EXTRA_DIST augmentation.
11997         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11998         * modules/alloca-opt (Makefile.am): Likewise.
11999         * modules/allocsa (Makefile.am): Likewise.
12000         * modules/arcfour (Makefile.am): Likewise.
12001         * modules/arctwo (Makefile.am): Likewise.
12002         * modules/argmatch (Makefile.am): Likewise.
12003         * modules/argz (Makefile.am): Likewise.
12004         * modules/atexit (Makefile.am): Likewise.
12005         * modules/backupfile (Makefile.am): Likewise.
12006         * modules/byteswap (Makefile.am): Likewise.
12007         * modules/c-strtod (Makefile.am): Likewise.
12008         * modules/c-strtold (Makefile.am): Likewise.
12009         * modules/calloc (Makefile.am): Likewise.
12010         * modules/canon-host (Makefile.am): Likewise.
12011         * modules/canonicalize (Makefile.am): Likewise.
12012         * modules/chdir-long (Makefile.am): Likewise.
12013         * modules/chdir-safer (Makefile.am): Likewise.
12014         * modules/check-version (Makefile.am): Likewise.
12015         * modules/chown (Makefile.am): Likewise.
12016         * modules/cloexec (Makefile.am): Likewise.
12017         * modules/close-stream (Makefile.am): Likewise.
12018         * modules/closeout (Makefile.am): Likewise.
12019         * modules/crc (Makefile.am): Likewise.
12020         * modules/csharpexec (Makefile.am): Likewise.
12021         * modules/cycle-check (Makefile.am): Likewise.
12022         * modules/des (Makefile.am): Likewise.
12023         * modules/dev-ino (Makefile.am): Likewise.
12024         * modules/dirfd (Makefile.am): Likewise.
12025         * modules/dirname (Makefile.am): Likewise.
12026         * modules/dup2 (Makefile.am): Likewise.
12027         * modules/eealloc (Makefile.am): Likewise.
12028         * modules/error (Makefile.am): Likewise.
12029         * modules/euidaccess (Makefile.am): Likewise.
12030         * modules/exclude (Makefile.am): Likewise.
12031         * modules/exitfail (Makefile.am): Likewise.
12032         * modules/fcntl-safer (Makefile.am): Likewise.
12033         * modules/fcntl (Makefile.am): Likewise.
12034         * modules/file-type (Makefile.am): Likewise.
12035         * modules/fileblocks (Makefile.am): Likewise.
12036         * modules/filemode (Makefile.am): Likewise.
12037         * modules/filenamecat (Makefile.am): Likewise.
12038         * modules/fnmatch (Makefile.am): Likewise.
12039         * modules/fopen-safer (Makefile.am): Likewise.
12040         * modules/fpending (Makefile.am): Likewise.
12041         * modules/fprintftime (Makefile.am): Likewise.
12042         * modules/free (Makefile.am): Likewise.
12043         * modules/fsusage (Makefile.am): Likewise.
12044         * modules/ftruncate (Makefile.am): Likewise.
12045         * modules/fts (Makefile.am): Likewise.
12046         * modules/gc-arcfour (Makefile.am): Likewise.
12047         * modules/gc-des (Makefile.am): Likewise.
12048         * modules/gc-hmac-md5 (Makefile.am): Likewise.
12049         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
12050         * modules/gc-md4 (Makefile.am): Likewise.
12051         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12052         * modules/gc-sha1 (Makefile.am): Likewise.
12053         * modules/gc (Makefile.am): Likewise.
12054         * modules/getaddrinfo (Makefile.am): Likewise.
12055         * modules/getcwd (Makefile.am): Likewise.
12056         * modules/getdelim (Makefile.am): Likewise.
12057         * modules/getdomainname (Makefile.am): Likewise.
12058         * modules/getgroups (Makefile.am): Likewise.
12059         * modules/gethostname (Makefile.am): Likewise.
12060         * modules/gethrxtime (Makefile.am): Likewise.
12061         * modules/getline (Makefile.am): Likewise.
12062         * modules/getloadavg (Makefile.am): Likewise.
12063         * modules/getlogin_r (Makefile.am): Likewise.
12064         * modules/getndelim2 (Makefile.am): Likewise.
12065         * modules/getopt (Makefile.am): Likewise.
12066         * modules/getpagesize (Makefile.am): Likewise.
12067         * modules/getpass-gnu (Makefile.am): Likewise.
12068         * modules/getpass (Makefile.am): Likewise.
12069         * modules/getsubopt (Makefile.am): Likewise.
12070         * modules/gettime (Makefile.am): Likewise.
12071         * modules/gettimeofday (Makefile.am): Likewise.
12072         * modules/getugroups (Makefile.am): Likewise.
12073         * modules/getusershell (Makefile.am): Likewise.
12074         * modules/glob (Makefile.am): Likewise.
12075         * modules/group-member (Makefile.am): Likewise.
12076         * modules/hard-locale (Makefile.am): Likewise.
12077         * modules/hash (Makefile.am): Likewise.
12078         * modules/hmac-md5 (Makefile.am): Likewise.
12079         * modules/hmac-sha1 (Makefile.am): Likewise.
12080         * modules/human (Makefile.am): Likewise.
12081         * modules/idcache (Makefile.am): Likewise.
12082         * modules/imaxabs (Makefile.am): Likewise.
12083         * modules/imaxdiv (Makefile.am): Likewise.
12084         * modules/inet_ntop (Makefile.am): Likewise.
12085         * modules/inet_pton (Makefile.am): Likewise.
12086         * modules/intprops (Makefile.am): Likewise.
12087         * modules/inttostr (Makefile.am): Likewise.
12088         * modules/inttypes (Makefile.am): Likewise.
12089         * modules/isapipe (Makefile.am): Likewise.
12090         * modules/javaversion (Makefile.am): Likewise.
12091         * modules/lchmod (Makefile.am): Likewise.
12092         * modules/lchown (Makefile.am): Likewise.
12093         * modules/localcharset (Makefile.am): Likewise.
12094         * modules/long-options (Makefile.am): Likewise.
12095         * modules/lstat (Makefile.am): Likewise.
12096         * modules/malloc (Makefile.am): Likewise.
12097         * modules/mathl (Makefile.am): Likewise.
12098         * modules/mbchar (Makefile.am): Likewise.
12099         * modules/md2 (Makefile.am): Likewise.
12100         * modules/md4 (Makefile.am): Likewise.
12101         * modules/md5 (Makefile.am): Likewise.
12102         * modules/memcasecmp (Makefile.am): Likewise.
12103         * modules/memchr (Makefile.am): Likewise.
12104         * modules/memcmp (Makefile.am): Likewise.
12105         * modules/memcoll (Makefile.am): Likewise.
12106         * modules/memcpy (Makefile.am): Likewise.
12107         * modules/memmem (Makefile.am): Likewise.
12108         * modules/memmove (Makefile.am): Likewise.
12109         * modules/mempcpy (Makefile.am): Likewise.
12110         * modules/memrchr (Makefile.am): Likewise.
12111         * modules/memset (Makefile.am): Likewise.
12112         * modules/memxor (Makefile.am): Likewise.
12113         * modules/mkancesdirs (Makefile.am): Likewise.
12114         * modules/mkdir-p (Makefile.am): Likewise.
12115         * modules/mkdir (Makefile.am): Likewise.
12116         * modules/mkdtemp (Makefile.am): Likewise.
12117         * modules/mkstemp (Makefile.am): Likewise.
12118         * modules/mktime (Makefile.am): Likewise.
12119         * modules/modechange (Makefile.am): Likewise.
12120         * modules/mountlist (Makefile.am): Likewise.
12121         * modules/nanosleep (Makefile.am): Likewise.
12122         * modules/obstack (Makefile.am): Likewise.
12123         * modules/openat (Makefile.am): Likewise.
12124         * modules/pagealign_alloc (Makefile.am): Likewise.
12125         * modules/pathmax (Makefile.am): Likewise.
12126         * modules/physmem (Makefile.am): Likewise.
12127         * modules/poll (Makefile.am): Likewise.
12128         * modules/posixtm (Makefile.am): Likewise.
12129         * modules/posixver (Makefile.am): Likewise.
12130         * modules/putenv (Makefile.am): Likewise.
12131         * modules/quote (Makefile.am): Likewise.
12132         * modules/quotearg (Makefile.am): Likewise.
12133         * modules/raise (Makefile.am): Likewise.
12134         * modules/read-file (Makefile.am): Likewise.
12135         * modules/readline (Makefile.am): Likewise.
12136         * modules/readlink (Makefile.am): Likewise.
12137         * modules/readtokens (Makefile.am): Likewise.
12138         * modules/readutmp (Makefile.am): Likewise.
12139         * modules/realloc (Makefile.am): Likewise.
12140         * modules/regex (Makefile.am): Likewise.
12141         * modules/rename-dest-slash (Makefile.am): Likewise.
12142         * modules/rename (Makefile.am): Likewise.
12143         * modules/rijndael (Makefile.am): Likewise.
12144         * modules/rmdir (Makefile.am): Likewise.
12145         * modules/rpmatch (Makefile.am): Likewise.
12146         * modules/safe-read (Makefile.am): Likewise.
12147         * modules/safe-write (Makefile.am): Likewise.
12148         * modules/same-inode (Makefile.am): Likewise.
12149         * modules/same (Makefile.am): Likewise.
12150         * modules/save-cwd (Makefile.am): Likewise.
12151         * modules/savedir (Makefile.am): Likewise.
12152         * modules/setenv (Makefile.am): Likewise.
12153         * modules/settime (Makefile.am): Likewise.
12154         * modules/sha1 (Makefile.am): Likewise.
12155         * modules/sig2str (Makefile.am): Likewise.
12156         * modules/snprintf (Makefile.am): Likewise.
12157         * modules/stat-macros (Makefile.am): Likewise.
12158         * modules/stat-time (Makefile.am): Likewise.
12159         * modules/stdbool (Makefile.am): Likewise.
12160         * modules/stdint (Makefile.am): Likewise.
12161         * modules/stdlib-safer (Makefile.am): Likewise.
12162         * modules/stpcpy (Makefile.am): Likewise.
12163         * modules/stpncpy (Makefile.am): Likewise.
12164         * modules/strcase (Makefile.am): Likewise.
12165         * modules/strcasestr (Makefile.am): Likewise.
12166         * modules/strchrnul (Makefile.am): Likewise.
12167         * modules/strcspn (Makefile.am): Likewise.
12168         * modules/strdup (Makefile.am): Likewise.
12169         * modules/strerror (Makefile.am): Likewise.
12170         * modules/strftime (Makefile.am): Likewise.
12171         * modules/strndup (Makefile.am): Likewise.
12172         * modules/strnlen (Makefile.am): Likewise.
12173         * modules/strpbrk (Makefile.am): Likewise.
12174         * modules/strsep (Makefile.am): Likewise.
12175         * modules/strstr (Makefile.am): Likewise.
12176         * modules/strtod (Makefile.am): Likewise.
12177         * modules/strtoimax (Makefile.am): Likewise.
12178         * modules/strtok_r (Makefile.am): Likewise.
12179         * modules/strtol (Makefile.am): Likewise.
12180         * modules/strtoll (Makefile.am): Likewise.
12181         * modules/strtoul (Makefile.am): Likewise.
12182         * modules/strtoull (Makefile.am): Likewise.
12183         * modules/strtoumax (Makefile.am): Likewise.
12184         * modules/strverscmp (Makefile.am): Likewise.
12185         * modules/sys_socket (Makefile.am): Likewise.
12186         * modules/sys_stat (Makefile.am): Likewise.
12187         * modules/sysexits (Makefile.am): Likewise.
12188         * modules/time_r (Makefile.am): Likewise.
12189         * modules/timegm (Makefile.am): Likewise.
12190         * modules/timespec (Makefile.am): Likewise.
12191         * modules/tmpfile-safer (Makefile.am): Likewise.
12192         * modules/trim (Makefile.am): Likewise.
12193         * modules/unistd-safer (Makefile.am): Likewise.
12194         * modules/unlinkdir (Makefile.am): Likewise.
12195         * modules/unlocked-io (Makefile.am): Likewise.
12196         * modules/userspec (Makefile.am): Likewise.
12197         * modules/utime (Makefile.am): Likewise.
12198         * modules/utimecmp (Makefile.am): Likewise.
12199         * modules/utimens (Makefile.am): Likewise.
12200         * modules/vasnprintf (Makefile.am): Likewise.
12201         * modules/vasprintf (Makefile.am): Likewise.
12202         * modules/vsnprintf (Makefile.am): Likewise.
12203         * modules/xalloc (Makefile.am): Likewise.
12204         * modules/xgetcwd (Makefile.am): Likewise.
12205         * modules/xnanosleep (Makefile.am): Likewise.
12206         * modules/xreadlink (Makefile.am): Likewise.
12207         * modules/xstrtod (Makefile.am): Likewise.
12208         * modules/xstrtol (Makefile.am): Likewise.
12209         * modules/xstrtold (Makefile.am): Likewise.
12210         * modules/yesno (Makefile.am): Likewise.
12211         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12212
12213 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12214
12215         * modules/error (Makefile.am): Distribute files through
12216         EXTRA_DIST, not lib_SOURCES.
12217
12218 2006-10-12  Eric Blake  <ebb9@byu.net>
12219
12220         * modules/error (Makefile.am): Distribute files in /lib.
12221         * modules/obstack (Makefile.am): Likewise.
12222
12223 2006-10-12  Bruno Haible  <bruno@clisp.org>
12224
12225         * modules/acl (Makefile.am): Distribute all files in lib/ through
12226         EXTRA_DIST.
12227         * modules/arcfour (Makefile.am): Likewise.
12228         * modules/arctwo (Makefile.am): Likewise.
12229         * modules/argmatch (Makefile.am): Likewise.
12230         * modules/argz (Makefile.am): Likewise.
12231         * modules/atexit (Makefile.am): Likewise.
12232         * modules/backupfile (Makefile.am): Likewise.
12233         * modules/c-strtod (Makefile.am): Likewise.
12234         * modules/c-strtold (Makefile.am): Likewise.
12235         * modules/calloc (Makefile.am): Likewise.
12236         * modules/canon-host (Makefile.am): Likewise.
12237         * modules/canonicalize (Makefile.am): Likewise.
12238         * modules/chdir-long (Makefile.am): Likewise.
12239         * modules/chdir-safer (Makefile.am): Likewise.
12240         * modules/check-version (Makefile.am): Likewise.
12241         * modules/chown (Makefile.am): Likewise.
12242         * modules/cloexec (Makefile.am): Likewise.
12243         * modules/close-stream (Makefile.am): Likewise.
12244         * modules/closeout (Makefile.am): Likewise.
12245         * modules/crc (Makefile.am): Likewise.
12246         * modules/cycle-check (Makefile.am): Likewise.
12247         * modules/des (Makefile.am): Likewise.
12248         * modules/dirfd (Makefile.am): Likewise.
12249         * modules/dirname (Makefile.am): Likewise.
12250         * modules/dup2 (Makefile.am): Likewise.
12251         * modules/euidaccess (Makefile.am): Likewise.
12252         * modules/exclude (Makefile.am): Likewise.
12253         * modules/exitfail (Makefile.am): Likewise.
12254         * modules/fcntl-safer (Makefile.am): Likewise.
12255         * modules/file-type (Makefile.am): Likewise.
12256         * modules/fileblocks (Makefile.am): Likewise.
12257         * modules/filemode (Makefile.am): Likewise.
12258         * modules/filenamecat (Makefile.am): Likewise.
12259         * modules/fnmatch (Makefile.am): Likewise.
12260         * modules/fopen-safer (Makefile.am): Likewise.
12261         * modules/fpending (Makefile.am): Likewise.
12262         * modules/fprintftime (Makefile.am): Likewise.
12263         * modules/free (Makefile.am): Likewise.
12264         * modules/fsusage (Makefile.am): Likewise.
12265         * modules/ftruncate (Makefile.am): Likewise.
12266         * modules/fts (Makefile.am): Likewise.
12267         * modules/gc (Makefile.am): Likewise.
12268         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12269         * modules/getaddrinfo (Makefile.am): Likewise.
12270         * modules/getcwd (Makefile.am): Likewise.
12271         * modules/getdelim (Makefile.am): Likewise.
12272         * modules/getdomainname (Makefile.am): Likewise.
12273         * modules/getgroups (Makefile.am): Likewise.
12274         * modules/gethostname (Makefile.am): Likewise.
12275         * modules/gethrxtime (Makefile.am): Likewise.
12276         * modules/getline (Makefile.am): Likewise.
12277         * modules/getloadavg (Makefile.am): Likewise.
12278         * modules/getlogin_r (Makefile.am): Likewise.
12279         * modules/getopt (Makefile.am): Likewise.
12280         * modules/getpass (Makefile.am): Likewise.
12281         * modules/getpass-gnu (Makefile.am): Likewise.
12282         * modules/getsubopt (Makefile.am): Likewise.
12283         * modules/gettime (Makefile.am): Likewise.
12284         * modules/gettimeofday (Makefile.am): Likewise.
12285         * modules/getugroups (Makefile.am): Likewise.
12286         * modules/getusershell (Makefile.am): Likewise.
12287         * modules/glob (Makefile.am): Likewise.
12288         * modules/group-member (Makefile.am): Likewise.
12289         * modules/hard-locale (Makefile.am): Likewise.
12290         * modules/hash (Makefile.am): Likewise.
12291         * modules/hmac-md5 (Makefile.am): Likewise.
12292         * modules/hmac-sha1 (Makefile.am): Likewise.
12293         * modules/human (Makefile.am): Likewise.
12294         * modules/idcache (Makefile.am): Likewise.
12295         * modules/imaxabs (Makefile.am): Likewise.
12296         * modules/imaxdiv (Makefile.am): Likewise.
12297         * modules/inet_ntop (Makefile.am): Likewise.
12298         * modules/inet_pton (Makefile.am): Likewise.
12299         * modules/inttostr (Makefile.am): Likewise.
12300         * modules/isapipe (Makefile.am): Likewise.
12301         * modules/lchown (Makefile.am): Likewise.
12302         * modules/long-options (Makefile.am): Likewise.
12303         * modules/lstat (Makefile.am): Likewise.
12304         * modules/malloc (Makefile.am): Likewise.
12305         * modules/mathl (Makefile.am): Likewise.
12306         * modules/mbchar (Makefile.am): Likewise.
12307         * modules/md2 (Makefile.am): Likewise.
12308         * modules/md4 (Makefile.am): Likewise.
12309         * modules/md5 (Makefile.am): Likewise.
12310         * modules/memcasecmp (Makefile.am): Likewise.
12311         * modules/memchr (Makefile.am): Likewise.
12312         * modules/memcmp (Makefile.am): Likewise.
12313         * modules/memcoll (Makefile.am): Likewise.
12314         * modules/memcpy (Makefile.am): Likewise.
12315         * modules/memmem (Makefile.am): Likewise.
12316         * modules/memmove (Makefile.am): Likewise.
12317         * modules/mempcpy (Makefile.am): Likewise.
12318         * modules/memrchr (Makefile.am): Likewise.
12319         * modules/memset (Makefile.am): Likewise.
12320         * modules/memxor (Makefile.am): Likewise.
12321         * modules/mkancesdirs (Makefile.am): Likewise.
12322         * modules/mkdir (Makefile.am): Likewise.
12323         * modules/mkdir-p (Makefile.am): Likewise.
12324         * modules/mkdtemp (Makefile.am): Likewise.
12325         * modules/mkstemp (Makefile.am): Likewise.
12326         * modules/mktime (Makefile.am): Likewise.
12327         * modules/modechange (Makefile.am): Likewise.
12328         * modules/mountlist (Makefile.am): Likewise.
12329         * modules/nanosleep (Makefile.am): Likewise.
12330         * modules/openat (Makefile.am): Likewise.
12331         * modules/pagealign_alloc (Makefile.am): Likewise.
12332         * modules/physmem (Makefile.am): Likewise.
12333         * modules/poll (Makefile.am): Likewise.
12334         * modules/posixtm (Makefile.am): Likewise.
12335         * modules/posixver (Makefile.am): Likewise.
12336         * modules/putenv (Makefile.am): Likewise.
12337         * modules/quote (Makefile.am): Likewise.
12338         * modules/quotearg (Makefile.am): Likewise.
12339         * modules/raise (Makefile.am): Likewise.
12340         * modules/read-file (Makefile.am): Likewise.
12341         * modules/readline (Makefile.am): Likewise.
12342         * modules/readlink (Makefile.am): Likewise.
12343         * modules/readtokens (Makefile.am): Likewise.
12344         * modules/readutmp (Makefile.am): Likewise.
12345         * modules/realloc (Makefile.am): Likewise.
12346         * modules/regex (Makefile.am): Likewise.
12347         * modules/rename (Makefile.am): Likewise.
12348         * modules/rename-dest-slash (Makefile.am): Likewise.
12349         * modules/rijndael (Makefile.am): Likewise.
12350         * modules/rmdir (Makefile.am): Likewise.
12351         * modules/rpmatch (Makefile.am): Likewise.
12352         * modules/safe-read (Makefile.am): Likewise.
12353         * modules/safe-write (Makefile.am): Likewise.
12354         * modules/same (Makefile.am): Likewise.
12355         * modules/save-cwd (Makefile.am): Likewise.
12356         * modules/savedir (Makefile.am): Likewise.
12357         * modules/setenv (Makefile.am): Likewise.
12358         * modules/settime (Makefile.am): Likewise.
12359         * modules/sha1 (Makefile.am): Likewise.
12360         * modules/sig2str (Makefile.am): Likewise.
12361         * modules/snprintf (Makefile.am): Likewise.
12362         * modules/stdlib-safer (Makefile.am): Likewise.
12363         * modules/stpcpy (Makefile.am): Likewise.
12364         * modules/stpncpy (Makefile.am): Likewise.
12365         * modules/strcase (Makefile.am): Likewise.
12366         * modules/strcasestr (Makefile.am): Likewise.
12367         * modules/strchrnul (Makefile.am): Likewise.
12368         * modules/strcspn (Makefile.am): Likewise.
12369         * modules/strdup (Makefile.am): Likewise.
12370         * modules/strerror (Makefile.am): Likewise.
12371         * modules/strftime (Makefile.am): Likewise.
12372         * modules/strndup (Makefile.am): Likewise.
12373         * modules/strnlen (Makefile.am): Likewise.
12374         * modules/strpbrk (Makefile.am): Likewise.
12375         * modules/strsep (Makefile.am): Likewise.
12376         * modules/strstr (Makefile.am): Likewise.
12377         * modules/strtod (Makefile.am): Likewise.
12378         * modules/strtoimax (Makefile.am): Likewise.
12379         * modules/strtok_r (Makefile.am): Likewise.
12380         * modules/strtol (Makefile.am): Likewise.
12381         * modules/strtoll (Makefile.am): Likewise.
12382         * modules/strtoul (Makefile.am): Likewise.
12383         * modules/strtoull (Makefile.am): Likewise.
12384         * modules/strtoumax (Makefile.am): Likewise.
12385         * modules/strverscmp (Makefile.am): Likewise.
12386         * modules/time_r (Makefile.am): Likewise.
12387         * modules/timegm (Makefile.am): Likewise.
12388         * modules/tmpfile-safer (Makefile.am): Likewise.
12389         * modules/unistd-safer (Makefile.am): Likewise.
12390         * modules/unlinkdir (Makefile.am): Likewise.
12391         * modules/userspec (Makefile.am): Likewise.
12392         * modules/utime (Makefile.am): Likewise.
12393         * modules/utimecmp (Makefile.am): Likewise.
12394         * modules/utimens (Makefile.am): Likewise.
12395         * modules/vasnprintf (Makefile.am): Likewise.
12396         * modules/vasprintf (Makefile.am): Likewise.
12397         * modules/vsnprintf (Makefile.am): Likewise.
12398         * modules/xalloc (Makefile.am): Likewise.
12399         * modules/xgetcwd (Makefile.am): Likewise.
12400         * modules/xnanosleep (Makefile.am): Likewise.
12401         * modules/xreadlink (Makefile.am): Likewise.
12402         * modules/xstrtod (Makefile.am): Likewise.
12403         * modules/xstrtol (Makefile.am): Likewise.
12404         * modules/xstrtold (Makefile.am): Likewise.
12405         * modules/yesno (Makefile.am): Likewise.
12406
12407 2006-10-12  Jim Meyering  <jim@meyering.net>
12408
12409         * m4/getloadavg.m4: Revert the change below.
12410
12411         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12412         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12413         fail with a symlink, which is what coreutils' ./bootstrap now
12414         creates by default.
12415
12416 2006-10-12  Bruno Haible  <bruno@clisp.org>
12417
12418         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12419         mingw.
12420         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12421         MSVC and mingw explicitly.
12422
12423 2006-10-11  Simon Josefsson  <jas@extundo.com>
12424             Bruno Haible  <bruno@clisp.org>
12425
12426         Add support for multiple gnulib-tool invocations in the scope of a
12427         single configure.ac file.
12428         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12429         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12430         with the same contents as the _LIBADD variable.
12431         (func_emit_initmacro_start, func_emit_initmacro_end,
12432         func_emit_initmacro_done): New functions.
12433         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12434         gl_LIBOBJS and gl_LTLIBOBJS.
12435
12436 2006-10-11  Bruno Haible  <bruno@clisp.org>
12437
12438         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12439         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12440         autoreconf. Instead, invoke autopoint explicitly but move back the
12441         *.m4 files from gnulib.
12442
12443 2006-10-11  Bruno Haible  <bruno@clisp.org>
12444
12445         * gnulib-tool (func_usage): Make module names after --create-testdir
12446         optional.
12447         (func_create_testdir): If no module was specified, use nearly all
12448         modules.
12449
12450 2006-10-12  Jim Meyering  <jim@meyering.net>
12451
12452         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12453         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12454         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12455         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12456         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12457         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12458         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12459         (fts_set_stat_required): New function.
12460         (fts_open): Defer the calls to fts_stat, if possible or requested.
12461         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12462         into fts_stat itself.
12463         (fts_read): Perform any required (deferred) fts_stat call.
12464         (fts_build): Likewise, for the directory we're about to open and read.
12465         In the readdir loop, carefully decide whether each entry will require
12466         an eventual call to fts_stat, using dirent.d_type info if available.
12467         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12468         a command line argument into this function.  Update all callers.
12469         Map a return value of FTS_DOT to FTS_D for a command line argument.
12470         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12471         Thanks to Miklos Szeredi for his tenacity and for the initial
12472         bug report about "find" failing on a FUSE-based file system.
12473
12474         * lib/fts.c (fts_open): Use consistent indentation.
12475
12476 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12477
12478         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12479         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12480         reported by Jim Meyering.  All uses of cache variables renamed
12481         to match Autoconf's.
12482         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12483         the other one.
12484
12485         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12486         Fix misspelling in diagnostic.
12487
12488 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12489
12490         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12491         defined.  Problem reported by Matthew Woehlke.
12492
12493         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12494         Add support for Tandem NonStop R series.
12495         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12496         Use new macro.
12497
12498         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12499         (has_trailing_slash): Omit size arg; all callers changed.
12500         Omit 'inline', since it doesn't help performance and we'd
12501         need to configure it.
12502         Don't count //, ///, etc. as having a trailing slash.
12503         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12504         (rpl_rename_dest_slash): On failure, use rename's errno rather
12505         than (in some cases) an incorrect or junk errno.
12506         Simplify code by removing need to compute length; this does
12507         cause it to make two passes instead of one over the file name,
12508         but it's worth it.
12509
12510         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12511         change, since Autoconf's version may no longer be appropriate now
12512         that we are using CVS Autoconf's version.  Add support for Tandem.
12513
12514 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12515             Bruno Haible  <bruno@clisp.org>
12516
12517         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12518         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12519         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12520         gl_AC_TYPE_LONG_LONG.
12521
12522         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12523         instead of HAVE_LONG_LONG.
12524         * lib/printf-args.c (printf_fetchargs): Likewise.
12525         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12526         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12527         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12528         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12529         gl_AC_TYPE_LONG_LONG.
12530
12531 2006-10-11  Bruno Haible  <bruno@clisp.org>
12532
12533         * m4/longlong.m4: Add comments.
12534         * m4/ulonglong.m4: Likewise.
12535
12536 2006-10-10  Bruno Haible  <bruno@clisp.org>
12537
12538         Make it possible to #define stpcpy, strdup to aliases.
12539         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12540         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12541
12542 2006-10-10  Bruno Haible  <bruno@clisp.org>
12543
12544         Make it possible to #define gcd to an alias.
12545         * lib/gcd.c: Include config.h.
12546
12547 2006-10-10  Bruno Haible  <bruno@clisp.org>
12548
12549         Make it possible to #define c_isascii to an alias.
12550         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12551         defined. Undefine the macros before defining them, to avoid gcc
12552         warnings.
12553         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12554         define NO_C_CTYPE_MACROS early.
12555
12556 2006-10-10  Bruno Haible  <bruno@clisp.org>
12557
12558         Make it possible to #define set_program_name to an alias.
12559         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12560         ENABLE_RELOCATABLE early.
12561
12562 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12563
12564         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12565         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12566         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12567         More generally, don't assume that 64-bit signed int is available
12568         if unsigned int is, and vice versa.
12569         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12570         unsigned symbols, not on their signed counterparts.
12571         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12572         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12573         (UINT64_C, UINTMAX_C):
12574         Likewise.
12575         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12576         unsigned counterparts.
12577         (Have_long_long, Unsigned): New macros.
12578         (Int): Renamed from INT.
12579         (strtoimax): Use the new macros.
12580         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12581         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12582         * modules/inttypes (inttypes.h): Substitute
12583         HAVE_UNSIGNED_LONG_LONG_INT.
12584         * modules/stdint (stdint.h): Likewise.
12585         (Files): Add m4/ulonglong.m4.
12586
12587 2006-10-10  Bruno Haible  <bruno@clisp.org>
12588
12589         Fix a gcc -Wshadow warning.
12590         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12591         to 'bucket'.
12592         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12593         gl_linked_indexof_from_to): Likewise.
12594         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12595         Likewise.
12596         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12597         Likewise.
12598         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12599         Reported by Eric Blake.
12600
12601 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12602
12603         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12604         for NetBSD.  Problem reported by Bruno Haible.
12605
12606 2006-10-09  Jim Meyering  <jim@meyering.net>
12607
12608         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12609         Patch from Bruno Haible.
12610
12611 2006-10-09  Jim Meyering  <jim@meyering.net>
12612
12613         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12614         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12615         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12616
12617 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         Don't include <config.h> twice; this doesn't work in some cases,
12620         e.g., when config.h has "#define intmax_t long long int" and
12621         we include <config.h>, <inttypes.h>, <config.h> in that order.
12622         Problem reported by Matthew Woehlke in:
12623         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12624         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12625         * lib/fts-cycle.c: Don't include config.h.
12626         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12627         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12628         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12629         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12630         inttypes.h.
12631         * lib/xstrtoumax.c: Likewise.
12632         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12633         __strtol and the like, so that this module is more like its siblings.
12634         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12635         Remove; no longer needed now that we assume gnulib inttypes.h.
12636
12637 2006-10-08  Bruno Haible  <bruno@clisp.org>
12638
12639         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12640         option.
12641
12642 2006-10-07  Jim Meyering  <jim@meyering.net>
12643
12644         * modules/inttypes (inttypes.h): Revert what seems to have been
12645         an inadvertent part of today's change: use "|", not "/" in the
12646         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12647
12648 2006-10-07  Bruno Haible  <bruno@clisp.org>
12649
12650         * modules/sublist: New file.
12651
12652 2006-10-07  Bruno Haible  <bruno@clisp.org>
12653
12654         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12655         * modules/argz (argz.h): Likewise.
12656         * modules/arpa_inet (arpa/inet.h): Likewise.
12657         * modules/byteswap (byteswap.h): Likewise.
12658         * modules/configmake (configmake.h): Likewise.
12659         * modules/fcntl (fcntl.h): Likewise.
12660         * modules/fnmatch (fnmatch.h): Likewise.
12661         * modules/getopt (getopt.h): Likewise.
12662         * modules/glob (glob.h): Likewise.
12663         * modules/inttypes (inttypes.h): Likewise.
12664         * modules/netinet_in (netinet/in.h): Likewise.
12665         * modules/poll (poll.h): Likewise.
12666         * modules/stdbool (stdbool.h): Likewise.
12667         * modules/stdint (stdint.h): Likewise.
12668         * modules/sys_select (sys/select.h): Likewise.
12669         * modules/sys_socket (sys/socket.h): Likewise.
12670         * modules/sys_stat (sys/stat.h): Likewise.
12671         * modules/sysexits (sysexits.h): Likewise.
12672         * modules/unistd (unistd.h): Likewise.
12673         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12674         Add a "DO NOT EDIT" comment to the generated file.
12675         (func_import): Likewise for gnulib-comp.m4.
12676
12677 2006-10-07  Bruno Haible  <bruno@clisp.org>
12678
12679         * lib/gl_sublist.h: New file.
12680         * lib/gl_sublist.c: New file.
12681
12682 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12683
12684         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12685         name (relative to the original working directory) and the file
12686         name component (relative to the temporary working directory).  All
12687         callers changed.
12688         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12689         * lib/mkdir-p.c (make_dir_parents): Likewise.
12690         * lib/mkdir-p.h (make_dir_parents): Likewise.
12691
12692 2006-10-06  Eric Blake  <ebb9@byu.net>
12693
12694         Define several macros for use by the clean-temp module.
12695         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12696         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12697         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12698
12699         * lib/clean-temp.h (close_stream_temp): New declaration.
12700         * lib/clean-temp.c (includes): Pull in headers according to what
12701         other modules are in use.
12702         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12703
12704 2006-10-06  Bruno Haible  <bruno@clisp.org>
12705
12706         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12707         instead of fopen, fwriteerror.
12708
12709 2006-10-06  Bruno Haible  <bruno@clisp.org>
12710
12711         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12712         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12713         int.
12714         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12715         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12716         Return an error indicator.
12717         Suggested by Eric Blake.
12718
12719 2006-10-06  Bruno Haible  <bruno@clisp.org>
12720
12721         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12722         Reported by Eric Blake.
12723
12724 2006-10-06  Bruno Haible  <bruno@clisp.org>
12725
12726         * modules/closeout (Description): Mention stderr too.
12727
12728 2006-10-06  Bruno Haible  <bruno@clisp.org>
12729         and Paul Eggert  <eggert@cs.ucla.edu>
12730
12731         * lib/closeout.c (close_stdout): Also close stderr.
12732         * lib/closeout.h: Update comment.
12733
12734 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12735
12736         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12737         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12738         * lib/dirchownmod.c: Include lchown.h.
12739         * lib/lchown.c: Don't include files that lchown.h now includes.
12740         Don't declare chown, since lchown.h now does that.
12741         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12742         (lchown): Define to rpl_chown if lchown is declared but
12743         does not exist.  Declare using a prototype if lchown is not
12744         declared.  Add a copyright notice.
12745         * lib/mkstemp.h: Include <unistd.h>.
12746         * lib/openat.c: Include lchown.h.
12747
12748         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12749         we now test for that separately.
12750         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12751         rather than O_NOFOLLOW, when testing whether it's possible to
12752         avoid a race condition reliably.
12753         * lib/savewd.c (savewd_chdir): Likewise.
12754
12755         Remove macros that are no longer needed now that stdint.h is
12756         reliable.
12757         * lib/fsusage.c (UINTMAX_MAX): Remove.
12758         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12759         * lib/utimecmp.c (SIZE_MAX): Remove.
12760
12761         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12762
12763         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12764         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12765         O_NOATIME works.
12766
12767 2006-10-05  Bruno Haible  <bruno@clisp.org>
12768
12769         * lib/gl_list.h (gl_sortedlist_search_from_to,
12770         gl_sortedlist_indexof_from_to): New declarations.
12771         (gl_list_implementation): New fields sortedlist_search_from_to,
12772         sortedlist_indexof_from_to.
12773         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12774         inline functions.
12775         * lib/gl_list.c (gl_sortedlist_search_from_to,
12776         gl_sortedlist_indexof_from_to): New functions.
12777         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12778         function.
12779         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12780         (gl_array_sortedlist_search_from_to): New function.
12781         (gl_array_list_implementation): Update.
12782         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12783         function.
12784         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12785         (gl_carray_sortedlist_search_from_to): New function.
12786         (gl_carray_list_implementation): Update.
12787         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12788         gl_linked_sortedlist_indexof_from_to): New functions.
12789         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12790         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12791         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12792         gl_tree_sortedlist_indexof_from_to): New functions.
12793         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12794         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12795         Update.
12796         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12797         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12798         Update.
12799
12800 2006-10-05  Bruno Haible  <bruno@clisp.org>
12801
12802         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12803         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12804         (struct gl_list_implementation): Add fields search_from_to,
12805         indexof_from_to. Remove fields search, indexof.
12806         (gl_list_search): Use the search_from_to method.
12807         (gl_list_search_from, gl_list_search_from_to): New functions.
12808         (gl_list_indexof): Use the indexof_from_to method.
12809         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12810         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12811         (gl_list_search_from, gl_list_search_from_to): New functions.
12812         (gl_list_indexof): Use the indexof_from_to method.
12813         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12814         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12815         gl_array_indexof. Add start_index, end_index arguments.
12816         (gl_array_search_from_to): Renamed from gl_array_search. Add
12817         start_index, end_index arguments.
12818         (gl_array_remove, gl_array_list_implementation): Update.
12819         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12820         gl_carray_indexof. Add start_index, end_index arguments.
12821         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12822         start_index, end_index arguments.
12823         (gl_carray_remove, gl_carray_list_implementation): Update.
12824         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12825         gl_linked_search. Add start_index, end_index arguments.
12826         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12827         start_index, end_index arguments.
12828         (gl_linked_remove): Update.
12829         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12830         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12831         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12832         field to 'size_t'.
12833         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12834         gl_tree_search. Add start_index, end_index arguments.
12835         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12836         start_index, end_index arguments.
12837         (gl_tree_remove): Update.
12838         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12839         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12840         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12841         function.
12842         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12843         gl_tree_search. Add start_index, end_index arguments.
12844         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12845         start_index, end_index arguments.
12846         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12847         Update.
12848         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12849
12850 2006-10-05  Bruno Haible  <bruno@clisp.org>
12851
12852         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12853
12854         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12855         fwriteerror_temp): New declarations.
12856         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12857         (descriptors): New variable.
12858         (cleanup): First, close the descriptors.
12859         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12860         fclose_temp, fwriteerror_temp): New functions.
12861
12862 2006-10-04  Jim Meyering  <jim@meyering.net>
12863
12864         * lib/fts.c (fts_open): Tiny comment change.
12865
12866 2006-10-04  Bruno Haible  <bruno@clisp.org>
12867
12868         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12869         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12870         gl_LOCK_BODY.
12871         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12872         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12873         gl_LOCK_EARLY_BODY.
12874         (gl_LOCK): Require gl_LOCK_BODY.
12875
12876 2006-10-04  Bruno Haible  <bruno@clisp.org>
12877
12878         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12879         (gl_oset_search_atleast): New declaration.
12880         (struct gl_oset_implementation): Add field 'search_atleast'.
12881         (gl_oset_search_atleast): New inline function.
12882         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12883         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12884         (gl_array_oset_implementation): Update.
12885         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12886         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12887         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12888
12889 2006-10-04  Bruno Haible  <bruno@clisp.org>
12890
12891         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12892
12893 2006-10-03  Bruno Haible  <bruno@clisp.org>
12894
12895         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12896         from gl_avltreehash_list_implementation.
12897
12898 2006-10-03  Bruno Haible  <bruno@clisp.org>
12899
12900         * lib/gl_oset.c (gl_oset_add): Fix return type.
12901
12902 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12903
12904         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12905
12906 2006-10-02  Eric Blake  <ebb9@byu.net>
12907
12908         * modules/strnlen (Depends-on): Add extensions.
12909
12910 2006-10-02  Eric Blake  <ebb9@byu.net>
12911
12912         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12913         definition in 2.60+.
12914
12915 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12916
12917         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12918         checks.
12919
12920 2006-10-02  Bruno Haible  <bruno@clisp.org>
12921
12922         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12923         to the AUTOMAKE_OPTIONS.
12924         Reported by Jim Meyering.
12925
12926 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12927
12928         Work around bug in Solaris 10 /proc file system:
12929         /proc/self/fd/NNN/.. isn't the parent directory of
12930         the directory whose file descriptor is NNN.  This needs to
12931         be worked around at run time, not compile time, since a
12932         program might be built on Solaris 8, where things work, and
12933         run on Solaris 10.
12934         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12935         to use the following interface instead:
12936         (OPENAT_BUFFER_SIZE): New macro.
12937         (openat_proc_name): New function.
12938         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12939         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12940         Likewise.
12941         * lib/openat-proc.c: New file.
12942         * modules/openat (Files): Add lib/openat-proc.c.
12943         (Depends-on): Add same-inode, stdbool.
12944         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12945
12946 2006-09-29  Bruno Haible  <bruno@clisp.org>
12947
12948         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12949         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12950         argument. Set stdout_closed before testing for ferror, not after.
12951         (fwriteerror, fwriteerror_no_ebadf): New functions.
12952
12953 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12954
12955         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12956
12957 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12958
12959         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12960         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12961
12962 2006-09-28  Jim Meyering  <jim@meyering.net>
12963
12964         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12965         Include <unistd.h>.
12966
12967 2006-09-28  Bruno Haible  <bruno@clisp.org>
12968
12969         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12970         * modules/linkedhash-list (Depends-on): Likewise.
12971         * modules/rbtreehash-list (Depends-on): Likewise.
12972
12973 2006-09-28  Bruno Haible  <bruno@clisp.org>
12974
12975         * lib/strndup.h: Simplify the redefinition of strndup.
12976         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12977         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12978
12979 2006-09-28  Bruno Haible  <bruno@clisp.org>
12980
12981         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12982         * lib/gl_linkedhash_list.c: Likewise.
12983         * lib/gl_rbtreehash_list.c: Likewise.
12984
12985 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12986
12987         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12988         getaddrinfo.
12989
12990         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12991         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12992         it causes <stdio_ext.h> to cause a compile-time error.
12993         Problem reported by Nelson H. F. Beebe.
12994         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12995         of HAVE_DECL___PENDING.
12996
12997         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12998         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12999         declaration.
13000
13001 2006-09-27  Jim Meyering  <jim@meyering.net>
13002
13003         This file could end up with a definition for a function
13004         named __strndup, rather than rpl_strndup on a system with
13005         incomplete weak_alias support.
13006         * lib/strndup.c (strndup): Rename from __strndup.
13007         Remove #defines that used to map __strndup to strndup.
13008         Don't use K&R prototypes.
13009         Remove LIBC-related code, since this file is not sync'd with glibc.
13010         * lib/strndup.h: Revamp, accordingly.
13011         * m4/strndup.m4: Modernize.
13012
13013 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * modules/savewd (Depends-on): Add 'raise'.
13016         * lib/savewd.c: Include <signal.h>, for 'raise'.
13017
13018 2006-09-26  Jim Meyering  <jim@meyering.net>
13019
13020         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
13021         when we detect Darwin 8.7.0's acl_get_file bug.
13022         Rearrange to perform the new (below) run-test while $LIBS
13023         contains any acl-related library.  Set USE_ACL at the end.
13024         (gl_ACL_GET_FILE): New function.
13025
13026 2006-09-26  Eric Blake  <ebb9@byu.net>
13027
13028         * lib/verror.c: Include <config.h> unconditionally.
13029
13030 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
13031
13032         * modules/clock-time (Maintainer): Add self.
13033         * modules/getlogin_r (Depends-on): Add extensions.
13034
13035 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13036
13037         * modules/clock-time: New module.
13038         * modules/nanosleep (Depends-on): Add clock-time.
13039         * modules/gethrxtime (Depends-on): Likewise.
13040         * modules/gettime (Depends-on): Likewise.
13041         * modules/settime (Depends-on): Likewise.
13042
13043         * modules/fts-lgpl: Depend on openat.
13044         * modules/mkancesdirs: Depend on savewd.
13045         * modules/mkdir-p: Likewise.
13046
13047 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13048
13049         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
13050
13051         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
13052         `gl_have_arbitrary_file_name_length_limit' to
13053         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
13054         actually works between configure runs.
13055
13056 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13057             Bruno Haible  <bruno@clisp.org>
13058
13059         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
13060
13061 2006-09-25  Jim Meyering  <jim@meyering.net>
13062
13063         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
13064         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
13065
13066 2006-09-25  Eric Blake  <ebb9@byu.net>
13067
13068         * gnulib-tool (func_import, func_create_testdir): Fix typos in
13069         exec's in 2006-09-18 patch when shuffling fds.
13070
13071 2006-09-25  Bruno Haible  <bruno@clisp.org>
13072
13073         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
13074         Reported by Jim Meyering.
13075
13076 2006-09-24  Jim Meyering  <jim@meyering.net>
13077
13078         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
13079         compare a pointer against a literal "0".  That caused failures with
13080         at least HP-UX's hpcc.
13081
13082 2006-09-22  Simon Josefsson  <jas@extundo.com>
13083
13084         * modules/gc-sha1:
13085         * modules/gc-md4:
13086         * modules/gc-hmac-sha1:
13087         * modules/gc-hmac-md5:
13088         * modules/gc-des:
13089         * modules/gc-arcfour: Distribute more files.
13090
13091 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13092
13093         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13094         (gl_linked_iterator_from_to): Initialize struct completely.
13095         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13096         (gl_tree_iterator_from_to): Likewise
13097         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13098         * lib/gl_array_list.c [lint] (gl_array_iterator)
13099         (gl_array_iterator_from_to): Likewise.
13100         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13101         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13102         (gl_carray_iterator_from_to): Likewise.
13103
13104         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13105         * lib/md4.c (md4_process_block): Remove unused variable.
13106         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13107         parentheses for clarity.
13108
13109 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13110
13111         * modules/bison-i18n (Depends-on): Add gettext.
13112
13113 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13114
13115         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13116         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13117         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13118         also add missing comma that caused broken test.
13119         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13120         stdlib.h, for `abort'.
13121         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13122         variables.
13123         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13124         include unistd.h if present, for `rmdir'.
13125         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13126         variables.
13127         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13128         in the process include standard headers for prototypes.
13129         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13130         gets declared on GNU/Linux.
13131         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13132         unistd.h, for `rmdir'.
13133         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13134
13135         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13136         always true.
13137         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13138
13139         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13140
13141 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13142
13143         * gnulib-tool (func_version): Create output all at once.  This
13144         may help avoid triggering unnecessary SIGPIPEs, and at any
13145         rate it doesn't hurt.
13146
13147 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13148             Bruno Haible  <bruno@clisp.org>
13149
13150         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13151         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13152         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13153
13154         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13155         (gl_FUNC_VASPRINTF): Invoke it.
13156
13157 2006-09-22  Bruno Haible  <bruno@clisp.org>
13158
13159         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13160         getloadavg.c as first argument.
13161
13162 2006-09-22  Bruno Haible  <bruno@clisp.org>
13163
13164         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13165         at the beginning of the gl_INIT macro.
13166         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13167         gl_GETLOADAVG.
13168
13169 2006-09-22  Bruno Haible  <bruno@clisp.org>
13170
13171         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13172         module.
13173         Suggested by Ralf Wildenhues.
13174
13175 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13176
13177         Import this patch from libc:
13178
13179         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13180
13181         * lib/regex_internal.c (re_string_reconstruct): Handle
13182         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13183         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13184         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13185         re_string_context_at.
13186
13187         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13188         now requires it.
13189         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13190         gl_REGEX now does it for us.
13191         (gl_REGEX): Add test taken from
13192         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13193
13194         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13195         Check that large offsets work.  Modernize Autoconf usages.
13196         Prefer "yes" to mean a good thing rather than a bad.
13197         Don't put "#define mkstemp" in config.h, as this might interfere
13198         with standard system headers that "#define mkstemp mkstemp64".
13199
13200         * modules/mkstemp (Depends-on): Add extensions, so that
13201         mkstemp is visible on some platforms.
13202         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13203         (Include): Change to "mkstemp.h" from <stdlib.h>.
13204         (Files): Add mkstemp.h.
13205
13206         * lib/mkstemp.h: New file, since some standard headers
13207         #define mkstemp.
13208         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13209         Include "mkstemp.h".
13210         Make the _LIBC code resemble glibc original more,
13211         e.g., use K&R style.
13212         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13213         (mkstemp): Remove, since mkstemp.h does this for us.
13214         * lib/stdlib--.h: Include mkstemp.h.
13215
13216         Import this patch from libc:
13217
13218         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13219
13220         * lib/tempname.c (__gen_tempname): Change attempts_min
13221         into a macro.  Use preprocessor to decide how to initialize
13222         attempts [Coverity CID 67].
13223
13224 2006-09-20  Bruno Haible  <bruno@clisp.org>
13225
13226         * lib/mkdtemp.c: Import from libc.
13227         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13228                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13229                 attempts_min into a macro.  Use preprocessor to decide how to
13230                 initialize attempts [Coverity CID 67].
13231         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13232                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13233                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13234
13235 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13236
13237         * gnulib-tool (func_exit): New function, to allow to pass the
13238         exit status portably through the trap.  Use everywhere.
13239         (--help, --version): Signal a write error.
13240         (trap): catch SIGPIPE, for write errors.
13241         Exit at the end of the trap, with the correct exit status.
13242
13243 2006-09-19  Karl Berry  <karl@gnu.org>
13244
13245         * doc/gnulib.texi: note about the license texinfo files.
13246
13247 2006-09-19  Eric Blake  <ebb9@byu.net>
13248
13249         * gnulib-tool: Avoid space-tab.
13250
13251 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13252
13253         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13254         that prevented coreutils 6.1 from building.  Problem reported
13255         by Petter Reinholdtsen.
13256
13257 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13258
13259         * gnulib-tool (avoidlist): Fix typo that broke options like
13260         --avoid=lock that are used by coreutils bootstrap.
13261
13262 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13263
13264         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13265         more systematically.
13266
13267 2006-09-18  Jim Meyering  <jim@meyering.net>
13268
13269         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13270
13271 2006-09-18  Bruno Haible  <bruno@clisp.org>
13272
13273         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13274
13275 2006-09-18  Bruno Haible  <bruno@clisp.org>
13276
13277         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13278         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13279         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13280         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13281         * m4/gettext.m4: Require autoconf >= 2.52.
13282         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13283         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13284         of gl_cv_header_inttypes_h.
13285
13286 2006-09-18  Bruno Haible  <bruno@clisp.org>
13287
13288         * lib/javaversion.c: Include configmake.h.
13289
13290 2006-09-18  Bruno Haible  <bruno@clisp.org>
13291
13292         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13293         avoid that the while loops be executed in a subshell.
13294
13295 2006-09-18  Bruno Haible  <bruno@clisp.org>
13296
13297         * MODULES.html.sh (func_module): Break long lines.
13298         Suggested by Bruce Korb <bkorb@gnu.org>.
13299
13300 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13301
13302         Speed up by a factor of 1.12.
13303         * gnulib-tool (nl): New variable.
13304         (func_import): Rewrite include directive extraction to only read each
13305         directive once.
13306
13307 2006-09-17  Bruno Haible  <bruno@clisp.org>
13308
13309         * modules/javaversion (Makefile.am): Remove DEFS setting.
13310         (Depends-on): Add configmake, for PKGDATADIR definition.
13311
13312 2006-09-17  Bruno Haible  <bruno@clisp.org>
13313
13314         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13315
13316 2006-09-17  Bruno Haible  <bruno@clisp.org>
13317
13318         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13319         (func_modules_transitive_closure, func_modules_add_dummy,
13320         func_modules_to_filelist, func_import, func_create_testdir,
13321         func_create_megatestdir, ...): Use it wherever possible.
13322         Suggested by Ralf Wildenhues.
13323
13324 2006-09-16  Karl Berry  <karl@gnu.org>
13325
13326         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13327         to avoid sectioning errors.
13328         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13329         [ifinfo]: blank line after @center-ed titles.
13330         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13331         Spell FSF address consistently with others.
13332         (These changes approved by rms.)
13333
13334 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13335
13336         Speed up by a factor of 1.61.
13337         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13338         already checked module names again.
13339
13340 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13341
13342         Speed up by a factor of 1.13.
13343         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13344         for new_files, and the input to func_add_or_update.
13345
13346 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13347
13348         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13349         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13350
13351 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * modules/mkancesdirs (Depends-on): Add fcntl.
13354         * modules/savewd: New file.
13355         * MODULES.html.sh (File system functions): Add savewd.
13356
13357         * modules/configmake (Makefile.am): Add support for the
13358         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13359
13360 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13361
13362         * m4/savewd.m4: New file.
13363
13364 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13365
13366         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13367         (dirchownmod): New arg FD.  All callers changed.
13368         Use FD rather than opening the directory ourself, as opening is
13369         now the caller's responsibility.
13370         * lib/dirchownmod.h: Likewise.
13371         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13372         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13373         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13374         (test_dir): Remove.
13375         (mkancesdirs): Return length of prefix of FILE that has already
13376         been made, or -2 if there is a child doing the work.  Redo
13377         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13378         ".", and treat ".." specially since it might stray back into
13379         already-created areas.  Use a subprocess if necessary.  New arg
13380         WD; all users changed.  MAKE_DIR function should now return 1
13381         if it creates a directory that is not readable.  Return -2 if
13382         a child process is spun off.
13383         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13384         Adjust signature to match code.
13385         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13386         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13387         all users changed.
13388         * lib/savewd.c, lib/savewd.h: New files.
13389
13390 2006-09-15  Jim Meyering  <jim@meyering.net>
13391
13392         * modules/rename-dest-slash: New module.
13393         * MODULES.html.sh (posix_compat): Add it here.
13394
13395         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13396
13397 2006-09-15  Jim Meyering  <jim@meyering.net>
13398
13399         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13400         file.
13401
13402         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13403
13404 2006-09-15  Jim Meyering  <jim@meyering.net>
13405
13406         * lib/rename-dest-slash.c (has_trailing_slash): Use
13407         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13408         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13409         test before testing whether SRC is a directory.
13410         Suggestions from Bruno Haible.
13411
13412         Avoid a warning about an unused variable.
13413         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13414         into the #ifdef block where it's used.
13415
13416         * lib/rename-dest-slash.c: New file.
13417
13418 2006-09-14  Bruno Haible  <bruno@clisp.org>
13419
13420         * lib/allocsa.c: Include <config.h> unconditionally.
13421         * lib/asnprintf.c: Likewise.
13422         * lib/asprintf.c: Likewise.
13423         * lib/c-strcasecmp.c: Likewise.
13424         * lib/c-strcasestr.c: Likewise.
13425         * lib/c-strncasecmp.c: Likewise.
13426         * lib/c-strstr.c: Likewise.
13427         * lib/classpath.c: Likewise.
13428         * lib/clean-temp.c: Likewise.
13429         * lib/concatpath.c: Likewise.
13430         * lib/copy-file.c: Likewise.
13431         * lib/csharpcomp.c: Likewise.
13432         * lib/csharpexec.c: Likewise.
13433         * lib/execute.c: Likewise.
13434         * lib/fatal-signal.c: Likewise.
13435         * lib/findprog.c: Likewise.
13436         * lib/fwriteerror.c: Likewise.
13437         * lib/gl_array_list.c: Likewise.
13438         * lib/gl_array_oset.c: Likewise.
13439         * lib/gl_avltree_list.c: Likewise.
13440         * lib/gl_avltree_oset.c: Likewise.
13441         * lib/gl_avltreehash_list.c: Likewise.
13442         * lib/gl_carray_list.c: Likewise.
13443         * lib/gl_linked_list.c: Likewise.
13444         * lib/gl_linkedhash_list.c: Likewise.
13445         * lib/gl_list.c: Likewise.
13446         * lib/gl_oset.c: Likewise.
13447         * lib/gl_rbtree_list.c: Likewise.
13448         * lib/gl_rbtree_oset.c: Likewise.
13449         * lib/gl_rbtreehash_list.c: Likewise.
13450         * lib/imaxabs.c: Likewise.
13451         * lib/imaxdiv.c: Likewise.
13452         * lib/javacomp.c: Likewise.
13453         * lib/javaexec.c: Likewise.
13454         * lib/javaversion.c: Likewise.
13455         * lib/linebreak.c: Likewise.
13456         * lib/localcharset.c: Likewise.
13457         * lib/lock.c: Likewise.
13458         * lib/mbchar.c: Likewise.
13459         * lib/mbswidth.c: Likewise.
13460         * lib/mkdtemp.c: Likewise.
13461         * lib/pipe.c: Likewise.
13462         * lib/printf-args.c: Likewise.
13463         * lib/printf-parse.c: Likewise.
13464         * lib/progname.c: Likewise.
13465         * lib/progreloc.c: Likewise.
13466         * lib/readlink.c: Likewise.
13467         * lib/sh-quote.c: Likewise.
13468         * lib/stpcpy.c: Likewise.
13469         * lib/stpncpy.c: Likewise.
13470         * lib/strcasecmp.c: Likewise.
13471         * lib/strcasestr.c: Likewise.
13472         * lib/strcspn.c: Likewise.
13473         * lib/striconv.c: Likewise.
13474         * lib/strncasecmp.c: Likewise.
13475         * lib/strnlen1.c: Likewise.
13476         * lib/strstr.c: Likewise.
13477         * lib/strtok_r.c: Likewise.
13478         * lib/tls.c: Likewise.
13479         * lib/tmpdir.c: Likewise.
13480         * lib/unicodeio.c: Likewise.
13481         * lib/unsetenv.c: Likewise.
13482         * lib/vasnprintf.c: Likewise.
13483         * lib/vasprintf.c: Likewise.
13484         * lib/wait-process.c: Likewise.
13485         * lib/xallocsa.c: Likewise.
13486         * lib/xsetenv.c: Likewise.
13487         * lib/xstriconv.c: Likewise.
13488
13489 2006-09-13  Simon Josefsson  <jas@extundo.com>
13490
13491         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13492         that internally, suggested by Ralf Wildenhues
13493         <Ralf.Wildenhues@gmx.de>.
13494
13495 2006-09-13  Simon Josefsson  <jas@extundo.com>
13496
13497         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13498         @LIBOBJS@.
13499         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13500
13501 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13502
13503         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13504         longer worry about uses that don't define HAVE_CONFIG_H.
13505         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13506         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13507         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13508         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13509         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13510         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13511         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13512         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13513         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13514         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13515         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13516         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13517         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13518         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13519         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13520         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13521         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13522         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13523         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13524         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13525         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13526         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13527         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13528         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13529         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13530         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13531         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13532         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13533         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13534         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13535         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13536         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13537         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13538         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13539         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13540         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13541         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13542         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13543         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13544         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13545         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13546         Likewise.
13547
13548 2006-09-13  Eric Blake  <ebb9@byu.net>
13549
13550         * lib/getopt.c: Fix typo in last commit.
13551
13552 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13553
13554         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13555         dgettext.
13556
13557 2006-09-12  Jim Meyering  <jim@meyering.net>
13558
13559         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13560         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13561         Reported by Nelson H. F. Beebe.
13562
13563 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13564
13565         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13566         program_invocation_name and program_invocation_short_name are
13567         initialized.
13568         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13569         and program_invocation_short_name to argp.h, so they are visible
13570         to user programs.
13571         * lib/argp.h: Likewise
13572
13573 2006-09-10  Bruno Haible  <bruno@clisp.org>
13574
13575         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13576         m4/inttypes_h.m4, m4/uintmax_t.m4.
13577
13578 2006-09-10  Bruno Haible  <bruno@clisp.org>
13579
13580         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13581         gl_AC_TYPE_UINTMAX_T.
13582
13583 2006-09-10  Bruno Haible  <bruno@clisp.org>
13584
13585         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13586
13587 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13588
13589         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13590         convention.  Text proposed by Bruno Haible.
13591         (struct argp_option): Document the use of N_() wrappers.
13592
13593         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13594         '\v', and translate the two parts separately, instead of feeding
13595         the whole string to gettext.  This allows to exclude
13596         '\v' from the strings visible to the translator by writing doc
13597         strings as N_("..") "\v" N_("..").
13598
13599 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13600
13601         * config/srclist.txt: Undo latest change; the bug was fixed.
13602
13603 2006-09-09  Bruno Haible  <bruno@clisp.org>
13604
13605         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13606         assignments if building a library without libtool.
13607         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13608         in func_emit_lib_Makefile_am.
13609         (func_import): When building a static library libfoo.a, arrange to
13610         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13611         (func_create_testdir): Likewise.
13612         * modules/gc (configure.ac, Makefile.am): If building statically,
13613         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13614         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13615         * modules/striconv (configure.ac, Makefile.am): Likewise.
13616         Based on a suggestion by Ralf Wildenhues.
13617
13618 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13619
13620         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13621         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13622         Also:
13623
13624         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13625         Add year_2050_test to catch glibc bug 2821
13626         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13627
13628         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13629         Prefer #ifdef to #if.
13630
13631         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13632         Return from 'main' instead of calling 'exit'.
13633
13634 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13635
13636         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13637         returned the maximum time_t value rather than (time_t) -1.
13638         Problem originally reported by William Bardwell
13639         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13640
13641         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13642         Moved to here ...
13643         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13644         ... from here.
13645
13646 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13647
13648         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13649         2821 is fixed.
13650
13651 2006-09-08  Jim Meyering  <jim@meyering.net>
13652
13653         Don't make generated files read-only.  That would bother too many
13654         people.  However, do retain the ability to work when targets are
13655         read-only: remove the destination and temporary files before writing
13656         them (when generated via sed or echo), or by using the -f option for
13657         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13658         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13659         * modules/byteswap, modules/configmake, modules/fcntl:
13660         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13661         * modules/localcharset, modules/netinet_in, modules/poll:
13662         * modules/stdbool, modules/stdint, modules/sys_select:
13663         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13664
13665 2006-09-08  Jim Meyering  <jim@meyering.net>
13666
13667         Avoid new build failure on FreeBSD 6.0.
13668         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13669         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13670         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13671
13672 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13673
13674         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13675
13676 2006-09-07  Jim Meyering  <jim@meyering.net>
13677
13678         Fix global typo in last change: use chmod u-w, not chmod u-x.
13679         Spotted by Paul Eggert and Bruce Korb.
13680         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13681         * modules/byteswap, modules/configmake, modules/fcntl:
13682         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13683         * modules/localcharset, modules/netinet_in, modules/poll:
13684         * modules/stdbool, modules/stdint, modules/sys_select:
13685         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13686
13687 2006-09-06  Jim Meyering  <jim@meyering.net>
13688
13689         Make generated files be read-only.
13690         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13691         Ensure that each generated file is now read-only.
13692         * modules/argz: Likewise.
13693         * modules/arpa_inet: Likewise.
13694         * modules/byteswap: Likewise.
13695         * modules/configmake: Likewise.
13696         * modules/fcntl: Likewise.
13697         * modules/fnmatch: Likewise.
13698         * modules/getopt: Likewise.
13699         * modules/glob: Likewise.
13700         * modules/inttypes: Likewise.
13701         * modules/netinet_in: Likewise.
13702         * modules/poll: Likewise.
13703         * modules/stdbool: Likewise.
13704         * modules/stdint: Likewise.
13705         * modules/sys_select: Likewise.
13706         * modules/sys_socket: Likewise.
13707         * modules/sys_stat: Likewise.
13708         * modules/sysexits: Likewise.
13709         * modules/localcharset: Same as above, but continue using temporary
13710         file named "t-$@" (why different?) rather than the "$@-t" used
13711         everywhere else.
13712
13713         * modules/sysexits (Makefile.am): Replace literal occurrences
13714         of "sysexit.h" more readable, and more consistent, "$@".
13715
13716 2006-09-06  Bruno Haible  <bruno@clisp.org>
13717
13718         * modules/striconv: New file.
13719         * modules/xstriconv: New file.
13720         * MODULES.html.sh (Internationalization functions): Add striconv,
13721         xstriconv.
13722
13723 2006-09-06  Bruno Haible  <bruno@clisp.org>
13724
13725         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13726         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13727         not using libtool correctly.
13728
13729 2006-09-06  Bruno Haible  <bruno@clisp.org>
13730
13731         * lib/striconv.h: New file.
13732         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13733         iconvstring.c.
13734         * lib/xstriconv.h: New file.
13735         * lib/xstriconv.c: New file.
13736
13737 2006-09-06  Bruno Haible  <bruno@clisp.org>
13738
13739         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13740         lib_..._LDFLAGS.
13741
13742 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13743
13744         * lib/argz_.h: Sync from Libtool.
13745
13746         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13747                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13748
13749         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13750
13751 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13752
13753         * modules/trim: New file.
13754
13755 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13756
13757         * lib/trim.h: New file.
13758         * lib/trim.c: New file.
13759
13760 2006-09-05  Bruno Haible  <bruno@clisp.org>
13761
13762         * MODULES.html.sh (String handling): Add trim.
13763
13764 2006-09-04  Karl Berry  <karl@gnu.org>
13765
13766         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13767         until next release.
13768
13769 2006-09-03  Bruno Haible  <bruno@clisp.org>
13770
13771         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13772         correctly.
13773
13774 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13775
13776         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13777         not gl_GETLOADAVG.  Omit unneeded semicolons.
13778         Problems reported by Ralf Wildenhues in
13779         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13780         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13781         at the end, which is the usual gnulib style.
13782
13783         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13784         of doing all the work ourselves.
13785         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13786         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13787
13788 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13789
13790         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13791         Problem reported by Ralf Wildenhues in
13792         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13793
13794         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13795         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13796
13797 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13800         yesterday's patch by changing test -n to test -z.
13801
13802 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13803
13804         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13805         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13806         the former is now obsolescent.
13807
13808         * modules/chdir-long (Depends-on): Add fcntl.
13809
13810 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13811
13812         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13813         obsolescent, and programs should use gnulib instead.
13814         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13815         but with prefixes changed.
13816
13817 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13820         or stdbool.h, because they might not exist while configuring.
13821
13822         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13823         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13824         does that for us.
13825         (O_DIRECTORY): Remove.
13826
13827 2006-08-31  Eric Blake  <ebb9@byu.net>
13828
13829         * gnulib-tool: Don't let emacs change spaces to TAB.
13830
13831 2006-08-31  Bruno Haible  <bruno@clisp.org>
13832
13833         * gnulib-tool: When calling func_import more than once, do it in a
13834         subshell.
13835         Reported by Eric Blake <ebb9@byu.net>.
13836
13837 2006-08-31  Bruno Haible  <bruno@clisp.org>
13838
13839         * gnulib-tool (nl): Remove variable.
13840         (sed_transform_lib_file): Use more robust test for config-h module.
13841         (func_import): Fix typo in 2006-08-25 patch.
13842
13843 2006-08-31  Bruno Haible  <bruno@clisp.org>
13844
13845         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13846         specified, augment Makefile.am variables instead of assigning them.
13847
13848 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13849
13850         Work around a bug in both the Linux and SunOS 64-bit kernels:
13851         nanosleep mishandles sleeps for longer than 2**31 seconds.
13852         Problem reported by Frank v Waveren in
13853         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13854         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13855         Check for nanosleep bug.
13856         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13857
13858 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13859
13860         Work around a bug in both the Linux and SunOS 64-bit kernels:
13861         nanosleep mishandles sleeps for longer than 2**31 seconds.
13862         Problem reported by Frank v Waveren in
13863         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13864         * lib/nanosleep.c (BILLION): New constant.
13865         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13866         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13867         implementation.
13868
13869 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13870
13871         * modules/nanosleep (Depends-on): Add gettime.
13872
13873 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13874         and Simon Josefsson  <jas@extundo.com>
13875         and Oskar Liljeblad  <oskar@osk.mine.nu>
13876
13877         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13878         * gnulib-tool (func_import): New license type 'unmodifiable license
13879         text'.
13880         * modules/fdl: Use it.  Longer description.
13881         * module/gpl, module/lgpl: New files.
13882
13883 2006-08-30  Jim Meyering  <jim@meyering.net>
13884
13885         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13886         shadowing the parameter.
13887
13888 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13889
13890         Sync from Libtool:
13891
13892         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13893
13894         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13895         sharing with gnulib.  Report by Eric Blake.
13896
13897 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13898
13899         * modules/isapipe: New file.
13900         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13901
13902 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13903
13904         * modules/configmake (Makefile.am): Add a comment, and omit
13905         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13906         by Bruno Haible.
13907
13908 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13909
13910         * m4/isapipe.m4: New file.
13911
13912 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         * lib/isapipe.c, lib/isapipe.h: New files.
13915
13916 2006-08-29  Jim Meyering  <jim@meyering.net>
13917
13918         * modules/configmake (Makefile.am): Make configmake.h depend on
13919         Makefile.  Otherwise, a stale configmake.h could hang around.
13920
13921 2006-08-29  Eric Blake  <ebb9@byu.net>
13922
13923         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13924         resolution of upstream bug 3044.
13925
13926 2006-08-29  Bruno Haible  <bruno@clisp.org>
13927
13928         * modules/localcharset (Depends-on): Add configmake.
13929         (Makefile.am): Remove setting of LIBDIR through DEFS.
13930
13931 2006-08-29  Bruno Haible  <bruno@clisp.org>
13932
13933         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13934         defined.
13935
13936 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13937
13938         * modules/fcntl: New file.
13939         * modules/chdir-safer (Depends-on): Add fcntl.
13940         * modules/fts: Likewise.
13941         * modules/mkdir-p: Likewise.
13942
13943         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13944         This undoes the most recent change, since we're now addressing the
13945         problem in a different way.
13946
13947         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13948         into output, since the output might be called Makefile.am even
13949         if $makefile_name is something different.
13950         (func_import): Use $makefile_am rather than
13951         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13952         empty.
13953
13954         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13955
13956 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13957
13958         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13959         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13960         recent change to stdint.m4, since we're now addressing the problem in a
13961         different way.
13962
13963 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13964
13965         * m4/fcntl_h.m4: New file.
13966
13967 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13968
13969         * lib/fcntl_.h: New file.
13970         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13971         the fcntl module.
13972         * lib/dirchownmod.c: Likewise.
13973         * lib/fts.c: Likewise.
13974
13975         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13976         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13977         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13978         just before including <inttypes.h>, to avoid circular inclusion.
13979
13980 2006-08-28  Jim Meyering  <jim@meyering.net>
13981
13982         * doc/visibility.texi: Actually read and correct the grammar of the
13983         sentence affected by yesterday's change.
13984
13985 2006-08-28  Eric Blake  <ebb9@byu.net>
13986
13987         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13988         needs wrapper.
13989
13990 2006-08-28  Eric Blake  <ebb9@byu.net>
13991
13992         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13993
13994 2006-08-28  Eric Blake  <ebb9@byu.net>
13995
13996         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13997
13998 2006-08-28  Bruno Haible  <bruno@clisp.org>
13999
14000         * modules/c-strstr: New file, from GNU gettext.
14001         * MODULES.html.sh (String handling): Add c-strstr.
14002
14003 2006-08-28  Bruno Haible  <bruno@clisp.org>
14004
14005         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
14006         macros.
14007         Reported by Eric Blake.
14008
14009 2006-08-28  Bruno Haible  <bruno@clisp.org>
14010
14011         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
14012         (VASNPRINTF): Return a string of length > INT_MAX without failing.
14013         * lib/vasprintf.c: Include errno.h, limits.h.
14014         (EOVERFLOW): New fallback definition.
14015         (vasprintf): Test here whether the string length is > INT_MAX.
14016         * lib/vsnprintf.c: Include errno.h, limits.h.
14017         (EOVERFLOW): New fallback definition.
14018         (vsnprintf): Fix bug when generated string was too long for the buffer.
14019         Test here whether the string length is > INT_MAX.
14020
14021 2006-08-28  Bruno Haible  <bruno@clisp.org>
14022
14023         * lib/inttypes_.h (SCNX*): Remove definitions.
14024         Reported by Eric Blake.
14025
14026 2006-08-28  Bruno Haible  <bruno@clisp.org>
14027
14028         * lib/c-strstr.h: New file, from GNU gettext.
14029         * lib/c-strstr.c: New file, from GNU gettext.
14030
14031 2006-08-28  Bruno Haible  <bruno@clisp.org>
14032
14033         * gnulib-tool: Reorder some statements.
14034
14035 2006-08-28  Bruno Haible  <bruno@clisp.org>
14036
14037         * gnulib-tool: New option --makefile-name.
14038         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
14039         $makefile_name.
14040         (func_import): Write $makefile_name to the cache file, and read it from
14041         there unless explicitly specified. Use $makefile_name as file name
14042         instead of Makefile.am. Adjust the recommendations accordingly.
14043
14044 2006-08-28  Bruno Haible  <bruno@clisp.org>
14045
14046         * gnulib-tool (func_verify_module): Check against misapplying patch.
14047
14048 2006-08-28  Bruno Haible  <bruno@clisp.org>
14049
14050         * gnulib-tool (func_relativize, func_relconcat): New functions.
14051         Give an error if --local-dir is given with --update.
14052         Remove trailing slashes from $local_gnulib_dir.
14053         (func_import): Store the relativized $local_gnulib_dir in
14054         gnulib-cache.m4, and read it from there if not specified explicitly.
14055
14056 2006-08-28  Bruno Haible  <bruno@clisp.org>
14057
14058         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
14059         is the current directory. Respect also $local_gnulib_dir.
14060
14061 2006-08-28  Bruno Haible  <bruno@clisp.org>
14062             Simon Josefsson  <jas@extundo.com>
14063
14064         BeOS portability.
14065         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
14066
14067 2006-08-27  Jim Meyering  <jim@meyering.net>
14068
14069         * doc/visibility.texi: Remove duplicate word: "pointer".
14070
14071 2006-08-26  Bruno Haible  <bruno@clisp.org>
14072
14073         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
14074         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
14075         (Makefile.am): Create inttypes.h from inttypes_.h.
14076         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
14077
14078         * modules/imaxabs: New file.
14079
14080         * modules/imaxdiv: New file.
14081
14082 2006-08-26  Bruno Haible  <bruno@clisp.org>
14083
14084         * m4/inttypes.m4: New file.
14085         * m4/_inttypes_h.m4: Remove file.
14086         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
14087         PRI_MACROS_BROKEN.
14088         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
14089
14090         * m4/imaxabs.m4: New file.
14091
14092         * m4/imaxdiv.m4: New file.
14093
14094 2006-08-26  Bruno Haible  <bruno@clisp.org>
14095
14096         * lib/inttypes_.h: New file.
14097         * lib/inttypes.h: Remove file.
14098         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14099
14100         * lib/imaxabs.c: New file.
14101
14102         * lib/imaxdiv.c: New file.
14103
14104 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14105
14106         New config-h module, so that "make" output needn't be cluttered
14107         by -DHAVE_CONFIG_H.
14108         * MODULES.html.sh (Support for building libraries and executables):
14109         Add config-h.
14110         * modules/config-h: New file.
14111         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14112         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14113         the config-h module is used.
14114
14115         New configmake module, so that "make" output needn't be cluttered
14116         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14117         * MODULES.html.sh (Support for building libraries and executables):
14118         Add configmake.
14119         * modules/configmake: New file.
14120
14121 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14122
14123         * m4/config-h.m4: New file.
14124
14125 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14126
14127         * config/srclist.txt: Add elisp-comp.
14128
14129 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14130
14131         * MODULES.html.sh (Support for building libraries and executables):
14132         Add elisp-comp.
14133         * build-aux/elisp-comp: New file.
14134         * modules/elisp-comp: New file.
14135
14136 2006-08-24  Bruno Haible  <bruno@clisp.org>
14137
14138         * gnulib-tool (func_create_testdir): Use non-default values of
14139         sourcebase and m4base.
14140
14141 2006-08-24  Bruno Haible  <bruno@clisp.org>
14142
14143         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14144         HTML structure.
14145
14146 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14147
14148         * modules/openat (Depends-on): Add lchown.
14149
14150 2006-08-23  Bruno Haible  <bruno@clisp.org>
14151
14152         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14153         of gl_LOCK_EARLY instead of gl_LOCK.
14154
14155 2006-08-23  Bruno Haible  <bruno@clisp.org>
14156
14157         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14158         on OSF/1 to no.
14159         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14160
14161 2006-08-23  Bruno Haible  <bruno@clisp.org>
14162
14163         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14164         as unusable.
14165
14166         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14167         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14168         (gl_LOCK): New macro.
14169
14170 2006-08-22  Simon Josefsson  <jas@extundo.com>
14171
14172         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14173         to md5 module.
14174
14175 2006-08-22  Simon Josefsson  <jas@extundo.com>
14176
14177         * MODULES.html.sh: Add "Support for maintaining and release
14178         projects".
14179
14180         * build-aux/gnupload: New file, from coreutils.
14181
14182 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14183
14184         Avoid the need for AC_LIBSOURCES in m4 macros.
14185         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14186         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14187         * modules/check-version (EXTRA_DIST): Add check-version.h.
14188         * modules/crc (EXTRA_DIST): Add crc.h.
14189         * modules/des (EXTRA_DIST): Add des.h.
14190         * modules/gc (EXTRA_DIST): Add gc.h.
14191         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14192         * modules/getline (EXTRA_DIST): Add getline.h.
14193         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14194         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14195         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14196         * modules/md2 (EXTRA_DIST): Add md2.h.
14197         * modules/md4 (EXTRA_DIST): Add md4.h.
14198         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14199         * modules/read-file (EXTRA_DIST): Add read-file.h.
14200         * modules/readline (EXTRA_DIST): Add readline.h.
14201         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14202         rijndael-api-fst.h.
14203
14204 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         * m4/rijndael.m4 (gl_ARCFOUR):
14207         * m4/arctwo.m4 (gl_ARCTWO):
14208         * m4/check-version.m4 (gl_CHECK_VERSION):
14209         * m4/crc.m4 (gl_CRC):
14210         * m4/des.m4 (gl_DES):
14211         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14212         * m4/gc.m4 (gl_GC):
14213         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14214         * m4/getline.m4 (gl_FUNC_GETLINE):
14215         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14216         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14217         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14218         * m4/md2.m4 (gl_MD2):
14219         * m4/md4.m4 (gl_MD4):
14220         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14221         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14222         * m4/readline.m4 (gl_FUNC_READLINE):
14223         * m4/rijndael.m4 (gl_RIJNDAEL):
14224         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14225         to get the necessary .h files and whatnot.
14226
14227 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14228
14229         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14230         gnulib rather than the other way around.
14231         * config/srclistvars.sh (COREUTILS): Remove.
14232
14233 2006-08-22  Jim Meyering  <jim@meyering.net>
14234
14235         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14236
14237         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14238
14239 2006-08-22  Eric Blake  <ebb9@byu.net>
14240
14241         * modules/regexprops-generic: New file.
14242         * MODULES.html.sh (Support for building documentation): List it.
14243
14244 2006-08-22  Eric Blake  <ebb9@byu.net>
14245
14246         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14247         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14248         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14249         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14250
14251 2006-08-22  Bruno Haible  <bruno@clisp.org>
14252
14253         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14254         and lib_LTLIBRARIES like the other lib_* variables.
14255
14256 2006-08-22  Bruno Haible  <bruno@clisp.org>
14257
14258         * build-aux/x-to-1.in: New file, from GNU gettext.
14259
14260 2006-08-22  Bruno Haible  <bruno@clisp.org>
14261
14262         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14263         <utmpx.h> exists.
14264
14265 2006-08-22  Bruno Haible  <bruno@clisp.org>
14266
14267         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14268         <utmpx.h> exists.
14269
14270 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14271
14272         BeOS portability.
14273         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14274         exist.
14275         Problem reported by Bruno Haible.
14276
14277 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         Avoid the need for AC_LIBSOURCES in m4 macros.
14280         * modules/acl (EXTRA_DIST): Add acl.h.
14281         * modules/argmatch (Files): Add m4/argmatch.m4.
14282         (configure.ac): Add gl_ARGMATCH.
14283         (EXTRA_DIST): Renamed from lib_SOURCES, for
14284         consistency with the other modules.  Remove argmatch.c.
14285         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14286         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14287         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14288         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14289         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14290         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14291         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14292         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14293         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14294         * modules/closeout (EXTRA_DIST): Add closeout.h.
14295         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14296         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14297         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14298         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14299         dirname.h; remove basename.c and stripslash.c.
14300         * modules/exclude (EXTRA_DIST): Add exclude.h.
14301         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14302         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14303         * modules/file-type (EXTRA_DIST): Add file-type.h.
14304         * modules/filemode (EXTRA_DIST): Add filemode.h.
14305         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14306         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14307         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14308         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14309         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14310         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14311         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14312         * modules/getdate (EXTRA_DIST): Add getdate.c.
14313         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14314         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14315         * modules/getpass (EXTRA_DIST): Add getpass.h.
14316         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14317         * modules/group-member (EXTRA_DIST): Add group-member.h.
14318         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14319         * modules/hash (EXTRA_DIST): Add hash.h.
14320         * modules/human (EXTRA_DIST): Add human.h.
14321         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14322         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14323         * modules/lchown (EXTRA_DIST): Add lchown.h.
14324         * modules/long-options (EXTRA_DIST): Add long-options.h.
14325         * modules/lstat (EXTRA_DIST): Add lstat.h.
14326         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14327         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14328         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14329         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14330         * modules/memxor (EXTRA_DIST): Add memxor.h.
14331         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14332         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14333         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14334         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14335         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14336         * modules/physmem (EXTRA_DIST): Add physmem.h.
14337         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14338         * modules/posixver (EXTRA_DIST): Add posixver.h.
14339         * modules/quote (EXTRA_DIST): Add quote.h.
14340         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14341         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14342         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14343         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14344         regex_internal.h regexec.c.
14345         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14346         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14347         * modules/same (EXTRA_DIST): Add same.h.
14348         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14349         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14350         * modules/savedir (EXTRA_DIST): Add savedir.h.
14351         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14352         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14353         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14354         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14355         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14356         * modules/strdup (EXTRA_DIST): Add strdup.h.
14357         * modules/strftime (EXTRA_DIST): Add strftime.h.
14358         * modules/strndup (EXTRA_DIST): Add strndup.h.
14359         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14360         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14361         * modules/time_r (EXTRA_DIST): Add time_r.h.
14362         * modules/timespec (EXTRA_DIST): Add timespec.h.
14363         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14364         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14365         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14366         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14367         * modules/userspec (EXTRA_DIST): Add userspec.h.
14368         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14369         * modules/utimens (EXTRA_DIST): Add utimens.h.
14370         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14371         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14372         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14373         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14374         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14375         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14376         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14377         * modules/yesno (EXTRA_DIST): Add yesno.h.
14378
14379 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14380
14381         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14382
14383         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14384         * m4/dev-ino.m4, same-inode.m4: Remove.
14385
14386         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14387         * m4/acl.m4 (AC_FUNC_ACL):
14388         * m4/backupfile.m4 (gl_BACKUPFILE):
14389         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14390         * m4/canon-host.m4 (gl_CANON_HOST):
14391         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14392         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14393         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14394         * m4/cloexec.m4 (gl_CLOEXEC):
14395         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14396         * m4/closeout.m4 (gl_CLOSEOUT):
14397         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14398         * m4/dirname.m4 (gl_DIRNAME):
14399         * m4/exclude.m4 (gl_EXCLUDE):
14400         * m4/exitfail.m4 (gl_EXITFAIL):
14401         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14402         * m4/file-type.m4 (gl_FILE_TYPE):
14403         * m4/filemode.m4 (gl_FILEMODE):
14404         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14405         * m4/fpending.m4 (gl_FUNC_FPENDING):
14406         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14407         * m4/fts.m4 (gl_FUNC_FTS):
14408         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14409         * m4/getdate.m4 (gl_GETDATE):
14410         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14411         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14412         * m4/getpass.m4 (gl_FUNC_GETPASS):
14413         * m4/gettime.m4 (gl_GETTIME):
14414         * m4/getugroups.m4 (gl_GETUGROUPS):
14415         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14416         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14417         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14418         * m4/hash.m4 (gl_HASH):
14419         * m4/idcache.m4 (gl_IDCACHE):
14420         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14421         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14422         * m4/long-options.m4 (gl_LONG_OPTIONS):
14423         * m4/lstat.m4 (gl_FUNC_LSTAT):
14424         * m4/md5.m4 (gl_MD5):
14425         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14426         * m4/memcoll.m4 (gl_MEMCOLL):
14427         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14428         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14429         * m4/memxor.m4 (gl_MEMXOR):
14430         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14431         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14432         * m4/modechange.m4 (gl_MODECHANGE):
14433         * m4/mountlist.m4 (gl_MOUNTLIST):
14434         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14435         * m4/openat.m4 (gl_FUNC_OPENAT):
14436         * m4/pathmax.m4 (gl_PATHMAX):
14437         * m4/physmem.m4 (gl_PHYSMEM):
14438         * m4/posixtm.m4 (gl_POSIXTM):
14439         * m4/posixver.m4 (gl_POSIXVER):
14440         * m4/quote.m4 (gl_QUOTE):
14441         * m4/quotearg.m4 (gl_QUOTEARG):
14442         * m4/readtokens.m4 (gl_READTOKENS):
14443         * m4/readutmp.m4 (gl_READUTMP):
14444         * m4/regex.m4 (gl_REGEX):
14445         * m4/safe-read.m4 (gl_SAFE_READ):
14446         * m4/safe-write.m4 (gl_SAFE_WRITE):
14447         * m4/same.m4 (gl_SAME):
14448         * m4/save-cwd.m4 (gl_SAVE_CWD):
14449         * m4/savedir.m4 (gl_SAVEDIR):
14450         * m4/settime.m4 (gl_SETTIME):
14451         * m4/sha1.m4 (gl_SHA1):
14452         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14453         * m4/stat-macros.m4 (gl_STAT_MACROS):
14454         * m4/stat-time.m4 (gl_STAT_TIME):
14455         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14456         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14457         * m4/strdup.m4 (gl_FUNC_STRDUP):
14458         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14459         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14460         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14461         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14462         * m4/time_r.m4 (gl_TIME_R):
14463         * m4/timespec.m4 (gl_TIMESPEC):
14464         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14465         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14466         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14467         * m4/userspec.m4 (gl_USERSPEC):
14468         * m4/utimecmp.m4 (gl_UTIMECMP):
14469         * m4/utimens.m4 (gl_UTIMENS):
14470         * m4/xalloc.m4 (gl_XALLOC):
14471         * m4/xgetcwd.m4 (gl_XGETCWD):
14472         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14473         * m4/xreadlink.m4 (gl_XREADLINK):
14474         * m4/xstrtod.m4 (gl_XSTRTOD):
14475         * m4/yesno.m4 (gl_YESNO):
14476         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14477         to get the necessary .h files and whatnot.
14478
14479 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14480             Bruno Haible  <bruno@clisp.org>
14481
14482         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14483         /bin/sh understanding of '!' conditional negation.
14484
14485 2006-08-21  Jim Meyering  <jim@meyering.net>
14486
14487         * modules/openat (Depends-on): Really alphabetize.
14488
14489         * modules/acl (Depends-on): Add error and quote.
14490
14491         * check-module (find_included_lib_files): Add at-func.c to the
14492         ok-to-include-more-than-once white list.
14493
14494         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14495
14496 2006-08-21  Bruno Haible  <bruno@clisp.org>
14497
14498         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14499         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14500         Reported by Martin Lambers <marlam@marlam.de>.
14501
14502 2006-08-21  Bruno Haible  <bruno@clisp.org>
14503
14504         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14505         specify an installation location, don't emit a noinst_LIBRARIES or
14506         noinst_LTLIBRARIES assignment.
14507
14508 2006-08-21  Bruno Haible  <bruno@clisp.org>
14509
14510         BeOS portability.
14511         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14512         BeOS has mbrtowc() but no <wctype.h>.
14513
14514 2006-08-21  Bruno Haible  <bruno@clisp.org>
14515
14516         BeOS portability.
14517         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14518         exist.
14519
14520 2006-08-21  Bruno Haible  <bruno@clisp.org>
14521
14522         BeOS portability.
14523         * lib/mbchar.h: Include <wctype.h> only if it exists.
14524
14525 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14526
14527         Remove files that are no longer needed by their respective modules.
14528         * m4/obstack.m4: Remove.
14529         * m4/strerror_r.m4: Remove.
14530         * m4/uint32_t.m4: Remove.
14531         * m4/uintptr_t.m4: Remove.
14532         * m4/ullong_max.m4: Remove.
14533         * m4/xstrtoimax.m4: Remove.
14534         * m4/xstrtoumax.m4: Remove.
14535
14536         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14537         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14538         dependencies now capture this.
14539
14540         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14541         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14542         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14543         * m4/human.m4 (gl_HUMAN): Likewise.
14544         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14545         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14546
14547         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14548
14549         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14550         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14551         stdint.
14552         * m4/human.m4 (gl_HUMAN): Likewise.
14553         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14554         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14555         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14556         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14557         * m4/xstrtol (gl_XSTRTOL): Likewise.
14558
14559         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14560         AC_TYPE_LONG_LONG_INT.
14561         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14562         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14563         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14564         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14565
14566         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14567         on stdbool.
14568
14569         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14570         (gl_PREREQ_XSTRTOUL): Remove.
14571
14572         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14573
14574         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14575         mode.
14576
14577 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14578
14579         Add and change modules to make it easier for coreutils to use
14580         gnulib-tool.
14581         * modules/backupfile (Files): Remove m4/d-ino.m4.
14582         (Depends-on): Add d-ino.
14583         * modules/cycle-check (Depends-on): Add stdint.
14584         (lib_SOURCES): Add cycle-check.h.
14585         * modules/d-ino: New module.
14586         * modules/d-type: New module.
14587         * modules/error (Files): Remove m4/strerror_r.m4.
14588         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14589         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14590         m4/inttypes_h.m4, m4/uintmax_t.m4.
14591         (Depends-on): Add stdint.
14592         (lib_SOURCES): Add fsusage.h.
14593         * modules/getcwd (Files): Remove d-ino.m4.
14594         (Depends-on): Add d-ino.
14595         * modules/getndelim2 (Depends-on): Add stdint.
14596         * modules/glob (Files): Remove m4/d-type.m4.
14597         (Depends-on): Add d-type.
14598         * modules/host-os: New module.
14599         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14600         m4/inttypes_h.m4, m4/uintmax_t.m4.
14601         * Depends-on: Add stdint.
14602         (lib_SOURCES): Add human.h.
14603         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14604         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14605         m4/uintmax_t.m4, m4/ulonglong.m4.
14606         (Depends-on): Add stdint.
14607         (EXTRA_DIST): Add inttostr.h.
14608         * modules/lchmod: New module.
14609         * modules/link-follow: New module.
14610         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14611         (Depends-on): Add lchmod.
14612         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14613         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14614         (Depends-on): Add stdint.
14615         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14616         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14617         (Depends-on): Add stdint.
14618         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14619         * modules/perl: New module.
14620         * modules/regex (Depends-on): Add stdint.
14621         * modules/rmdir-errno: New module.
14622         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14623         m4/intmax_t.m4.
14624         (Depends-on): Add stdint.
14625         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14626         m4/uintmax_t.m4.
14627         (Depends-on): Add stdint.
14628         * modules/unlink-busy: New module.
14629         * modules/utimecmp (Depends-on): Add stdint.
14630         * modules/uptime: New module.
14631         * modules/winsz-ioctl: New module.
14632         * modules/winsz-termios: New module.
14633         * modules/xnanosleep (Depends-on): Add nanosleep.
14634         * modules/ullong_max: Remove.
14635         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14636         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14637         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14638         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14639         (Depends-on): Add inttypes.
14640         (lib_SOURCES): Add xstrtol.h.
14641         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14642         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14643         * MODULES.html.sh: Move 'assert' into the assert section.
14644         Move 'dummy' into the linking section.
14645         Remove ullong_max.
14646         Add section for compatibility checks for POSIX:2001 functions,
14647         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14648         winsz-ioctl, and winsz-termios into it.
14649         Add lchmod.
14650         Add top-level Misc section and put host-os, perl, and uptime
14651         into it.
14652
14653 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14656         now assume the stdint module.  Do not include inttypes.h.
14657         * lib/fsusage.h: Likewise.
14658         * lib/getndelim2.c: Likewise.
14659         * lib/human.h: Likewise.
14660         * lib/inttostr.h: Likewise.
14661         * lib/obstack.c: Likewise.
14662         * lib/regex_internal.h: Likewise.
14663         * lib/tempname.c: Likewise.
14664         * lib/utimecmp.c: Likewise.
14665         * lib/xstrtol.h: Likewise.
14666
14667         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14668
14669         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14670         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14671         * lib/xtime.h: Likewise.
14672
14673 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         * modules/openat (Files): Add lib/fchmodat.c.
14676         Fixes problem reported by Jay Youngman.
14677
14678 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14681         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14682
14683 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14684             Bruno Haible  <bruno@clisp.org>
14685
14686         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14687         and is a script that invokes bison. Tighten the code. Add comments.
14688
14689 2006-08-18  Jim Meyering  <jim@meyering.net>
14690
14691         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14692         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14693         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14694         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14695
14696 2006-08-18  Bruno Haible  <bruno@clisp.org>
14697
14698         * modules/bison-i18n: New file.
14699         * MODULES.html.sh (Internationalization functions): Add it.
14700
14701 2006-08-18  Bruno Haible  <bruno@clisp.org>
14702
14703         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14704         sys/statvfs.h. When getmntinfo was found, check its declaration and
14705         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14706
14707 2006-08-18  Bruno Haible  <bruno@clisp.org>
14708
14709         * m4/bison-i18n.m4: New file, from bison.
14710
14711 2006-08-18  Bruno Haible  <bruno@clisp.org>
14712
14713         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14714         (ME_DUMMY): Treat "kernfs" as a dummy.
14715         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14716
14717 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14718
14719         Update from coreutils.
14720
14721         2006-08-15  Jim Meyering  <jim@meyering.net>
14722
14723         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14724
14725         2006-01-17  Jim Meyering  <jim@meyering.net>
14726
14727         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14728
14729         2006-01-11  Jim Meyering  <jim@meyering.net>
14730
14731         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14732         Check for the lchmod function.
14733
14734 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14735
14736         Update from coreutils.
14737
14738         * lib/__fpending.h: Add copyright notice.
14739         * lib/fprintftime.h: Likewise.
14740         * lib/savedir.c: Use (C) in copyright notice.
14741         * lib/savedir.h: Likewise.
14742
14743         2006-08-15  Jim Meyering  <jim@meyering.net>
14744
14745         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14746         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14747         in support of the EXPECTED_ERRNO macro.
14748         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14749         definitions.  Instead, define the appropriate symbols and include
14750         "at-func.c".
14751         * lib/mkdirat.c (mkdirat): Likewise.
14752         * lib/fchmodat.c (fchmodat): Likewise.
14753         (ENOSYS): Remove definition.
14754         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14755         it.  Don't include "unistd--.h" -- it wasn't ever used.
14756
14757         2006-01-17  Jim Meyering  <jim@meyering.net>
14758
14759         Rewrite fts.c not to change the current working directory,
14760         by using openat, fstatat, fdopendir, etc..
14761
14762         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14763         (HAVE_OPENAT_SUPPORT): Define.
14764         [_LIBC] (fchdir): Don't undef or define; no longer used.
14765         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14766         Now, this `function' always succeeds, and consumes its file descriptor
14767         parameter -- so callers must not close such FDs.  Update callers.
14768         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14769         (diropen): Add parameter, SP.  Adjust all callers.
14770         Implement using diropen_fd, rather than open.
14771         (fts_open): Initialize new member, fts_cwd_fd.
14772         Remove fts_rft-setting code.
14773         (fts_close): Close fts_cwd_fd, if necessary.
14774         (__opendir2): Define in terms of opendir or opendirat,
14775         depending on whether the FST_NOCHDIR flag is set.
14776         (fts_build): Since fts_safe_changedir consumes its FD, and since
14777         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14778         and close the dup'd file descriptor upon failure.
14779         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14780         (fts_safe_changedir): Tweak semantics to reflect that this function
14781         now calls cwd_advance_fd and hence consumes its FD argument.
14782         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14783         [struct FTS] (fts_rft): Remove now-unused member.
14784         [struct FTS] (fts_cycle.state): Improve comment.
14785
14786         * lib/openat.c (openat_needs_fchdir): New function.
14787         * lib/openat.h (openat_needs_fchdir): Declare it.
14788
14789 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14790
14791         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14792         Problem and fix reported by Pádraig Brady in
14793         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14794
14795 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14796
14797         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14798
14799 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14800
14801         * lib/memcoll.c (memcoll): Optimize for the common case where the
14802         arguments are bytewise equal.
14803
14804 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14805
14806         * doc/regexprops-generic.texi: Add a copyright notice.
14807
14808 2006-08-15  Bruno Haible  <bruno@clisp.org>
14809
14810         * modules/tmpdir (License): Change to LGPL.
14811
14812 2006-08-15  Bruno Haible  <bruno@clisp.org>
14813
14814         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14815         module.
14816
14817 2006-08-14  Simon Josefsson  <jas@extundo.com>
14818
14819         * config/srclist.txt: Add gnupload.
14820
14821 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14822
14823         Change copyright notice from LGPL 2 to GPL 2, since that's the
14824         standard form used in the gnulib repository.
14825         * tests/test-lock.c: Likewise.
14826         * tests/test-stdint.c: Likewise.
14827         * tests/test-tls.c: Likewise.
14828
14829         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14830         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14831         Add copyright notice.
14832
14833         * check-module: Add copyright notice.  Output a copyright
14834         notice if "--version" is specified.
14835         * modules/COPYING: New file.
14836         * tests/test-getaddrinfo.c: Add copyright notice.
14837         * tests/test-verify.c: Likewise.
14838
14839 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14840
14841         Change copyright notice from LGPL 2 to GPL 2, since that's the
14842         standard form used in the gnulib repository.
14843         * lib/lock.c: LGPL -> GPL.
14844         * lib/lock.h: Likewise.
14845         * lib/strnlen1.c: Likewise.
14846         * lib/strnlen1.h: Likewise.
14847         * lib/tls.c: Likewise.
14848         * lib/tls.h: Likewise.
14849         * lib/tmpdir.c: Likewise.
14850
14851         * lib/TODO: Remove; this belongs only in coreutils.
14852
14853 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14854
14855         Add copyright notices to long-enough files that lack them, since
14856         otherwise the files aren't clearly free.  Use the same notice that
14857         getdate.texi already uses.
14858         * doc/alloca-opt.texi: Add copyright notice.
14859         * doc/alloca.texi: Likewise.
14860         * doc/ctime.texi: Likewise.
14861         * doc/functions.texi: Likewise.
14862         * doc/gcd.texi: Likewise.
14863         * doc/gnulib-tool.texi: Likewise.
14864         * doc/inet_ntoa.texi: Likewise.
14865         * doc/visibility.texi: Likewise.
14866
14867         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14868         * doc/quote.texi: Add copyright notice.
14869
14870         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14871         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14872         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14873         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14874         is now obsolete, and give a pointer to the Sun list.
14875         Add copyright notice.
14876
14877 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14878
14879         * config/srclistvars.sh: Add copyright notice.
14880
14881 2006-08-14  Eric Blake  <ebb9@byu.net>
14882
14883         Import the following change from libc:
14884
14885         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14886
14887         Upstream bug 2997.
14888         * lib/misc/error.c: Add space between program name and message if file
14889         name is missing.
14890
14891 2006-08-12  Karl Berry  <karl@gnu.org>
14892
14893         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14894         remove, these originate in gnulib now.
14895
14896 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14897
14898         * doc/Makefile (standards.info standards.html standards.dvi):
14899         Also depend on make-stds.texi.
14900
14901 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14902
14903         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14904         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14905
14906         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14907         in wchar_t.  Problem reported by Eric Blake.
14908
14909         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14910         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14911         Also, help the compiler to keep LEN in a register.
14912
14913 2006-08-11  Eric Blake  <ebb9@byu.net>
14914
14915         * users.txt: Sort.  Add tar.
14916
14917 2006-08-11  Bruno Haible  <bruno@clisp.org>
14918
14919         * users.txt: New file.
14920
14921 2006-08-11  Bruno Haible  <bruno@clisp.org>
14922
14923         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14924         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14925
14926 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14927
14928         * modules/snprintf (Depends-on): Remove minmax.
14929         (Maintainer): Add self and Bruno.
14930
14931 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14932
14933         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14934         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14935         (EOVERFLOW): Define if the system does not.
14936         Do not include "minmax.h"; it wasn't used.
14937         (snprintf): Don't assume size_t promotes to an unsigned type.
14938         Fix bug when generated string was too long for the buffer: the
14939         buffer's contents are supposed to be the initial prefix of the
14940         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14941         exceeds INT_MAX; do the check ourselves.
14942
14943         Import the following changes from libc:
14944
14945         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14946
14947         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14948         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14949         set wc to the byte which couldn't be converted.
14950         (re_string_reconstruct): Don't clear valid_raw_len before calling
14951         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14952         tip_context using re_string_context_at.
14953
14954         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14955
14956         * lib/posix/regex.h: g++ still cannot handled [restrict].
14957
14958         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14959
14960         * lib/posix/regex.h: Remove special handling for VMS.
14961
14962 2006-08-10  Jim Meyering  <jim@meyering.net>
14963
14964         * modules/same-inode: New module.
14965         * modules/dev-ino: New module.
14966         * modules/cycle-check: Depend on these modules, rather than simply
14967         including their .h files.
14968         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14969         required via m4/cycle-check.m4.
14970         * modules/same: Depend on new same-inode module, rather than
14971         including same-inode.h.
14972         * modules/chdir-safer: New file.
14973
14974         * modules/chown (Depends-on): Add stat-macros.
14975
14976 2006-08-10  Jim Meyering  <jim@meyering.net>
14977
14978         * m4/cycle-check.m4: New file.
14979         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14980         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14981
14982 2006-08-10  Eric Blake  <ebb9@byu.net>
14983
14984         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14985         in from original proposal.
14986
14987 2006-08-10  Eric Blake  <ebb9@byu.net>
14988         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14989
14990         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14991         namespace.
14992
14993 2006-08-10  Bruno Haible  <bruno@clisp.org>
14994
14995         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14996         as well.
14997
14998 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14999
15000         Sync from coreutils.
15001
15002         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
15003
15004         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
15005         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
15006
15007 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15008
15009         * modules/restrict: Remove; no longer needed now that we assume
15010         Autoconf 2.59 or later.
15011         * MODULES.html.sh: Remove 'restrict'.
15012         * modules/argp (Depends-on): Remove 'restrict'.
15013         * modules/base64 (Depends-on): Likewise.
15014         * modules/gc (Depends-on): Likewise.
15015         * modules/getaddrinfo (Depends-on): Likewise.
15016         * modules/glob (Depends-on): Likewise.
15017         * modules/inet_ntop (Depends-on): Likewise.
15018         * modules/inet_pton (Depends-on): Likewise.
15019         * modules/memxor (Depends-on): Likewise.
15020         * modules/regex (Depends-on): Likewise.
15021         * modules/strtok_r (Depends-on): Likewise.
15022         * modules/time_r (Depends-on): Likewise.
15023
15024 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15025
15026         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
15027         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
15028         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15029         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
15030         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
15031         * m4/memxor.m4 (gl_MEMXOR): Likewise.
15032         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
15033         gl_C_RESTRICT replaced by AC_C_RESTRICT.
15034
15035         Merge from coreutils.
15036         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
15037         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15038         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15039         * m4/time_r.m4 (gl_TIME_R): Likewise.
15040
15041 2006-08-09  Karl Berry  <karl@gnu.org>
15042
15043         * config/srclist.txt: no more gettext-tools, per Bruno.
15044
15045 2006-08-08  Eric Blake  <ebb9@byu.net>
15046
15047         * modules/verror: New module.
15048         * MODULES.html.sh: Document it.
15049
15050 2006-08-08  Eric Blake  <ebb9@byu.net>
15051
15052         * lib/verror.h, lib/verror.c: New files.
15053
15054 2006-08-08  Eric Blake  <ebb9@byu.net>
15055
15056         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
15057         verror_at_line output complies with GNU Coding Standards even when
15058         file is NULL.
15059
15060 2006-08-07  Bruno Haible  <bruno@clisp.org>
15061
15062         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
15063         versions of AIX.
15064         Reported by Ralf Wildenhues.
15065
15066 2006-08-07  Bruno Haible  <bruno@clisp.org>
15067
15068         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
15069         in an AC_DEFUN. Needed so that the autoconf snippets can use
15070         AC_REQUIRE.
15071
15072 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15073
15074         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15075         Initialize pkgdata_DATA.
15076         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
15077         overriding it.
15078
15079 2006-08-06  Eric Blake  <ebb9@byu.net>
15080
15081         * lib/error.h: Fold in some upstream changes from glibc.
15082         * lib/error.c: Likewise.
15083
15084 2006-08-04  Bruno Haible  <bruno@clisp.org>
15085
15086         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15087         Make the mostlyclean-local rule depend on mostlyclean-generic.
15088         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
15089
15090 2006-07-31  Bruno Haible  <bruno@clisp.org>
15091
15092         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
15093         <stdlib.h>, <string.h>.
15094
15095 2006-07-30  Bruno Haible  <bruno@clisp.org>
15096
15097         * modules/readlink (License): Change to LGPL.
15098
15099 2006-07-30  Bruno Haible  <bruno@clisp.org>
15100
15101         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15102         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15103         set PKGDATADIR to point to it.
15104
15105 2006-07-30  Bruno Haible  <bruno@clisp.org>
15106
15107         * modules/csharpexec (configure.ac): Comment out macro invocation.
15108         * modules/javaexec (configure.ac): Likewise.
15109         * modules/javacomp-script (configure.ac): Likewise.
15110
15111         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15112
15113 2006-07-30  Bruno Haible  <bruno@clisp.org>
15114
15115         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15116         linked-list.
15117
15118 2006-07-30  Bruno Haible  <bruno@clisp.org>
15119
15120         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15121
15122 2006-07-30  Bruno Haible  <bruno@clisp.org>
15123
15124         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15125         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15126         get removed.
15127
15128 2006-07-29  Bruno Haible  <bruno@clisp.org>
15129
15130         Make it possible for gnulib-tool to work with locally modified or
15131         augmented gnulib repositories.
15132         * gnulib-tool (func_usage): Document --local-dir option.
15133         (local_gnulib_dir): New variable.
15134         Handle --local-dir option.
15135         (func_lookup_file): New function.
15136         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15137         (func_get_description, func_get_filelist, func_get_description,
15138         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15139         func_get_automake_snippet, func_get_include_directive,
15140         func_get_license, func_get_maintainer): Use func_lookup_file.
15141         (func_import, func_create_testdir): Use func_lookup_file.
15142
15143 2006-07-29  Bruno Haible  <bruno@clisp.org>
15144
15145         * modules/setenv (Depends-on): Add unistd.
15146
15147 2006-07-29  Bruno Haible  <bruno@clisp.org>
15148
15149         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15150
15151 2006-07-29  Bruno Haible  <bruno@clisp.org>
15152
15153         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15154
15155 2006-07-29  Bruno Haible  <bruno@clisp.org>
15156
15157         * gnulib-tool (import, update): If there is no Makefile.am, look at
15158         aclocal.m4, instead of bailing out.
15159
15160 2006-07-29  Bruno Haible  <bruno@clisp.org>
15161
15162         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15163         Categorize the options by when they are useful.
15164
15165 2006-07-29  Bruno Haible  <bruno@clisp.org>
15166
15167         * gnulib-tool (func_usage): Document option --no-libtool.
15168         Handle option --no-libtool.
15169         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15170         for changed semantics of $libtool variable.
15171         (func_import): Likewise. If libtool is not used, show this through
15172         an option --no-libtool.
15173         (func_create_testdir): Update.
15174
15175 2006-07-29  Bruno Haible  <bruno@clisp.org>
15176
15177         * gnulib-tool (func_import): Extend error message about missing
15178         --doc-base.
15179
15180 2006-07-29  Bruno Haible  <bruno@clisp.org>
15181
15182         * gnulib-tool (func_import): Don't create the $docbase directory if
15183         there is no file to store there.
15184
15185 2006-07-29  Bruno Haible  <bruno@clisp.org>
15186
15187         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15188         relevant, look for configure.ac there, not in the current directory.
15189         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15190
15191 2006-07-29  Bruno Haible  <bruno@clisp.org>
15192
15193         * gnulib-tool (SORT): New variable.
15194         (func_usage): Undocument --assume-autoconf option.
15195         Remove --assume-autoconf option handling.
15196         (autoconf_minversion): Determine from the contents of configure.ac.
15197         (func_import): Remove autoconf_minversion handling.
15198         Suggested by Eric Blake.
15199
15200 2006-07-29  Bruno Haible  <bruno@clisp.org>
15201
15202         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15203
15204 2006-07-29  Bruno Haible  <bruno@clisp.org>
15205
15206         * config/srclist.txt (*setenv.[ch]): Remove rules.
15207
15208 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15209
15210         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15211
15212 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15213
15214         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15215         arpa/inet.h.
15216
15217 2006-07-28  Simon Josefsson  <jas@extundo.com>
15218
15219         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15220         * modules/inet_pton (Depends-on): Likewise.
15221
15222 2006-07-28  Simon Josefsson  <jas@extundo.com>
15223
15224         * m4/netinet_in_h.m4: New file.
15225
15226 2006-07-28  Simon Josefsson  <jas@extundo.com>
15227
15228         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15229         #include's.
15230
15231 2006-07-28  Simon Josefsson  <jas@extundo.com>
15232
15233         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15234         #include's.
15235
15236 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15237
15238         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15239         setgid on directories only if they set these bits.
15240         * lib/modechange.h: Remove obsolete comment about masks.
15241
15242 2006-07-28  Eric Blake  <ebb9@byu.net>
15243
15244         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15245         macro expansion.
15246
15247 2006-07-28  Bruno Haible  <bruno@clisp.org>
15248
15249         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15250
15251 2006-07-28  Bruno Haible  <bruno@clisp.org>
15252
15253         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15254
15255 2006-07-28  Bruno Haible  <bruno@clisp.org>
15256
15257         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15258         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15259         Define fallbacks.
15260         Avoids link error on FreeBSD 4.x.
15261         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15262
15263         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15264         encoding.
15265         * lib/mbswidth.c (iswcntrl): Likewise.
15266
15267 2006-07-27  Bruno Haible  <bruno@clisp.org>
15268
15269         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15270         test.
15271
15272 2006-07-27  Bruno Haible  <bruno@clisp.org>
15273
15274         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15275         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15276         defined.
15277
15278 2006-07-26  Eric Blake  <ebb9@byu.net>
15279
15280         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15281
15282 2006-07-26  Eric Blake  <ebb9@byu.net>
15283
15284         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15285         like mingw that lack mkstemp.
15286         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15287         avoid compilation warning on mingw.
15288
15289 2006-07-26  Bruno Haible  <bruno@clisp.org>
15290
15291         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15292         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15293         INT_FAST*_MIN, INTPTR_MIN.
15294
15295 2006-07-25  Bruno Haible  <bruno@clisp.org>
15296
15297         * modules/version-etc (Depends-on): Add stdarg.
15298
15299 2006-07-25  Bruno Haible  <bruno@clisp.org>
15300
15301         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15302         complex commands.
15303
15304 2006-07-25  Bruno Haible  <bruno@clisp.org>
15305
15306         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15307         defined in <stdarg.h> or config.h.
15308
15309 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15310
15311         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15312         (gl_STDIO_SAFER): Remove.
15313
15314 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15315
15316         * MODULES.html.sh (File stream based Input/Output):
15317         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15318         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15319         * modules/fopen-safer, modules/tmpfile-safer: New files.
15320         * modules/stdio-safer: Remove.
15321
15322 2006-07-24  Bruno Haible  <bruno@clisp.org>
15323
15324         * modules/tmpdir: New file.
15325         * MODULES.html.sh (File system functions): Add it.
15326
15327 2006-07-24  Bruno Haible  <bruno@clisp.org>
15328
15329         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15330         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15331
15332 2006-07-24  Bruno Haible  <bruno@clisp.org>
15333
15334         * modules/clean-temp: New file.
15335
15336 2006-07-24  Bruno Haible  <bruno@clisp.org>
15337
15338         * m4/tmpdir.m4: New file, from GNU gettext.
15339
15340 2006-07-24  Bruno Haible  <bruno@clisp.org>
15341
15342         * lib/tmpdir.h: New file, from GNU gettext.
15343         * lib/tmpdir.c: New file, from GNU gettext.
15344
15345 2006-07-24  Bruno Haible  <bruno@clisp.org>
15346
15347         * lib/clean-temp.h: New file, from GNU gettext.
15348         * lib/clean-temp.c: New file, from GNU gettext.
15349
15350 2006-07-23  Eric Blake  <ebb9@byu.net>
15351
15352         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15353         (Depends-on): Add binary-io.
15354
15355 2006-07-23  Eric Blake  <ebb9@byu.net>
15356
15357         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15358
15359 2006-07-23  Eric Blake  <ebb9@byu.net>
15360
15361         * lib/tmpfile-safer.c: New file.
15362         * lib/stdio-safer.h (fopen_safer): Add prototype.
15363         * lib/stdio--.h (tmpfile): Make safer.
15364
15365 2006-07-23  Bruno Haible  <bruno@clisp.org>
15366
15367         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15368         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15369         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15370         gl_linked_remove_at): Use it.
15371
15372 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15373         and Simon Josefsson <jas@extundo.com>
15374
15375         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15376
15377         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15378
15379 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15380
15381         * modules/close-stream: New file.
15382         * modules/closeout (Description): Make it clear that it exits
15383         with a diagnostic on error.
15384         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15385         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15386
15387 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15388
15389         * m4/close-stream.m4: New file.
15390
15391 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15392
15393         * lib/close-stream.c, lib/close-stream.h: New files.
15394
15395 2006-07-22  Bruno Haible  <bruno@clisp.org>
15396
15397         Merge from GNU gettext 0.15.
15398
15399         2006-05-01  Bruno Haible  <bruno@clisp.org>
15400
15401                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15402
15403         2006-07-22  Bruno Haible  <bruno@clisp.org>
15404
15405                 * modules/javaversion: New file.
15406                 * MODULES.html.sh (Java): Add javaversion.
15407
15408         2006-03-12  Bruno Haible  <bruno@clisp.org>
15409
15410                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15411
15412         2005-12-04  Bruno Haible  <bruno@clisp.org>
15413
15414                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15415                 (untested).
15416
15417         2006-06-21  Bruno Haible  <bruno@clisp.org>
15418
15419                 Avoid warnings from recent versions of mcs.
15420                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15421                 -o, -L, -r any more. Use options documented since mcs-1.0
15422                 instead. Similarly for -g.
15423
15424         2005-12-04  Bruno Haible  <bruno@clisp.org>
15425
15426                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15427                 .resources, not .resource.
15428
15429         2005-07-09  Bruno Haible  <bruno@clisp.org>
15430
15431                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15432                 add a .dll suffix.
15433                 Reported by Mark Junker <mjscod@gmx.de>.
15434
15435         2006-07-22  Bruno Haible  <bruno@clisp.org>
15436
15437                 * modules/gettext: Upgrade to gettext-0.15.
15438                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15439                 m4/visibility.m4.
15440                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15441
15442 2006-07-22  Bruno Haible  <bruno@clisp.org>
15443
15444         Merge from GNU gettext 0.15.
15445
15446         2006-03-25  Bruno Haible  <bruno@clisp.org>
15447
15448                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15449
15450         2006-07-21  Bruno Haible  <bruno@clisp.org>
15451
15452                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15453                 "1.1".
15454
15455         2006-05-09  Bruno Haible  <bruno@clisp.org>
15456
15457                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15458                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15459                 for the conftestver execution.
15460
15461         2006-05-01  Bruno Haible  <bruno@clisp.org>
15462
15463                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15464                 optional target-version argument. Verify that the compiler
15465                 groks source of the specified source-version, or add -source
15466                 option as necessary. Verify that the compiler produces
15467                 bytecode in the specified target-version, or add -target and
15468                 -source options as necessary. Make the result of the test
15469                 available as variable CONF_JAVAC. Also log error output in
15470                 config.log.
15471
15472         2006-03-11  Bruno Haible  <bruno@clisp.org>
15473
15474                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15475
15476         2006-05-09  Bruno Haible  <bruno@clisp.org>
15477
15478                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15479                 CLASSPATH_SEPARATOR to a semicolon.
15480
15481         2006-03-12  Bruno Haible  <bruno@clisp.org>
15482
15483                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15484                 available as variable CONF_JAVA, for subsequent autoconf
15485                 tests. Also log error output in config.log.
15486
15487         2006-07-19  Bruno Haible  <bruno@clisp.org>
15488
15489                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15490                 that getline works on glibc2 systems. Needed to avoid trouble
15491                 in relocatable.c.
15492                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15493
15494         2005-12-04  Bruno Haible  <bruno@clisp.org>
15495
15496                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15497                 launcher (untested).
15498
15499         2005-12-04  Bruno Haible  <bruno@clisp.org>
15500
15501                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15502
15503         2006-07-22  Bruno Haible  <bruno@clisp.org>
15504
15505                 * gettext.m4: Update from GNU gettext-0.15.
15506                 * nls.m4: Likewise.
15507                 * po.m4: Likewise.
15508                 * inttypes-pri.m4: Likewise.
15509                 * inttypes-h.m4: Renamed from inttypes.m4.
15510                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15511
15512 2006-07-22  Bruno Haible  <bruno@clisp.org>
15513
15514         Merge from GNU gettext 0.15.
15515
15516         2005-07-05  Bruno Haible  <bruno@clisp.org>
15517
15518                 * printf-args.c (printf_fetchargs): Work around broken
15519                 definition of wint_t on mingw.
15520
15521         2005-02-12  Bruno Haible  <bruno@clisp.org>
15522
15523                 * xallocsa.h: Add extern "C" for C++.
15524
15525         2006-05-17  Bruno Haible  <bruno@clisp.org>
15526
15527                 Cygwin portability.
15528                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15529
15530         2006-04-30  Bruno Haible  <bruno@clisp.org>
15531
15532                 * progreloc.c: Include <mach-o/dyld.h> if available.
15533                 (find_executable): Use _NSGetExecutablePath when possible.
15534
15535         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15536
15537                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15538                 function.
15539
15540         2005-12-29  Bruno Haible  <bruno@clisp.org>
15541
15542                 * progreloc.c (set_program_name_and_installdir): Fix
15543                 compilation error.
15544
15545         2005-12-04  Bruno Haible  <bruno@clisp.org>
15546
15547                 Cygwin portability.
15548                 * progreloc.c: Include <windows.h> also on Cygwin.
15549                 (find_executable): Add support for Cygwin.
15550                 (set_program_name_and_installdir): Handle also platforms with
15551                 nonempty EXEEXT.
15552
15553         2006-07-11  Bruno Haible  <bruno@clisp.org>
15554
15555                 * javacomp.c: Fix a comment.
15556                 Reported by Jim Meyering.
15557
15558         2006-04-30  Bruno Haible  <bruno@clisp.org>
15559
15560                 * javacomp.h (compile_java_class): Add source_version,
15561                 target_version arguments.
15562                 * javacomp.c: Rewritten to choose only a compiler that
15563                 respects the specified source_version and target_version.
15564
15565         2006-06-27  Bruno Haible  <bruno@clisp.org>
15566
15567                 Assume correct S_ISDIR macro.
15568                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15569
15570         2006-07-22  Bruno Haible  <bruno@clisp.org>
15571
15572                 * javaversion.h: New file, from GNU gettext.
15573                 * javaversion.c: New file, from GNU gettext.
15574                 * javaversion.java: New file, from GNU gettext.
15575                 * javaversion.class: New file, from GNU gettext.
15576
15577         2006-05-17  Bruno Haible  <bruno@clisp.org>
15578
15579                 Cygwin portability.
15580                 * javaexec.c (execute_java_class): Test for jview program
15581                 also on Cygwin.
15582
15583         2006-04-09  Bruno Haible  <bruno@clisp.org>
15584
15585                 * fatal-signal.c: Don't include string.h.
15586                 (at_fatal_signal): Use a copying loop instead of memcpy.
15587
15588         2005-12-04  Bruno Haible  <bruno@clisp.org>
15589
15590                 * csharpexec.c: Add support for 'clix' launcher (untested).
15591                 (execute_csharp_using_sscli): New function.
15592                 (execute_csharp_program): Call it.
15593
15594         2006-06-21  Bruno Haible  <bruno@clisp.org>
15595
15596                 Avoid warnings from recent versions of mcs.
15597                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15598                 -o, -L, -r any more. Use options documented since mcs-1.0
15599                 instead. Similarly for -g.
15600
15601         2005-07-09  Bruno Haible  <bruno@clisp.org>
15602
15603                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15604                 add a .dll suffix.
15605                 Reported by Mark Junker <mjscod@gmx.de>.
15606
15607         2006-06-17  Bruno Haible  <bruno@clisp.org>
15608
15609                 * config.charset: Update for NetBSD 3.0.
15610
15611         2006-05-17  Bruno Haible  <bruno@clisp.org>
15612
15613                 Cygwin portability.
15614                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15615
15616         2006-05-16  Bruno Haible  <bruno@clisp.org>
15617
15618                 * localcharset.c [CYGWIN]: Include <windows.h>.
15619                 (get_charset_aliases): For Cygwin, return the same CPxxx
15620                 aliases list as under WIN32.
15621                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15622                 the environment variables. Fall back to GetACP().
15623
15624         2006-04-05  Bruno Haible  <bruno@clisp.org>
15625
15626                 * config.charset: Update Juan Manuel Guerrero's address.
15627
15628         2005-02-12  Bruno Haible  <bruno@clisp.org>
15629
15630                 * allocsa.h: Add extern "C" for C++.
15631
15632         2005-02-10  Bruno Haible  <bruno@clisp.org>
15633
15634                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15635                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15636
15637         2006-07-22  Bruno Haible  <bruno@clisp.org>
15638
15639                 * gettext.h: Update to GNU gettext-0.15.
15640
15641 2006-07-22  Bruno Haible  <bruno@clisp.org>
15642
15643         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15644         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15645         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15646
15647 2006-07-21  Eric Blake  <ebb9@byu.net>
15648
15649         * modules/stdlib-safer: New file.
15650         * MODULES.html.sh (File stream based Input/Output): Add
15651         stdlib-safer.
15652
15653 2006-07-21  Eric Blake  <ebb9@byu.net>
15654
15655         * lib/stdlib-safer.h: New file from coreutils, required by
15656         stdlib--.h.
15657
15658 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15659
15660         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15661
15662 2006-07-20  Bruno Haible  <bruno@clisp.org>
15663
15664         * gnulib-tool: Recognize new option --assume-autoconf.
15665         (autoconf_minversion): New variable.
15666         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15667
15668 2006-07-20  Bruno Haible  <bruno@clisp.org>
15669
15670         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15671
15672 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15673
15674         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15675         Reindent and repaginate.
15676
15677 2006-07-19  Derek Price  <derek@ximbiot.com>
15678
15679         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15680         Correct grammar.
15681
15682 2006-07-17  Bruno Haible  <bruno@clisp.org>
15683
15684         * modules/list: New file.
15685         * modules/array-list: New file.
15686         * modules/carray-list, modules/carray-list-tests: New files.
15687         * modules/linked-list, modules/linked-list-tests: New files.
15688         * modules/avltree-list, modules/avltree-list-tests: New files.
15689         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15690         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15691         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15692         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15693         * modules/oset: New file.
15694         * modules/array-oset: New file.
15695         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15696         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15697         * tests/test-carray_list.c: New file.
15698         * tests/test-linked_list.c: New file.
15699         * tests/test-avltree_list.c: New file.
15700         * tests/test-rbtree_list.c: New file.
15701         * tests/test-linkedhash_list.c: New file.
15702         * tests/test-avltreehash_list.c: New file.
15703         * tests/test-rbtreehash_list.c: New file.
15704         * tests/test-avltree_oset.c: New file.
15705         * tests/test-rbtree_oset.c: New file.
15706         * MODULES.html.sh (Container data structures): New section.
15707
15708 2006-07-17  Bruno Haible  <bruno@clisp.org>
15709
15710         * m4/gl_list.m4: New file.
15711
15712 2006-07-17  Bruno Haible  <bruno@clisp.org>
15713
15714         * lib/gl_list.h: New file.
15715         * lib/gl_list.c: New file.
15716         * lib/gl_array_list.h: New file.
15717         * lib/gl_array_list.c: New file.
15718         * lib/gl_carray_list.h: New file.
15719         * lib/gl_carray_list.c: New file.
15720         * lib/gl_linked_list.h: New file.
15721         * lib/gl_linked_list.c: New file.
15722         * lib/gl_anylinked_list1.h: New file.
15723         * lib/gl_anylinked_list2.h: New file.
15724         * lib/gl_avltree_list.h: New file.
15725         * lib/gl_avltree_list.c: New file.
15726         * lib/gl_anyavltree_list1.h: New file.
15727         * lib/gl_anyavltree_list2.h: New file.
15728         * lib/gl_rbtree_list.h: New file.
15729         * lib/gl_rbtree_list.c: New file.
15730         * lib/gl_anyrbtree_list1.h: New file.
15731         * lib/gl_anyrbtree_list2.h: New file.
15732         * lib/gl_anytree_list1.h: New file.
15733         * lib/gl_anytree_list2.h: New file.
15734         * lib/gl_linkedhash_list.h: New file.
15735         * lib/gl_linkedhash_list.c: New file.
15736         * lib/gl_anyhash_list1.h: New file.
15737         * lib/gl_anyhash_list2.h: New file.
15738         * lib/gl_avltreehash_list.h: New file.
15739         * lib/gl_avltreehash_list.c: New file.
15740         * lib/gl_rbtreehash_list.h: New file.
15741         * lib/gl_rbtreehash_list.c: New file.
15742         * lib/gl_anytreehash_list1.h: New file.
15743         * lib/gl_anytreehash_list2.h: New file.
15744
15745         * lib/gl_oset.h: New file.
15746         * lib/gl_oset.c: New file.
15747         * lib/gl_array_oset.h: New file.
15748         * lib/gl_array_oset.c: New file.
15749         * lib/gl_avltree_oset.h: New file.
15750         * lib/gl_avltree_oset.c: New file.
15751         * lib/gl_rbtree_oset.h: New file.
15752         * lib/gl_rbtree_oset.c: New file.
15753         * lib/gl_anytree_oset.h: New file.
15754
15755 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15756
15757         * m4/mkancesdirs.m4: New file.
15758         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15759         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15760         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15761         it.
15762
15763 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15766         * lib/mkancesdirs.h: New files.
15767         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15768         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15769         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15770         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15771         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15772         callers changed.  Revamp internals significantly, by not
15773         attempting to create directories that are temporarily more
15774         permissive than the final results.  Do not attempt to use
15775         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15776         This removes some race conditions, fixes some bugs, and simplifies
15777         things.  Use new dirchownmod function to do owner and mode changes.
15778         * lib/mkdir-p.h: Likewise.
15779         * lib/modechange.c (octal_to_mode): New function.
15780         (struct mode_change): New member mentioned.
15781         (make_node_op_equals): New arg mentioned.  All callers changed.
15782         (mode_compile): Keep track of which mode bits the user has explicitly
15783         mentioned.
15784         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15785         New arg PMODE_BITS, to keep track of which mode bits the user
15786         mentioned; it treats S_ISUID and S_ISGID speciall.
15787         All callers changed.
15788         * lib/modechange.h: Likewise.
15789
15790 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * MODULES.html.sh: Add mkancestors.
15793         * modules/mkancesdirs: New module.
15794         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15795         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15796         The chdir-safer and afs files are now orphans; I'll remove them
15797         unless someone speaks up.
15798         Add lib/dirchownmod.c, lib/dirchownmod.h.
15799         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15800         Add lchown, mkancesdirs.
15801         (Maintainer): Add self.
15802
15803 2006-07-15  Karl Berry  <karl@gnu.org>
15804
15805         * gnulib-tool: help message wording/arrangement.
15806
15807 2006-07-14  Simon Josefsson  <jas@extundo.com>
15808
15809         * doc/gnulib.texi (Libtool and Windows): New section.
15810
15811 2006-07-12  Simon Josefsson  <jas@extundo.com>
15812
15813         * modules/gendocs (License): Fix license, approved by Karl.
15814
15815 2006-07-12  Eric Blake  <ebb9@byu.net>
15816
15817         * MODULES.html.sh: Add gendocs.
15818
15819 2006-07-11  Eric Blake  <ebb9@byu.net>
15820
15821         * modules/fdl: New module, to install doc/fdl.texi.
15822         * MODULES.html.sh: Add new section for documentation modules.
15823         * gnulib-tool: Avoid space-tab.
15824         (--doc-base): New option, to manage files from doc.
15825
15826 2006-07-11  Eric Blake  <ebb9@byu.net>
15827
15828         * m4/absolute-header.m4: Fix comments to match recent change.
15829
15830 2006-07-11  Eric Blake  <ebb9@byu.net>
15831
15832         * gnulib-tool: List --doc-base before --tests-base.
15833
15834 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15835
15836         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15837
15838 2006-07-11  Bruno Haible  <bruno@clisp.org>
15839
15840         * README: Mention where to put documentation.
15841
15842 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15843
15844         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15845
15846 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15847
15848         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15849         to stdint.m4.
15850
15851 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15854         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15855         "no/such/file/stdint.h" when there is no such file, so that
15856         the resulting C code can be parsed by dodgy compilers.
15857         Problems reported by Bob Proulx.
15858
15859 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15860
15861         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15862         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15863         macros into the GNU _D_EXACT_NAMLEN.
15864         * lib/savedir.c:  Likewise.
15865         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15866
15867 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15868         and Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15871         * m4/savedir.m4:
15872         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15873         macros into the GNU _D_EXACT_NAMLEN.
15874
15875 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15876
15877         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15878         around the absolute name, to work around a problem with the HP-UX
15879         11.23 native C compiler, reported by Bob Proulx.
15880
15881 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15882
15883         * doc/maintain.texi, make-stds.texi: Sync from
15884         <http://savannah.gnu.org/projects/gnustandards>.
15885
15886 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15887
15888         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15889
15890 2006-07-09  Jim Meyering  <jim@meyering.net>
15891
15892         * m4/glob.m4: Remove a doubled word in a comment.
15893
15894 2006-07-09  Jim Meyering  <jim@meyering.net>
15895
15896         * lib/argp-pv.c: Remove a doubled word in a comment.
15897         * lib/check-version.c (check_version): Likewise.
15898         * lib/javacomp.c (compile_java_class): Likewise.
15899
15900 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15901
15902         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15903         for the benefit of people using Autoconf 2.60.  If you want to
15904         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15905         (or m4/onceonly.m4, if pre-2.57) manually.
15906
15907 2006-07-08  Jim Meyering  <jim@meyering.net>
15908
15909         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15910         comment.
15911         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15912         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15913         comment.
15914
15915 2006-07-08  Jim Meyering  <jim@meyering.net>
15916
15917         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15918
15919 2006-07-07  Simon Josefsson  <jas@extundo.com>
15920
15921         * tests/test-crc.c: Change expected crc value, the test vector
15922         were probably computed using the old broken crc.c?
15923
15924 2006-07-06  Simon Josefsson  <jas@extundo.com>
15925
15926         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15927         now the canonical place for the M4 file).
15928
15929         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15930         from the sys_socket dependency now.
15931
15932         * modules/inet_pton (Files): Ditto.
15933
15934         * modules/inet_ntop (Files): Ditto.
15935
15936 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15937
15938         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15939         not gl_PREREQ_GETUSERSHELL.
15940
15941 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15942
15943         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15944         with only one argument, for Autoconf 2.60.
15945         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15946         expand to nothing, so add a shell command to avoid syntax error.
15947         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15948
15949 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15950
15951         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15952
15953 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15954
15955         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15956         no longer needed.  Check for isblank decl.
15957         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15958         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15959         of existence.
15960
15961 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15962
15963         * lib/getloadavg.c: Use __VMS, not VMS.
15964         * lib/getopt.c: Likewise.
15965         * lib/getpagesize.h: Likewise.
15966         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15967         and probably does not work.
15968
15969 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15970
15971         * lib/.cppi-disable: Add wcwidth.
15972         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15973         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15974         (ISGRAPH): Remove.  All uses changed to isgraph.
15975         (FOLD) [!defined _LIBC]: Remove special case.
15976         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15977         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15978         HAVE_ISBLANK.
15979         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15980         case.
15981
15982 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15983
15984         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15985         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15986         brackets.  Other minor changes to suppress some compiler
15987         warnings.
15988
15989 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15990         and Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15993         of invoking obsolescent AC_HEADER_DIRENT macro.
15994         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15995         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15996         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15997         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15998         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15999         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16000         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
16001         * m4/readdir.m4: Remove; no longer needed.
16002
16003 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16004         and Paul Eggert  <eggert@cs.ucla.edu>
16005
16006         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
16007         Don't worry about this obsolete case any more.
16008         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
16009         directories.
16010         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
16011         worry about this obsolete case any more.
16012         * lib/fts.c: Likewise.
16013         * lib/getcwd.c: Likewise.
16014         * lib/glob.h: Likewise.
16015         * lib/savedir.c: Likewise.
16016
16017 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
16020         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
16021         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
16022         needed.
16023         All uses removed.
16024         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16025         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16026         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
16027         needed.
16028         * m4/getdate.m4 (gl_GETDATE): Likewise.
16029         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16030         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16031         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16032         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16033         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16034         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16035         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
16036         needed.
16037
16038 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16039
16040         * lib/memcasecmp.c: Include <limits.h>.
16041         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
16042         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
16043         Don't assume isdigit succeeds only on '0' through '9'.
16044
16045 2006-07-05  Eric Blake  <ebb9@byu.net>
16046
16047         * modules/getaddrinfo (Depends-on): Add snprintf.
16048
16049 2006-07-05  Eric Blake  <ebb9@byu.net>
16050
16051         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
16052         to avoid 'header present but could not be compiled' on cygwin.
16053
16054 2006-07-05  Eric Blake  <ebb9@byu.net>
16055
16056         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
16057         missing from netdb.h.
16058         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
16059
16060 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16061
16062         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
16063         no longer needed.
16064         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
16065         * m4/getdate.m4 (gl_GETDATE): Likewise.
16066         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16067         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16068         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16069         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16070         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16071
16072 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16073
16074         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
16075         All uses of is_space replaced by isspace.
16076         * lib/exit.h: Don't talk about STDC_HEADERS.
16077         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
16078         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
16079         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
16080         replaced by isprint etc.
16081         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
16082         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16083         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
16084         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
16085         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
16086         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16087
16088 2006-07-05  Bruno Haible  <bruno@clisp.org>
16089
16090         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
16091         the function exists, before testing against AIX.
16092         Reported by Martin Lambers <marlam@marlam.de>.
16093
16094 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16095
16096         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16097         From Mark D. Baushke.
16098
16099 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16100
16101         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16102         to the absolute name, not just one, to bypass Sun C 5.8's
16103         "warning: #include of /usr/include/... may be non-portable".
16104
16105 2006-07-04  Eric Blake  <ebb9@byu.net>
16106
16107         * modules/dirname-tests: New test module.
16108         * tests/test-dirname.c: New file, replacing dirname.c
16109         TEST_DIRNAME section that was recently deleted.
16110
16111 2006-07-04  Bruno Haible  <bruno@clisp.org>
16112
16113         Assume ANSI C header files and <ctype.h> functions.
16114         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16115         (mbsnwidth): Use isprint, iscntrl instead.
16116
16117 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16118
16119         Merge from coreutils.
16120         * MODULES.html.sh: Add xstrtold.
16121         * modules/xstrtold: New file.
16122         * modules/cycle-check (Files): Add lib/same-inode.h.
16123         * modules/dirname (Files): Add m4/double-slash-root.m4.
16124         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16125         * modules/mkdir-p (Files): Add lib/same-inode.h.
16126         * modules/same (Files): Add lib/same-inode.h.
16127
16128 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16129
16130         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16131         This is to keep the terminology clean; POSIX talks about
16132         "absolute pathnames", not "full pathnames", but the GNU
16133         Coding Standards say to use "path" for something else;
16134         so use "absolute" to keep both sides happy.
16135         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16136         Set gl_absolute_header, not gl_full_header_path.
16137         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16138         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16139         All uses changed.
16140
16141         Merge from coreutils.
16142
16143         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16144
16145         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16146         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16147         want to require the building of c-strtod.o.
16148         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16149         needs -lm directly.
16150         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16151
16152         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16155         --as-needed option if available.  Problem reported by Albert Chin in
16156         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16157         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16158         cc merely issues a bunch of annoying warnings for --as-needed
16159         (this problem was reported by Bob Proulx).  Also, try linking with
16160         -lm to detect a bug in binutils 2.16 (this problem was reported
16161         by Ralf Wildenhues).
16162
16163         2006-06-18  Jim Meyering  <jim@meyering.net>
16164
16165         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16166         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16167         macro.
16168         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16169         also check for glibc-2.4's abort-inducing bug.
16170
16171         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16172         Low-probability clean-up should be to use rmdir to get rid of
16173         the just-created directory, not unlink.
16174
16175         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16176         configure fail, and request a bug report to inform us about it.
16177         Add a comment that, barring reports to the contrary, in 2007 we'll
16178         assume ftruncate is universally available.
16179
16180         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16181
16182         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16183
16184         2006-03-12  Jim Meyering  <jim@meyering.net>
16185
16186         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16187         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16188         * m4/same.m4 (gl_SAME): Likewise.
16189         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16190
16191         2006-03-11  Eric Blake  <ebb9@byu.net>
16192
16193         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16194         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16195         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16196         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16197
16198 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16201         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16202         reported by Mark D. Baushke, one in
16203         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16204
16205         Merge from coreutils.
16206
16207         * lib/.cppi-disable: Add stdint_.h.
16208         * lib/.cvsignore: Add stdint.h.
16209
16210         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16211
16212         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16213         both double and long double versions.
16214         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16215         * lib/xstrtold.c: New file.
16216         * lib/xstrtod.h (xstrtold): New decl.
16217
16218         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16219
16220         * lib/filemode.c (setst): Remove.
16221         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16222         (arguably) clearer, and the generated code is a bit smaller on my
16223         Debian GNU/Linux stable x86 host.
16224
16225         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16228         Assume that filemode.h includes sys/types.h and sys/stat.h.
16229         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16230         (ftypelet): Reorder to put common cases first, for efficiency.
16231         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16232         to do 'M'.
16233         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16234         of 10, for compatibility with FreeBSD.  All callers changed.
16235         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16236         types that can't be deduced solely from st_mode.  First arg is now a
16237         const pointer.
16238         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16239         (strmode): Renamed from mode_string.
16240         (filemodestring): New decl.
16241         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16242         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16243         needed.
16244         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16245
16246         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16247
16248         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16249         fsusage.h now does that.  Include fsusage.h first, to test interface.
16250         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16251         at most one method (the old code could have generated decls that
16252         didn't conform to C89, not that this was ever exercised).
16253         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16254
16255         2006-03-19  Jim Meyering  <jim@meyering.net>
16256
16257         Work even in a chroot where d_ino values for entries in "/"
16258         don't match the stat.st_ino values for the same names.
16259         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16260         number, iterate through all entries again, using lstat instead.
16261         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16262         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16263
16264         * lib/getcwd.c (__getcwd): Clarify a comment.
16265         Use memcpy in place of a call to strcpy.
16266
16267         2006-03-12  Jim Meyering  <jim@meyering.net>
16268
16269         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16270         matches that of the current directory (which we're about to chdir ".."
16271         out of), then save the dev-ino of the parent, instead.
16272
16273         * lib/same-inode.h (SAME_INODE): New file/macro.
16274         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16275         Include "same-inode.h", instead.
16276         * lib/same.c: Likewise.
16277         * lib/cycle-check.h: Include "same-inode.h".
16278         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16279         * lib/cycle-check.c (SAME_INODE): Remove definition.
16280         * lib/root-dev-ino.h: Include "same-inode.h".
16281
16282         2006-03-11  Eric Blake  <ebb9@byu.net>
16283
16284         * lib/same.c (same_name): s/base_name/last_component/
16285         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16286         * lib/filenamecat.c (file_name_concat): Likewise.
16287
16288         2006-03-11  Eric Blake  <ebb9@byu.net>,
16289                     Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16292         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16293         drive prefix.
16294         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16295         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16296         (last_component): New method.
16297         * lib/dirname.c (dir_len): Determine when drive letters need a
16298         subsequent slash.  Preserve // when it is special.
16299         (dir_name): Don't append dot when drive letter is absolute.
16300         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16301         * lib/basename.c (base_name): New semantics - malloc the result.
16302         Preserve // when it is special.  Preserve relative files that look
16303         like drive letters.
16304         (base_len): Preserve // when it is special.
16305         (last_component): New method, similar to old base_name semantics.
16306         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16307         base_name.  Strip redundant slashes from ///.
16308
16309 2006-07-03  Jim Meyering  <jim@meyering.net>
16310
16311         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16312         macro is used before the first cycle_check call.
16313
16314 2006-07-03  Eric Blake  <ebb9@byu.net>
16315
16316         * modules/dirname (Depends-on): Add xstrndup.
16317
16318 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16321         test cases, so that config.log is a bit easier to follow.
16322
16323 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16324
16325         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16326         both are 64 bits, since this seems to be the tradition, and this
16327         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16328         we ever run into a host that prefers long long to long in this
16329         case, we'll need another configure-time test.  Problem reported by
16330         Jim Meyering.
16331
16332 2006-07-02  Eric Blake  <ebb9@byu.net>
16333
16334         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16335
16336 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         * modules/inttypes (Depends-on): No longer depends on stdint.
16339         * modules/stdint (Description): Say more about assumptions.
16340         Say that the fast types might differ.  Say macros are used.
16341         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16342         (Makefile.am): Revise list of substituted symbols to match
16343         new stdint.m4.
16344         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16345         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16346         * tests/test-stdint.c (verify_same_types)
16347         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16348         the code conforms to C99/C89.
16349         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16350         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16351
16352 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16353
16354         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16355         but fix a bug, by requiring at least 64 bits.
16356         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16357         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16358         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16359         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16360
16361         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16362         changes.  Make 2.59 a prerequisite.  Check and substitute for
16363         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16364         inttypes.h.  Do not use special include files; just use the
16365         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16366         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16367         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16368         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16369         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16370         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16371         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16372         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16373         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16374         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16375         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16376         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16377         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16378         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16379         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16380         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16381         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16382         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16383         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16384         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16385         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16386         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16387         not check for things that C99 does not require, e.g., int8_t.  If
16388         a test isn't needed unless <stdint.h> isn't working, and is
16389         unlikely to be needed for any other reason, then don't do it
16390         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16391         size_t, since we assume C89 freestanding at least.  Do not check
16392         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16393         the right thing even if the types are not defined.  Instead use:
16394         (gl_STDINT_TYPE_PROPERTIES): New macro.
16395         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16396         testing whether <sys/types.h> clashes, as Autoconf does this for
16397         us now.  All uses removed.
16398         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16399         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16400         (gl_CHECK_TYPE_SAME):
16401         Remove; no longer needed.
16402         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16403         exists, since we'll return 0 anyway in that case.
16404         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16405
16406 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16407
16408         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16409         possible collision with system files.
16410         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16411         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16412         WCHAR_MIN and WCHAR_MAX in this case.
16413         (<stddef.h>): Do not include; no longer needed.
16414         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16415         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16416         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16417         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16418         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16419         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16420         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16421         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16422         !defined(__c99))]: Include in this case too, since it's harmless
16423         now.
16424         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16425         dangerous to do so.
16426         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16427         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16428         (_STDINT_MIN, _STDINT_MAX): New macros.
16429         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16430         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16431         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16432         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16433         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16434         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16435         macros, not typedefs; this simplifies things quite a bit.
16436         Use long int for all types narrower than int64_t.
16437         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16438         Define in terms of long long int or int64_t or long int,
16439         not int64_t or int32_t.  This saves some compile-time testing.
16440         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16441         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16442         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16443         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16444         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16445         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16446         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16447         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16448         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16449         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16450         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16451         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16452         undef any previous version and define our own version, for
16453         simplicity and consistency with the new macros for types.
16454         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16455         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16456         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16457         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16458         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16459         @WINT_T_SUFFIX@ to keep things simple here.
16460         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16461         Simplify by assuming typical 8/16/32/64 host, since we're
16462         already doing that elsewhere anyway.
16463         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16464         and assume long long int is 64 bits if available.  This
16465         speeds up 'configure'.
16466
16467 2006-07-01  Eric Blake  <ebb9@byu.net>
16468
16469         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16470         Reported by Andreas Buening.
16471
16472 2006-07-01  Eric Blake  <ebb9@byu.net>
16473
16474         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16475
16476 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16477
16478         * lib/getaddrinfo.c: fixed typo
16479
16480 2006-06-29  Jim Meyering  <jim@meyering.net>
16481
16482         * modules/strftime (Maintainer): Add my name, since with the
16483         FPRINTFTIME changes strftime.c has forked from glibc.
16484
16485 2006-06-29  Eric Blake  <ebb9@byu.net>
16486
16487         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16488
16489 2006-06-29  Eric Blake  <ebb9@byu.net>
16490
16491         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16492
16493 2006-06-29  Eric Blake  <ebb9@byu.net>
16494
16495         * lib/stat_.h: New file.
16496
16497 2006-06-29  Eric Blake  <ebb9@byu.net>
16498
16499         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16500         unused static function.
16501
16502 2006-06-29  Eric Blake  <ebb9@byu.net>
16503
16504         * doc/functions.texi (Function Portability): Document missing lstat
16505         on mingw.
16506
16507 2006-06-29  Eric Blake  <ebb9@byu.net>
16508
16509         * MODULES.html.sh: Add sys_stat.
16510         * modules/sys_stat: New module.
16511         * modules/mkstemp (Depends-on): Add sys_stat.
16512
16513 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16514
16515         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16516
16517 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16518
16519         * m4/c-bs-a.m4: Removed.
16520
16521 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16522
16523         * lib/strftime.c: Assume strftime() exists.
16524
16525 2006-06-29  Derek Price  <derek@ximbiot.com>
16526
16527         * modules/c-bs-a: Removed - \a is C89.
16528         * MODULES.html.sh: Remove c-bs-a.
16529
16530 2006-06-29  Bruno Haible  <bruno@clisp.org>
16531
16532         * modules/wcwidth (License): Change to LGPL.
16533
16534 2006-06-28  Simon Josefsson  <jas@extundo.com>
16535
16536         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16537         on _WIN32.
16538
16539         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16540         getnameinfo.
16541
16542 2006-06-28  Simon Josefsson  <jas@extundo.com>
16543
16544         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16545
16546 2006-06-28  Simon Josefsson  <jas@extundo.com>
16547
16548         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16549         functions there.  It will succeed on Windows XP, but on Windows
16550         2000 and (presumably) earlier, it will fail, and use the internal
16551         re-implementation.
16552         (use_win32_p): New function.
16553         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16554         Support AI_NUMERICSERV to disable getservbyname.
16555         (getnameinfo): New function, only supports
16556         NI_NUMERICHOST|NI_NUMERICSERV for now.
16557
16558         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16559         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16560         getnameinfo.
16561
16562 2006-06-28  Eric Blake  <ebb9@byu.net>
16563
16564         * modules/wcwidth: New file.
16565         * modules/mbchar (Depends-on): Add wcwidth.
16566         * modules/mbswidth (Depends-on): Add wcwidth.
16567         * MODULES.html.sh: Add wcwidth.
16568
16569 2006-06-28  Eric Blake  <ebb9@byu.net>
16570
16571         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16572         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16573
16574 2006-06-28  Eric Blake  <ebb9@byu.net>
16575
16576         * lib/xvasprintf.h: Fix comments.
16577
16578 2006-06-28  Eric Blake  <ebb9@byu.net>
16579
16580         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16581         * lib/mbswidth.c (wcwidth): Move from here...
16582         * lib/wcwidth.h: ...to this new file.
16583
16584 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16585
16586         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16587
16588         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16589         it's obsolete.
16590         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16591
16592 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16593
16594         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16595         Autoconf 2.60 says this stuff was obsolete.
16596
16597 2006-06-28  Bruno Haible  <bruno@clisp.org>
16598
16599         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16600
16601 2006-06-28  Bruno Haible  <bruno@clisp.org>
16602
16603         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16604         gt_TYPE_WCHAR_T.
16605
16606 2006-06-28  Bruno Haible  <bruno@clisp.org>
16607
16608         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16609         declaration for wcwidth.
16610         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16611
16612 2006-06-28  Bruno Haible  <bruno@clisp.org>
16613
16614         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16615         (mkdir): Define using _mkdir.
16616
16617 2006-06-28  Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/getaddrinfo.h: Fix POSIX URL.
16620         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16621         _WIN32.
16622         (use_win32_p): Make static.
16623         (getaddrinfo): Reject service name if it is empty or does not consist
16624         solely of decimal digits, or if its value is > 65535.
16625         (getnameinfo): Remove useless casts.
16626
16627 2006-06-27  Simon Josefsson  <jas@extundo.com>
16628
16629         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16630         Eggert and Martin Lambers.
16631
16632 2006-06-27  Simon Josefsson  <jas@extundo.com>
16633
16634         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16635         Eggert and Martin Lambers.
16636
16637 2006-06-27  Bruno Haible  <bruno@clisp.org>
16638
16639         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16640         result to 0, not to empty.
16641         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16642
16643 2006-06-27  Bruno Haible  <bruno@clisp.org>
16644
16645         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16646
16647 2006-06-26  Simon Josefsson  <jas@extundo.com>
16648
16649         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16650         present.
16651
16652 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16653
16654         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16655         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16656         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16657
16658 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16659
16660         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16661
16662 2006-06-26  Bruno Haible  <bruno@clisp.org>
16663
16664         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16665
16666 2006-06-26  Bruno Haible  <bruno@clisp.org>
16667
16668         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16669
16670 2006-06-26  Bruno Haible  <bruno@clisp.org>
16671
16672         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16673         SGI C compiler in pre-C99 mode.
16674         Suggested by Mark D. Baushke and Larry Jones.
16675
16676 2006-06-26  Bruno Haible  <bruno@clisp.org>
16677
16678         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16679         WCHAR_MAX.
16680         Reported by Mark D. Baushke and Larry Jones.
16681
16682 2006-06-26  Bruno Haible  <bruno@clisp.org>
16683
16684         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16685         in pre-C99 mode.
16686         Suggested by Mark D. Baushke and Larry Jones.
16687
16688 2006-06-23  Simon Josefsson  <jas@extundo.com>
16689             Bruno Haible  <bruno@clisp.org>
16690
16691         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16692         Emit mostlyclean-local rule.
16693         (func_emit_tests_Makefile_am): Likewise.
16694         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16695
16696 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16697
16698         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16699
16700 2006-06-23  Bruno Haible  <bruno@clisp.org>
16701
16702         * tests/test-stdint.c: Update to match ISO C 99 Technical
16703         Corrigendum 1.
16704
16705 2006-06-23  Bruno Haible  <bruno@clisp.org>
16706
16707         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16708
16709 2006-06-23  Bruno Haible  <bruno@clisp.org>
16710
16711         * lib/stdint_.h: Treat IRIX like OpenBSD.
16712
16713 2006-06-23  Bruno Haible  <bruno@clisp.org>
16714
16715         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16716         ISO C 99 Technical Corrigendum 1.
16717
16718 2006-06-22  Simon Josefsson  <jas@extundo.com>
16719
16720         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16721         MinGW.
16722
16723 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16724
16725         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16726         needed.  Some compiler complained about some of them.  Problem reported
16727         by Larry Jones in
16728         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16729
16730 2006-06-21  Simon Josefsson  <jas@extundo.com>
16731
16732         * tests/test-getaddrinfo.c: New file.
16733
16734         * modules/getaddrinfo-tests: New file.
16735
16736         * MODULES.html.sh: Add inet_pton.
16737
16738         * modules/inet_pton: New file.
16739
16740 2006-06-21  Simon Josefsson  <jas@extundo.com>
16741
16742         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16743         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16744         of using the (limited) gnulib implementation on Windows XP.
16745
16746         * m4/inet_pton.m4: New file.
16747
16748 2006-06-21  Simon Josefsson  <jas@extundo.com>
16749
16750         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16751         variable.
16752
16753         * lib/socket_.h: Don't define WINVER.
16754
16755         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16756         slightly modified to work in gnulib.
16757
16758 2006-06-21  Simon Josefsson  <jas@extundo.com>
16759
16760         * doc/gnulib.texi (Windows sockets): Add.
16761
16762 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16763
16764         * lib/read-file.c (fread_file): Start with buffer allocation of
16765         0 bytes rather than 1 byte; this simplifies the code.
16766         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16767         code to free buffer and save/restore errno.
16768         (internal_read_file): Remove unused local.
16769
16770 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16771
16772         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16773         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16774         Problem reported by Denis Excoffier in
16775         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16776
16777 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16778
16779         * modules/sys_socket, modules/socklen: Include sys/types since
16780         FreeBSD 4.x's sys/socket.h needs it.
16781
16782 2006-06-19  Simon Josefsson  <jas@extundo.com>
16783
16784         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16785
16786 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16787
16788         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16789
16790 2006-06-19  Bruno Haible  <bruno@clisp.org>
16791
16792         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16793         and FULL_PATH_INTTYPES_H in angle brackets.
16794         Reported by Mark D. Baushke <mdb@gnu.org>.
16795
16796 2006-06-17  Eric Blake  <ebb9@byu.net>
16797
16798         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16799         errno.
16800
16801 2006-06-17  Bruno Haible  <bruno@clisp.org>
16802
16803         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16804         <sys/inttypes.h>.
16805
16806 2006-06-17  Bruno Haible  <bruno@clisp.org>
16807
16808         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16809         whether errno is declared. Assume <errno.h> declares errno.
16810
16811 2006-06-17  Bruno Haible  <bruno@clisp.org>
16812
16813         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16814
16815 2006-06-17  Bruno Haible  <bruno@clisp.org>
16816
16817         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16818         problem on Solaris 2.5.1.
16819
16820 2006-06-16  Eric Blake  <ebb9@byu.net>
16821
16822         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16823         * lib/unicodeio.c [!defined errno]: Likewise.
16824         * lib/strtol.c [!defined errno]: Likewise.
16825         * lib/strtod.c [!defined errno]: Likewise.
16826
16827 2006-06-15  Eric Blake  <ebb9@byu.net>
16828
16829         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16830
16831 2006-06-15  Eric Blake  <ebb9@byu.net>
16832
16833         * config/srclist.txt (ssize_t.m4): Lose sync.
16834
16835 2006-06-15  Bruno Haible  <bruno@clisp.org>
16836
16837         * modules/stdint (Files): Include m4/full-header-path.m4,
16838         m4/size_max.m4, m4/wchar_t.m4.
16839         (Makefile.am): Many more substitutions.
16840         * modules/stdint-tests: New file.
16841         * tests/test-stdint.c: New file.
16842
16843 2006-06-15  Bruno Haible  <bruno@clisp.org>
16844
16845         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16846         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16847         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16848         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16849         gl_CHECK_TYPE_SAME): New macros.
16850
16851 2006-06-15  Bruno Haible  <bruno@clisp.org>
16852
16853         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16854
16855 2006-06-15  Bruno Haible  <bruno@clisp.org>
16856
16857         * lib/stdint_.h: Rewritten to be fully auto-configured.
16858         Fixes bug on HP-UX/IA64.
16859
16860 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16861
16862         * lib/getdate.y (__attribute__): Don't define if already defined.
16863         Problem reported by Larry Jones.
16864         * lib/utimens.c (__attribute__): Likewise.
16865
16866 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16867
16868         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16869         reported by Andreas Schwab.
16870
16871 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16872             Bruno Haible  <bruno@clisp.org>
16873
16874         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16875         check for the declaration of strnlen and a run test that exposes the
16876         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16877         rpl_strndup.
16878
16879 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16880             Bruno Haible  <bruno@clisp.org>
16881
16882         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16883
16884 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16885
16886         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16887         compile test, for Tru64 4.0D.
16888
16889 2006-05-28  Karl Berry  <karl@gnu.org>
16890
16891         * config/srclist.txt (printf-args.c): lose sync.
16892
16893 2006-05-26  Martin Lambers  <marlam@marlam.de>
16894
16895         * lib/getpass.c: Updates the test for the native W32 API, and adds
16896         missing includes, thus fixing compilation warnings.
16897
16898 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16899
16900         * lib/exclude.c (exclude_fnmatch): New function.
16901         (excluded_file_name): Call exclude_fnmatch.
16902         * lib/exclude.h (excluded_file_name): New prototype
16903
16904 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16905
16906         * lib/tempname.c (small_open, large_open): New macros.
16907         (__open, __open64) [!_LIBC]: Remove.
16908         (__gen_tempname): Use small_open and large_open instead of __open
16909         and __open64.  This fixes a portability bug on HP-UX 11.11i
16910         reported by Simon Wing-Tang in
16911         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16912
16913 2006-05-24  Bruno Haible  <bruno@clisp.org>
16914
16915         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16916         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16917         Reported by Thorsten Maerz <torte@netztorte.de> via
16918         Aaron Stone <aaron@serendipity.cx>.
16919
16920 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16921
16922         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16923         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16924         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16925         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16926         not really conditional on the cache.
16927         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16928
16929 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16930
16931         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16932         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16933         (my_usleep): Don't mishandle maximum value.
16934
16935 2006-05-19  Jim Meyering  <jim@meyering.net>
16936
16937         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16938
16939 2006-05-17  Bruno Haible  <bruno@clisp.org>
16940
16941         Cygwin portability.
16942         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16943
16944 2006-05-17  Bruno Haible  <bruno@clisp.org>
16945
16946         * lib/stdint_.h: Fix recognition of Cygwin.
16947
16948 2006-05-15  Bruno Haible  <bruno@clisp.org>
16949
16950         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16951         on libtool patch by Ralf Wildenhues.
16952
16953 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16954
16955         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16956         test for C99 conformance; (bool) 0.5 is an integer constant
16957         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16958         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16959
16960 2006-05-11  Simon Josefsson  <jas@extundo.com>
16961
16962         * m4/xvasprintf.m4: Fix obvious typo.
16963
16964 2006-05-11  Jim Meyering  <jim@meyering.net>
16965
16966         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16967         James Lemley.
16968
16969 2006-05-10  Simon Josefsson  <jas@extundo.com>
16970
16971         * lib/md4.c: Typo fix, update copyright years.
16972         (K1, K2): Don't use L because it turn computations into 64-bit on
16973         64-bit platforms.
16974
16975 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16978         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16979         unwanted sign propagation, e.g., on hosts with 64-bit int.
16980         There still are some problems with reeelly weird theoretical hosts
16981         (e.g., 33-bit int) but it's not worth worrying about now.
16982         * lib/sha1.c (rol): Likewise.
16983         (K1, K2, K3, K4): Remove unnecessary L suffix.
16984
16985 2006-05-10  Bruno Haible  <bruno@clisp.org>
16986
16987         * lib/des.c: Cast to avoid warnings.
16988
16989 2006-05-09  Bruno Haible  <bruno@clisp.org>
16990
16991         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16992         (Depends-on): Depend also on xsize, stdarg.
16993         (configure.ac): Add gl_XVASPRINTF.
16994
16995 2006-05-09  Bruno Haible  <bruno@clisp.org>
16996
16997         * m4/xvasprintf.m4: New file.
16998
16999 2006-05-09  Bruno Haible  <bruno@clisp.org>
17000
17001         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
17002         (EOVERFLOW): Define fallback value.
17003         (xstrcat): New function.
17004         (xvasprintf): Recognize the special case of a string concatenation.
17005
17006 2006-05-08  Eric Blake  <ebb9@byu.net>
17007
17008         * gnulib-tool (func_version): Base copyright year on CVS date.
17009         (func_emit_copyright_notice): New function.
17010         (func_emit_lib_Makefile_am): Use it.
17011         (func_emit_tests_Makefile_am): Likewise.
17012         (func_import): Likewise.
17013
17014 2006-05-08  Bruno Haible  <bruno@clisp.org>
17015
17016         * modules/stdarg: New file.
17017         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
17018
17019 2006-05-08  Bruno Haible  <bruno@clisp.org>
17020
17021         * m4/stdarg.m4: New file, from GNU gettext.
17022
17023 2006-05-08  Bruno Haible  <bruno@clisp.org>
17024
17025         * config/srclist.txt (build-aux/config.rpath): different from latest
17026         release.
17027
17028 2006-05-08  Bruno Haible  <bruno@clisp.org>
17029
17030         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
17031
17032 2006-05-05  Jim Meyering  <jim@meyering.net>
17033
17034         * m4/warning.m4: New file, derived from bison's file by the same name.
17035
17036 2006-05-03  Bruno Haible  <bruno@clisp.org>
17037
17038         * lib/stdint_.h: Shorter URL.
17039         * lib/inttypes.h: Likewise.
17040
17041 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17042
17043         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
17044
17045 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         * lib/verify.h: Document the internals better.  Most of this change
17048         was written by Bruno Haible.
17049
17050 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17051
17052         * doc/verify.texi: New file, partly based on a proposal by
17053         Bruno Haible.
17054
17055 2006-05-02  Bruno Haible  <bruno@clisp.org>
17056
17057         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
17058         test from here...
17059         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
17060
17061 2006-04-29  Bruno Haible  <bruno@clisp.org>
17062
17063         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
17064         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
17065
17066 2006-04-29  Bruno Haible  <bruno@clisp.org>
17067
17068         * gnulib-tool: Make --update option actually work.
17069
17070 2006-04-29  Bruno Haible  <bruno@clisp.org>
17071
17072         * doc/gcd.texi: New file.
17073         * doc/gnulib.texi: Include it.
17074
17075 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * lib/getdate.y (get_date): When adding relative date, start with the
17078         initial time, not with the result of the first mktime call.
17079
17080 2006-04-25  Bruno Haible  <bruno@clisp.org>
17081
17082         * gnulib-tool (func_import): Output the include directives in three
17083         blocks, sorted separately.
17084         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17085
17086 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17087
17088         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
17089         to define main with arguments, for C++.  Reported by Eric Blake.
17090         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
17091         Prefer 'int main ()' to 'int main (void)', for C++.
17092         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
17093         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17094         for 'main', for C99 and C++.
17095
17096 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17099         Don't assume that exit status -1 is valid.
17100         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17101         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17102         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17103         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17104         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17105         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17106         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17107         functions can be used without declaring them, or that you can
17108         exit with status -1.
17109         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17110
17111 2006-04-24  Karl Berry  <karl@gnu.org>
17112
17113         * config/srclist.txt (longdouble.m4): sync lost.
17114
17115 2006-04-24  Eric Blake  <ebb9@byu.net>
17116
17117         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17118
17119 2006-04-24  Bruno Haible  <bruno@clisp.org>
17120
17121         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17122         poll() implementation in AIX.
17123         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17124
17125 2006-04-24  Bruno Haible  <bruno@clisp.org>
17126
17127         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17128         assigned exactly once.
17129
17130 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17131             Bruno Haible  <bruno@clisp.org>
17132
17133         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17134         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17135         for AM_CPPFLAGS.
17136
17137 2006-04-23  Bruno Haible  <bruno@clisp.org>
17138
17139         * modules/copy-file: Depend on unistd.
17140         * modules/execute: Likewise.
17141         * modules/fatal-signal: Likewise.
17142         * modules/findprog: Likewise.
17143         * modules/mkdtemp : Likewise.
17144         * modules/pipe: Likewise.
17145         * modules/wait-process: Likewise.
17146
17147 2006-04-23  Bruno Haible  <bruno@clisp.org>
17148
17149         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17150         condition was already detected.
17151         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17152
17153 2006-04-23  Bruno Haible  <bruno@clisp.org>
17154
17155         * lib/copy-file.c: Include <unistd.h> unconditionally.
17156         * lib/execute.c: Likewise.
17157         * lib/fatal-signal.c: Likewise.
17158         * lib/findprog.c: Likewise.
17159         * lib/mkdtemp.c: Likewise.
17160         * lib/pipe.h: Likewise.
17161         * lib/pipe.c: Likewise.
17162         * lib/wait-process.h: Likewise.
17163
17164 2006-04-23  Bruno Haible  <bruno@clisp.org>
17165
17166         * gnulib-tool (func_usage): Fix --import description. Document
17167         --update.
17168         (func_import): Create temporary file in a temporary directory, if
17169         --dry-run is specified. Silence errors from 'grep' when there are no
17170         m4 files in $m4dir.
17171         (func_create_testdir): Silence errors from 'grep' when there are no
17172         m4 files in $m4dir.
17173         Reported by Karl Berry <karl@freefriends.org>.
17174
17175 2006-04-20  Bruno Haible  <bruno@clisp.org>
17176
17177         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17178         one argument, so that the code will be portable to Autoconf 2.60.
17179         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17180         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17181         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17182
17183 2006-04-19  Derek Price  <derek@ximbiot.com>
17184             Eric Blake  <ebb9@byu.net>
17185
17186         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17187         rather than "/full/path.h".  Update comment to match.  Shorten &
17188         generalize m4_translit call via AS_TR_CPP.
17189
17190 2006-04-19  Derek Price  <derek@ximbiot.com>
17191             Eric Blake  <ebb9@byu.net>
17192
17193         * lib/inttypes.h: Correct grammar in comment.
17194
17195 2006-04-18  Derek Price  <derek@ximbiot.com>
17196             Paul Eggert  <eggert@cs.ucla.edu>
17197
17198         * modules/inttypes: New file.
17199         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17200
17201 2006-04-18  Derek Price  <derek@ximbiot.com>
17202             Paul Eggert  <eggert@cs.ucla.edu>
17203
17204         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17205         New files.
17206
17207 2006-04-18  Derek Price  <derek@ximbiot.com>
17208             Paul Eggert  <eggert@cs.ucla.edu>
17209
17210         * lib/inttypes.h: New file.
17211         * lib/strtoimax.c: Assume <inttypes.h>.
17212
17213 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17214
17215         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17216         isn't mounted.  Problem reported by Kir Kolyshkin.
17217
17218 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17219
17220         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17221         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17222         Derek R. Price.
17223         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17224         implementation.
17225
17226 2006-04-12  Eric Blake  <ebb9@byu.net>
17227
17228         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17229         is now done automatically by the corresponding Autoconf macro.
17230
17231 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17232
17233         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17234         time_r.h.
17235
17236 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17237
17238         Merge regex changes from libc, removing some of our
17239         POSIX-conformance changes that were rejected and redoing them in a
17240         less-intrusive way.
17241
17242         * lib/regcomp.c (re_compile_internal, init_dfa):
17243         Length arg is now size_t, not Idx.  All uses changed.
17244         (peek_token): Forward decl now says internal_function.
17245         (__re_error_msgid, __re_error_msgid_idx):
17246         Now static rather than extern with attribute_hidden.
17247         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17248         For some reason libc prefers K&R style defns for external functions.
17249         (regerror) [!defined _LIBC]: Likewise.
17250         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17251         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17252         (build_range_exp, build_collating_symbol):
17253         Use K&R-style defn.
17254         (re_compile_fastmap): Use '\0' to memset, not 0.
17255         (utf8_sb_map): Make the calculations more obvious.
17256         (init_dfa, parse_bracket_exp, build_charclass_op):
17257         Call calloc and cast result, as glibc does.
17258         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17259         (build_range_exp, build_collating_symbol):
17260         Now internal functions.
17261
17262         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17263
17264         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17265         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17266         Don't depend on VMS; depend on __VMS instead, for POSIX
17267         namespace cleanness.
17268         (regoff_t): Define to ssize_t, not long int.
17269
17270         Remove the REG_ macros named below.  Instead, make the old names
17271         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17272         __USE_GNU_REGEX.
17273         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17274         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17275         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17276         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17277         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17278         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17279         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17280         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17281         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17282         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17283         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17284         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17285         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17286         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17287         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17288         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17289         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17290         (REG_NREGS):
17291         Remove.  All uses replaced by the old RE_* names.
17292         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17293         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17294         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17295         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17296         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17297         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17298         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17299         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17300         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17301         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17302         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17303         Don't bother having these macros be independent of each others'
17304         values, since they no longer exist in the POSIX name space.
17305
17306         Rename the following member names back to their old names,
17307         unless !__USE_GNU_REGEX.  All uses changed back.
17308         (buffer): Renamed from re_buffer.
17309         (allocated): Renamed from re_allocated.
17310         (used): Renamed from re_used.
17311         (syntax): Renamed from re_syntax.
17312         (fastmap): Renamed from re_fastmap.
17313         (translate): Renamed from re_translate.
17314         (can_be_null): Renamed from re_can_be_null.
17315         (regs_allocated): Renamed from re_regs_allocated.
17316         (fastmap_accurate): Renamed from re_fastmap_accurate.
17317         (no_sub): Renamed from re_no_sub.
17318         (not_bol): Renamed from re_not_bol.
17319         (not_eol): Renamed from re_not_eol.
17320         (newline_anchor): Renamed from re_newline_anchor.
17321         (num_regs): Renamed from rm_num_regs.
17322         (start): Renamed from rm_start.
17323         (end): Renamed from rm_end.
17324
17325         (free_state): Move up a bit.
17326
17327         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17328         #define to be empty.
17329         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17330         when that is what is intended.
17331         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17332         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17333         (MAX): New macro.
17334         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17335         All uses changed back to re_malloc, etc.  It's now the caller's
17336         responsibility to check for overflow; all callers changed.
17337         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17338         (re_x2nrealloc): Remove.
17339         (free_state): Remove decl.
17340
17341         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17342         (re_set_registers, re_exec):
17343         Use K&R-style defn.
17344
17345         2006-01-31  Roland McGrath  <roland@redhat.com>
17346
17347         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17348         Reported by Mike Frysinger <vapier@gentoo.org>.
17349
17350         2006-01-15  Andreas Jaeger  <aj@suse.de>
17351
17352         [BZ #1950]
17353         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17354         build_wcs_upper_buffer change.
17355         (build_wcs_upper_buffer): Change return type.
17356
17357         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17358
17359         * lib/regex_internal.h: Include <stdint.h> if available.
17360
17361         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17362
17363         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17364
17365         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17366
17367         * lib/regcomp.c: Adjust for changed secondary hash function.
17368
17369         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17370
17371         * lib/regex.h: Pretty printing.
17372         Clean up namespace a bit.
17373
17374         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17375
17376         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17377         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17378
17379         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17380                     Ulrich Drepper  <drepper@redhat.com>
17381
17382         [BZ #1302]
17383         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17384         changed.
17385         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17386
17387         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17388
17389         [BZ #281]
17390         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17391         * lib/regcomp.c: Remove unnecessary uses of
17392         unsigned RE_TRANSLATE_TYPE.
17393         * lib/regex_internal.h: Likewise.
17394         * lib/regex_internal.c: Likewise.
17395         * lib/regexec.c: Likewise.
17396         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17397
17398         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17399
17400         * lib/regexec.c (find_recover_state): Remove unnecessary
17401         initialization.
17402         (transit_state_bkref): Make DFA a const pointer.
17403         (get_subexp): Likewise.
17404         (check_arrival): Likewise.
17405         (update_cur_sifted_state): Likewise.
17406         (re_search_internal): Likewise.
17407         (prune_impossible_nodes): Likewise.
17408         (acquire_init_state_context): Likewise.
17409         (proceed_next_node): Likewise.
17410         (set_regs): Likewise.
17411         (free_fail_stack_return): Likewise.
17412         (check_arrival_expand_ecl): Mark DFA parameter as const.
17413         (check_arrival_expand_ecl_sub): Likewise.
17414         (check_subexp_limits): Likewise.
17415         (sub_epsilon_src_nodes):  Likewise.
17416         (add_epsilon_src_nodes):  Likewise.
17417         (merge_state_array): Likewise.
17418         (update_regs): Likewise.
17419         (build_trtable): Likewise.
17420         (sift_states_backward): Mark MCTX parameter as const.
17421         (build_sifted_states): Likewise.
17422         (update_cur_sifted_state): Likewise.
17423         (sift_states_mkref): Likewise.
17424         (check_arrival_expand_ecl): Mark eclosure as const.
17425         (check_dst_limits_calc_pos_1): Likewise.
17426         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17427         pointer.
17428
17429         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17430
17431         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17432         (transit_state_sb): Likewise.
17433         (transit_state_mb): Likewise.
17434         (sift_states_iter_mb): Likewise.
17435         (check_arrival_add_next_nodes): Likewise.
17436         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17437         [_LIBC] (re_search_2_stub): Use mempcpy.
17438
17439         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17440         mbrtowc for very simple UTF-8 case.
17441
17442         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17443         a pointer-to-const.
17444         (re_acquire_state_context): Likewise.
17445         * lib/regex_internal.h: Adjust prototypes.
17446
17447         * lib/regex.c: Prevent using C++ compilers.
17448
17449         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17450         (re_acquire_state_context): Likewise.
17451
17452 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17453
17454         * modules/regex (Depends-on): Add ssize_t.
17455
17456 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17457
17458         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17459         translation table.
17460
17461 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17462
17463         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17464
17465 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17466             Bruno Haible  <bruno@clisp.org>
17467
17468         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17469         <sys/types.h> and <inttypes.h>.
17470
17471 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17472
17473         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17474         `__error_t_defined', so argp.h will not typedef the former.
17475
17476 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17477
17478         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17479         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17480         glibc names.  Even if glibc is changed to conform to POSIX, the
17481         traditional names will be available anyway, since regex depends on
17482         the extensions module.  Also, fix a longstanding typo in the
17483         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17484         reported by Emanuele Giaquinta.  Also, change sense of cached
17485         variable, so that the message makes sense.
17486
17487 2006-03-24  Simon Josefsson  <jas@extundo.com>
17488
17489         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17490         including some doc fixes.
17491         (base64_encode_alloc): Fix +1 bug on allocation failures.
17492
17493 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17494
17495         * lib/base64.c (base64_encode): Do not read past end of array with
17496         unsanitized input on systems with CHAR_BIT > 8.
17497
17498 2006-03-24  Eric Blake  <ebb9@byu.net>
17499
17500         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17501
17502 2006-03-22  Karl Berry  <karl@gnu.org>
17503
17504         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17505         * config/srclistvars.sh (COREUTILS): new var.
17506
17507 2006-03-17  Jim Meyering  <jim@meyering.net>
17508
17509         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17510         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17511
17512 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17513
17514         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17515         no longer needs it.  Instead, check that regoff_t is as least
17516         as wide as ptrdiff_t.
17517
17518         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17519         so that our regex.h stays compatible with the installed regex.
17520         This is helpful for installers who configure --without-included-regex.
17521         Problem reported by Emanuele Giaquinta.
17522
17523 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17524
17525         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17526         Typedef to long int, not to off_, as POSIX will likely change
17527         in that direction.
17528
17529 2006-03-15  Eric Blake  <ebb9@byu.net>
17530
17531         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17532
17533 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17534
17535         * lib/argp-help.c (validate_uparams): Fix typo
17536         * lib/argp-parse.c (argp_default_options): Consistently begin help
17537         messages with a lowercase letter.
17538
17539 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17540
17541         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17542         overrun buffers and shouldn't be used (much as gets shouldn't be
17543         used).
17544         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17545
17546 2006-03-08  Simon Josefsson  <jas@extundo.com>
17547
17548         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17549         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17550
17551 2006-03-08  Simon Josefsson  <jas@extundo.com>
17552
17553         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17554         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17555
17556 2006-03-08  Simon Josefsson  <jas@extundo.com>
17557
17558         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17559         signal that configure disabled the device.
17560
17561 2006-03-08  Simon Josefsson  <jas@extundo.com>
17562
17563         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17564         languages.
17565
17566 2006-03-07  Simon Josefsson  <jas@extundo.com>
17567
17568         * modules/getopt (Depends-on): Add unistd.
17569
17570         * modules/unistd: New file.
17571
17572 2006-03-07  Simon Josefsson  <jas@extundo.com>
17573
17574         * modules/gc-random: New file.
17575
17576 2006-03-07  Simon Josefsson  <jas@extundo.com>
17577
17578         * m4/unistd_h.m4: New file.
17579
17580 2006-03-07  Simon Josefsson  <jas@extundo.com>
17581
17582         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17583         test to be side-effect free by storing the result in the cache
17584         variable gl_cv_lib_readline, and moving the assignment of
17585         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17586         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17587
17588 2006-03-07  Simon Josefsson  <jas@extundo.com>
17589
17590         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17591         error on missing devices (the functions will return an error).
17592
17593         * m4/gc.m4: Move random stuff to gc-random.m4
17594
17595 2006-03-07  Simon Josefsson  <jas@extundo.com>
17596
17597         * lib/unistd_.h: New file.
17598
17599 2006-03-07  Simon Josefsson  <jas@extundo.com>
17600
17601         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17602
17603 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17604
17605         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17606         Problem reported by Juan Manuel Guerrero.
17607
17608 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17609
17610         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17611         the unistd module.
17612         * lib/getlogin_r.c: Likewise.
17613         * lib/getlogin_r.h: Likewise.
17614         * lib/glob.c: Likewise.
17615         * lib/pagealign_alloc.c: Likewise.
17616         * lib/unistd_.h: Remove; no longer needed.
17617
17618 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17619
17620         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17621         Add unistd.
17622         * modules/c-stack (Depends-on): Add unistd.
17623         * modules/getlogin_r: Likewise.
17624         * modules/glob: Likewise.
17625         * modules/pagealign_alloc: Likewise.
17626         * modules/unistd (Files): Remove lib/unistd_.h.
17627         (EXTRA_DIST): Remove.
17628         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17629         need unistd_.h.
17630         (MOSTLYCLEANFILES): Remove unistd.h-t.
17631
17632 2006-03-03  Simon Josefsson  <jas@extundo.com>
17633
17634         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17635
17636 2006-03-03  Simon Josefsson  <jas@extundo.com>
17637
17638         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17639         libidn and bison.
17640
17641 2006-03-03  Simon Josefsson  <jas@extundo.com>
17642
17643         * build-aux/maint.mk: Add indent target.
17644
17645 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17646
17647         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17648         our replacement poll.h in any case, to avoid a differing
17649         declaration from a system header.  Seen on AIX.
17650
17651 2006-03-01  Simon Josefsson  <jas@extundo.com>
17652
17653         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17654         <kasal@ucw.cz>.
17655
17656 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17657
17658         * modules/gettime (Depends-on): Add extensions module.
17659         * modules/nanosleep (Depends-on): Likewise.
17660         * modules/settime (Depends-on): Likewise.
17661
17662 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17663
17664         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17665         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17666         pedantically.
17667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17668         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17669
17670         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17671         not "==".  Reported by Ralf Wildenhues.
17672
17673 2006-03-01  Karl Berry  <karl@gnu.org>
17674
17675         * doc/Copyright/request-*: new files, synced from gnuorg.
17676
17677 2006-03-01  Karl Berry  <karl@gnu.org>
17678
17679         * config/srclist.txt (Copyright/*): new entries.
17680
17681 2006-02-28  Simon Josefsson  <jas@extundo.com>
17682
17683         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17684
17685 2006-02-27  Simon Josefsson  <jas@extundo.com>
17686
17687         * lib/base64.h: Indent #define's.  From Jim Meyering
17688         <jim@meyering.net>.
17689
17690 2006-02-27  Jim Meyering  <jim@meyering.net>
17691
17692         Revert the change of 2006-02-24, so these files can continue
17693         to be sync'd from gettext.
17694         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17695         of `config.h'.
17696
17697 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         * modules/intprops: New file.
17700         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17701         Add intprops.
17702         * modules/getloadavg (Files): Remove lib/intprops.h.
17703         (Depends-on): Add intprops.
17704         * modules/human: Likewise.
17705         * modules/inttostr: Likewise.
17706         * modules/openat: Likewise.
17707         * modules/sig2str: Likewise.
17708         * modules/userspec: Likewise.
17709         * modules/utimecmp: Likewise.
17710         * modules/xnanosleep: Likewise.
17711         * modules/xstrtol: Likewise.
17712
17713 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17714
17715         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17716         * modules/lock-tests (TESTS): Use $(EXEEXT).
17717         * modules/tls-tests: Likewise.
17718         * modules/argp-tests: Likewise.
17719         (check_PROGRAMS): New var, replacing...
17720         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17721
17722 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17723
17724         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17725         `config.h'.
17726
17727 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17728
17729         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17730
17731 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17732
17733         Sync from coreutils.
17734         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17735         gl_CHDIR_SAFER.
17736
17737 2006-02-22  Jim Meyering  <jim@meyering.net>
17738
17739         Sync from coreutils.
17740         * m4/chdir-safer.m4: New file.
17741
17742 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17745         AT_FDCWD exceeds INT_MAX.
17746         * lib/openat.h (AT_FDCWD): Likewise.
17747
17748 2006-02-17  Eric Blake  <address@hidden>
17749
17750         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17751
17752 2006-02-16  Simon Josefsson  <jas@extundo.com>
17753
17754         * modules/getaddrinfo (Depends-on): Add sys_socket.
17755
17756 2006-02-15  Simon Josefsson  <jas@extundo.com>
17757
17758         * build-aux/maint.mk: Add dsyntax-check rule.
17759
17760 2006-02-15  Eric Blake  <ebb9@byu.net>
17761
17762         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17763         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17764         'present but cannot compile' warnings on cygwin.
17765         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17766         use ws2tcpip.h if sys/socket.h works.
17767         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17768         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17769
17770 2006-02-14  Simon Josefsson  <jas@extundo.com>
17771
17772         * modules/maintainer-makefile (Files): Rename.
17773
17774         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17775         and (the local) Makefile.cfg to maint-cfg.mk.
17776
17777         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17778         to the latter.
17779
17780         * modules/maintainer-makefile: New module.
17781
17782         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17783         severaly stripped to make it possible to build it up from scratch
17784         with reliable tests.
17785
17786         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17787         fixes to permit overriding the default actions when configure and
17788         makefile are not available.
17789
17790 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17791
17792         Sync from coreutils.
17793         * modules/lstat (Depends-on): Don't depend on xalloc.
17794         (License): Change from GPL to LGPL, since this is now simply a
17795         replacement for a libc function.
17796
17797 2006-02-14  Jim Meyering  <jim@meyering.net>
17798
17799         Sync from coreutils.
17800
17801         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17802         failure on deficient systems, and simplify gnulib lgpl dependencies.
17803         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17804         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17805
17806         * lib/xalloc-die.c: Remove unused definition of N_.
17807
17808 2006-02-14  Jim Meyering  <jim@meyering.net>
17809
17810         Sync from coreutils.
17811         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17812         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17813         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17814         double-quote uses of that variable, to accommodate the rare case in
17815         which getmntent is available in none of the libraries checked.  This
17816         happens at least on FreeBSD 5.0.
17817
17818 2006-02-13  Simon Josefsson  <jas@extundo.com>
17819
17820         * gnulib-tool (Usage): Fix --import, from
17821         karl@freefriends.org (Karl Berry).
17822
17823 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17824
17825         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17826
17827 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17828
17829         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17830         "autoupdate" on 2005-12-12.
17831
17832 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17833
17834         * modules/closeout (Depends-on): Remove atexit.
17835
17836 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17837
17838         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17839         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17840
17841 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17842
17843         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17844         __EXTENSIONS__ if this causes compilation to fail.  Problem
17845         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17846         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17847
17848 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17849
17850         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17851         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17852         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17853         All uses changed.
17854
17855 2006-01-26  Simon Josefsson  <jas@extundo.com>
17856
17857         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17858         prototype is visible on mingw32.
17859
17860         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17861         for mingw32.
17862
17863         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17864         mingw32).
17865
17866 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17867
17868         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17869         attempt to open for write; this always fails, at least on POSIX
17870         hosts.  This reinstates the 2006-01-09 change, which was
17871         inadvertently removed.
17872
17873 2006-01-26  Bruno Haible  <bruno@clisp.org>
17874
17875         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17876         Reported by Paul Eggert.
17877
17878 2006-01-26  Bruno Haible  <bruno@clisp.org>
17879             Paul Eggert  <eggert@cs.ucla.edu>
17880
17881         * lib/stdbool_.h (_Bool)
17882         [(! (defined __cplusplus || defined __BEOS__)
17883           && !defined __GNUC__
17884           && !(defined __HP_cc || defined __xlc__
17885                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17886                || defined __sgi))]:
17887         #define to signed char in these cases too; this simplifies
17888         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17889         etc., separately) and makes it more conservative.
17890
17891 2006-01-25  Simon Josefsson  <jas@extundo.com>
17892
17893         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17894         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17895         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17896
17897 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17898
17899         * lib/argp-namefrob.h: Bugfix. Remove stray #
17900
17901 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17902
17903         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17904         so that we test the test.
17905         Check for yet another HP-UX cc bug involving *bool |= bool.
17906
17907 2006-01-25  Karl Berry  <karl@gnu.org>
17908
17909         * config/srclist.txt (vasnprintf.c): sync lost.
17910
17911 2006-01-25  Jim Meyering  <jim@meyering.net>
17912
17913         Sync from the stable (b5) branch of coreutils:
17914
17915         * lib/fts.c (fts_children): Don't let close() clobber errno from
17916         failed fchdir().
17917
17918         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17919         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17920         a dangling symlink.  That can also happen at least for ELOOP.
17921         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17922         FYI, this bug predates the inclusion of fts.c in coreutils.
17923
17924         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17925         in their own block, so pre-c99 compilers don't object.
17926
17927         Avoid the double-free (first in fts_read, second in fts_close) that
17928         would occur when an `active' directory is made inaccessible (e.g.,
17929         via chmod a-x) during a traversal.
17930         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17931         before returning.  Reproduce this failure by
17932         mkdir -p a/b; cd a; chmod a-x . b
17933         Reported by Stavros Passas.
17934
17935 2006-01-25  Jim Meyering  <jim@meyering.net>
17936
17937         * lib/fileblocks.c: Remove more useless parentheses.
17938         * lib/readutmp.h: Likewise.
17939
17940 2006-01-25  Bruno Haible  <bruno@clisp.org>
17941
17942         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17943         warnings.
17944         Reported by Paul Eggert.
17945
17946 2006-01-25  Bruno Haible  <bruno@clisp.org>
17947
17948         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17949         rid of a trap command. For Solaris sh.
17950         Reported by Mark D. Baushke <mdb@gnu.org>.
17951
17952 2006-01-24  Simon Josefsson  <jas@extundo.com>
17953
17954         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17955         Bruno.
17956
17957 2006-01-24  Karl Berry  <karl@gnu.org>
17958
17959         * config/srclist.txt (argp-namefrob.h): sync lost.
17960
17961 2006-01-24  Jim Meyering  <jim@meyering.net>
17962
17963         * modules/openat (Files): Add lib/intprops.h.
17964         From Mark D. Baushke.
17965
17966 2006-01-24  Jim Meyering  <jim@meyering.net>
17967
17968         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17969         Reported by Mark D. Baushke.
17970
17971 2006-01-24  Jim Meyering  <jim@meyering.net>
17972
17973         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17974
17975 2006-01-24  Bruno Haible  <bruno@clisp.org>
17976
17977         * modules/strnlen (Maintainer): Change from glibc to all.
17978
17979 2006-01-24  Bruno Haible  <bruno@clisp.org>
17980
17981         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17982         Patch by Paul Eggert.
17983
17984 2006-01-24  Bruno Haible  <bruno@clisp.org>
17985
17986         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17987         already has it.
17988         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17989         2005-11-26.
17990
17991         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17992         'signed char' to avoid problems with the built-in _Bool type.
17993         Reported by Paul Eggert on 2005-11-26.
17994
17995 2006-01-24  Bruno Haible  <bruno@clisp.org>
17996
17997         * gnulib-tool (func_import): Avoid constructing complicated sed
17998         expressions inside backquote.
17999         Report and solution by Mark D. Baushke <mdb@gnu.org>.
18000
18001 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
18002
18003         These changes imported from libc.
18004         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
18005         test and two separate function calls.
18006         * lib/strndup.c (__strndup): Add libc_hidden_def.
18007
18008 2006-01-23  Simon Josefsson  <jas@extundo.com>
18009
18010         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
18011         Remove the test_*_SOURCES variable: automake infers it by default.
18012         * modules/tls-tests: Likewise.
18013
18014 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         Work around porting bugs reported by Dieter in
18017         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
18018         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
18019         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
18020         Include "getopt.h" first, to check interface.
18021         (getenv): Declare only if defined HAVE_DECL_GETENV &&
18022         !HAVE_DECL_GETENV.
18023         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
18024         (__strndup): Revert to K&R-style function dfns, the glibc style.
18025         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
18026         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
18027         Include strnlen.h first, to get prototype properly.
18028         (strnlen): Renamed from __strnlen.
18029         Remove weak alias.
18030
18031 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18032
18033         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
18034
18035 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18036
18037         * config/srclist.txt: Adjust to reflect glibc reorganization.
18038         This affects only comments.
18039
18040 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18041
18042          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
18043          Reported by Bruce Korb <bkorb@gnu.org>.
18044
18045 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18046
18047         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
18048         to pacify gcc -Wswitch-default.
18049
18050 2006-01-22  Bruno Haible  <bruno@clisp.org>
18051
18052         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
18053         temporary buffer for sprintf, take into account the precision also
18054         for 'd', 'i', 'u', 'o', 'x', 'X'.
18055
18056 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18057
18058         * modules/argp-tests: New module
18059         * tests/test-argp.c: New file
18060         * tests/test-argp-2.sh: New file
18061
18062 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18063
18064         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
18065         (__argp_base_name): Removed
18066         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
18067         typo.
18068         (__argp_base_name): Provide macro definition or extern declaration
18069         depending on the configuration
18070
18071 2006-01-20  Simon Josefsson  <jas@extundo.com>
18072
18073         * modules/inet_ntop (Depends-on): Depend on sys_socket.
18074
18075 2006-01-20  Simon Josefsson  <jas@extundo.com>
18076
18077         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
18078
18079 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18080
18081         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
18082         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
18083         Suggested by Bruno Haible.
18084
18085 2006-01-20  Karl Berry  <karl@gnu.org>
18086
18087         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
18088         until changes propagate, I guess.
18089
18090 2006-01-19  Simon Josefsson  <jas@extundo.com>
18091
18092         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
18093
18094 2006-01-19  Simon Josefsson  <jas@extundo.com>
18095
18096         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18097
18098 2006-01-19  Simon Josefsson  <jas@extundo.com>
18099
18100         * gnulib-tool: Set check_PROGRAMS.
18101
18102         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18103         modules/des-tests, modules/gc-arcfour-tests,
18104         modules/gc-arctwo-tests, modules/gc-des-tests,
18105         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18106         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18107         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18108         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18109         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18110         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18111         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18112         test_*_SOURCES.
18113
18114 2006-01-18  Simon Josefsson  <jas@extundo.com>
18115
18116         * modules/socklen (Depends-on): Depend on sys_socket.
18117
18118 2006-01-18  Simon Josefsson  <jas@extundo.com>
18119
18120         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18121         modules/des-tests, modules/gc-arcfour-tests,
18122         modules/gc-arctwo-tests, modules/gc-des-tests,
18123         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18124         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18125         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18126         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18127         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18128         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18129         $(EXEEXT) to automake TESTS variable, for mingw32.
18130
18131 2006-01-17  Simon Josefsson  <jas@extundo.com>
18132
18133         * modules/socklen (Include): Need sys/socket.h.
18134
18135 2006-01-17  Bruno Haible  <bruno@clisp.org>
18136
18137         * modules/ssize_t (Include): Add <sys/types.h>.
18138
18139 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18142         it's not portable and it doesn't work with cross-compiles.
18143         Problem reported by Bruno Haible.  Fix missing-$ typo in
18144         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18145         -zignore from being used with Sun's C compiler.
18146
18147 2006-01-12  Simon Josefsson  <jas@extundo.com>
18148
18149         * lib/base64.c: Fix warning, reported by Bruno Haible
18150         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18151
18152 2006-01-12  Bruno Haible  <bruno@clisp.org>
18153
18154         * modules/ldd: New file.
18155         * build-aux/ldd.sh.in: New file.
18156         * MODULES.html.sh (Support for building libraries and executables): Add
18157         ldd.
18158
18159 2006-01-12  Bruno Haible  <bruno@clisp.org>
18160
18161         * m4/ldd.m4: New file.
18162
18163 2006-01-12  Bruno Haible  <bruno@clisp.org>
18164
18165         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18166         endless loop while replacing $auxdir with build-aux.
18167
18168 2006-01-11  Simon Josefsson  <jas@extundo.com>
18169
18170         * lib/stdint_.h (SIZE_MAX): Add missing (.
18171
18172 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18173
18174         Sync from coreutils.
18175         * lib/md5.c: Fix commentary typos.
18176         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18177         * lib/md5.h (__attribute__): Remove; unused.
18178         * lib/sha1.c: Fix commentary to match md5 better.
18179         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18180         so that we don't need to worry about alignment.  All uses changed.
18181         This merges the 2005-10-28 md5 change into sha1.
18182
18183 2006-01-11  Jim Meyering  <jim@meyering.net>
18184
18185         Sync from coreutils.
18186         * lib/md5.c (OP): Fix spacing.
18187
18188 2006-01-11  Bruno Haible  <bruno@clisp.org>
18189
18190         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18191         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18192         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18193
18194 2006-01-11  Bruno Haible  <bruno@clisp.org>
18195
18196         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18197         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18198         the "early" section as well.
18199
18200 2006-01-11  Bruno Haible  <bruno@clisp.org>
18201
18202         Avoid "ar: no archive members specified" error on MacOS X.
18203         * gnulib-tool (func_modules_add_dummy): New function.
18204         (func_import, func_create_testdir): Invoke it.
18205
18206 2006-01-11  Bruno Haible  <bruno@clisp.org>
18207
18208         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18209         with $auxdir in AC_CONFIG_FILES statements.
18210
18211 2006-01-11  Bruno Haible  <bruno@clisp.org>
18212
18213         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18214         Initialize also noinst_HEADERS to empty.
18215
18216 2006-01-11  Bruno Haible  <bruno@clisp.org>
18217
18218         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18219         variables.
18220         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18221         autoreconf.
18222
18223 2006-01-11  Bruno Haible  <bruno@clisp.org>
18224
18225         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18226         overridable by the user.
18227         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18228
18229 2006-01-10  Simon Josefsson  <jas@extundo.com>
18230
18231         * modules/sys_socket: New file.
18232
18233 2006-01-10  Simon Josefsson  <jas@extundo.com>
18234
18235         * m4/sys_socket_h.m4: New file.
18236
18237 2006-01-10  Simon Josefsson  <jas@extundo.com>
18238
18239         * lib/socket_.h: New file.
18240
18241 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18242
18243         * modules/readutmp (Maintainer): Add myself.
18244
18245 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18246
18247         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18248         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18249         People who are still concerned with buggy memcmp implementations
18250         can invoke gl_FUNC_MEMCMP themselves.
18251
18252 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18253
18254         * lib/regex_internal.h (BITSET_WORD_BITS):
18255         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18256         preprocessor mishandles large unsigned values as if they were signed.
18257         Problem reported by Claudio Fontana in
18258         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18259
18260 2006-01-10  Jim Meyering  <jim@meyering.net>
18261
18262         Avoid the double-free (first in fts_read, second in fts_close) that
18263         would occur when an `active' directory is made inaccessible (e.g.,
18264         via chmod a-x) during a traversal.
18265         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18266         before returning.  Reproduce this failure by
18267         mkdir -p a/b; cd a; chmod a-x . b
18268         Reported by Stavros Passas.
18269
18270         Sync from coreutils.
18271         * lib/sha1.c: Tweak grammar in a comment.
18272
18273 2006-01-10  Jim Meyering  <jim@meyering.net>
18274
18275         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18276         Patch by Joerg Sonnenberger.
18277
18278 2006-01-10  Bruno Haible  <bruno@clisp.org>
18279
18280         * modules/readutmp: Depend on module free.
18281         * modules/strtok_r: Depend on module restrict.
18282
18283 2006-01-10  Bruno Haible  <bruno@clisp.org>
18284
18285         * modules/gettext (configure.ac): Add an invocation of
18286         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18287
18288 2006-01-10  Bruno Haible  <bruno@clisp.org>
18289
18290         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18291         Reported by Werner Lemberg <wl@gnu.org>.
18292
18293 2006-01-10  Bruno Haible  <bruno@clisp.org>
18294
18295         * lib/localcharset.c: Update from GNU gettext.
18296
18297 2006-01-10  Bruno Haible  <bruno@clisp.org>
18298
18299         * lib/argp.h (__const): Remove macro. Use const instead.
18300         * lib/argp-fmtstream.h (__const): Likewise.
18301         * lib/glob_.h (__const): Remove macro.
18302         * lib/glob-libc.h: Use const instead of __const.
18303
18304 2006-01-10  Bruno Haible  <bruno@clisp.org>
18305
18306         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18307         variable.
18308         Needed to avoid an automake error regarding the 'gettext' module.
18309
18310 2006-01-09  Simon Josefsson  <jas@extundo.com>
18311
18312         * modules/inet_ntop (Depends-on): Add restrict.
18313
18314 2006-01-09  Simon Josefsson  <jas@extundo.com>
18315
18316         * modules/gc-rijndael-tests (License): Put under LGPL.
18317
18318         * modules/gc-des-tests (License): Likewise.
18319
18320         * modules/gc-arcfour-tests (License): Likewise.
18321
18322         * modules/gc-arctwo-tests (License): Likewise.
18323
18324         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18325
18326         * modules/gc-hmac-sha1-tests (Files): Likewise.
18327
18328         * modules/gc-hmac-md5-tests (License): Likewise.
18329
18330         * modules/gc-sha1-tests (License): Likewise.
18331
18332         * modules/gc-md5-tests (License): Likewise.
18333
18334         * modules/gc-md4-tests (License): Likewise.
18335
18336         * modules/gc-md2-tests (License): Likewise.
18337
18338         * modules/gc-tests (License): Likewise.
18339
18340         * modules/des-tests (License): Likewise.
18341
18342         * modules/md4-tests (License): Likewise.
18343
18344         * modules/md2-tests (License): Likewise.
18345
18346 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         Sync from coreutils:
18349
18350         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18351         * modules/lib-ignore: New file.
18352         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18353         chdir-safer.m4, lchmod.m4.
18354         * modules/openat: Add mkdirat.c, openat-priv.h.
18355
18356 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18357
18358         Sync from coreutils.
18359         * m4/lib-ignore.m4: New file.
18360         * m4/lchmod.m4: New file.
18361
18362 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18363
18364         Sync from coreutils.
18365         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18366         for write access: POSIX says that must fail.
18367         * lib/fts.c (diropen): Likewise.
18368         * lib/save-cwd.c (save_cwd): Likewise.
18369         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18370         well, for minor improvements on hosts that lack O_DIRECTORY.
18371         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18372         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18373         Fall back on chown if open failed with EACCES.
18374
18375         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18376         Report an error at compile-time if only a 1-second nominal clock
18377         resolution is found.
18378
18379         * lib/lchmod.h: New file.
18380         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18381         (make_dir_parents): Use lchown rather than chown, and
18382         lchmod rather than chmod.
18383
18384         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18385         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18386         "proc" reported by n0dalus.
18387
18388         * lib/mountlist.c: Include <limits.h>.
18389         (dev_from_mount_options)
18390         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18391         New function.  It no longer assumes "dev=" has the System V meaning
18392         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18393         (read_file_system_list)
18394         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18395         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18396         dev= in that case.
18397
18398         * lib/posixtm.h (PDS_PRE_2000): New macro.
18399         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18400         allow_century.  All usages changed.  Reject dates outside the range
18401         1969-1999 if PDS_PRE_2000 is used.
18402
18403 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         Sync from coreutils.
18406         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18407         (Time of day items): Mention the possibility of leap seconds.
18408         Problem reported by Dr. David Alan Gilbert.
18409
18410 2006-01-09  Jim Meyering  <jim@meyering.net>
18411
18412         Sync from coreutils.
18413
18414         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18415
18416         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18417
18418         * lib/modechange.c (mode_compile): Reject an invalid mode string
18419         that starts with an octal digit.  From Andreas Gruenbacher.
18420
18421         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18422         and dup to open_safer and dup_safer, respectively.
18423         (openat_permissive): Fix typo in comment.
18424
18425         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18426         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18427         (_): Remove; no longer needed.
18428         (openat): Renamed from rpl_openat; no need for rpl_openat
18429         since openat.h renames openat for us.
18430         Replace most of the body with a call to openat_permissive,
18431         to avoid duplicate code.
18432         Port to (probably hypothetical) environments were mode_t is
18433         wider than int.
18434         (openat_permissive): Require mode arg, so that we can check
18435         types better.  Put it just after flags.  Change cwd failure
18436         indicator from pointer-to-bool to pointer-to-errno-value.
18437         All callers changed.
18438         Invoke openat_save_fail and/or openat_restore_fail if
18439         cwd_errno is null, so that openat can call us.
18440         (openat_permissive, fdopendir, fstatat, unlinkat):
18441         Simplify errno handling to avoid some duplicate code,
18442         as it's OK to set errno on success.
18443         * lib/openat.h: Revamp code so that function macros depend on
18444         __OPENAT_PREFIX only, not also on AT_FDCWD.
18445         (openat_ro): Remove.  Caller changed to use openat_permissive.
18446         (openat_permissive): Now a macro, if not a function.
18447         (openat_restore_fail, openat_save_fail): Now always functions,
18448         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18449
18450         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18451         and openat.c.
18452         * lib/mkdirat.c: Include openat-priv.h.
18453         Remove definitions of macros defined therein.
18454         * lib/openat.c: Likewise.
18455
18456         * lib/mkdirat.c (mkdirat): New file and function.
18457         * lib/openat.h (mkdirat): Declare.
18458
18459         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18460
18461         * lib/openat.h (openat_permissive): Declare.
18462         (openat_ro): Define.
18463
18464         * lib/openat.c (EXPECTED_ERRNO): New macro.
18465         (openat_permissive): New function -- used in remove.c rewrite.
18466         (all functions): Set errno just before returning, only if there
18467         was an actual failure.
18468         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18469
18470         Emulate openat-family functions using Linux's procfs, if possible.
18471         Idea and some code based on Ulrich Drepper's glibc changes.
18472
18473         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18474         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18475         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18476         before falling back on save_cwd and restore_cwd.
18477         (fdopendir, fstatat, unlinkat): Likewise.
18478
18479         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18480         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18481
18482         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18483         as second argument to va_arg.  Otherwise, some versions of gcc
18484         warn that `if this code is reached, the program will abort'.
18485
18486 2006-01-09  Jim Meyering  <jim@meyering.net>
18487
18488         Sync from coreutils.
18489         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18490         Require openat-priv.h.
18491
18492 2006-01-09  Bruno Haible  <bruno@clisp.org>
18493
18494         * modules/strnlen (Include): Use strnlen.h.
18495
18496 2006-01-09  Bruno Haible  <bruno@clisp.org>
18497
18498         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18499
18500 2006-01-09  Bruno Haible  <bruno@clisp.org>
18501
18502         * lib/sysexit_.h (EX_OK): New macro.
18503         Suggested by Martin Lambers <marlam@marlam.de>.
18504
18505 2006-01-09  Bruno Haible  <bruno@clisp.org>
18506
18507         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18508         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18509
18510 2006-01-09  Bruno Haible  <bruno@clisp.org>
18511
18512         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18513         numbers.
18514
18515 2006-01-09  Bruno Haible  <bruno@clisp.org>
18516
18517         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18518         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18519         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18520         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18521
18522 2006-01-09  Bruno Haible  <bruno@clisp.org>
18523
18524         * build-aux/javacomp.sh.in: New file, moved from lib/.
18525         * modules/javacomp-script (Files): Update.
18526         (configure.ac): Add AC_CONFIG_FILES invocation.
18527         (EXTRA_DIST): Remove variable.
18528
18529         * build-aux/javaexec.sh.in: New file, moved from lib/.
18530         * modules/javaexec (Files): Update.
18531         (configure.ac): Add AC_CONFIG_FILES invocation.
18532         (EXTRA_DIST): Remove javaexec.sh.in.
18533
18534         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18535         * modules/csharpcomp-script (Files): Update.
18536         (configure.ac): Add AC_CONFIG_FILES invocation.
18537         (EXTRA_DIST): Remove variable.
18538
18539         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18540         * modules/csharpexec (Files): Update.
18541         (configure.ac): Add AC_CONFIG_FILES invocation.
18542         (EXTRA_DIST): Remove csharpexec.sh.in.
18543
18544 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18545
18546         Sync from coreutils.
18547
18548         Add POSIX ACL support
18549         * lib/acl.h (copy_acl, set_acl): Add declarations.
18550         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18551         systems other than Linux.
18552         (chmod_or_fchmod): New function: use fchmod when possible,
18553         and chmod otherwise.
18554         (file_has_acl): Add a POSIX ACL implementation, with a
18555         Linux-specific subcase.
18556         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18557         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18558         acls are unsupported.
18559         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18560         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18561         are unsupported.
18562
18563 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18564
18565         Sync from coreutils.
18566         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18567
18568 2006-01-07  Bruno Haible  <bruno@clisp.org>
18569
18570         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18571         gl_EARLY.
18572
18573 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18574
18575         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18576         Problem reported for Mingw by Mark Junker.
18577
18578 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18579
18580         * README: Gnulib normally doesn't generate a tarball.
18581
18582 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18583
18584         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18585         long int, not int, for nanosecond counts, so that people who are
18586         used to POSIX struct timespec won't be surprised.  Reported by Jim
18587         Meyering.
18588
18589 2005-12-28  Bruno Haible  <bruno@clisp.org>
18590
18591         * build-aux/config.rpath: Update from GNU gettext.
18592
18593 2005-12-16  Jim Meyering  <jim@meyering.net>
18594
18595         * modules/fprintftime: New module.
18596         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18597
18598 2005-12-16  Jim Meyering  <jim@meyering.net>
18599
18600         * m4/fprintftime.m4: New file.
18601
18602 2005-12-16  Jim Meyering  <jim@meyering.net>
18603
18604         * lib/fprintftime.c, lib/fprintftime.h: New files.
18605
18606 2005-12-15  Simon Josefsson  <jas@extundo.com>
18607
18608         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18609         new m4/socklen.m4.
18610
18611 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18612
18613         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18614         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18615
18616 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18617
18618         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18619         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18620         struct uparams is valid. Fall back to the default values if it is
18621         not.
18622
18623 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18624
18625         * modules/argp (Files): Add argp-pin.c
18626         (Depends-on): dirname
18627         (lib_SOURCES): Add argp-pin.c
18628
18629 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18630
18631         * m4/argp.m4:  Check if program_invocation_name and
18632         program_invocation_short_name are declared and define appropriate
18633         macros if they are not.
18634
18635 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18636
18637         * lib/argp-help.c (__argp_base_name): New function
18638         (__argp_short_program_name): Rewrite using __argp_base_name
18639         * lib/argp-namefrob.h: Define program_invocation_name and
18640         program_invocation_short_name if requested
18641         (__argp_base_name): Add prototype
18642         * lib/argp-parse.c (argp_def): Use gettext wrappers
18643         (argp_default_parser): Use __argp_base_name
18644         * lib/argp-pin.c: New file. Defines program_invocation_name and
18645         program_invocation_short_name on systems that lack them.
18646
18647 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18648
18649         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18650         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18651         porting problem reported by Georg Schwarz in
18652         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18653
18654 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18657         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18658         porting problem reported by Georg Schwarz in
18659         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18660
18661 2005-12-05  Bruno Haible  <bruno@clisp.org>
18662
18663         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18664         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18665         Reported by Mark Junker <mjscod@gmx.de>.
18666
18667 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18670         Use implementation from Albert Chin, with some
18671         comments/corrections by Stepan Kasal and myself.
18672
18673 2005-12-02  Bruno Haible  <bruno@clisp.org>
18674
18675         * gnulib-tool (func_import): Accept GPLed build tool modules when
18676         --lgpl is given.
18677         * modules/csharpcomp-script: New file.
18678         * modules/csharpcomp: Depend on it.
18679         * modules/javacomp-script: New file.
18680         * modules/javacomp: Depend on it.
18681         Suggested by Simon Josefsson.
18682
18683 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18684
18685         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18686         statement, to work around an HP-UX 10.20 compiler bug reported by
18687         Peter O'Gorman.
18688
18689 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18690
18691         * modules/savedir (Depends-on): Add openat.
18692
18693 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18696         (uintmax_t) [defined uintmax_t]: Do not declare.
18697         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18698         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18699         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18700         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18701         sake of portability to weird hosts that C allows (though we don't
18702         know of any practical examples).
18703
18704         * lib/savedir.h (fdsavedir): New decl.
18705         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18706         contains most of the former guts of savedir.
18707         (savedir): Use savedirstream.
18708         Include "openat.h".
18709
18710 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18711
18712         * modules/obstack (Files): Add m4/ulonglong.m4.
18713         Problem reported by Davide Angelocola.
18714
18715 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18716
18717         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18718         coreutils no longer futzes with rounding modes.
18719
18720 2005-11-14  Jim Meyering  <jim@meyering.net>
18721
18722         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18723         replacement of mkstemp.
18724
18725 2005-11-10  Simon Josefsson  <jas@extundo.com>
18726
18727         * lib/readline.c: Remove EOL.
18728
18729 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18730
18731         * modules/gethrxtime (Depends-on): Add gettime.
18732
18733 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18734
18735         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18736         or gettimeofday; no longer needed.
18737
18738 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18739
18740         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18741         time business.
18742         (gethrxtime) [! (HAVE_NANOUPTIME
18743         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18744         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18745         our own approximation.
18746
18747 2005-11-08  Eric Blake  <ebb9@byu.net>
18748
18749         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18750
18751 2005-11-08  Eric Blake  <ebb9@byu.net>
18752
18753         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18754
18755 2005-11-04  Bruno Haible  <bruno@clisp.org>
18756
18757         * gnulib-tool: Implement --update mode.
18758
18759 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18760
18761         Fix porting problem reported by Theodoros V. Kalamatianos.
18762         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18763         Don't assume that futimes failing means we must fail.
18764
18765 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18766
18767         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18768         variables to suggest the intended function of the PATH_MAX check.
18769
18770 2005-10-30  Kean Johnston  <jkj@sco.com>
18771
18772         Trivial changes to support SCO systems.
18773         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18774         as PATH_MAX.
18775         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18776         where __ptr is null when no I/O is pending.
18777
18778 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18779
18780         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18781         leave errno alone.  Problem reported by Dmitry V. Levin.
18782
18783 2005-10-28  Simon Josefsson  <jas@extundo.com>
18784
18785         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18786         Test more.
18787
18788         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18789
18790         * modules/md2, modules/md2-tests: New files.
18791
18792 2005-10-28  Simon Josefsson  <jas@extundo.com>
18793
18794         * m4/inet_ntop.m4: More tests.
18795
18796         * m4/gc-md2.m4, md2.m4: New file.
18797
18798 2005-10-28  Simon Josefsson  <jas@extundo.com>
18799
18800         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18801         "restrict" keywords, as per POSIX.  Protect the function
18802         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18803         Don't use K&R prototypes.  Check the sprintf return values.
18804         Re-define EAFNOSUPPORT if not present.  Indent.
18805
18806         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18807         suggested by Bruno Haible <bruno@clisp.org>.
18808
18809         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18810
18811         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18812
18813         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18814         libgcrypt).
18815
18816         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18817
18818         * lib/md2.h, lib/md2.c: New files.
18819
18820 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18821
18822         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18823         errno alone.  Problem reported by Frederic Jolliton.
18824
18825 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18826
18827         * modules/verify (License): Change from GPL to LGPL.  This is a
18828         tiny module and there are apparently near-equivalents that are
18829         under the BSD license.
18830
18831 2005-10-24  Simon Josefsson  <jas@extundo.com>
18832
18833         * modules/sha1: Relicense to LGPL.
18834
18835 2005-10-24  Simon Josefsson  <jas@extundo.com>
18836
18837         * lib/md4.h: Shrink buffer size, now that we changed the type.
18838
18839 2005-10-23  Simon Josefsson  <jas@extundo.com>
18840
18841         * gnulib-tool (func_import): Fix --tests-base.
18842
18843 2005-10-22  Simon Josefsson  <jas@extundo.com>
18844
18845         * modules/arcfour (Depends-on): Need stdint.
18846
18847 2005-10-22  Simon Josefsson  <jas@extundo.com>
18848
18849         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18850         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18851
18852 2005-10-22  Simon Josefsson  <jas@extundo.com>
18853
18854         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18855         suggested by Bruno Haible <bruno@clisp.org>.
18856
18857 2005-10-22  Simon Josefsson  <jas@extundo.com>
18858
18859         * lib/crc.h: Include stddef.h, for size_t.
18860
18861 2005-10-22  Simon Josefsson  <jas@extundo.com>
18862
18863         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18864         arcfour_context struct (simplify test vector testing in GNU
18865         Shishi).
18866
18867 2005-10-21  Simon Josefsson  <jas@extundo.com>
18868
18869         * modules/des, modules/des-tests: New files.
18870
18871         * modules/gc-des, modules/gc-des-tests: New files.
18872
18873         * tests/test-des.c, tests/test-gc-des.c: New file.
18874
18875 2005-10-21  Simon Josefsson  <jas@extundo.com>
18876
18877         * modules/arctwo, modules/arctwo-tests: New files.
18878
18879         * tests/test-arctwo.c: New file.
18880
18881         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18882
18883         * tests/test-gc-arctwo.c: New file.
18884
18885 2005-10-21  Simon Josefsson  <jas@extundo.com>
18886
18887         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18888         Bruno Haible <bruno@clisp.org>.
18889
18890         * m4/gc-des.m4: New file.
18891
18892 2005-10-21  Simon Josefsson  <jas@extundo.com>
18893
18894         * m4/arctwo.m4: New file.
18895
18896         * m4/gc-arctwo.m4: New file.
18897
18898 2005-10-21  Simon Josefsson  <jas@extundo.com>
18899
18900         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18901         block.
18902
18903 2005-10-21  Simon Josefsson  <jas@extundo.com>
18904
18905         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18906         <bruno@clisp.org>.
18907
18908         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18909
18910         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18911         Bruno Haible <bruno@clisp.org>.
18912
18913         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18914         <bruno@clisp.org>.
18915
18916 2005-10-21  Simon Josefsson  <jas@extundo.com>
18917
18918         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18919
18920 2005-10-21  Simon Josefsson  <jas@extundo.com>
18921
18922         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18923
18924 2005-10-21  Simon Josefsson  <jas@extundo.com>
18925
18926         * lib/des.h, lib/des.c: New files.
18927
18928         * lib/gc-gnulib.c: Support DES.c
18929
18930 2005-10-21  Simon Josefsson  <jas@extundo.com>
18931
18932         * lib/arctwo.h, lib/arctwo.c: New files.
18933
18934         * lib/gc-gnulib.c: Support ARCTWO.
18935
18936 2005-10-21  Simon Josefsson  <jas@extundo.com>
18937
18938         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18939         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18940
18941 2005-10-21  Simon Josefsson  <jas@extundo.com>
18942
18943         * gnulib-tool (func_import, func_create_testdir): Define automake
18944         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18945         Makefile.am snippet),
18946         suggested by Bruno Haible <bruno@clisp.org>.
18947
18948         * modules/gc (Makefile.am): Use it.
18949
18950 2005-10-21  Bruno Haible  <bruno@clisp.org>
18951
18952         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18953         patch.
18954
18955 2005-10-19  Simon Josefsson  <jas@extundo.com>
18956
18957         * tests/test-gc-rijndael.c: New file.
18958
18959         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18960
18961 2005-10-19  Simon Josefsson  <jas@extundo.com>
18962
18963         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18964         interface too.
18965
18966 2005-10-19  Simon Josefsson  <jas@extundo.com>
18967
18968         * tests/test-gc-arcfour.c: New file.
18969
18970         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18971
18972 2005-10-19  Simon Josefsson  <jas@extundo.com>
18973
18974         * modules/gc-md4, modules/gc-md4-tests: New file.
18975
18976         * tests/test-gc-md4.c: New file.
18977
18978 2005-10-19  Simon Josefsson  <jas@extundo.com>
18979
18980         * m4/gc-md4.m4: New file.
18981
18982 2005-10-19  Simon Josefsson  <jas@extundo.com>
18983
18984         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18985         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18986         <kasal@ucw.cz>.
18987
18988 2005-10-19  Simon Josefsson  <jas@extundo.com>
18989
18990         * m4/gc-arcfour.m4: New file.
18991
18992         * m4/gc-rijndael.m4: New file.
18993
18994 2005-10-19  Simon Josefsson  <jas@extundo.com>
18995
18996         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18997
18998 2005-10-19  Simon Josefsson  <jas@extundo.com>
18999
19000         * lib/gc-gnulib.c: Support ARCFOUR.
19001
19002 2005-10-19  Simon Josefsson  <jas@extundo.com>
19003
19004         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
19005         support.
19006
19007         * lib/gc.h: Add ECB enum type.
19008
19009         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
19010
19011 2005-10-18  Simon Josefsson  <jas@extundo.com>
19012
19013         * tests/test-md5.c: New file.
19014
19015         * modules/md5-tests: New file.
19016
19017 2005-10-18  Simon Josefsson  <jas@extundo.com>
19018
19019         * tests/test-md4.c: New file.
19020
19021         * modules/md4, modules/md4-tests: New files.
19022
19023 2005-10-18  Simon Josefsson  <jas@extundo.com>
19024
19025         * m4/md4.m4: New file.
19026
19027 2005-10-18  Simon Josefsson  <jas@extundo.com>
19028
19029         * lib/md4.h, lib/md4.c: New files, based on md5.?.
19030
19031 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
19032
19033         * gnulib-tool (func_create_testdir): Omit the second check whether
19034         BUILT_SOURCES in nonempty.
19035
19036 2005-10-17  Simon Josefsson  <jas@extundo.com>
19037
19038         * tests/test-rijndael.c: New file.
19039
19040 2005-10-17  Simon Josefsson  <jas@extundo.com>
19041
19042         * modules/sha1: Depend on stdint instead of md5.
19043
19044         * modules/md5: Depend on stdint, remove uint32_t.
19045
19046 2005-10-17  Simon Josefsson  <jas@extundo.com>
19047
19048         * modules/gc-sha1-tests: New file.
19049
19050         * tests/test-gc-sha1.c: New file.
19051
19052 2005-10-17  Simon Josefsson  <jas@extundo.com>
19053
19054         * m4/md5.m4: Remove call to uint32_t.m4.
19055
19056 2005-10-17  Simon Josefsson  <jas@extundo.com>
19057
19058         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
19059
19060         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
19061         md5.h.
19062
19063         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
19064
19065         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
19066
19067 2005-10-17  Simon Josefsson  <jas@extundo.com>
19068
19069         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
19070
19071 2005-10-17  Simon Josefsson  <jas@extundo.com>
19072
19073         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
19074
19075 2005-10-17  Simon Josefsson  <jas@extundo.com>
19076
19077         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
19078
19079         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
19080
19081 2005-10-17  Bruno Haible  <bruno@clisp.org>
19082
19083         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
19084         that it can also be used in a test.
19085
19086 2005-10-16  Bruno Haible  <bruno@clisp.org>
19087
19088         * gnulib-tool (func_emit_tests_Makefile_am): Also define
19089         TESTS_ENVIRONMENT, so that individual tests can augment it.
19090
19091         * gnulib-tool (func_create_testdir): Use an intermediate target for
19092         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
19093         macros, like $(ALLOCA_H), which cannot be passed through the command
19094         line.
19095
19096 2005-10-15  Simon Josefsson  <jas@extundo.com>
19097
19098         * modules/rijndael-tests: New file.
19099
19100         * modules/rijndael: New file.
19101
19102 2005-10-15  Simon Josefsson  <jas@extundo.com>
19103
19104         * m4/rijndael.m4: New file.
19105
19106 2005-10-15  Simon Josefsson  <jas@extundo.com>
19107
19108         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19109
19110         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19111
19112 2005-10-14  Simon Josefsson  <jas@extundo.com>
19113
19114         * tests/test-arcfour.c: New file.
19115
19116         * modules/arcfour, modules/arcfour-tests: New files.
19117
19118 2005-10-14  Simon Josefsson  <jas@extundo.com>
19119
19120         * m4/arcfour.m4: New file.
19121
19122 2005-10-14  Simon Josefsson  <jas@extundo.com>
19123
19124         * lib/arcfour.h, lib/arcfour.c: New files.
19125
19126 2005-10-14  Roland McGrath  <roland@redhat.com>
19127
19128         Import from libc.  [BZ #1331]
19129         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19130         macro argument.
19131         Reported by Matej Vela <vela@debian.org>.
19132
19133 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19134
19135         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19136         include <wchar.h>; no longer needed.
19137
19138 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19139
19140         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19141
19142 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19143         and  Ulrich Drepper  <drepper@redhat.com>
19144
19145         Import from libc.
19146         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19147         instead of inline stream orientation test and two separate
19148         function calls.  Pay no attention to USE_IN_LIBIO.
19149
19150 2005-10-13  Simon Josefsson  <jas@extundo.com>
19151
19152         * modules/gc-hmac-md5-tests: New file.
19153
19154         * tests/test-gc-hmac-sha1.c: New file.
19155
19156         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19157
19158         * modules/gc-hmac-md5-tests: New file.
19159
19160         * tests/test-gc-md5.c: New file.
19161
19162         * modules/gc-md5-tests: New file.
19163
19164 2005-10-13  Simon Josefsson  <jas@extundo.com>
19165
19166         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19167         Move memory allocation outside of loop.
19168
19169 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19170
19171         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19172         intermediate directory is in a read-only file system.  Problem
19173         reported by Eric Blake.
19174
19175 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19176
19177         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19178
19179 2005-10-12  Simon Josefsson  <jas@extundo.com>
19180
19181         * tests/test-hmac-sha1.c: New file.
19182
19183         * modules/hmac-sha1-tests: New file.
19184
19185         * modules/hmac-sha1: New file.
19186
19187 2005-10-12  Simon Josefsson  <jas@extundo.com>
19188
19189         * modules/gc-sha1: New file.
19190
19191 2005-10-12  Simon Josefsson  <jas@extundo.com>
19192
19193         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19194
19195         * tests/test-gc-pbkdf2-sha1.c: New file.
19196
19197 2005-10-12  Simon Josefsson  <jas@extundo.com>
19198
19199         * modules/gc-md5, modules/gc-hmac-md5: New files.
19200
19201         * modules/gc (Files): Remove md5, memxor and hmac files.
19202
19203 2005-10-12  Simon Josefsson  <jas@extundo.com>
19204
19205         * m4/gc-pbkdf2-sha1.m4: New file.
19206
19207         * m4/gc-hmac-sha1.m4: New file.
19208
19209         * m4/gc-sha1: New file.
19210
19211         * m4/hmac-sha1.m4: New file.
19212
19213 2005-10-12  Simon Josefsson  <jas@extundo.com>
19214
19215         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19216
19217         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19218
19219 2005-10-12  Simon Josefsson  <jas@extundo.com>
19220
19221         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19222         suggested by Bruno Haible <bruno@clisp.org>.
19223
19224 2005-10-12  Simon Josefsson  <jas@extundo.com>
19225
19226         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19227
19228 2005-10-12  Simon Josefsson  <jas@extundo.com>
19229
19230         * lib/gc-pbkdf2-sha1.c: New file.
19231
19232         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19233
19234 2005-10-12  Simon Josefsson  <jas@extundo.com>
19235
19236         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19237
19238         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19239
19240 2005-10-12  Simon Josefsson  <jas@extundo.com>
19241
19242         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19243         GC_USE_HMAC_MD5, respectively.
19244
19245         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19246         (gc_md5): Fix typo.
19247
19248         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19249
19250         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19251
19252         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19253
19254 2005-10-12  Bruno Haible  <bruno@clisp.org>
19255
19256         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19257         Reported by Stepan Kasal <kasal@ucw.cz>.
19258
19259 2005-10-11  Simon Josefsson  <jas@extundo.com>
19260
19261         * tests/test-crc.c: New file.
19262
19263         * modules/crc, modules/crc-tests: New files.
19264
19265 2005-10-11  Simon Josefsson  <jas@extundo.com>
19266
19267         * m4/crc.m4: New file.
19268
19269 2005-10-11  Simon Josefsson  <jas@extundo.com>
19270
19271         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19272
19273         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19274
19275         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19276
19277 2005-10-11  Simon Josefsson  <jas@extundo.com>
19278
19279         * lib/crc.h, lib/crc.c: New files.
19280
19281         * lib/gc.h (gc_hash_buffer): Add doc.
19282
19283 2005-10-11  Bruno Haible  <bruno@clisp.org>
19284
19285         * modules/c-strcasestr: New file.
19286         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19287
19288 2005-10-11  Bruno Haible  <bruno@clisp.org>
19289
19290         * modules/c-strcase: New file.
19291         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19292
19293 2005-10-11  Bruno Haible  <bruno@clisp.org>
19294
19295         * lib/strcasecmp.c: Include limits.h.
19296         (strcasecmp): Avoid integer overflow on exotic platforms.
19297         * lib/strncasecmp.c: Include limits.h.
19298         (strncasecmp): Avoid integer overflow on exotic platforms.
19299         Reported by Paul Eggert.
19300
19301 2005-10-11  Bruno Haible  <bruno@clisp.org>
19302
19303         * lib/c-strcasestr.h: New file, from GNU gettext.
19304         * lib/c-strcasestr.c: New file, from GNU gettext.
19305
19306 2005-10-11  Bruno Haible  <bruno@clisp.org>
19307
19308         * lib/c-strcase.h: New file, from GNU gettext.
19309         * lib/c-strcasecmp.c: New file, from GNU gettext.
19310         * lib/c-strncasecmp.c: New file, from GNU gettext.
19311
19312 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19313
19314         * modules/mempcpy (License): GPL -> LGPL.
19315         * modules/strchrnul (License): Likewise.
19316         * modules/sysexits (License): Likewise.
19317
19318 2005-10-08  Simon Josefsson  <jas@extundo.com>
19319
19320         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19321
19322 2005-10-07  Simon Josefsson  <jas@extundo.com>
19323
19324         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19325
19326 2005-10-06  Simon Josefsson  <jas@extundo.com>
19327
19328         * tests/test-hmac-md5.c: New file.
19329
19330         * modules/hmac-md5-tests: New file.
19331
19332         * modules/hmac-md5: New file.
19333
19334 2005-10-06  Simon Josefsson  <jas@extundo.com>
19335
19336         * m4/hmac-md5.m4: New file.
19337
19338         * m4/memxor.m4: Require gl_C_RESTRICT.
19339
19340 2005-10-06  Simon Josefsson  <jas@extundo.com>
19341
19342         * lib/memxor.c (memxor): Avoid casts and warnings.
19343
19344 2005-10-06  Simon Josefsson  <jas@extundo.com>
19345
19346         * lib/hmac-md5.c: New file.
19347
19348         * lib/hmac.h: New file.
19349
19350 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19351
19352         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19353         promotes to int, not unsigned int, to catch the AIX 5.3
19354         compiler bug.
19355
19356 2005-10-05  Simon Josefsson  <jas@extundo.com>
19357
19358         * modules/memxor: New file.
19359
19360         * modules/iconv (Files): Move config.rpath to havelib, it is used
19361         there.
19362
19363         * modules/havelib (Files): Add config.rpath.
19364
19365 2005-10-05  Simon Josefsson  <jas@extundo.com>
19366
19367         * m4/memxor.m4: New file.
19368
19369 2005-10-05  Simon Josefsson  <jas@extundo.com>
19370
19371         * lib/memxor.c (memxor): Fix compiler error.
19372
19373         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19374         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19375
19376         * lib/memxor.h, lib/memxor.c: New files.
19377
19378         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19379         we assume all systems have it, suggested by Jim Meyering
19380         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19381         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19382         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19383         same reasons.
19384
19385 2005-10-05  Simon Josefsson  <jas@extundo.com>
19386
19387         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19388
19389 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19390
19391         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19392         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19393         needed, since the source code now assumes these .h files.
19394
19395 2005-10-05  Derek Price  <derek@ximbiot.com>
19396
19397         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19398
19399 2005-10-05  Bruno Haible  <bruno@clisp.org>
19400
19401         * modules/stdint (License): Change to LGPL.
19402
19403 2005-10-04  Simon Josefsson  <jas@extundo.com>
19404
19405         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19406         D. Baushke" <mdb@gnu.org>.
19407
19408 2005-10-04  Bruno Haible  <bruno@clisp.org>
19409
19410         * lib/verify.h (verify_true): Provide alternative definition for C++.
19411
19412 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19413
19414         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19415         (SSIZE_MAX): New macro, if not already defined.
19416         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19417         than 2 GiB.
19418
19419 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19420
19421         Sync from coreutils.
19422         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19423         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19424         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19425         ULLONG_MAX doesn't work with 2.7.2.1.
19426
19427 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19428
19429         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19430         From Ben Pfaff.
19431
19432         * modules/exclude (Depends-on): Depend on verify.
19433         * modules/strtoimax (Depends-on): Likewise.
19434         * modules/utimecmp (Depends-on): Likewise.
19435
19436 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19437
19438         * lib/exclude.c: Include verify.h.
19439         (verify): Remove.  All callers changed to use verify.h's version.
19440         * lib/strtoimax.c: Likewise.
19441         * lib/utimecmp.c: Likewis.e
19442
19443         Sync from coreutils.
19444         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19445         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19446         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19447         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19448         bother returning ENOSYS if settimeofday or stime fails; just let
19449         them return whatever errno they want to return.
19450         * lib/utimens.c: Include unistd.h, for dup2.
19451         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19452         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19453
19454 2005-10-02  Jim Meyering  <jim@meyering.net>
19455
19456         Sync from coreutils.
19457         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19458         from glibc-2.2.5 that fails for read-only files.
19459
19460 2005-10-02  Jim Meyering  <jim@meyering.net>
19461
19462         Sync from coreutils.
19463         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19464         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19465         `#if HAVE_CONFIG_H'.
19466         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19467         Remove AT_FDCWD test.
19468         Do not consume the fd unless successful.
19469         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19470         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19471         block, so that we don't even try to compile it if settimeofday is
19472         available.  This works around a compilation failure on OSF1 V5.1,
19473         due to stime requiring a `long int*' while tv_sec is `int'.
19474
19475 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19476
19477         Sync from coreutils.
19478         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19479         against `yes', rather than just testing for nonempty.
19480
19481 2005-10-01  Simon Josefsson  <jas@extundo.com>
19482
19483         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19484         and Darwin.
19485
19486         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19487         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19488         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19489         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19490         Check if struct addrinfo is declared.
19491
19492 2005-10-01  Simon Josefsson  <jas@extundo.com>
19493
19494         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19495         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19496         AI_* and EAI_* definitions.  Protect function declarations.
19497
19498 2005-10-01  Jim Meyering  <jim@meyering.net>
19499
19500         Sync from coreutils.
19501
19502         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19503         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19504         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19505         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19506         in the inet and nsl libraries.  Required on Solaris 5.7.
19507
19508 2005-10-01  Jim Meyering  <jim@meyering.net>
19509
19510         Sync from coreutils.
19511         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19512         in the inet and nsl libraries.  Required on Solaris 5.7.
19513
19514 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19515
19516         * lib/getdelim.c (getdelim): Remove unused variables.
19517
19518 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19519
19520         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19521         so that the code works even with ancient cpp.  Portability problem
19522         with GCC 2.7.2.1 reported by Thomas M.Ott.
19523
19524 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19525
19526         * modules/regex (Depends-on): Add strcase.
19527
19528         * modules/gethostname (Licence): Change from GPL to LGPL, since
19529         gethostname.c is a trivial implementation of a standard library
19530         function.
19531         * modules/poll (License): Change from GPL to LGPL, since it's
19532         derived from LGPL code.
19533
19534 2005-09-27  Jim Meyering  <jim@meyering.net>
19535
19536         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19537         HAVE_CONFIG_H.
19538
19539         * lib/intprops.h (signed_type_or_expr__): Define.
19540         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19541         for unsigned types.
19542
19543 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19544
19545         * lib/verify.h (verify_expr): Remove, replacing with:
19546         (verify_true): New macro that returns true instead of void.
19547         (verify_type__): Remove.
19548         (verify): Use verify_true rather than verify_type__.
19549
19550 2005-09-26  Bruno Haible  <bruno@clisp.org>
19551
19552         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19553         is necessary.
19554         (lib_SOURCES): Remove mbchar.c.
19555         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19556         (Files): Add m4/mbrtowc.m4.
19557         * modules/mbiter: Likewise.
19558         * modules/mbuiter: Likewise.
19559
19560 2005-09-26  Bruno Haible  <bruno@clisp.org>
19561
19562         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19563         compile mbchar.c if they are not both present.
19564         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19565         * m4/mbiter.m4 (gl_MBITER): Likewise.
19566         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19567         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19568         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19569
19570 2005-09-25  Jim Meyering  <jim@meyering.net>
19571
19572         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19573         also uses socklen_t.
19574
19575 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19576
19577         * lib/utimens.c (ENOSYS): Define if not already defined.
19578         (futimens): Support having a null PATH if the file descriptor
19579         is nonnegative.
19580
19581         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19582         Remove.
19583         (__attribute): Define to empty unless GCC 3.1 or later.
19584         This works around a core dump on OpenBSD 3.4, which has GCC
19585         2.95.3, which dumps core when given __attribute__(()).  It also
19586         simplifies other tests, since we really don't want to bother with
19587         worrying about which ancient version of GCC supported what.
19588         Original problem reported by Yoann Vandoorselaere, with part of
19589         the fix suggested by Derek Price.
19590
19591 2005-09-24  Jim Meyering  <jim@meyering.net>
19592
19593         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19594         so we can once again use a positive bitfield width of 1 -- now we
19595         don't have to explain why we were using a bitfield width of 2.
19596
19597 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19598
19599         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19600         and similarly for the other external symbols.  Problem reported
19601         by James Gallager.
19602
19603         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19604         bug reported by Jim Meyering.
19605
19606         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19607         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19608         not needed, since socklen is a prerequisite module.
19609
19610 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19611
19612         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19613         Problem reported by Eric Blake.
19614         (getaddrinfo): Initialize se so that it's not garbage.
19615         Redo internal storage allocation so that it doesn't make unportable
19616         assumptions about alignment.
19617         Fix a memory leak.
19618
19619         * lib/utimens.c (futimens): Use futimesat if available.
19620         Prefer it to futimes since it doesn't have the futimes bug.
19621
19622         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19623         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19624         Instead, declare a function that returns a pointer to an array,
19625         and use verify_type__ to declare the size of the array.
19626         Problem and germ of a solution reported by Bruno Haible.
19627         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19628         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19629
19630 2005-09-23  Jim Meyering  <jim@meyering.net>
19631
19632         Sync from coreutils.
19633         Correct build failure (socklen_t not defined) on at least
19634         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19635         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19636
19637 2005-09-23  Jim Meyering  <jim@meyering.net>
19638
19639         * modules/getaddrinfo (Depends-on): Add socklen.
19640
19641 2005-09-23  Bruno Haible  <bruno@clisp.org>
19642
19643         * tests/test-verify.c: New file.
19644
19645 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19646
19647         Sync from coreutils.
19648
19649         * modules/argmatch (Depends-on): Add verify.
19650         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19651         unistd-safer.
19652         * modules/save-cwd (Depends-on): Likewise.
19653
19654         * modules/openat (Files): Add lib/openat-die.c.
19655         (Depends-on): Remove error, exitfail.
19656         Add dirname.
19657
19658         * modules/verify: New file.
19659         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19660         with "verify" module.
19661
19662 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19663
19664         Sync from coreutils.
19665
19666         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19667         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19668         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19669         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19670         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19671         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19672         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19673         Don't bother checking for string.h, stdlib.h, unistd.h.
19674         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19675         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19676         module's job.
19677         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19678         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19679
19680         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19681         (gl_GETDATE): Use it.
19682
19683         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19684
19685 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19686
19687         Sync from coreutils.
19688
19689         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19690         stat-time.h.
19691         * lib/argmatch.h: Include verify.h
19692         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19693         (ARGMATCH_ASSERT): Remove; unused.
19694         * lib/canonicalize.c: Assume STDC_HEADERS.
19695         * lib/exclude.c: Include "strcase.h".
19696         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19697         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19698         and stdio-safer.h.
19699         (getusershell): Call fopen, not fopen_safer.
19700         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19701         Do not include unistd-safer.h.
19702         (save_cwd): Don't call fd_safer; no longer needed
19703         now that we include fcntl--.h.
19704
19705         * lib/getdate.y (relative_time): New type.
19706         (RELATIVE_TIME_0): New constant.
19707         (parser_control): Use relative_time instead of doing it ourselves.
19708         (%union): Add new relative_time rel member.
19709         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19710         Now typeless.
19711         (relunit, relunit_snumber): Now of type rel.
19712         (zone, rel, relunit, get_date): Adjust to above changes.
19713
19714         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19715         Do not include unistd-safer.h.
19716         (getloadavg): Don't call fd_safer; no longer needed
19717         now that we include fcntl--.h.
19718
19719         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19720         (make_dir_parents): Treat ENOSYS like EEXIST.
19721
19722         Improve quality of diagnostics on restore_cwd failure.
19723         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19724         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19725         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19726         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19727         each time through the loop.  Do not diagnose restore_cwd failure;
19728         that is the caller's job (and perhaps the caller does not care).
19729
19730         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19731         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19732         If the file already exists but is not a directory, don't bother
19733         to try to make its parents.
19734         Close potential file descriptor leak if we can't chdir("/") (!).
19735         Don't always return true if chdir($PWD) fails; return true only
19736         if the requested action was done successfully (except for the
19737         chdir($PWD)).
19738         Don't log final directory unless we actually made it.
19739         Refactor to avoid duplicate code to fix up permissions.
19740         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19741
19742         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19743         to make it a bit faster and (I hope) clearer.
19744         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19745         Fix bug in formats like %2N.
19746
19747         * lib/verify.h: New file.
19748
19749 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19750
19751         Sync from coreutils.
19752         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19753
19754 2005-09-22  Jim Meyering  <jim@meyering.net>
19755
19756         Sync from coreutils.
19757
19758         * m4/lstat.m4 (gl_FUNC_LSTAT):
19759         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19760         Remove obsolete comment.
19761         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19762         * m4/xstrtod.m4: Likewise.
19763
19764         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19765
19766 2005-09-22  Jim Meyering  <jim@meyering.net>
19767
19768         Sync from coreutils.
19769
19770         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19771
19772         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19773         the .tm_year member, since otherwise gcc-4.0 would now warn about
19774         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19775
19776         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19777         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19778
19779         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19780         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19781         when run in a time zone for which daylight savings time is in effect
19782         for the starting date.
19783
19784         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19785         stop us from restricting permissions of just-created absolute-named
19786         directories.
19787         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19788         to restore initial working directory.
19789         * lib/mkdir-p.c (make_dir_parents): New parameter:
19790         different_working_dir, to tell caller if/when we change the working
19791         directory and are unable to return to the initial one.
19792         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19793         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19794         `return false'.  This fixes a bug introduced on 2004-07-30.
19795
19796         * lib/openat.c (fdopendir): Be sure to close the supplied
19797         file descriptor before returning.  This makes our replacement
19798         implementation a little closer to Solaris's, where fdopendir
19799         ties the file descriptor to the returned DIR* pointer.
19800         * lib/openat.c (unlinkat): New function.
19801         * lib/openat.h (unlinkat): Add prototype.
19802         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19803         (openat_restore_fail): Rename from openat_restore_die.
19804         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19805
19806         Provide an alternative to exiting immediately upon save_cwd or
19807         restore_cwd failure.  Now, an application can arrange e.g.,
19808         to perform a longjump in that case.
19809         * lib/openat.c: Include dirname.h.
19810         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19811         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19812         and openat_restore_die rather than calling error directly.
19813         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19814
19815         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19816         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19817         define.
19818
19819         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19820         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19821                             int utc, int nanoseconds);
19822         Background:
19823         date should not have to allocate a megabyte of virtual memory to
19824         handle a format argument like +%1048575T.  When implemented with
19825         strftime, it must allocate such a buffer, use strftime to fill it
19826         in, print it, then free it.
19827         With fprintftime, it simply prints everything and exits.
19828         With no need for memory allocation, that's one fewer way to fail.
19829         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19830         optional field width, not before, so we accept %9:z, not %:9z.
19831         (my_strftime): Be sure to use L_('x') for literals.
19832
19833         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19834         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19835         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19836         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19837         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19838         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19839         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19840         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19841         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19842         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19843         * lib/xgethostname.c, lib/xreadlink.c:
19844         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19845
19846         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19847         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19848         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19849         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19850         and don't include <sys/file.h>).
19851
19852 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19853
19854         Sync from coreutils.
19855
19856         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19857         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19858         [!LDAV_DONE]: Avoid unused variable warning.
19859
19860 2005-09-21  Bruno Haible  <bruno@clisp.org>
19861
19862         * lib/unicodeio.h (unicode_to_mb): New declaration.
19863
19864 2005-09-20  Derek Price  <derek@ximbiot.com>
19865
19866         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19867         getaddrinfo.h.
19868
19869 2005-09-20  Bruno Haible  <bruno@clisp.org>
19870
19871         * gnulib-tool: Remove trailing slashes from the values specified for
19872         --source-base, --m4-base, --tests-base, --aux-dir.
19873         Suggested by Simon Josefsson <jas@extundo.com>.
19874
19875 2005-09-20  Bruno Haible  <bruno@clisp.org>
19876
19877         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19878         func_modules_to_filelist, func_import, func_create_testdir): Make all
19879         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19880         change when gnulib-tool is invoked in a different locale.
19881
19882 2005-09-19  Simon Josefsson  <jas@extundo.com>
19883
19884         * m4/socklen.m4: Fix typo.
19885
19886 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19887
19888         Use a consistent style for including <config.h>.
19889         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19890         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19891         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19892         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19893         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19894         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19895         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19896         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19897         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19898         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19899         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19900         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19901         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19902         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19903         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19904         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19905         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19906         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19907         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19908         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19909         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19910         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19911         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19912         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19913         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19914         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19915         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19916         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19917         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19918         lib/xstrtoumax.c, lib/yesno.c:
19919         Standardize inclusion of config.h.
19920         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19921         lib/inttostr.h:  Removed inclusion of config.h from header files.
19922         * lib/inttostr.c:  Adjusted in-tree users.
19923         * lib/timespec.h: Remove superfluous warning to include config.h.
19924         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19925         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19926         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19927         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19928         config.h with HAVE_CONFIG_H.
19929
19930 2005-09-19  Jim Meyering  <jim@meyering.net>
19931
19932         * modules/pathmax (License): Change to LGPL.
19933
19934 2005-09-19  Derek Price  <derek@ximbiot.com>
19935
19936         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19937
19938 2005-09-19  Bruno Haible  <bruno@clisp.org>
19939
19940         * gnulib-tool (import): Provide default for --tests-base.
19941
19942 2005-09-19  Bruno Haible  <bruno@clisp.org>
19943
19944         * doc/quote.texi: New file, extracted from gnulib.texi.
19945         * doc/ctime.texi: New file, extracted from gnulib.texi.
19946         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19947         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19948         * doc/gnulib.texi: Include them.
19949
19950 2005-09-18  Bruno Haible  <bruno@clisp.org>
19951
19952         Portability fix.
19953         * gnulib-tool (func_readlink): New function.
19954         (func_ln_if_changed): Use it.
19955
19956 2005-09-18  Bruno Haible  <bruno@clisp.org>
19957
19958         * gnulib-tool: Support --with-tests also with --import.
19959         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19960         (func_import): Use variables $testsbase and $inctests. Emit a
19961         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19962         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19963         SUBDIRS += $testsdir.
19964         (func_create_testdir): Update.
19965
19966 2005-09-18  Bruno Haible  <bruno@clisp.org>
19967
19968         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19969         instead of $dry_run.
19970         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19971         (func_ln_if_changed): Don't handle dry-run here.
19972         (func_import): In dry-run mode, detect more precisely which actions
19973         would be performed, and don't use "...ing" verbs.
19974
19975 2005-09-18  Bruno Haible  <bruno@clisp.org>
19976
19977         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19978         (func_import): Use join on two temporary files instead of three nested
19979         loops, in order to determine which files are new or old.
19980
19981 2005-09-18  Bruno Haible  <bruno@clisp.org>
19982
19983         * gnulib-tool (func_import): Comment out code that spits out the
19984         new files with --dry-run.
19985
19986 2005-09-18  Bruno Haible  <bruno@clisp.org>
19987
19988         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19989
19990 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19991
19992         * lib/stat-time.h: New file.
19993         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19994         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19995         in a different way.
19996         (timespec_cmp): New function.
19997         * lib/utimecmp.c: Include stat-time.h.
19998         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19999         members exist, not on the obsolescent ST_MTIM_NSEC.
20000         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
20001
20002 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20003
20004         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
20005
20006 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20007
20008         * MODULES.html.sh (File system functions): Add stat-time.
20009         * modules/stat-time: New file.
20010         * modules/timespec (Files): Remove m4/st_mtim.m4; this
20011         is now done in a different way, by the stat-time module.
20012         * modules/utimecmp (Depends-on): Add stat-time.
20013
20014 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20015
20016         * m4/st_mtim.m4: Remove.  Superseded by...
20017         * m4/stat-time.m4: New file.
20018         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
20019         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
20020
20021 2005-09-15  Derek Price  <derek@ximbiot.com>
20022
20023         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
20024
20025 2005-09-15  Derek Price  <derek@ximbiot.com>
20026
20027         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
20028         * lib/regex_internal.c: Ditto, using this...
20029         (__GNUC_PREREQ): ...new macro.
20030         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
20031         using...
20032         (__GNUC_PREREQ): ...this new macro.
20033
20034         * lib/strstr.h: Include string.h. Define strstr as a macro here.
20035
20036 2005-09-15  Derek Price  <derek@ximbiot.com>
20037             Paul Eggert  <eggert@cs.ucla.edu>
20038
20039         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
20040         changes, consolidating in...
20041         * lib/regex_internal.h: ...this file.
20042
20043 2005-09-13  Jim Meyering  <jim@meyering.net>
20044
20045         * lib/canon-host.c: Filter through gnu indent and reword comments
20046         slightly.
20047         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
20048
20049 2005-09-13  Derek Price  <derek@ximbiot.com>
20050
20051         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
20052         failure.
20053         Reported by Jim Meyering  <jim@meyering.net>.
20054
20055 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20056
20057         * lib/base64.c: Typo.
20058         (base64_encode): Put b64str in initialized data section.
20059
20060 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
20061
20062         Merge glibc and coreutils changes into gnulib, plus a few
20063         extra fixes.
20064         * lib/md5.c: Use #error rather than a string.
20065         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
20066         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
20067         (__attribute__): Define to empty for non recent-GCC.
20068         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
20069         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
20070         Renamed from their non-__ counterparts, with new macros replacing
20071         them if not _LIBC.  Add __THROW attribute.
20072         (rol): Remove.
20073         (struct md5_ctx): Align buffer if using GCC.
20074         * lib/sha1.h (struct sha1_ctx): Likewise.
20075         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
20076         The old name was backwards.
20077         (NOTSWAP): Remove; not used.
20078         (rol): New macro, moved here from md5.h.
20079         (sha1_process_block): Remove a FIXME that doesn't make sense.
20080
20081 2005-09-12  Derek Price  <derek@ximbiot.com>
20082
20083         Return usable errors from canon-host.
20084         * lib/canon-host.h: New file.
20085         * lib/canon-host.c (canon_host): Wrap...
20086         (canon_host_r): ...this new function, which now relies exclusively on
20087         getaddrinfo.
20088         (ch_strerror): New function.
20089         (last_cherror): New global.
20090         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
20091         interface.
20092         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
20093         void *.
20094         (freeaddrinfo): Free ai->ai_canonname when set.
20095
20096 2005-09-12  Derek Price  <derek@ximbiot.com>
20097
20098         Make canon-host require getaddrinfo.
20099         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20100         AC_LIBSOURCE canon-host.h.  Call...
20101         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20102         gl_GETADDRINFO.
20103         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20104
20105 2005-09-12  Derek Price  <derek@ximbiot.com>
20106
20107         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20108         LGPL.
20109         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20110
20111 2005-09-12  Derek Price  <derek@ximbiot.com>
20112
20113         * lib/gai_strerror.c: Include config.h when available.  Include
20114         getaddrinfo.h before other headers to test interface.
20115         Reported by Larry Jones <lawrence.jones@ugs.com>.
20116
20117 2005-09-12  Derek Price  <derek@ximbiot.com>
20118             Paul Eggert  <eggert@cs.ucla.edu>
20119
20120         * modules/glob (Files): Add glob-libc.h.
20121
20122 2005-09-12  Derek Price  <derek@ximbiot.com>
20123             Paul Eggert  <eggert@cs.ucla.edu>
20124
20125         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20126         glob_.h, glob-libc.h.
20127         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20128
20129 2005-09-12  Derek Price  <derek@ximbiot.com>
20130             Paul Eggert  <eggert@cs.ucla.edu>
20131
20132         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20133         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20134         protecting things that should be done only in gnulib contexts.
20135         * lib/glob_.h: New file, containing only the glob things needed for
20136         gnulib.
20137         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20138         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20139         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20140         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20141         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20142         and to respect the namespace rules better.
20143
20144 2005-09-08  Simon Josefsson  <jas@extundo.com>
20145
20146         * modules/socklen: New file.
20147
20148 2005-09-08  Simon Josefsson  <jas@extundo.com>
20149
20150         * m4/socklen.m4: New file.
20151
20152 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20153
20154         * modules/utimens (Files): Add m4/utimbuf.m4, since
20155         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20156         Reported by Sergey Poznyakoff.
20157
20158 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20159
20160         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20161         definitions, since that's the preferred style in glibc.
20162         Fix a minor spacing issue, and update copyright notice to match
20163         glibc's.
20164
20165 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20166
20167         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20168
20169 2005-09-06  Simon Josefsson  <jas@extundo.com>
20170
20171         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20172         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20173
20174 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20175
20176         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20177         warning.
20178
20179 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20180
20181         * config/srclist.txt: Add glibc bug 1302.
20182
20183 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20184
20185         Change bitset word type from unsigned int to unsigned long int,
20186         as this has better performance on typical 64-bit hosts.
20187         Port bitset code to hosts with unusual word sizes.
20188         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20189         (build_collating_symbol):
20190         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20191         argument is a bitset.  This is merely a style issue, but it makes
20192         it clearer that an entire array is expected.
20193         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20194         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20195         Port to the case where bitset_word is not the same as unsigned int.
20196         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20197         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20198         Likewise.
20199         * lib/regexec.c (check_dst_limits_calc_pos_1,
20200         check_subexp_matching_top):
20201         (build_trtable, group_nodes_into_DFAstates):
20202         Likewise.
20203         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20204         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20205         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20206         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20207         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20208         * lib/regcomp.c (optimize_subexps, lower_subexp):
20209         Work even if bitset_word has holes in its bitwise representation.
20210         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20211         * lib/regexec.c (check_dst_limits_calc_pos_1,
20212         check_subexp_matching_top):
20213         Likewise.
20214         * lib/regex_internal.c (re_string_reconstruct):
20215         Don't assume UCHAR_MAX == 255.
20216         * lib/regex_internal.h (bitset_set_all): Likewise.
20217         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20218         All uses changed.
20219         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20220         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20221         All uses changed.
20222         (BITSET_WORD_MAX): New macro.
20223         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20224         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20225         (bitset_empty, bitset_copy):
20226         Prefer sizeof (bitset) to multiplying it out ourselves.
20227         (bitset_not_merge): Remove; unused.
20228         (bitset_contain): Return bool, not unsigned int with one bit on.
20229         All callers changed.
20230         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20231         alignment than re_node_set; do this by defining a new internal
20232         type struct dests_alloc and using it to allocate memory.
20233
20234 2005-09-05  Bruno Haible  <bruno@clisp.org>
20235
20236         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20237         links.
20238
20239 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20240
20241         * modules/size_max (Makefile.am): Add size_max.h
20242
20243 2005-09-04  Derek Price  <derek@ximbiot.com>
20244
20245         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20246
20247 2005-09-03  Simon Josefsson  <jas@extundo.com>
20248
20249         * gnulib-tool: Fix typo.
20250
20251 2005-09-03  Simon Josefsson  <jas@extundo.com>
20252
20253         * config/srclist.txt: Add glibc bug 1293.
20254
20255 2005-09-03  Derek Price  <derek@ximbiot.com>
20256
20257         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20258         From Larry Jones <lawrence.jones@ugs.com>.
20259
20260 2005-09-02  Simon Josefsson  <jas@extundo.com>
20261
20262         * modules/socklen: New file.
20263
20264 2005-09-02  Simon Josefsson  <jas@extundo.com>
20265
20266         * modules/havelib: New module.
20267
20268         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20269         Use havelib.
20270
20271 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20272
20273         Check for arithmetic overflow when calculating sizes, to prevent
20274         some buffer-overflow issues.  These patches are conservative, in the
20275         sense that when I couldn't determine whether an overflow was possible,
20276         I inserted a run-time check.
20277         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20278         macros.
20279         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20280         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20281         (re_xnrealloc, re_x2nrealloc): New inline functions.
20282         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20283         parse_bracket_exp):
20284         (build_equiv_class, build_charclass): Check for arithmetic overflow
20285         in size expression calculations.
20286         * lib/regex_internal.c (re_string_realloc_buffers):
20287         (build_wcs_upper_buffer, re_node_set_add_intersect):
20288         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20289         (re_dfa_add_node, register_state): Likewise.
20290         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20291         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20292         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20293         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20294
20295 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20296
20297         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20298         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20299
20300 2005-09-02  Bruno Haible  <bruno@clisp.org>
20301
20302         Support for lib vs. lib64 distinction on biarch platforms.
20303         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20304         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20305         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20306
20307 2005-09-02  Bruno Haible  <bruno@clisp.org>
20308
20309         * gnulib-tool (import): In the other first-use case, provide defaults
20310         as well.
20311
20312 2005-09-02  Bruno Haible  <bruno@clisp.org>
20313
20314         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20315         patches not yet found in the latest gettext release.
20316
20317 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20318
20319         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20320         to avoid a collision with bits/local_lim.h in glibc.
20321         All uses changed.  Problem reported by Dmitry V. Levin in
20322         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20323
20324         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20325         bugs in int versus size_t comparisons.
20326         (re_string_context_at): Fix bug where the code assumed that
20327         Idx is signed.
20328
20329         Use bool where appropriate.
20330         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20331         All callers changed.
20332         (calc_eclosure_iter): Likewise, for ROOT arg.
20333         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20334         (build_charclass_op): Likewise, for NON_MATCH arg.
20335         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20336         (re_string_construct_common): Likewise, for ICASE arg.
20337         * lib/regexec.c (re_search_2_stub, re_search_stub):
20338         Likewise, for RET_LEN arg.
20339         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20340         (set_regs): Likewise, for FL_BACKTRACK arg.
20341         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20342         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20343         (calc_eclosure_iter, parse_bracket_exp):
20344         Use bool for internal variables that are booleans.
20345         * lib/regexec.c (re_search_internal, check_matching,
20346         proceed_next_node):
20347         (set_regs, build_sifted_states, sift_states_bkref):
20348         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20349         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20350         (find_collation_sequence_value):
20351         Likewise.
20352         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20353         (re_node_set_compare):
20354         Return bool, not int. All callers changed.
20355         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20356         (build_trtable, check_node_accept): Likewise.
20357         * lib/regex_internal.h: Include stdbool.h.
20358
20359         Fix bugs uncovered when converting to bool.
20360         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20361         failure instead of charging ahead blindly.
20362         * lib/regex_internal.c (register_state): Likewise.
20363         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20364         for freeing internal storage.
20365         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20366         bitset pieces used as boolean, to avoid undefined behavior
20367         on hosts that do int overflow checking.
20368
20369 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20370
20371         * config/srclist.txt: Add glibc bugs 1285-1287.
20372
20373 2005-09-01  Jim Meyering  <jim@meyering.net>
20374
20375         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20376         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20377         Require gl_STAT_MACROS, too.
20378
20379 2005-09-01  Bruno Haible  <bruno@clisp.org>
20380
20381         * gnulib-tool (import): In the first-use case, provide defaults.
20382
20383 2005-09-01  Bruno Haible  <bruno@clisp.org>
20384
20385         * gnulib-tool (func_import): Remove the .tmp files.
20386
20387 2005-09-01  Bruno Haible  <bruno@clisp.org>
20388
20389         * gnulib-tool (func_import): Fix handling of symbolic links.
20390
20391 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20392
20393         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20394         old glibc regex code mishandles strings longer than 2**31 bytes.
20395         This patch fixes this when the regex code is used in gnulib
20396         (i.e., outside glibc).
20397
20398         This patch should not affect the use of the regex code inside
20399         glibc.  No doubt this problem also needs to be handled for glibc
20400         as well, but the result will be an incompatible change to the
20401         glibc ABI, and the old ABI will have to be supported too.  That
20402         can be the the subject for another patch.
20403
20404         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20405         governing whether the rest of this patch is active.  By default,
20406         the macro is disabled and the patch has no effect.
20407         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20408         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20409         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20410         (re_match_2, re_set_registers): Use the new types.
20411         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20412         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20413         New macros.
20414         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20415         (re_string_context_at, bin_tree_t, re_dfastate_t):
20416         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20417         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20418         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20419         (re_string_char_size_at, re_string_wchar_at):
20420         (re_string_elem_size_at):
20421         Use the new types and macros to port to 64-bit hosts.
20422         Use unsigned types for internal values, so that the code
20423         mostly works even for arrays larger than SSIZE_MAX.
20424         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20425         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20426         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20427         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20428         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20429         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20430         (calc_inveclosure, parse_dup_op, build_range_exp):
20431         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20432         (fetch_number, create_token_tree, mark_opt_subexp):
20433         Likewise.
20434         * lib/regex_internal.c (re_string_construct_common,
20435         create_ci_newstate):
20436         (create_cd_newstate, re_string_allocate, re_string_construct):
20437         (re_string_realloc_buffers, build_wcs_upper_buffer):
20438         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20439         (re_string_reconstruct, re_string_peek_byte_case):
20440         (re_string_fetch_byte_case, re_string_context_at):
20441         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20442         (re_node_set_init_copy, re_node_set_add_intersect):
20443         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20444         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20445         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20446         (re_acquire_state, re_acquire_state_context, register_state):
20447         Likewise.
20448         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20449         search_cur_bkref_entry):
20450         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20451         (re_search_internal, re_search_2_stub, re_search_stub)
20452         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20453         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20454         (update_cur_sifted_state, check_dst_limits):
20455         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20456         (check_subexp_limits, sift_states_bkref, merge_state_array):
20457         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20458         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20459         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20460         (expand_bkref_cache, check_node_accept_bytes):
20461         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20462         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20463         (acquire_init_state_context, check_halt_node_context):
20464         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20465         (sift_states_backward, clean_state_log_if_needed):
20466         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20467         (find_recover_state, transit_state_sb, transit_state_mb):
20468         (transit_state_bkref, build_trtable, match_ctx_clean):
20469         Likewise.
20470         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20471         to work around an assumption that REG_MISSING is negative.
20472
20473         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20474         (seek_collating_symbol_entry) [defined _LIBC]:
20475         (lookup_collation_sequence_value) [defined _LIBC]:
20476         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20477         Use prototypes rather than old-style function definitions.
20478         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20479         (transit_state_sb) [0]:
20480         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20481
20482         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20483         rm_eo.
20484
20485         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20486         (optimize_subexps, lower_subexp):
20487         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20488         since the signed shift might overflow.  Use 1u<<31 instead.
20489         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20490         Likewise.
20491         * lib/regexec.c (check_dst_limits_calc_pos_1,
20492         check_subexp_matching_top): Likewise.
20493
20494         * lib/regcomp.c (optimize_subexps, lower_subexp):
20495         Use CHAR_BIT rather than 8, for clarity.
20496         * lib/regexec.c (check_dst_limits_calc_pos_1):
20497         (check_subexp_matching_top): Likewise.
20498         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20499         have to worry about portability issues when shifting it left.
20500         Remove no-longer-needed test for table_size > 0.
20501         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20502         in a word, as the resulting behavior is undefined.
20503         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20504         in one case, a <= should have been an <, and in another case the
20505         whole test was missing.
20506         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20507         the standard name CHAR_BIT.
20508         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20509         this is not true on one's complement and signed-magnitude hosts.
20510
20511         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20512         next_last_offset.
20513         (struct re_dfa_t): Remove unused member states_alloc.
20514         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20515
20516 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20519         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20520         and large-file glibc and in 32-bit large-file Solaris.
20521
20522 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20523
20524         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20525         lengths fit in regoff_t; this isn't true if regoff_t is the same
20526         width as size_t.
20527         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20528         (= START + RANGE) instead of RANGE.  This avoids overflow
20529         problems when regoff_t is the same width as size_t.
20530         All callers changed.
20531         (re_search_2_stub): Check for overflow when adding the
20532         sizes of the two strings.
20533         (re_search_stub): Check for overflow when adding START
20534         to RANGE; if it occurs, substitute the extreme value.
20535
20536 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20537
20538         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20539
20540 2005-08-31  Jim Meyering  <jim@meyering.net>
20541
20542         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20543         a pointer-to-const.
20544         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20545         (register_state): Likewise.
20546         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20547         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20548         (group_nodes_into_DFAstates): Likewise.
20549
20550 2005-08-31  Jim Meyering  <jim@meyering.net>
20551
20552         * check-module: Add a FIXME comment.
20553
20554 2005-08-31  Eric Blake  <ebb9@byu.net>
20555
20556         * modules/unistd-safer (Files): Add unistd--.h.
20557         * modules/stdio-safer (Files): Add stdio--.h.
20558
20559 2005-08-31  Derek Price  <derek@ximbiot.com>
20560
20561         * lib/getdelim.c (getdelim): Return EOF on EOF.
20562         Reported by Larry Jones <lawrence.jones@ugs.com>.
20563
20564 2005-08-31  Bruno Haible  <bruno@clisp.org>
20565
20566         Avoid unnecessary diffs in the generated lib/Makefile.am.
20567         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20568         the generated files.
20569         (func_import): Don't set cmd.
20570
20571 2005-08-31  Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/strstr.c: Include <stddef.h>, for NULL.
20574         * lib/strcasestr.c: Likewise.
20575         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20576
20577 2005-08-31  Bruno Haible  <bruno@clisp.org>
20578
20579         * gnulib-tool: New option --macro-prefix.
20580         (func_import): Use macro_prefix.
20581         (import): Handle option --macro-prefix.
20582
20583 2005-08-31  Bruno Haible  <bruno@clisp.org>
20584
20585         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20586         Also use new variables cached_lgpl, cached_libtool.
20587
20588 2005-08-31  Bruno Haible  <bruno@clisp.org>
20589
20590         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20591         always instantiating them.
20592
20593 2005-08-31  Bruno Haible  <bruno@clisp.org>
20594
20595         * gnulib-tool (func_import): Read the previous cached settings
20596         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20597         earlier added by gnulib but are now dropped. Warn when a gnulib file
20598         overwrites a non-gnulib file.
20599
20600 2005-08-31  Bruno Haible  <bruno@clisp.org>
20601
20602         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20603         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20604         projects that don't keep autogenerated files in CVS. Put into
20605         actioncmd only the specified modules, not the transitive closure.
20606
20607 2005-08-31  Bruno Haible  <bruno@clisp.org>
20608
20609         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20610         Create directories that shall be filled.
20611         (import): Don't look for gl_* macros in configure.ac. Recurse across
20612         all directories containing a gnulib-cache.m4 files, if meaningful.
20613
20614 2005-08-31  Bruno Haible  <bruno@clisp.org>
20615
20616         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20617         (import): Set seen_libtool when we see gl_LIBTOOL.
20618
20619 2005-08-31  Bruno Haible  <bruno@clisp.org>
20620
20621         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20622         declaration macro definitions from generated gnulib.m4.
20623
20624 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20625
20626         * lib/iconvme.h: Add prototype for iconv_alloc.
20627
20628 2005-08-29  Simon Josefsson  <jas@extundo.com>
20629
20630         * lib/iconvme.c: Fix errno.
20631
20632 2005-08-29  Bruno Haible  <bruno@clisp.org>
20633
20634         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20635         that it works when the directory contains spaces.
20636
20637 2005-08-29  Bruno Haible  <bruno@clisp.org>
20638
20639         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20640
20641 2005-08-29  Bruno Haible  <bruno@clisp.org>
20642
20643         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20644         Emit more advice.
20645
20646 2005-08-29  Bruno Haible  <bruno@clisp.org>
20647         and Stepan Kasal  <kasal@ucw.cz>
20648
20649         * check-module: If more parameters are given, check each of them
20650         separately; add more exceptions, as noted by Jim Meyering.
20651         (check_module): New procedure.
20652         (%exempt_header): Now contains all exceptions.
20653
20654 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20655
20656         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20657
20658 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20659
20660         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20661
20662 2005-08-28  Bruno Haible  <bruno@clisp.org>
20663
20664         * m4/gnulib-tool.m4: New file.
20665
20666 2005-08-27  Jim Meyering  <jim@meyering.net>
20667
20668         * modules/unistd-safer (Files): Add pipe-safer.c.
20669         * modules/fcntl-safer (Files): Add creat-safer.c.
20670
20671 2005-08-27  Jim Meyering  <jim@meyering.net>
20672
20673         * m4/stdlib-safer.m4: New file.  From coreutils.
20674         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20675         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20676         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20677         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20678         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20679
20680 2005-08-27  Jim Meyering  <jim@meyering.net>
20681
20682         * lib/fopen-safer.c: Merge minor changes from coreutils.
20683         * lib/dup-safer.c: Likewise.
20684         * lib/fd-safer.c: Likewise.
20685
20686         Merge from coreutils.
20687         * lib/stdio--.h: New file.
20688         * lib/stdlib--.h: New file.
20689         * lib/mkstemp-safer.c: New file.
20690
20691         GNU tar needs these.
20692         * lib/pipe-safer.c: New file.
20693         * lib/creat-safer.c: New file.
20694         * lib/fcntl--.h (creat): Define to creat_safer.
20695         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20696         * lib/unistd--.h (pipe): Define to pipe_safer.
20697         * lib/unistd-safer.h: Declare pipe_safer.
20698
20699 2005-08-26  Simon Josefsson  <jas@extundo.com>
20700
20701         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20702         Haible <bruno@clisp.org>.
20703
20704 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20705
20706         * lib/regex_internal.h: Remove all references to
20707         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20708         or better.
20709         (bitset_not, bitset_merge, bitset_not_merge):
20710         (bitset_mask, re_string_allocate, re_string_construct):
20711         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20712         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20713         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20714         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20715         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20716         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20717         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20718         (re_acquire_state_context):
20719         Remove unnecessary forward decls.
20720         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20721         Put __attribute at function definition,
20722         now that the function decl has been removed.
20723         * lib/regex_internal.c (re_string_peek_byte_case):
20724         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20725         Likewise.
20726
20727 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20728
20729         * m4/regex.m4: Add AC_PREREQ(2.50).
20730         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20731
20732 2005-08-25  Simon Josefsson  <jas@extundo.com>
20733
20734         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20735         __fsetlocking.
20736
20737 2005-08-25  Simon Josefsson  <jas@extundo.com>
20738
20739         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20740         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20741         GLIBC specific code.
20742
20743 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20744
20745         Make regex safe for g++.  This fixes one real bug (an "err"
20746         that should have been "*err").  g++ problem reported by
20747         Sam Steingold.
20748         * lib/regex_internal.h (re_calloc): New macro, consistent with
20749         re_malloc etc.  All callers of calloc changed to use re_calloc.
20750         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20751         not int.  All callers changed.
20752         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20753         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20754         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20755         (find_recover_state): Change "err" to "*err"; this fixes what
20756         appears to be a real bug.
20757         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20758         versus int.
20759
20760 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20761
20762         * modules/regex (Depends-on): Add malloc, since the code
20763         assumes that !malloc(0) means failure.
20764
20765 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20766
20767         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20768
20769         alloca modernization/simplification for regex.
20770         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20771         needs to be at the start of the file, and can be moved into
20772         regex_internal.h and simplified.
20773         * lib/regex_internal.h: Include <alloca.h>.
20774         (__libc_use_alloca) [!defined _LIBC]: New macro.
20775         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20776         now works outside glibc.
20777
20778 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20779
20780         * config/srclist.txt: Add glibc bugs 1241, 1245.
20781
20782 2005-08-25  Jim Meyering  <jim@meyering.net>
20783
20784         * lib/open-safer.c: Include <config.h>.
20785         Otherwise, we'd lose LARGEFILE support in any file using
20786         e.g. "fcntl--.h"
20787
20788 2005-08-25  Bruno Haible  <bruno@clisp.org>
20789
20790         * m4/minmax.m4: Require autoconf 2.52.
20791         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20792         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20793         alternatives of translit over the alphabet.
20794         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20795
20796 2005-08-24  Simon Josefsson  <jas@extundo.com>
20797
20798         * tests/test-getpass.c: New file.
20799
20800 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20801
20802         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20803         for GNU regex features.
20804
20805 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20806
20807         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20808         * lib/regex.h (regerror): Likewise.
20809
20810         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20811         requires this.  (The code never needed it.)
20812
20813         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20814         All uses of recently-renamed identifiers changed to use the new,
20815         POSIX-compliant names.  The code will build and run just fine
20816         without these changes, but it's better to eat our own dog food
20817         and use the standard-conforming names.
20818
20819         * lib/regex.h: Fix a multitude of POSIX name space violations.
20820         These changes have an effect only for programs that define
20821         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20822         do not change anything for programs compiled in the normal way.
20823         Also, there is no effect on the ABI.
20824
20825         (_REGEX_SOURCE): New macro.
20826         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20827         defined and _GNU_SOURCE is not; this fixes a name space violation.
20828
20829         Rename the following macros to obey POSIX requirements.
20830         The old names are still visible as macros if _REGEX_SOURCE is defined.
20831         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20832         RE_BACKSLASH_ESCAPE_IN_LISTS.
20833         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20834         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20835         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20836         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20837         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20838         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20839         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20840         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20841         (REG_INTERVALS): renamed from RE_INTERVALS.
20842         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20843         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20844         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20845         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20846         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20847         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20848         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20849         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20850         RE_UNMATCHED_RIGHT_PAREN_ORD.
20851         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20852         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20853         (REG_DEBUG): renamed from RE_DEBUG.
20854         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20855         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20856         unusual, since we can't clash with the POSIX REG_ICASE.
20857         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20858         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20859         (REG_NO_SUB): renamed from RE_NO_SUB.
20860         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20861         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20862         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20863         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20864         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20865         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20866         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20867         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20868         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20869         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20870         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20871         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20872         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20873         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20874         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20875         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20876         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20877         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20878         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20879         (REG_FIXED): Renamed from REGS_FIXED.
20880         (REG_NREGS): Renamed from RE_NREGS.
20881
20882         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20883         of other REG_* macros, since POSIX says the user is allowed to
20884         #undef these macros selectively.
20885
20886         (reg_errcode_t): Update comment stating what other tables need
20887         to be consistent.
20888
20889         Rename the following enum values to obey POSIX requirements.
20890         The old names are still visible as macros.
20891         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20892         is not defined, since GNU is supposed to be a superset of POSIX as
20893         much as possible, and since we want reg_errcode_t to be a signed
20894         type for implementation consistency.
20895         (_REG_NOERROR): Renamed from REG_NOERROR.
20896         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20897         (_REG_BADPAT): Renamed from REG_BADPAT.
20898         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20899         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20900         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20901         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20902         (_REG_EBRACK): Renamed from REG_EBRACK.
20903         (_REG_EPAREN): Renamed from REG_EPAREN.
20904         (_REG_EBRACE): Renamed from REG_EBRACE.
20905         (_REG_BADBR): Renamed from REG_BADBR.
20906         (_REG_ERANGE): Renamed from REG_ERANGE.
20907         (_REG_ESPACE): Renamed from REG_ESPACE.
20908         (_REG_BADRPT): Renamed from REG_BADRPT.
20909         (_REG_EEND): Renamed from REG_EEND.
20910         (_REG_ESIZE): Renamed from REG_ESIZE.
20911         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20912         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20913         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20914         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20915         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20916
20917         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20918         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20919         changed.  But support the old name if the new one is not defined
20920         and if _REGEX_SOURCE.
20921
20922         Change the following member names in struct re_pattern_buffer.
20923         The old names are still supported if !_REGEX_SOURCE.
20924         The new names are always supported, regardless of _REGEX_SOURCE.
20925         (re_buffer): Renamed from buffer.
20926         (re_allocated): Renamed from allocated.
20927         (re_used): Renamed from used.
20928         (re_syntax): Renamed from syntax.
20929         (re_fastmap): Renamed from fastmap.
20930         (re_translate): Renamed from translate.
20931         (re_can_be_null): Renamed from can_be_null.
20932         (re_regs_allocated): Renamed from regs_allocated.
20933         (re_fastmap_accurate): Renamed from fastmap_accurate.
20934         (re_no_sub): Renamed from no_sub.
20935         (re_not_bol): Renamed from not_bol.
20936         (re_not_eol): Renamed from not_eol.
20937         (re_newline_anchor): Renamed from newline_anchor.
20938
20939         Change the following member names in struct re_registers.
20940         The old names are still supported if !_REGEX_SOURCE.
20941         The new names are always supported, regardless of _REGEX_SOURCE.
20942         (rm_num_regs): Renamed from num_regs.
20943         (rm_start): Renamed from start.
20944         (rm_end): Renamed from end.
20945
20946         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20947         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20948         Prepend __ to parameter names.
20949
20950         Undo yesterday's changes.
20951
20952 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20953
20954         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20955         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20956         lib/regex.c.
20957
20958 2005-08-24  Jim Meyering  <jim@meyering.net>
20959
20960         Sync from coreutils.
20961         * m4/fcntl-safer.m4: New file.
20962
20963         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20964         and object files for this module.
20965
20966 2005-08-24  Jim Meyering  <jim@meyering.net>
20967
20968         Sync from coreutils.
20969         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20970
20971 2005-08-24  Jim Meyering  <jim@meyering.net>
20972
20973         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20974         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20975
20976 2005-08-24  Jim Meyering  <jim@meyering.net>
20977
20978         * modules/fcntl-safer: New module.
20979         * modules/fts (Depends-on): Add fcntl-safer.
20980         * MODULES.html.sh (File descriptor based Input/Output):
20981         Add fcntl-safer.
20982
20983 2005-08-24  Bruno Haible  <bruno@clisp.org>
20984
20985         Support for unit test modules.
20986         * modules/README: Mention tests modules.
20987         * modules/TEMPLATE-TESTS: New file.
20988         * gnulib-tool: New options --extract-tests-module, --with-tests and
20989         --tests-base (unused for the moment).
20990         (testsbase, inctests): New variables.
20991         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20992         (func_verify_module): Exclude TEMPLATE-TESTS.
20993         (func_verify_nontests_module, func_verify_tests_module): New functions.
20994         (func_get_dependencies): Add implicit dependency for tests modules.
20995         (func_get_tests_module): New function.
20996         (func_modules_transitive_closure): When --with-tests was specified,
20997         include the unit tests as well, unless explicitly avoided.
20998         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20999         (func_emit_tests_Makefile_am): New function.
21000         (func_create_testdir): When --with-tests was specified, emit a
21001         tests/ directory.
21002         * MODULES.html.sh (Future developments): Update.
21003
21004 2005-08-24  Bruno Haible  <bruno@clisp.org>
21005
21006         * modules/tls-tests: New file.
21007         * tests/test-tls.c: New file, from GNU gettext.
21008
21009 2005-08-24  Bruno Haible  <bruno@clisp.org>
21010
21011         * modules/lock-tests: New file.
21012         * tests/test-lock.c: New file, from GNU gettext.
21013
21014 2005-08-24  Bruno Haible  <bruno@clisp.org>
21015
21016         * lib/lock.h: Add multiple inclusion guard.
21017         * lib/tls.h: Add multiple inclusion guard.
21018
21019 2005-08-24  Bruno Haible  <bruno@clisp.org>
21020
21021         * gnulib-tool: Add support for the --aux-dir option to
21022         --create-testdir, --create-megatestdir, --test, --megatest.
21023         (func_create_testdir, func_create_megatestdir): Optionally emit a
21024         AC_CONFIG_AUX_DIR directive.
21025         (create-testdir, create-megatestdir, test, megatest): Provide a
21026         default value for $auxdir.
21027
21028 2005-08-24  Bruno Haible  <bruno@clisp.org>
21029
21030         * gnulib-tool (import): Use compound statement instead of subshell
21031         where possible.
21032
21033 2005-08-24  Bruno Haible  <bruno@clisp.org>
21034
21035         * gnulib-tool (import): Change --aux-dir default to "build-aux".
21036
21037 2005-08-24  Bruno Haible  <bruno@clisp.org>
21038
21039         * gnulib-tool (func_version): Update.
21040
21041 2005-08-24  Bruno Haible  <bruno@clisp.org>
21042
21043         * gnulib-tool (func_import, func_create_testdir,
21044         func_create_megatestdir): Quote all autoconf macro arguments.
21045
21046 2005-08-24  Bruno Haible  <bruno@clisp.org>
21047
21048         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
21049         option --force, because --force causes the aclocal.m4 of each
21050         subdirectory to be newer than the corresponding config.h.in.
21051
21052 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21053
21054         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
21055         All contents moved to gl_REGEX.
21056         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
21057         assume that it does.
21058
21059 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21060
21061         * lib/regex.h (REG_NOSYS)
21062         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
21063         Define, since POSIX requires it as of 2001.
21064         (_REG_ENOSYS)
21065         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
21066         New private symbol, used to keep the enum signed in all cases.
21067         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
21068         Youngman in
21069         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
21070
21071         * lib/regex_internal.c (re_string_skip_chars, register_state):
21072         (calc_state_hash):
21073         Remove forward decls; no longer needed now that we use prototypes.
21074         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
21075         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
21076         (clean_state_log_if_needed): Likewise.
21077
21078 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21079
21080         * config/srclist.txt: Add glibc bugs 1231-1233.
21081
21082 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21083
21084         Fix problems reported by Sam Steingold in
21085         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
21086         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
21087         assumed that reg_errcode_t is a signed type, which is not
21088         necessarily true if _XOPEN_SOURCE is not defined.
21089         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
21090         since some compilers warn about it otherwise.
21091
21092 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21093
21094         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21095         (init_word_char, create_initial_state, duplicate_node_closure):
21096         (fetch_token, peek_token_bracket, build_range_exp):
21097         (build_collating_symbol): Remove forward decls; no longer needed
21098         now that we use prototypes.
21099
21100         * lib/regcomp.c:
21101         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21102         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21103         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21104         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21105         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21106         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21107         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21108         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21109         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21110         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21111         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21112         (build_charclass, build_charclass_op, fetch_number, create_tree):
21113         (create_token_tree, mark_opt_subexp, duplicate_tree):
21114         Use prototypes rather than old-style definitions.
21115
21116         * lib/regex_internal.c:
21117         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21118         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21119         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21120         (re_string_reconstruct, re_string_peek_byte_case):
21121         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21122         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21123         (re_node_set_init_copy, re_node_set_add_intersect):
21124         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21125         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21126         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21127         (re_acquire_state, re_acquire_state_context, register_state):
21128         (create_ci_newstate, create_cd_newstate, free_state):
21129         Likewise.
21130         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21131         re_search_2):
21132         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21133         (re_search_internal, prune_impossible_nodes):
21134         (acquire_init_state_context, check_matching, static):
21135         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21136         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21137         (update_regs, sift_states_backward, build_sifted_states):
21138         (clean_state_log_if_needed, merge_state_array):
21139         (update_cur_sifted_state, add_epsilon_src_nodes):
21140         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21141         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21142         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21143         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21144         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21145         (check_arrival, check_arrival_add_next_nodes):
21146         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21147         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21148         (check_node_accept_bytes, check_node_accept, extend_buffers):
21149         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21150         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21151         (sift_ctx_init):
21152         Likewise.
21153
21154         * lib/regex_internal.h:
21155         (re_string_allocate, re_string_construct, re_string_reconstruct):
21156         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21157         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21158         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21159         (re_string_context_at, re_string_peek_byte_case):
21160         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21161         is defined, since we now use prototypes always.
21162
21163         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21164         C89 or better.  All uses removed.
21165
21166 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21167
21168         * config/srclist.txt: Add glibc bugs 1220-1227.
21169
21170 2005-08-20  Jim Meyering  <jim@meyering.net>
21171
21172         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21173         of unused local, dfa.
21174
21175 2005-08-20  Bruno Haible  <bruno@clisp.org>
21176
21177         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21178
21179 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21180
21181         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21182         (re_node_set_insert_last, re_dfa_add_node):
21183         Rename local variables to avoid GCC shadowing warnings.
21184
21185 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21186
21187         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21188         [defined lint]: Suppress bogus uninitialized-variable warnings.
21189
21190         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21191         and let the caller return REG_ESPACE if out of space.  This
21192         removes an uninitialied-variable warning with GCC 4.0.1, and also
21193         avoids taking the address of a local variable.  All callers
21194         changed.
21195
21196 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21197
21198         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21199         $LIBCSRC/posix/regexec.c.
21200         Add glibc bug 1217 for regcomp.c.
21201
21202 2005-08-19  Jim Meyering  <jim@meyering.net>
21203
21204         * lib/regexec.c (proceed_next_node): Redo local variables to
21205         avoid GCC shadowing warnings.
21206
21207 2005-08-18  Bruno Haible  <bruno@clisp.org>
21208
21209         * lib/strstr.c (strstr): Fix return value in multibyte case.
21210         * lib/strcasestr.c (strcasestr): Likewise.
21211
21212 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21213
21214         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21215
21216 2005-08-17  Jim Meyering  <jim@meyering.net>
21217
21218         Make the %s format (seconds since the epoch) work for a negative
21219         number and when used with a zero-padded field width, e.g. %015s.
21220
21221         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21222         label so that it precedes the code to set `digits'.  Otherwise,
21223         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21224         print `00-22'.  Now, it prints `-0022', as it should.
21225
21226 2005-08-17  Bruno Haible  <bruno@clisp.org>
21227
21228         * modules/strstr (Files): Add m4/mbrtowc.m4.
21229         (Depends-on): Add mbuiter.
21230
21231 2005-08-17  Bruno Haible  <bruno@clisp.org>
21232
21233         * modules/strcasestr: New file.
21234         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21235         strcasestr.
21236
21237 2005-08-17  Bruno Haible  <bruno@clisp.org>
21238
21239         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21240
21241 2005-08-17  Bruno Haible  <bruno@clisp.org>
21242
21243         * modules/mbuiter: New file.
21244         * MODULES.html.sh (Extended multibyte and wide character utilities):
21245         Add mbuiter.
21246
21247 2005-08-17  Bruno Haible  <bruno@clisp.org>
21248
21249         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21250         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21251
21252 2005-08-17  Bruno Haible  <bruno@clisp.org>
21253
21254         * m4/strcasestr.m4: New file.
21255
21256 2005-08-17  Bruno Haible  <bruno@clisp.org>
21257
21258         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21259         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21260
21261 2005-08-17  Bruno Haible  <bruno@clisp.org>
21262
21263         * lib/strcasestr.h: New file.
21264         * lib/strcasestr.c: New file.
21265
21266 2005-08-17  Bruno Haible  <bruno@clisp.org>
21267
21268         * lib/strcasecmp.c: Use mbuiter.h.
21269
21270 2005-08-17  Bruno Haible  <bruno@clisp.org>
21271
21272         * lib/mbuiter.h: New file.
21273
21274 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21275
21276         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21277         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21278         and gl_GETOPT are both invoked via different paths (as happens
21279         with GNU tar CVS because it uses both argp and getopt), the former
21280         wins.
21281
21282 2005-08-16  Bruno Haible  <bruno@clisp.org>
21283
21284         * modules/tls: New file.
21285         * MODULES.html.sh (Multithreading): Add tls.
21286
21287 2005-08-16  Bruno Haible  <bruno@clisp.org>
21288
21289         * modules/strnlen1: New file.
21290         * MODULES.html.sh (String handling): Add strnlen1.
21291
21292 2005-08-16  Bruno Haible  <bruno@clisp.org>
21293
21294         * modules/strcase (Files): Add m4/mbrtowc.m4.
21295         (Depends-on): Add strnlen1, mbchar.
21296
21297 2005-08-16  Bruno Haible  <bruno@clisp.org>
21298
21299         * modules/mbiter: New file.
21300         * MODULES.html.sh (Extended multibyte and wide character utilities):
21301         Add mbiter.
21302
21303 2005-08-16  Bruno Haible  <bruno@clisp.org>
21304
21305         * modules/mbfile: New file.
21306         * MODULES.html.sh (Extended multibyte and wide character utilities):
21307         Add mbfile.
21308
21309 2005-08-16  Bruno Haible  <bruno@clisp.org>
21310
21311         * modules/mbchar: New file.
21312         * MODULES.html.sh (Extended multibyte and wide character utilities):
21313         New section.
21314
21315 2005-08-16  Bruno Haible  <bruno@clisp.org>
21316
21317         * m4/tls.m4: New file, from GNU gettext.
21318
21319 2005-08-16  Bruno Haible  <bruno@clisp.org>
21320
21321         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21322         always.
21323         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21324
21325 2005-08-16  Bruno Haible  <bruno@clisp.org>
21326
21327         * m4/mbiter.m4: New file.
21328
21329 2005-08-16  Bruno Haible  <bruno@clisp.org>
21330
21331         * m4/mbfile.m4: New file.
21332
21333 2005-08-16  Bruno Haible  <bruno@clisp.org>
21334
21335         * m4/mbchar.m4: New file.
21336
21337 2005-08-16  Bruno Haible  <bruno@clisp.org>
21338
21339         * lib/tls.h: New file, from GNU gettext.
21340         * lib/tls.c: New file, from GNU gettext.
21341
21342 2005-08-16  Bruno Haible  <bruno@clisp.org>
21343
21344         * lib/strnlen1.h: New file.
21345         * lib/strnlen1.c: New file.
21346
21347 2005-08-16  Bruno Haible  <bruno@clisp.org>
21348
21349         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21350         (mbi_init): Update.
21351         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21352         NUL byte, not after it.
21353
21354 2005-08-16  Bruno Haible  <bruno@clisp.org>
21355
21356         * lib/strcase.h (strcasecmp): Add note in comments.
21357         * lib/strncasecmp.c: Use code from strcasecmp.c.
21358         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21359         (strcasecmp): Work correctly in multibyte locales.
21360
21361 2005-08-16  Bruno Haible  <bruno@clisp.org>
21362
21363         * lib/mbiter.h: New file.
21364
21365 2005-08-16  Bruno Haible  <bruno@clisp.org>
21366
21367         * lib/mbfile.h: New file.
21368
21369 2005-08-16  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/mbchar.h: New file.
21372         * lib/mbchar.c: New file.
21373
21374 2005-08-16  Bruno Haible  <bruno@clisp.org>
21375
21376         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21377         the valid ones. Makes the comparison operations transitive:
21378         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21379         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21380
21381 2005-08-15  Simon Josefsson  <jas@extundo.com>
21382
21383         * modules/ssize_t (License): Change to 'unlimited'.
21384
21385         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21386
21387 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21388
21389         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21390         Add comments for each pending glibc patch.
21391
21392 2005-08-15  Bruno Haible  <bruno@clisp.org>
21393
21394         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21395         __cplusplus is defined.
21396
21397 2005-08-14  Jim Meyering  <jim@meyering.net>
21398
21399         Sync from coreutils.
21400
21401         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21402         Use the hash-table-based cycle-detection code not just when
21403         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21404         Reported by James Youngman in
21405         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21406         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21407         FTS_TIGHT_CYCLE_CHECK.
21408         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21409         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21410         once again.
21411         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21412         * lib/fts.c (fd_safer): Remove decl.
21413         Include fcntl--.h rather than unistd-safer.h
21414         (fts_safe_changedir): Don't call fd_safer; no longer needed
21415         now that we include fcntl--.h.
21416
21417 2005-08-12  Simon Josefsson  <jas@extundo.com>
21418
21419         * modules/getndelim2: Use ssize_t module.
21420         * modules/getnline: Likewise.
21421         * modules/safe-read: Likewise.
21422         * modules/xreadlink: Likewise.
21423
21424         * modules/ssize_t: New file.
21425
21426 2005-08-12  Simon Josefsson  <jas@extundo.com>
21427
21428         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21429
21430 2005-08-12  Simon Josefsson  <jas@extundo.com>
21431
21432         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21433         ssize_t.
21434
21435 2005-08-12  Simon Josefsson  <jas@extundo.com>
21436
21437         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21438         readline, getdelim and check_version.
21439         (Support for systems lacking ISO C 99: Sizes of integer types):
21440         Add size_max.
21441
21442 2005-08-12  Bruno Haible  <bruno@clisp.org>
21443
21444         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21445
21446 2005-08-11  Simon Josefsson  <jas@extundo.com>
21447
21448         * modules/readline: New file.
21449
21450         * modules/strnlen (Files): Add strnlen.h.
21451
21452 2005-08-11  Simon Josefsson  <jas@extundo.com>
21453
21454         * m4/readline.m4: New file.
21455
21456 2005-08-11  Simon Josefsson  <jas@extundo.com>
21457
21458         * lib/readline.h, readline.c: New file.
21459
21460 2005-08-11  Simon Josefsson  <jas@extundo.com>
21461
21462         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21463         gl_AVOID.
21464
21465 2005-08-11  Bruno Haible  <bruno@clisp.org>
21466
21467         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21468
21469 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21470
21471         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21472
21473 2005-08-10  Simon Josefsson  <jas@extundo.com>
21474
21475         * tests/test-iconvme.c: New file.
21476
21477 2005-08-10  Simon Josefsson  <jas@extundo.com>
21478
21479         * m4/strnlen.m4: New file.
21480
21481         * m4/strndup.m4: Don't check for strnlen declaration, done in
21482         strnlen.m4.
21483
21484 2005-08-10  Simon Josefsson  <jas@extundo.com>
21485
21486         * lib/strndup.c: Use strnlen.h.
21487
21488         * lib/strnlen.h: New file.
21489
21490 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21491
21492         * README: Typos.
21493
21494 2005-08-02  Simon Josefsson  <jas@extundo.com>
21495
21496         * modules/readline: New file.
21497
21498 2005-08-02  Simon Josefsson  <jas@extundo.com>
21499
21500         * modules/getdelim: New file.
21501
21502         * modules/getline: Rewrite, don't use getndelim2.
21503
21504 2005-08-02  Simon Josefsson  <jas@extundo.com>
21505
21506         * m4/getline.m4: Separate out getdelim stuff into separate module.
21507
21508         * m4/getdelim.m4: New file.
21509
21510 2005-08-02  Simon Josefsson  <jas@extundo.com>
21511
21512         * lib/getline.h, getline.c: Rewrite.
21513
21514         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21515
21516 2005-07-31  Bruno Haible  <bruno@clisp.org>
21517
21518         * lib/lock.h (gl_lock_initializer): New macro.
21519         (gl_lock_define_initialized): Use it.
21520         (gl_rwlock_initializer): New macro.
21521         (gl_rwlock_define_initialized): Use it.
21522         (gl_recursive_lock_initializer): New macro.
21523         (gl_recursive_lock_define_initialized): Use it.
21524
21525 2005-07-30  Karl Berry  <karl@gnu.org>
21526
21527         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21528         Report from Ben Pfaff, regarding getopt.
21529
21530 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21531
21532         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21533         normal way.
21534         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21535         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21536         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21537         (gl_GETOPT): Use the new macros.  Most of the implementation
21538         is moved to the new macros.  This is for programs like Emacs
21539         that don't want all the functionality of gl_GETOPT.
21540
21541 2005-07-26  Bruno Haible  <bruno@clisp.org>
21542
21543         * m4/lock.m4: Update from GNU gettext.
21544
21545 2005-07-26  Bruno Haible  <bruno@clisp.org>
21546
21547         * lib/lock.h: Update from GNU gettext.
21548         * lib/lock.c: Update from GNU gettext.
21549
21550 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21551
21552         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21553         obsolescent AC_TRY_RUN.  Include the default includes files, for
21554         'exit'.
21555
21556 2005-07-24  Bruno Haible  <bruno@clisp.org>
21557
21558         * modules/visibility: New file.
21559         * MODULES.html.sh (Misc): Add visibility.
21560
21561 2005-07-24  Bruno Haible  <bruno@clisp.org>
21562
21563         * m4/visibility.m4: New file.
21564
21565 2005-07-24  Bruno Haible  <bruno@clisp.org>
21566
21567         * doc/visibility.texi: New file.
21568
21569 2005-07-22  Bruno Haible  <bruno@clisp.org>
21570
21571         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21572         $(ALLOCA_H), redundant through BUILT_SOURCES.
21573         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21574         redundant through BUILT_SOURCES.
21575         * modules/byteswap (Makefile.am): Remove explicit dependency on
21576         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21577         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21578         $(FNMATCH_H), redundant through BUILT_SOURCES.
21579         * modules/getopt (Makefile.am): Remove explicit dependency on
21580         $(GETOPT_H), redundant through BUILT_SOURCES.
21581         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21582         redundant through BUILT_SOURCES.
21583         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21584         redundant through BUILT_SOURCES.
21585         * modules/stdbool (Makefile.am): Remove explicit dependency on
21586         $(STDBOOL_H), redundant through BUILT_SOURCES.
21587         * modules/stdint (Makefile.am): Remove explicit dependency on
21588         $(STDINT_H), redundant through BUILT_SOURCES.
21589         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21590         Remove explicit dependency on $(SYSEXITS_H).
21591         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21592
21593 2005-07-18  Simon Josefsson  <jas@extundo.com>
21594
21595         * lib/check-version.c (check_version): Accept identical versions too.
21596
21597 2005-07-18  Bruno Haible  <bruno@clisp.org>
21598
21599         * modules/lock: New file.
21600         * MODULES.html.sh (Multithreading): New section.
21601
21602 2005-07-18  Bruno Haible  <bruno@clisp.org>
21603
21604         * m4/lock.m4: New file, from GNU gettext.
21605
21606 2005-07-18  Bruno Haible  <bruno@clisp.org>
21607
21608         * lib/lock.h: New file, from GNU gettext.
21609         * lib/lock.c: New file, from GNU gettext.
21610
21611 2005-07-18  Bruno Haible  <bruno@clisp.org>
21612
21613         * lib/lock.h (gl_once_t): New type.
21614         (gl_once_define, gl_once): New macros.
21615         * lib/lock.c (fresh_once): New variable.
21616         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21617         functions.
21618
21619 2005-07-16  Simon Josefsson  <jas@extundo.com>
21620
21621         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21622         workaround, suggested by Bruno.
21623
21624 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21625
21626         * modules/xalloc (Depends-on): Add xalloc-die.
21627         * modules/xvasprintf (Depends-on): Add xalloc-die.
21628
21629 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21630
21631         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21632         with a minor change.
21633
21634 2005-07-15  Bruno Haible  <bruno@clisp.org>
21635
21636         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21637         When using lib/poll.c, define poll as rpl_poll.
21638
21639 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21640
21641         * modules/argp (Depends-on): Remove unlocked-io.
21642
21643 2005-07-14  Derek Price  <derek@ximbiot.com>
21644
21645         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21646         for glob symlink bug.
21647
21648 2005-07-14  Bruno Haible  <bruno@clisp.org>
21649
21650         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21651         Instead, test for *_unlocked function declarations directly.
21652
21653 2005-07-11  Simon Josefsson  <jas@extundo.com>
21654
21655         * modules/size_max: New file.
21656
21657         * modules/xsize: Depend on size_max module for size_max.m4.
21658
21659 2005-07-11  Simon Josefsson  <jas@extundo.com>
21660
21661         * lib/size_max.h: New file.
21662
21663 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21664
21665         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21666         copyright symbol and the year.
21667         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21668         (version_etc_va): Use parameterized copyright notice.
21669         Reword to conform to the current GNU coding standards.
21670
21671 2005-07-11  Karl Berry  <karl@gnu.org>
21672
21673         * doc/gnulib.texi (Quoting): new node.
21674         (Initial import): more info, from Patrice.
21675
21676 2005-07-11  Bruno Haible  <bruno@clisp.org>
21677
21678         * gnulib-tool (func_usage): Document option --avoid.
21679         (Command line options): Handle --avoid.
21680         (func_acceptable): New function.
21681         (func_modules_transitive_closure): Use it.
21682
21683 2005-07-11  Bruno Haible  <bruno@clisp.org>
21684
21685         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21686         Reported by Jim Meyering.
21687
21688 2005-07-10  Bruno Haible  <bruno@clisp.org>
21689
21690         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21691         Needed when size_t is smaller than 'unsigned int'.
21692         Reported by Paul Eggert.
21693
21694 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21695
21696         * modules/argp (Depends-on): Add unlocked-io
21697
21698 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21699
21700         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21701         block of defines.
21702
21703 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21706         fix now.
21707
21708 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21709         and Paul Eggert  <eggert@cs.ucla.edu>
21710
21711         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21712         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21713
21714 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21715
21716         * modules/regex (Files): Add lib/regex_internal.c,
21717         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21718         (Depends-on): Add extensions.
21719         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21720
21721 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21722
21723         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21724         pathconf.
21725         * m4/same.m4 (gl_SAME): Likewise.
21726         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21727
21728         * m4/regex.m4: Adjust to new libc regex implementation.
21729         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21730         all the .c and .h parts of (the new) regex.
21731         Quote the m4 stuff better.
21732         Check for RE_ICASE bug of old gnulib.
21733         Check for REG_STARTEND of recent libc.
21734         Rename local variables from jm_* to gl_*.
21735         Quote operand of "test -f".
21736         Say "recent enough" version of libc, not "version 2".
21737         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21738         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21739         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21740         Remove check for btowc, isascii.
21741         Require AM_LANGINFO_CODESET.
21742
21743 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21744
21745         * lib/regex.c, regex.h: Sync from libc.
21746         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21747         * lib/regexec.c:
21748         New files, synced from libc, except that regex_internal.h
21749         currently has a small porting fix.
21750
21751 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21752
21753         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21754         regex_internal.c, regexec.c.
21755         Add regex_internal.h too, but as a comment, since the libc version
21756         is currently broken in gnulib mode.
21757
21758 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21759
21760         Support programs like Emacs that use gnulib but not gettext.
21761         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21762         * modules/gettext-h: New file.
21763         * modules/gettext (Files): Remove lib/gettext.h.
21764         (Depends-on): Add gettext-h.
21765         (Makefile.am): Remove lib_SOURCES.
21766         * modules/argmatch, modules/c-stack, modules/closeout:
21767         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21768         * modules/execute, modules/file-type, modules/getaddrinfo:
21769         * modules/getopt, modules/human, modules/javacomp:
21770         * modules/javaexec, modules/mkdir-p, modules/obstack:
21771         * modules/openat, modules/pagealign_alloc, modules/pipe:
21772         * modules/quotearg, modules/regex, modules/rpmatch:
21773         * modules/unicodeio, modules/userspec, modules/version-etc:
21774         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21775         * modules/xsetenv:
21776         Depend on gettext-h, not gettext.
21777
21778 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21779
21780         * gnulib-tool (func_import): Add support for 'public domain' license.
21781         * modules/alloca, modules/atexit, modules/memmove:
21782         Now public domain, not GPL.
21783         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21784         * modules/realloc, modules/strerror, modules/strtod:
21785         Now LGPL, not GPL.
21786
21787 2005-07-05  Bruno Haible  <bruno@clisp.org>
21788
21789         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21790         autoconf CVS. Needed for mingw.
21791
21792 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21793
21794         Remove the dependency of the strftime module on the tzset module.
21795         * modules/strftime (Depends-on): Remove dependency on tzset.
21796
21797 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21798
21799         Remove the dependency of the strftime module on the tzset module.
21800         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21801         gl_FUNC_TZSET_CLOBBER.
21802
21803 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21804
21805         Remove the dependency of the strftime module on the tzset module.
21806         * lib/strftime.c (my_strftime)
21807         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21808         Copy the input structure, to work around some of the bug with
21809         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21810         Solaris releases, you should also use the tzset module, but we won't
21811         require it as a dependency any more since we don't want LGPLed code
21812         to depend on GPLed code.
21813
21814 2005-07-02  Jim Meyering  <jim@meyering.net>
21815
21816         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21817         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21818         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21819         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21820
21821 2005-07-02  Jim Meyering  <jim@meyering.net>
21822
21823         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21824
21825 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21826
21827         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21828         declares only 'struct timespec;' (!).
21829
21830 2005-07-01  Jim Meyering  <jim@meyering.net>
21831
21832         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21833         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21834         * lib/save-cwd.c, tempname.c:
21835         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21836         and don't include <sys/file.h>).
21837
21838 2005-06-29  Jim Meyering  <jim@meyering.net>
21839
21840         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21841         type name.  Use the variable name instead.
21842         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21843         Likewise.
21844
21845 2005-06-28  Simon Josefsson  <jas@extundo.com>
21846
21847         * modules/check-version (Files): Add check-version.m4.
21848
21849 2005-06-28  Simon Josefsson  <jas@extundo.com>
21850
21851         * m4/check-version.m4: New file, suggested by Jim Meyering
21852         <jim@meyering.net>.
21853
21854 2005-06-28  Simon Josefsson  <jas@extundo.com>
21855
21856         * lib/check-version.h, lib/check-version.c: New files.
21857
21858 2005-06-28  Simon Josefsson  <jas@extundo.com>
21859
21860         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21861         collision with global variable.  Better indentation.  Don't
21862         increment buffer pointer beyond buffer end.  Based on comments
21863         from Paul Eggert <eggert@cs.ucla.edu>.
21864
21865         * lib/base64.h: Indent.
21866
21867 2005-06-28  Simon Josefsson  <jas@extundo.com>
21868
21869         * doc/gnulib.texi (Library version handling): New section.
21870
21871 2005-06-28  Jim Meyering  <jim@meyering.net>
21872
21873         * check-module (find_included_lib_files): Hard-code another
21874         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21875         but modules/fts-lgpl (correctly) does not list those files.
21876
21877         * modules/canonicalize (Files): Add lib/pathmax.h.
21878
21879 2005-06-25  Simon Josefsson  <jas@extundo.com>
21880
21881         * modules/check-version: New file.
21882
21883 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21884
21885         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21886         initializer of struct addrinfo, as an indication that we don't
21887         care how many members the structure has.
21888
21889 2005-06-24  Derek Price  <derek@ximbiot.com>
21890         and Bruno Haible  <bruno@clisp.org>
21891
21892         Remove stat module & update lstat.
21893         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21894         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21895         * m4/stat.m4: Remove this file.
21896
21897 2005-06-24  Derek Price  <derek@ximbiot.com>
21898         and Bruno Haible  <bruno@clisp.org>
21899
21900         Remove stat module & update lstat.
21901         * lib/stat.c: Remove this file...
21902         (slash_aware_lstat): ...moving this content and its support...
21903         * lib/lstat.c (rpl_lstat): ...into here.
21904         * lib/lstat.h: New file.
21905
21906 2005-06-24  Derek Price  <derek@ximbiot.com>
21907         and Bruno Haible  <bruno@clisp.org>
21908
21909         Remove stat module & update lstat.
21910         * config/srclist.txt (libc sources): Remove stat.
21911
21912 2005-06-24  Derek Price  <derek@ximbiot.com>
21913         and Bruno Haible  <bruno@clisp.org>
21914
21915         Remove stat module & update lstat.
21916         * MODULES.html.sh (stat): Remove.
21917         * MODULES.html: Regenerated.
21918         * modules/lstat (Description): Correct function name.
21919         (Files): Add "lstat.h".
21920         (Depends-on): Remove stat, add xalloc, stat-macros.
21921         * modules/stat: Remove this file.
21922         (Include): Add "lstat.h", remove <sys/stat.h>.
21923
21924 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21925
21926         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21927         (ranged_convert): Don't save conversion in a temporary struct.
21928         This causes a warning with GCC 4.0.0, and anyway in the typical
21929         case it's not worth the extra 100 bytes or so of code.
21930         (ranged_convert, __mktime_internal): When calling a function via a
21931         pointer P, use P () rather than (*P) (), as we now assume C89 or
21932         better.
21933
21934 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21935
21936         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21937         "who -r" failed to give output.  Problem reported by Tim Waugh.
21938
21939         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21940         (xcalloc): Use it to avoid needless tests.
21941         Problem reported by Jim Meyering.
21942
21943 2005-06-20  Derek Price  <derek@ximbiot.com>
21944
21945         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21946         unnecessary for Autoconfs > 2.59c.
21947
21948 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21949
21950         * lib/argp.h (__option_is_short): Check upper limit of
21951         __key. Isprint() requires its argument to have the value
21952         of an unsigned char or EOF.
21953
21954 2005-06-16  Jim Meyering  <jim@meyering.net>
21955
21956         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21957         when either N or S is zero.
21958
21959 2005-06-16  Derek Price  <derek@ximbiot.com>
21960
21961         * m4/bison.m4: Declare YACC & YFLAGS precious.
21962
21963 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21964
21965         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21966         multibyte string or pattern, fall back on unibyte matching.
21967         Problem reported by James Youngman.
21968
21969 2005-06-08  Bruno Haible  <bruno@clisp.org>
21970
21971         * modules/csharpcomp: New file.
21972         * MODULES.html.sh (C#): Add csharpcomp.
21973
21974 2005-06-08  Bruno Haible  <bruno@clisp.org>
21975
21976         * m4/csharpcomp.m4: New file, from GNU gettext.
21977
21978 2005-06-08  Bruno Haible  <bruno@clisp.org>
21979
21980         * lib/csharpcomp.h: New file, from GNU gettext.
21981         * lib/csharpcomp.c: New file, from GNU gettext.
21982         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21983
21984 2005-06-08  Bruno Haible  <bruno@clisp.org>
21985
21986         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21987         warning on mingw.
21988
21989 2005-06-07  Derek Price  <derek@ximbiot.com>
21990
21991         Sync from CVS.
21992         * lib/glob_.h: Indent nested #ifdef.
21993
21994 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21995
21996         Sync from coreutils.
21997         Use "file name" when talking about file names, instead of "filename"
21998         or "path", as per the GNU coding standards.
21999         * lib/mkdir-p.c: Renamed from makepath.c.
22000         (make_dir_parents): Renamed from make_path.  All callers changed.
22001         * lib/mkdir-p.h: Likewise.  All includers changed.
22002         * lib/filenamecat.c: Renamed from path-concat.c.
22003         (file_name_concat): Renamed from path_concat.  All callers changed.
22004         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
22005         * lib/filenamecat.h: Likewise.  All includers changed.
22006         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
22007         in comments or local variable names.
22008         * lib/basename.c: Likewise.
22009         * lib/canonicalize.c, canonicalize.h: Likewise.
22010         * lib/dirname.c, dirname.h: Likewise.
22011         * lib/euidaccess.c: Likewise.
22012         * lib/exclude.c: Likewise
22013         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
22014         * lib/fsusage.c, fsuage.h: Likewise.
22015         * lib/fts.c, fts_.h: Likewise.
22016         * lib/getcwd.c: Likewise.
22017         * lib/getloadavg.c: Likewise.
22018         * lib/mkstemp.c: Likewise.
22019         * lib/mountlist.c, mountlist.h: Likewise.
22020         * lib/openat.c, openat.h: Likewise.
22021         * lib/readlink-stub.c: Likewise.
22022         * lib/readutmp.c, readutmp.h: Likewise.
22023         * lib/rename.c: Likewise.
22024         * lib/rmdir.c: Likewise.
22025         * lib/same.c: Likewise.
22026         * lib/savedir.c: Likewise.
22027         * lib/stripslash.c: Likewise.
22028         * lib/tempname.c: Likewise.
22029         * lib/xreadlink.c: Likewise.
22030         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
22031         All uses changed.
22032         * lib/exclude.h: Likewise.
22033
22034         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
22035         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22036         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
22037         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22038         * lib/pathmax.h: Include <limits.h> unconditionally, since other
22039         files have been getting away with it for years (MORE/BSD 4.3
22040         is extinct now).
22041         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
22042         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22043
22044         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
22045         Define to 256, not 255, as per modern POSIX.
22046
22047 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22048
22049         Sync from coreutils.
22050         Use "file name" when talking about file names, instead of "filename"
22051         or "path", as per the GNU coding standards.
22052         * MODULES.html.sh: mkdir-p renamed from makepath.
22053         filenamecat renamed from path-concat.
22054         * modules/filenamecat: Renamed from modules/path-concat.
22055         (Files): filenamecat.h and filenamecat.c renamed from
22056         path-concat.h and path-concat.c.
22057         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
22058         (Include): filenamecat.h, not path-concat.h.
22059         * modules/mkdir-p: Renamed from modules/makepath.
22060         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
22061         makepath.c.
22062         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
22063         (Include): mkdir-p.h, not makepath.h.
22064
22065 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22066
22067         Sync from coreutils.
22068         * m4/mkdir-p.m4: Renamed from makepath.m4.
22069         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
22070         Rename files from makepath.c to mkdir-p.c, and from
22071         makepath.h to mkdir-p.h.
22072         * m4/filenamecat.m4: Renamed from path-concat.m4.
22073         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
22074         Rename files from path-concat.c to filenamecat.c,
22075         and from path-concat.h to filenamecat.h.
22076         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
22077         "file name" in local variables or comments.
22078         * m4/rename.m4: Likewise.
22079
22080 2005-06-01  Bruno Haible  <bruno@clisp.org>
22081
22082         * modules/csharpexec: New file.
22083         * MODULES.html.sh (C#): New section.
22084
22085 2005-06-01  Bruno Haible  <bruno@clisp.org>
22086
22087         * m4/csharp.m4: New file, from GNU gettext.
22088         * m4/csharpexec.m4: New file, from GNU gettext.
22089
22090 2005-06-01  Bruno Haible  <bruno@clisp.org>
22091
22092         * lib/csharpexec.h: New file, from GNU gettext.
22093         * lib/csharpexec.c: New file, from GNU gettext.
22094         * lib/csharpexec.sh.in: New file, from GNU gettext.
22095
22096 2005-05-31  Derek Price  <derek@ximbiot.com>
22097             Paul Eggert  <eggert@cs.ucla.edu>
22098
22099         Sync from cvs.
22100         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22101
22102 2005-05-31  Derek Price  <derek@ximbiot.com>
22103             Paul Eggert  <eggert@cs.ucla.edu>
22104
22105         Sync from cvs.
22106         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22107
22108 2005-05-29  Derek Price  <derek@ximbiot.com>
22109
22110         * config/srclist.txt (glob_.h, glob.c): Add these files.
22111
22112 2005-05-29  Derek Price  <derek@ximbiot.com>
22113
22114         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22115         * modules/glob: New file.
22116         * modules/getlogin_r: Add link to POSIX spec in description.
22117
22118 2005-05-29  Derek Price  <derek@ximbiot.com>
22119             Paul Eggert  <eggert@cs.ucla.edu>
22120
22121         * m4/glob.m4: New file.
22122
22123 2005-05-29  Derek Price  <derek@ximbiot.com>
22124             Paul Eggert  <eggert@cs.ucla.edu>
22125
22126         * lib/glob_.h, lib/glob.c: New files.
22127
22128 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22129
22130         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22131         * modules/fts-lgpl (Depends-on): Remove gettext.
22132
22133 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22136         and don't require gt_INTTYPES_PRI.
22137
22138 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22139
22140         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22141
22142         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22143         the configuration hassle isn't worth it.
22144         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22145         (LONGEST_MODIFIER, PRIuMAX): Remove.
22146
22147 2005-05-27  Bruno Haible  <bruno@clisp.org>
22148
22149         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22150
22151 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22152
22153         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22154         _POSIX_PTHREAD_SEMANTICS for Solaris.
22155
22156 2005-05-25  Derek Price  <derek@ximbiot.com>
22157
22158         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22159
22160 2005-05-25  Derek Price  <derek@ximbiot.com>
22161             Paul Eggert  <eggert@cs.ucla.edu>
22162
22163         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22164         * lib/getlogin_r.c, getlogin_r.h: New files.
22165
22166 2005-05-25  Bruno Haible  <bruno@clisp.org>
22167             Derek Price  <derek@ximbiot.com>
22168
22169         * lib/getlogin_r.h: Simplify API documentation.
22170
22171 2005-05-23  Derek Price  <derek@ximbiot.com>
22172
22173         * modules/minmax (Files): Add m4/minmax.m4.
22174         (configure.ac): Add gl_MINMAX.
22175
22176 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22177
22178         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22179         so that unistd-safer.h (GPL'ed code) need not be included.
22180
22181 2005-05-22  Bruno Haible  <bruno@clisp.org>
22182
22183         * m4/minmax.m4: New file.
22184         Based on a patch by Derek Price <derek@ximbiot.com>.
22185
22186 2005-05-22  Bruno Haible  <bruno@clisp.org>
22187
22188         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22189         (INT64_MIN): Fix definition.
22190         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22191
22192         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22193         NEED_SIGNED_INT_TYPES.
22194
22195         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22196         HAVE_SYSTEM_INTTYPES.
22197
22198 2005-05-22  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22201         Also include <sys/param.h> if it defines MIN, MAX.
22202         Based on a patch by Derek Price <derek@ximbiot.com>.
22203
22204 2005-05-21  Jim Meyering  <jim@meyering.net>
22205
22206         * modules/fts (Files): Add m4/inttypes-pri.m4.
22207         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22208
22209 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22210
22211         New fts module.
22212         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22213         (setup_dir, free_dir): New functions.
22214         (enter_dir, leave_dir): Define trivial
22215         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22216         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22217         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22218         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22219         Move to fts-cycle.c.
22220         (fts_open): Use setup_dir.
22221         (fts_close): Use free_dir.
22222         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22223         This adds a label and some gotos, but the alternatives were messier.
22224         Check for memory allocation failure when entering a dir.
22225         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22226         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22227         (FTS): New member fts_cycle, that is a union that contains the
22228         old active_dir_ht and cycle_state.  All uses changed to mention
22229         fts_cycle.ht and fts_cycle.state.
22230         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22231         fts.c, with the following changes:
22232         (setup_dir, free_dir): New functions.
22233         (enter_dir): Now returns bool.  Return true if successful, false
22234         if memory exhausted.  All callers changed.
22235         Do not bother partly cleaning up on
22236         memory allocation failure; that is free_dir's job.
22237         However, free ad if hash_insert fails, to avoid memory leak.
22238         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22239         fts->fts_options to see which union member to use.
22240
22241 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22242
22243         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22244         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22245
22246 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22247
22248         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22249
22250 2005-05-20  Jim Meyering  <jim@meyering.net>
22251
22252         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22253         Now a macro, to pacify GCC.
22254
22255 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22256
22257         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22258         of -1.
22259
22260 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22261
22262         * lib/chown.c (rpl_chown): Return -1 on failure.
22263
22264 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22265
22266         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22267         Don't check for stddef.h.
22268         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22269         don't use its results.
22270         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22271         since we include them unconditionally.  Don't require
22272         AM_STDBOOL_H, since stdbool is a prerequisite.
22273         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22274         since we assume C89 or better.
22275         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22276         as we don't use their results.
22277         Don't check for fchdir, memmove, memset, strrchr, as we use
22278         them unconditionally.
22279         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22280         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22281
22282 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22283
22284         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22285         Include <stddef.h> unconditionally, since we assume C89 now.
22286         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22287         * lib/fts.c: Include fts_.h first, to check interface.
22288         Do not include intprops.h; no longer needed.
22289         Include cycle-check.h and hash.h, since fts_.h no longer does.
22290         Remove unnecessary casts of closedir to void.
22291         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22292         decide whether to decrement nlinks.
22293         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22294         (FTS): Use struct hash_table * instead of Hash_table, so that
22295         we no longer need to include hash.h here.
22296
22297 2005-05-18  Jim Meyering  <jim@meyering.net>
22298
22299         * modules/dirfd (License): Change to LGPL.  Most of the code
22300         is already in the public domain.
22301
22302 2005-05-18  Jim Meyering  <jim@meyering.net>
22303
22304         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22305         Reported by Yoann Vandoorselaere.
22306
22307 2005-05-17  Jim Meyering  <jim@meyering.net>
22308
22309         * m4/fts.m4: New file, from coreutils.
22310
22311 2005-05-17  Jim Meyering  <jim@meyering.net>
22312
22313         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22314
22315 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22316
22317         Sync from coreutils.
22318         * m4/unlinkdir.m4: New file.
22319
22320 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22321
22322         Sync from coreutils.
22323         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22324         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22325         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22326         White space changes only.
22327         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22328         special.
22329         * lib/yesno.c: Include getline.h, not ctype.h.
22330         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22331         Use getline to remove arbitrary restriction on response length.
22332
22333 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22334
22335         * config/srclist-update: Spell out "Street" in FSF postal
22336         mail address; this is the style the FSF seems to prefer.
22337
22338         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22339         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22340         this updates FSF postal mail address.
22341
22342         Sync from coreutils.
22343         * modules/unlinkdir: New file.
22344         * modules/yesno (Depends-on): Add getline.
22345         * MODULES.html.sh (File system functions): Add unlinkdir.
22346
22347 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22348
22349         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22350         lib/strsep.h:
22351         Change the initial comment to refer to GPL, not LGPL.
22352         gnulib-tool will change it to LGPL as needed.
22353
22354         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22355         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22356         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22357         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22358         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22359         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22360         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22361         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22362         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22363         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22364         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22365         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22366         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22367         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22368         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22369         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22370         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22371         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22372         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22373         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22374         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22375         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22376         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22377         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22378         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22379         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22380         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22381         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22382         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22383         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22384         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22385         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22386         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22387         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22388         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22389         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22390         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22391         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22392         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22393         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22394         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22395         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22396         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22397         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22398         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22399         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22400         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22401         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22402         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22403         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22404         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22405         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22406         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22407         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22408         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22409         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22410         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22411         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22412         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22413         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22414         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22415         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22416         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22417         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22418         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22419         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22420         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22421         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22422         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22423         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22424         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22425         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22426         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22427         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22428         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22429         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22430         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22431         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22432         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22433         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22434         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22435         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22436         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22437         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22438         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22439         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22440         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22441         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22442         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22443         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22444         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22445         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22446         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22447         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22448         lib/yesno.c, lib/yesno.h:
22449         Update FSF postal mail address.
22450
22451 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22452
22453         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22454         tests/test-memmem.c, tests/test-stpncpy.c:
22455         Update FSF postal mail address.
22456
22457 2005-05-13  Bruno Haible  <bruno@clisp.org>
22458
22459         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22460         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22461         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22462         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22463         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22464         Add support for 64-bit integers in the MSVC compiler.
22465
22466 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22467
22468         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22469
22470 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22471
22472         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22473
22474 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22475
22476         * doc/getdate.texi (General date syntax): Don't say that date
22477         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22478         Problem reported by Nic Ferrier.
22479
22480 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22481
22482         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22483         specified in ai_socktype. Fix invalid ai_protocol
22484         check. ai_protocol is usually set to 0 or depending on
22485         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22486         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22487         ai_socktype / ai_protocol in the returned addrinfo structure.
22488
22489 2005-05-10  Simon Josefsson  <jas@extundo.com>
22490
22491         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22492         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22493
22494 2005-05-10  Karl Berry  <karl@gnu.org>
22495
22496         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22497         (from http://www.gnu.org/licenses).
22498         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22499         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22500         fdl.texi suffices.
22501
22502 2005-05-10  Karl Berry  <karl@gnu.org>
22503
22504         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22505         (COPYING.DOC): remove.
22506
22507         * config/srclist-update: new FSF address.
22508
22509 2005-05-10  Derek Price  <derek@ximbiot.com>
22510
22511         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22512         possible.
22513
22514 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22515             Bruno Haible  <bruno@clisp.org>
22516
22517         * modules/inet_ntop: New file.
22518         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22519         inet_ntop.
22520
22521 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22522             Bruno Haible  <bruno@clisp.org>
22523
22524         * m4/inet_ntop.m4: New file.
22525
22526 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22527             Bruno Haible  <bruno@clisp.org>
22528
22529         * lib/inet_ntop.h: New file.
22530         * lib/inet_ntop.c: New file, from glibc with modifications.
22531
22532 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22533
22534         * modules/time_r (License): Change to LGPL.
22535         * modules/extensions (License): Change to LGPL.  Actually,
22536         the license is more permissive than that, but currently gnulib-tool
22537         doesn't know how to handle more-permissive licenses.
22538
22539         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22540         Problem reported by Dave Love.
22541
22542 2005-05-08  Jim Meyering  <jim@meyering.net>
22543
22544         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22545         blank.
22546
22547 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22548
22549         * modules/argmatch (Depends-on): Add stdbool.
22550         * modules/backupfile (Depends-on): Likewise.
22551         * modules/chdir-long (Depends-on): Likewise.
22552         * modules/closeout (Depends-on): Likewise.
22553         * modules/cycle-check (Depends-on): Likewise.
22554         * modules/dirname (Depends-on): Likewise.
22555         * modules/fnmatch (Depends-on): Likewise.
22556         * modules/fsusage (Depends-on): Likewise.
22557         * modules/fwriteerror (Depends-on): Likewise.
22558         * modules/getcwd (Depends-on): Likewise.
22559         * modules/getloadavg (Depends-on): Likewise.
22560         * modules/hard-locale (Depends-on): Likewise.
22561         * modules/makepath (Depends-on): Likewise.
22562         * modules/mountlist (Depends-on): Likewise.
22563         * modules/nanosleep (Depends-on): Likewise.
22564         * modules/posixtm (Depends-on): Likewise.
22565         * modules/quotearg (Depends-on): Likewise.
22566         * modules/readtokens (Depends-on): Likewise.
22567         * modules/readtokens0 (Depends-on): Likewise.
22568         * modules/readutmp (Depends-on): Likewise.
22569         * modules/save-cwd (Depends-on): Likewise.
22570         * modules/strftime (Depends-on): Likewise.
22571         * modules/userspec (Depends-on): Likewise.
22572         * modules/utimecmp (Depends-on): Likewise.
22573         * modules/xgetcwd (Depends-on): Likewise.
22574         * modules/xnanosleep (Depends-on): Likewise.
22575         * modules/xstrtod (Depends-on): Likewise.
22576         * modules/yesno (Depends-on): Likewise.
22577
22578 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22579
22580         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22581         needless checks.
22582
22583 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22584
22585         Merge from coreutils.  Among other things,
22586         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22587         * lib/fd-safer.c: New file.
22588         * lib/fcntl-safer.h, open-safer.c: Remove.
22589         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22590         * lib/dup-safer.c: Include unistd-safer.h first.
22591         Don't include errno.h.
22592         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22593         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22594         * lib/file-type.c: Rely on file-type.h change.
22595         * lib/getloadavg.c: Include unistd-safer.h.
22596         (getloadavg): Use safer open.
22597         * lib/getusershell.c: Include "stdio-safer.h".
22598         (getusershell): Use safer fopen.
22599         * lib/long-options.c (long_options): Use NULL rather than 0.
22600         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22601         'free'.
22602         * lib/modechange.c: Likewise.
22603         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22604         (MODE_DONE): New constant.
22605         (struct mode_change): Remove 'next' member.
22606         (make_node_op_equals): New function; like the old one of the
22607         same name, except it allocates an array.
22608         (mode_compile, mode_create_from_ref): Use it.
22609         (mode_compile): Allocate result as an array, not a linked list.
22610         Parse octal string ourself, so that we catch mistakes like "+0".
22611         (mode_adjust): Arg is an array, not a linked list.
22612         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22613         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22614         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22615         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22616         Remove.  This is now stat-macros.h's job.
22617         (talloc): Remove.  All callers replaced by xalloc, so that
22618         our invokers don't have to worry about reporting memory failures.
22619         (make_node_op_equals): Remove.
22620         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22621         New constants.
22622         (struct mode_change): Moved here from modechange.h.
22623         (mode_append_entry): Remove.
22624         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22625         apps to have incorrect behavior.  Use simpler algorithm for head
22626         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22627         Detect more invalid usages rather than having somewhat-random behavior.
22628         Don't insert an "a=" action, as that leads to incorrect behavior.
22629         (mode_compile, mode_create_from_ref): Return NULL on error instead
22630         of an enum, since now there's only one way to have an error.  All
22631         callers changed.
22632         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22633         at the correct time.  Simplify calculation of "+u" and its ilk.
22634         Don't mishandle "+X".
22635         (mode_free): Remove "register" and localize decls.
22636         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22637         (struct mode_change): Move to modechange.c; callers don't
22638         need to see this stuff.
22639         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22640         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22641         (mode_change, mode_adjust): Reflect the new signatures noted above.
22642         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22643         that might redefine system include files.
22644         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22645         (my_usleep): Use NULL rather than (void *) 0.
22646         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22647         Use siginterrupt to specify that system calls should be interrupted.
22648         (rpl_nanosleep): Move initialization of suspended closer to call of
22649         my_usleep.
22650         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22651         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22652         (desirable_utmp_entry): New function.
22653         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22654         using x2nrealloc, to simplify logic.
22655         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22656         size calculation.  Do not assume utmp file is a regular file.
22657         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22658         (READ_UTMP_CHECK_PIDS): New constant.
22659         * lib/save-cwd.c: Include unistd-safer.h.
22660         (save_cwd): Use fd_safer.
22661         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22662         [!_LIBC] Include "stat-macros.h" instead.
22663         * lib/unistd-safer.h (fd_safer): New decl.
22664
22665 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22666
22667         * modules/getloadavg (Depends-on): Add unistd-safer.
22668         * modules/getusershell (Depends-on): Add stdio-safer.
22669         * modules/lstat (Depends-on): Remove xalloc.
22670         * modules/mkstemp (Depends-on): Add stat-macros.
22671         * modules/modechange (Depends-on): Remove xstrtol.
22672         Add stat-macros, xalloc.
22673         * modules/save-cwd (Depends-on): Add unistd-safer.
22674         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22675         * modules/unistd-safer (Files): Add lib/fd-safer.c
22676         (Makefile.am): Remove lib_SOURCES.
22677
22678         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22679         Remove fcntl-safer; unistd-safer supersedes it.
22680
22681 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22682
22683         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22684         AC_HEADER_STAT.
22685         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22686         (gl_PREREQ_CHOWN): Remove.
22687         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22688         it.  Don't require AC_HEADER_STAT.
22689         (gl_PREREQ_LSTAT): Remove.
22690         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22691         Don't require AC_HEADER_STAT.
22692         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22693         (gl_PREREQ_RMDIR): Remove.
22694         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22695         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22696         the stat-macros module a prerequisite.
22697         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22698         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22699         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22700         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22701         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22702         variable names.
22703         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22704         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22705         variable prefixes.
22706         * m4/fcntl-safer.m4: Remove.
22707         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22708         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22709         Invoke gl_PREREQ_FD_SAFER.
22710         (gl_PREREQ_FD_SAFER): New macro.
22711         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22712         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22713         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22714         Remove duplicate call to AC_LIBOBJ(readutmp).
22715         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22716
22717         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22718         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22719
22720 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22721
22722         * MODULES.html.sh (Misc): Add byteswap.
22723
22724 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22725
22726         * modules/getcwd (Depends-on): Add extensions.
22727         * modules/openat (Depends-on): Likewise.
22728
22729 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22730
22731         * modules/byteswap: New file.
22732
22733 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22734
22735         * m4/byteswap.m4: New file.
22736
22737 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22738
22739         * lib/byteswap_.h: New file.
22740
22741 2005-04-25  Karl Berry  <karl@gnu.org>
22742
22743         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22744
22745 2005-04-25  Albert Chin  <china@thewrittenword.com>
22746
22747         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22748         Toolkit C bug.
22749
22750 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22751
22752         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22753         (func_ln_if_changed) Remove forcibly for no error message
22754         in case file does not exist.
22755
22756 2005-04-19  Simon Josefsson  <jas@extundo.com>
22757
22758         * gnulib-tool (Options): Make --symlink mean --symbolic.
22759
22760 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22761
22762         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22763
22764 2005-04-16  Simon Josefsson  <jas@extundo.com>
22765
22766         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22767
22768 2005-04-15  Simon Josefsson  <jas@extundo.com>
22769
22770         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22771
22772 2005-04-15  Simon Josefsson  <jas@extundo.com>
22773
22774         * gnulib-tool: Rename --symlink to --symbolic.
22775
22776 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22777
22778         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22779         symbolic links to files instead of copying/moving.  Add --aux-dir,
22780         specifying directory relative --dir where auxiliary build tools
22781         are placed.
22782
22783 2005-04-14  Bruno Haible  <bruno@clisp.org>
22784
22785         * modules/allocsa (License): Change to LGPL.
22786         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22787
22788 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22789
22790         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22791         that "UTC +1 second" continues to work.  Problem reported
22792         by Dmitry V. Levin.
22793         (relunit_snumber): New rule.
22794         (relunit): Use it.
22795
22796 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         * lib/getdate.y (universal_time_zone_table): New constant.
22799         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22800         universal_time_zone_table.
22801         (lookup_zone): Prefer universal_time_zone_table to
22802         local_time_zone_table, so that "GMT" time stamps are allowed in
22803         London during the summer.  Problem reported by Ian Abbott.
22804
22805 2005-04-12  Jim Meyering  <jim@meyering.net>
22806
22807         * lib/human.c (humblock): Set *options even when returning due to
22808         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22809         warning from gcc-4.
22810
22811 2005-04-09  Jim Meyering  <jim@meyering.net>
22812
22813         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22814         -Wuninitialized: initialize tm0.tm_year.
22815
22816 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22817
22818         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22819         count, since there's no maximum.  All uses changed.
22820         Add member dsts_seen.
22821         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22822         not being INT_MAX.
22823         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22824         Use pc_rels_seen to decide whther a date is absolute.
22825
22826         * lib/getdate.y (number): Don't overwrite year.
22827         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22828         check.
22829
22830 2005-04-02  Simon Josefsson  <jas@extundo.com>
22831
22832         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22833         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22834
22835 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22836
22837         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22838         where no absolute path name can be longer than PATH_MAX.
22839
22840 2005-03-27  Jim Meyering  <jim@meyering.net>
22841
22842         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22843
22844 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22845
22846         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22847         "one's complement" -> "ones' complement" in comment, as per Knuth.
22848         "value of type" -> "type or expression" in comment.
22849         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22850
22851 2005-03-26  Jim Meyering  <jim@meyering.net>
22852
22853         Comment nits.
22854         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22855         Correct typos: s/or/of/.
22856
22857 2005-03-26  Jim Meyering  <jim@meyering.net>
22858
22859         * modules/check-include-files: Move to ../ and rename to...
22860         * check-module: ...this.
22861
22862 2005-03-25  Jim Meyering  <jim@meyering.net>
22863
22864         * modules/xvasprintf (Files): Add xalloc.h.
22865
22866 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22867
22868         * modules/gettext (Files): config/config.rpath ->
22869         build-aux/config.rpath
22870         * modules/iconv (Files): Likewise.
22871         Problem reported by Oskar Liljeblad.
22872
22873 2005-03-23  Jim Meyering  <jim@meyering.net>
22874
22875         * modules/check-include-files: New script to check for
22876         missing dependencies, multiple includes, etc.
22877
22878         * modules/c-strtold (Depends-on): Add xalloc.
22879         * modules/c-strtod (Depends-on): Add xalloc.
22880         * modules/hash (Depends-on): Add xalloc.
22881         (Files): Remove lib/xalloc.h.
22882
22883         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22884         * modules/userspec (Files): Add lib/inttostr.h.
22885
22886 2005-03-23  Jim Meyering  <jim@meyering.net>
22887
22888         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22889
22890 2005-03-22  Jim Meyering  <jim@meyering.net>
22891
22892         * modules/stat-macros: New module.
22893         * modules/canonicalize, modules/euidaccess, modules/file-type,
22894         * modules/filemode, modules/lchown, modules/makepath,
22895         * modules/rmdir, modules/stat: Depend on new stat-macros module
22896         rather than listing lib/stat-macros.h manually.
22897         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22898
22899 2005-03-22  Jim Meyering  <jim@meyering.net>
22900
22901         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22902
22903 2005-03-22  Bruno Haible  <bruno@clisp.org>
22904
22905         * config/srclist.txt: Replace target directory 'config' with
22906         'build-aux'.
22907         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22908         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22909         ../build-aux/.
22910
22911 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22912
22913         * modules/chdir-long (Depends-on): Add mempcpy.
22914
22915         * modules/acl, modules/backupfile, modules/c-strtod,
22916         modules/c-strtold, modules/canon-host, modules/canonicalize,
22917         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22918         modules/exclude, modules/exitfail, modules/file-type,
22919         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22920         modules/getdate, modules/getline, modules/getpagesize,
22921         modules/getpass, modules/getugroups, modules/group-member,
22922         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22923         modules/inttostr, modules/long-options, modules/makepath,
22924         modules/md5, modules/memcasecmp, modules/memcoll,
22925         modules/modechange, modules/mountlist, modules/path-concat,
22926         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22927         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22928         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22929         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22930         modules/strftime, modules/strndup, modules/strverscmp,
22931         modules/timespec, modules/unlocked-io, modules/userspec,
22932         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22933         modules/yesno:
22934         Remove lib_SOURCES line from Makefile.am section, as this is now
22935         done automatically by the corresponding Autoconf macro.
22936
22937 2005-03-21  Jim Meyering  <jim@meyering.net>
22938
22939         Changes imported from coreutils.
22940
22941         * lib/cycle-check.c: Don't include xalloc.h.
22942
22943         * lib/path-concat.c: Don't include assert.h.
22944         (path_concat): Remove assertion that would have triggered
22945         for ABASE starting with more than one slash.
22946         Reported by Andreas Schwab.
22947
22948         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22949         properly when ABASE is an absolute file name.
22950         Correct the description of this function.
22951         Include <assert.h>.
22952         Add an assertion and a test driver.
22953         This fixes a bug introduced on 2004-07-02.
22954         Andreas Schwab reported the resulting failure of cp --parents:
22955         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22956
22957 2005-03-21  Jim Meyering  <jim@meyering.net>
22958
22959         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22960         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22961
22962 2005-03-21  Jim Meyering  <jim@meyering.net>
22963         and  Paul Eggert  <eggert@cs.ucla.edu>
22964
22965         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22966         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22967         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22968         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22969         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22970         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22971         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22972         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22973         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22974         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22975         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22976         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22977         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22978         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22979         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22980         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22981         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22982         for these modules.
22983
22984 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22985
22986         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22987         (which shouldn't happen), generate nothing instead of returning 0
22988         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22989
22990 2005-03-16  Bruno Haible  <bruno@clisp.org>
22991
22992         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22993         HAVE_LONGLONG_64BIT.
22994
22995 2005-03-16  Bruno Haible  <bruno@clisp.org>
22996
22997         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22998         HAVE_LONGLONG_64BIT.
22999
23000 2005-03-16  Bruno Haible  <bruno@clisp.org>
23001
23002         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
23003         HAVE_LONGLONG_64BIT.
23004
23005 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23006
23007         * lib/strftime.c (my_strftime): Prepend space to format so that we can
23008         reliably distinguish strftime failure from empty output on POSIX
23009         hosts.
23010
23011 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23012
23013         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
23014         (iconv_string): Don't guess a size-zero buffer, as that might cause
23015         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
23016         result would be 'too large', where 'too large' is (heuristically)
23017         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
23018         overflow concerns.  This will prevent some unwanted malloc failures
23019         when the inputs are very large.
23020
23021 2005-03-15  Karl Berry  <karl@gnu.org>
23022
23023         * config/srclist.txt (config.rpath): from gettext.
23024         * config/config.rpath: update.
23025
23026 2005-03-15  Bruno Haible  <bruno@clisp.org>
23027
23028         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
23029         to 'negate'.
23030
23031         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
23032         variable.
23033
23034         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
23035         results.
23036
23037 2005-03-14  Simon Josefsson  <jas@extundo.com>
23038
23039         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
23040         <fx@gnu.org>.
23041
23042 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
23043
23044         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
23045         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
23046         intprops.h.
23047         * lib/strtol.c: Likewise.
23048
23049 2005-03-14  Jim Meyering  <jim@meyering.net>
23050
23051         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
23052         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
23053         to be nonzero so that we (and caller) can detect the difference
23054         between a valid zero-length expansion and an error return, even
23055         when the underlying strftime fails before writing anything into
23056         that location.
23057
23058 2005-03-14  Bruno Haible  <bruno@clisp.org>
23059
23060         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
23061         Update from GNU gettext 0.14.3.
23062
23063 2005-03-10  Jim Meyering  <jim@meyering.net>
23064
23065         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
23066
23067 2005-03-10  Jim Meyering  <jim@meyering.net>
23068
23069         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
23070         so that this module works on systems without fchdir.
23071
23072 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
23073
23074         Factor int-properties macros into a single file, except for
23075         glibc-related files.
23076         * lib/intprops.h: New file.
23077         * lib/getloadavg.c: Include it instead of limits.h.
23078         (INT_STRLEN_BOUND): Remove.
23079         * lib/human.c: Include intprops.h.
23080         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
23081         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
23082         302/1000.
23083         * lib/inttostr.h: Include intprops.h instead of limits.h.
23084         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
23085         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
23086         for consistency with intprops.h.
23087         (time_t_is_integer, twos_complement_arithmetic): Use them.
23088         * lib/sig2str.h: Include <signal.h>, intprops.h.
23089         (INT_STRLEN_BOUND): Remove.
23090         * lib/strftime.c (TYPE_SIGNED): Remove.
23091         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
23092         * lib/strtol.c: Adjust comments to match intprops.h.
23093         * lib/userspec.c: Include intprops.h.
23094         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23095         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23096         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23097         instead of rolling our own expressions.
23098         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23099
23100         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23101         instead of int.
23102         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23103         the right thing even if adding 1900 would overflow.  Similarly
23104         for tm_mon + 1 and tm_yday + 1.
23105         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23106         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23107         (DO_SIGNED_NUMBER): New macro.
23108         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23109
23110 2005-03-07  Bruno Haible  <bruno@clisp.org>
23111
23112         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23113
23114 2005-03-07  Bruno Haible  <bruno@clisp.org>
23115
23116         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23117
23118 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23119
23120         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23121         (func_import): Only replace files via --import when they have actually
23122         changed.
23123
23124 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23125
23126         * m4/mmap-anon.m4: New file.
23127         * m4/pagealign_alloc.m4: New file.
23128
23129 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23130             Bruno Haible  <bruno@clisp.org>
23131
23132         * modules/pagealign_alloc: New file.
23133         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23134
23135 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23136             Bruno Haible  <bruno@clisp.org>
23137
23138         * lib/pagealign_alloc.h: New file.
23139         * lib/pagealign_alloc.c: New file.
23140
23141 2005-03-03  Bruno Haible  <bruno@clisp.org>
23142
23143         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23144         Use an all-permissive copyright notice, recommended by RMS.
23145
23146 2005-03-02  Bruno Haible  <bruno@clisp.org>
23147
23148         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23149         of AIX, the replacement has to be done only after <string.h> is
23150         included, therefore not in config.h. stpncpy.h does the replacement,
23151         and stpncpy.c uses it.
23152
23153 2005-03-02  Bruno Haible  <bruno@clisp.org>
23154
23155         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23156         stpncpy.c uses it.
23157
23158 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23159
23160         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23161         The workaround isn't strictly needed for POSIX conformance, and
23162         it's too much of a pain to configure and maintain.  We'll ask
23163         people to fix their kernels instead.
23164         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23165         (NANOSLEEP_BUG_WORKAROUND): Remove.
23166         (xnanosleep): Remove the workaround.
23167
23168 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23169
23170         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23171         Reported by Derek Price.
23172         (Include): Add "timespec.h".
23173
23174         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23175
23176 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23177
23178         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23179         to detect nanosleep bug.
23180
23181 2005-03-01  Bruno Haible  <bruno@clisp.org>
23182
23183         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23184
23185 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23186
23187         * modules/gethrxtime: New file.
23188         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23189         (Depends-on): Add gethrxtime.
23190         (configure.ac): Add gl_XNANOSLEEP.
23191         (Makefile.am): Remove lib_SOURCES line.
23192
23193 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23194
23195         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23196         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23197
23198 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23199
23200         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23201         * lib/timespec.h (gettime): Return void, since it always
23202         succeeds now.  All uses changed.
23203         * lib/gettime.c (gettime) Likewise.
23204         [HAVE_NANOTIME]: Prefer nanotime.
23205         Assume gettimeofday succeeds, as POSIX requires.
23206         Assime time () succeeds, since other code already does.
23207         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23208         (timespec_subtract): Remove.
23209         (NANOSLEEP_BUG_WORKAROUND): New constant.
23210         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23211         things considerably.  Use it only on GNU/Linux hosts, since the
23212         workaround shouldn't be needed elsewhere.
23213
23214 2005-02-24  Bruno Haible  <bruno@clisp.org>
23215
23216         * modules/gettext (Files): Add m4/glibc2.m4.
23217
23218 2005-02-24  Bruno Haible  <bruno@clisp.org>
23219
23220         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23221         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23222         * m4/progtest.m4:
23223         Update from GNU gettext 0.14.2.
23224         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23225
23226 2005-02-24  Bruno Haible  <bruno@clisp.org>
23227
23228         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23229         * lib/config.charset: Update from GNU gettext 0.14.2.
23230
23231 2005-02-24  Bruno Haible  <bruno@clisp.org>
23232
23233         * lib/gettext.h: Update from GNU gettext 0.14.2.
23234
23235 2005-02-23  Simon Josefsson  <jas@extundo.com>
23236
23237         * m4/iconvme.m4: New file.
23238
23239 2005-02-23  Jim Meyering  <jim@meyering.net>
23240
23241         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23242         change.
23243         Thanks to Bruno Haible for catching it.
23244
23245 2005-02-22  Simon Josefsson  <jas@extundo.com>
23246
23247         * modules/iconvme: New file.
23248
23249         * MODULES.html.sh: Add iconvme.
23250
23251 2005-02-22  Simon Josefsson  <jas@extundo.com>
23252
23253         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23254
23255 2005-02-22  Simon Josefsson  <jas@extundo.com>
23256
23257         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23258
23259 2005-02-22  Jim Meyering  <jim@meyering.net>
23260
23261         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23262         s/ifndef/ifdef/.
23263
23264 2005-02-20  Neil Conway  <neilc@samurai.com>
23265
23266         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23267         returned by OSX/Darwin if the specified buffer is not large
23268         enough for the hostname.
23269
23270 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23271
23272         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23273         pass it to _help, otherwise the latter coredumps trying to
23274         dereference state.root_argp.
23275
23276 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23277
23278         * modules/chdir-long (Depends-on): Add memrchr.
23279         * modules/memrchr (Files): Add lib/memrchr.h.
23280         (Include): "memrchr.h".
23281
23282 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23283
23284         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23285
23286 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23287
23288         * lib/memrchr.h: New file.
23289         * lib/chdir-long.c: Include it.
23290         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23291         Don't bother including stddef.h.
23292
23293 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23294
23295         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23296         inclusion.
23297         Include <sys/types.h>, for dev_t.
23298         (ME_DUMMY, ME_REMOTE): Move from here....
23299         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23300         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23301         Dmitry V. Levin.
23302         Include mountlist.h first, to test the interface.
23303
23304 2005-01-29  Bruno Haible  <bruno@clisp.org>
23305
23306         * lib/progname.c (program_name): Initialize.
23307         Needed when linking statically on MacOS X.
23308
23309 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23310
23311         Sync from coreutils.
23312         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23313         (Depends-on): Add c-strtod.
23314         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23315
23316 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23317
23318         Sync from coreutils.
23319         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23320
23321         Remove files that are specific to coreutils.
23322         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23323
23324 2005-01-28  Bruno Haible  <bruno@clisp.org>
23325
23326         * modules/javacomp: New file.
23327         * MODULES.html.sh (Java): Add javacomp.
23328
23329 2005-01-28  Bruno Haible  <bruno@clisp.org>
23330
23331         * m4/javacomp.m4: New file, from GNU gettext.
23332
23333 2005-01-28  Bruno Haible  <bruno@clisp.org>
23334
23335         * lib/javacomp.sh.in: New file, from GNU gettext.
23336         * lib/javacomp.h: New file, from GNU gettext.
23337         * lib/javacomp.c: New file, from GNU gettext.
23338
23339 2005-01-26  Simon Josefsson  <jas@extundo.com>
23340
23341         * lib/gai_strerror.c: Use GPL in header.
23342
23343 2005-01-26  Bruno Haible  <bruno@clisp.org>
23344
23345         * modules/javaexec: New file.
23346         * MODULES.html.sh (Java): Add javaexec.
23347
23348 2005-01-26  Bruno Haible  <bruno@clisp.org>
23349
23350         * m4/javaexec.m4: New file, from GNU gettext.
23351
23352 2005-01-26  Bruno Haible  <bruno@clisp.org>
23353
23354         * lib/javaexec.sh.in: New file, from GNU gettext.
23355         * lib/javaexec.h: New file, from GNU gettext.
23356         * lib/javaexec.c: New file, from GNU gettext.
23357
23358 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23359
23360         * modules/lchown (Depends-on): Remove lchown.h
23361
23362 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23363
23364         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23365         must be defined if the header file was not found, in order
23366         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23367
23368 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23369
23370         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23371         initializers for struct pentry_state.
23372         (__argp_error): Check return value of __asprintf
23373         (__argp_failure): Translate error message
23374
23375         * lib/argp-parse.c: Removed braces around the expansion of N_()
23376
23377 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23378
23379         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23380         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23381         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23382         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23383         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23384         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23385         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23386         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23387         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23388         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23389         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23390         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23391         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23392         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23393         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23394         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23395         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23396         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23397         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23398         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23399         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23400         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23401         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23402         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23403         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23404         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23405         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23406         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23407         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23408         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23409         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23410         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23411         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23412         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23413         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23414         Use an all-permissive copyright notice, recommended by RMS.
23415
23416 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23417
23418         * modules/chdir-long (Depends-on): Remove mempcpy.
23419
23420 2005-01-21  Jim Meyering  <jim@meyering.net>
23421
23422         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23423         same value as for Solaris 9.
23424
23425         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23426         component length.  This included changing the parameter to be
23427         of type `char *' rather than `char const *'.
23428         * lib/chdir-long.h (chdir_long): Update prototype.
23429
23430         * lib/openat.c (fdopendir, fstatat): New functions.
23431         * lib/openat.h: Include headers required for use of DIR and struct
23432         stat.
23433         [AT_SYMLINK_NOFOLLOW]: Define.
23434         (fdopendir, fstatat): Add prototypes.
23435
23436 2005-01-21  Bruno Haible  <bruno@clisp.org>
23437
23438         * modules/classpath: New file.
23439         * MODULES.html.sh (Java): Add classpath.
23440
23441 2005-01-21  Bruno Haible  <bruno@clisp.org>
23442
23443         * lib/classpath.h: New file, from GNU gettext.
23444         * lib/classpath.c: New file, from GNU gettext.
23445
23446 2005-01-20  Simon Josefsson  <jas@extundo.com>
23447
23448         * modules/version-etc-fsf: New file.
23449
23450 2005-01-20  Simon Josefsson  <jas@extundo.com>
23451
23452         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23453         * lib/version-etc.c: Remove version_etc_copyright.
23454         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23455         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23456
23457 2005-01-20  Simon Josefsson  <jas@extundo.com>
23458
23459         * lib/base64.h (isbase64): Add.
23460
23461         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23462         using a unsigned prototype, don't inline.
23463         (base64_decode): Use it.
23464
23465 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23466
23467         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23468         it.
23469
23470 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23471
23472         * lib/save-cwd.c (save_cwd): Remove code to support the case
23473         where fchdir is missing or flaky.
23474
23475 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23476
23477         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23478
23479 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23480
23481         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23482         AC_LIBSOURCES now does this.
23483         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23484         with new ullong_max module.
23485
23486 2005-01-19  Bruno Haible  <bruno@clisp.org>
23487
23488         * modules/sh-quote: New file.
23489         * MODULES.html.sh (Executing programs): Add sh-quote.
23490
23491 2005-01-19  Bruno Haible  <bruno@clisp.org>
23492
23493         * lib/sh-quote.h: New file, from GNU gettext.
23494         * lib/sh-quote.c: New file, from GNU gettext.
23495
23496 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23497
23498         Merge from coreutils.
23499         * m4/ullong_max.m4: New file.
23500         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23501         (gl_MACROS): Assume localeconv exists.
23502
23503 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23504
23505         Merge changes from coreutils, as described below in several
23506         changelogs dated today.
23507
23508         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23509         (O_DIRECTORY): Remove; not needed here, since "." must be
23510         a directory.  All uses removed.
23511         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23512         universal on Suns, and we also need to test for IRIX.
23513         Revamp code to use 'if' rather than '#if'.
23514         Avoid unnecessary comparison of cwd->desc to 0.
23515
23516         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23517         for known valid error numbers rather than observed invalid ones.
23518
23519 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23520
23521         * modules/ullong_max: New file.
23522
23523         * modules/chdir-long, modules/openat: New files.
23524         * modules/save-cwd (Depends-on): Depend on chdir-long.
23525         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23526
23527 2005-01-18  Jim Meyering  <jim@meyering.net>
23528
23529         Merge from coreutils.
23530         * m4/chdir-long.m4, m4/openat.m4: New files.
23531         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23532         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23533         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23534         is sane and DOES follow symlinks.  Besides, testing 20 different
23535         systems found no broken chown implementations.
23536         Prompted by a change in rsync's copy of this macro.
23537         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23538
23539         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23540
23541         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23542         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23543         NULL-means-set-to-current-time semantics.
23544         Remove temporary file immediately, rather than waiting
23545         for configure's at-exit trap code to do it.
23546
23547 2005-01-18  Jim Meyering  <jim@meyering.net>
23548
23549         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23550
23551         * lib/utimens.c (futimens): Account for the fact that futimes
23552         can also fail with errno == ENOSYS or errno == ENOENT.
23553         Patch from Dmitry V. Levin.
23554
23555         Change the name of the robust chdir function from chdir to chdir_long.
23556         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23557         (restore_cwd): Use chdir_long, not chdir.
23558         * lib/chdir-long.c: Renamed from chdir.c.
23559         * lib/chdir-long.h: Renamed from chdir.h.
23560         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23561         Hurd.
23562
23563 2005-01-18  Bruno Haible  <bruno@clisp.org>
23564
23565         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23566         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23567         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23568         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23569         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23570         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23571         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23572         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23573         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23574         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23575         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23576         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23577         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23578         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23579         Use an all-permissive copyright notice, recommended by RMS.
23580
23581 2005-01-18  Bob Proulx  <bob@proulx.com>
23582
23583         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23584         simplify offsetof() macro construct to avoid compile failure with
23585         native HP-UX 11.0 ANSI C compiler.
23586
23587 2005-01-17  Bruno Haible  <bruno@clisp.org>
23588
23589         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23590         redundant because stpncpy.m4 takes care of it.
23591
23592 2005-01-17  Bruno Haible  <bruno@clisp.org>
23593
23594         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23595
23596 2005-01-17  Bruno Haible  <bruno@clisp.org>
23597
23598         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23599         used.
23600
23601 2005-01-17  Bruno Haible  <bruno@clisp.org>
23602
23603         * lib/fwriteerror.h (fwriteerror): Change specification to include
23604         fclose.
23605         * lib/fwriteerror.c: Include <stdbool.h>.
23606         (fwriteerror): At the end, close the file stream. Record whether
23607         stdout was already closed.
23608
23609 2005-01-17  Bruno Haible  <bruno@clisp.org>
23610
23611         * lib/execute.c (environ): Declare if needed.
23612         * lib/pipe.c (environ): Likewise.
23613         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23614
23615 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23616
23617         * modules/argp: Depend on vsnprintf
23618
23619 2005-01-10  Jim Meyering  <jim@meyering.net>
23620
23621         * modules/closeout (Depends-on): Add atexit.
23622
23623 2005-01-06  Bruno Haible  <bruno@clisp.org>
23624
23625         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23626
23627 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23628
23629         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23630         definitions to be after all include files, to avoid collisions.
23631         Problem reported by Bob Proulx.
23632
23633 2005-01-04  Jim Meyering  <jim@meyering.net>
23634
23635         Changes imported from coreutils.
23636         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23637         as the mkstemp template, use a temporary directory and an
23638         8.3-friendly template to avoid trouble on systems like DJGPP.
23639         Reported by Juan M. Guerrero via Stepan Kasal.
23640         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23641         close. Remove the temporary directory right away, rather than waiting
23642         for configure's at-exit trap code to do it.
23643         Suggestion from Stepan Kasal.
23644
23645 2005-01-01  Simon Josefsson  <jas@extundo.com>
23646
23647         * gnulib-tool: Print #include directives when --import'ing.
23648
23649 2004-12-28  Simon Josefsson  <jas@extundo.com>
23650
23651         * tests/test-base64.c: Include required header files.  Remove
23652         unused variables.
23653
23654 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23655
23656         * modules/error (Depends-on): Remove gettext.
23657
23658 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23659
23660         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23661         not needed.  This removes a dependency on the gettext module.
23662         [defined _LIBC]: Do not include <libintl.h>; not needed.
23663
23664 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23665
23666         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23667         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23668
23669 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23670
23671         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23672         HAVE_DECL_STRTOLD.
23673
23674 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23675
23676         * modules/getdate (Depends-on): Remove alloca-opt.
23677
23678 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23679
23680         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23681
23682 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23683
23684         * lib/argp-parse.c: Include <stddef.h>.
23685         (alignof, alignto): New macros.
23686         (parser_init): Don't assume that void * is aligned sufficiently
23687         for struct option.
23688
23689         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23690         need to extend the stack.
23691         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23692         large.
23693
23694 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23695
23696         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23697
23698 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23699
23700         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23701         (2004-10-24) change.  Apparently this was a false alarm.
23702
23703         * modules/getdate: Depend on alloca-opt, not alloca.
23704
23705 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23706
23707         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23708         Remove now-obsolete comment about AIX.
23709         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23710         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23711         (YYMAXDEPTH): New macro.
23712
23713 2004-12-18  Simon Josefsson  <jas@extundo.com>
23714
23715         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23716
23717 2004-12-18  Bruno Haible  <bruno@clisp.org>
23718
23719         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23720
23721 2004-12-18  Bruno Haible  <bruno@clisp.org>
23722
23723         * lib/fatal-signal.c (fatal_signals): Make non-const.
23724         (init_fatal_signals): New function.
23725         (uninstall_handlers, install_handlers): Ignore signals that were set to
23726         SIG_IGN.
23727         (at_fatal_signal): Call init_fatal_signals.
23728         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23729         SIG_IGN.
23730         Reported by Paul Eggert.
23731
23732 2004-12-18  Bruno Haible  <bruno@clisp.org>
23733
23734         * doc/alloca.texi: New file.
23735         * doc/alloca-opt.texi: New file.
23736
23737 2004-12-17  Jim Meyering  <jim@meyering.net>
23738
23739         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23740         Otherwise, install-sh could exit with improper exit status when
23741         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23742
23743 2004-12-16  Simon Josefsson  <jas@extundo.com>
23744
23745         * tests/test-base64.c: Add license.
23746
23747 2004-12-15  Stepan Kasal  <address@hidden>
23748
23749         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23750
23751 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23752
23753         * modules/getcwd (Files): Add m4/d-ino.m4.
23754         Suggested by Mark D. Baushke.
23755
23756 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23757
23758         * lib/getdate.y (textint): New member "negative".
23759         (time_zone_hhmm): New function.
23760         Expect 14 shift-reduce conflicts, not 13.
23761         (o_colon_minutes): New rule.
23762         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23763         (yylex): Set the "negative" member of signed numbers.
23764
23765 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23766
23767         * doc/getdate.texi (Time of day items, Time zone items):
23768         Describe new formats +00:00, UTC+00:00.
23769
23770 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23771
23772         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23773         spurious "-l"s.  Problem reported by Stepan Kasal.
23774
23775 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23776
23777         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23778         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23779
23780 2004-12-04  Simon Josefsson  <jas@extundo.com>
23781
23782         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23783         Vandoorselaere <yoann@prelude-ids.org>.
23784
23785 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23786
23787         Changes imported from coreutils.
23788         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23789         exist.
23790         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23791
23792 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23793
23794         Changes imported from coreutils.
23795         * lib/hard-locale.c: Assume <locale.h> exists.
23796         Include "strdup.h".
23797         (GLIBC_VERSION): New macro.
23798         (hard_locale): Assume setlocale exists.
23799         Rewrite to avoid #ifdef.
23800         Use strdup rather than malloc + strcpy.
23801         * lib/human.c: Assume <locale.h> exists.
23802         (human_readable): Assume localeconv exists.
23803
23804 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23805
23806         * modules/hard-locale (Depends-on): Add strdup.
23807
23808 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23809
23810         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23811         convert T2, not T.  (Imported from libc.)
23812
23813 2004-11-30  Simon Josefsson  <jas@extundo.com>
23814
23815         * modules/restrict (License): Change to LGPL.
23816
23817 2004-11-30  Simon Josefsson  <jas@extundo.com>
23818
23819         * m4/restrict.m4: Add copyright and copying conditions.
23820
23821 2004-11-30  Simon Josefsson  <jas@extundo.com>
23822
23823         * m4/base64.m4: New file.
23824
23825 2004-11-30  Simon Josefsson  <jas@extundo.com>
23826
23827         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23828         base64.
23829
23830         * tests/test-base64.c: New file.
23831
23832         * modules/base64: New file.
23833
23834 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23835
23836         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23837         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23838
23839         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23840
23841 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23842
23843         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23844         (__getcwd.c): Don't restore errno; glibc doesn't.
23845         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23846         first, falling back to our code only if its results look suspicious.
23847         Ensure that the resulting buffer is only as large as necessary.
23848
23849         * lib/readutmp.c: Include readutmp.h first.
23850         Include <errno.h>, since readutmp.h no longer does that.
23851         * lib/readutmp.h: Don't include <errno.h>,
23852         <sys/param.h>, <time.h>; not needed to establish interface.
23853         (errno): Remove decl.
23854         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23855         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23856         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23857
23858 2004-11-28  Simon Josefsson  <jas@extundo.com>
23859
23860         * lib/base64.h, base64.c: New file.
23861
23862 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23863
23864         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23865
23866 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23867
23868         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23869         (Depends-on): Remove pathmax, same.  Add mempcpy.
23870         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23871         (Makefile.am): Append getcwd.h to lib_SOURCES.
23872         (Include): Add getcwd.h.
23873         (Maintainer): Change from Jim Meyering to "all, glibc",
23874         since getdate now uses intended-for-glibc code.
23875         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23876         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23877
23878 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23879
23880         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23881         HP's ANSI C compiler.
23882         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23883         Declaring int functions causes warnings on some modern systems and
23884         shouldn't be needed to compile on ancient ones.
23885         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23886         defined.
23887
23888         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23889         with the following changes.
23890         (__set_errno): Parenthesize properly.
23891         Include <stdbool.h>.
23892         (MIN, MAX, MATCHING_INO): New macros.
23893         (__getcwd): Define with prototype, not K&R form.
23894         Use heuristics to allocate default buffer on stack if possible.
23895         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23896         behavior, and to avoid the PATH_MAX limit when computing
23897         ../../../../...
23898         Use MATCHING_INO to compare inode number to file.
23899         Check for arithmetic overflow in size calculations.
23900         Fix bug in reallocation of dot array that caused getcwd to fail
23901         on directories nested deeper than 75.
23902         Be more careful about saving errno on error.
23903         Do not use realloc; use only free+malloc, as this is a bit
23904         more flexible and avoids a needless copy operation.
23905         Do not inspect st_dev and st_ino for symbolic links; POSIX
23906         doesn't specify the latter.
23907         Check for closedir errors.
23908         Avoid needless casts.
23909         Use "#ifdef weak_alias" around weak_alias, to be like other
23910         glibc code.
23911         The following changes to getcwd.c have effect only when used in
23912         gnulib; they have no effect inside glibc proper.
23913         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23914         as alloca isn't used.
23915         (alloca, __alloca): Likewise.
23916         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23917         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23918         unconditionally, as gnulib assumes C89 or better.
23919         Do not include <sys/param.h>.
23920         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23921         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23922         better.
23923         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23924         Include <dirent.h> in a way that is compatible with modern Autoconf.
23925         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23926         New macros, if not already defined.
23927         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23928         Use "_LIBC", not "defined _LIBC", for consistency.
23929         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23930         a mempcpy module.
23931         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23932         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23933         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23934         credit only to Jim Meyering and adjust the copyright dates.
23935         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23936         <stdlib.h>, <unistd.h>, "pathmax.h".
23937         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23938         (INITIAL_BUFFER_SIZE): Remove.
23939         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23940
23941 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23942
23943         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23944         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23945         Use the _ONCE methods, for efficiency.
23946         Check for fcntl.h.  In test program, include <errno.h>
23947         and <fcntl.h> if available.  Remove old K&R cruft from
23948         test program.  Check for common errors in GNU/Linux,
23949         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23950         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23951         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23952         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23953         name accordingly.
23954         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23955         accommodate new getcwd.c.
23956         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23957         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23958         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23959         that's all we need now.
23960
23961 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23962
23963         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23964         argp-parse.c depends on getopt internals, that means we should
23965         always use our getopt, to be on the safe side.
23966         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23967         order not to spoil the result of an eventual previous invocation
23968         of gl_GETOPT_SUBSTITUTE.
23969
23970 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23971
23972         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23973         redefinition warnings. To avoid them, include the defines
23974         in `#if !defined __need_getopt ... #endif'. The only place
23975         where __getopt_argv_const is used is in definitions
23976         of getopt_long and getopt_long_only below, which are as well
23977         protected by `#ifndef __need_getopt'.
23978         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23979         __need_getopt after including <stdio.h> and <unistd.h> These
23980         headers might have defined it.
23981
23982 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23983
23984         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23985
23986 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23987
23988         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23989         (futimens): New function, which uses futimes if available.
23990         (futimens, utimens): Support timespec==NULL, with same semantics
23991         as utime and utimens.
23992         * lib/utimens.h (futimens): New decl.
23993
23994 2004-11-23  Jim Meyering  <jim@meyering.net>
23995
23996         * lib/getopt_.h: Remove trailing blanks.
23997
23998 2004-11-23  Jim Meyering  <jim@meyering.net>
23999
24000         * lib/__fpending.c: Add comment.
24001
24002 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
24003
24004         * modules/canonicalize (Depends-on): Add xreadlink.
24005         Problem reported by James Youngman.
24006
24007 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24008
24009         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
24010         New macros.
24011         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
24012         optopt): Use them instead of invoking ## directly; otherwise, the
24013         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
24014
24015 2004-11-19  Bruno Haible  <bruno@clisp.org>
24016
24017         * lib/strtok_r.c: Move comments from here...
24018         * lib/strtok_r.h: ... to here.
24019
24020 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24021
24022         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
24023         implementations that mishandle size_t overflow.
24024
24025 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24026
24027         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
24028         might fail.  Problem reported by Yoann Vandoorselaere.
24029         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
24030         implementations that mishandle size_t overflow.
24031
24032 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24033
24034         * modules/canon-host (Depends-on): Add strdup.
24035
24036 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24037
24038         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
24039
24040 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24041
24042         * lib/canon-host.c: Include "strdup.h".
24043         (canon_host): Use getaddrinfo if available, so that IPv6 works.
24044         Use strdup instead of malloc/strcpy to duplicate strings.
24045
24046         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
24047         (human_space_before_unit): New constant.
24048         * lib/human.c (human_readable): Support it.
24049
24050         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
24051         (xgetcwd): Set errno correctly when failing.
24052         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
24053         the failure is actually due to a PATH_MAX problem.
24054
24055         Further getopt changes to make it more likely that glibc will
24056         buy the changes back.
24057         * lib/getopt.c (POSIXLY_CORRECT): New constant.
24058         (getopt): Use it, so to preserve glibc semantic
24059         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
24060         when compiling for libc.
24061         * lib/getopt_.h (__getopt_argv_const): Bring it back.
24062         (getopt_long, getopt_long_only): Use it.
24063
24064         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24065         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
24066         (getopt): Argv is now char * const *, as per standard.
24067         (_getopt_internal_r, _getopt_internal): Argv is now char **,
24068         not char *__getopt_argv_const *.
24069         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24070         _getopt_long_only_r): Likewise.
24071         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
24072         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24073         _getopt_long_r, _getopt_long_only_r): Likewise.
24074         * lib/getopt_.h (__getopt_argv_const): Remove.
24075         (getopt): Argv is now char * const *, as per standard.
24076
24077         * lib/getdate.y (tORDINAL): New token.
24078         (day, relunit): Allow it for relative times.
24079         (relative_time_table): Use tORDINAL for ordinals.
24080
24081 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24082
24083         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
24084         Document that "second" isn't allowed as an ordinal number.
24085
24086 2004-11-16  Jim Meyering  <jim@meyering.net>
24087
24088         * modules/closeout (Depends-on): Add fpending.
24089
24090 2004-11-15  Jim Meyering  <jim@meyering.net>
24091
24092         * lib/closeout.c: Include "__fpending.h" once again.
24093         Include <stdbool.h>.
24094         (close_stdout): Don't fail just because stdout was closed initially,
24095         since some programs don't write to stdout in the normal course of
24096         operation (other than --version and --help), and we don't want this
24097         function to make e.g. `touch file >&-' fail.
24098         But do fail if it was closed and someone has tried to write to it.
24099         E.g., `printf foo >&-' must fail.
24100
24101 2004-11-13  Jim Meyering  <jim@meyering.net>
24102
24103         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24104
24105 2004-11-12  Simon Josefsson  <jas@extundo.com>
24106
24107         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24108         small doc fix is still pending.
24109
24110 2004-11-11  Simon Josefsson  <jas@extundo.com>
24111
24112         * modules/strtok_r: New file.
24113
24114         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24115         strtok_r.
24116
24117 2004-11-11  Simon Josefsson  <jas@extundo.com>
24118
24119         * m4/strtok_r.m4: New file.
24120
24121         * m4/getopt.m4: Replace opterr.
24122
24123 2004-11-11  Simon Josefsson  <jas@extundo.com>
24124
24125         * lib/strtok_r.h, strtok_r.c: New file.
24126
24127 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24128
24129         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24130         of replacing opterr, getopt, etc.  This should handle the
24131         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24132
24133 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24134
24135         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24136         we can stop lying to compilers about the constness of argv when we
24137         are compiled outside glibc.
24138         (getopt, getopt_long, getopt_long_only): Use it.
24139         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24140         _getopt_internal, getopt): Likewise.
24141         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24142         _getopt_long_only_r): Likewise.
24143         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24144         _getopt_long_r, _getopt_long_only_r): Likewise.
24145
24146         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24147         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24148         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24149         the other external symbols.
24150         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24151         declaration, since the above renaming now works around collisions.
24152
24153 2004-11-11  Jim Meyering  <jim@meyering.net>
24154
24155         * lib/linebreak.c: Remove trailing blanks.
24156         * lib/alloca_.h: Likewise.
24157         * lib/acosl.c: Likewise.
24158         * lib/euidaccess.c: Likewise.
24159         * lib/allocsa.h: Likewise.
24160
24161 2004-11-10  Simon Josefsson  <jas@extundo.com>
24162
24163         * m4/getaddrinfo.m4: New file.
24164
24165 2004-11-10  Simon Josefsson  <jas@extundo.com>
24166
24167         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24168
24169 2004-11-10  Simon Josefsson  <jas@extundo.com>
24170
24171         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24172         getaddrinfo.
24173
24174         * modules/getaddrinfo: New file.
24175
24176 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24177
24178         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24179
24180 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24181
24182         * lib/mktime.c (SHR): New macro, which is a portable
24183         substitute for >> that should work even on Crays.
24184         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24185         Problem reported by Mark D. Baushke in
24186         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24187         * lib/getdate.y (SHR): Likewise.
24188         (tm_diff): Use it.
24189         * lib/strftime.c (SHR): Likewise.
24190         (tm_diff): Use it.
24191         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24192         quote_these_too, so that right shifts are well defined.  All uses
24193         changed.
24194
24195 2004-11-10  Jim Meyering  <jim@meyering.net>
24196
24197         Ensure that no close failure goes unreported.
24198         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24199         return early when it seems there's nothing to flush.
24200         Don't include __fpending.h.
24201
24202 2004-11-10  Jim Meyering  <jim@meyering.net>
24203
24204         * modules/closeout (Depends-on): Remove fpending.
24205
24206 2004-11-10  Jim Meyering  <jim@meyering.net>
24207
24208         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24209
24210 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24211
24212         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24213         gl_FUNC_STRFTIME.
24214         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24215         and AC_REQUIRE when possible, to avoid duplicate checks.
24216         Check for <wchar.h>.
24217
24218 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24219
24220         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24221
24222 2004-11-09  Bruno Haible  <bruno@clisp.org>
24223
24224         * m4/sockpfaf.m4: New file.
24225
24226 2004-11-05  Bruno Haible  <bruno@clisp.org>
24227
24228         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24229         Reported by Mark D. Baushke <mdb@cvshome.org>.
24230
24231 2004-11-04  Bruno Haible  <bruno@clisp.org>
24232
24233         2004-09-11  Bruno Haible  <bruno@clisp.org>
24234                 * allocsa.valgrind: New file.
24235         2004-02-06  Bruno Haible  <bruno@clisp.org>
24236                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24237                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24238                 Reported by Christopher Seip <chris.seip@hp.com>.
24239
24240 2004-11-04  Bruno Haible  <bruno@clisp.org>
24241
24242         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24243         (Makefile.am): Distribute it.
24244
24245 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24246
24247         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24248         with errno == ERANGE if the buffer is too small.
24249         Problem reported by Mark D. Baushke.
24250
24251 2004-11-03  Albert Chin  <china@thewrittenword.com>
24252             Paul Eggert  <eggert@cs.ucla.edu>
24253
24254         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24255         equivalent, substitute $ac_type for equivalent type rather than
24256         blindly using uint32_t *always* which won't work if uint32_t is not
24257         available.  Define _UINT32_T to work around typedef of uint32_t if
24258         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24259         2.5.1.
24260
24261 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24262
24263         * m4/jm-macros.m4: Sync from coreutils.
24264         (gl_MACROS): Check for mbrlen, for pathchk.
24265         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24266
24267 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24268
24269         * lib/xreadlink.c (MAXSIZE): New macro.
24270         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24271         size does not exceed MAXSIZE.  Avoid cast.
24272         As suggested by Mark D. Baushke in
24273         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24274         if readlink fails with buffer size just under MAXSIZE, try again
24275         with MAXSIZE.
24276
24277 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24278
24279         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24280
24281 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24282         and  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24285         (get_date): Overparenthesize to avoid GCC warning.
24286
24287 2004-11-02  Bruno Haible  <bruno@clisp.org>
24288
24289         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24290         returns void.
24291
24292 2004-11-02  Bruno Haible  <bruno@clisp.org>
24293
24294         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24295         function returns void.
24296
24297 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24298
24299         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24300         fflush_unlocked, flockfile, funlockfile, funlockfile,
24301         fputs_unlocked, putc_unlocked.
24302
24303 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24304
24305         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24306         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24307         already declared.
24308
24309 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24310
24311         * modules/getdate (Files): Add doc/getdate.texi.
24312         (Depends-on): Add setenv, xalloc.
24313
24314 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24315
24316         * lib/getdate.y: Add support for TZ="foo" within a date string.
24317         Fix some bugs near time_t boundaries.  Reject dates with
24318         out-of-range components, e.g., "Sept 31".
24319         Include <stdlib.h>, "setenv.h", "xalloc.h".
24320         (ISDIGIT_LOCALE): Remove; unused.
24321         Note that the TZ and time functions used here are not reentrant.
24322         (mktime_ok, get_tz): New functions.
24323         (TZBUFSIZE): New constant.
24324         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24325         This requires that we sometimes generate our own TZ="XXX..." setting.
24326
24327 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24328
24329         * doc/getdate.texi: New file, from coreutils with modifications for
24330         the new TZ parsing.
24331
24332 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24333
24334         * lib/mktime.c (not_equal_tm): Remove redundant check.
24335
24336 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24337
24338         * modules/regex (lib_SOURCES): Add regex.c.
24339         Reported by James Youngman in
24340         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24341
24342 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24343
24344         * lib/getdate.y: Use Bison 1.875 features, and some minor
24345         code cleanups.  This change does not affect semantics.
24346         Don't include <stdlib.h>; no longer needed.
24347         Don't include unlocked-io.h; only the "#if TEST" code uses
24348         stdio, and performance isn't crucial there.
24349         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24350         Bison 1.875 features as described below.
24351         All uses of "PC." replaced by "pc->".
24352         (YYSTYPE): Add a forward declaration.
24353         (yylex, yyerror): Use full prototypes in forward decls.
24354         Use "%pure-parser" rather than obsolescent "%pure_parser".
24355         Use %parse-param and %lex-param instead of obsolescent
24356         YYPARSE_PARAM and YYLEX_PARAM.
24357         (meridian_table, month_and_day_table, time_units_table,
24358         relative_time_table, time_zone_table, military_table,
24359         lookup_zone, lookup_word, get_date):
24360         Use NULL instead of 0 where appropriate.
24361         (to_hour): Avoid abort (), to avoid a dependency on
24362         stdlib.h.
24363         (yyerror, yylex): Now accepts parser_control * arg.
24364         (main) [TEST]: Use '\0' rather than 0 for char.
24365
24366 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24367
24368         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24369
24370 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24371
24372         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24373         It's now the caller's responsibility to handle the case where
24374         !HAVE_GETPAGESIZE && !defined getpagesize.
24375
24376         * lib/mktime.c (leapyear): Arg is long int, not int.
24377
24378 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24379
24380         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24381
24382 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24383
24384         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24385         missing.  Problem reported by James Youngman.
24386
24387 2004-10-16  Simon Josefsson  <jas@extundo.com>
24388
24389         * gnulib-tool: Fix comments.  Fix parse problem.
24390         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24391
24392 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24393
24394         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24395         implementation of getopt_long.  Problem reported by Alexander Taler in:
24396         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24397
24398 2004-10-15  Bruno Haible  <bruno@clisp.org>
24399
24400         * gnulib-tool: Untabify. Initialize supplied_libname.
24401         (func_usage): More homogenous output.
24402         (func_modules_transitive_closure, func_modules_to_filelist,
24403         func_emit_lib_Makefile_am): New functions.
24404         (func_import): New function, extracted from big case statement. Use
24405         func_get_license, func_modules_transitive_closure,
24406         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24407         opt_lgpl. Don't use test -a, as it's not portable.
24408         (func_create_testdir): Use func_modules_transitive_closure,
24409         func_modules_to_filelist, func_emit_lib_Makefile_am.
24410
24411 2004-10-15  Bruno Haible  <bruno@clisp.org>
24412
24413         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24414
24415 2004-10-15  Bruno Haible  <bruno@clisp.org>
24416
24417         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24418         the portions belonging to each module.
24419         Suggested by Derek Robert Price <derek@ximbiot.com>.
24420
24421 2004-10-12  Simon Josefsson  <jas@extundo.com>
24422
24423         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24424         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24425         to real functions.
24426
24427 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24428
24429         * modules/vsnprintf: New file.
24430
24431 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24432
24433         * m4/vsnprintf.m4: New file.
24434
24435 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24436
24437         * lib/vsnprintf.h: New file.
24438         * lib/vsnprintf.c: New file.
24439
24440 2004-10-11  Bruno Haible  <bruno@clisp.org>
24441
24442         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24443         vsnprintf.
24444
24445 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24446
24447         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24448
24449 2004-10-07  Bruno Haible  <bruno@clisp.org>
24450
24451         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24452         fits into the provided buffer.
24453
24454 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24455
24456         * lib/diacrit.c, diacrit.h: Add GPL notice.
24457
24458         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24459         notice.
24460         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24461         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24462         This avoids a potential constant-folding bug.
24463
24464 2004-10-05  Bruno Haible  <bruno@clisp.org>
24465
24466         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24467         for the declaration of strsep.
24468
24469 2004-10-05  Bruno Haible  <bruno@clisp.org>
24470
24471         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24472
24473 2004-10-04  Simon Josefsson  <jas@extundo.com>
24474
24475         * modules/memmem: New file.
24476         * tests/test-memmem.c: New file.
24477         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24478
24479 2004-10-04  Simon Josefsson  <jas@extundo.com>
24480
24481         * m4/memmem.m4: New file.
24482
24483 2004-10-04  Simon Josefsson  <jas@extundo.com>
24484
24485         * lib/memmem.h: New file.
24486         * lib/memmem.c: New file, taken from glibc.
24487
24488 2004-10-04  Simon Josefsson  <jas@extundo.com>
24489
24490         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24491         '#ifdef USE_UNLOCKED_IO'.
24492
24493 2004-10-04  Simon Josefsson  <jas@extundo.com>
24494
24495         * config/srclist.txt: Add memmem from glibc.
24496
24497 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24498
24499         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24500
24501         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24502         modules/exclude, modules/getdate, modules/getline,
24503         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24504         modules/getusershell, modules/linebuffer, modules/md5,
24505         modules/mountlist, modules/posixtm, modules/readtokens,
24506         modules/readutmp, modules/regex, modules/sha1,
24507         modules/version-etc, modules/yesno:
24508         Remove dependency on unlocked-io.
24509
24510 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24511
24512         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24513
24514         * m4/unlocked-io.m4: Add copyright notice.
24515         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24516
24517 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24518
24519         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24520         * lib/xmalloc.c (xmemdup): Likewise.
24521         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24522         XFREE): Remove these long-obsolescent macros.
24523         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24524         * lib/xstrdup.c: Remove.
24525
24526         * lib/regex.c (re_comp): Cast gettext return value to char *,
24527         Problem reported by Martin Neitzel via Mark D. Baushke.
24528
24529 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24532         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24533         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24534         regex.c, sha1.c, version-etc.c, yesno.c:
24535         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24536         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24537         the includer's responsibility.
24538
24539         Sync from coreutils.
24540
24541         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24542         points to the start of a string, as the C Standard says the
24543         resulting behavior is undefined.
24544
24545         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24546         simple -> simple_backups, numbered_existing ->
24547         numbered_existing_backups, numbered -> numbered_backups
24548         to avoid shadowing problems.  All uses changed.
24549         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24550         * lib/backupfile.c (check_extension, numbered_backup):
24551         Rename locals to avoid shadowing 'basename'.
24552         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24553         once.
24554
24555         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24556         * lib/.cvsignore: Add getopt.h.
24557
24558 2004-10-04  Bruno Haible  <bruno@clisp.org>
24559
24560         * modules/README: New file.
24561         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24562         not a module.
24563
24564 2004-10-02  Jim Meyering  <jim@meyering.net>
24565
24566         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24567
24568 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24569
24570         * modules/strsep: New file.
24571
24572 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24573
24574         * m4/strsep.m4: New file.
24575
24576 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24577
24578         * lib/strsep.h: New file.
24579         * lib/strsep.c: New file.
24580
24581 2004-10-01  Simon Josefsson  <jas@extundo.com>
24582
24583         * lib/snprintf.c (snprintf): Handle size==0.
24584
24585 2004-10-01  Simon Josefsson  <jas@extundo.com>
24586             Bruno Haible  <bruno@clisp.org>
24587
24588         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24589         (snprintf): Declare 'args'.
24590
24591 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24592
24593         * lib/snprintf.c: Remove comments as to why each header is needed.
24594
24595 2004-10-01  Bruno Haible  <bruno@clisp.org>
24596
24597         * MODULES.html.sh: Add strsep.
24598
24599 2004-09-30  Simon Josefsson  <jas@extundo.com>
24600
24601         * modules/snprintf: New file.
24602
24603 2004-09-30  Simon Josefsson  <jas@extundo.com>
24604
24605         * m4/snprintf.m4: New file.
24606
24607 2004-09-30  Simon Josefsson  <jas@extundo.com>
24608
24609         * lib/snprintf.h, lib/snprintf.c: New files.
24610
24611 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24612
24613         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24614         (hol_entry_help): Never translate an empty string.
24615         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24616         * lib/argp.h (OPTION_NO_TRANS): New option.
24617
24618 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24619
24620         * modules/argp (Maintainer): Replace Simon Josefsson
24621         by Sergey Poznyakoff.
24622
24623 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24624
24625         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24626         changes merged back into glibc.
24627
24628 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24629
24630         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24631
24632 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24633
24634         * lib/xvasprintf.c: Include xalloc.h.
24635         (xvasprintf): Use xalloc_die, not xmalloc_die.
24636
24637 2004-09-29  Bruno Haible  <bruno@clisp.org>
24638
24639         * modules/alloca-opt: New file, derived from modules/alloca.
24640         * modules/allocsa: Depend on alloca-opt instead of alloca.
24641         * modules/setenv: Likewise.
24642         * modules/vasnprintf: Likewise.
24643         * MODULES.html.sh: Add alloca-opt.
24644
24645 2004-09-28  Simon Josefsson  <jas@extundo.com>
24646
24647         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24648         LGPL, and to replace license template from GPL to LGPL.
24649
24650 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24651
24652         * modules/dummy: Change license to LGPL.
24653
24654 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24655
24656         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24657
24658 2004-09-24  Simon Josefsson  <jas@extundo.com>
24659
24660         * modules/minmax (License): Change from GPL to LGPL.
24661
24662 2004-09-23  Simon Josefsson  <jas@extundo.com>
24663
24664         * gnulib-tool (--import): Typo.
24665
24666 2004-09-23  Simon Josefsson  <jas@extundo.com>
24667
24668         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24669
24670 2004-09-22  Bruno Haible  <bruno@clisp.org>
24671
24672         * modules/*: Add 'License' field.
24673         * gnulib-tool: Accept --extract-license option.
24674         (func_get_license): New function.
24675
24676 2004-09-21  Bruno Haible  <bruno@clisp.org>
24677
24678         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24679         Reported by Simon Josefsson.
24680
24681 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24682
24683         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24684         gl_AC_TYPE_LONG_LONG.
24685
24686 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24687
24688         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24689
24690 2004-09-18  Simon Josefsson  <jas@extundo.com>
24691         and  Paul Eggert  <eggert@cs.ucla.edu>
24692
24693         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24694         calls with autoreconf.  Define GL_LIB.
24695
24696 2004-09-14  Karl Berry  <karl@gnu.org>
24697
24698         * config/srclist.txt: unsync setenv.c, sigh.
24699
24700 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24701
24702         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24703         Problem reported by Bruno Haible in:
24704         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24705
24706 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24707
24708         * config/srclist.txt: Comment out argp-pvh.c.
24709
24710 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24711
24712         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24713         in case some system header has #define'd it.  Problem reported by
24714         Soeren D. Schulze in
24715         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24716
24717 2004-09-09  Karl Berry  <karl@gnu.org>
24718
24719         * regex.[ch]: delete from the root.  These were supposed to be
24720                 synced with emacs cvs, but this has not happened for about
24721                 a year, and anyway nothing else uses emacs regex.[ch].
24722                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24723                 lib/regex[.ch] is untouched.
24724
24725 2004-09-09  Bruno Haible  <bruno@clisp.org>
24726
24727         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24728
24729 2004-09-09  Bruno Haible  <bruno@clisp.org>
24730
24731         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24732         modifications.
24733         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24734
24735 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24736
24737         * modules/xvasprintf: New file.
24738         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24739
24740 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24741
24742         * lib/xvasprintf.h: New file.
24743         * lib/xvasprintf.c: New file.
24744         * lib/xasprintf.c: New file.
24745
24746 2004-09-08  Bruno Haible  <bruno@clisp.org>
24747
24748         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24749
24750 2004-09-08  Bruno Haible  <bruno@clisp.org>
24751
24752         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24753         length is > INT_MAX.
24754         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24755         more.
24756
24757 2004-09-08  Bruno Haible  <bruno@clisp.org>
24758
24759         * lib/stdint_.h: New file, taken from GNU clisp.
24760
24761 2004-09-08  Bruno Haible  <bruno@clisp.org>
24762             Oskar Liljeblad  <oskar@osk.mine.nu>
24763
24764         * modules/stdint: New file.
24765         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24766
24767 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24768
24769         Import from coreutils.
24770         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24771         strings on unbounded length.  alloca's performance benefits aren't
24772         that important here.
24773         (V_STRDUP): Remove.
24774         (parse_with_separator): New function, with most of the internals
24775         of the old parse_user_spec.  Allow user to omit both user and group,
24776         for compatibility with FreeBSD.
24777         Clone only the user name, not the entire spec.
24778         Do not set *uid, *gid unless entirely successful.
24779         Avoid memory leak in some failing cases.
24780         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24781         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24782         (parse_user_spec): Rewrite to use parse_with_separator.
24783
24784 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24785
24786         * modules/userspec: Don't depend on alloca.
24787
24788 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24789
24790         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24791
24792 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24793
24794         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24795         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24796         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24797
24798 2004-08-16  Simon Josefsson  <jas@extundo.com>
24799
24800         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24801         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24802         Add --dry-run for --import.
24803         Let user provided command line parameters override configure.ac
24804         settings.
24805
24806 2004-08-12  Simon Josefsson  <jas@extundo.com>
24807
24808         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24809         as discussed with Paul Eggert in threads rooted at
24810         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24811         and
24812         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24813         Before, the test was empty, and relied on ELIDE_CODE in source
24814         code.)
24815         (gl_PREREQ_GETOPT): New macro.
24816         (gl_GETOPT): Use them.
24817
24818 2004-08-12  Simon Josefsson  <jas@extundo.com>
24819
24820         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24821         * lib/getopt_.h: Renamed from getopt.h.
24822
24823 2004-08-12  Simon Josefsson  <jas@extundo.com>
24824
24825         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24826         Change default library name from libfoo to libgnu.
24827         Now, if you have a configure.ac that says:
24828                 gl_SOURCE_BASE(gl)
24829                 gl_M4_BASE(gl/m4)
24830                 gl_MODULES(error getopt etcetera)
24831                 gl_INIT
24832         you can import all you need by running:
24833                 ../gnulib/gnulib-tool --import
24834
24835         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24836         (Makefile.am): Rewrite, use logic from argz.
24837         (Include): Use <getopt.h> instead of "getopt.h".
24838
24839 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24840
24841         * modules/argp (Files): Add m4/unlocked-io.m4.
24842         (Depends-on): Add extensions.
24843
24844 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24845
24846         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24847         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24848         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24849         Check for program_invocation_name, program_invocation_short_name,
24850         flockfile, funlockfile, features.h, _getopt_long_only_r.
24851
24852 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24853
24854         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24855         its complicated substitute.
24856         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24857         and program_invocation_name.
24858         (__argp_basename) [!_LIBC]: Remove; the only use was
24859         replaced by its body.
24860         (__argp_short_program_name): Change condition from
24861         !defined __argp_short_program_name to
24862         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24863         to match argp-namefrob.h.
24864         (__argp_failure): Don't assume strerror_r returns char *.
24865         * lib/argp-parse.c (N_): Define unconditionally.
24866         (argp_default_options): Fill out initializers with 0 to avoid
24867         gcc warnings.
24868
24869 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24872         getopt1.c.
24873
24874 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24875
24876         Merge from coreutils.
24877
24878         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24879
24880         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24881         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24882
24883 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24884
24885         Merge from coreutils.
24886
24887         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24888         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24889         for Reliant Unix 5.43.
24890
24891         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24892         (union fooround): Use uintmax_t, not long int.
24893         The rest is a merge from libc:
24894         [defined _LIBC]: Include <shlib-compat.h>.
24895         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24896
24897         * lib/settime.c (settime): Recode to avoid warning with
24898         Sun Forte C 6U2.
24899
24900         * lib/strverscmp.c: Convert to UTF-8.
24901
24902 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24903
24904         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24905         m4/uintmax_t.m4.
24906
24907 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24908
24909         * modules/xalloc-die: New file.
24910         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24911
24912         * modules/md5 (Files): Add m4/uint32_t.m4.
24913         * modules/sha1: Renamed from modules/sha.
24914         (Files):
24915         Rename lib/sha.h to lib/sha1.h.
24916         Rename lib/sha.c to lib/sha1.c.
24917         Rename m4/sha.m4 to m4/sha1.m4.
24918         (lib_SOURCES): Likewise.
24919         (configure.ac): Rename gl_SHA to gl_SHA1.
24920         (Include): sha.h -> sha1.h.
24921
24922 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24923
24924         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24925         * m4/sha1.m4: Renamed from sha.m4.
24926         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24927
24928 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24929
24930         * lib/obstack.h (obstack_empty_p):
24931         Don't assume that chunk->contents is suitably aligned.
24932         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24933         Likewise. Problem reported by Benno in
24934         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24935
24936         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24937         readable.  This could be improved further but it'd take some work.
24938
24939 2004-08-08  Simon Josefsson  <jas@extundo.com>
24940
24941         * modules/xgethostname (Depends-on): Remove exit and error (not
24942         used).
24943
24944         * modules/getpass-gnu: Add getpass.h.
24945         (Depends-on): Add stdbool.
24946         * modules/getpass: Add getpass.h.
24947
24948 2004-08-08  Simon Josefsson  <jas@extundo.com>
24949
24950         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24951         Check getpass declaration.
24952
24953 2004-08-08  Simon Josefsson  <jas@extundo.com>
24954
24955         * lib/xgethostname.c: Don't include error.h (not used).
24956
24957         * lib/getpass.h: Add.
24958         * lib/getpass.c: Include getpass.h first.
24959
24960 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24961
24962         * lib/xalloc-die.c: New file.
24963         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24964         All uses removed.
24965         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24966         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24967         xalloc-die.c.
24968         (_, N_, xalloc_die): Move to xalloc-die.c.
24969         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24970         so that we needn't mess with xalloc_msg_memory_exhausted.
24971
24972         * lib/sha1.h: Renamed from sha.h.
24973         (SHA1_H): Renamed from _SHA_H.
24974         (sha1_ctx): Renamed from sha_ctx.
24975         (sha1_init_ctx): Renamed from sha_init_ctx.
24976         (sha1_process_block): Renamed from sha_process_block.
24977         (sha1_process_bytes): Renamed from sha_process_bytes.
24978         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24979         (sha1_read_ctx): Renamed from sha_read_ctx.
24980         (sha1_stream): Renamed from sha_stream.
24981         (sha1_buffer): Renamed from sha_buffer.
24982         * lib/sha1.c: Likewise; renamed from sha.c.
24983         Do not include <sys/types.h>.
24984         Include <stddef.h> rather than <stdlib.h>.
24985
24986 2004-08-08  Bruno Haible  <bruno@clisp.org>
24987
24988         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24989         FILESYSTEM_PREFIX_LEN.
24990         * lib/progreloc.c: Likewise.
24991         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24992
24993 2004-08-06  Simon Josefsson  <jas@extundo.com>
24994
24995         * modules/progname (Depends-on): Don't depend on stdbool.
24996
24997 2004-08-06  Simon Josefsson  <jas@extundo.com>
24998
24999         * modules/getsubopt: New file.
25000         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25001         getsubopt.
25002
25003 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25004
25005         More merge from coreutils.
25006
25007         * m4/utimens.m4, m4/utimecmp.m4: New files.
25008         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
25009         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
25010         prereq.m4, sha.m4: Import changes from coreutils.
25011
25012 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25013
25014         More merge from coreutils.
25015         * modules/raise, modules/readtokens0, modules/utimens:
25016         * modules/utimecmp, module/xnanosleep: New files.
25017         * modules/strftime: Add lib/strftime.h.
25018         Change include from <time.h> to "strftime.h".
25019         * modules/yesno: Add lib/yesno.h.
25020         * modules/backupfile: Remove lib/addext.c.
25021         * modules/euidaccess: Add stat-macros.h.
25022         * modules/canonicalize, modules/euidaccess,
25023         modules/filemode, modules/lchown, modules/makepath,
25024         modules/rmdir, modules/stat: Likewise.
25025
25026 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25027
25028         Merge from tar.
25029         * lib/argp-help.c (make_hol, hol_append): Don't assume that
25030         SIZE_MAX is a valid preprocessor constant.
25031         (__argp_basename): Change from "#ifndef _LIBC"
25032         to "#ifndef __argp_short_program_name", so that
25033         we don't compile these functions for tar.
25034
25035         More merges from coreutils.
25036         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
25037         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
25038         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
25039         * lib/addext.c: Remove; no longer needed.
25040         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
25041         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
25042         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
25043         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
25044         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
25045         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
25046         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
25047         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
25048         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
25049         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25050         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
25051         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
25052         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
25053         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
25054         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
25055         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
25056         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
25057         Import changes from coreutils.
25058
25059 2004-08-05  Simon Josefsson  <jas@extundo.com>
25060
25061         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
25062
25063 2004-08-05  Simon Josefsson  <jas@extundo.com>
25064
25065         * m4/getsubopt.m4: New file.
25066
25067 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25068
25069         Merge from coreutils.
25070
25071         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
25072         * m4/getcwd-path-max.m4: New files.
25073
25074         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
25075         FILESYSTEM_PREFIX_LEN ->
25076         FILE_SYSTEM_PREFIX_LEN.
25077         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
25078         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
25079         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
25080         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
25081
25082         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
25083         prerequisite modules now handle the DOS stuff.
25084         Don't check for unistd.h.
25085
25086 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25087
25088         Merge from coreutils.
25089
25090         * lib/.gdb-history: Remove; this doesn't belong here.
25091
25092         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
25093         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25094         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25095         * lib/getcwd.c: New files.
25096
25097         * lib/dirname.h: Include <stdbool.h>.
25098         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25099         for consistency with POSIX terminology.  All uses changed.
25100         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25101         (strip_trailing_slashes): Use bool for booleans.
25102         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25103
25104         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25105         sometimes returns a positive errno value even when it succeeds.
25106         (print_errno_message) [!LIBC]: Fall back on strerror if
25107         __strerror_r fails.
25108
25109         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25110         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25111         (longest_relative_suffix): New function.
25112         (path_concat): Use it.  Assume first argument is not NULL.
25113         Port to DOS.  Omit redundant separators.
25114         Report an error instead of returning NULL.
25115         Use mempcpy instead of memcpy.
25116         (xpath_concat): Remove: not declared or used.
25117
25118         * lib/same.h: Include <stdbool.h>
25119         (same_name): Return bool, not int.
25120         * lib/same.c (same_name): Likewise.
25121         (errno): Don't declare; we assume C89 or better now.
25122
25123         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25124         if not already defined.
25125
25126         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25127         * lib/dup-safer.c (errno): Likewise.
25128
25129 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25130
25131         Merge from coreutils.
25132         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25133         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25134         * modules/path-concat: Don't depend on strdup.
25135
25136 2004-08-03  Simon Josefsson  <jas@extundo.com>
25137
25138         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25139         * lib/progname.h: Don't include stdbool.h.
25140
25141 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25142
25143         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25144         * MODULES.html.sh (func_all_modules): Remove fatal.
25145
25146 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25147
25148         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25149
25150 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25151
25152         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25153         working.
25154
25155 2004-08-02  Simon Josefsson  <jas@extundo.com>
25156
25157         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25158         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25159         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25160
25161 2004-08-01  Simon Josefsson  <jas@extundo.com>
25162
25163         * lib/xgetdomainname.c: Include stdlib.h, for free().
25164
25165 2004-07-19  Bruno Haible  <bruno@clisp.org>
25166
25167         * MODULES.html.sh (func_all_modules): Add dummy.
25168
25169 2004-07-16  Simon Josefsson  <jas@extundo.com>
25170
25171         * modules/dummy: New file.
25172
25173 2004-07-16  Simon Josefsson  <jas@extundo.com>
25174
25175         * lib/dummy.c: New file.
25176
25177 2004-07-16  Bruno Haible  <bruno@clisp.org>
25178
25179         * lib/backupfile.h: Add extern "C" for C++.
25180         * lib/closeout.h: Likewise.
25181         * lib/copy-file.h: Likewise.
25182         * lib/findprog.h: Likewise.
25183         * lib/full-write.h: Likewise.
25184         * lib/pathname.h: Likewise.
25185         * lib/progname.h: Likewise.
25186         * lib/stpcpy.h: Likewise.
25187         * lib/stpncpy.h: Likewise.
25188         * lib/strcase.h: Likewise.
25189         * lib/strstr.h: Likewise.
25190         * lib/xalloc.h: Likewise.
25191
25192         * lib/mbswidth.h: Add extern "C" for C++.
25193         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25194
25195 2004-07-13  Robert Millan  <robertmh@gnu.org>
25196
25197         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25198
25199 2004-07-09  Simon Josefsson  <jas@extundo.com>
25200
25201         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25202         failed without this.)
25203
25204 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25205
25206         * modules/chown (Files): Add lib/fchown-stub.c, since
25207         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25208
25209 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25210
25211         * lib/fchown-stub.c: New file.
25212
25213 2004-06-24  Jim Meyering  <jim@meyering.net>
25214
25215         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25216
25217 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25218
25219         * modules/argz: Omit "#include".
25220
25221         * MODULES.html.sh (func_all_modules): Add calloc, to match
25222         2004-06-01 addition of calloc module.
25223
25224 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25225
25226         * m4/argz.m4: New file, which is autoupdated from libtool.
25227
25228 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25229
25230         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25231         libtool.
25232
25233 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25234
25235         * config/srclist-update: Don't insist on "USA." before the
25236         close-comment, as libtool omits the period and puts the */ on a
25237         separate line.
25238         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25239         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25240
25241 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25242
25243         * modules/argz: New file.
25244         * MODULES.html.sh (func_all_modules): Add argz.
25245
25246 2004-06-12  Jim Meyering  <jim@meyering.net>
25247         and  Paul Eggert  <eggert@cs.ucla.edu>
25248
25249         * modules/hash (Files): Add lib/xalloc.h.
25250         * modules/pipe (Depends-on): Add wait-process.
25251         * modules/stat (Depends-on): Add xalloc.
25252         * modules/userspec (Files): Add lib/userspec.h.
25253         * modules/xstrto
25254
25255         Upgrade from gettext-0.13.
25256         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25257         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25258         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25259
25260 2004-06-10  Jim Meyering  <jim@meyering.net>
25261
25262         * lib/calloc.c: New file.
25263
25264 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25265
25266         * lib/getdate.y (yylex): Allow space between sign and number.
25267         Problem reported by Dan Jacobson.
25268
25269 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25270
25271         Merge from coreutils CVS.
25272
25273         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25274         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25275         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25276         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25277         xstrtol.m4: Fix copyright date and/or serial number.
25278
25279         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25280         See if we need an fchown replacement.
25281         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25282         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25283         and use the replacement function if we detect either defect.
25284
25285         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25286         gl_UTIMECMP.
25287
25288 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25289         and  Jim Meyering  <jim@meyering.net>
25290
25291         Merge from coreutils CVS.
25292
25293         * lib/stat-macros.h: New file, with contents from file-type.h
25294         and coreutils' system.h.
25295         * lib/file-type.c: Include "stat-macros.h".
25296         * lib/file-type.h (file_type): Move all macro definitions to new file,
25297         stat-macros.h.
25298
25299         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25300         Wrap old code with this conditional.
25301         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25302         function that does not dereference symlinks.
25303         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25304
25305         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25306         dependency problems.
25307         (xreadlink): Accept new arg SIZE, for efficiency.
25308         All decls and uses changed.
25309         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25310
25311         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25312         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25313
25314         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25315         sysexits.h.
25316
25317 2004-06-01  Jim Meyering  <jim@meyering.net>
25318
25319         * m4/calloc.m4: New file.
25320
25321 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25322
25323         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25324         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25325         Also, fix a typo in a diagnostic.
25326
25327 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25328
25329         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25330         or AC_FUNC_REALLOC.
25331
25332 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25333
25334         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25335         macros to be defined.
25336         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25337         the allocator returns NULL because the requested size is zero.
25338
25339 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25340
25341         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25342         var.  Add comment explaining why libc still defines it.  This
25343         merges the following patch from glibc:
25344         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25345
25346 2004-05-20  Andreas Schwab  <schwab@suse.de>
25347
25348         * m4/free.m4: Replace free if it not known to work, not the other
25349         way round.
25350
25351 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25352
25353         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25354         present in glibc since revision 1.1 of this file.
25355         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25356         obstack_alignment_mask, obstack_alloc, obstack_base,
25357         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25358         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25359         obstack_grow0, obstack_init, obstack_int_grow,
25360         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25361         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25362         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25363         nonexistent functions.
25364
25365 2004-05-18  Karl Berry  <karl@gnu.org>
25366
25367         * config/srclist.txt: break link for vasnprintf.c.
25368
25369 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25370
25371         Port obstack to the AS/400, where pointers are 16 bytes wide and
25372         you cannot cast an integer to a valid pointer.  This patch is
25373         currently waiting to be integrated into glibc; see
25374         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25375
25376         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25377         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25378         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25379         (struct obstack): temp member is now a union of a pointer and
25380         an integer, instead of an integer.  All integer uses changed.
25381         This does not affect the physical layout of struct obstack,
25382         except on hosts (like the AS/400) where the size or alignment of
25383         void * is greater than that of ptrdiff_t.
25384         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25385         __STDC__)]: Store temporary in pointer member of union, not
25386         integer member.
25387         * lib/obstack.c: Include <stddef.h>, for offsetof.
25388         (struct fooalign): Remove; it doesn't need a name.
25389         (union fooround): Change double to long double, and add void *.
25390         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25391         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25392         not a macro.  Hence the values are always int; so remove all
25393         casts-to-int in uses.
25394
25395 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25396
25397         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25398         we can get this patch merged into glibc.
25399
25400 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25401             Paul Eggert  <eggert@cs.ucla.edu>
25402
25403         * m4/argp: Depend on alloca.
25404
25405 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25406             Paul Eggert  <eggert@cs.ucla.edu>
25407
25408         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25409         freecoding.
25410
25411 2004-05-17  Bruno Haible  <bruno@clisp.org>
25412
25413         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25414         precision that consists of a '.' followed by an empty digit string.
25415         Patch by Tor Lillqvist <tml@iki.fi>.
25416
25417 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25418
25419         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25420         for backward compatibility with older code.  We need our own
25421         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25422         it under some other name, and our alloca.h will define it.
25423
25424 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25425             Derek Price  <derek@ximbiot.com>
25426
25427         * lib/alloca.c: Include <alloca.h>, to get our interface.
25428         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25429         include <alloca.h> first.  Use C89 prototype for alloca; this
25430         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25431         Use #elif for simplicity, since we can assume C89 now.
25432         Don't try to source the system alloca.h since it will not be found
25433         and to prevent recursively including its replacement.
25434         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25435         * lib/regex.c: Likewise.
25436
25437 2004-05-16  Derek Price  <derek@ximbiot.com>
25438             Paul Eggert  <eggert@cs.ucla.edu>
25439
25440         getline cleanup.  This changes the getndelim2 API: both order of
25441         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25442         no delimiter).
25443
25444         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25445         interface does that.
25446         (getline): Always use getdelim, so that we don't have two
25447         copies of this code.
25448         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25449         if available.
25450         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25451         (GETNDELIM2_MAXIMUM): New macro.
25452         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25453         instead of the old practice of delim2==0.  All callers changed.
25454         Return -1 on overflow, instead of returning junk.
25455         Do not set *linesize unless allocation succeeds.
25456         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25457         that we include sys/types.h.
25458         * lib/getnline.h: Likewise.
25459         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25460         (getndelim2): Reorder arguments.
25461         * lib/getnline.c (getnline, getndelim):
25462         Don't discard the NMAX argument.
25463         (getnline): Invoke getndelim, to avoid code duplication.
25464         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25465         of (size_t) -1 by callers of the getnline family.
25466
25467 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25468
25469         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25470         Check for gettimeofday.
25471         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25472         Check for settimeofday, stime.
25473
25474 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25475
25476         * lib/nanosleep.c (suspended): Change its type from int to
25477         sig_atomic_t volatile.
25478         (first_call): Make it private to rpl_nanosleep, and have it
25479         be zero initially as that's a bit faster.
25480         (my_usleep): Round up fractional times instead of truncating them,
25481         as this is the usual meaning for 'sleep'.
25482
25483         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25484         doesn't work.
25485         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25486         (ENOSYS): Define if not defined.
25487         (settime): Fall back on stime if it exists and settimeofday fails.
25488         But don't bother with fallbacks if a method fails with errno == EPERM.
25489
25490 2004-05-11  Jim Meyering  <jim@meyering.net>
25491
25492         Prior to this change, the save_cwd caller required read access to the
25493         current directory on most systems (ones with the fchdir function).
25494
25495         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25496         fails, try write-only, and finally, resort to using xgetcwd.
25497
25498 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25499
25500         * lib/obstack.c, obstack.h: Import changes from libc.
25501
25502 2004-04-28  Bruno Haible  <bruno@clisp.org>
25503
25504         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25505         also implicitly appends .exe to executables.
25506         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25507         accepts Windows pathnames.
25508         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25509         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25510         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25511         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25512         Reported by Derek Robert Price <derek@ximbiot.com>.
25513
25514 2004-04-21  Karl Berry  <karl@gnu.org>
25515
25516         * config/srclist.txt (localcharset.c): break sync.
25517
25518 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25519
25520         * m4/host-os.m4: Add a copyright notice.
25521
25522 2004-04-20  Jim Meyering  <jim@meyering.net>
25523
25524         Change UTILS_ to gl_ in AC_DEFINE'd names.
25525         Change utils_- and jm_-prefixed variables, too.
25526         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25527         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25528         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25529
25530         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25531         Don't emit trailing blanks.
25532         Also rename jm_-prefixed variables to have gl_ prefix.
25533
25534         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25535         Also rename jm_-prefixed variables to have gl_ prefix.
25536
25537         * m4/jm-macros.m4: Reflect the renamings.
25538         * m4/prereq.m4: Likewise.
25539
25540 2004-04-20  Jim Meyering  <jim@meyering.net>
25541
25542         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25543         memory.
25544
25545 2004-04-20  Jim Meyering  <jim@meyering.net>
25546             Bruno Haible  <bruno@clisp.org>
25547
25548         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25549         memory when realloc fails.
25550
25551 2004-04-19  Jim Meyering  <jim@meyering.net>
25552
25553         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25554         now that readutmp.c may call `free (0)'.
25555
25556 2004-04-19  Bruno Haible  <bruno@clisp.org>
25557
25558         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25559         * m4/inttypes_h.m4: Likewise.
25560         * m4/stdint_h.m4: Likewise.
25561         * m4/intmax_t.m4: Likewise.
25562         * m4/uintmax_t.m4: Likewise.
25563
25564 2004-04-18  Jim Meyering  <jim@meyering.net>
25565
25566         * m4/prereq.m4: Don't forbid jm_ prefix.
25567
25568         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25569         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25570         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25571         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25572         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25573         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25574         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25575         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25576         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25577         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25578         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25579         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25580         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25581         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25582         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25583         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25584         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25585         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25586         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25587
25588 2004-04-18  Jim Meyering  <jim@meyering.net>
25589
25590         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25591         failure, don't leak memory and do call END_UTMP_ENT.
25592
25593 2004-04-16  Jim Meyering  <jim@meyering.net>
25594
25595         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25596         coreutils' stat program.
25597         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25598
25599 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25600
25601         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25602         C89.
25603         (CHAR_BIT): Remove, since we assume C89.
25604         Include <stdint.h> if available, as per current Autoconf CVS advice.
25605
25606 2004-03-31  Jim Meyering  <jim@meyering.net>
25607
25608         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25609         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25610         * m4/xalloc.m4: Likewise.
25611
25612 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25613
25614         Merge from coreutils.
25615
25616         * m4/inttostr.m4: New file.
25617         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25618         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25619         Require gl_CLOCK_TIME.
25620         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25621
25622 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25623
25624         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25625         not bool, to be more consistent with Unix conventions.
25626         Suggested by Bruno Haible.
25627
25628         Merge from coreutils.
25629
25630         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25631         * lib/umaxtostr.c: New files.
25632
25633         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25634         the usual <time.h> dance.
25635         (get_date): Change signature to support fractional time stamps.
25636         All callers changed.
25637         * lib/getdate.y: Include "getdate.h" first, as we can now
25638         assume C89 and don't need to worry about 'const'.
25639         Similarly, include "unlocked-io.h" near start, not in middle.
25640         Include <limits.h>.
25641         (textint.value): Use long int rather than int.
25642         (textint.digits): Use size_t rather than int.
25643         (BILLION, LOG10_BILLION): New constants.
25644         (parser_control): New member rel_ns.  Members day_ordinal,
25645         time_zone, month, day, hour, minutes, rel_year, rel_month,
25646         rel_day, rel_hour, rel_minutes, rel_seconds
25647         are now long int, not int.  Member seconds is now struct timespec,
25648         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25649         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25650         not int.
25651         (%union.intval): Now long int, not int.
25652         New member timespec.
25653         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25654         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25655         (spec): Now is a timespec or an item list.
25656         (timespec, items): New nonterminals.
25657         (time, rel, relunit, number, get_date):
25658         Add support for fractional seconds.
25659         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25660         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25661         (to_hour): First arg is now long int, not int.
25662         (to_year): Returns long int, not int.
25663         Don't treat year -70 like 70.
25664         (tm_diff): Returns long int, not int.
25665         (lookup_word): Use bool instead of int when appropriate.
25666         (yylex): Use size_t for count, not int.
25667         Detect overflow when parsing large integer constants.
25668         Add support for fractions.
25669         (get_date): Make pointers 'const' if possible.
25670         Use more-portable code to detect integer overflow.
25671         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25672         Don't use ctime; it's not reliable if the year has >4 digits.
25673
25674         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25675         This is for compatibility with BSD.
25676
25677         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25678         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25679         From coreutils' system.h.
25680
25681         * lib/userspec.c: Don't include "posixver.h".
25682         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25683         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25684         compatible extension.  Simplify code by removing a boolean int
25685         that was always nonzero if a string was nonnull.
25686
25687 2004-03-30  Jim Meyering  <jim@meyering.net>
25688
25689         Merge from coreutils.
25690
25691         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25692         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25693         on some systems one must include <grp.h> before it.
25694         Reported by Christian Krackowizer.
25695
25696 2004-03-30  Jim Meyering  <jim@meyering.net>
25697
25698         Merge from coreutils.
25699
25700         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25701
25702         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25703         an empty input stream.
25704
25705         * lib/readtokens.c: Include <stdbool.h>.
25706         (readtoken): Use `size_t' rather than int/long.
25707         All callers adjusted.
25708         Use `bool' rather than `int' where appropriate.
25709         Use memset rather than an explicit loop.
25710         Use x2nrealloc rather than xrealloc.
25711         Allow the use of `\0' as a delimiter.
25712         (readtokens): Likewise.
25713         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25714
25715 2004-03-30  Jim Meyering  <jim@meyering.net>
25716
25717         * m4/realloc.m4: Remove file, since now it does no more than
25718         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25719         the `configure.ac' section of module/realloc.
25720         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25721
25722 2004-03-30  Bruno Haible  <bruno@clisp.org>
25723
25724         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25725         nonnull.
25726
25727 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25728
25729         Merge changes to getloadavg.c from coreutils and Emacs.
25730
25731         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25732         Define to an expression, not to the empty string.
25733         Include cloexec.h and xalloc.h.
25734         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25735         Use set_cloexec_flag rather than rolling our own.
25736         * lib/cloexec.c, lib/cloexec.h: New files.
25737
25738 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25739
25740         * m4/cloexec.m4: New file.
25741
25742 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25743
25744         * lib/getopt.h: Sync with libc CVS.
25745
25746 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25747             Bruno Haible  <bruno@clisp.org>
25748
25749         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25750         mbswidth.
25751
25752 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25753             Bruno Haible  <bruno@clisp.org>
25754
25755         * lib/mbswidth.h: Include <wchar.h> only if
25756         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25757         <wchar.h>.
25758         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25759
25760 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25761
25762         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25763         Sync with libc CVS.
25764         * lib/getopt_int.h: New file, also synced from libc.
25765
25766 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25767
25768         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25769         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25770         Bring back getopt.c, getopt.h, getopt1.c.
25771
25772 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25773
25774         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25775         All uses changed.  Check for sa_sigaction member; this fixes
25776         a bug first reported by Jason Andrade in
25777         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25778
25779 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25780
25781         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25782         '#if' expressions.  Unlike the code it replaces, it does not
25783         depend on (defined _SC_PAGESIZE).  However, it does depend on
25784         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25785         first reported by Jason Andrade in
25786         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25787
25788 2004-02-25  Simon Josefsson  <jas@extundo.com>
25789
25790         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25791
25792 2004-02-25  Simon Josefsson  <jas@extundo.com>
25793
25794         * lib/strdup.h: New file.
25795         * lib/strdup.c: Include it.
25796         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25797         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25798
25799 2004-02-23  Karl Berry  <karl@gnu.org>
25800
25801         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25802         (from fencepost.gnu.org:/gd/gnuorg).
25803
25804 2004-02-23  Karl Berry  <karl@gnu.org>
25805
25806         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25807         * config/srclist.txt: add maintain/standards documents.
25808
25809 2004-02-18  Bruno Haible  <bruno@clisp.org>
25810
25811         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25812         Reported by Derek Robert Price <derek@ximbiot.com>.
25813
25814 2004-02-16  Karl Berry  <karl@gnu.org>
25815
25816         * config/mkinstalldirs, install-sh: update from automake.
25817
25818 2004-02-06  Karl Berry  <karl@gnu.org>
25819
25820         * m4/po.m4: update from gettext 0.14.1.
25821
25822 2004-02-06  Karl Berry  <karl@gnu.org>
25823
25824         * lib/config.charset: update from gettext 0.14.1.
25825
25826 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25827
25828         Add comments and code, prompted by suggestions from Bruno Haible
25829         for sh-quote.
25830         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25831         describing the enum quoting_style values.
25832         * lib/quotearg.c (quotearg_alloc): New function.
25833         (quotearg_buffer_restyled): Treat lone { and } as special.
25834         Treat = as special.  Work around bug with older shells
25835         that "see" a '\' that is really the 2nd byte of a multibyte char.
25836         Quote empty string with shell_quoting_style.
25837
25838 2004-02-03  Bruno Haible  <bruno@clisp.org>
25839
25840         * m4/pipe.m4: New file, from GNU gettext.
25841
25842 2004-02-03  Bruno Haible  <bruno@clisp.org>
25843
25844         * lib/pipe.h: New file, from GNU gettext.
25845         * lib/pipe.c: New file, from GNU gettext.
25846
25847 2004-01-27  Bruno Haible  <bruno@clisp.org>
25848
25849         * m4/execute.m4: New file, from GNU gettext.
25850
25851 2004-01-27  Bruno Haible  <bruno@clisp.org>
25852
25853         * lib/execute.h: New file, from GNU gettext.
25854         * lib/execute.c: New file, from GNU gettext.
25855         * lib/w32spawn.h: New file, from GNU gettext.
25856
25857 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25858
25859         Merge from diffutils.
25860
25861         * lib/file-type.c (file_type): Add typed memory objects.
25862         * lib/file-type.h (S_TYPEISTMO): New macro.
25863
25864         * lib/c-stack.h (c_stack_action): Remove argv argument.
25865         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25866         (die): Don't calculate message unless segv_action returns.
25867         (get_stack_location, min_address_from_argv, max_address_from_argv,
25868         volatile stack_base, volatile_stack_size): Remove.
25869         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25870         that every segmentation violation is a stack overflow.  (Ouch!)
25871         See Debian bug 136249 (still outstanding) for more info about why
25872         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25873
25874 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25875
25876         Exit-status fix from coreutils.
25877
25878         Use exit_failure consistently in place of EXIT_FAILURE,
25879         so that program exit statuses are consistent on failure.
25880
25881         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25882         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25883         * lib/argmatch.h: Comment fix to match the above.
25884         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25885         Now a macro referring to exit_failure, instead of a separate
25886         variable.  Include "exitfail.h" to get it.
25887         * lib/xstrtol.h: Include "exitfail.h".
25888         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25889
25890         * lib/long-options.c (parse_long_options): Use prototype
25891         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25892         for clarity.
25893
25894 2004-01-21  Jim Meyering  <jim@meyering.net>
25895
25896         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25897         so as not to conflict with a different-sized __mktime_internal
25898         function in GNU libc.
25899         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25900         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25901
25902 2004-01-20  Karl Berry  <karl@gnu.org>
25903
25904         * config/config.guess: update from config.
25905
25906         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25907
25908 2004-01-20  Bruno Haible  <bruno@clisp.org>
25909
25910         Safer stack allocation.
25911         * lib/setenv.c: Include allocsa.h.
25912         (alloca): Remove fallback definition.
25913         (freea): Remove macro.
25914         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25915         instead of freea.
25916
25917 2004-01-20  Bruno Haible  <bruno@clisp.org>
25918
25919         * m4/eealloc.m4: New file, from GNU gettext.
25920
25921 2004-01-20  Bruno Haible  <bruno@clisp.org>
25922
25923         * m4/allocsa.m4: New file, from GNU gettext.
25924
25925 2004-01-20  Bruno Haible  <bruno@clisp.org>
25926
25927         * lib/xallocsa.h: New file, from GNU gettext.
25928         * lib/xallocsa.c: New file, from GNU gettext.
25929
25930 2004-01-20  Bruno Haible  <bruno@clisp.org>
25931
25932         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25933
25934 2004-01-20  Bruno Haible  <bruno@clisp.org>
25935
25936         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25937         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25938         specially.
25939
25940 2004-01-20  Bruno Haible  <bruno@clisp.org>
25941
25942         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25943         patch.
25944
25945 2004-01-20  Bruno Haible  <bruno@clisp.org>
25946
25947         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25948
25949 2004-01-20  Bruno Haible  <bruno@clisp.org>
25950
25951         * lib/eealloc.h: New file.
25952
25953 2004-01-20  Bruno Haible  <bruno@clisp.org>
25954
25955         * lib/binary-io.h: Avoid warnings on Cygwin.
25956
25957 2004-01-20  Bruno Haible  <bruno@clisp.org>
25958
25959         * lib/allocsa.h: New file, from GNU gettext.
25960         * lib/allocsa.c: New file, from GNU gettext.
25961
25962 2004-01-18  Karl Berry  <karl@gnu.org>
25963
25964         * doc/gpl.texi, doc/lgpl.texi: new files.
25965
25966 2004-01-18  Karl Berry  <karl@gnu.org>
25967
25968         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25969         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25970
25971 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25972
25973         Merge from coreutils.
25974
25975         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25976         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25977         (gl_DEFAULT_POSIX2_VERSION): Move
25978         the documentation from 'configure' into 'config.hin',
25979         so that 'configure --help' isn't burdened by it and
25980         we don't have to worry about its formatting there.
25981         Reword the documentation so that it's more succinct
25982         and can be run together into a single paragraph.
25983         * m4/same.m4 (gl_SAME): Check for pathconf.
25984
25985 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25986
25987         Merge from coreutils.
25988
25989         * lib/posixver.c: Include posixver.h.
25990
25991         * lib/same.c: Include <stdbool.h>, <limits.h>.
25992         (_POSIX_NAME_MAX): Define if not defined.
25993         (MIN): New macro.
25994         (same_name): If file names are silently truncated, report
25995         that the file names are the same if they are the same after
25996         the silent truncation.
25997
25998         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25999         conversion function.
26000         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
26001         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
26002         longer needed.
26003
26004 2004-01-15  Jim Meyering  <jim@meyering.net>
26005
26006         Merge from coreutils.
26007
26008         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
26009         if no library is required.
26010         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
26011         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
26012         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
26013         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
26014         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
26015         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
26016         value, $ac_cv_search_crypt, if it's "none required".
26017         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
26018         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
26019         not gl_FUNC_GETLOADAVG.
26020         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
26021         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
26022
26023 2004-01-15  Jim Meyering  <jim@meyering.net>
26024
26025         Merge from coreutils.
26026
26027         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
26028         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
26029         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
26030
26031         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
26032         optional configure-time default.
26033
26034         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26035
26036         * lib/xreadlink.c (xreadlink): Correct outdated comment.
26037
26038 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
26039
26040         Merge from coreutils.
26041
26042         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
26043         value, $ac_cv_search_nanosleep, if it's "none required".
26044
26045 2004-01-14  Paul Eggert  <eggert@twinsun.com>
26046
26047         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
26048         with like-named macro in fnmatch.c.
26049         (EXT): Use an internal constant instead.
26050
26051         Merge fnmatch patches from glibc.
26052         * lib/fnmatch.c (mbsinit): Remove define.
26053         Add libc_hidden_ver (__fnmatch, fnmatch).
26054         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
26055         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
26056
26057 2004-01-14  Karl Berry  <karl@gnu.org>
26058
26059         * config/install-sh: update from automake.
26060
26061 2004-01-13  Karl Berry  <karl@gnu.org>
26062
26063         * config/install-sh: update from automake.
26064
26065 2004-01-09  Karl Berry  <karl@gnu.org>
26066
26067         * config/install-sh: update from automake.
26068
26069 2004-01-05  Karl Berry  <karl@gnu.org>
26070
26071         * config/config.{sub,guess}: update from config.
26072
26073 2003-12-31  Karl Berry  <karl@gnu.org>
26074
26075         * config/depcomp: update from automake.
26076
26077 2003-12-14  Karl Berry  <karl@gnu.org>
26078
26079         * lib/config.charset: update from gettext-runtime.
26080
26081 2003-12-03  Paul Eggert  <eggert@twinsun.com>
26082
26083         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
26084         Bug reported by Alfred M. Szmidt.
26085
26086 2003-12-03  Bruno Haible  <bruno@clisp.org>
26087
26088         * m4/gettext.m4: Upgrade from gettext-0.13.
26089         * m4/po.m4: Upgrade from gettext-0.13.
26090         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
26091         * m4/intmax.m4: New file, from gettext-0.13.
26092         * m4/printf-posix.m4: New file, from gettext-0.13.
26093
26094 2003-11-29  Karl Berry  <karl@gnu.org>
26095
26096         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26097
26098 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26099             Bruno Haible  <bruno@clisp.org>
26100
26101         * lib/printf-parse.h: Don't include sys/types.h.
26102         (ARG_NONE): New macro.
26103         (char_directive): Change type of *arg_index fields to size_t.
26104         * lib/printf-parse.c: Don't include sys/types.h.
26105         (SSIZE_MAX): Remove macro.
26106         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26107         Remove unnecessary overflow check.
26108         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26109         fields.
26110
26111 2003-11-25  Bruno Haible  <bruno@clisp.org>
26112
26113         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26114
26115 2003-11-25  Bruno Haible  <bruno@clisp.org>
26116
26117         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26118         gt_TYPE_SSIZE_T.
26119
26120 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26121
26122         * modules/alloca: Remove dependency on xalloc.
26123
26124 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26125
26126         * lib/alloca.c: Remove dependency on xalloc module.
26127         (xalloc_die): Remove.
26128         (memory_full) [!defined emacs]: New macro.
26129         [!defined emacs]: Don't include xalloc.h.
26130         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26131         address arithmetic overflows.  Change datatypes a bit to avoid
26132         unnecessary casts.
26133
26134 2003-11-22  Jim Meyering  <jim@meyering.net>
26135
26136         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26137         s/size/size_t/.
26138
26139 2003-11-21  Karl Berry  <karl@gnu.org>
26140
26141         * config/config.{sub,guess}: update from config.
26142
26143 2003-11-18  Karl Berry  <karl@gnu.org>
26144
26145         * config/config.{sub,guess}: update from config.
26146
26147         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26148
26149 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26150
26151         * README: Mention that S+T cannot overflow if S is the size of
26152         an existing object and T is sufficiently small.
26153
26154 2003-11-17  Jim Meyering  <jim@meyering.net>
26155
26156         On systems without utime and without a utimes function capable of
26157         dealing with a NULL struct utimbuf* argument, this utime replacement
26158         could -- in unusual circumstances -- leak a file descriptor.
26159         * lib/utime.c: Include <unistd.h> and <errno.h>.
26160         (utime_null): Be sure to close `fd' and to preserve errno.
26161         Reported by Geoff Collyer via Arnold Robbins.
26162
26163 2003-11-17  Bruno Haible  <bruno@clisp.org>
26164
26165         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26166         (Depends-on): Add xsize.
26167
26168 2003-11-17  Bruno Haible  <bruno@clisp.org>
26169
26170         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26171
26172 2003-11-17  Bruno Haible  <bruno@clisp.org>
26173
26174         * lib/vasnprintf.c (alloca): Remove fallback definition.
26175         (freea): Remove definition.
26176         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26177         Reported by Paul Eggert.
26178
26179 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26180             Bruno Haible  <bruno@clisp.org>
26181
26182         Protect against address arithmetic overflow.
26183         * lib/printf-args.h: Include stddef.h.
26184         (arguments): Change type of field 'count' to size_t.
26185         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26186         'unsigned int' where appropriate.
26187         * lib/printf-parse.h: Include sys/types.h.
26188         (char_directive): Change type of *arg_index fields to ssize_t.
26189         (char_directives): Change type of fields 'count', max_*_length to
26190         size_t.
26191         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26192         (SSIZE_MAX): Define fallback value.
26193         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26194         instead of 'int' where appropriate. Check a_allocated, d_allocated
26195         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26196         * lib/vasnprintf.c: Include xsize.h.
26197         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26198         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26199         overflow. Avoid wraparound when converting a width or precision from
26200         decimal to binary.
26201
26202 2003-11-16  Bruno Haible  <bruno@clisp.org>
26203
26204         Update from GNU gettext.
26205         * lib/printf-parse.c: Generalize to it can be compiled for wide
26206         strings.
26207         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26208         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26209         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26210         SNPRINTF): New macros.
26211         Don't include <alloca.h> if the file is used inside libintl.
26212         (local_wcslen): New function, for Solaris 2.5.1.
26213         (VASNPRINTF): Use it instead of wcslen.
26214
26215 2003-11-16  Bruno Haible  <bruno@clisp.org>
26216
26217         * lib/xsize.h (xmax): New function.
26218         (xsum, xsum3, xsum4): Declare as "pure" functions.
26219
26220 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26221
26222         * modules/xalloc (Files): Undo latest change, since xalloc.h
26223         no longer needs SIZE_MAX or PTRDIFF_MAX.
26224
26225 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26226
26227         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26228         gl_PTRDIFF_MAX.
26229
26230 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26231
26232         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26233         "return", to pacify some unknown compiler.  Problem reported
26234         by Joerg Schilling.
26235
26236 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26237
26238         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26239         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26240         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26241         heuristic is just as accurate as far as we know, and it removes a
26242         dependency on size_max.m4 and ptrdiff_max.m4.
26243
26244 2003-11-11  Bruno Haible  <bruno@clisp.org>
26245
26246         * modules/xsize (Files): Add m4/size_max.m4.
26247         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26248
26249 2003-11-11  Bruno Haible  <bruno@clisp.org>
26250
26251         * m4/size_max.m4: New file.
26252         * m4/ptrdiff_max.m4: New file.
26253         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26254         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26255         (gl_XALLOC): Invoke it.
26256
26257 2003-11-11  Bruno Haible  <bruno@clisp.org>
26258
26259         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26260         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26261         defined.
26262
26263 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26264
26265         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26266         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26267         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26268         From Bruno Haible.
26269         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26270         not (size_t) -1, since it's defined here.
26271
26272 2003-11-09  Karl Berry  <karl@gnu.org>
26273
26274         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26275
26276 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26277
26278         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26279         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26280         Reject sizes of exactly SIZE_MAX bytes.
26281         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26282         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26283
26284 2003-11-05  Bruno Haible  <bruno@clisp.org>
26285
26286         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26287         SIZE_MAX defined in <limits.h> on Solaris.
26288
26289 2003-11-04  Jim Meyering  <jim@meyering.net>
26290
26291         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26292         variable names, rather than @VAR@.
26293         * modules/poll: Likewise.
26294
26295 2003-11-04  Bruno Haible  <bruno@clisp.org>
26296
26297         * modules/xsize: New file.
26298         * modules/linebreak: Depend on xsize.
26299         * MODULES.html.sh (func_all_modules): Add xsize.
26300
26301 2003-11-04  Bruno Haible  <bruno@clisp.org>
26302
26303         * m4/xsize.m4: New file.
26304
26305 2003-11-04  Bruno Haible  <bruno@clisp.org>
26306
26307         * lib/xsize.h: New file.
26308         * lib/linebreak.c: Include xsize.h.
26309         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26310         argument for overflow.
26311         Suggested by Paul Eggert.
26312
26313 2003-11-03  Karl Berry  <karl@gnu.org>
26314
26315         * config/config.{guess,sub}: update from config.
26316
26317 2003-11-03  Jim Meyering  <jim@meyering.net>
26318
26319         * modules/userspec (lib_SOURCES): Add userspec.h.
26320         (Include): Add "userspec.h".
26321         Improve description.
26322
26323 2003-11-03  Jim Meyering  <jim@meyering.net>
26324
26325         * lib/userspec.c: Include "userspec.h".
26326         * lib/userspec.h: New file.
26327
26328 2003-11-03  Bruno Haible  <bruno@clisp.org>
26329
26330         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26331
26332 2003-11-03  Bruno Haible  <bruno@clisp.org>
26333
26334         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26335         available, to avoid (extremely rare) race condition.
26336         Suggested by Paul Eggert.
26337
26338 2003-11-02  Karl Berry  <karl@gnu.org>
26339
26340         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26341
26342 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26343
26344         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26345         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26346         (read_filesystem_list): Set and use me_type_malloced.
26347         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26348         whatever the type happens to be), for brevity and consistency.
26349         Check for size calculation overflow on Alphas running OSF/1.
26350
26351 2003-10-31  Jim Meyering  <jim@meyering.net>
26352
26353         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26354
26355         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26356
26357 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26358             Bruno Haible  <bruno@clisp.org>
26359
26360         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26361         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26362
26363 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26364
26365         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26366         netbsd*-gnu*.  Suggested by Robert Millan.
26367
26368 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26369
26370         * modules/group-member: Depend on stdbool.
26371
26372 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26373
26374         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26375
26376 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26377
26378         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26379         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26380         after the 'gnu' in these cases.  This fixes some bugs in the
26381         previous change, and is based on suggestions by Robert Millan.
26382
26383 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26384
26385         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26386         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26387         no longer needed.
26388         * lib/quotearg.c (quotearg_n_options): Use it.
26389         * lib/group-member.c: Include <stdbool.h>.
26390         (free_group_info): Arg is now const *; don't free arg.
26391         (get_group_info): Now returns bool and accepts struct group_info *,
26392         rather than returning a malloc'ed struct group_info *.
26393         All uses changed.  Check for overflow in internal size calculation.
26394
26395         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26396         rather than xmalloc/xrealloc.
26397         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26398         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26399         conformance bug: the old code used a pointer after freeing the
26400         storage that it addressed.
26401         * lib/hash.c (hash_initialize): Simplify the code by using
26402         xalloc_oversized rather than doing it by hand.
26403         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26404         the buffer preserved.  Use free and xmalloc instead.
26405         * lib/quotearg.c (quotearg_n_options): Likewise.
26406         Use a simpler test for size overflow.  Don't use xalloc_oversized
26407         because unsigned int might be wider than size_t (!); this suggests
26408         that we should switch from unsigned int to size_t for slot numbers.
26409
26410 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26411
26412         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26413         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26414         NetBSD kernels.  Requested by Richard Stallman.
26415
26416 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26417
26418         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26419         to allocate the returned structure.  Do not allocate a subarray,
26420         as x2nrealloc will do that.
26421         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26422         instead of xnrealloc.
26423         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26424
26425 2003-10-27  Bruno Haible  <bruno@clisp.org>
26426
26427         * lib/stdbool_.h: Better support for BeOS.
26428
26429 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26430
26431         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26432         now uses inline.
26433
26434 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26435
26436         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26437         callers that want to do their own size-overflow checking.  Include
26438         <stdbool.h>, since xalloc_oversized returns bool.
26439         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26440         to use xalloc_oversized.
26441
26442         Add two functions x2realloc, x2nrealloc, for programs that grow
26443         arrays dynamically by doubling their sizes.
26444         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26445         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26446         New functions.
26447
26448         Port to C99 semantics for 'inline' of external functions.
26449         Bug reported by Bruno Haible.
26450         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26451         with the old contents of xnmalloc.
26452         (xnmalloc, xmalloc): Use it.
26453         (xnrealloc_inline): New static inline function,
26454         with the old contents of xnrealloc.
26455         (xnrealloc, xrealloc): Use it.
26456
26457         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26458         that.
26459
26460 2003-10-26  Karl Berry  <karl@gnu.org>
26461
26462         * config/srclist.txt (COPYING.DOC): no longer available from
26463         /gd/gnuorg; don't know where the ultimate source is.
26464
26465 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26466
26467         Fix several address-calculation bugs in the hash modules,
26468         plus some minor code cleanup.
26469
26470         * lib/hash.h: Include <stdbool.h>, for bool.
26471         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26472         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26473         hash_get_n_entries, hash_get_max_bucket_length,
26474         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26475         hash_rehash): Use size_t rather than unsigned.
26476         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26477         hash_get_n_buckets_used, hash_get_n_entries,
26478         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26479         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26480         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26481         Likewise.
26482         (SIZE_MAX): Define if not defined.
26483         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26484         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26485         hash_print):
26486         Use const * when possible.
26487         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26488         (check_tuning): Fix bug: if tuning parameters were very close to
26489         0 or 1, rounding errors could have caused subscript violations.
26490         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26491         (hash_initialize): Add 'fail:' label
26492         to free table and return NULL, and use it to simplify code.
26493         Use calloc rather than clearing the storage ourself.
26494         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26495         buffer size calculations.
26496         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26497         Include <stddef.h>, for size_t.
26498         * lib/hash-pjw.c (hash_pjw): Likewise.
26499         Switch to method described by Bruno Haible.
26500         Include <limits.h>, for CHAR_BIT.
26501         (SIZE_BITS): New macro.
26502
26503 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26504
26505         * m4/getline.m4 (AM_FUNC_GETLINE):
26506         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26507         hosts.  Problem reported by Derek Robert Price in
26508         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26509         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26510         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26511
26512 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26513
26514         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26515         ceiling the allocation at NMAX bytes rather than silently
26516         discarding input bytes before NMAX is reached.  This makes
26517         a difference only if NMAX exceeds SIZE_MAX / 2.
26518
26519         * lib/obstack.c: Merge from glibc.
26520         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26521         Add libc_hidden_def (_obstack_newchunk).
26522         (_obstack_free) [! defined _LIBC]: Remove.
26523         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26524         a clone of the function body.
26525         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26526         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26527
26528         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26529         glibc.
26530         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26531         arg to memcpy.
26532
26533         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26534         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26535         Don't use lvalue casts, as GCC plans to remove support for them
26536         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26537         was also present in the non-GCC version, indicating that this
26538         code had always been buggy and had never been widely used.
26539         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26540         Use the fast variant of each macro, rather than copying the
26541         definiens of the fast variant; that way, we'll be more likely to
26542         catch future bugs in the fast variants.
26543
26544 2003-10-20  Bruno Haible  <bruno@clisp.org>
26545
26546         * modules/wait-process: New file.
26547         * MODULES.html.sh (func_all_modules): Add wait-process.
26548
26549 2003-10-20  Bruno Haible  <bruno@clisp.org>
26550
26551         * m4/wait-process.m4: New file.
26552
26553 2003-10-20  Bruno Haible  <bruno@clisp.org>
26554
26555         * lib/wait-process.h: New file, from GNU gettext.
26556         * lib/wait-process.c: New file, from GNU gettext.
26557
26558 2003-10-19  Jim Meyering  <jim@meyering.net>
26559
26560         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26561         HPUX 10.20.
26562
26563 2003-10-18  Karl Berry  <karl@gnu.org>
26564
26565         * config/config.guess: update from config.
26566
26567 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26568
26569         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26570         (getgroups): First arg is int, not size_t.
26571         Don't let 'free' mangle errno.
26572
26573 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26574
26575         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26576
26577 2003-10-16  Karl Berry  <karl@gnu.org>
26578
26579         * config/config.{guess,sub}: update from config.
26580
26581 2003-10-16  Jim Meyering  <jim@meyering.net>
26582
26583         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26584         memcpy.
26585
26586 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26587
26588         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26589         (SIZE_MAX): Remove.
26590         (new_exclude, add_exclude_file): Initial size no longer needs to
26591         be a power of 2.
26592         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26593         our own address arithmetic overflow checking.
26594
26595         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26596         (fnmatch): Do not alloca more than 2000 wide characters;
26597         instead, use malloc for large buffers.
26598         Check for address arithmetic overflow, and return -1
26599         with errno set to ENOMEM in that case.
26600         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26601         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26602         instead, return -1.  Check for address arithmetic overflow.
26603
26604 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26605
26606         Handle invalid suffixes and overflow independently, so that
26607         callers can treat them independently as needed.  Fix some bugs in
26608         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26609         suffix for a human-readable blocksize.  The major caller-visible
26610         change is the addition of a new
26611         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26612         that both overflow and suffix chars were found.
26613
26614         * lib/human.c (humblock): Don't check separately for invalid suffix
26615         char; that is xstrtoumax's job (now that its bug is fixed).
26616         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26617         INTMAX_MAX]: New macros.
26618         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26619         TYPE_MAXIMUM): New macros.
26620         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26621         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26622         if overflow occurs, as it's what __strtol does and it's more useful
26623         in practice.
26624         (__xstrtol): If __strtol reports some error other than ERANGE,
26625         reflect it to the caller as LONGINT_INVALID.  If it reports
26626         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26627         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26628         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26629         value.
26630         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26631         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26632         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26633         [defined UINTMAX_MAX]: New macros.
26634
26635 2003-10-14  Bruno Haible  <bruno@clisp.org>
26636
26637         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26638
26639 2003-10-14  Bruno Haible  <bruno@clisp.org>
26640
26641         * m4/sig_atomic_t: New file, from GNU gettext.
26642         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26643
26644 2003-10-14  Bruno Haible  <bruno@clisp.org>
26645
26646         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26647         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26648         Also use volatile where needed.
26649
26650 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26651
26652         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26653         Change maintainer from Bruno Haible to 'all'.
26654
26655 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26656
26657         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26658
26659 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26660
26661         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26662         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26663         and define in terms of the other primitives.
26664         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26665         (SIZE_MAX): Define if not already defined.
26666         (array_size_overflow): New function.
26667         (xalloc_die): Abort instead of exiting if 'error' returns.
26668         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26669         (xmalloc, xrealloc): Use them.
26670         (xcalloc): Check for address arithmetic overflow.
26671         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26672         a bit faster than strcpy.
26673
26674 2003-10-10  Simon Josefsson  <jas@extundo.com>
26675
26676         * modules/argp (Depends-on): Add restrict and strcase.
26677
26678 2003-10-10  Simon Josefsson  <jas@extundo.com>
26679
26680         * m4/argp.m4: Add AC_C_INLINE.
26681
26682 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26683
26684         Merge getpass from libc, plus a few fixes.
26685
26686         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26687         Include <stdbool.h>.
26688         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26689         __fsetlocking to empty.
26690         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26691         do include <bits/libc-lock.h>.
26692         Do not include <fcntl.h>; not needed.
26693         [_LIBC]: Include <wchar.h>.
26694         (NOTCANCEL_MODE): New macro.
26695         (flockfile, funlockfile) [_LIBC]: New macros.
26696         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26697         [!_LIBC]: New macros.
26698         (call_fclose): New function.
26699         (getpass): Use it.  Save tty stream separately; this simplifies the
26700         code and makes it more reliable if stdin happens to equal stdout.
26701         Invoke __fsetlocking on tty.
26702         Handle thread cancellation if needed.
26703         Namespace cleanup (use __tcgetattr, __getline).
26704         Use bool for Booleans.
26705         [USE_IN_LIBIO]: Handle wide streams.
26706         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26707         stream might go where.
26708
26709         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26710         doesn't have to include <stdio.h> before us.
26711         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26712         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26713         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26714         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26715         if not declared, so that we can use getpass.c code from libc without
26716         rewriting it.
26717         (flockfile, ftrylockfile, funlockfile): New macros.
26718
26719 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26720
26721         * modules/getpass: Depend on stdbool.
26722
26723 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26724
26725         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26726
26727 2003-10-07  Karl Berry  <karl@gnu.org>
26728
26729         * config/config.{guess,sub}: update from config.
26730
26731 2003-10-06  Jim Meyering  <jim@meyering.net>
26732             Bruno Haible  <bruno@clisp.org>
26733
26734         This lets translators provide better translations for the
26735         "Written by ..." part of --version output.
26736         * lib/version-etc.h: Include stdarg.h.
26737         (version_etc_copyright): Declare as readonly.
26738         (version_etc): Make this function variadic with a NULL-terminated list
26739         of author name strings.
26740         (version_etc_va): New declaration.
26741         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26742         (version_etc_copyright): Declare as readonly.
26743         (version_etc_va): New function. Provide a different translatable string
26744         for each possible number of authors < 10. Abbreviate when there are 10
26745         authors or more.
26746         (version_etc): Make this function variadic. Call version_etc_va.
26747         Suggestion from Gary V. Vaughan.
26748
26749         * lib/long-options.h (parse_long_options): Change prototype: the
26750         authors string is moved to the end and becomes variadic.
26751         * lib/long-options.c: Include stdarg.h.
26752         (parse_long_options): Make this function variadic, too.
26753         Call version_etc_va, not version_etc.
26754
26755 2003-10-06  Bruno Haible  <bruno@clisp.org>
26756
26757         * modules/version-etc-2: Remove file.
26758         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26759
26760 2003-10-06  Bruno Haible  <bruno@clisp.org>
26761
26762         * modules/fatal-signal: New file.
26763         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26764
26765 2003-10-06  Bruno Haible  <bruno@clisp.org>
26766
26767         * m4/fatal-signal.m4: New file.
26768         * m4/signalblocking.m4: New file, from GNU gettext.
26769
26770 2003-10-06  Bruno Haible  <bruno@clisp.org>
26771
26772         * lib/version-etc-2.h: Remove file.
26773         * lib/version-etc-2.c: Remove file.
26774
26775 2003-10-06  Bruno Haible  <bruno@clisp.org>
26776
26777         * lib/fatal-signal.h: New file, from GNU gettext.
26778         * lib/fatal-signal.c: New file, from GNU gettext.
26779
26780 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26781
26782         * README: Rework advice for preventing empty .o files.
26783         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26784         not <sys/types.h>.
26785
26786 2003-10-04  Karl Berry  <karl@gnu.org>
26787
26788         * lib/argp*: update from libc.
26789
26790 2003-10-04  Karl Berry  <karl@gnu.org>
26791
26792         * config/config.{guess,sub}: update from config.
26793
26794 2003-10-02  Bruno Haible  <bruno@clisp.org>
26795
26796         * modules/lchown (Include): Add lchown.h.
26797         * modules/time_r (Include): Use "..." syntax.
26798         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26799
26800 2003-10-01  Simon Josefsson  <jas@extundo.com>
26801
26802         * MODULES.html.sh (func_all_modules): Move gethostname from section
26803         'based on' to section 'lacking' POSIX:2001.
26804
26805 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26806
26807         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26808         to output mode on the same stream.
26809
26810 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26811
26812         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26813         Fix arg typo in previous patch.
26814
26815 2003-09-28  Jim Meyering  <jim@meyering.net>
26816
26817         * lib/error.c: Correct cpp indentation.
26818
26819 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26820
26821         * modules/free: New file.
26822
26823 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26824
26825         * m4/free.m4: New file.
26826
26827 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26828
26829         * lib/minmax.h (MIN, MAX)
26830         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26831         Omit the special code that used __typeof__, since we worry that
26832         it could be more trouble than it's worth.  See:
26833         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26834         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26835
26836         * lib/free.c: New file.
26837
26838 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26839
26840         Trivial fixes to Makefile.am parts of module listings.
26841         * modules/strstr: Append strstr.h to lib_SOURCES.
26842         * modules/strcase: Likewise, for strcase.h.
26843
26844 2003-09-27  Karl Berry  <karl@gnu.org>
26845
26846         * config/mkinstalldirs: update from automake.
26847
26848 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26849
26850         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26851         (error_tail): Do not loop, reallocating temporary buffer, since
26852         the output cannot contain more wide characters than the input
26853         contains bytes, the size must be big enough already.  This avoids
26854         one potential size overflow calculation.  Check for size overflow
26855         when calculating temporary buffer size.  Free temporary buffer
26856         when done, if it was allocated with malloc; this plugs a memory
26857         leak.  Remove casts from void * to pointers, that are no longer
26858         needed now that we're assuming C89 or better.
26859
26860         Merge error changes from glibc.
26861
26862         * lib/error.c, error.h: Update copyright notice header to match glibc.
26863         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26864         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26865         Disable cancellation while printing error.
26866         * lib/error.h: Prepend __ to parameter names.
26867
26868 2003-09-26  Jim Meyering  <jim@meyering.net>
26869
26870         * lib/error.c (error_tail): Move some declarations
26871         into inner scope where the local variables are used.
26872
26873 2003-09-26  Bruno Haible  <bruno@clisp.org>
26874
26875         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26876         stpncpy().
26877         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26878
26879 2003-09-26  Bruno Haible  <bruno@clisp.org>
26880
26881         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26882         (stpncpy): Define as alias for gnu_stpncpy.
26883         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26884
26885 2003-09-25  Simon Josefsson  <jas@extundo.com>
26886
26887         * lib/xgetdomainname.h: New file.
26888         * lib/xgetdomainname.c: New file.
26889
26890 2003-09-25  Simon Josefsson  <jas@extundo.com>
26891             Bruno Haible  <bruno@clisp.org>
26892
26893         * modules/getdomainname: New file.
26894         * modules/xgetdomainname: New file.
26895         * MODULES.html.sh (func_all_modules): Add getdomainname,
26896         xgetdomainname.
26897
26898 2003-09-25  Simon Josefsson  <jas@extundo.com>
26899             Bruno Haible  <bruno@clisp.org>
26900
26901         * m4/getdomainname.m4: New file.
26902
26903 2003-09-25  Simon Josefsson  <jas@extundo.com>
26904             Bruno Haible  <bruno@clisp.org>
26905
26906         * lib/getdomainname.h: New file.
26907         * lib/getdomainname.c: New file.
26908
26909 2003-09-25  Karl Berry  <karl@gnu.org>
26910
26911         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26912
26913 2003-09-25  Karl Berry  <karl@gnu.org>
26914
26915         * config/install-sh: update from automake.
26916
26917 2003-09-25  Bruno Haible  <bruno@clisp.org>
26918
26919         * modules/version-etc-2: New file, from modules/version-etc with
26920         modifications.
26921         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26922
26923 2003-09-25  Bruno Haible  <bruno@clisp.org>
26924
26925         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26926         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26927
26928 2003-09-24  Simon Josefsson  <jas@extundo.com>
26929
26930         * modules/xgethostname: Add xgethostname.h.
26931
26932 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26933
26934         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26935         the buffer associated with the argument.  Bug reported by
26936         Simon Josefsson.
26937
26938 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26939
26940         * README: Document assumptions that 'int' is at least 32 bits
26941         wide, that integer arithmetic is 2's complement without overflow,
26942         that there are no holes in integer values, that adding sizes of
26943         two nonoverlapping objects can't overflow, and that all-bits-zero
26944         yields scalar zero.  Fix spelling and capitalization typos.
26945
26946 2003-09-19  Karl Berry  <karl@gnu.org>
26947
26948         * lib/argp.h: update from libc.
26949
26950 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26951
26952         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26953         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26954         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26955
26956 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26957
26958         * gnulib-tool: Use "test -h", not "test -L", for portability
26959         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26960         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26961         (sed_extract_prog): Issue s commands one-by-one, rather than
26962         using \| in one s command.
26963
26964 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26965
26966         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26967         input error, instead of returning NULL the next time we are called
26968         (and therefore losing track of errno).
26969
26970 2003-09-16  Bruno Haible  <bruno@clisp.org>
26971
26972         * gnulib-tool (func_create_testdir): Warn about duplicated
26973         dependencies.
26974
26975 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26976
26977         * modules/argmatch, modules/fatal, modules/obstack,
26978         modules/xalloc, modules/xgethostname: Sort dependencies by
26979         importance, not alphabetically.
26980
26981 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26982
26983         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26984         fails, so that the caller gets the proper errno.
26985
26986         * lib/readutmp.c (read_utmp): Likewise.
26987         Check for fstat error.  Close stream and free storage
26988         when failing.
26989
26990 2003-09-14  Karl Berry  <karl@gnu.org>
26991
26992         * config/srclist.txt (strdup.c): disable for c89 changes.
26993
26994 2003-09-14  Jim Meyering  <jim@meyering.net>
26995
26996         * lib/getloadavg.c: Correct cpp indentation.
26997         * lib/strdup.c: Likewise.
26998         * lib/vasnprintf.c: Likewise.
26999
27000 2003-09-14  Bruno Haible  <bruno@clisp.org>
27001
27002         * modules/fwriteerror: New file.
27003         * MODULES.html.sh (func_all_modules): Add fwriteerror.
27004
27005 2003-09-14  Bruno Haible  <bruno@clisp.org>
27006
27007         * lib/fwriteerror.h: New file.
27008         * lib/fwriteerror.c: New file.
27009
27010 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27011
27012         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
27013         modules/xgethostname, modules/xalloc: Depend on exit.
27014
27015 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27016
27017         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
27018
27019         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
27020         and AC_MINIX, too, so that their extensions are available.
27021
27022         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
27023         This macro has been superseded by gl_BACKUPFILE.
27024
27025         More patches to assume C89 or better.
27026
27027         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
27028
27029         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
27030         unconditionally.
27031         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
27032         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
27033         Include <string.h>, <stdlib.h> unconditionally.
27034         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
27035         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
27036         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
27037         headers or for string.h.
27038         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
27039         or strtoul.
27040
27041         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
27042         headers.
27043         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
27044         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27045         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
27046         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
27047         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27048         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
27049         memcpy, memset.
27050         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
27051         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
27052         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
27053         strtol.
27054         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
27055         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
27056         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
27057         strtoul.
27058
27059 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27060
27061         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
27062         * lib/obstack.c [!defined _LIBC]: Likewise.
27063         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
27064         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
27065         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
27066
27067         More changes to assume C89 or better.
27068
27069         * lib/error.c (error_tail): Assume vprintf.
27070
27071         * lib/argmatch.c (getenv): Remove decl.
27072         * lib/progreloc.c (get_full_program_name): Define via prototype.
27073         * lib/setenv.c (clearenv): Likewise.
27074         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
27075         needed.
27076         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
27077         (malloc, memcpy): Remove decls.
27078         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
27079         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
27080         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27081         (memcpy): Remove macro.
27082         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
27083         (__P): Remove.  All uses removed.
27084         (PTR): Remove.  All uses changed to void *.
27085         (CHAR_BIT, NULL): Remove.
27086         (spaces, zeros, memset_space, memset_zero)
27087         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
27088         Remove.
27089         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
27090         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
27091         Define with prototype.
27092         Remove now-unnecessary prototype decl.
27093         (extra_args_spec): Assume ANSI C.  All uses changed.
27094         (extra_args_spec_iso): Remove.
27095         (my_strftime, emacs_strftimeu): Define via prototype.
27096         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27097         unconditionally.
27098         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27099         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27100         (strtoul, strtol): Remove decls.
27101         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27102         LONG_MAX): Remove.
27103         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27104         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27105         (LOCALE_PARAM_PROTO): New macro.
27106         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27107         (INTERNAL (strtol), strtol): Define with a prototype.
27108         (PARAMS): Remove.  All uses removed.
27109         * lib/tempname.c: Include <string.h> unconditionally.
27110         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27111         * lib/xgethostname.c (main): Define with a prototype.
27112         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27113         Include <stdlib.h> unconditionally.
27114         (calloc, malloc, realloc, free): Remove decls.
27115         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27116         Include <stdlib.h> unconditionally.  Sort include file names.
27117         (strtod): Remove.
27118         (xstrtod): Define with a prototype.
27119         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27120         (strtol, strtoul): Remove decls.
27121
27122 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27123
27124         More patches to assume C89 or better.
27125         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27126         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27127         string.h, memchr, STDC_HEADERS.
27128
27129 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27130
27131         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27132         Include <stdlib.h>, <string.h> unconditionally.
27133         Remove now-unnecessary cast to char *.
27134         * lib/strnlen.c: Include <string.h> unconditionally.
27135         * lib/yesno.c (yesno): Define with a prototype.
27136
27137 2003-09-11  Bruno Haible  <bruno@clisp.org>
27138
27139         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27140
27141 2003-09-10  Jim Meyering  <jim@meyering.net>
27142
27143         * lib/error.c: Correct indentation of cpp directives.
27144
27145 2003-09-10  Bruno Haible  <bruno@clisp.org>
27146
27147         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27148         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27149         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27150         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27151         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27152         <stdlib.h> and <string.h> checks.
27153         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27154         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27155
27156 2003-09-10  Bruno Haible  <bruno@clisp.org>
27157
27158         * lib/strcspn.c: Include <string.h> unconditionally.
27159         * lib/strpbrk.c: Include <string.h> unconditionally.
27160         * lib/strstr.c: Include <string.h> unconditionally.
27161         * lib/unicodeio.c: Include <string.h> unconditionally.
27162         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27163         * lib/unsetenv.c: Likewise.
27164         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27165         * lib/yesno.c: Include <stdlib.h> unconditionally.
27166         (rpmatch): Add prototype.
27167
27168 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27169
27170         More patches to assume C89 or better.
27171         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27172         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27173         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27174         or for string.h.
27175         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27176         stdlib.h.
27177         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27178         C headers.
27179         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27180         string.h.
27181         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27182         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27183         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27184         or for string.h.
27185         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27186         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27187         C headers.
27188         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27189         memcpy.
27190         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27191         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27192         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27193         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27194         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27195         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27196         string.h, free.
27197         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27198         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27199         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27200         C headers, or for string.h.
27201         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27202         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27203         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27204         headers, memory.h, stdlib.h, string.h, strings.h.
27205         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27206         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27207         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27208         strchr.
27209         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27210         headers, memory.h, string.h.
27211         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27212         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27213         free.
27214         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27215         headers.
27216         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27217         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27218         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27219         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27220         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27221
27222 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27223
27224         More K&R removal.
27225
27226         * lib/acosl.c (main): Use a prototype.
27227         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27228         tanl.c: Likewise.
27229
27230         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27231
27232         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27233         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27234         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27235         with a prototype.
27236         * lib/getopt.c (const): Remove macro.
27237         Include <string.h> unconditionally.
27238         (my_index): Remove; all uses changed to strchr.
27239         (strlen): Remove decl.
27240         (exchange): Remove forward decl; no longer needed.
27241         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27242         Define with prototype.
27243         * lib/getopt1.c (const): Remove macro.
27244         (getopt_long, getopt_long_only, main): Define with prototype.
27245
27246         * lib/getugroups.c: Include <string.h> unconditionally.
27247
27248         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27249         (getusershell, setusershell, endusershell, readname, main):
27250         Define with prototypes.
27251
27252         * lib/group-member.c: Include group-member.h first.
27253         Include <stdlib.h> unconditionally.
27254
27255         * lib/hard-locale.c: Include hard-locale.h first.
27256         Include <stdlib.h>, <string.h> unconditionally.
27257
27258         * lib/hash.c (free, malloc): Remove decls.
27259         Include <stdlib.h> unconditionally.
27260
27261         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27262         (getenv): Do not declare.
27263
27264         * lib/idcache.c: Include <string.h> unconditionally.
27265
27266         * lib/long-options.c: Include long-options.h first, to test interface.
27267         Include <stdlib.h> unconditionally.
27268
27269         * lib/makepath.c: Include makepath.h first, to test interface.
27270         Include <stdlib.h> and <string.h> unconditionally.
27271
27272         * lib/linebuffer.c: Include <stdlib.h>.
27273         (free): Remove decl.
27274
27275         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27276         stddef.h. rpl_malloc returns void *, not char *.
27277         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27278         prototype.
27279
27280         * lib/md5.h: Include <limits.h> unconditionally.
27281         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27282         (__P): Remove; all uses removed.
27283         * lib/md5.c: Include "md5.h" first.
27284         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27285         md5_buffer, md5_process_bytes, md5_process_block):
27286         Define with prototypes.
27287         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27288         * lib/sha.c: Include "sha.h" first.
27289         Include <stdlib.h>, <string.h> unconditionally.
27290
27291         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27292         * lib/memcmp.c (__ptr_t): Likewise.
27293         * lib/memrchr.c (__ptr_t): Likewise.
27294         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27295         Include <string.h> unconditionally.
27296         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27297         * lib/memchr.c: Include <stdlib.h> unconditionally.
27298         * lib/memchr.c (LONG_MAX): Remove.
27299         * lib/memrchr.c (LONG_MAX): Likewise.
27300         * lib/memchr.c (__memchr): Define via a prototype.
27301         * lib/memrchr.c (__memrchr): Likewise.
27302         * lib/memcmp.c (__P): Remove, and remove all uses.
27303         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27304         Remove forward decls; no longer needed.
27305         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27306         Use types required by C89 in prototype.
27307
27308         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27309         * lib/savedir.c: Likewise.
27310         * lib/mkdir.c (free): Remove decl.
27311         * lib/rmdir.c (rmdir): Define with a prototype.
27312         * lib/savedir.c: Include savedir.h first, to test interface.
27313
27314         * lib/mktime.c (STDC_HEADERS): Remove.
27315         Include <stdlib.h>, <string.h> unconditionally.
27316
27317         * lib/modechange.c: Include <stdlib.h> unconditionally.
27318         (malloc): Remove decl.
27319
27320         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27321         (free): Remove decl.
27322
27323         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27324         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27325         (This type really should be intptr_t, but that's a C99ism.)
27326         (_obstack_memcpy): Remove: all uses changed to memcpy.
27327         Include <string.h> unconditionally.
27328         (struct obstack): Assume __STDC__ for types of members
27329         chunkfun, freefun, extra_arg.
27330         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27331         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27332         obstack_begin, obstack_specify_allocation,
27333         obstack_specify_allocation_with_arg, obstack_chunkfun,
27334         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27335         Remove unprototyped decls and the macros that use them.
27336         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27337         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27338         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27339         (defined __STDC__ && __STDC__)]:
27340         Remove nonprototyped code.
27341         Include <stdlib.h> unconditionally.
27342         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27343         _obstack_allocated_p, _obstack_free, obstack_free,
27344         _obstack_memory_used, print_and_abort):
27345         Define using prototypes.
27346         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27347         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27348         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27349         obstack_next_free, obstack_object_size, obstack_room) [0]:
27350         Remove unused, unprototyped code.
27351
27352         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27353
27354         * lib/physmem.c (physmem_total, physmem_available, main): Define
27355         with prototypes.
27356
27357         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27358         (main): Define with a prototype.
27359
27360         * lib/posixver.c (getenv): Remove decl.
27361
27362         * lib/putenv.c (malloc): Returns void *, not char *.
27363         Include <string.h> unconditionally.
27364         (strchr, memcpy, NULL): Do not define.
27365
27366         * lib/readtokens.c: Include readtokens.h first, to test interface.
27367         Include <stdlib.h>, <string.h> unconditionally.
27368         (init_tokenbuffer): Define with a prototype.
27369
27370         * lib/regex.c (PARAMS): Remove.  All uses removed.
27371         All uses of _RE_ARGS removed, too.
27372         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27373         unconditionally.
27374         (bzero): Assume memset exists.
27375         (memcmp, memcpy, NULL): Remove.
27376         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27377         char, or assignments to local vars of type signed char.
27378         (init_syntax_once, PREFIX(extract_number_and_incr),
27379         PREFIX(print_partial_compiled_pattern),
27380         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27381         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27382         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27383         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27384         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27385         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27386         wcs_compile_range, byte_compile_range, truncate_wchar,
27387         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27388         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27389         count_mbs_length, wcs_re_match_2_internal,
27390         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27391         PREFIX(alt_match_null_string_p),
27392         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27393         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27394         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27395         now-unnecessary declaration, if any.
27396         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27397         regcomp, regexec):
27398         Remove now-unnecessary casts among pointer types.
27399         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27400
27401         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27402         (free): Remove decl.
27403
27404         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27405
27406         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27407         (free): Remove decl.
27408
27409         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27410         * lib/xgetcwd.c: Likewise.
27411
27412         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27413         (free): Remove decl.
27414
27415         * lib/strchrnul.c (strchrnul): Define with a prototype.
27416         Fix bug: c_in was not converted to char before searching.
27417
27418         The following changes are not K&R related:
27419
27420         * lib/group-member.h: Include <sys/types.h>, so that this file is
27421         self-contained.
27422         * lib/makepath.h: Likewise.
27423
27424         * lib/getusershell.c (readname, default_index, line_size, readname):
27425         Use size_t, not int, for sizes.
27426         (readname): If the size overflows, report an error instead of
27427         looping forever.
27428
27429 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27430
27431         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27432         libc.
27433
27434 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27435
27436         * README: New section: portability guidelines.
27437
27438 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27439
27440         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27441         C89 spec.
27442
27443 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27444
27445         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27446
27447 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27448
27449         Assume C89 or better; remove K&R cruft.
27450         A few of these changes were first proposed by Derek Robert Price
27451         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27452
27453         * lib/addext.c: Include <string.h> unconditionally.
27454         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27455         Don't declare getenv or malloc.
27456
27457         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27458         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27459         (NULL): Remove.
27460         (find_stack_direction, alloca): Use prototypes.
27461
27462         * lib/atexit.c (atexit): Define using a prototype.
27463
27464         * lib/basename.c, dirname.c, stripslash.c:
27465         Include <string.h> unconditionally.
27466
27467         * lib/bcopy.c: Include <stddef.h>.
27468         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27469
27470         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27471
27472         * lib/error.h (error, error_at_line, error_print_progname)
27473         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27474         * lib/error.c: Include error.h first, to check interface.
27475         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27476         (VA_START): Remove; all uses changeed to va_start.
27477         (exit, strerror): Remove decls.
27478         (error_print_progname): Prototype uncondionally.
27479         Don't include <errno.h>; no longer needed.
27480         (private_strerror): Remove.
27481         (error_tail): Always define.
27482         (error, error_at_line): Assume C89 or better; always use prototypes.
27483         * lib/fatal.c: Include "fatal.h" first, to test interface.
27484         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27485         (VA_START): Remove; all uses changed to va_start.
27486         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27487         this case.
27488         (exit): Remove decl.
27489         (fatal): Prototype unconditionally.  Assume va_start works.
27490         Abort at end, to pacify gcc.
27491
27492         * lib/euidaccess.c (main): Define with a prototype.
27493
27494         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27495
27496         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27497
27498         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27499         prototypes.
27500         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27501         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27502         (getenv): Remove decl.
27503         (fnmatch): Define using a prototype.
27504         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27505         (FCT): Define using a prototype.
27506
27507         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27508
27509         * lib/gethostname.c: Include <stddef.h>.
27510         (gethostname): Define with prototype.  Length is size_t, not int.
27511
27512 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27513
27514         Assume C89 or better; remove K&R cruft.
27515         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27516         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27517         string.h, getenv, malloc.
27518         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27519         headers.
27520         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27521         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27522         do not check for strerror.
27523         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27524         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27525         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27526         do not check for doprnt or vprintf.
27527         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27528         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27529
27530 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27531
27532         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27533         getversion.c should have been removed then, but was accidentally
27534         preserved.
27535
27536         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27537         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27538
27539 2003-09-08  Karl Berry  <karl@gnu.org>
27540
27541         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27542                 config, forget about prep.
27543
27544         * config/depcomp, missing: update from automake.
27545
27546 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27547
27548         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27549         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27550
27551 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27552
27553         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27554         copy_tm_result.  Bug reported by Simon Josefsson in
27555         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27556
27557 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27558
27559         * m4/time_r.m4: New file.
27560         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27561         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27562         is. Check for timegm declaration.
27563         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27564         Do not check for gmtime_r.
27565         Replace mktime if __mktime_internal does not exist and if mktime
27566         hasn't been replaced already.
27567
27568 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27569
27570         * lib/time_r.c, lib/time_r.h: New files.
27571
27572         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27573         __localtime_r.
27574         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27575         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27576
27577         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27578         __gmtime_r.
27579         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27580         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27581         Include <time_r.h>.
27582
27583         * lib/timegm.c: Switch to glibc implementation, with the following
27584         changes:
27585         [defined HAVE_CONFIG_H]: Include <config.h>.
27586         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27587         (__mktime_internal) [!defined _LIBC]: New decl.
27588         (__gmtime_r) [!defined _LIBC]: New macro and function.
27589         (timegm): Use a prototype, since gnulib assumes C89.
27590         Do not bother declaring tmp to be const, as it's not really usefu.
27591         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27592         (timegm): Declare only if HAVE_DECL_TIMEGM.
27593
27594 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27595
27596         * MODULES.html.sh (func_all_modules): Add time_r.
27597         * modules/time_r: New file.
27598         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27599         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27600
27601 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27602
27603         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27604         Bug reported by Lute Kamstra in
27605         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27606
27607         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27608         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27609         course with correspondingly smaller numbers for tomorrow and
27610         yesterday.  From Tadayoshi Funaba.  Originally installed into
27611         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27612         coreutils merge?).
27613
27614 2003-08-31  Simon Josefsson  <jas@extundo.com>
27615
27616         * modules/timegm: New file.
27617         * MODULES.html.sh (func_all_modules): Add timegm.
27618
27619 2003-08-31  Simon Josefsson  <jas@extundo.com>
27620
27621         * m4/timegm.m4: New file.
27622
27623 2003-08-31  Simon Josefsson  <jas@extundo.com>
27624
27625         * lib/timegm.h: New file.
27626         * lib/timegm.c: New file.  Based on
27627         wget-1.8.2/src/http.c:mktime_from_utc.
27628
27629 2003-08-31  Karl Berry  <karl@gnu.org>
27630
27631         * lib/argp.h: update from libc.
27632
27633 2003-08-28  Bruno Haible  <bruno@clisp.org>
27634
27635         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27636         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27637         followed by '#define fnmatch fnmatch_posix' gives an error.
27638
27639 2003-08-28  Bruno Haible  <bruno@clisp.org>
27640
27641         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27642         warning on QNX, which defines O_BINARY to 000000.
27643
27644 2003-08-27  Jim Meyering  <jim@meyering.net>
27645
27646         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27647         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27648         would fail after 32.  Reported by Danny Levinson.  Details here:
27649         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27650
27651 2003-08-24  Bruno Haible  <bruno@clisp.org>
27652
27653         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27654         MSVC7 <stdio.h> is included later.
27655
27656 2003-08-22  Simon Josefsson  <jas@extundo.com>
27657
27658         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27659
27660 2003-08-20  Karl Berry  <karl@gnu.org>
27661
27662         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27663
27664 2003-08-20  Bruno Haible  <bruno@clisp.org>
27665
27666         * modules/progname: New file.
27667         * MODULES.html.sh (func_all_modules): Add progname.
27668
27669 2003-08-20  Bruno Haible  <bruno@clisp.org>
27670
27671         * lib/progname.h: New file, from GNU gettext.
27672         * lib/progname.c: New file, from GNU gettext.
27673         * lib/progreloc.c: New file, from GNU gettext.
27674
27675 2003-08-19  Jim Meyering  <jim@meyering.net>
27676
27677         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27678         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27679
27680 2003-08-19  Bruno Haible  <bruno@clisp.org>
27681
27682         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27683         more.
27684
27685 2003-08-19  Bruno Haible  <bruno@clisp.org>
27686
27687         * lib/xstrdup.c: Assume <string.h> exists.
27688
27689 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27690
27691         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27692         in makefile rules.
27693
27694 2003-08-18  Jim Meyering  <jim@meyering.net>
27695
27696         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27697         * m4/lib-ld.m4: Likewise.
27698
27699 2003-08-18  Jim Meyering  <jim@meyering.net>
27700
27701         * lib/setenv.h: Indent nested cpp directive.
27702         * lib/vasnprintf.c: Remove trailing blanks.
27703
27704 2003-08-17  Simon Josefsson  <jas@extundo.com>
27705
27706         * modules/xstrndup: New file.
27707         * MODULES.html.sh (func_all_modules): Add xstrndup.
27708
27709 2003-08-17  Simon Josefsson  <jas@extundo.com>
27710
27711         * modules/argp: Fix autoconf macro name. Add more dependencies.
27712
27713 2003-08-17  Simon Josefsson  <jas@extundo.com>
27714
27715         * m4/xstrndup.m4: New file.
27716
27717 2003-08-17  Simon Josefsson  <jas@extundo.com>
27718
27719         * m4/argp.m4: New file.
27720
27721 2003-08-17  Simon Josefsson  <jas@extundo.com>
27722             Bruno Haible  <bruno@clisp.org>
27723
27724         * lib/xstrndup.h: New file.
27725         * lib/xstrndup.c: New file.
27726
27727 2003-08-17  Bruno Haible  <bruno@clisp.org>
27728
27729         * modules/strndup (Files, Include): Add lib/strndup.h.
27730
27731 2003-08-17  Bruno Haible  <bruno@clisp.org>
27732
27733         * modules/euidaccess (Files): Add lib/euidaccess.h.
27734
27735 2003-08-17  Bruno Haible  <bruno@clisp.org>
27736
27737         * lib/strndup.h: New file.
27738
27739 2003-08-17  Bruno Haible  <bruno@clisp.org>
27740
27741         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27742         like AC_GNU_SOURCE.
27743         * modules/extensions (configure.ac): Comment out the invocation of
27744         gl_USE_SYSTEM_EXTENSIONS.
27745
27746 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27747
27748         Merges from coreutils, etc.
27749         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27750         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27751         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27752         fixing a typo.
27753         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27754         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27755
27756 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27757
27758         Document merge from coreutils.
27759         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27760         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27761         * modules/utime: Add m4/utimes-null.m4.
27762
27763 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27764
27765         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27766         space, undoing this 2003-08-12 change:
27767         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27768
27769 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27770
27771         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27772         strtoul.c from libc, undoing this 2003-08-12 change:
27773         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27774
27775 2003-08-16  Jim Meyering  <jim@meyering.net>
27776
27777         Merges from coreutils.
27778         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27779         prefix.  Adjust cache variables similarly.  Create 500 rather than
27780         just 300 files, to exercise bug on Darwin6.5, too.
27781         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27782         $missing_dir.
27783         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27784         AM_SYS_POSIX_TERMIOS.
27785         Reported by mkc@mathdogs.com.
27786         Also change use of $am_cv_sys_posix_termios
27787         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27788         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27789         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27790         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27791         in /proc/mounts until it finds one with matching device number.  This
27792         is unnecessary when the FILE argument *is* a mount point.  No stat call
27793         is necessary in that case.  So, disable the statvfs-testing code on
27794         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27795         as RedHat bug# 84846.
27796         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27797         to 1MB, so as not to render systems with no stack size limit (e.g.,
27798         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27799         Include <unistd.h>.  On some systems,
27800         it is required for the definition of _SC_PAGESIZE.
27801
27802 2003-08-16  Jim Meyering  <jim@meyering.net>
27803
27804         Merge from coreutils.
27805         * lib/xstrtoimax.c: #else #if -> #elif.
27806         * lib/xstrtoumax.c: Likewise.
27807
27808 2003-08-16  Jim Meyering  <jim@meyering.net>
27809
27810         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27811         * m4/utimes.m4: Removed.
27812         * m4/utimes-null.m4: Renamed from utimes.m4.
27813
27814         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27815         to 1MB, so as not to render systems with no stack size limit (e.g.,
27816         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27817         Include <unistd.h>.  On some systems,
27818         it is required for the definition of _SC_PAGESIZE.
27819
27820 2003-08-16  Jim Meyering  <jim@meyering.net>
27821         and Paul Eggert  <eggert@cs.ucla.edu>
27822
27823         Merges from coreutils, etc.
27824
27825         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27826         using the latest version from cvs.  This avoids problems with #line
27827         directives using a vendor (Sun) compiler.
27828         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27829         Don't set GETGROUPS_LIB here; now it's
27830         done via getgroups.m4's wrapper function.
27831         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27832         rather than just in sh-util/configure.in, so that the
27833         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27834         same.
27835         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27836         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27837         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27838         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27839         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27840         Remove code that is now done by the newly-required macros.
27841         Append $(EXEEXT) to DF_PROG.
27842         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27843         Do not invoke or require the following here,
27844         since prereq.m4 or some gnulib .m4 now does this for us:
27845         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27846         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27847         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27848         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27849         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27850         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27851         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27852         AC_FUNC_OBSTACK.
27853         Do not replace the following functions, as this is now the job
27854         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27855         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27856         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27857         atexit getpass, strdup, getpagesize.
27858         Replace 'raise'.
27859         Do not check for the following functions, as this is now the job
27860         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27861         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27862         setregid.
27863         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27864         Check for sys/sysctl.h.
27865         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27866         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27867         of checking for ssize_t ourselves.
27868
27869         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27870         Require every macro that gnulib/modules/* suggests for us.
27871         (jm_PREREQ_ADDEXT): New macro.
27872         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27873         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27874
27875         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27876         (gl_PHYSMEM): Use it.
27877         Also check for `table' function.
27878         Check for new headers and functions.
27879         Add check for sys/sysmp.h.
27880         With suggestions from Kaveh Ghazi.
27881         Ignore headers that are present but cannot be compiled.  This
27882         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27883         C 5.4.
27884
27885 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27886
27887         Document merge from coreutils.
27888         * modules/userspec: Depend on posixver.
27889         * modules/strftime: Depend on tzset.
27890
27891 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27892
27893         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27894         rather than tab, after '#' in shell-script copyright notices.
27895         Suggested by Bruno Haible.
27896
27897 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27898
27899         * config/srclist-update: Use three spaces, rather than tab, after '#'
27900         in shell-script copyright notices.  Suggested by Bruno Haible.
27901         Remove unnecessary parenthesization in regular expression.
27902
27903 2003-08-15  Jim Meyering  <jim@meyering.net>
27904
27905         Merge from coreutils.
27906         * lib/xgethostname.c: Include <stdlib.h>.
27907         (xghostname): Don't exit for anything other than memory-related
27908         failure; just return NULL.
27909         * lib/userspec.c: Include "posixver.h".
27910         (parse_user_spec): Accept `.' as a separator only
27911         in pre-POSIX-200112 mode.
27912         * lib/strtoimax.c: Use #elif rather than #else #if.
27913         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27914         Remove function, now that we can rely on a working tzset function.
27915         [!_LIBC]: Ensure that the required autoconf test has been run.
27916         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27917         Use underlying_strftime for %r.
27918         * lib/sha.c: Merge in some clean-up and optimization changes from
27919         glibc.
27920         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27921         Ensure that it is a multiple of 64.
27922         Rearrange loop exit tests so as to avoid performing an
27923         additional fread after encountering an error or EOF.
27924         * lib/realloc.c: Update copyright date.
27925
27926 2003-08-15  Jim Meyering  <jim@meyering.net>
27927         and Paul Eggert  <eggert@twinsun.com>
27928
27929         Merge from coreutils.
27930         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27931         member but strut utmpx does not.  Needed for AIX 4.3.3.
27932         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27933
27934 2003-08-15  Jim Meyering  <jim@meyering.net>
27935         and Paul Eggert  <eggert@cs.ucla.edu>
27936
27937         Merges from coreutils, etc.
27938         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27939         Require gl_FUNC_TZSET_CLOBBER.
27940         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27941         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27942         members.
27943
27944 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27945
27946         Help the merge from coreutils.
27947         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27948         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27949         * m4/tzset.m4: Use it too.
27950
27951 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27952
27953         * modules/tzset: New file.
27954
27955 2003-08-14  Jim Meyering  <jim@meyering.net>
27956
27957         Merges from coreutils.
27958         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27959         variable names, rather than @FNMATCH_H@.
27960         * modules/alloca: Likewise for $(ALLOCA_H).
27961
27962         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27963         the three copies of the literal target, `fnmatch.h'.
27964         * modules/alloca (alloca.h): Likewise.
27965
27966 2003-08-14  Jim Meyering  <jim@meyering.net>
27967
27968         Merge from coreutils.
27969         * m4/tzset.m4: New file.
27970         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27971         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27972         otherwise, AIX 5.1 systems would end up using the latter.
27973         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27974         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27975         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27976         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27977
27978 2003-08-14  Jim Meyering  <jim@meyering.net>
27979
27980         Merge from coreutils.
27981         * lib/obstack.h: Whitespace changes.
27982         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27983         and xcalloc return values.
27984         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27985         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27986         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27987         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27988         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27989         error from mntctl.
27990         Use mntctl's return value to drive the entry-processing loop, since
27991         we can't rely on the value of the vmt_length member in the last
27992         entry.  On some systems doing so could result in exhausting
27993         virtual memory.  Based in part on a patch from Mike Jetzer.
27994
27995 2003-08-14  Jim Meyering  <jim@meyering.net>
27996         and Paul Eggert  <eggert@twinsun.com>
27997
27998         Merges from coreutils, plus other fixes.
27999         * lib/physmem.c: Merge in portability changes from gcc/libiberty
28000         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
28001         for credits and details.  Thanks to Kaveh Ghazi for helping
28002         to keep these files in sync.
28003         (ARRAY_SIZE): Define it.
28004         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
28005         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
28006         (memcasecmp): Don't assume size_t fits in unsigned int.
28007         Remove casts and duplicate code.
28008         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
28009         (memcpy): Remove definition.
28010         Merge in some clean-up and optimization changes from glibc.
28011         [BLOCKSIZE]: Move definition to top of file.
28012         Ensure that it is a multiple of 64.
28013         Rearrange loop exit tests so as to avoid performing an
28014         additional fread after encountering an error or EOF.
28015         * lib/md5.h (md5_uintptr): Define.
28016         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
28017         return to the initial working directory.  Preserve errno
28018         for caller.
28019         * lib/idcache.c: Include "xalloc.h".
28020         (xmalloc, xrealloc): Remove decls.
28021         (getuser): Remove casts no longer required in C89.
28022         * lib/human.c: Include stdio.h, for sprintf.
28023         * lib/group-member.c: Include "xalloc.h".
28024         (xmalloc, xrealloc): Remove decls.
28025         (get_group_info): Remove casts no longer required in C89.
28026         * lib/getusershell.c (readname): Remove casts no longer required in
28027         C89.
28028         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
28029         * lib/getline.c: Whitespace fix, from coreutils.
28030
28031 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28032
28033         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
28034         Check for isascii.
28035
28036         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28037         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28038         Undo previous (whitespace-only) change.
28039
28040 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28041
28042         * lib/exclude.c: Include <ctype.h>
28043         (IN_CTYPE_DOMAIN): New macro.
28044         (is_space): New fn.
28045         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
28046         and empty lines.
28047
28048         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28049         Undo previous (whitespace-only) change.
28050
28051 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28052
28053         * config/srclist-update: Change update back to the old behavior,
28054         leaving whitespace alone.  Use one 'sed' command rather than a
28055         pipeline.
28056         (fixlicense): Now a variable, not a function.
28057         (remove_trailing_blanks): Remove.
28058         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
28059         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28060         Undo previous (whitespace-only) change.
28061
28062 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28063
28064         Merge from coreutils.
28065         * modules/euidaccess: Add lib_SOURCES, include for new
28066         file euidaccess.h
28067
28068 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28069
28070         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28071         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28072         Normalize leading white space and remove trailing white space.
28073
28074         Merge from coreutils
28075         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
28076
28077         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
28078         0.12.1.  These files are now being upgraded automatically by
28079         ../config/srclist-update.
28080
28081 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28082
28083         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28084         Normalize leading white space and remove trailing white space.
28085         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
28086         notice, as per ../config/srclist-update.
28087
28088         Merge from coreutils.
28089         * lib/euidaccess.h: New file.
28090         * lib/euidaccess.c: Include it.
28091         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
28092         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
28093         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28094
28095 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28096
28097         * config/srclist-update: Add copyright notice.
28098         (remove_id_lines, remove_trailing_blanks): New constants.
28099         (fixfile): Use them to normalize spacing a bit in copied files.
28100         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28101         Normalize leading white space and remove trailing white space.
28102
28103         * config/texinfo.tex: Sync with texinfo.
28104
28105         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28106         strtoul.c from libc, to merge coreutils whitespace changes.
28107
28108         * config/srclist.txt: Get the following m4 files from gettext:
28109         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28110         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28111         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28112         wint_t.m4.
28113
28114 2003-08-12  Karl Berry  <karl@gnu.org>
28115
28116         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28117         been made.
28118
28119 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28120
28121         * modules/gnu-source, m4/gnu-source.m4:
28122         Remove; we're assuming Autoconf 2.54 or later now.
28123         Suggested by Bruno Haible.
28124         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28125
28126 2003-08-11  Bruno Haible  <bruno@clisp.org>
28127
28128         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28129
28130 2003-08-11  Bruno Haible  <bruno@clisp.org>
28131
28132         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28133         (vasnprintf): Use it instead of wcslen.
28134
28135 2003-08-11  Bruno Haible  <bruno@clisp.org>
28136
28137         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28138         value to ensure that _Bool promotes to int. Use #define for _Bool when
28139         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28140
28141 2003-08-10  Karl Berry  <karl@gnu.org>
28142
28143         * lib/regex.h: update from libc (whitespace fix).
28144
28145 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28146
28147         Merge some files from coreutils.  These changes were
28148         originally made by Jim Meyering.
28149         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28150         many older Unixes require this.
28151         * lib/alloca.c (alloca): Remove cast to argument of free;
28152         no longer needed in C89.
28153         * lib/alloca_.h, regex.h: Fix white space to match
28154         what GNU indent does.
28155
28156 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28157
28158         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28159         apparently Emacs's Unicode mode got confused before my 2003-08-05
28160         checkin.
28161
28162 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28163
28164         * m4/extensions.m4: New file.
28165         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28166         Require gl_USE_SYSTEM_EXTENSIONS.
28167         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28168         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28169
28170 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28171
28172         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28173         * modules/extensions, modules/gnu-source: New files.
28174         * modules/timespec, modules/unlocked-io: Depend on extensions.
28175
28176 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28177
28178         * modules/restrict: New file.
28179         * MODULES.html.sh (func_all_modules): Add restrict.
28180         * modules/regex: Depend on restrict.
28181
28182 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28183
28184         * m4/restrict.m4: New file.
28185         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28186
28187 2003-08-07  Bruno Haible  <bruno@clisp.org>
28188
28189         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28190         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28191
28192 2003-08-07  Bruno Haible  <bruno@clisp.org>
28193
28194         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28195         makes the module 'getndelim2' compatible with the module 'getline'.
28196
28197 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28198
28199         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28200         byte with "\201" to avoid glitches when editing that source file
28201         with multi-gnome-terminal.
28202
28203 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28204
28205         * lib/bumpalloc.h: Remove.
28206
28207 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28208
28209         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28210         * modules/bumpalloc: Remove.
28211
28212 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28213
28214         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28215         GNU coding style.
28216
28217         Merge from coreutils.
28218         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28219         1. From glibc.
28220         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28221         from Karl Berry, implemented by Jim Meyering.
28222         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28223         from Dmitry V. Levin.
28224         Remove anachronistic cast of xrealloc.
28225         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28226         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28227         type. Otherwise, it wouldn't compile with at least /bin/cc on
28228         ymp-cray-unicos9.0.2.X.
28229         Combine two mostly-identical uses of alloca into one.
28230         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28231
28232 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28233
28234         [From Emacs.]
28235
28236         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28237         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28238         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28239         obsolete NLIST_NAME_UNION.
28240         [__GNU__]: Undef BSD and FSCALE.
28241         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28242
28243 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28244
28245         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28246         an enum type, so that it's guaranteed to promote to int.  See:
28247         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28248
28249 2003-08-03  Karl Berry  <karl@gnu.org>
28250
28251         * config/depcomp: update from automake.
28252
28253 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28254
28255         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28256         (strerror): Don't assume that a printable int fits in 14 bytes.
28257
28258 2003-07-31  Bruno Haible  <bruno@clisp.org>
28259
28260         * modules/getpass-gnu: New file.
28261         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28262
28263 2003-07-31  Bruno Haible  <bruno@clisp.org>
28264
28265         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28266
28267 2003-07-24  Karl Berry  <karl@gnu.org>
28268
28269         * config/missing: update from automake.
28270
28271 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28272             Bruno Haible  <bruno@clisp.org>
28273
28274         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28275         * lib/getline.c (getline, getdelim): Likewise.
28276         Remove _GNU_SOURCE define; now it's defined in config.h through
28277         m4/getline.m4.
28278
28279 2003-07-23  Karl Berry  <karl@gnu.org>
28280
28281         * config/config.sub: update from prep.
28282
28283 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28284
28285         * modules/xalloc (Depends-on): Add exitfail.
28286         * modules/xmemcoll: Likewise.
28287
28288 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28289
28290         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28291         over-parenthesization in macros.
28292
28293         Sync with coreutils.
28294
28295         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28296         required by C99.
28297
28298         Use `exit_failure' for xalloc and xmemcoll instead of their own
28299         private exit-failure variables.
28300         * lib/xalloc.h (xalloc_exit_failure): Remove.
28301         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28302         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28303         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28304         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28305         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28306
28307 2003-07-20  Jim Meyering  <jim@meyering.net>
28308
28309         * modules/closeout (Depends-on): Add exitfail.
28310         Suggestion from Bruno Haible.
28311
28312 2003-07-19  Karl Berry  <karl@gnu.org>
28313
28314         * config/config.sub: update from prep.
28315
28316 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28317
28318         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28319         Remove.
28320         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28321         to test that it can stand by itself.  Include "exitfail.h".
28322         Clients should set exit_failure instead.
28323         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28324
28325 2003-07-18  Bruno Haible  <bruno@clisp.org>
28326
28327         * modules/getndelim2: New file.
28328         * modules/getline: Share files with module getndelim2.
28329         * modules/getnline: Depend on getndelim2 instead of sharing files with
28330         it. Add getnline.c to lib_SOURCES.
28331         * MODULES.html.sh (func_all_modules): Add getndelim2.
28332
28333 2003-07-18  Bruno Haible  <bruno@clisp.org>
28334
28335         * m4/getndelim2.m4: New file.
28336         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28337         invoke gl_PREREQ_GETNDELIM2.
28338         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28339         gl_PREREQ_GETNDELIM2.
28340         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28341         gl_GETNDELIM2.
28342
28343 2003-07-18  Bruno Haible  <bruno@clisp.org>
28344
28345         * lib/getndelim2.h: New file.
28346         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28347         getndelim2.h.
28348         (getndelim2): Make non-static. Change return type to ssize_t.
28349         * lib/getline.h: Change argument names.
28350         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28351         * lib/getnline.c: Include getndelim2.h.
28352
28353 2003-07-18  Andreas Schwab  <schwab@suse.de>
28354
28355         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28356
28357 2003-07-17  Karl Berry  <karl@gnu.org>
28358
28359         * config/config.sub: update from prep.
28360
28361 2003-07-17  Bruno Haible  <bruno@clisp.org>
28362
28363         * modules/getnline: New file.
28364         * modules/getline: Add lib/getndelim2.c to source file list.
28365         * MODULES.html.sh (func_all_modules): Add getnline.
28366
28367 2003-07-17  Bruno Haible  <bruno@clisp.org>
28368
28369         * m4/getnline.m4: New file.
28370
28371 2003-07-17  Bruno Haible  <bruno@clisp.org>
28372
28373         * m4/Makefile.am.in: Remove file.
28374         * m4/Makefile.am: Remove file.
28375         * m4/Makefile.in: Remove file.
28376
28377 2003-07-17  Bruno Haible  <bruno@clisp.org>
28378
28379         * lib/getnline.h: New file.
28380         * lib/getnline.c: New file.
28381         * lib/getndelim2.c: New file, extracted from getline.c.
28382         (getndelim2): Renamed from getdelim2, with added nmax argument.
28383         * lib/getline.c: Include getndelim2.c.
28384         (getdelim2): Moved out to getndelim2.c.
28385         (getline, getdelim): Update.
28386
28387 2003-07-17  Bruno Haible  <bruno@clisp.org>
28388
28389         * lib/Makefile.am: Remove file.
28390         * lib/Makefile.in: Remove file.
28391
28392 2003-07-17  Bruno Haible  <bruno@clisp.org>
28393
28394         * configure.in: Remove file.
28395         * Makefile.in: Remove file.
28396
28397 2003-07-17  Bruno Haible  <bruno@clisp.org>
28398
28399         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28400
28401 2003-07-16  Karl Berry  <karl@gnu.org>
28402
28403         * config/srclist-update: was running fixlicense twice, which caused
28404                 texinfo.tex to be nullified for some reason.  Simplify,
28405                 $gplsrc is no longer needed as far as I can see?
28406
28407 2003-07-16  Jim Meyering  <jim@meyering.net>
28408
28409         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28410
28411 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28412
28413         * config/srclist.txt: Get the following files from gettext-runtime/intl
28414         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28415         ref-del.sin.  From Bruno Haible.
28416         * config/srclist-update (fixfile): Change grep pattern again, since the
28417         previous fix didn't work (there was another trailing $).  Use
28418         '[$]' to escape the $s.
28419
28420 2003-07-15  Karl Berry  <karl@gnu.org>
28421
28422         * lib/vasnprintf.c: update from gettext.
28423
28424 2003-07-15  Karl Berry  <karl@gnu.org>
28425
28426         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28427         gets expanded when surrounded by '$'.
28428
28429 2003-07-15  Jim Meyering  <jim@meyering.net>
28430
28431         * modules/save-cwd: Don't depend on error.  From Derek Price.
28432
28433 2003-07-15  Jim Meyering  <jim@meyering.net>
28434
28435         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28436
28437 2003-07-14  Simon Josefsson  <jas@extundo.com>
28438
28439         * modules/mempcpy: New file.
28440         * MODULES.html.sh (func_all_modules): Add mempcpy.
28441
28442 2003-07-14  Simon Josefsson  <jas@extundo.com>
28443
28444         * m4/mempcpy.m4: New file.
28445
28446 2003-07-14  Simon Josefsson  <jas@extundo.com>
28447
28448         * lib/mempcpy.h: New file.
28449         * lib/mempcpy.c: New file.
28450
28451 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28452
28453         * modules/getdate, modules/posixtm: Depend on mktime.
28454
28455 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28456
28457         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28458         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28459         unicodeio.c, unicodeio.h, unlocked-io.h:
28460         Switch from LGPL to GPL.
28461
28462 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28463
28464         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28465         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28466         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28467         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28468         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28469         updated automatically by ../config/srclist-update.  This changes
28470         their license from LPGL to GPL.
28471
28472 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28473
28474         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28475         assumed to refer to the root of the most recent stable gettext version.
28476         * config/srclistvars.sh: Add defaults for eggert.
28477         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28478         Match "This program" as well as "The program".  This is needed
28479         for gettext.
28480
28481 2003-07-14  Jim Meyering  <jim@meyering.net>
28482
28483         Don't emit diagnostics.  Let callers do that.
28484         * lib/save-cwd.c: Don't include "error.h".
28485         (save_cwd): Don't call error.  Ensure that errno is valid
28486         when returning nonzero.
28487
28488         * lib/save-cwd.h (restore_cwd): Update prototype.
28489         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28490         Simplify.  Don't call error upon failure.  Let callers do that.
28491         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28492         when auditing is enabled.  But don't bother updating the #if.
28493
28494 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28495
28496         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28497         it breaks C++ compilation.
28498         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28499
28500 2003-07-10  Simon Josefsson  <jas@extundo.com>
28501
28502         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28503
28504 2003-07-10  Jim Meyering  <jim@meyering.net>
28505
28506         * m4/clock_time.m4: Remove trailing blank.
28507         * m4/intmax_t.m4: Likewise.
28508
28509 2003-07-10  Jim Meyering  <jim@meyering.net>
28510
28511         * lib/vasnprintf.c: Remove trailing blanks.
28512         Make cpp indentation consistent.
28513
28514 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28515
28516         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28517         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28518         Switch from LGPL to GPL.
28519
28520 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28521
28522         * config/srclist.txt: Sort sublists.  Add
28523         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28524         that differ from gnulib for one reason or another; we'd like this list
28525         to be smaller but for now let's document what we have.
28526
28527 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28528
28529         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28530         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28531         and sweeter "eval x=$x".
28532         * config/srclist.txt: Get lib/argp* from glibc.
28533
28534 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28535
28536         * lib/mktime.c: Fix some boundary cases and remove need for floating
28537         point.
28538
28539         Issue a compile-time diagnostic if time_t is floating point, or if
28540         two's complement arithmetic is not in effect, or if arithmetic
28541         right shift does not propagate the sign.  These assumptions were
28542         all in the original code but they weren't checked.
28543
28544         (TIME_T_MIDPOINT, verify): New macros.
28545         (__isleap): Remove; it has integer overflow problems.
28546         (leapyear): New function, without those problems.
28547         (ydhms_tm_diff): Remove; splitting into two parts.
28548         (ydhms_diff): New function, containing the arithmetic part of
28549         the old ydhms_tm_diff function.  Issue a compile-time
28550         diagnostic if we are not using C99 integer division.
28551         Avoid casts when possible.
28552         (guess_time_tm): New function, containing the checking part of
28553         the old ydhms_tm_diff function.  Return the new value, rather than
28554         the difference between it and the old.  Accept a new argument T
28555         so that *T specifies the old value.  Check for overflow in the result.
28556
28557         (__mktime_internal): Use a time_t offset, not a long int offset.
28558         This undoes the 2003-06-04 change, which is no longer needed now
28559         that we have better overflow checking.
28560         (localtime_offset): Likewise.
28561
28562         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28563         and long are 64-bit but int is only 32-bit.
28564         (ydhms_diff): Use long int to store year1 and yday1.
28565         Issue a compile-time diagnostic if long int is not wide enough.
28566
28567         (__mktime_internal): Use long int to store adjusted year and yday.
28568         Use plain C rather than preprocessor commands, if that doesn't
28569         affect efficiency.
28570         Check for overflow (and try to repair) after each probe
28571         rather than checking only at the very end.  This avoids some bugs
28572         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28573         does not equal GMT offset at maximum time).
28574         Use integer to check for overflow rather than floating point; this
28575         is more portable to non-IEEE hosts, and is a tad faster.
28576         When we detect that we are oscillating between two values,
28577         don't check whether tm_isdst has the requested value, since
28578         we already know the answer.  When tm_isdst has the wrong value,
28579         use a different heuristic to find the right one, based on the
28580         extreme values actually observed in practice in tz2003a,
28581         rather than the (overly optimistic) "previous 3 calendar quarters".
28582
28583         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28584         "T const" to accommodate glibc style.
28585         (check_result): Use less-confusing report format.  "long" -> "long int.
28586         (main): Likewise.
28587         Don't loop if the iteration overflows time_t.
28588         Allow a negative step in the iteration.
28589
28590 2003-07-06  Karl Berry  <karl@gnu.org>
28591
28592         * config/depcomp: update from automake.
28593         * config/config.sub: update from prep.
28594
28595 2003-07-03  Karl Berry  <karl@gnu.org>
28596
28597         * config/config.guess: update from prep.
28598
28599 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28600
28601         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28602         xreadlink.c now includes it unconditionally.
28603
28604 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28605
28606         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28607         having it depend on HAVE_SYS_TYPES_H.
28608
28609 2003-07-01  Bruno Haible  <bruno@clisp.org>
28610
28611         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28612         <sys/types.h> should be sufficient.
28613         Reported by Paul Eggert.
28614
28615 2003-06-26  Karl Berry  <karl@gnu.org>
28616
28617         * config/depcomp: update from automake.
28618
28619 2003-06-26  Bruno Haible  <bruno@clisp.org>
28620
28621         * modules/human: Depend on module stdbool.
28622
28623 2003-06-25  Bruno Haible  <bruno@clisp.org>
28624
28625         * modules/readlink: New file.
28626         * modules/xreadlink: Depend on it.
28627         * MODULES.html.sh (func_all_modules): Add readlink.
28628
28629 2003-06-25  Bruno Haible  <bruno@clisp.org>
28630
28631         * m4/readlink.m4: New file.
28632
28633 2003-06-25  Bruno Haible  <bruno@clisp.org>
28634
28635         * lib/readlink.c: New file.
28636
28637 2003-06-22  Karl Berry  <karl@gnu.org>
28638
28639         * config/srclist.txt: update mkinstalldirs from automake.
28640         * config/mkinstalldirs: update.
28641
28642 2003-06-22  Bruno Haible  <bruno@clisp.org>
28643
28644         Portability to mingw32.
28645         * m4/ssize_t.m4: New file, from GNU gettext.
28646         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28647         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28648
28649 2003-06-22  Bruno Haible  <bruno@clisp.org>
28650
28651         * modules/safe-read: Add m4/ssize_t.m4.
28652         * modules/xreadlink: Add m4/ssize_t.m4.
28653
28654 2003-06-20  Bruno Haible  <bruno@clisp.org>
28655
28656         Assume C89, so PARAMS isn't needed.
28657         * lib/unicodeio.h (PARAMS): Remove.
28658         * lib/unicodeio.c: Don't use PARAMS.
28659
28660 2003-06-18  Karl Berry  <karl@gnu.org>
28661
28662         * config/config.{guess,sub}: update from prep.
28663
28664 2003-06-18  Jim Meyering  <jim@meyering.net>
28665
28666         Merge changes from coreutils.
28667         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28668         Remove explicit declarations of xmalloc and realloc.
28669         Include xalloc.h.
28670         (read_utmp): Remove anachronistic cast of xmalloc.
28671
28672 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28673
28674         Assume C89, so PARAMS isn't needed.
28675         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28676         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28677         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28678         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28679         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28680         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28681         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28682         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28683         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28684         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28685         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28686         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28687         no longer needed. Anyway, config.h should always be included before any
28688         other file.
28689
28690 2003-06-11  Simon Josefsson  <jas@extundo.com>
28691
28692         * modules/sysexits: New file.
28693         * MODULES.html.sh (func_all_modules): Add sysexits.
28694
28695 2003-06-11  Simon Josefsson  <jas@extundo.com>
28696
28697         * lib/sysexit_.h: New file.
28698
28699 2003-06-11  Derek Price  <derek@ximbiot.com>
28700
28701         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28702         necessary.
28703
28704 2003-06-11  Bruno Haible  <bruno@clisp.org>
28705
28706         * m4/sysexits.m4: New file.
28707
28708 2003-06-10  Simon Josefsson  <jas@extundo.com>
28709
28710         * lib/argp.h: New file, from glibc.
28711         * lib/argp-ba.c: New file, from glibc.
28712         * lib/argp-eexst.c: New file, from glibc.
28713         * lib/argp-fmtstream.c: New file, from glibc.
28714         * lib/argp-fmtstream.h: New file, from glibc.
28715         * lib/argp-fs-xinl.c: New file, from glibc.
28716         * lib/argp-help.c: New file, from glibc.
28717         * lib/argp-namefrob.h: New file, from glibc.
28718         * lib/argp-parse.c: New file, from glibc.
28719         * lib/argp-pv.c: New file, from glibc.
28720         * lib/argp-pvh.c: New file, from glibc.
28721         * lib/argp-xinl.c: New file, from glibc.
28722
28723 2003-06-10  Simon Josefsson  <jas@extundo.com>
28724
28725         * modules/strchrnul: New file.
28726
28727 2003-06-10  Simon Josefsson  <jas@extundo.com>
28728
28729         * modules/argp: New file.
28730
28731 2003-06-10  Simon Josefsson  <jas@extundo.com>
28732
28733         * m4/strchrnul.m4: New file.
28734
28735 2003-06-10  Simon Josefsson  <jas@extundo.com>
28736
28737         * lib/strchrnul.h: New file.
28738         * lib/strchrnul.c: New file.
28739
28740 2003-06-10  Bruno Haible  <bruno@clisp.org>
28741
28742         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28743
28744 2003-06-07  Karl Berry  <karl@gnu.org>
28745
28746         * config/config.{guess,sub}: update from prep.
28747
28748 2003-06-07  Jim Meyering  <jim@meyering.net>
28749
28750         * modules/strtod: Use $(...) notation, not @...@ for
28751         AC_REPLACE'd variables.
28752         * modules/localcharset: Likewise.
28753
28754 2003-06-07  Jim Meyering  <jim@meyering.net>
28755
28756         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28757         in place of my name in the copyright comment.
28758         Remove definition and uses of __P.
28759
28760         From coreutils.
28761         * lib/stat.c: Don't declare xmalloc explicitly.
28762         Instead, include "xalloc.h".
28763         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28764         xrealloc, and xcalloc return values.
28765         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28766         Improve comment.
28767         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28768
28769 2003-06-07  Bruno Haible  <bruno@clisp.org>
28770
28771         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28772         avoid AC_CONFIG_LINKS.
28773         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28774         fnmatch.h, to avoid AC_CONFIG_LINKS.
28775         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28776
28777 2003-06-07  Bruno Haible  <bruno@clisp.org>
28778
28779         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28780         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28781         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28782         directory.
28783         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28784         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28785         directory.
28786
28787 2003-06-06  Jim Meyering  <jim@meyering.net>
28788
28789         Merge from coreutils.
28790         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28791         Consolidate declarations and initializations of *_base* locals.
28792
28793         Merge from coreutils.
28794         This avoids a core dump on systems without GNU putenv,
28795         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28796         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28797         (unsetenv): New static function, from GNU libc.
28798         (rpl_putenv): Use it.
28799
28800         * lib/modechange.c: Remove trailing blanks.
28801
28802         Merge from coreutils.
28803         * lib/fsusage.c: Remove declaration of statfs.
28804         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28805
28806         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28807
28808 2003-06-06  Jim Meyering  <jim@meyering.net>
28809
28810         * lib/stdbool_.h: Renamed from stdbool.h.in.
28811
28812 2003-06-06  Jim Meyering  <jim@meyering.net>
28813             Bruno Haible  <bruno@clisp.org>
28814
28815         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28816         Adjust Makefile.am snippet not to redirect directly to target.
28817         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28818
28819 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28820
28821         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28822         mismatch, look in future quarters as well as past.  This fixes a
28823         bug when processing fall-backwards gaps immediately after a long
28824         period of daylight-saving time.
28825
28826         * lib/mktime.c: Assume freestanding C89 or better.
28827         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28828         (__P): Remove; not used.
28829         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28830         (mktime, not_equal_tm, print_tm, check_result,
28831         main): Use prototypes.  Use const * where appropriate.
28832         (main): Fix typo in testing code that uncovered by above changes.
28833         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28834
28835 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28836
28837         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28838         locale.h, localeconv.  This merges changes from coreutils.
28839
28840         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28841         It can be removed after the next Autoconf is released.
28842         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28843         needed.
28844
28845 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28846
28847         * lib/mktime.c: Fix Debian bug 177940
28848         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28849         (localtime_offset): Now long int, not time_t, because we want it
28850         to be guaranteed to be signed.  All uses changed.
28851         (__mktime_internal): If overflow would occur when adding offset,
28852         don't add it.
28853
28854         Merge 'human' changes from coreutils.  Rewrite to support
28855         locale-specific notations like thousands separators.
28856         * lib/human.c: Simplify authorship notice.
28857         Include human.h immediately after config.h.
28858         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28859         <limits.h>: Do not include, since human.h does.
28860         (SIZE_MAX, UINTMAX_MAX): New macros.
28861         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28862         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28863         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28864         (power_letter): Renamed from suffixes.
28865         (generate_suffix_backwards): Remove.
28866         (adjust_value): Now takes int style (because of human.h changes)
28867         and long double value (for greater precision on some platforms).
28868         (group_number): New function.
28869         (human_readable): Use it.  Use integer options, not enum.
28870         Put the options before the sizes in the arg list.
28871         Support all the new options.
28872         The old human_readable function has been removed;
28873         use inttostr.h instead.
28874         (human_readable, default_block_size, humblock):
28875         Use uintmax_t, not int, for block sizes.
28876         (human_readable_inexact, block_size_types): Remove.
28877         (block_size_opts): New constant.
28878         (human_options): Renamed from human_block_size, with new signature
28879         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28880         * lib/human.h: Add copyright and authorship notice.
28881         Include <limits.h> and <stdbool.h> unconditionally.
28882         (PARAMS): Remove.  All uses removed.
28883         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28884         (enum human_inexact_style): Remove tag; now a nameless enum.
28885         (human_floor, human_ceiling, human_round_to_even): Now have
28886         values 2, 0, 1 rather than -1, 1, 0.
28887         (human_group_digits, human_suppress_point_zero, human_autoscale,
28888         human_base_1024, human_SI, human_B): New constants.
28889         (human_readable_inexact, human_block_size): Remove.
28890         (human_readable): Size args are now uintmax_t, not int.
28891         (human_options): New decl.
28892
28893         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28894         unnecessary now that we assume C89 or better.  This change
28895         imported from coreutils.
28896
28897         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28898         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28899         in the 2003-05-30 sync from glibc.
28900
28901         .h files should stand alone, but we shouldn't include <sys/types.h>
28902         if we can get away with just <stddef.h>.
28903
28904         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28905         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28906         rather than <sys/types.h>, as we merely need size_t.
28907         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28908         to get size_t.
28909         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28910         Include <stdio.h>, to get FILE.
28911         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28912         memcasecmp.h has included <stddef.h> and all we need is size_t.
28913         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28914         our interface, instead of including <sys/types.h>
28915
28916 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28917
28918         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28919         now, as glibc mktime is buggy on non-glibc systems.
28920
28921 2003-06-03  Karl Berry  <karl@gnu.org>
28922
28923         * config/config.sub: update from prep.
28924
28925 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28926
28927         [from coreutils]
28928         Fix some minor time-related bugs with POSIX time arguments.
28929         Some valid time stamps were being rejected (notably -1, and
28930         time stamps before 1900 on 64-bit hosts).  And some invalid
28931         time stamps were being accepted, e.g. September 31.
28932
28933         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28934         that we can return (time_t) -1 successfully.
28935         * lib/posixtm.c: Likewise.
28936         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28937         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28938         (t): Remove static var.
28939         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28940         of static var.  All uses changed.
28941         (year): Do not reject years before 1900; they can occur with
28942         64-bit time_t.
28943         (posix_time_parse): Do not check for out-of-range components;
28944         that is now the caller's responsibility, since our checks were
28945         only approximations.
28946         (posixtime): Use mktime to check for out-of-range components,
28947         since it knows them exactly.
28948         If mktime returns (time_t) -1, check whether an error actually occurred
28949         by invoking localtime on -1.
28950         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28951         posixtime failures better.
28952         Improve the test data (in comments only).
28953
28954 2003-06-02  Karl Berry  <karl@gnu.org>
28955
28956         * config/mkinstalldirs (version): new variable.
28957         (--version): new option.
28958         (usage): improve message.
28959
28960 2003-05-30  Karl Berry  <karl@gnu.org>
28961
28962         * lib/mktime.c: update from libc.
28963
28964 2003-05-30  Bruno Haible  <bruno@clisp.org>
28965
28966         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28967         * config/config.rpath: Upgrade to gettext-0.12.1.
28968
28969 2003-05-30  Bruno Haible  <bruno@clisp.org>
28970
28971         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28972         * m4/nls.m4: New file, from gettext-0.12.1.
28973         * m4/po.m4: New file, from gettext-0.12.1.
28974         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28975
28976 2003-05-30  Bruno Haible  <bruno@clisp.org>
28977
28978         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28979         * lib/localcharset.h: Likewise.
28980         * lib/localcharset.c: Likewise.
28981
28982 2003-05-29  Karl Berry  <karl@gnu.org>
28983
28984         * config/config.rpath: update from gettext.
28985
28986 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28987
28988         Assume the headers required for C89 freestanding compilers.
28989         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28990         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28991         * m4/human.m4 (gl_HUMAN): Likewise.
28992         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28993         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28994         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28995         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28996         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28997         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28998
28999 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29000
29001         Assume the headers required for C89 freestanding compilers.
29002         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
29003         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
29004         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
29005         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
29006         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
29007         define, since <limits.h> is guaranteed to do that.
29008         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
29009         * lib/exclude.c: Include <stdbool.h> unconditionally.
29010         * lib/tempname.c: Include <stddef.h> unconditionally.
29011         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
29012         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
29013         <stddef.h> does that.
29014         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
29015         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
29016         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
29017         needed.
29018         * lib/xstrtol.c: Likewise.
29019         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
29020         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
29021
29022         * lib/addext.c (addext): Use assignment rather than cast, to avoid
29023         warnings on some platforms.
29024
29025         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29026         arbitrarily.
29027
29028 2003-05-26  Jim Meyering  <jim@meyering.net>
29029
29030         Merge in a change from coreutils:
29031         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
29032         that is guaranteed to be `no'.  Use `no_such_member' to indicate
29033         that condition, rather than `-1' which is slightly misleading.
29034         Change the name of the cache variable to have the gl_ prefix.
29035         Prompted by a patch from Richard Dawe for DJGPP.
29036
29037 2003-05-24  Karl Berry  <karl@gnu.org>
29038
29039         * config/config.guess: update from prep.
29040
29041 2003-05-22  Karl Berry  <karl@gnu.org>
29042
29043         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
29044
29045 2003-05-20  Karl Berry  <karl@gnu.org>
29046
29047         * config/config.guess: update from prep.
29048
29049 2003-05-18  Karl Berry  <karl@gnu.org>
29050
29051         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
29052         might actually be set by the user.
29053
29054         * config/depcomp, install-sh, mdate-sh: update from automake.
29055
29056 2003-05-17  Bruno Haible  <bruno@clisp.org>
29057
29058         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
29059         invalid expansion for AC_EGREP_CPP.
29060         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
29061         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
29062         Suggested by Akim Demaille <akim@epita.fr> in
29063         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
29064
29065 2003-05-12  Jim Meyering  <jim@meyering.net>
29066
29067         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
29068         the space-padded-by-default conversion specifiers, %e, %k, %l.
29069
29070 2003-05-12  Bruno Haible  <bruno@clisp.org>
29071
29072         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
29073         the string is longer than 4 KB.
29074
29075 2003-05-11  Karl Berry  <karl@gnu.org>
29076
29077         * config/config.{guess,sub}: update from prep.
29078
29079 2003-05-09  Bruno Haible  <bruno@clisp.org>
29080
29081         * modules/error: Add m4/strerror_r.m4 to file list.
29082
29083 2003-05-03  Bruno Haible  <bruno@clisp.org>
29084
29085         Upgrade to Unicode-4.0.
29086         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
29087         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
29088         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
29089         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
29090         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
29091         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
29092         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
29093         Change width of U+E0100..U+E01EF from 1 to 0.
29094
29095 2003-04-25  Jim Meyering  <jim@meyering.net>
29096
29097         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29098         of type size_t, not int.
29099
29100 2003-04-25  Bruno Haible  <bruno@clisp.org>
29101
29102         * lib/copy-file.c: Include <stddef.h>, for size_t.
29103
29104 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29105
29106         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29107         code which expansion is under static control.  Patch imported from
29108         Akim Demaille's patch to Bison; see
29109         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29110
29111 2003-04-14  Bruno Haible  <bruno@clisp.org>
29112
29113         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29114
29115 2003-04-11  Jim Meyering  <jim@meyering.net>
29116
29117         Merge changes from Coreutils.
29118
29119         2003-03-22  Jim Meyering  <jim@meyering.net>
29120
29121         * lib/strftime.c (widen): Cast alloca return value to proper type.
29122
29123         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29124
29125         From GNU libc.
29126         * lib/strftime.c (my_strftime): Handle very large width
29127         specifications for numeric values correctly.  Improve checks for
29128         overflow.
29129
29130         2003-01-19  Jim Meyering  <jim@meyering.net>
29131
29132         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29133         definitions.
29134         (nl_get_alt_digit) [! defined my_strftime]: Define.
29135         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29136         _nl_get_alt_digit and _nl_get_walt_digit.
29137
29138         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29139         libc. These changes have no effect outside of _LIBC.
29140
29141 2003-04-10  Bruno Haible  <bruno@clisp.org>
29142
29143         * modules/findprog: New file.
29144         * MODULES.html.sh (func_all_modules): Add it.
29145
29146 2003-04-10  Bruno Haible  <bruno@clisp.org>
29147
29148         * m4/findprog.m4: New file.
29149         * m4/eaccess.m4: New file.
29150
29151 2003-04-10  Bruno Haible  <bruno@clisp.org>
29152
29153         * lib/findprog.h: New file, from GNU gettext.
29154         * lib/findprog.c: New file, from GNU gettext.
29155
29156 2003-04-05  Jim Meyering  <jim@meyering.net>
29157
29158         Merge changes from Coreutils.
29159
29160         * lib/exclude.h (PARAMS): Remove definition and uses.
29161         * lib/exclude.c: Remove uses of `PARAMS'.
29162
29163         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29164         Add test-cases for DOS filenames. Declare program_name.
29165         (main): Set up program_name.  Patch by Rich Dawe.
29166
29167         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29168         error from mntctl.
29169         Use mntctl's return value to drive the entry-processing loop, since
29170         we can't rely on the value of the vmt_length member in the last
29171         entry.  On some systems doing so could result in exhausting
29172         virtual memory.  Based in part on a patch from Mike Jetzer.
29173
29174 2003-04-04  Bruno Haible  <bruno@clisp.org>
29175
29176         * modules/linebreak: New file.
29177         * MODULES.html.sh (func_all_modules): Add it.
29178
29179 2003-04-04  Bruno Haible  <bruno@clisp.org>
29180
29181         * m4/linebreak.m4: New file.
29182
29183 2003-04-04  Bruno Haible  <bruno@clisp.org>
29184
29185         * lib/linebreak.h: New file, from GNU gettext.
29186         * lib/linebreak.c: New file, from GNU gettext with slight
29187         modifications.
29188         * lib/lbrkprop.h: New file, from GNU gettext.
29189
29190 2003-04-03  Bruno Haible  <bruno@clisp.org>
29191
29192         * modules/utf8-ucs4: New file.
29193         * modules/utf16-ucs4: New file.
29194         * modules/ucs4-utf8: New file.
29195         * modules/ucs4-utf16: New file.
29196         * MODULES.html.sh (func_all_modules): Add them.
29197
29198 2003-04-03  Bruno Haible  <bruno@clisp.org>
29199
29200         * m4/utf-ucs4.m4: New file.
29201         * m4/ucs4-utf.m4: New file.
29202
29203 2003-04-03  Bruno Haible  <bruno@clisp.org>
29204
29205         * lib/utf8-ucs4.h: New file, from GNU gettext.
29206         * lib/utf16-ucs4.h: New file, from GNU gettext.
29207         * lib/ucs4-utf8.h: New file, from GNU gettext.
29208         * lib/ucs4-utf16.h: New file, from GNU gettext.
29209
29210 2003-04-02  Bruno Haible  <bruno@clisp.org>
29211
29212         * modules/binary-io: New file.
29213         * MODULES.html.sh (func_all_modules): Add it.
29214
29215 2003-04-02  Bruno Haible  <bruno@clisp.org>
29216
29217         * lib/binary-io.h: New file, from GNU gettext.
29218
29219 2003-04-01  Bruno Haible  <bruno@clisp.org>
29220
29221         * modules/pathname: New file.
29222         * MODULES.html.sh (func_all_modules): Add it.
29223
29224 2003-04-01  Bruno Haible  <bruno@clisp.org>
29225
29226         * lib/pathname.h: New file, from GNU gettext.
29227         * lib/concatpath.c: New file, from GNU gettext.
29228
29229 2003-03-30  Bruno Haible  <bruno@clisp.org>
29230
29231         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29232
29233 2003-03-30  Bruno Haible  <bruno@clisp.org>
29234
29235         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29236         function chown() doesn't exist.
29237
29238 2003-03-28  Bruno Haible  <bruno@clisp.org>
29239
29240         * modules/copy-file: New file.
29241         * MODULES.html.sh (func_all_modules): Add it.
29242
29243 2003-03-28  Bruno Haible  <bruno@clisp.org>
29244
29245         * m4/copy-file.m4: New file.
29246
29247 2003-03-28  Bruno Haible  <bruno@clisp.org>
29248
29249         * lib/copy-file.h: New file, from GNU gettext.
29250         * lib/copy-file.c: New file, from GNU gettext.
29251
29252 2003-03-18  Jim Meyering  <jim@meyering.net>
29253
29254         * lib/quote.c (quote_n): Fix typo in comment.
29255
29256 2003-03-18  Bruno Haible  <bruno@clisp.org>
29257
29258         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29259         checking.
29260         * m4/onceonly_2_57.m4: Likewise.
29261
29262 2003-03-17  Bruno Haible  <bruno@clisp.org>
29263
29264         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29265         (m4_quote): Remove macro.
29266         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29267
29268 2003-03-14  Jim Meyering  <jim@meyering.net>
29269
29270         Merge changes from Coreutils.
29271         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29272         to be const, in order to avoid warnings.
29273         (obstack_room): Likewise.
29274         (obstack_empty_p): Likewise.
29275
29276 2003-03-14  Bruno Haible  <bruno@clisp.org>
29277
29278         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29279         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29280
29281 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29282
29283         Merge changes from Bison.
29284         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29285         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29286         when compiling Bison 1.875's `bitset bset = obstack_alloc
29287         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29288         * lib/hash.c: Include <stdbool.h> unconditionally.
29289
29290 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29291
29292         * m4/onceonly.m4 (m4_quote): New macro.
29293         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29294         Quote AC_FOREACH variable-expansions properly.
29295
29296 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29297
29298         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29299
29300 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29301
29302         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29303         Reported by Bruce Becker; see:
29304         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29305
29306 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29307             Bruno Haible  <bruno@clisp.org>
29308
29309         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29310         Reported by John Hughes, see
29311         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29312
29313 2003-02-20  Bruno Haible  <bruno@clisp.org>
29314
29315         * MODULES.html.sh (func_all_modules): Add poll.
29316
29317 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29318
29319         * modules/poll: New file.
29320
29321 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29322
29323         * lib/poll_.h: New file.
29324         * lib/poll.c: New file.
29325
29326 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29327
29328         * m4/poll.m4: New file.
29329
29330 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29331
29332         * modules/mathl: New file.
29333
29334 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29335
29336         * lib/mathl.h: New file.
29337         * lib/acosl.c: New file.
29338         * lib/asinl.c: New file.
29339         * lib/atanl.c: New file.
29340         * lib/ceill.c: New file.
29341         * lib/cosl.c: New file.
29342         * lib/expl.c: New file.
29343         * lib/floorl.c: New file.
29344         * lib/frexpl.c: New file.
29345         * lib/ldexpl.c: New file.
29346         * lib/logl.c: New file.
29347         * lib/sincosl.c: New file.
29348         * lib/sinl.c: New file.
29349         * lib/sqrtl.c: New file.
29350         * lib/tanl.c: New file.
29351         * lib/trigl.c: New file.
29352         * lib/trigl.h: New file.
29353
29354 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29355
29356         * m4/mathl.m4: New file.
29357
29358 2003-02-18  Bruno Haible  <bruno@clisp.org>
29359
29360         * MODULES.html.sh (func_all_modules): Add mathl.
29361
29362 2003-02-17  Bruno Haible  <bruno@clisp.org>
29363
29364         * modules/mkdtemp: New module.
29365         * MODULES.html.sh (func_all_modules): Add it.
29366
29367 2003-02-17  Bruno Haible  <bruno@clisp.org>
29368
29369         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29370
29371 2003-02-17  Bruno Haible  <bruno@clisp.org>
29372
29373         * lib/mkdtemp.h: New file, from GNU gettext.
29374         * lib/mkdtemp.c: New file, from GNU gettext.
29375
29376 2003-02-02  Jim Meyering  <jim@meyering.net>
29377
29378         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29379         e.g. glibc-2.2.93.
29380
29381 2003-01-31  Bruno Haible  <bruno@clisp.org>
29382
29383         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29384         'rpl_rename'.
29385         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29386         'rpl_strnlen'.
29387         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29388         'rpl_strtod'.
29389         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29390         'rpl_utime'.
29391
29392 2003-01-31  Bruno Haible  <bruno@clisp.org>
29393
29394         * lib/rename.c: #undef rename before defining rpl_rename.
29395         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29396
29397 2003-01-30  Bruno Haible  <bruno@clisp.org>
29398
29399         * modules/vasnprintf, modules/vasprintf: New modules.
29400         * MODULES.html.sh (func_all_modules): Add them.
29401
29402 2003-01-30  Bruno Haible  <bruno@clisp.org>
29403
29404         * m4/signed.m4: New file, from GNU gettext.
29405         * m4/longdouble.m4: New file, from GNU gettext.
29406         * m4/wchar_t.m4: New file, from GNU gettext.
29407         * m4/wint_t.m4: New file, from GNU gettext.
29408         * m4/vasnprintf.m4: New file.
29409         * m4/vasprintf.m4: New file.
29410
29411 2003-01-30  Bruno Haible  <bruno@clisp.org>
29412
29413         * lib/printf-args.h: New file, from GNU gettext.
29414         * lib/printf-args.c: New file, from GNU gettext.
29415         * lib/printf-parse.h: New file, from GNU gettext.
29416         * lib/printf-parse.c: New file, from GNU gettext.
29417         * lib/vasnprintf.h: New file, from GNU gettext.
29418         * lib/vasnprintf.c: New file, from GNU gettext.
29419         * lib/asnprintf.c: New file, from GNU gettext.
29420         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29421         * lib/vasprintf.c: New file, from GNU gettext.
29422         * lib/asprintf.c: New file, from GNU gettext.
29423
29424 2003-01-29  Bruno Haible  <bruno@clisp.org>
29425
29426         * modules/stpncpy: New module.
29427         * MODULES.html.sh (func_all_modules): Add it.
29428
29429 2003-01-29  Bruno Haible  <bruno@clisp.org>
29430
29431         * m4/stpncpy.m4: New file.
29432
29433 2003-01-29  Bruno Haible  <bruno@clisp.org>
29434
29435         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29436         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29437
29438 2003-01-28  Bruno Haible  <bruno@clisp.org>
29439
29440         * modules/c-ctype: New module.
29441         * MODULES.html.sh (func_all_modules): Add it.
29442
29443 2003-01-28  Bruno Haible  <bruno@clisp.org>
29444
29445         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29446         Paul Eggert.
29447         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29448         Paul Eggert.
29449
29450 2003-01-27  Bruno Haible  <bruno@clisp.org>
29451
29452         * modules/xsetenv: New module.
29453         * MODULES.html.sh (func_all_modules): Add it.
29454
29455 2003-01-27  Bruno Haible  <bruno@clisp.org>
29456
29457         * lib/xsetenv.h: New file, from GNU gettext.
29458         * lib/xsetenv.c: New file, from GNU gettext.
29459
29460 2003-01-23  Jim Meyering  <jim@meyering.net>
29461
29462         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29463         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29464
29465 2003-01-23  Bruno Haible  <bruno@clisp.org>
29466
29467         * modules/minmax: New module.
29468         * MODULES.html.sh (func_all_modules): Add it.
29469
29470 2003-01-23  Bruno Haible  <bruno@clisp.org>
29471
29472         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29473         Eggert.
29474
29475 2003-01-22  Bruno Haible  <bruno@clisp.org>
29476
29477         * modules/exit: New module.
29478         * MODULES.html.sh (func_all_modules): Add it.
29479
29480 2003-01-22  Bruno Haible  <bruno@clisp.org>
29481
29482         * lib/exit.h: New file, from GNU gettext.
29483
29484 2003-01-19  Bruno Haible  <bruno@clisp.org>
29485
29486         * gnulib-tool: Recognize option --extract-maintainer.
29487         (func_get_maintainer): New function.
29488         * modules/*: Add Maintainer entry.
29489
29490 2003-01-16  Jim Meyering  <jim@meyering.net>
29491
29492         * m4/regex.m4: The `regex' struct is both input and output.
29493         Initialize it before each use.  Patch by Tim Waugh.
29494
29495 2003-01-16  Bruno Haible  <bruno@clisp.org>
29496
29497         * MODULES.html.sh: Add a table of contents. Add the module name as
29498         leftmost column. Add hyperlinks.
29499
29500 2003-01-15  Bruno Haible  <bruno@clisp.org>
29501
29502         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29503
29504 2003-01-15  Bruno Haible  <bruno@clisp.org>
29505
29506         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29507         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29508         suffix.
29509
29510 2003-01-15  Bruno Haible  <bruno@clisp.org>
29511
29512         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29513
29514 2003-01-15  Bruno Haible  <bruno@clisp.org>
29515
29516         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29517         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29518
29519 2003-01-14  Jim Meyering  <jim@meyering.net>
29520
29521         * lib/same.c (same_name): Tweak a comment.
29522
29523 2003-01-14  Bruno Haible  <bruno@clisp.org>
29524
29525         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29526         when a string comparison is sufficient.
29527
29528 2003-01-14  Bruno Haible  <bruno@clisp.org>
29529
29530         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29531         'unsigned int'.
29532
29533 2003-01-14  Bruno Haible  <bruno@clisp.org>
29534
29535         * lib/hash-pjw.c: Add comment about low quality of this function.
29536
29537 2003-01-13  Bruno Haible  <bruno@clisp.org>
29538
29539         * modules/stpcpy: Distribute lib/stpcpy.h.
29540         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29541
29542 2003-01-13  Bruno Haible  <bruno@clisp.org>
29543
29544         * modules/*: Add a description.
29545         * modules/strpbrk: Fix Makefile.am snippet.
29546         * modules/strtoimax: Fix dependencies.
29547         * modules/strtoumax: Likewise.
29548
29549 2003-01-13  Bruno Haible  <bruno@clisp.org>
29550
29551         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29552         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29553         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29554
29555 2003-01-13  Bruno Haible  <bruno@clisp.org>
29556
29557         * gnulib-tool (func_create_testdir): Store config/* files in the main
29558         directory.
29559         * config.rpath: Move to ...
29560         * config/config.rpath: ... here.
29561         * modules/gettext: Contains config/config.rpath, not config.rpath.
29562         * modules/iconv: Likewise.
29563
29564 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29565
29566         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29567         to avoid collisions with libcurses and libreadline.
29568
29569         * m4/getstr.m4: Remove.
29570         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29571
29572 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29573
29574         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29575         to avoid collisions with libcurses and libreadline.
29576
29577         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29578         * lib/getstr.h, getstr.c: Remove.
29579         * lib/getline.c: Include "getline.h", to check interface.
29580         Move body of old getstr.c here: this defines MIN_CHUNK and
29581         declares getdelim2, which is renamed from getstr.
29582         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29583
29584         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29585         All uses changed.
29586         * lib/linebuffer.h: Likewise.
29587         (readline): Remove backward-compatibility macro.
29588
29589 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29590
29591         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29592         to avoid collisions with libcurses and libreadline.
29593         * getstr: Remove.
29594         * MODULES.html.sh: Remove getstr.
29595         * modules/getline: Depend on unlocked-io, not getstr.
29596
29597 2003-01-12  Jim Meyering  <jim@meyering.net>
29598
29599         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29600
29601 2003-01-10  Bruno Haible  <bruno@clisp.org>
29602
29603         * modules/alloca: Change Makefile.am requirements. Simplify Include
29604         requirements. Add lib/alloca_.h to file list.
29605
29606 2003-01-10  Bruno Haible  <bruno@clisp.org>
29607
29608         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29609
29610 2003-01-10  Bruno Haible  <bruno@clisp.org>
29611
29612         * lib/alloca_.h: New file.
29613         * lib/getdate.y: Unconditionally include alloca.h.
29614         * lib/makepath.c: Likewise.
29615         * lib/setenv.c: Likewise.
29616         * lib/userspec.c: Likewise.
29617
29618 2003-01-09  Karl Berry  <karl@gnu.org>
29619
29620         * MODULES.html.sh: include `dirname $0` in PATH, to find
29621         gnulib-tool.
29622
29623 2003-01-09  Bruno Haible  <bruno@clisp.org>
29624
29625         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29626         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29627
29628 2003-01-09  Bruno Haible  <bruno@clisp.org>
29629
29630         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29631
29632 2003-01-09  Bruno Haible  <bruno@clisp.org>
29633
29634         * lib/stdbool.h.in: New file.
29635
29636 2003-01-09  Bruno Haible  <bruno@clisp.org>
29637
29638         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29639         * MODULES.html.sh: Likewise.
29640
29641 2003-01-08  Jim Meyering  <jim@meyering.net>
29642
29643         * lib/full-write.c: Undefine and define-away `const' after inclusion
29644         of errno.h, not before.  Suggestion from Bruno Haible.
29645
29646 2003-01-08  Bruno Haible  <bruno@clisp.org>
29647
29648         * modules/full-read: Depend on full-write.
29649
29650 2003-01-08  Bruno Haible  <bruno@clisp.org>
29651
29652         * lib/safe-read.c: Include specification header first, to ensure its
29653         selfcontainedness.
29654         * lib/full-write.c: Likewise.
29655
29656 2003-01-07  Jim Meyering  <jim@meyering.net>
29657
29658         * lib/full-write.c: Rework so that it may serve to define full_read,
29659         too.
29660         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29661
29662 2003-01-07  Bruno Haible  <bruno@clisp.org>
29663
29664         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29665         <inttypes.h>.
29666         * lib/xstrtol.h: Likewise.
29667         * lib/xstrtoimax.c: Likewise.
29668         * lib/xstrtoumax.c: Likewise.
29669         * lib/human.h: Likewise.
29670
29671         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29672         on systems that have <inttypes.h> but not <stdint.h>.
29673
29674 2003-01-07  Bruno Haible  <bruno@clisp.org>
29675
29676         * MODULES.html.sh: Add copyright notice.
29677         (missed_files): Omit CVS directory entries.
29678         (func_module): Make it work with sed-3.02.
29679         * MODULES.txt: Remove file.
29680
29681 2003-01-06  Jim Meyering  <jim@meyering.net>
29682
29683         * lib/version-etc.c: Update year in translatable copyright string.
29684
29685 2003-01-03  Karl Berry  <karl@gnu.org>
29686
29687         * config/config.{guess,sub}: update from prep.
29688
29689 2003-01-02  Karl Berry  <karl@gnu.org>
29690
29691         * doc/COPYING.DOC: belatedly updated to 1.2.
29692
29693 2003-01-01  Karl Berry  <karl@gnu.org>
29694
29695         * gnulib-tool (func_verify_module): report module name $module in
29696         error message, not $1.
29697         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29698         be created, only if it doesn't exist.
29699         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29700
29701 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29702
29703         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29704
29705 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29706
29707         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29708         memcmp if strcoll doesn't work.
29709
29710 2002-12-31  Bruno Haible  <bruno@clisp.org>
29711
29712         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29713         nonempty.
29714
29715 2002-12-31  Bruno Haible  <bruno@clisp.org>
29716
29717         * lib/memcoll.c (STRCOLL): New macro.
29718         (memcoll): Use it.
29719
29720 2002-12-31  Bruno Haible  <bruno@clisp.org>
29721
29722         * lib/localcharset.h: New file.
29723         * lib/localcharset.c: Include it.
29724         * lib/unicodeio.c: Likewise.
29725
29726 2002-12-31  Bruno Haible  <bruno@clisp.org>
29727
29728         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29729         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29730
29731 2002-12-31  Bruno Haible  <bruno@clisp.org>
29732
29733         * lib/getline.h: Include <stddef.h>, for size_t.
29734
29735         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29736         * lib/unicodeio.c: Don't include <stddef.h>.
29737
29738 2002-12-31  Bruno Haible  <bruno@clisp.org>
29739
29740         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29741         HAVE_TM_ZONE.
29742
29743 2002-12-24  Karl Berry  <karl@gnu.org>
29744
29745         * config/config.guess: update from prep.
29746
29747 2002-12-24  Bruno Haible  <bruno@clisp.org>
29748
29749         General infrasructure.
29750         * m4/README: Rewritten.
29751         * m4/onceonly.m4: New file.
29752         * m4/onceonly_2_57.m4: New file.
29753
29754         Module atexit.
29755         * m4/atexit.m4: New file.
29756
29757         Module strtod.
29758         * m4/strtod.m4: New file.
29759
29760         Module strtol.
29761         * m4/strtol.m4: New file.
29762
29763         Module strtoul.
29764         * m4/strtoul.m4: New file.
29765
29766         Module memchr.
29767         * m4/memchr.m4: New file.
29768
29769         Module memcmp.
29770         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29771         (jm_FUNC_MEMCMP): Invoke it.
29772
29773         Module memcpy.
29774         * m4/memcpy.m4: New file.
29775
29776         Module memmove.
29777         * m4/memmove.m4: New file.
29778
29779         Module memset.
29780         * m4/memset.m4: New file.
29781
29782         Module strcspn.
29783         * m4/strcspn.m4: New file.
29784
29785         Module strpbrk.
29786         * m4/strpbrk.m4: New file.
29787
29788         Module strstr.
29789         * m4/strstr.m4: New file.
29790
29791         Module strerror.
29792         * m4/strerror.m4: New file.
29793
29794         Module mktime.
29795         * m4/mktime.m4: Renamed from jm-mktime.m4.
29796         (gl_PREREQ_MKTIME): New macro.
29797         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29798
29799         Module malloc.
29800         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29801         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29802         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29803
29804         Module realloc.
29805         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29806         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29807         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29808
29809         Module strftime.
29810         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29811         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29812         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29813         gl_TM_GMTOFF.
29814         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29815
29816         Module xalloc.
29817         * m4/xalloc.m4: New file.
29818
29819         Module alloca.
29820         * m4/alloca.m4: New file.
29821
29822         Module putenv.
29823         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29824         (jm_FUNC_PUTENV): Invoke it.
29825
29826         Module setenv.
29827         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29828         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29829         when invoked twice.
29830         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29831         gt_FUNC_SETENV.
29832
29833         Module memrchr.
29834         * m4/memrchr.m4: New file.
29835
29836         Module stpcpy.
29837         * m4/stpcpy.m4: New file.
29838
29839         Module strcase.
29840         * m4/strcase.m4: New file.
29841
29842         Module strdup.
29843         * m4/strdup.m4: New file.
29844
29845         Module strnlen.
29846         * m4/strnlen.m4: New file.
29847
29848         Module strndup.
29849         * m4/strndup.m4: New file.
29850
29851         Module xstrtod.
29852         * m4/xstrtod.m4: New file.
29853
29854         Module xstrtol.
29855         * m4/xstrtol.m4: New file.
29856
29857         Module getdate.
29858         * m4/getdate.m4: New file.
29859
29860         Module unlocked-io.
29861         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29862         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29863         * m4/jm-glibc-io.m4n: Remove file.
29864
29865         Module long-options.
29866         * m4/long-options.m4: New file.
29867
29868         Module md5.
29869         * m4/md5.m4: New file.
29870
29871         Module sha.
29872         * m4/sha.m4: New file.
29873
29874         Module getstr.
29875         * m4/getstr.m4: New file.
29876
29877         Module getline.
29878         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29879         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29880         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29881         simply getline. Infoke gl_PREREQ_GETLINE.
29882
29883         Module obstack.
29884         * m4/obstack.m4: New file.
29885
29886         Module hash.
29887         * m4/hash.m4: New file.
29888
29889         Module readtokens.
29890         * m4/readtokens.m4: New file.
29891
29892         Module strverscmp.
29893         * m4/strverscmp.m4: New file.
29894
29895         Module stdbool.
29896         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29897         OSF/1.
29898
29899         Module strtoll.
29900         * m4/strtoll.m4: New file.
29901
29902         Module strtoull.
29903         * m4/strtoull.m4: New file.
29904
29905         Module strtoimax.
29906         * m4/strtoimax.m4: New file.
29907
29908         Module strtoumax.
29909         * m4/strtoumax.m4: New file.
29910
29911         Module xstrtoimax.
29912         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29913         jm_AC_PREREQ_XSTRTOIMAX.
29914         Moved the strtol prerequisites to strtol.m4.
29915         Moved the strtoll prerequisites to strtoll.m4.
29916         Moved the strtoimax prerequisites to strtoimax.m4.
29917
29918         Module xstrtoumax.
29919         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29920         jm_AC_PREREQ_XSTRTOUMAX.
29921         Moved the strtoul prerequisites to strtoul.m4.
29922         Moved the strtoull prerequisites to strtoull.m4.
29923         Moved the strtoumax prerequisites to strtoumax.m4.
29924
29925         Module chown.
29926         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29927         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29928
29929         Module dup2.
29930         * m4/dup2.m4: New file.
29931
29932         Module ftruncate.
29933         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29934         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29935
29936         Module getgroups.
29937         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29938         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29939
29940         Module gettimeofday.
29941         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29942         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29943         gl_PREREQ_GETTIMEOFDAY.
29944
29945         Module mkdir.
29946         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29947         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29948
29949         Module mkstemp.
29950         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29951         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29952         jm_AC_TYPE_UINTMAX_T.
29953         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29954
29955         Module stat.
29956         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29957         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29958
29959         Module lstat.
29960         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29961         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29962
29963         Module timespec.
29964         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29965         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29966         * m4/st_mtim.m4: Indentation.
29967
29968         Module nanosleep.
29969         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29970         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29971         gl_PREREQ_NANOSLEEP.
29972
29973         Module regex.
29974         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29975         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29976         (gl_REGEX): New macro.
29977
29978         Module rename.
29979         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29980         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29981
29982         Module rmdir.
29983         * m4/rmdir.m4: New file.
29984
29985         Module utime.
29986         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29987         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29988         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29989
29990         Module dirname.
29991         * m4/dirname.m4: New file.
29992
29993         Module getopt.
29994         * m4/getopt.m4: New file.
29995
29996         Module unistd-safer.
29997         * m4/unistd-safer.m4: New file.
29998
29999         Module fnmatch.
30000         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
30001         declaration.
30002         (gl_PREREQ_FNMATCH_EXTRA): New macro.
30003         (gl_FUNC_FNMATCH_POSIX): New macro.
30004         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
30005         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
30006         simply fnmatch.
30007
30008         Module exclude.
30009         * m4/exclude.m4: New file.
30010
30011         Module human.
30012         * m4/human.m4: New file.
30013
30014         Module acl.
30015         * m4/acl.m4: Nop.
30016
30017         Module backupfile.
30018         * m4/backupfile.m4: New file.
30019         * m4/d-ino.m4: Indentation.
30020
30021         Module fsusage.
30022         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
30023         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
30024         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
30025
30026         Module dirfd.
30027         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
30028         requirements.
30029
30030         Module euidaccess.
30031         * m4/euidaccess.m4: New file.
30032
30033         Module file-type.
30034         * m4/file-type.m4: New file.
30035
30036         Module fileblocks.
30037         * m4/fileblocks.m4: New file.
30038
30039         Module filemode.
30040         * m4/filemode.m4: New file.
30041
30042         Module isdir.
30043         * m4/isdir.m4: New file.
30044
30045         Module lchown.
30046         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
30047         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
30048
30049         Module makepath.
30050         * m4/makepath.m4: New file.
30051
30052         Module modechange.
30053         * m4/modechange.m4: New file.
30054
30055         Module mountlist.
30056         * m4/mountlist.m4: New file.
30057         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
30058         Indentation.
30059
30060         Module path-concat.
30061         * m4/path-concat.m4: New file.
30062
30063         Module pathmax.
30064         * m4/pathmax.m4: New file.
30065
30066         Module same.
30067         * m4/same.m4: New file.
30068
30069         Module save-cwd.
30070         * m4/save-cwd.m4: New file.
30071
30072         Module savedir.
30073         * m4/savedir.m4: New file.
30074
30075         Module xgetcwd.
30076         * m4/xgetcwd.m4: New file.
30077         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
30078
30079         Module xreadlink.
30080         * m4/xreadlink.m4: New file.
30081
30082         Module safe-read.
30083         * m4/safe-read.m4: New file.
30084
30085         Module safe-write.
30086         * m4/safe-write.m4: New file.
30087
30088         Module closeout.
30089         * m4/closeout.m4: New file.
30090
30091         Module stdio-safer.
30092         * m4/stdio-safer.m4: New file.
30093
30094         Module getpass.
30095         * m4/getpass.m4: New file.
30096
30097         Module getugroups.
30098         * m4/getugroups.m4: New file.
30099
30100         Module group-member.
30101         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30102         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30103
30104         Module idcache.
30105         * m4/idcache.m4: New file.
30106
30107         Module userspec.
30108         * m4/userspec.m4: New file.
30109
30110         Module gettime.
30111         * m4/clock_time.m4: New file.
30112         * m4/gettime.m4: New file.
30113
30114         Module settime.
30115         * m4/settime.m4: New file.
30116
30117         Module posixtm.
30118         * m4/posixtm.m4: New file.
30119
30120         Module gethostname.
30121         * m4/gethostname.m4: New file.
30122
30123         Module canon-host.
30124         * m4/canon-host.m4: New file.
30125
30126         Module gettext.
30127         * m4/codeset.m4: New file, from gettext-0.11.5.
30128         * m4/gettext.m4: New file, from gettext-0.11.5.
30129         * m4/glibc21.m4: New file, from gettext-0.11.5.
30130         * m4/iconv.m4: New file, from gettext-0.11.5.
30131         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30132         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30133         * m4/inttypes.m4: New file, from gettext-0.11.5.
30134         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30135         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30136         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30137         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30138         * m4/lib-link.m4: New file, from gettext-0.11.5.
30139         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30140         * m4/progtest.m4: New file, from gettext-0.11.5.
30141         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30142         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30143         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30144
30145         Module localcharset.
30146         * m4/localcharset.m4: New file.
30147
30148         Module hard-locale.
30149         * m4/hard-locale.m4: New file.
30150
30151         Module mbswidth.
30152         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30153         onceonly macros.
30154         * m4/mbrtowc.m4: Add comment.
30155
30156         Module memcasecmp.
30157         * m4/memcasecmp.m4: New file.
30158
30159         Module memcoll.
30160         * m4/memcoll.m4: New file.
30161
30162         Module unicodeio.
30163         * m4/unicodeio.m4: New file.
30164
30165         Module rpmatch.
30166         * m4/rpmatch.m4: New file.
30167
30168         Module yesno.
30169         * m4/yesno.m4: New file.
30170
30171         Module exitfail.
30172         * m4/exitfail.m4: New file.
30173
30174         Module c-stack.
30175         * m4/c-stack.m4 (gl_C_STACK): New macro.
30176         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30177
30178         Module error.
30179         * m4/error.m4 (gl_ERROR): New macro.
30180         (jm_PREREQ_ERROR): Use onceonly macros.
30181
30182         Module fatal.
30183         * m4/fatal.m4: New file.
30184
30185         Module getloadavg.
30186         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30187         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30188
30189         Module getpagesize.
30190         * m4/getpagesize.m4: New file.
30191
30192         Module getusershell.
30193         * m4/getusershell.m4: New file.
30194
30195         Module physmem.
30196         * m4/physmem.m4: New file.
30197
30198         Module posixver.
30199         * m4/posixver.m4: New file.
30200
30201         Module quotearg.
30202         * m4/quotearg.m4: New file.
30203
30204         Module quote.
30205         * m4/quote.m4: New file.
30206
30207         Module readutmp.
30208         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30209
30210         Module sig2str.
30211         * m4/sig2str.m4: New file.
30212
30213         Other.
30214         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30215         ulonglong.m4.
30216         * m4/intmax_t.m4: New file.
30217         * m4/d-type.m4: Indentation.
30218         * m4/jm-macros.m4: Update.
30219         * m4/prereq.m4 (jm_PREREQ): Update.
30220         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30221         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30222         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30223         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30224         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30225         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30226         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30227         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30228         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30229         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30230         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30231         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30232         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30233         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30234         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30235         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30236         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30237         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30238         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30239
30240 2002-12-24  Bruno Haible  <bruno@clisp.org>
30241
30242         * MODULES.txt: Update according to m4/ changes.
30243
30244         Module gettext.
30245         * config.rpath: New file, from gettext-0.11.5.
30246
30247         * modules/*: New module descriptions.
30248         * gnulib-tool: New file.
30249         * MODULES.html.sh: New file.
30250
30251 2002-12-21  Karl Berry  <karl@gnu.org>
30252
30253         * doc/fdl.texi: update to version 1.2.
30254
30255 2002-12-19  Karl Berry  <karl@gnu.org>
30256
30257         * config/config.guess: update from prep.
30258
30259 2002-12-18  Bruno Haible  <bruno@clisp.org>
30260
30261         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30262         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30263
30264 2002-12-17  Bruno Haible  <bruno@clisp.org>
30265
30266         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30267         stdlib.h, string.h.
30268
30269 2002-12-17  Bruno Haible  <bruno@clisp.org>
30270
30271         * lib/canon-host.c (strdup): Remove unused declaration.
30272
30273         * lib/fsusage.c: Include full_read.h.
30274         (get_fs_usage): Use full_read instead of safe_read.
30275
30276         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30277
30278 2002-12-12  Karl Berry  <karl@gnu.org>
30279
30280         * config/config.guess: update from prep.
30281
30282 2002-12-11  Bruno Haible  <bruno@clisp.org>
30283
30284         * m4/setenv.m4: New file, from gettext-0.11.5.
30285
30286 2002-12-11  Bruno Haible  <bruno@clisp.org>
30287
30288         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30289         not unsetenv().
30290         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30291         modifications:
30292
30293         2002-12-11  Bruno Haible  <bruno@clisp.org>
30294
30295                 * setenv.c (alloca): Fall back to malloc.
30296                 (freea): New macro.
30297                 (setenv): Use freea() to free memory allocated with alloca().
30298
30299         2002-11-13  Bruno Haible  <bruno@clisp.org>
30300
30301                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30302                 function declarations.
30303                 * unsetenv.c (unsetenv): Likewise.
30304
30305         2002-03-04  Bruno Haible  <bruno@clisp.org>
30306
30307                 Portability to AIX 4.3.3.
30308                 * unsetenv.c: New file, extracted from setenv.c.
30309                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30310
30311         2001-12-20  Bruno Haible  <bruno@clisp.org>
30312
30313                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30314                 use malloc instead. For SunOS 4.
30315
30316         2001-12-11  Bruno Haible  <bruno@clisp.org>
30317
30318                 * setenv.c: Declare alloca.
30319                 (compar_fn_t): New typedef.
30320                 (KNOWN_VALUE, STORE_VALUE): Use it.
30321
30322         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30323         setenv.h.
30324
30325 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30326
30327         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30328         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30329         Choose values that are less likely to collide with system fnmatch
30330         options.
30331         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30332         defined (e.g., a pure POSIX system).
30333         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30334         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30335
30336 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30337
30338         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30339         a pain in practice to deal with generated m4 files.  This change
30340         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30341
30342         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30343         and jm-glibc-io.m4, as they are no longer a special case.
30344         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30345         kludge and the auto-generation stuff.  Check only whether the
30346         functions are declared, not whether they exist, since older hosts
30347         that don't declare the functions can't use the optimization anyway.
30348
30349 2002-12-06  Jim Meyering  <jim@meyering.net>
30350
30351         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30352
30353         Merge in changes from libc's misc/error.c, in preparation
30354         for the merge of gnulib's changes back into libc.
30355
30356         * lib/error.c (_): Define only if not already defined.
30357         Move definition to follow all #include directives.
30358         Include unlocked-io.h only if !_LIBC.
30359         [_LIBC]: Include <libio/libioP.h>.
30360         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30361         (fflush): Tweak definition to use INTUSE.
30362         (putc): Define.
30363
30364 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30365
30366         * lib/alloca.c [defined emacs]: Include "lisp.h".
30367         (xalloc_die) [defined emacs]: New macro.
30368         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30369         [! defined emacs]: Include <xalloc.h>.
30370         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30371         (pointer): Typedef to POINTER_TYPE *.
30372         (malloc): Remove decl; we now always use xmalloc.
30373         (alloca): Use old-style definition, since Emacs needs this.
30374         Check for arithmetic overflow when computing combined size.
30375
30376 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30377
30378         Do not generate unlocked-io.h automatically, since it's easier to
30379         maintain it by hand.
30380
30381         * lib/unlocked-io.h: New file, from GNU diffutils,
30382         but with proper copyright notice and attribution.
30383         * lib/gen-uio: Remove.
30384         * lib/Makefile.am: Add copyright notice.
30385         (libfetish_a_SOURCES): Add unlocked-io.h.
30386         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30387         (DISTCLEANFILES, io_functions): Remove macros.
30388         (EXTRA_DIST): Remove gen_uio.
30389         (unlocked-io.h): Remove rule.
30390
30391 2002-12-04  Jim Meyering  <jim@meyering.net>
30392
30393         Reflect the fact that stat.c and lstat.c are no longer generated.
30394         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30395         (DISTCLEANFILES): Likewise.
30396         (EXTRA_DIST): Likewise.
30397         (all_local): Don't depend on stat.c or lstat.c.
30398         (stat.c, lstat.c): Remove rules.
30399         (EXTRA_DIST): Remove xstat.in.
30400
30401         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30402         * lib/stat.c: New file.  Contents mostly from xstat.in.
30403         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30404         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30405
30406         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30407         too.
30408         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30409
30410 2002-12-03  Jim Meyering  <jim@meyering.net>
30411
30412         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30413         but not semantics, to minimize the differences between these two files.
30414         (safe_read): Change comment to mention SAFE_READ_ERROR.
30415
30416         * lib/safe-read.c (IS_EINTR): Define.
30417         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30418
30419 2002-12-02  Jim Meyering  <jim@meyering.net>
30420
30421         * lib/safe-read.c (EINTR): Define.
30422         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30423         (INT_MAX): Provide fallback.
30424         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30425
30426         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30427
30428 2002-12-02  Bruno Haible  <bruno@clisp.org>
30429
30430         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30431         Define, taken from safe-read.c.
30432         (INT_MAX): Provide fallback.
30433         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30434         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30435
30436         * lib/safe-read.c (EINTR): Remove definition.
30437         (safe_read): Don't use EINTR if it is absent.
30438
30439 2002-12-01  Jim Meyering  <jim@meyering.net>
30440
30441         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30442         zero.
30443         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30444
30445 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30446
30447         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30448         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30449         with `if (! (value < limit)) abort ();', for readability.
30450
30451 2002-11-26  Karl Berry  <karl@gnu.org>
30452
30453         * lib/strdup.c: copy from libc again, with jim's ok.
30454         * lib/.cppi-disable: re-add strdup.c
30455
30456 2002-11-25  Karl Berry  <karl@gnu.org>
30457
30458         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30459         instead of "strtol.c".
30460
30461 2002-11-25  Karl Berry  <karl@gnu.org>
30462
30463         * config/install-sh: update from automake for variable quoting, $0 in
30464         error msgs, etc.
30465
30466         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30467         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30468         entry.
30469
30470 2002-11-25  Jim Meyering  <jim@meyering.net>
30471
30472         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30473
30474 2002-11-24  Karl Berry  <karl@gnu.org>
30475
30476         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30477         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30478
30479 2002-11-24  Jim Meyering  <jim@meyering.net>
30480
30481         Update from coreutils:
30482
30483         * lib/mktime.c: Merge in changes from libc.
30484
30485         Avoid a link-time failure on some Linux systems.
30486         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30487         (otherwise).
30488         (__mon_yday): Declare with the STATIC attribute.
30489         (__mktime_internal): Likewise.
30490         Based on a report from Greg Schafer.
30491
30492 2002-11-23  Jim Meyering  <jim@meyering.net>
30493
30494         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30495         Use `unsigned', not `int', as type of index.
30496
30497         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30498
30499         * lib/fsusage.c: Remove unneeded parentheses around operands of
30500         `defined'.
30501
30502 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30503
30504         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30505         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30506         so that we can be included first.
30507         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30508         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30509         No need to include stddef.h or sys/types.h any more.
30510         Surround local include files with "", not "<>".
30511         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30512         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30513         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30514         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30515         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30516         (ISPRINT): Remove; no longer needed now that we assume C89.
30517
30518         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30519         Preserve errno.
30520
30521         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30522         quotearg_char): Use SIZE_MAX rather than
30523         (size_t) -1 when we are talking about "infinity".
30524
30525         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30526
30527 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30528
30529         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30530         hint that one should use `if (! x) abort ();' rather than `assert
30531         (x);', and anyway it's one less thing to worry about configuring.
30532         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30533         hash_rehash, hash_insert): Use abort rather than assert.
30534
30535 2002-11-22  Bruno Haible  <bruno@clisp.org>
30536
30537         * lib/safe-read.h: Assume C89. Add comments.
30538         (safe_read): Change return type to size_t.
30539         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30540         byte counts > SSIZE_MAX correctly.
30541         * lib/safe-write.h: New file.
30542         * lib/safe-write.c: New file.
30543         * lib/full-read.h: New file.
30544         * lib/full-read.c: New file.
30545         * lib/full-write.h: Assume C89. Add comments.
30546         * lib/full-write.c: Include safe-write.h.
30547         (full_write): Rewritten to use safe_write.
30548         Suggested by Jim Meyering and Paul Eggert.
30549
30550 2002-11-21  Jim Meyering  <jim@meyering.net>
30551
30552         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30553
30554         Merge in changes from the coreutils.
30555
30556         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30557         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30558         <stdint.h>.
30559         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30560         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30561         int.  Work more efficiently if X is the same width as uintmax_t.
30562         Do not compare X to -1, to avoid bogus compiler warning.
30563         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30564         Don't assume that f_frsize and f_bsize are the same type.
30565
30566         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30567         warning on FreeBSD.
30568
30569         * lib/makepath.c (make_path): Restore umask *before* creating the final
30570         component.
30571         (make_path): Minor reformatting.
30572
30573         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30574         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30575         HAVE_MALLOC/HAVE_REALLOC.
30576
30577         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30578         dummy ones.  At least on GNU/Linux systems, `auto' means something
30579         else.
30580         From Michael Stone.
30581
30582 2002-11-21  Bruno Haible  <bruno@clisp.org>
30583
30584         Remove case insensitive option matching.
30585         * lib/argmatch.h (argcasematch): Remove declaration.
30586         (ARGCASEMATCH): Remove macro.
30587         (__xargmatch_internal): Remove case_sensitive argument.
30588         (XARGMATCH): Update.
30589         (XARGCASEMATCH): Remove macro.
30590         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30591         case_sensitive argument.
30592         (argcasematch): Remove function.
30593         (__xargmatch_internal): Remove case_sensitive argument.
30594         (main): Use XARGMATCH instead of XARGCASEMATCH.
30595
30596         * lib/xmalloc.c: Change compile-time error message. Add comment about
30597         required autoconf version.
30598
30599 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30600
30601         Merge argmatch cleanups from Bison.  Assume C89.
30602
30603         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30604         Include stdlib.h, for EXIT_FAILURE.
30605         Always include <string.h>, since we assume C89.
30606         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30607         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30608         Include <stddef.h> instead, since it's all we need for size_t.
30609         (PARAMS): Remove.  All uses removed.
30610         (ARRAY_CARDINALITY): Do not bother to #undef.
30611         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30612         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30613         Remove unnecessary parentheses.
30614         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30615         Insert necessary parentheses.
30616         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30617         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30618
30619 2002-11-19  Bruno Haible  <bruno@clisp.org>
30620
30621         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30622         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30623
30624         * lib/mbswidth.h (PARAMS): Remove macro.
30625         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30626         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30627
30628         * lib/gcd.h (PARAMS): Remove macro.
30629         (gcd): Use ANSI C function declarations.
30630         * lib/gcd.c (gcd): Likewise.
30631
30632 2002-11-15  Bruno Haible  <bruno@clisp.org>
30633
30634         * lib/strcspn.c: Include <stddef.h>.
30635         (strcspn): Use ANSI C function declaration. Change return type to
30636         size_t. Use NULL.
30637         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30638         (strpbrk): Use NULL.
30639         * lib/strpbrk.h (PARAMS): Remove macro.
30640         (strpbrk): Use ANSI C function declaration.
30641         * lib/strstr.c: Don't include <sys/types.h>.
30642         * lib/strstr.h (PARAMS): Remove macro.
30643         (strstr): Use ANSI C function declarations.
30644
30645 2002-11-14  Karl Berry  <karl@gnu.org>
30646
30647         * config/mkinstalldirs: `do' on separate line, instead of
30648         `for var; do'.
30649
30650 2002-11-06  Bruno Haible  <bruno@clisp.org>
30651
30652         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30653         * lib/gcd.c (gcd): Likewise.
30654
30655 2002-11-05  Bruno Haible  <bruno@clisp.org>
30656
30657         * lib/gcd.h: New file, from gettext-0.11.5.
30658         * lib/gcd.c: New file, from gettext-0.11.5.
30659
30660 2002-11-05  Bruno Haible  <bruno@clisp.org>
30661
30662         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30663         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30664         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30665         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30666
30667         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30668         <libintl.h>.
30669         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30670         <libintl.h>.
30671
30672         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30673         * lib/human.c: Include gettext.h instead of <libintl.h>.
30674         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30675         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30676         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30677         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30678         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30679         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30680         (textdomain): Remove definition.
30681         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30682
30683         * lib/long-options.c: Remove include of <libintl.h> and definition of
30684         _.
30685         * lib/same.c: Remove include of <libintl.h> and definition of _.
30686
30687 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30688
30689         * lib/config.charset: A few additions for Solaris.
30690
30691 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30692
30693         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30694         * lib/localcharset.c (locale_charset): Declare as extern "C".
30695
30696 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30697
30698         * lib/config.charset: msdos in uk_UA uses CP1125.
30699
30700 2002-11-04  Bruno Haible  <bruno@clisp.org>
30701
30702         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30703         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30704         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30705         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30706         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30707
30708 2002-11-04  Bruno Haible  <bruno@clisp.org>
30709
30710         * lib/localcharset.c (locale_charset): Don't return an empty string.
30711
30712 2002-11-04  Bruno Haible  <bruno@clisp.org>
30713
30714         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30715         aliases.
30716
30717 2002-11-04  Bruno Haible  <bruno@clisp.org>
30718
30719         * lib/config.charset: Update for newest glibc. Add canonical names
30720         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30721
30722 2002-11-04  Bruno Haible  <bruno@clisp.org>
30723
30724         * lib/config.charset: Add support for NetBSD.
30725
30726 2002-11-04  Bruno Haible  <bruno@clisp.org>
30727
30728         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30729
30730 2002-11-01  Bruno Haible  <bruno@clisp.org>
30731
30732         * configure.in: Add AC_CONFIG_AUX_DIR call.
30733         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30734         test/Makefile.
30735         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30736
30737 2002-09-28  Karl Berry  <karl@gnu.org>
30738
30739         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30740         installed automake until the next release, since changes have been
30741         made.
30742
30743 2002-09-25  Karl Berry  <karl@gnu.org>
30744
30745         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30746         * lib/getopt*: copy from libc/posix.
30747         * lib/gettext.h: copy from gettext.
30748         * lib/.cppi-disable: add strdup.c, gettext.h.
30749
30750 2002-09-25  Karl Berry  <karl@gnu.org>
30751
30752         * config/srclist.txt: enable gettext.h check.
30753         * config/config.{guess,sub}: update from prep.
30754         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30755                 from automake 1.6.3.
30756         See srclist*.
30757
30758 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30759
30760         * regex.c (PATFETCH): Remove the translating fetch.
30761         (PATFETCH_RAW): Rename to PATFETCH.
30762         (set_image_of_range): New fun.
30763         (SET_RANGE_TABLE_WORK_AREA): Use it.
30764         (regex_compile): Don't translate the pattern chars so eagerly.
30765         Only do it when inserting an `exactn' bytecode or when handling
30766         a char-range.
30767         (mutually_exclusive_p): Avoid empty statement.
30768
30769 2002-07-06  Jim Meyering  <meyering@lucent.com>
30770
30771         * m4/README: Don't mention Makefile.am.in.
30772         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30773
30774 2002-07-01  Jim Meyering  <meyering@lucent.com>
30775
30776         * lib/c-stack.c: Include sys/time.h.
30777         From Volker Borchert.
30778
30779 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30780
30781         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30782
30783 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30784
30785         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30786         New macro.  Use it uniformly instead of
30787         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30788         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30789         reported by Vin Shelton.
30790
30791 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30792
30793         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30794         Do not assume SA_SIGINFO behavior.
30795         Bug reported by Jim Meyering on NetBSD 1.5.2.
30796
30797 2002-06-22  Jim Meyering  <meyering@lucent.com>
30798
30799         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30800         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30801
30802         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30803         now that configure.ac uses AC_GNU_SOURCE.
30804         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30805         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30806
30807         Update to latest tools.  Suggestions from Paul Eggert.
30808         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30809         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30810         * m4/fnmatch.m4: Likewise.
30811         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30812         to AC_HEADER_STDBOOL
30813
30814 2002-06-22  Jim Meyering  <meyering@lucent.com>
30815
30816         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30817         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30818
30819 2002-06-22  Jim Meyering  <meyering@lucent.com>
30820
30821         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30822
30823         * lib/exitfail.c, exitfail.h: Likewise.
30824         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30825
30826         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30827         of fnmatch.h.
30828         (EXTRA_DIST): Add fnmatch_loop.c.
30829         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30830
30831         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30832         * lib/fnmatch.c: Update from diffutils-2.8.2.
30833         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30834         * lib/fnmatch.h: Remove file.
30835
30836 2002-06-21  Jim Meyering  <meyering@lucent.com>
30837
30838         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30839         * m4/mbrtowc.m4: Likewise.
30840
30841         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30842         * m4/mbswidth.m4: Reflect name change:
30843         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30844         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30845
30846         * m4/lib-link.m4: Update from gettext-0.11.2.
30847         * m4/gettext.m4: Likewise.
30848
30849         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30850         From Alfred M. Szmidt.
30851
30852 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30853
30854         * lib/file-type.h: Report an error if neither S_ISREG nor
30855         S_IFREG is defined, instead of using a test specific to glibc
30856         2.2.  This should be safe, since POSIX requires S_ISREG and
30857         Unix Version 7 had S_IFREG.  We don't need to check for
30858         <sys/types.h> since we don't use any symbols that it defines.
30859
30860 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30861
30862         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30863         $@-t, so that each temporary file name is unique and valid in the first
30864         8 characters, for operation under DOS.
30865
30866 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30867
30868         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30869
30870 2002-06-15  Jim Meyering  <meyering@lucent.com>
30871
30872         Work even with DJGPP 2.03, which lacks support for symlinks.
30873         From Richard Dawe.
30874         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30875         is defined.
30876         * lib/lchown.c (S_ISLNK): Likewise.
30877
30878 2002-06-15  Jim Meyering  <meyering@lucent.com>
30879
30880         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30881         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30882         have been included before this file.
30883
30884 2002-06-14  Jim Meyering  <meyering@lucent.com>
30885
30886         * lib/file-type.h: Use the version from diffutils-2.8.2.
30887         * lib/file-type.c: Likewise.
30888
30889 2002-06-07  Jim Meyering  <meyering@lucent.com>
30890
30891         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30892         They're needed at least for NetBSD 1.5.2.
30893         ($statxfs_includes): Include those same headers.
30894         ($statxfs_includes): Include sys/vfs.h if available.
30895         ($statxfs_includes): Likewise for sys/statvfs.h.
30896         Check for the following members in both structs statfs and statvfs:
30897         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30898
30899 2002-06-01  Jim Meyering  <meyering@lucent.com>
30900
30901         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30902         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30903
30904 2002-05-28  Jim Meyering  <meyering@lucent.com>
30905
30906         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30907         Reported by Volker Borchert.
30908
30909 2002-05-27  Jim Meyering  <meyering@lucent.com>
30910
30911         Fix a problem seen only on nonconforming systems whereby ls.c's
30912         use of localtime, and then of gettimeofday would cause trouble:
30913         the localtime call used to initialize rpl_gettimeofday's save
30914         mechanism would clobber ls's current local time information so
30915         that in any long listing the first file would always be listed
30916         with date 1970-01-01.  Analysis by Volker Borchert.
30917
30918         * lib/gettimeofday.c (localtime): Undefine.
30919         (rpl_localtime): New function.
30920
30921 2002-05-27  Jim Meyering  <meyering@lucent.com>
30922
30923         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30924         localtime.
30925
30926         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30927         use the replacement function; it wouldn't resolve at link time.
30928         Reported by Volker Borchert.
30929
30930 2002-05-22  Jim Meyering  <meyering@lucent.com>
30931
30932         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30933         file-type.h.
30934         * lib/file-type.h: New file.
30935         * lib/file-type.c (file_type): New file/function.  Extracted from
30936         diffutils.
30937
30938 2002-04-30  Jim Meyering  <meyering@lucent.com>
30939
30940         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30941
30942 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30943
30944         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30945
30946 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30947
30948         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30949         Do not check for alloca.h (no longer used) or stdbool.h (was never
30950         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30951
30952 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30953
30954         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30955
30956 2002-04-29  Jim Meyering  <meyering@lucent.com>
30957
30958         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30959         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30960         Use AC_FUNC_STRNLEN here instead.
30961
30962         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30963         With autoconf-2.53a, it's part of AC_PROG_CC.
30964
30965 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30966
30967         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30968         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30969
30970 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30971
30972         * lib/sig2str.h, lib/sig2str.c: New files.
30973         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30974
30975 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30976
30977         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30978         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30979         of 127, since 64 is the largest conceivable number for ancient
30980         nonstandard hosts.
30981         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30982
30983 2002-04-28  Jim Meyering  <meyering@lucent.com>
30984
30985         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30986
30987 2002-04-24  Jim Meyering  <meyering@lucent.com>
30988
30989         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30990         (jm_PREREQ): Use it.
30991
30992         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30993         mach/mach.h fcntl.h.
30994         Check for this function: setlocale.
30995
30996 2002-04-24  Jim Meyering  <meyering@lucent.com>
30997
30998         * lib/gettext.h: New file, from Gettext.
30999         * lib/Makefile.am (INCLUDES): Remove -I../intl.
31000         (libfetish_a_SOURCES): Add gettext.h.
31001
31002 2002-04-16  Jim Meyering  <meyering@lucent.com>
31003
31004         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
31005         ut_pid, ut_id, ut_exit.
31006
31007 2002-04-16  Jim Meyering  <meyering@lucent.com>
31008
31009         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
31010         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
31011         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
31012
31013 2002-04-12  Jim Meyering  <meyering@lucent.com>
31014
31015         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
31016         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
31017         existence of the getmntinfo function.  Needed for Darwin 5.3.
31018
31019         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
31020         This is necessary at least on Darwin 5.3.
31021
31022         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
31023         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
31024         strnlen.o in the library, and that makes some versions of ranlib
31025         object.
31026
31027 2002-04-12  Jim Meyering  <meyering@lucent.com>
31028
31029         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
31030
31031 2002-04-09  Jim Meyering  <meyering@lucent.com>
31032
31033         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
31034         to be more precise.  Rather than saying we're checking whether the
31035         function `works', say what we're testing.
31036         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
31037         Reported by Bruno Haible.
31038
31039 2002-03-10  Jim Meyering  <meyering@lucent.com>
31040
31041         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
31042         Suggestion from Santiago Vila.
31043
31044 2002-03-08  Jim Meyering  <meyering@lucent.com>
31045
31046         * lib/rename.c: Mention that this wrapper is needed also on
31047         mips-dec-ultrix4.4 systems.
31048
31049 2002-03-02  Jim Meyering  <meyering@lucent.com>
31050
31051         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
31052         not HAVE_CLOCK_SETTIME.
31053
31054 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31055
31056         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
31057         Check for clock_settime.
31058
31059 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31060
31061         * lib/nanosleep.h: Rename to....
31062         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
31063
31064         * lib/gettime.c: New file.
31065         * lib/settime.c: New file.
31066         * lib/stime.c: Remove.
31067
31068         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
31069         timespec.h.  Remove nanosleep.h.
31070
31071 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31072
31073         * m4/acl.m4: New file.
31074         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
31075         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
31076
31077 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31078
31079         * lib/acl.c, lib/acl.h: New files.
31080         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
31081
31082 2002-02-24  Jim Meyering  <meyering@lucent.com>
31083
31084         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
31085         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
31086         cause trouble.  Reported by Nelson Beebe.
31087
31088 2002-02-23  Paul Eggert  <eggert@twinsun.com>
31089
31090         * lib/path-concat.c (xpath_concat): Reorder code to pacify
31091         compilers that don't know that xalloc_die never returns.
31092
31093 2002-02-20  Jim Meyering  <meyering@lucent.com>
31094
31095         * lib/getdate.c: Regenerate using bison-1.33.
31096
31097 2002-02-17  Jim Meyering  <meyering@lucent.com>
31098
31099         * config/config.guess (main): Don't use `head -1'; it's no longer
31100         portable. Use `sed 1q' instead.
31101
31102 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31103
31104         * m4/codeset.m4: Upgrade to gettext-0.11.
31105         * m4/gettext.m4: Upgrade to gettext-0.11.
31106         * m4/glibc21.m4: Upgrade to gettext-0.11.
31107         * m4/iconv.m4: Upgrade to gettext-0.11.
31108         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31109         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31110         * m4/lib-ld.m4: New file, from gettext-0.11.
31111         * m4/lib-link.m4: New file, from gettext-0.11.
31112         * m4/lib-prefix.m4: New file, from gettext-0.11.
31113         * m4/progtest.m4: Upgrade to gettext-0.11.
31114
31115 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31116
31117         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31118         (jm_PREREQ): Use it.
31119
31120 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31121
31122         * lib/posixver.c, lib/posixver.h: New files.
31123         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31124
31125 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31126             Bruno Haible  <bruno@clisp.org>
31127
31128         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31129         (fwrite_success_callback): New declaration.
31130         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31131         print_unicode_char. Call failure callback instead of error.
31132         (fwrite_success_callback): New function.
31133         (exit_failure_callback): New function.
31134         (fallback_failure_callback): New function.
31135         (print_unicode_char): Call unicode_to_mb.
31136
31137 2002-01-26  Jim Meyering  <meyering@lucent.com>
31138
31139         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31140         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31141
31142 2002-01-26  Jim Meyering  <meyering@lucent.com>
31143
31144         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31145
31146 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31147
31148         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31149
31150 2002-01-22  Jim Meyering  <meyering@lucent.com>
31151
31152         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31153         Otherwise, some versions of automake would omit the rule that makes
31154         Makefile from Makefile.in.
31155
31156 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31157
31158         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31159         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31160         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31161         (memcoll): Set errno to zero if there is no error.
31162
31163         * lib/quotearg.c (quotearg_buffer_restyled):
31164         Fix bug with quoting buffers containing NUL when backslashing escapes.
31165         This bug was exposed by the other changes in this patch.
31166         (quotearg_n_options): New arg ARGSIZE.
31167         All callers changed.
31168         (quoting_options_from_style): New function.
31169         (quotearg_n_style): Use it.
31170         (quotearg_n_style_mem): New function.
31171
31172         * lib/quotearg.h (quotearg_n_style_mem): New function.
31173
31174 2002-01-19  Jim Meyering  <meyering@lucent.com>
31175
31176         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31177         Remove useless quotes: DF_PROG="df".
31178         * m4/strnlen.m4: New file.
31179
31180 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31181
31182         * lib/backupfile.c (ISDIGIT): Comment fix.
31183         * lib/getdate.y (ISDIGIT): Likewise.
31184         * lib/posixtm.c (ISDIGIT, year): Likewise.
31185         * lib/strverscmp.c (ISDIGIT): Likewise.
31186         * lib/userspec.c (ISDIGIT): Likewise.
31187
31188 2002-01-16  Jim Meyering  <meyering@lucent.com>
31189
31190         * lib/getdate.y: Add three semicolons, each just before a closing
31191         brace. Bison (as of version 1.31) no longer papers over that mistake.
31192
31193 2002-01-05  Jim Meyering  <meyering@lucent.com>
31194
31195         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31196
31197 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31198
31199         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31200         not silently exit merely because the output buffer happens to
31201         have nothing pending.
31202
31203 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31204
31205         See the big note in ../ChangeLog.
31206         * lib/human.c (suffixes): Prefer K to k for 1024.
31207         (generate_suffix_backwards): New function.
31208         (human_readable_inexact): Use it.
31209         * lib/xstrtol.c (__xstrtol): If there is no number but there
31210         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31211         Accept 'K' as well as 'k'.
31212
31213 2001-12-15  Jim Meyering  <meyering@lucent.com>
31214
31215         * lib/regex.h (__restrict_arr): Update from libc.
31216
31217         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31218         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31219         (STREQ): Define.
31220
31221 2001-12-14  Jim Meyering  <meyering@lucent.com>
31222
31223         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31224         Suggestion from Bruno Haible.
31225
31226 2001-12-10  Jim Meyering  <meyering@lucent.com>
31227
31228         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31229         xrealloc, Instead, include "xalloc.h".
31230         (initbuffer): Don't cast xmalloc return value to char*.
31231         (readline): Reword comment.
31232         Don't cast xrealloc return value to char*
31233         Return NULL, not 0.
31234
31235 2001-12-09  Jim Meyering  <meyering@lucent.com>
31236
31237         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31238         about `signed and unsigned type in conditional expression'.
31239         * lib/posixtm.c (posix_time_parse): Likewise.
31240
31241         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31242
31243         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31244         to avoid a pedantic warning.
31245
31246         * lib/getstr.c: Don't include assert.h.
31247         (getstr): Remove warning-evoking assertions.
31248         Return -1 if offset parameter is out of bounds.
31249         Change the type of a local from int to size_t.
31250
31251         * lib/strftime.c (my_strftime_localtime_r): Include this function
31252         definition in the `#if ! HAVE_TM_GMTOFF' block.
31253
31254         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31255         Include xalloc.h instead.
31256
31257 2001-12-02  Jim Meyering  <meyering@lucent.com>
31258
31259         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31260         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31261         included.
31262
31263         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31264         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31265
31266 2001-11-30  Akim Demaille  <akim@epita.fr>
31267
31268         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31269         before being defined.
31270
31271 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31272
31273         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31274         First arg is int, not unsigned.
31275         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31276         (SIZE_MAX, UINT_MAX): New macros.
31277         (quotearg_n_options): Abort if N is negative.
31278         Avoid overflow check on hosts where size_t is 64 bits and int
31279         is 32 bits, as overflow is impossible there.
31280         Fix off-by-one typo that caused unnecessary reallocation.
31281
31282 2001-11-27  Jim Meyering  <meyering@lucent.com>
31283
31284         * lib/tempname.c: Merge with version from libc.
31285         * lib/regex.c: Likewise.
31286
31287         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31288         systems for which STDC_HEADERS is 0, it was not included, resulting in
31289         a warning about an integer-to-pointer conversion problem with getenv.
31290         Reported by Volker Borchert.
31291
31292 2001-11-26  Jim Meyering  <meyering@lucent.com>
31293
31294         * lib/gtod.h: Remove file.
31295         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31296         * lib/gettimeofday.c: Don't include gtod.h.
31297         (GTOD_init): Remove function.
31298         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31299         Suggestion from Volker Borchert.
31300
31301 2001-11-23  Jim Meyering  <meyering@lucent.com>
31302
31303         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31304         it.
31305         * lib/hash.c (struct hash_table): Define it here instead.
31306
31307 2001-11-22  Jim Meyering  <meyering@lucent.com>
31308
31309         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31310
31311 2001-11-20  Jim Meyering  <meyering@lucent.com>
31312
31313         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31314         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31315
31316 2001-11-19  Jim Meyering  <meyering@lucent.com>
31317
31318         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31319         directory.  Use "conftestXXXXXX" as the template.
31320         Suggestion from Paul Eggert.
31321
31322         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31323         immediately, so the test doesn't mistakenly hit the max-open-files
31324         limit.
31325
31326 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31327
31328         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31329         (TEMPORARIES): New macro.
31330         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31331         removes an artificial limitation (e.g. HP-UX 10.20, where
31332         TMP_MAX is 17576).
31333
31334 2001-11-18  Jim Meyering  <meyering@lucent.com>
31335
31336         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31337
31338 2001-11-18  Jim Meyering  <meyering@lucent.com>
31339
31340         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31341         on SunOS 4.
31342
31343         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31344         files will be created before anything else.
31345
31346 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31347
31348         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31349         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31350
31351 2001-11-17  Jim Meyering  <meyering@lucent.com>
31352
31353         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31354         Prompted by a report from Bob Proulx.
31355
31356         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31357         Instead, require UTILS_FUNC_MKSTEMP.
31358
31359 2001-11-17  Jim Meyering  <meyering@lucent.com>
31360
31361         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31362         Now, that's done as part of AC_FUNC_STRTOD.
31363
31364 2001-11-17  Jim Meyering  <meyering@lucent.com>
31365
31366         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31367         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31368         rather than group writable.  Patch by Juan F. Codagnone.
31369
31370         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31371         xrealloc, Instead, include "xalloc.h".
31372
31373         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31374         Remove explicit declarations of xmalloc, xrealloc,
31375         and xstrdup.  Instead, include "xalloc.h".
31376
31377         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31378         unlocked-io.h.
31379         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31380         Likewise.
31381         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31382
31383         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31384         Reported by Padraig Brady.
31385
31386         * lib/mkstemp.c: #undef mkstemp.
31387         Include config.h.
31388         (rpl_mkstemp): Rename from mkstemp.
31389         Protoize.
31390
31391 2001-11-16  Jim Meyering  <meyering@lucent.com>
31392
31393         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31394         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31395         determine the amount of total physical memory, use pstat_getstatic.
31396         HPUX-11 doesn't define _SC_PHYS_PAGES.
31397         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31398         If sysconf couldn't be used to determine the amount of available
31399         physical memory, use both pstat_getstatic and pstat_getdynamic.
31400         Based on a patch from Bob Proulx.
31401
31402 2001-11-10  Jim Meyering  <meyering@lucent.com>
31403
31404         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31405         (jm_PREREQ): Use it.
31406
31407 2001-11-09  Jim Meyering  <meyering@lucent.com>
31408
31409         * m4/jm-macros.m4: Require autoconf-2.52f.
31410         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31411         Use these AC_-prefixed names, not the AM_-prefixed ones.
31412
31413         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31414
31415 2001-11-05  Jim Meyering  <meyering@lucent.com>
31416
31417         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31418
31419 2001-11-04  Jim Meyering  <meyering@lucent.com>
31420
31421         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31422         $DEFS.
31423
31424 2001-11-03  Jim Meyering  <meyering@lucent.com>
31425
31426         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31427         of AC_DEFUN.
31428
31429         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31430         know the name of the variable in the macro definition.
31431
31432 2001-11-03  Jim Meyering  <meyering@lucent.com>
31433
31434         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31435         in argmatch_to_argument call.
31436
31437         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31438         argument.
31439
31440         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31441         e.g., a fault due to an attempt to free a NULL pointer.
31442
31443 2001-11-01  Jim Meyering  <meyering@lucent.com>
31444
31445         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31446         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31447
31448 2001-11-01  Jim Meyering  <meyering@lucent.com>
31449
31450         * lib/dirfd.c, lib/dirfd.h: New files.
31451         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31452
31453         * lib/hash.c (hash_print) [TESTING]: Clean up.
31454
31455 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31456
31457         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31458         to avoid a warning if -Wall.
31459
31460 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31461
31462         * README: New file
31463         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31464         (per RMS's instructions, this is now the canonical source)
31465         * lgpl/, gpl/: New directories.
31466
31467 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31468
31469         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31470
31471 2001-10-21  Jim Meyering  <meyering@lucent.com>
31472
31473         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31474         this code would end up calling gettext even in packages built
31475         with --disable-nls.
31476         * lib/getopt.c (_): Likewise.
31477         * lib/regex.c (_): Likewise.
31478
31479 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31480
31481         * m4/error.m4 (jm_PREREQ_ERROR):
31482         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31483         AC_FUNC_STRERROR_R does that.
31484         Check for strerror declaration.
31485
31486         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31487         are supposed to have them these days.
31488         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31489         Merge changes from latest Autoconf CVS.
31490         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31491         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31492         POSIX decided to standardize on the int flavor of strerror_r.
31493
31494 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31495
31496         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31497         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31498         Use strerror_r that is only a macro, even if it is not a function.
31499         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31500         (private_strerror): Use prototypes, not old-style function definition.
31501         (print_errno_message): New function.
31502         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31503         char*-flavored one.
31504         (error_tail, error, error_at_line): Use it.
31505
31506 2001-10-11  Jim Meyering  <meyering@lucent.com>
31507
31508         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31509         and quote_n (1, ... to avoid clobbering a buffer.
31510
31511 2001-10-05  Jim Meyering  <meyering@lucent.com>
31512
31513         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31514         hash-pjw.h.
31515         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31516         * lib/hash-pjw.h: New file.
31517
31518 2001-09-30  Jim Meyering  <meyering@lucent.com>
31519
31520         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31521         `struct fsstat' has the `f_fstypename' member.
31522         Use that to define FS_TYPE, which is now used to make
31523         the getfsstat link test tighter.
31524
31525 2001-09-30  Jim Meyering  <meyering@lucent.com>
31526
31527         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31528         Include <sys/ucred.h>, for Apple Darwin.
31529         Include sys/mount.h and sys/fs_types.h only if available.
31530         (FS_TYPE): Define.
31531         (read_filesystem_list): Use FS_TYPE.
31532
31533 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31534
31535         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31536         a boolean context.
31537
31538 2001-09-29  Jim Meyering  <meyering@lucent.com>
31539
31540         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31541         [one-argument getmntent function]): Include stdio.h before mntent.h.
31542         SunOS 4.1.x needs it for the declaration of `FILE'.
31543         Patch by Volker Borchert.
31544
31545         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31546         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31547         sys/fs_types.h, and make the link-test for getfsstat guard #include
31548         directives with appropriate #if HAVE_*_H tests so that we can
31549         detect getfsstat on Apple Darwin1.3.7 systems.
31550         Reported by Nelson Beebe.
31551         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31552
31553 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31554
31555         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31556         #defines strtoimax.  Also treat the other strto* functions
31557         like strtoimax.
31558
31559         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31560         Check for strtoul and strtoumax,
31561         as those declarations are made even in the signed case.
31562         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31563         Likewise, for strtol and strtoimax.
31564
31565 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31566
31567         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31568         #defines strtoimax.  Also treat the other strto* functions
31569         like strtoimax.
31570
31571         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31572         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31573         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31574
31575 2001-09-26  Jim Meyering  <meyering@lucent.com>
31576
31577         Most macros in unlocked-io.h had the wrong number of arguments.
31578         * lib/gen-uio: New script.
31579         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31580         * lib/unlocked-io.hin: Remove file.
31581         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31582         rather than trying to embed it here.
31583         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31584         Reported by Padraig Brady.
31585
31586 2001-09-25  Volker Borchert  <bt@teknon.de>
31587
31588         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31589         `result'.
31590
31591 2001-09-24  Jim Meyering  <meyering@lucent.com>
31592
31593         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31594
31595 2001-09-23  Jim Meyering  <meyering@lucent.com>
31596
31597         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31598         instead of the mere test for existence of mntent.h.  The latter
31599         would get a false-positive on AIX 3.4 systems.
31600         In the outer getmntent if-block, don't die if neither of the getmntent
31601         tests succeeds.  Instead, just fall through and continue with the
31602         remaining tests.
31603
31604 2001-09-23  Jim Meyering  <meyering@lucent.com>
31605
31606         * lib/mountlist.c: Remove useless parentheses in #if directives.
31607         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31608         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31609
31610 2001-09-22  Jim Meyering  <meyering@lucent.com>
31611
31612         * m4/gettext.m4: New file.  From gettext.
31613         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31614         * m4/progtest.m4: Likewise
31615         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31616         * m4/glibc21.m4: Likewise.
31617
31618         * m4/libintl.m4: Remove.  No longer used.
31619
31620 2001-09-22  Jim Meyering  <meyering@lucent.com>
31621
31622         * lib/localcharset.c: Update from latest gettext.
31623         * lib/config.charset: Likewise.
31624
31625 2001-09-20  Jim Meyering  <meyering@lucent.com>
31626
31627         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31628         strtoimax.
31629         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31630         strtoumax.
31631
31632 2001-09-20  Jim Meyering  <meyering@lucent.com>
31633
31634         * lib/xstrtol.c (strtoimax): Guard declaration with
31635         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31636         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31637         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31638         (strtoumax): Likewise, for completeness (it wasn't necessary).
31639
31640 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31641
31642         * lib/strtoimax.c (HAVE_LONG_LONG):
31643         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31644         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31645         to work around bug in IBM C compiler.
31646
31647 2001-09-17  Jim Meyering  <meyering@lucent.com>
31648
31649         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31650         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31651         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31652         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31653         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31654         whenever the right hand side need not be expanded by the shell.
31655
31656 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31657
31658         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31659         library.  It's not correct, as some older glibcs are buggy.
31660         fnmatch wasn't fixed until glibc 2.2.
31661
31662         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31663         special shell magic here.
31664
31665 2001-09-16  Jim Meyering  <meyering@lucent.com>
31666
31667         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31668         * m4/jm-macros.m4: Require it.
31669
31670 2001-09-16  Jim Meyering  <meyering@lucent.com>
31671
31672         * lib/mkdir.c: New file.
31673
31674 2001-09-15  Jim Meyering  <meyering@lucent.com>
31675
31676         * m4/jm-macros.m4: Check for help2man.
31677
31678 2001-09-11  Jim Meyering  <meyering@lucent.com>
31679
31680         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31681         The body, by Paul Eggert, was moved here from configure.in.
31682         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31683
31684 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31685
31686         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31687         (jm_PREREQ): Use it.
31688
31689 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31690
31691         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31692         Use ssize_t, not int, to store result of readlink.
31693         Check for ssize_t overflow as well as size_t overflow,
31694         as POSIX says the result of readlink is implementation-defined
31695         when ssize_t overflows.
31696         Remove unnecessary cast to char*.
31697         Use free+malloc instead of realloc, as the storage doesn't need
31698         to be preserved and it's clearer and can be more efficient that way.
31699         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31700         * lib/xreadlink.h (xreadlink): Update prototype.
31701
31702 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31703
31704         * lib/xgetcwd.c: Revert some of the previous change; intead,
31705         fix the HAVE_GETCWD_NULL code to behave more like the
31706         !HAVE_GETCWD_NULL code used to.
31707
31708         Include "xalloc.h".
31709         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31710         invoke xalloc_die.
31711
31712 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31713
31714         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31715         sys/param.h, as pathmax.h includes them.
31716
31717 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31718
31719         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31720         (jm_PREREQ_XGETCWD): New macro.
31721
31722         * m4/getcwd.m4: New file.
31723
31724 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31725
31726         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31727         like the HAVE_GETCWD_NULL code.
31728         Include pathmax.h if not HAVE_GETCWD.
31729         Do not include xalloc.h.
31730         (INITIAL_BUFFER_SIZE): New symbol.
31731         Do not use xmalloc / xrealloc, since the caller is responsible for
31732         handling errors.  Preserve errno around `free' during failure.
31733         Do not overrun buffer when using getwd.
31734
31735 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31736
31737         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31738         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31739         getcwd (NULL, 0).
31740
31741 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31742
31743         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31744         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31745         spotted by Jim Meyering.
31746
31747 2001-09-03  Jim Meyering  <meyering@lucent.com>
31748
31749         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31750         failure.
31751
31752 2001-09-02  Jim Meyering  <meyering@lucent.com>
31753
31754         * lib/error.c: Update from GNU libc.
31755
31756 2001-09-01  Jim Meyering  <meyering@lucent.com>
31757
31758         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31759         Used by df.
31760
31761 2001-09-01  Jim Meyering  <meyering@lucent.com>
31762
31763         * lib/xreadlink.c: New file.
31764         * lib/xreadlink.h: New file.
31765         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31766         xreadlink.h.
31767
31768         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31769         doesn't conflict with sparc Solaris 7's definition in
31770         /usr/include/sys/int_types.h.
31771
31772         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31773         files.
31774         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31775         and strncasecmp as r-values.  Unixware didn't have declarations.
31776
31777 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31778
31779         * lib/xstrtol.h: Add copyright notice.
31780         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31781         LONGINT_INVALID_SUFFIX_CHAR.
31782
31783 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31784
31785         * lib/xstrtol.c (strtoimax): New decl.
31786
31787 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31788
31789         * lib/xgetcwd.c: Don't include pathmax.h.
31790         Include stdlib.h and unistd.h if available.
31791         Include xalloc.h.
31792         (xmalloc, xstrdup, free): Remove decls.
31793         (xgetcwd): Don't assume sizes fit in unsigned.
31794         Check for overflow when computing sizes.
31795         Simplify reallocation code.
31796
31797 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31798
31799         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31800         a directory's st_size can have an arbitrary value, so the old
31801         usage could waste an arbitrary amount of memory.  All uses
31802         changed.
31803         * lib/savedir.h: Update prototype.
31804
31805 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31806
31807         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31808
31809         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31810         old strtoimax.c.
31811
31812         Also, make the following further changes to make this file's
31813         configuration more similar to that of strtol.c:
31814         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31815         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31816         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31817         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31818         changed to signed values.
31819
31820         And make the following changes as well:
31821         Fix copyright notice, as 1999 was missing.
31822         (verify): New macro.
31823         (strtoimax): Check sizes at compile-time, not run-time.
31824         Prefer strtol to strtoll if both work.
31825         (main): Remove; it was not that useful and was a pain to maintain.
31826
31827         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31828
31829 2001-08-31  Jim Meyering  <meyering@lucent.com>
31830
31831         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31832         Use an initial, malloc'd, buffer of length 128 rather than
31833         a statically allocated one of length 1024.
31834
31835 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31836
31837         Simplify code, partly by assuming autoconf 2.52 semantics.
31838
31839         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31840
31841         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31842         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31843         All uses removed.
31844         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31845         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31846         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31847         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31848         jm_AC_HEADER_INTTYPES_H.
31849         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31850
31851         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31852
31853         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31854         Quote first arg of AC_DEFUN.
31855         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31856         since they are needed to parse the include file even if we need
31857         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31858         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31859         but with opposite signedness.
31860
31861 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31862
31863         Merge 'exclude' changes from tar 1.13.22.
31864         This fixes one or two unlikely storage allocation overflow bugs,
31865         but doesn't change user-visible behavior otherwise.
31866
31867 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31868
31869         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31870         (jm_PREREQ_EXCLUDE): New macro.
31871
31872 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31873
31874         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31875         tm to be declared.
31876
31877 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31878
31879         * lib/hash.c: Remove '2001' from copyright notice.
31880
31881 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31882
31883         * lib/full-write.h: New file.
31884         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31885         * lib/full-write.c: Correct credits, as cccp.c no longer
31886         exists and anyway it was so heavily changed from the old cccp
31887         code as to be unrecognizable.  Include full-write.h.
31888         (full_write) Return size_t, with short writes meaning failure.
31889         All callers changed.  This fixes a bug with large buffers
31890         on 64-bit hosts.
31891         * lib/utime.c: Include full-write.h.
31892
31893 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31894
31895         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31896         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31897         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31898         Include if available.
31899         (<xalloc.h>): Include
31900         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31901         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31902         collide with FNM macros.
31903         (struct patopts): New struct.
31904         (struct exclude): Use it, as exclude patterns now come with options.
31905         (new_exclude): Support above changes.
31906         (new_exclude, add_exclude_file):
31907         Initial size must now be a power of two to simplify overflow checking.
31908         (free_exclude, fnmatch_no_wildcards): New function.
31909         (excluded_filename): No longer requires options arg, as the options
31910         are determined by add_exclude.  Now returns bool, not int.
31911         (excluded_filename, add_exclude):
31912         Add support for the fancy new exclusion options.
31913         (add_exclude, add_exclude_file): Now takes int options arg.
31914         Check for arithmetic overflow when computing sizes.
31915         (add_exclude_file): xrealloc might modify errno, so don't
31916         realloc until after errno might be used.
31917
31918         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31919         New macros.
31920         (free_exclude): New decl.
31921         (add_exclude, add_exclude_file): Now takes int options arg.
31922         (excluded_filename): No longer requires options arg, as the options
31923         are determined by add_exclude.  Now returns bool, not int.
31924
31925 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31926
31927         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31928
31929 2001-08-27  Jim Meyering  <meyering@lucent.com>
31930
31931         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31932
31933         * lib/version-etc.c (N_): Remove definition.
31934         Revert most of last change.
31935         Instead, simply don't mark the `Copyright...' string for translation.
31936         Based on advice from Paul Eggert.
31937
31938         * lib/strtoxmax.c: Tweak comment.
31939
31940 2001-08-26  Jim Meyering  <meyering@lucent.com>
31941
31942         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31943
31944         * m4/xstrtoimax.m4: New file.
31945         * m4/xstrtoumax.m4: Add comments explaining why we
31946         AC_REPLACE_FUNCS(strtol).
31947
31948 2001-08-26  Jim Meyering  <meyering@lucent.com>
31949
31950         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31951         of copyright with `%s' so translators don't get an untranslated
31952         message in 2002.
31953         (COPYRIGHT_YEAR): Define.
31954         (version_etc): Use fprintf rather than fputs.
31955         Suggestion from Ulrich Drepper.
31956
31957         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31958
31959         * lib/strtoll.c: New file, from GNU libc.
31960         * lib/xstrtoimax.c: New file.
31961
31962         * lib/xstrtol.h: Add xstrtoimax.
31963         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31964         * lib/strtoimax.c: New file.  Likewise, but first define
31965         STRTOUXMAX_SIGNED.
31966
31967         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31968         ...
31969         * lib/strtoxmax.c: ... then renamed to this.
31970
31971 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31972
31973         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31974         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31975         (jm_AC_TYPE_INTMAX_T): New macro.
31976         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31977
31978         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31979
31980         * m4/longlong.m4: Renamed from ulonglong.m4.
31981         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31982         * m4/uintmax_t.m4: Removed.
31983
31984 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31985
31986         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31987         Port to Solaris 8, where 'sed' requires a space after the 'r'
31988         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31989         Redirect output to $tmp just once.
31990
31991 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31992
31993         * lib/addext.c (<errno.h>): Include.
31994         (errno): Declare if not defined.
31995         (addext): Work correctly when pathconf returns -1 and leaves
31996         errno alone because there is no limit.  Also, work even if
31997         pathconf returns a value greater than SIZE_MAX.
31998
31999 2001-08-12  Jim Meyering  <meyering@lucent.com>
32000
32001         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
32002         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
32003         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
32004         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
32005         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
32006         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
32007         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
32008         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
32009         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
32010         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
32011         utime.m4, utimes.m4, xstrtoumax.m4:
32012         Quote the first argument in each use of AC_DEFUN.
32013
32014 2001-08-12  Jim Meyering  <meyering@lucent.com>
32015
32016         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
32017         Simply `return getcwd (NULL, 0);'.
32018         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
32019         Use 1300 as initial value for length, not PATH_MAX.
32020
32021         * lib/pathmax.h: Clean up cpp syntax.
32022
32023 2001-08-12  Jim Meyering  <meyering@lucent.com>
32024
32025         * lib/gettimeofday.c: New file.
32026         * lib/gtod.h: New file.
32027         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
32028
32029 2001-08-05  Jim Meyering  <meyering@lucent.com>
32030
32031         * m4/jm-macros.m4: Require autoconf-2.52.
32032
32033 2001-08-04  Jim Meyering  <meyering@lucent.com>
32034
32035         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
32036         stmt, to get in sync with glibc.
32037
32038 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32039
32040         The following changes are from gettext 0.10.39 as maintained by
32041         Bruno Haible.
32042
32043         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
32044         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
32045         with inverted sense.  All uses changed.
32046
32047         * lib/mbswidth.c: Don't include <limits.h>.
32048         Include <stdlib.h> and <string.h> unconditionally.
32049         (iswcntrl, mbsinit, ISCNTRL): New macros.
32050         (mbsnwidth): Use K&R style function declarations.
32051         Don't bother checking for MB_LEN_MAX == 1, since the compiler
32052         can optimize it when MB_CUR_MAX == 1.
32053         The width of control characters is zero, not 1.
32054
32055 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32056
32057         The following changes are from gettext 0.10.39 as maintained by
32058         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
32059
32060         * m4/codeset.m4: Upgrade to serial AM1.
32061         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
32062         all uses changed.  Quote first arg of AC_DEFUN.
32063         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
32064
32065         * m4/iconv.m4: Upgrade to serial AM2.
32066         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
32067         Add --with-libconv-prefix.
32068         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
32069         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
32070         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
32071         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
32072         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
32073
32074         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
32075         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
32076         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
32077         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
32078         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
32079         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
32080         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
32081         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
32082         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
32083
32084         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
32085         string.h any more.
32086
32087         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
32088         not the default value.
32089
32090         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
32091         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
32092         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
32093         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32094         Also check for iswcntrl, used for wcwidth fallback.
32095         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32096         to Autoconf 2.13.
32097
32098 2001-08-03  Jim Meyering  <meyering@lucent.com>
32099
32100         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32101         as it was in the original.  Reported by Paul Eggert.
32102
32103 2001-07-16  Jim Meyering  <meyering@lucent.com>
32104
32105         * m4/gettimeofday.m4: New file.
32106         Prompted by a report from Bernhard Baehr.
32107
32108 2001-07-15  Jim Meyering  <meyering@lucent.com>
32109
32110         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32111         stuff. Now it's in ../Makefile.cfg.
32112
32113 2001-07-15  Jim Meyering  <meyering@lucent.com>
32114
32115         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32116         (BUILT_SOURCES): Add unlocked-io.h.
32117         (io_functions): Define.
32118         (unlocked-io.h): New rule.
32119         (DISTCLEANFILES): Add unlocked-io.h.
32120         (all-local): Depend on unlocked-io.h, to ensure it is created.
32121
32122         * lib/unlocked-io.hin: New file
32123
32124         * lib/regex.c: Update from glibc.
32125
32126 2001-07-05  Jim Meyering  <meyering@lucent.com>
32127
32128         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32129         recommendation.
32130         (libfetish_a_SOURCES): Put all .h files here instead.
32131         Remove a thus-exposed (better checks in automake) duplicate and
32132         two unnecessary .h files.
32133
32134 2001-07-04  Jim Meyering  <meyering@lucent.com>
32135
32136         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32137         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32138         distcheck failure.
32139
32140 2001-07-02  Jim Meyering  <meyering@lucent.com>
32141
32142         The following changes were prompted by suggestions from Bruno Haible.
32143
32144         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32145         is now generated.
32146         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32147         definition of EXTRA_DIST.
32148         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32149         ensure that the generated file is created/updated whenever the list
32150         of $(unlocked_functions) is changed.
32151         (jm-glibc-io.m4): New rule.
32152         (unlocked-io.h): New rule -- currently unused.
32153
32154 2001-06-24  Jim Meyering  <meyering@lucent.com>
32155
32156         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32157         unmatched right bracket, rather than kludging it with an extra,
32158         falsely-matching quote in a comment.  Patch by Akim Demaille.
32159
32160 2001-06-11  Jim Meyering  <meyering@lucent.com>
32161
32162         * lib/regex.c: Update from GNU libc.
32163
32164 2001-05-27  Jim Meyering  <meyering@lucent.com>
32165
32166         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32167         Check for ut_type in struct utmp.
32168
32169 2001-05-27  Jim Meyering  <meyering@lucent.com>
32170
32171         * lib/readutmp.h (UT_TYPE): Define.
32172
32173 2001-05-24  Jim Meyering  <meyering@lucent.com>
32174
32175         * lib/argmatch.c: Include "quote.h".
32176         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32177         quote function.  Reported by Göran Uddeborg.
32178
32179 2001-05-22  Jim Meyering  <meyering@lucent.com>
32180
32181         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32182         now that we use the package-supplied version unconditionally.
32183         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32184
32185 2001-05-21  Jim Meyering  <meyering@lucent.com>
32186
32187         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32188         shell syntax errors.
32189
32190 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32191
32192         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32193
32194 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32195
32196         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32197         Don't bother to check library strftime, since
32198         we'll be using our own my_strftime function anyway.
32199         Define my_strftime instead of strftime.
32200
32201 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32202
32203         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32204         which is not yet declared.
32205
32206 2001-05-15  Jim Meyering  <meyering@lucent.com>
32207
32208         * m4/regex.m4: Use proper quoting so brackets appear in the test
32209         program.
32210         Reported by, and with help from, Bruno Haible.
32211
32212 2001-05-13  Jim Meyering  <meyering@lucent.com>
32213
32214         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32215         undefined.
32216
32217 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32218
32219         dirname code cleanup.  base_name now behaves more compatibly
32220         with POSIX basename when given file names that have trailing
32221         slashes, and similarly for dir_name.  Add new primitives
32222         base_len and dir_len.  Put the directory-name-related decls
32223         into dirname.h.
32224
32225         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32226         * lib/backupfile.c (base_name): Likewise.
32227         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32228         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32229         * lib/makepath.c (strip_trailing_slashes): Likewise.
32230         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32231         ISSLASH): Likewise.
32232         * lib/rename.c (strip_trailing_slashes): Likewise.
32233         * lib/same.c (base_name): Likewise.
32234         * lib/stripslash.c (ISSLASH): Likewise.
32235
32236         * lib/addext.c: Include <dirname.h> after size_t is defined.
32237         * lib/backupfile.c: Likewise.
32238
32239         * lib/addext.c (addext): Use base_len to trim redundant
32240         trailing slashes instead of doing it ourselves.
32241         But do not trim the last slash if it is not redundant.
32242
32243         * lib/backupfile.c (find_backup_file_name,
32244         max_backup_version): Use base_len instead of rolling it ourselves.
32245         Handle the case of "" and (on DOS) "C:" correctly.
32246
32247         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32248         needed. Include <string.h>, <dirname.h>.
32249         (base_name): Allow file names ending in slashes, other than names
32250         that are all slashes.  In this case, return the basename followed
32251         by the slashes.  This is more general, and can be used in places
32252         where the original base_name purposely had an assertion failure.
32253         (base_len): New function.
32254
32255         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32256         Do not include <assert.h>; no longer needed.
32257         Include xalloc.h.
32258         (memrchr): Remove decl.
32259         (dir_name_r): Remove.
32260         (dir_len): Renamed from dirlen.  All callers changed.
32261         Rewrite in terms of base_name, for simplicity and consistency.
32262         (dir_name): Never return NULL.  All callers changed.
32263         Do not include <stdlib.h> in test program; no longer needed.
32264         return 0; is fine for test program.
32265
32266         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32267         New macros.
32268         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32269
32270         * lib/path-concat.c (path_concat): Use base_len to compute
32271         base length, not strlen; this means we cannot rely on memcpy
32272         to null-terminate.
32273
32274         * lib/same.c (STREQ): Remove.
32275         (same_name): Handle the case where the basename ends in trailing '/'.
32276
32277         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32278         a slash was stripped.  Do not strip the last slash after a
32279         file system prefix.
32280
32281 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32282
32283         * lib/Makefile.am (libfetish_a_SOURCES):
32284         Add strftime.c, since we now compile it on all hosts.
32285
32286         * lib/strftime.c (my_strftime):
32287         Define to nstrftime if emacs, but only if my_strftime is not defined.
32288         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32289         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32290         Add one more extra argument: a nanoseconds value.
32291         All uses changed.
32292         (ns): New macro.
32293         (my_strftime function): Add %N format.
32294         (emacs_strftimeu): Renamed from emacs_strftime,
32295         with extra ut argument.
32296
32297 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32298
32299         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32300
32301 2001-04-21  Jim Meyering  <meyering@lucent.com>
32302
32303         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32304         doesn't interfere.
32305
32306 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32307
32308         * m4/ftruncate.m4: Check for chsize.
32309         Link with ftruncate.o unconditionally if ftruncate is missing.
32310         This was required when cross-compiling to i586-mingw32msvc.
32311
32312 2001-04-08  Jim Meyering  <meyering@lucent.com>
32313
32314         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32315         recomputed; that's necessary when the offset spans a DST transition.
32316         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32317
32318 2001-04-02  Jim Meyering  <meyering@lucent.com>
32319
32320         * lib/regex.h, regex.c: Update from GNU libc.
32321
32322 2001-03-24  Jim Meyering  <meyering@lucent.com>
32323
32324         * m4/jm-macros.m4: Require autoconf-2.49d.
32325
32326 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32327
32328         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32329
32330 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32331
32332         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32333
32334 2001-03-17  Jim Meyering  <meyering@lucent.com>
32335
32336         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32337         now that the version in autoconf is equivalent.
32338         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32339
32340         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32341         Suggestion from Akim Demaille.
32342
32343         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32344         (jm_PREREQ_TEMPNAME): New function.
32345
32346 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32347
32348         * lib/tempname.c (uint64_t): Define to uintmax_t if
32349         not defined, and if UINT64_MAX is not defined.
32350         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32351         Reported by John David Anglin.
32352
32353 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32354
32355         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32356         resolve alias if codeset is empty.
32357         * lib/config.charset (BeOS): Use wildcard syntax.
32358
32359 2001-03-13  Jim Meyering  <meyering@lucent.com>
32360
32361         * lib/path-concat.c (path_concat)
32362         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32363         concatenating e.g., `C:' and `foo'.
32364         From Bruno Haible.
32365
32366 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32367
32368         * lib/localcharset.c (locale_charset): Don't use
32369         setlocale(LC_CTYPE,NULL). Don't return NULL.
32370         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32371
32372 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32373
32374         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32375         support for DOS/DJGPP.
32376
32377 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32378
32379         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32380         lacks mkstemp.  Compile our own tempname.c if we compile our own
32381         mkstemp.c, as mkstemp relies on tempname.
32382
32383 2001-03-01  Jim Meyering  <meyering@lucent.com>
32384
32385         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32386         AH_VERBATIM really does output its argument verbatim.
32387
32388 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32389
32390         * lib/Makefile.am (libfetish_a_SOURCES):
32391         Add dup-safer.c, fopen-safer.c.
32392         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32393
32394         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32395         * lib/unistd-safer.h: New files.
32396
32397 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32398
32399         The mkstemp replacement is taken from glibc 2.2.2, with some
32400         portability fixes for use outside glibc, as follows:
32401
32402         * lib/tempname.c (struct_stat64): New macro.
32403         (direxists, __gen_tempname): Use it.
32404         This avoids a portability problem with Solaris 8.
32405
32406         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32407         (<stddef.h>, <stdint.h>, <string.h>):
32408         Include only if STDC_HEADERS || _LIBC.
32409         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32410         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32411         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32412         (__set_errno): Define this macro if <errno.h> doesn't.
32413         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32414         Define these macros if <stdio.h> doesn't.
32415         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32416         Define these macros if <sys/stat.h>
32417         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32418         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32419         __xstat64): Define if not _LIBC.
32420         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32421         (__gen_tempname): Invoke gettimeofday only if
32422         HAVE_GETTIMEOFDAY || _LIBC;
32423         otherwise, fall back on plain "time".
32424         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32425
32426         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32427
32428         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32429
32430 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32431
32432         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32433
32434 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32435
32436         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32437         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32438         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32439         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32440
32441 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32442
32443         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32444         Remove workaround macros for hosts that have mbrtowc but not
32445         mbstate_t, as we now insist on proper declarations for both
32446         before using mbrtowc.
32447
32448 2001-02-17  Jim Meyering  <meyering@lucent.com>
32449
32450         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32451         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32452         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32453         UnixWare 7.1.1.
32454
32455         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32456         rather than AC_CACHE_VAL.
32457
32458 2001-02-17  Jim Meyering  <meyering@lucent.com>
32459
32460         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32461         around included file name.
32462
32463         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32464
32465         * lib/strftime.c: Update from GNU libc (the only changes were to
32466         comments).
32467
32468 2001-02-17  Jim Meyering  <meyering@lucent.com>
32469
32470         * lib/regex.c: Update from libc.
32471
32472 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32473
32474         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32475         clash.
32476
32477 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32478
32479         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32480         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32481         Reported by Mark Hounschell via Paul Eggert.
32482
32483 2001-02-07  Jim Meyering  <meyering@lucent.com>
32484
32485         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32486
32487 2001-02-05  Jim Meyering  <meyering@lucent.com>
32488
32489         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32490         it includes the patch required for `large file' support with at least
32491         HP-UX's 10.20 /bin/cc.
32492
32493 2001-02-03  Jim Meyering  <meyering@lucent.com>
32494
32495         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32496         AS_IF, now that it works once again (mysteriously).
32497         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32498
32499 2001-01-30  Jim Meyering  <meyering@lucent.com>
32500
32501         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32502         * m4/chown.m4: Rename conftestchown to conftest.chown.
32503         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32504         s/conftestdir2/conftest.d2/.
32505         * m4/utimes.m4: s/conftestdata/conftest.data/
32506         Inspired by Pavel Roskin's change in autoconf.
32507
32508 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32509
32510         * lib/config.charset: Update for FreeBSD 4.2.
32511
32512 2001-01-27  Jim Meyering  <meyering@lucent.com>
32513
32514         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32515         a use of AS_IF.
32516         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32517
32518 2001-01-26  Jim Meyering  <meyering@lucent.com>
32519
32520         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32521         quotearg.c includes it.
32522
32523 2001-01-26  Jim Meyering  <meyering@lucent.com>
32524
32525         * lib/quotearg.c: Include stddef.h.
32526         * lib/quote.c: Include stddef.h.
32527         Reported by Axel Kittenberger.
32528
32529         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32530         line in double quotes so that it evokes a better diagnostic.
32531         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32532         Reported by Axel Kittenberger.
32533
32534 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32535
32536         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32537         as if it was a `charset'.
32538
32539 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32540
32541         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32542         has const.
32543
32544 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32545
32546         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32547         to avoid a warning.  Add back 'const' to inptr.
32548
32549 2001-01-20  Jim Meyering  <meyering@lucent.com>
32550
32551         Be sure that headers are checked before used in code compiled
32552         for the type checks.
32553         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32554         In place of that, invoke jm_CHECK_ALL_TYPES.
32555         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32556         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32557         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32558         The check for ssize_t was mistakenly run before the test for unistd.h.
32559
32560         The configure-time check for stdbool.h was missing.
32561         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32562         (jm_PREREQ_HASH): New function.
32563
32564 2001-01-17  Jim Meyering  <meyering@lucent.com>
32565
32566         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32567         for autoconf-2.49c.
32568         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32569
32570 2001-01-16  Jim Meyering  <meyering@lucent.com>
32571
32572         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32573         From Bruno Haible.
32574
32575 2001-01-14  Jim Meyering  <meyering@lucent.com>
32576
32577         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32578         foo and bar.  Create conftestdir/ in the script, not in the C code.
32579         Remove directories in the script, not in the C code.
32580         Remove conftestdir{,2} before trying to create the directory.
32581         Make the entire configure script fail if the mkdir fails.
32582
32583 2001-01-14  Jim Meyering  <meyering@lucent.com>
32584
32585         * lib/rename.c: New file.  From Volker Borchert.
32586         Include stdlib.h, string.h or strings.h, and xalloc.h.
32587         Use strip_trailing_slashes rather than open-coding it.
32588
32589 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32590
32591         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32592
32593 2001-01-03  Jim Meyering  <meyering@lucent.com>
32594
32595         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32596         of local `inptr' to avoid warning with some system declarations of
32597         iconv.
32598
32599 2001-01-02  Volker Borchert  <bt@teknon.de>
32600
32601         * m4/rename.m4: New file.
32602         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32603
32604 2001-01-01  Jim Meyering  <meyering@lucent.com>
32605
32606         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32607         even on systems with utmpx.h.  It's necessary for the declaration of
32608         utmp's ut_user member.  Reported by Andreas Jaeger.
32609
32610         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32611         available. They are required for the declarations of getgrgid and
32612         getpwuid resp.
32613         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32614         Reported by Andreas Jaeger.
32615
32616 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32617
32618         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32619         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32620         so `make install' also works in VPATH builds.
32621
32622 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32623
32624         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32625         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32626         can be used in subdirectories.
32627
32628 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32629
32630         * lib/modechange.c: Do not assume that mode_t uses the
32631         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32632         the other-execute bit of FOO even if S_IXOTH != 1.
32633
32634         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32635         WOTH, XOTH, ALLM): New macros.
32636         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32637          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32638         Use them.
32639         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32640         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32641         (mode_compile):
32642         No need to use uintmax_t; unsigned long is long enough.
32643         Don't bother to get suffix since we don't use it.
32644
32645 2000-12-26  Jim Meyering  <meyering@lucent.com>
32646
32647         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32648         better with autoheader.
32649
32650 2000-12-24  Jim Meyering  <meyering@lucent.com>
32651
32652         * lib/hash.c (is_prime): Return explicit boolean values.
32653         (hash_get_first): Return NULL to appease Irix5.6's 89.
32654         Reported by Nelson Beebe.
32655
32656 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32657
32658         * lib/localcharset.c (locale_charset): Add support for Win32.
32659
32660 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32661
32662         * lib/physmem.h, lib/physmem.c: New files.
32663
32664         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32665         (noinst_HEADERS): Add physmem.h.
32666
32667         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32668         't' for compatibility with Solaris 8 sort.
32669
32670 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32671
32672         * lib/config.charset: Add support for BeOS.
32673
32674 2000-12-17  Jim Meyering  <meyering@lucent.com>
32675
32676         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32677         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32678
32679 2000-12-16  Jim Meyering  <meyering@lucent.com>
32680
32681         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32682         N and M) would have treated it like `chown N:N FILE'.
32683
32684         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32685
32686 2000-12-16  Jim Meyering  <meyering@lucent.com>
32687
32688         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32689         SHELLS_FILE to a file name that's useful on djgpp systems.
32690         Include stdlib.h.
32691         (ADDITIONAL_DEFAULT_SHELLS): Define.
32692         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32693         Based mostly on a patch from Prashant TR.
32694
32695 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32696
32697         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32698         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32699         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32700
32701 2000-12-08  Andreas Schwab  <schwab@suse.de>
32702
32703         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32704         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32705
32706 2000-12-07  Jim Meyering  <meyering@lucent.com>
32707
32708         * lib/stripslash.c (ISSLASH): Define.
32709         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32710         `/'.
32711         From Prashant TR.
32712
32713         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32714         (dir_name_r): Declare this function as static.
32715         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32716         manifest itself on a name containing a mix of slashes and
32717         backslashes.
32718         Make this function work with names starting with a DOS-style
32719         drive letter and colon prefix.
32720         (dir_name): Append `.' if necessary.
32721         Based mostly on patches from Prashant TR and Eli Zaretskii.
32722
32723         * lib/dirname.h (dir_name_r): Remove prototype.
32724
32725 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32726
32727         * m4/off_t-format.m4: Remove this file.
32728         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32729
32730 2000-12-06  Jim Meyering  <meyering@lucent.com>
32731
32732         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32733         replacement strtoull, we may well need the replacement strtoul, too.
32734         Check for declarations of strtoul and strtoull.
32735         Check for strtol.  Mainly as a cue to cause automake to include
32736         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32737         Check for limits.h -- strtol.c needs it.
32738
32739 2000-12-05  Jim Meyering  <meyering@lucent.com>
32740
32741         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32742
32743 2000-12-04  Jim Meyering  <meyering@lucent.com>
32744
32745         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32746         Also include memory.h, stdlib.h, unistd.h if appropriate.
32747         Reported by Andreas Jaeger (conflicting declaration of malloc).
32748
32749 2000-12-02  Jim Meyering  <meyering@lucent.com>
32750
32751         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32752         * m4/jm-macros.m4 (jm_MACROS): require it.
32753
32754 2000-12-02  Jim Meyering  <meyering@lucent.com>
32755
32756         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32757
32758 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32759
32760         * lib/memrchr.c: Include <config.h> before any system include file.
32761
32762 2000-11-30  Jim Meyering  <meyering@lucent.com>
32763
32764         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32765
32766 2000-11-30  Jim Meyering  <meyering@lucent.com>
32767
32768         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32769
32770 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32771
32772         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32773
32774 2000-11-26  Jim Meyering  <meyering@lucent.com>
32775
32776         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32777
32778 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32779
32780         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32781         size of (size_t) -1; it's not portable.
32782
32783 2000-11-17  Jim Meyering  <meyering@lucent.com>
32784
32785         * lib/strstr.c: Update from GNU libc.
32786
32787 2000-11-17  Akim Demaille  <akim@epita.fr>
32788
32789         * lib/obstack.h: Formatting changes.
32790         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32791         prevent type checking.
32792         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32793         cast the value to (void *): assigning a `foo *' to a `void *'
32794         variable is valid.
32795         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32796
32797 2000-11-16  Jim Meyering  <meyering@lucent.com>
32798
32799         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32800
32801 2000-11-11  Jim Meyering  <meyering@lucent.com>
32802
32803         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32804
32805 2000-11-10  Jim Meyering  <meyering@lucent.com>
32806
32807         * lib/obstack.h: Update from GNU libc.
32808         * lib/obstack.c: Likewise.
32809
32810 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32811
32812         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32813
32814 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32815
32816         * lib/getusershell.c (setusershell): Use rewind rather than
32817         fseek/fseeko, to avoid configuration hassles with fseeko.
32818         Don't bother opening SHELLS_FILE if shellstream is NULL;
32819         it's not necessary.
32820
32821 2000-11-05  Jim Meyering  <meyering@lucent.com>
32822
32823         * lib/makepath.h (make_dir): Declare.
32824         * lib/makepath.c (make_dir): Remove `static' attribute.
32825         Tweak a comment.
32826
32827 2000-11-04  Jim Meyering  <meyering@lucent.com>
32828
32829         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32830
32831 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32832
32833         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32834         last one in a bucket, advance to the next bucket.
32835
32836 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32837
32838         * lib/fnmatch.c: Do not comment out all the code if we are using
32839         the GNU C library, because in some cases we are replacing buggy
32840         code in the GNU C library itself.
32841
32842 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32843
32844         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32845         (regex_compile): Catch bogus \(\1\).
32846
32847 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32848
32849         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32850         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32851         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32852
32853 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32854
32855         * lib/error.h, getline.h, modechange.h:
32856         Remove "2000" from Copyright line, as the file hasn't been
32857         changed this year other than in the copyright notice.
32858
32859         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32860         was changed this year.
32861
32862 2000-10-29  Jim Meyering  <meyering@lucent.com>
32863
32864         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32865         renaming.
32866         * m4/ls-mntd-fs.m4: Likewise
32867
32868 2000-10-29  Jim Meyering  <meyering@lucent.com>
32869
32870         * lib/xstat.in: Fix grammar in comment.
32871
32872 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32873
32874         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32875         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32876         doesn't define __restrict_arr.
32877
32878 2000-10-28  Jim Meyering  <meyering@lucent.com>
32879
32880         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32881         (jm_PREREQ_MEMCHR): New function.
32882
32883 2000-10-28  Jim Meyering  <meyering@lucent.com>
32884
32885         * lib/memchr.c: Update from libc.
32886         Adjust for portability:
32887         [HAVE_STDLIB_H]: Include stdlib.h.
32888         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32889         Undef __memchr, too.
32890         [!weak_alias]: Define __memchr to memchr.
32891
32892         * lib/regex.c: Update from libc.
32893         * lib/regex.h: Likewise.
32894         * lib/getopt1.c: Likewise.
32895         * lib/memcmp.c: Likewise.
32896
32897         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32898         Avoid using fseek, when possible -- it's broken by design.
32899         Patch by Ulrich Drepper.
32900
32901 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32902
32903         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32904         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32905         Giving in to popular pressure to shut up the compiler with casts.
32906
32907 2000-10-26  Jim Meyering  <meyering@lucent.com>
32908
32909         * lib/strftime.c: Update from libc.
32910
32911 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32912
32913         * regex.c: More `unsigned char' -> `re_char' changes.
32914         Also change several `int' into `re_wchar_t'.
32915         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32916         (PUSH_FAILURE_POINTER): Don't cast any more.
32917         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32918         We want GCC to complain, since this piece of code makes
32919         re_match non-reentrant, which *should* be fixed.
32920         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32921         (EXTEND_BUFFER): Use RETALLOC.
32922         (SET_LIST_BIT): Don't cast.
32923         (re_wchar_t): New type.
32924         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32925         that those two functions will always properly return.
32926         (IMMEDIATE_QUIT_CHECK): Cast to void.
32927         (analyse_first): Use recursion rather than an explicit stack.
32928         (re_compile_fastmap): Can't fail anymore.
32929         (re_search_2): Don't check re_compile_fastmap for failure.
32930         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32931         Now also sets the new value (passed in a new argument).
32932         (re_match_2_internal): Use it.
32933         Also, use a new var `reg' of type size_t when looping through regs
32934         rather than reuse the inappropriate `mcnt'.
32935
32936 2000-10-25  Jim Meyering  <meyering@lucent.com>
32937
32938         * lib/obstack.c: Update from libc.
32939
32940 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32941
32942         * regex.c (regex_compile): Change the way of handling a range from
32943         a char less than 256 to a char not less than 256.
32944
32945 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32946
32947         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32948         NT-Emacs only.
32949         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32950         so that re_search functions only quit when callers expect them to.
32951
32952 2000-10-23  Jim Meyering  <meyering@lucent.com>
32953
32954         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32955         wrong.  That set_locale call must not have any side effects.
32956         From Paul Eggert.
32957
32958 2000-10-22  Jim Meyering  <meyering@lucent.com>
32959
32960         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32961         [CYCLIC]: Remove now-unused definition.
32962
32963         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32964         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32965         Suggestion from Ulrich Drepper.
32966
32967 2000-10-21  Jim Meyering  <meyering@lucent.com>
32968
32969         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32970         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32971         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32972
32973 2000-10-21  Jim Meyering  <meyering@lucent.com>
32974
32975         * lib/dirname.c (memrchr): Declare if necessary.
32976         (dir_name): Remove the restriction that there be no
32977         trailing slashes.  Now, this code skips past them, effectively
32978         ignoring them.
32979         [TEST_DIRNAME] (main): New unit tests.
32980
32981         * lib/memrchr.c: New file from GNU libc.
32982         Undef __memrchr, too.
32983         [!weak_alias]: Define __memrchr to memrchr.
32984         Guard weak_alias use with `#ifdef weak_alias'.
32985
32986 2000-10-21  Jim Meyering  <meyering@lucent.com>
32987
32988         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32989         (dir_name): Use dir_name_r.
32990         * lib/dirname.h (dir_name_r): Declare it.
32991
32992 2000-10-17  Jim Meyering  <meyering@lucent.com>
32993
32994         * lib/quote.h (PARAMS): Define and use.
32995         Reported by Akim Demaille.
32996
32997         * lib/getopt.c: Update from libc.
32998
32999 2000-10-16  Jim Meyering  <meyering@lucent.com>
33000
33001         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
33002         setlocale.
33003         From Jan Fedak.
33004
33005 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
33006
33007         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
33008
33009 2000-09-25  Jim Meyering  <meyering@lucent.com>
33010
33011         * lib/md5.h (rol): Define (from GnuPG).
33012
33013         * lib/sha.c: Give credit (GnuPG) where due.
33014         (M): Use rol rather than open-coding it.
33015         Add a FIXME comment.
33016
33017 2000-09-21  Jim Meyering  <meyering@lucent.com>
33018
33019         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
33020         Reported by Michael Stone.
33021
33022 2000-09-20  Jim Meyering  <meyering@lucent.com>
33023
33024         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
33025         (noinst_HEADERS): Add sha.h.
33026         Based on code from Scott G. Miller and from GnuPG.
33027
33028 2000-09-18  Jim Meyering  <meyering@lucent.com>
33029
33030         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
33031         LIBS. Otherwise, everyone ends up linking with -lelf for some
33032         configurations.
33033         Reported by Mike Stone.
33034
33035 2000-09-15  Jim Meyering  <meyering@lucent.com>
33036
33037         * lib/regex.c: Update from libc.
33038
33039 2000-09-10  Jim Meyering  <meyering@lucent.com>
33040
33041         * lib/getopt.c (_getopt_internal): Update from glibc.
33042
33043 2000-09-09  Jim Meyering  <meyering@lucent.com>
33044
33045         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
33046         think it should be used as a general replacement for isascii.
33047         * lib/fnmatch.c: Likewise.
33048         * lib/mbswidth.c: Likewise
33049         * lib/regex.c: Likewise.
33050
33051         Don't use atoi.
33052         * lib/userspec.c: Include sys/param.h and limits.h.
33053         Include xstrtol.h.
33054         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33055         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
33056         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
33057         UID, GID.  Check range.
33058
33059 2000-09-06  Jim Meyering  <meyering@lucent.com>
33060
33061         * lib/getopt.c (_getopt_internal): Update from glibc.
33062
33063 2000-08-30  Jim Meyering  <meyering@lucent.com>
33064
33065         * lib/strftime.c: Merge in changes from GNU libc.
33066
33067 2000-08-26  Jim Meyering  <meyering@lucent.com>
33068
33069         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
33070         * m4/fpending.m4: New file.
33071
33072 2000-08-26  Jim Meyering  <meyering@lucent.com>
33073
33074         * lib/closeout.c: Include "__fpending.h".
33075         (close_stdout_status): Return right away if there's nothing to flush.
33076
33077         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
33078         * lib/__fpending.c: New file.
33079         * lib/__fpending.h: New file.
33080
33081 2000-08-20  Jim Meyering  <meyering@lucent.com>
33082
33083         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
33084         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
33085         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
33086
33087 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
33088
33089         Improve fileutils installation on systems where running
33090         programs (like install) can't be unlinked.
33091         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
33092         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
33093
33094 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33095
33096         Standardize on "memory exhausted" instead of "Memory exhausted"
33097         or "virtual memory exhausted".
33098         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33099         "virtual memory exhausted".
33100         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33101         our own message.
33102         * lib/userspec.c (parse_user_spec): Likewise.
33103         * lib/bumpalloc.h: comment fix
33104         * lib/same.c, userspec.c: Include xalloc.h.
33105
33106         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33107         not char *const and pointing to a constant array.
33108         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33109         (xrealloc): Comment fix.
33110
33111         * lib/userspec.c (parse_user_spec):
33112         Don't translate a message until just before returning,
33113         to avoid unnecessary translation.
33114
33115 2000-08-07  Jim Meyering  <meyering@lucent.com>
33116
33117         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33118         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33119         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33120         getgroups.c, gethostname.c, getopt.h, group-member.c,
33121         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33122         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33123         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33124         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33125         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33126         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33127         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33128         yesno.c: Back out Copyright date changes for each file with no change
33129         this year.  This eases coordination with other programs using the same
33130         source code modules.  From Paul Eggert.
33131
33132 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33133
33134         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33135         not char, for compatibility with glibc 2.1.3 strftime.c.
33136
33137 2000-08-03  Greg McGary  <greg@mcgary.org>
33138
33139         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33140         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33141         (EXTEND_BUFFER): Use them.
33142
33143 2000-08-01  Jim Meyering  <meyering@lucent.com>
33144
33145         * lib/dirname.c (ISSLASH): Define.
33146         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33147         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33148         both `\' and `/' may be use as path separators.
33149         Based on a patch from Prashant TR.
33150
33151 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33152
33153         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33154         slot vector a constant, since it might get modified.
33155
33156 2000-07-31  Jim Meyering  <meyering@lucent.com>
33157
33158         * lib/xmalloc.c: Use `virtual memory exhausted', not
33159         `Memory exhausted'.
33160         * lib/obstack.c (print_and_abort): Likewise.
33161
33162 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33163
33164         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33165         buffer, so that the caller can always quote one small
33166         component of a "memory exhausted" message in slot 0.
33167         From a suggestion by Jim Meyering.
33168
33169 2000-07-30  Jim Meyering  <meyering@lucent.com>
33170
33171         * lib/makepath.c (make_path): Quote the other instance, too.
33172
33173         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33174         (STATIC_BUF_SIZE): Define.
33175         (quotearg_n_options): Use only statically allocated storage when
33176         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33177         than STATIC_BUF_SIZE.
33178
33179 2000-07-29  Jim Meyering  <meyering@lucent.com>
33180
33181         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33182         * lib/dirname.c (dir_name): Likewise.
33183
33184         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33185         `/'.
33186
33187         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33188         (dir_name): Assert that there are no trailing slashes.
33189
33190 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33191
33192         * lib/mbswidth.h (mbswidth): Add a flags argument.
33193         (mbswidth): New declaration.
33194         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33195         * lib/mbswidth.c (mbswidth): Add a flags argument.
33196         (mbsnwidth): New function.
33197
33198 2000-07-24  Jim Meyering  <meyering@lucent.com>
33199
33200         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33201
33202 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33203
33204         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33205
33206 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33207
33208         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33209         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33210         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33211         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33212         invoke multibyte primitives.
33213
33214 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33215
33216         * lib/quotearg.c:
33217         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33218         so that mbstate_t is always defined.
33219
33220         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33221         be 1 in at least one GCC installation, and this configuration
33222         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33223         performance on hosts that have mbrtowc but have only unibyte
33224         locales, but I assume these hosts are rare.
33225
33226 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33227
33228         * lib/mbswidth.c (_XOPEN_SOURCE):
33229         Don't define; this causes problems on Solaris 7.
33230         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33231
33232 2000-07-23  Jim Meyering  <meyering@lucent.com>
33233
33234         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33235         too: getgrgid, getpwuid, getuid.
33236
33237 2000-07-23  Jim Meyering  <meyering@lucent.com>
33238
33239         * lib/basename.c (base_name): Add an assertion.
33240
33241 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33242
33243         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33244         shadow its mbsinit function.
33245
33246 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33247
33248         * lib/mbswidth.h: New file.
33249         * lib/mbswidth.c: New file.
33250         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33251         (noinst_HEADERS): Add mbswidth.h.
33252
33253 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33254
33255         * lib/config.charset: Add support for FreeBSD. Improve support for
33256         HP-UX and IRIX 6.
33257
33258 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33259
33260         * m4/mbswidth.m4: New file.
33261         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33262
33263 2000-07-15  Jim Meyering  <meyering@lucent.com>
33264
33265         * lib/makepath.c: Include quote.h.
33266         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33267         corresponding argument in a `quote (...)' call.
33268         Give better diagnostics.
33269
33270         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33271         (noinst_HEADERS): Add quote.h.
33272
33273         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33274         from tar's src/misc.c.
33275         * lib/quote.h: New file.  Prototypes for same.
33276
33277 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33278
33279         From a suggestion by Bruno Haible.
33280         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33281         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33282         to decide whether to define the BeOS workaround macro;
33283         this adjusts to the change to AC_MBSTATE_T.
33284
33285 2000-07-14  Jim Meyering  <meyering@lucent.com>
33286
33287         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33288         jm_AC_TYPE_UINTMAX_T.
33289
33290 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33291
33292         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33293
33294         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33295         quotearg_buffer_restyled): Add support for
33296         clocale_quoting_style.  Undo previous change to
33297         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33298         and "{RIGHT QUOTATION MARK}" msgids.
33299
33300 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33301
33302         From a suggestion by Bruno Haible.
33303         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33304         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33305         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33306         and mbstate_t, to a single-part test that simply defines mbstate_t.
33307         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33308         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33309
33310 2000-07-10  Jim Meyering  <meyering@lucent.com>
33311
33312         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33313
33314         * m4/gnu-source.m4: Output to confdefs.h directly.
33315         Suggestion from Akim Demaille.
33316
33317 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33318
33319         The old behavior of quoting `like this' doesn't look good with
33320         newer, ISO-style fonts.  See:
33321         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33322
33323         Instead, quote "like this" by default.  Let the translator
33324         tailor the locale-specific quoting behavior by providing
33325         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33326
33327         * lib/quotearg.c (N_): New macro.
33328         (gettext_default): New function.
33329         (quotearg_buffer_restyled): Use
33330         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33331         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33332
33333 2000-07-09  Jim Meyering  <meyering@lucent.com>
33334
33335         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33336         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33337
33338         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33339         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33340
33341 2000-07-09  Jim Meyering  <meyering@lucent.com>
33342
33343         * lib/Most files: Update copyright dates to include 2000.
33344
33345 2000-07-08  Jim Meyering  <meyering@lucent.com>
33346
33347         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33348         if not defined.
33349         (xgethostname): Remove now-unnecessary #ifdef.
33350         Move declaration of `err' into loop where it's used.
33351
33352 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33353         and Bruno Haible  <haible@clisp.cons.org>
33354
33355         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33356         only if the test for an object-type mbstate_t fails.  This
33357         prevents us from mistakenly reporting that mbstate_t is a
33358         system object type after we "#define mbstate_t int" to work
33359         around its lack.
33360
33361 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33362         and Bruno Haible  <haible@clisp.cons.org>
33363
33364         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33365
33366 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33367
33368         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33369         to strerror_r.
33370         Include <ctype.h> for use of isalpha.
33371
33372 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33373
33374         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33375         by allocating a larger buffer. Test the gethostname return value for
33376         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33377         returns an error and ENAMETOOLONG isn't defined.
33378
33379 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33380
33381         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33382         dimension.
33383
33384 2000-07-04  Jim Meyering  <meyering@lucent.com>
33385
33386         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33387         of the deprecated AC_CHECKING.
33388
33389 2000-07-04  Jim Meyering  <meyering@lucent.com>
33390
33391         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33392         Reported by Bruno Haible.
33393
33394 2000-07-04  Jim Meyering  <meyering@lucent.com>
33395
33396         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33397         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33398         lacks mbrtowc.
33399
33400 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33401
33402         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33403         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33404
33405 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33406         and Bruno Haible  <haible@clisp.cons.org>
33407
33408         * lib/quotearg.c (mbrtowc):
33409         Assign to *pwc, and return 1 only if result is nonzero.
33410         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33411
33412 2000-07-03  Jim Meyering  <meyering@lucent.com>
33413
33414         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33415
33416 2000-07-03  Jim Meyering  <meyering@lucent.com>
33417
33418         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33419         This is necessary to get a definition of e.g., UTMP_FILE on
33420         HP-UX 10.20.
33421         From Bob Proulx.
33422
33423 2000-07-02  Jim Meyering  <meyering@lucent.com>
33424
33425         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33426
33427         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33428         AC_LIBOBJ(function_name).
33429         * m4/chown.m4: Likewise.
33430         * m4/fnmatch.m4: Likewise.
33431         * m4/ftruncate.m4: Likewise.
33432         * m4/getgroups.m4: Likewise.
33433         * m4/getline.m4: Likewise.
33434         * m4/group-member.m4: Likewise.
33435         * m4/jm-macros.m4: Likewise.
33436         * m4/lstat.m4: Likewise.
33437         * m4/malloc.m4: Likewise.
33438         * m4/memcmp.m4: Likewise.
33439         * m4/nanosleep.m4: Likewise.
33440         * m4/putenv.m4: Likewise.
33441         * m4/realloc.m4: Likewise.
33442         * m4/regex.m4: Likewise.
33443         * m4/stat.m4: Likewise.
33444         * m4/strftime.m4: Likewise.
33445
33446 2000-07-02  Jim Meyering  <meyering@lucent.com>
33447
33448         * lib/quotearg.c (mbstate_t): Don't define here.
33449
33450 2000-07-02  Jim Meyering  <meyering@lucent.com>
33451
33452         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33453
33454 2000-07-01  Jim Meyering  <meyering@lucent.com>
33455
33456         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33457
33458 2000-07-01  Jim Meyering  <meyering@lucent.com>
33459
33460         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33461         problem.
33462
33463 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33464
33465         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33466         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33467
33468 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33469
33470         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33471         per change in ../m4/ls-mntd-fs.m4.
33472         (read_filesystem_list): Ignore symbolic links.
33473
33474 2000-06-29  Jim Meyering  <meyering@lucent.com>
33475
33476         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33477         for declaration of strcmp.
33478
33479         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33480
33481         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33482         Avoid warning by casting result to `char *' to remove `const'.
33483
33484 2000-06-28  Jim Meyering  <meyering@lucent.com>
33485
33486         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33487         included by quotearg.c, for which we perform this test.  From
33488         Bruno Haible.
33489
33490 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33491
33492         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33493         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33494         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33495
33496 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33497
33498         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33499
33500 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33501
33502         savedir now sets errno on failure and invokes xmalloc to get memory.
33503         Fix a couple of other minor bugs while we're at it.
33504
33505         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33506         (NAMLEN): Remove macro.
33507         (malloc, realloc): Remove decls.
33508         (stpcpy): Likewise.
33509         ("xalloc.h"): Include.
33510         (NAME_SIZE_DEFAULT): New macro.
33511         (savedir): Use xmalloc / xrealloc to allocate memory.
33512         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33513         Skip "" directory entries.
33514         Use strlen to calculate directory entry length, since the old method
33515         is rarely used these days and isn't worth supporting.
33516         Don't use a pointer after freeing it.
33517         Check for integer overflow when calculating allocation size.
33518         Use memcpy to copy entries, instead of stpcpy.
33519         Set errno properly when returning NULL.
33520         Check for readdir error.
33521
33522 2000-06-26  Jim Meyering  <meyering@lucent.com>
33523
33524         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33525
33526 2000-06-25  Jim Meyering  <meyering@lucent.com>
33527
33528         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33529         Linux header bug when _XOPEN_SOURCE is defined to 500.
33530
33531 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33532
33533         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33534         deficiency.
33535
33536 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33537
33538         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33539         Include xalloc.h.
33540         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33541
33542 2000-06-24  Jim Meyering  <meyering@lucent.com>
33543
33544         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33545         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33546         for which strerror does return char*, but which lacks a conveniently
33547         accessible declaration of the function.  If the compile-test says
33548         strerror_r doesn't work, then resort to a `run'-test that works on
33549         BeOS and segfaults on DEC Unix.
33550
33551 2000-06-24  Jim Meyering  <meyering@lucent.com>
33552
33553         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33554
33555 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33556
33557         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33558         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33559
33560 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33561
33562         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33563         (mbrtowc, mbstate_t): Define substitutes if
33564         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33565         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33566         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33567
33568 2000-06-23  Jim Meyering  <meyering@lucent.com>
33569
33570         * m4/afs.m4: Add missing AC_MSG_RESULT.
33571         Reported by Bruno Haible.
33572
33573         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33574         Suggestion from Bruno Haible.
33575
33576 2000-06-23  Jim Meyering  <meyering@lucent.com>
33577
33578         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33579
33580 2000-06-21  Jim Meyering  <meyering@lucent.com>
33581
33582         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33583
33584 2000-06-21  Jim Meyering  <meyering@lucent.com>
33585
33586         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33587         (noinst_HEADERS): Add getstr.h.
33588
33589         * lib/getline.c (getstr): Move into a separate file.
33590         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33591         the following changes: new parameter, delim2; both delim[12]
33592         parameters have type `int', not `char'.  The latter would lose
33593         with 8-bit delimiters.
33594         * lib/getstr.h: New file.
33595
33596 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33597
33598         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33599         than 1024, return a memory chunk of least possible size, instead
33600         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33601         Use free/xmalloc instead of xrealloc to avoid copying for very long
33602         paths.
33603
33604 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33605
33606         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33607         the empty string.
33608
33609 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33610
33611         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33612         address, not strdup.  Include <stdlib.h> and don't declare free().
33613
33614 2000-06-19  Jim Meyering  <meyering@lucent.com>
33615
33616         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33617
33618 2000-06-18  Jim Meyering  <meyering@lucent.com>
33619
33620         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33621
33622         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33623         `checking whether...' message to be consistent with that of the
33624         lstat test.
33625
33626 2000-06-18  Jim Meyering  <meyering@lucent.com>
33627
33628         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33629         Besides, these days every porting target provides a mkdir function.
33630
33631         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33632         needed. (this snippet comes from src/system.h).
33633
33634 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33635
33636         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33637
33638 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33639
33640         * lib/human.c (adjust_value): New function.
33641         (human_readable_inexact): Apply rounding style even when
33642         printing approximate values.
33643
33644 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33645
33646         * lib/human.c (human_readable_inexact): Allow an input block
33647         size that is not a multiple of the output block size, and vice versa.
33648         Reported by Piergiorgio Sartor.
33649
33650 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33651
33652         * lib/getdate.y (get_date): Apply relative times after time
33653         zone indicator, not before.  Reported by Todd A. Jacobs.
33654
33655 2000-06-13  Jim Meyering  <meyering@lucent.com>
33656
33657         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33658
33659         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33660
33661 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33662
33663         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33664
33665 2000-06-12  Jim Meyering  <meyering@lucent.com>
33666
33667         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33668         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33669         optional argument.
33670         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33671         the optional argument, `lib'.
33672
33673 2000-06-08  Jim Meyering  <meyering@lucent.com>
33674
33675         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33676
33677 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33678
33679         Rewrite largefile configuration so that we don't need to run
33680         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33681         AC_CANONICAL_HOST in configure.in -- jmm]
33682
33683         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33684         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33685         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33686         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33687         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33688         All uses changed.
33689         Instead of inspecting the output of getconf, try to compile the
33690         test program without and with the macro definition.
33691         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33692         for getconf.  Instead, check for the needed flags by compiling
33693         test programs.
33694
33695 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33696
33697         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33698
33699 2000-06-04  Jim Meyering  <meyering@lucent.com>
33700
33701         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33702         SunOS 4.1.4 for which gid_t is an unsigned type.
33703
33704 2000-06-03  Jim Meyering  <meyering@lucent.com>
33705
33706         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33707         now that autoconf requires that.
33708
33709         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33710         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33711         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33712
33713 2000-06-03  Jim Meyering  <meyering@lucent.com>
33714
33715         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33716
33717 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33718
33719         * m4/glibc21.m4: New file.
33720         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33721
33722 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33723
33724         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33725         newer, don't install charset.alias.
33726         * lib/config.charset: Change the Linux/glibc rules so they become empty
33727         on glibc-2.1 or newer.
33728
33729 2000-06-02  Jim Meyering  <meyering@lucent.com>
33730
33731         * lib/mountlist.c: Back out last change.  Instead, do this...
33732         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33733         me_dummy member using the same `ignore'-testing code.
33734         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33735         fs_type strings.
33736         From Mark D. Roth.
33737
33738 2000-05-29  Jim Meyering  <meyering@lucent.com>
33739
33740         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33741         mounts with the `ignore' attribute.  Based on a patch from
33742         Mark D. Roth.
33743
33744 2000-05-28  Jim Meyering  <meyering@lucent.com>
33745
33746         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33747         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33748         * m4/stat.m4: Likewise.
33749         * m4/lstat.m4: Likewise.
33750         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33751
33752         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33753         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33754
33755 2000-05-26  Jim Meyering  <meyering@lucent.com>
33756
33757         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33758
33759 2000-05-24  Jim Meyering  <meyering@lucent.com>
33760
33761         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33762         autoconf requires that.
33763         * m4/lib-check.m4: Likewise.
33764         * m4/jm-macros.m4: Likewise.
33765         * m4/strftime.m4: Likewise.
33766
33767         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33768         AC_CHECK_DECLS, now that autoconf requires that.
33769
33770 2000-05-22  Jim Meyering  <meyering@lucent.com>
33771
33772         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33773         * m4/lstat.m4: Likewise.
33774
33775 2000-05-22  Jim Meyering  <meyering@lucent.com>
33776
33777         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33778
33779 2000-05-20  Jim Meyering  <meyering@lucent.com>
33780
33781         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33782         (jm_PREREQ): Use it.
33783
33784 2000-05-18  Jim Meyering  <meyering@lucent.com>
33785
33786         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33787         back, too, since it may have been modified by allocate_entry.
33788         (hash_delete): Rewrite to use neither the assignment operator
33789         nor the comma operator in an if-expression.
33790
33791 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33792
33793         * lib/closeout.c:
33794         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33795         Remove; no longer needed.
33796         "quotearg.h": Add include.
33797         (file_name): Do not bother to explicitly initialize to NULL; it's less
33798         efficient on some hosts.
33799         (close_stdout_status): Remove test as to whether stdout was already
33800         closed; it breaks for the case "echo x | sort >&-".
33801         Quote file name colons.
33802         Do not assume that _("write error") lacks format strings.
33803
33804 2000-05-15  Jim Meyering  <meyering@lucent.com>
33805
33806         * lib/version-etc.c (version_etc_copyright): Update the copyright
33807         string used in all --version output.
33808
33809 2000-05-14  Jim Meyering  <meyering@lucent.com>
33810
33811         * lib/closeout.c (close_stdout_set_file_name): New function.
33812         (close_stdout_status): Use new file-scoped global.
33813         Return right away if fstat says the stdout file descriptor is invalid.
33814         * lib/closeout.h (close_stdout_set_file_name): Declare.
33815
33816 2000-05-10  Jim Meyering  <meyering@lucent.com>
33817
33818         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33819         (close_stdout_set_status): New function.
33820         * lib/closeout.h (close_stdout_set_status): Declare.
33821
33822 2000-05-09  Jim Meyering  <meyering@lucent.com>
33823
33824         * m4/gettext.m4: Rename this...
33825         * m4/libintl.m4: ...to this.
33826
33827 2000-05-08  Jim Meyering  <meyering@lucent.com>
33828
33829         * lib/long-options.c: Don't include closeout.h.
33830         (parse_long_options): Don't call close_stdout for --version.
33831
33832 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33833
33834         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33835         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33836         2.1.3 bug.  This avoids a clash when files like regex.c define
33837         _GNU_SOURCE.
33838
33839 2000-05-06  Jim Meyering  <meyering@lucent.com>
33840
33841         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33842         (AC_REPLACE_FUNCS): Add strnlen.
33843
33844         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33845         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33846
33847         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33848         AC_SEARCH_LIBS call for nanosleep.
33849         (LIB_NANOSLEEP): Set and AC_SUBST.
33850
33851 2000-05-06  Jim Meyering  <meyering@lucent.com>
33852
33853         * lib/strnlen.c: Undefine __strnlen and strnlen.
33854         [!weak_alias]: Define __strnlen to strnlen.
33855
33856         * lib/atexit.c: New file, from libiberty.
33857
33858 2000-05-06  Jim Meyering  <meyering@lucent.com>
33859
33860         * lib/closeout.c (close_stdout_status): Also check for errors on the
33861         stderr stream.
33862
33863 2000-05-05  Jim Meyering  <meyering@lucent.com>
33864
33865         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33866         AC_SEARCH_LIBS call for clock_gettime.
33867         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33868
33869         * m4/search-libs.m4: Update from autoconf.
33870
33871         su doesn't work on Solaris 2.6.
33872         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33873         <shadow.h>.  Reported by Dragos Harabor.
33874
33875 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33876
33877         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33878         memcpy instead of xmalloc, xrealloc, path_concat.
33879         (locale_charset): Treat empty environment variables as absent.
33880         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33881
33882 2000-05-04  Jim Meyering  <meyering@lucent.com>
33883
33884         * lib/getopt.c: Update from glibc.
33885         * lib/obstack.c: Likewise.
33886         * lib/obstack.h: Likewise.
33887         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33888         file
33889
33890         * lib/regex.h: Likewise.
33891         * lib/strndup.c: Likewise.
33892         * lib/strnlen.c: New file, from glibc.
33893
33894 2000-05-03  Jim Meyering  <meyering@lucent.com>
33895
33896         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33897
33898 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33899
33900         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33901         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33902         compile-time test, rather than inspecting host and OS, to
33903         decide whether to define _LARGEFILE_SOURCE.
33904
33905 2000-05-01  Jim Meyering  <meyering@lucent.com>
33906
33907         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33908
33909         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33910         Based on a patch from Bruno Haible.
33911
33912 2000-05-01  Jim Meyering  <meyering@lucent.com>
33913
33914         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33915
33916 2000-04-29  Jim Meyering  <meyering@lucent.com>
33917
33918         * lib/path-concat.c: Declare strdup only if it's not defined.
33919         * lib/canon-host.c: Likewise.
33920
33921 2000-04-28  Jim Meyering  <meyering@lucent.com>
33922
33923         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33924         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33925         is included first, then limits.h is included by locale.h by libintl.h.
33926         From John David Anglin.
33927
33928 2000-04-25  Jim Meyering  <meyering@lucent.com>
33929
33930         * lib/makepath.c (S_IRWXUGO): Define.
33931         (make_path): Always perform explicit chmod if MODE specifies any
33932         of the `special' permission bits.  Prompted by a bug report against
33933         install from Mate Wierdl and Joost van Baal.
33934
33935 2000-04-18  Jim Meyering  <meyering@lucent.com>
33936
33937         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33938         (jm_PREREQ): Use it.
33939
33940 2000-04-18  Jim Meyering  <meyering@lucent.com>
33941
33942         * lib/README: New file.
33943
33944         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33945         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33946
33947 2000-04-17  Jim Meyering  <meyering@lucent.com>
33948
33949         Get it right :-)
33950         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33951         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33952         Suggestion from Akim Demaille.
33953
33954 2000-04-17  Jim Meyering  <meyering@lucent.com>
33955
33956         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33957         the definition of it to rpl_strftime also defined-away the system's
33958         declaration.
33959
33960 2000-04-15  Jim Meyering  <meyering@lucent.com>
33961
33962         Use `C' to denote so-called `contiguous' files, the same way
33963         that tar does.
33964         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33965         (ftypelet): Use S_ISCTG.
33966         From Michael Deutschmann.
33967
33968 2000-04-14  Jim Meyering  <meyering@lucent.com>
33969
33970         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33971         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33972         clobbered.
33973
33974 2000-04-14  Jim Meyering  <meyering@lucent.com>
33975
33976         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33977
33978 2000-04-13  Jim Meyering  <meyering@lucent.com>
33979
33980         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33981         AH_VERBATIM to insert required #ifndef into config.h.in.
33982         Suggestion from Akim Demaille.
33983
33984 2000-04-12  Jim Meyering  <meyering@lucent.com>
33985
33986         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33987         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33988         Christian Krackowizer.
33989
33990         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33991         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33992         (AC_SYS_LARGEFILE): Require.
33993         (AM_C_PROTOTYPES): Require.
33994
33995 2000-04-08  Jim Meyering  <meyering@lucent.com>
33996
33997         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33998         names don't conflict.  Reported by Eli Zaretskii.
33999
34000 2000-04-07  Jim Meyering  <meyering@lucent.com>
34001
34002         * lib/putenv.c: Move inclusion of errno.h so it follows that of
34003         sys/types.h, to work around system header problems on AIX 3.2.5.
34004         From Bruno Haible.
34005
34006 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
34007
34008         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
34009         bug.  Deal with the different error behavior of Irix iconv.
34010
34011 2000-04-05  Paul Eggert  <eggert@twinsun.com>
34012
34013         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
34014         IRIX if the installer said otherwise.
34015
34016 2000-04-05  Jim Meyering  <meyering@lucent.com>
34017
34018         Portability tweaks required for ultrix4.3.
34019         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
34020         (jm_CHECK_DECLS): Add getutent to the list of functions.
34021         (_jm_DECL_HEADERS): Add utmpx.h.
34022         From John David Anglin.
34023
34024         * m4/strftime.m4: Back out the 2000-04-02 change.
34025         Instead of that change, simply undefine putenv in the test program.
34026
34027 2000-04-05  Jim Meyering  <meyering@lucent.com>
34028
34029         Portability tweaks required for ultrix4.3.
34030         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
34031         getutent.
34032         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
34033         * lib/canon-host.c: Declare strdup.
34034         * lib/path-concat.c: Likewise.
34035         From John David Anglin.
34036
34037 2000-04-04  Jim Meyering  <meyering@lucent.com>
34038
34039         Be more DOS 8.3-friendly.
34040         * lib/ref-add.sin: Renamed from ref-add.sed.in.
34041         * lib/ref-del.sin: Renamed from ref-del.sed.in.
34042         * lib/Makefile.am: Reflect renaming.
34043         Reported by Eli Zaretskii.
34044
34045         Use a temporary file name that won't clash with `charset.alias'
34046         in the DOS 8.3 name space.
34047         * lib/Makefile.am (charset_tmp): Define.
34048         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
34049         (uninstall-local): Likewise.
34050         Reported by Eli Zaretskii.
34051
34052 2000-04-03  Jim Meyering  <meyering@lucent.com>
34053
34054         * m4/gettext.m4: Fix typo in comment.
34055
34056         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
34057         textutils/configure.in).  Suggestion from Paul Eggert.
34058         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
34059
34060 2000-04-02  Paul Eggert  <eggert@twinsun.com>
34061
34062         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
34063         variable in the shell rather than using putenv, which isn't
34064         portable.  This avoids the configure-time inter-test dependency
34065         on the potentially-renamed putenv function.
34066
34067 2000-03-30  Paul Eggert  <eggert@twinsun.com>
34068
34069         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
34070         before checking struct stat.st_blksize, so that
34071         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
34072
34073 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34074
34075         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
34076         since strftime.c uses HAVE_STRFTIME to decide whether to use
34077         the underlying strftime.
34078
34079 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34080
34081         * lib/time/strftime.c (my_strftime): Make sure we call the system
34082         strftime, not ourselves, when invoking the underlying strftime.
34083
34084 2000-03-24  Jim Meyering  <meyering@lucent.com>
34085
34086         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
34087         (charset_alias): Define.
34088         (install-exec-local): Factor out common code.
34089         (uninstall-local): Split lines longer than 80.
34090         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
34091         (SUFFIXES): Define.
34092         (.sed.in.sed): New rule.  Don't redirect directly to $@.
34093         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34094
34095 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34096
34097         * lib/config.charset: Output a line containing "Packages using this
34098         file".
34099         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34100         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34101         ref-del.sed): New rules.
34102
34103 2000-03-17  Jim Meyering  <meyering@lucent.com>
34104
34105         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34106         Otherwise, include <strings.h>
34107
34108 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34109
34110         * lib/unicodeio.c (utf8_wctomb): New function.
34111         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34112         format instead of in UCS-4 with platform dependent endianness.
34113
34114 2000-03-10  Jim Meyering  <meyering@lucent.com>
34115
34116         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34117         From Marco Franzen.
34118
34119 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34120
34121         * lib/savedir.c (savedir): Work even if directory size is
34122         negative; this can happen with some screwy NFS configurations.
34123
34124 2000-03-06  Jim Meyering  <meyering@lucent.com>
34125
34126         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34127         if it's NULL (because we ran out of memory).  From Bruno Haible.
34128
34129 2000-03-05  Jim Meyering  <meyering@lucent.com>
34130
34131         * lib/localcharset.c ("path-concat.h"): Include.
34132         (get_charset_aliases): Use path_concat instead of ANSI string
34133         concatenation.
34134
34135         * lib/unicodeio.h (PARAMS): Define.
34136         Use it to guard prototype.
34137
34138 2000-03-04  Jim Meyering  <meyering@lucent.com>
34139
34140         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34141         for lib/localcharset.c.
34142
34143 2000-03-04  Jim Meyering  <meyering@lucent.com>
34144
34145         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34146         installing into it.
34147         (uninstall-local): Uncomment this rule so `make distcheck' works
34148         once again.
34149
34150         * lib/unicodeio.c (<errno.h>): Include it.
34151         (errno): Declare if not defined.
34152
34153         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34154
34155         * lib/config.charset: New version, incorporating remarks from a linux
34156         i18n mailing list.  From Bruno Haible.
34157
34158 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34159
34160         * m4/codeset.m4: New file.
34161         * m4/iconv.m4: New file.
34162         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34163
34164 2000-03-03  Jim Meyering  <meyering@lucent.com>
34165
34166         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34167
34168 2000-03-02  Jim Meyering  <meyering@lucent.com>
34169
34170         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34171         the messages come out on separate lines.
34172
34173         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34174         rather than jm_CHECK_DECLARATIONS.
34175         * m4/decl.m4: Remove now-unused file.
34176
34177         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34178         geteuid.
34179
34180 2000-03-02  Jim Meyering  <meyering@lucent.com>
34181
34182         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34183
34184 2000-03-01  Jim Meyering  <meyering@lucent.com>
34185
34186         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34187         * lib/unicodeio.c: Likewise.
34188
34189 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34190
34191         * lib/config.charset: New file.
34192         * lib/localcharset.c: New file.
34193         * lib/unicodeio.h, lib/unicodeio.c: New files.
34194         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34195         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34196         (noinst_HEADERS): Add unicodeio.h.
34197         (all-local, install-exec-local, charset.alias): New targets.
34198
34199 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34200
34201         * lib/quotearg.c (ALERT_CHAR): New macro.
34202         (quotearg_buffer_restyled): Use it.
34203
34204 2000-02-27  Jim Meyering  <meyering@lucent.com>
34205
34206         * m4/check-decl.m4: Add getenv to the list.
34207
34208 2000-02-27  Jim Meyering  <meyering@lucent.com>
34209
34210         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34211         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34212
34213         * lib/backupfile.c: Guard inclusion of stdlib.h with
34214         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34215         Declare malloc if needed.
34216
34217         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34218         `#ifndef HAVE_DECL..'
34219         now that autoconf always defines the HAVE_DECL_ symbols.
34220         * lib/human.c: Likewise.
34221         * lib/same.c: Likewise.
34222         * lib/strtoumax.c: Likewise.
34223
34224         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34225         declaration check was not run.
34226         * lib/hash.c: Likewise.
34227         * lib/human.c: Likewise.
34228         * lib/same.c: Likewise.
34229         * lib/strtoumax.c: Likewise.
34230
34231         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34232         `.', then first look up the entire `.'-containing string as a login
34233         name.
34234
34235 2000-02-23  Jim Meyering  <meyering@lucent.com>
34236
34237         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34238         in place of my hack.
34239
34240 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34241
34242         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34243         (textint): New typedef.
34244         (parser_control): Member year changed from int to textint.
34245         All uses changed.
34246         (YYSTYPE): Removed; replaced by %union with int and textint members.
34247         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34248         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34249         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34250         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34251         (date, number, to_year): Use width of number in digits, not its value,
34252         to determine whether it's a 2-digit year, or a 2-digit time.
34253         (yylex): Store number of digits of numeric tokens.
34254         Reported by John Kendall.
34255
34256         (parser_control): Changed from struct parser_control to typedef (for
34257         consistency).  All uses changed.
34258
34259         (tID): Removed; not used.
34260         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34261
34262 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34263
34264         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34265         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34266
34267 2000-02-12  Jim Meyering  <meyering@lucent.com>
34268
34269         * lib/userspec.c (ISDIGIT): Define it.
34270         (isdigit): Remove definition.
34271         (is_number): Use ISDIGIT, not isdigit.
34272         <libintl.h>: Include.
34273         (_ and N_): Define.
34274         (parse_user_spec): Mark translatable strings.
34275
34276 2000-02-10  Jim Meyering  <meyering@lucent.com>
34277
34278         With these changes, nanosleep.[ch] are finally enough like the other
34279         lib/* replacement files to compile on a few more losing systems.
34280
34281         * lib/nanosleep.h: Don't include config.h.
34282         Remove prototype from declaration of nanosleep.
34283         (PARAMS): Remove now-unneeded definition.
34284         * lib/nanosleep.c: #undef nanosleep.
34285         (rpl_nanosleep): Rename from nanosleep.
34286
34287 2000-02-10  Jim Meyering  <meyering@lucent.com>
34288
34289         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34290         gnu_nanosleep to rpl_nanosleep.
34291
34292 2000-02-09  Jim Meyering  <meyering@lucent.com>
34293
34294         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34295         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34296
34297 2000-02-08  Akim Demaille  <akim@epita.fr>
34298
34299         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34300         `[' and `]' and remove uses of `changequote'.
34301         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34302         (AC_SYS_LARGEFILE): Likewise.
34303         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34304         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34305         of changequote.
34306         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34307         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34308         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34309         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34310
34311 2000-02-05  Jim Meyering  <meyering@lucent.com>
34312
34313         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34314         Remove explicit use of AC_HEADER_TIME.  It is required by
34315         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34316         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34317         in autoconf whereby the expansion of the latter ended up preceding
34318         the expansion of its prerequisite, AC_HEADER_TIME.
34319         Reported by Volker Borchert.
34320
34321 2000-02-03  Jim Meyering  <meyering@lucent.com>
34322
34323         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34324
34325 2000-02-03  Jim Meyering  <meyering@lucent.com>
34326
34327         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34328         rather than with `#if HAVE_UTMPNAME'.
34329
34330 2000-02-02  Jim Meyering  <meyering@lucent.com>
34331
34332         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34333         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34334         Reported by Eli Zaretskii.
34335
34336 2000-02-01  Jim Meyering  <meyering@lucent.com>
34337
34338         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34339
34340 2000-01-31  Jim Meyering  <meyering@lucent.com>
34341
34342         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34343         functions.  Add the time.h and sys/time.h headers along with the
34344         AC_REQUIRE'ment of AC_HEADER_TIME.
34345
34346 2000-01-31  Jim Meyering  <meyering@lucent.com>
34347
34348         * lib/nanosleep.h (nanosleep): Guard declaration with
34349         `#if ! HAVE_DECL_NANOSLEEP'.
34350         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34351         the declaration in that vendor's sys/timers.h.
34352         Reported by Christian Krackowizer.
34353
34354         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34355         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34356         (ISPRINT): Likewise.
34357         Reported by Tom Tromey.
34358
34359 2000-01-30  Jim Meyering  <meyering@lucent.com>
34360
34361         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34362
34363         * m4/prereq.m4 (utmp_includes): Define.
34364         Check for ut_user and ut_name members in both struct utmpx
34365         and struct utmp.
34366
34367 2000-01-30  Jim Meyering  <meyering@lucent.com>
34368
34369         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34370         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34371         header files where only utmpx.ut_user is declared.
34372
34373         * lib/readutmp.h (UT_USER): Define.
34374
34375 2000-01-29  Jim Meyering  <meyering@lucent.com>
34376
34377         * m4/lib-check.m4: New file containing library-related checks from
34378         fileutils and sh-utils (textutils had none).
34379
34380 2000-01-28  Jim Meyering  <meyering@lucent.com>
34381
34382         * m4/perl.m4: Change format of warning message to look more like that
34383         from the missing script.  Suggestion from François Pinard.
34384
34385 2000-01-25  Jim Meyering  <meyering@lucent.com>
34386
34387         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34388         well as time.h in the compile check.
34389         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34390         Fix typo in cross-compiling case: s/yes/no/.
34391
34392 2000-01-23  Jim Meyering  <meyering@lucent.com>
34393
34394         * m4/jm-macros.m4: Move df-related tests here from
34395         fileutils/configure.in
34396
34397         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34398         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34399
34400         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34401         s/space/ac_fsusage_space/.
34402         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34403
34404         * m4/ftruncate.m4: New file (derived from part of
34405         fileutils/configure.in).
34406         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34407         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34408
34409         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34410         AC_SUBST these here, rather than just in sh-util/configure.in, so
34411         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34412         all the same.
34413         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34414         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34415         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34416         (AC_SUBST(POW_LIBM)): Likewise.
34417         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34418
34419 2000-01-23  Jim Meyering  <meyering@lucent.com>
34420
34421         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34422         obstack.c.
34423
34424 2000-01-22  Jim Meyering  <meyering@lucent.com>
34425
34426         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34427
34428         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34429
34430         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34431         configure.in
34432         (AC_CHECK_HEADERS): Likewise for sh-utils.
34433         (AC_CHECK_HEADERS): Likewise for textutils.
34434         Merge the three lists of headers.
34435
34436         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34437         from fileutils' configure.in.
34438
34439         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34440         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34441         check-decl.m4.
34442
34443         * m4/check-decl.m4: Use #if rather than #ifdef.
34444         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34445         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34446         (_jm_DECL_HEADERS): Define new function.
34447         (jm_CHECK_DECLARATIONS): Require it.
34448
34449 2000-01-22  Jim Meyering  <meyering@lucent.com>
34450
34451         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34452         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34453         Required for some AIX systems.  Reported by Christian Krackowizer.
34454         [TESTING] (main): New function.
34455
34456         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34457         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34458         letters.
34459
34460         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34461         iswprint.
34462
34463         * lib/strverscmp.c (ISDIGIT): Define.
34464         (strverscmp): Use ISDIGIT, not isdigit.
34465
34466 2000-01-19  Jim Meyering  <meyering@lucent.com>
34467
34468         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34469         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34470         defines `struct timespec' in <sys/time.h>
34471
34472         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34473         Thanks to Akim for explaining.
34474
34475 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34476
34477         * lib/nanosleep.c (nanosleep):
34478         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34479         POSIX.1 doesn't require SA_INTERRUPT and some systems
34480         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34481         it's been part of POSIX.1 since day 1 (in 1988).
34482
34483 2000-01-17  Jim Meyering  <meyering@lucent.com>
34484
34485         * lib/interlock: Remove unused file.  Reported by François Pinard.
34486
34487 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34488
34489         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34490         alert, backslash, formfeed, and vertical tab unnecessarily in
34491         shell quoting style.
34492
34493 2000-01-16  Jim Meyering  <meyering@lucent.com>
34494
34495         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34496         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34497         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34498         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34499
34500 2000-01-16  Jim Meyering  <meyering@lucent.com>
34501
34502         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34503         because the latter didn't work.
34504
34505 2000-01-15  Jim Meyering  <meyering@lucent.com>
34506
34507         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34508         (AC_REPLACE_FUNCS): Add memcpy and memset.
34509         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34510         Add strpbrk.
34511         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34512
34513 2000-01-12  Jim Meyering  <meyering@lucent.com>
34514
34515         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34516         (jm_PREREQ): Use it.
34517         (jm_PREREQ_READUTMP): New macro.
34518         (jm_PREREQ): Use it.
34519
34520 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34521
34522         Quote multibyte characters correctly.
34523         * m4/c-bs-a.m4: New file.
34524         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34525         (jm_PREREQ): Use it.
34526
34527 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34528
34529         * m4/uintmax_t.m4: Port to autoconf 2.13.
34530
34531 2000-01-08  Jim Meyering  <meyering@ascend.com>
34532
34533         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34534         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34535
34536 2000-01-04  Jim Meyering  <meyering@ascend.com>
34537
34538         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34539         jm_STRUCT_DIRENT_D_TYPE.
34540         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34541         jm_STRUCT_DIRENT_D_INO.
34542         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34543         jm_STRUCT_UTIMBUF.
34544         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34545         renamings.
34546         * m4/utime.m4: Likewise.
34547
34548         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34549         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34550
34551 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34552
34553         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34554         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34555
34556 2000-01-02  Jim Meyering  <meyering@ascend.com>
34557
34558         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34559         remember if this is necessary.
34560
34561 1999-12-26  Jim Meyering  <meyering@ascend.com>
34562
34563         * m4/jm-macros.m4: Use it here.
34564         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34565
34566 1999-12-23  Jim Meyering  <meyering@ascend.com>
34567
34568         * m4/jm-macros.m4: Check for clock_gettime (moved from
34569         fileutils/configure.in)
34570         Check for gettimeofday.
34571
34572 1999-12-20  Jim Meyering  <meyering@ascend.com>
34573
34574         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34575         autoconf-2.14a-1999-12-20.
34576
34577 1999-12-19  Jim Meyering  <meyering@ascend.com>
34578
34579         * m4/lstat-slash.m4: New file.
34580         * m4/jm-macros.m4: Use the new macro:
34581         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34582
34583 1999-12-07  Jim Meyering  <meyering@ascend.com>
34584
34585         * m4/perl.m4: Require that File::Compare be available, too.
34586         Too many systems seem to lack it.
34587
34588         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34589         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34590
34591 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34592
34593         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34594         problem with the QNX 4.25 shell, which doesn't propagate exit
34595         status of failed commands inside shell assignments.
34596
34597 1999-11-17  Jim Meyering  <meyering@ascend.com>
34598
34599         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34600
34601 1999-11-07  Jim Meyering  <meyering@ascend.com>
34602
34603         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34604
34605 1999-11-06  Jim Meyering  <meyering@ascend.com>
34606
34607         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34608         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34609
34610 1999-11-05  Jim Meyering  <meyering@ascend.com>
34611
34612         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34613         configure.in of textutils, fileutils, and sh-utils into this one
34614         (shared between those packages) file.
34615         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34616         AC_STRUCT_ST_BLKSIZE.
34617
34618 1999-11-03  Jim Meyering  <meyering@ascend.com>
34619
34620         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34621         of AC_CHECK_TYPE checks includes unistd.h.
34622         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34623         Suggestion from Akim Demaille.
34624
34625 1999-10-30  Jim Meyering  <meyering@ascend.com>
34626
34627         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34628         m4-quoted string.
34629         * m4/ls-mntd-fs.m4: Likewise.
34630         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34631         * m4/jm-winsz1.m4: Likewise.
34632
34633         * m4/const.m4: Remove file, since the fix made it into the experimental
34634         version of autoconf.
34635         * m4/mktime.m4: Likewise.
34636
34637         * m4/check-type.m4: Remove file, now that the latest version of
34638         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34639
34640         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34641         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34642         AC_CHECK_TYPE.
34643
34644 1999-10-04  Jim Meyering  <meyering@ascend.com>
34645
34646         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34647
34648 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34649
34650         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34651         2.95.1 bug with HP-UX 10.20.
34652
34653 1999-09-17  Jim Meyering  <meyering@ascend.com>
34654
34655         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34656         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34657         due to missing strdup (against sh-utils-2.0).
34658
34659 1999-08-29  Jim Meyering  <meyering@ascend.com>
34660
34661         * m4/jm-macros.m4: Require jm_BISON.
34662         * m4/bison.m4: New file.
34663
34664 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34665
34666         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34667         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34668
34669 1999-08-05  Jim Meyering  <meyering@ascend.com>
34670
34671         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34672         to avoid conflicts with `conftest' on 8+3 filesystems.
34673         Suggestion from Eli Zaretskii.
34674
34675 1999-08-04  Jim Meyering  <meyering@ascend.com>
34676
34677         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34678         fileutils and sh-utils (textutils's getline test was inadequate).
34679         (AM_FUNC_GETLINE): Run this test.
34680         (AC_CHECK_FUNCS): Check for getdelim.
34681         Reported by Bob Proulx.
34682
34683 1999-08-02  Jim Meyering  <meyering@ascend.com>
34684
34685         * m4/jm-macros.m4: Add a comment.
34686
34687 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34688
34689         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34690         <inttypes.h> defines strtoumax as a macro (and not as a
34691         function).
34692
34693 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34694
34695         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34696         that we can shift, multiply and divide unsigned long long
34697         values; Ultrix cc can't do it.
34698
34699 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34700
34701         * m4/mktime.m4: New file, which is a preview of what should appear
34702         in the next public autoconf release.
34703
34704 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34705
34706         * m4/lfs.m4: Remove this file.
34707         * m4/largefile.m4: New file.  It contains the old contents of
34708         lfs.m4, except that all names with prefix AC_LFS have been
34709         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34710         compatible with future autoconf versions.  Also, some minor m4
34711         quoting problems have been fixed.
34712
34713 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34714
34715         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34716         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34717         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34718         and simplify the shell code.
34719
34720 1999-08-01  Jim Meyering  <meyering@ascend.com>
34721
34722         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34723         m4.
34724
34725 1999-07-20  Jim Meyering  <meyering@ascend.com>
34726
34727         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34728
34729 1999-07-15  Jim Meyering  <meyering@ascend.com>
34730
34731         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34732
34733 1999-05-22  Jim Meyering  <meyering@ascend.com>
34734
34735         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34736
34737 1999-05-20  Jim Meyering  <meyering@ascend.com>
34738
34739         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34740         Add a colon after each `then' in case $4 is empty.
34741
34742 1999-05-16  Jim Meyering  <meyering@ascend.com>
34743
34744         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34745
34746 1999-05-10  Jim Meyering  <meyering@ascend.com>
34747
34748         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34749
34750         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34751         AC_FUNC_MKTIME.
34752
34753 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34754
34755         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34756
34757 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34758
34759         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34760         not CPPFLAGS, so that linking works correctly in IRIX.
34761
34762 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34763
34764         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34765
34766 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34767
34768         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34769         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34770         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34771         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34772         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34773
34774         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34775
34776 1999-04-20  Jim Meyering  <meyering@ascend.com>
34777
34778         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34779         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34780         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34781
34782 1999-04-18  Jim Meyering  <meyering@ascend.com>
34783
34784         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34785         * m4/jm-macros.m4: Use it.
34786
34787 1999-04-06  Jim Meyering  <meyering@ascend.com>
34788
34789         * m4/strftime.m4: Remove test for %f.
34790
34791 1999-03-29  Jim Meyering  <meyering@ascend.com>
34792
34793         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34794         superset of the AC_TYPE_* checks in the textutils, fileutils,
34795         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34796         AC_TYPE_PID_T.
34797
34798 1999-03-28  Jim Meyering  <meyering@ascend.com>
34799
34800         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34801         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34802         replaced e.g., in the *.sh files of the sh-utils.
34803
34804 1999-03-20  Jim Meyering  <meyering@ascend.com>
34805
34806         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34807         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34808         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34809
34810 1999-03-19  Jim Meyering  <meyering@ascend.com>
34811
34812         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34813
34814 1999-03-12  Jim Meyering  <meyering@ascend.com>
34815
34816         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34817
34818 1999-03-07  Jim Meyering  <meyering@ascend.com>
34819
34820         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34821         declared.
34822
34823 1999-02-17  Jim Meyering  <meyering@ascend.com>
34824
34825         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34826         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34827
34828 1999-02-07  Jim Meyering  <meyering@ascend.com>
34829
34830         * m4/group-member.m4: New file -- extracted from sh-utils'
34831         configure.in.
34832
34833         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34834         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34835
34836 1999-02-06  Jim Meyering  <meyering@ascend.com>
34837
34838         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34839         * m4/fnmatch.m4: Likewise.
34840         * m4/getgroups.m4: Likewise.
34841         * m4/lstat.m4: Likewise.
34842         * m4/malloc.m4: Likewise.
34843         * m4/putenv.m4: Likewise.
34844         * m4/realloc.m4: Likewise.
34845         * m4/regex.m4: Likewise.
34846         * m4/stat.m4: Likewise.
34847         * m4/strftime.m4: Likewise.
34848         Suggestion from Alain Magloire.
34849
34850         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34851         * m4/fnmatch.m4: Likewise.
34852         * m4/getgroups.m4: Likewise.
34853         * m4/getline.m4: Likewise.
34854         * m4/lstat.m4: Likewise.
34855         * m4/malloc.m4: Likewise.
34856         * m4/memcmp.m4: Likewise.
34857         * m4/putenv.m4: Likewise.
34858         * m4/realloc.m4: Likewise.
34859         * m4/regex.m4: Likewise.
34860         * m4/stat.m4: Likewise.
34861         * m4/strftime.m4: Likewise.
34862         Suggestion from Alain Magloire.
34863
34864         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34865         an argument.
34866
34867         * m4/regex.m4: Add a run-time Test for proper operation of
34868         re_compile_pattern.
34869
34870 1999-01-31  Jim Meyering  <meyering@ascend.com>
34871
34872         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34873
34874 1999-01-30  Jim Meyering  <meyering@ascend.com>
34875
34876         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34877
34878         * m4/jm-mktime.m4: Make this a wrapper around the official
34879         AM_FUNC_MKTIME rather than my private copy, now that the official one
34880         is up to date.
34881         * m4/mktime.m4: Remove file.
34882
34883         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34884         * m4/uptime.m4: Likewise.
34885         * m4/uintmax_t.m4: Likewise.
34886
34887 1999-01-28  Jim Meyering  <meyering@ascend.com>
34888
34889         * m4/jm-macros.m4: Use jm_AFS.
34890         * m4/afs.m4: New file (from fileutils' configure.in).
34891
34892         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34893         * m4/chown.m4: Likewise.
34894         * m4/d-ino.m4: Likewise.
34895         * m4/d-type.m4: Likewise.
34896         * m4/fnmatch.m4: Likewise.
34897         * m4/getgroups.m4: Likewise.
34898         * m4/gettext.m4: Likewise.
34899         * m4/jm-mktime.m4: Likewise.
34900         * m4/jm-winsz2.m4: Likewise.
34901         * m4/lcmessage.m4: Likewise.
34902         * m4/ls-mntd-fs.m4: Likewise.
34903         * m4/malloc.m4: Likewise.
34904         * m4/memcmp.m4: Likewise.
34905         * m4/putenv.m4: Likewise.
34906         * m4/realloc.m4: Likewise.
34907         * m4/st_mtim.m4: Likewise.
34908         * m4/strftime.m4: Likewise.
34909
34910 1999-01-16  Jim Meyering  <meyering@ascend.com>
34911
34912         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34913         (ARGMATCH_DIE_DECL): Define.
34914
34915 1999-01-12  Jim Meyering  <meyering@ascend.com>
34916
34917         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34918         Reported by Lars Hecking.
34919
34920 1999-01-10  Jim Meyering  <meyering@ascend.com>
34921
34922         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34923         gross kludge.
34924         * m4/inttypes_h.m4: Likewise.
34925         * m4/lstat.m4: Likewise.
34926         * m4/malloc.m4: Likewise.
34927         * m4/readdir.m4: Likewise.
34928         * m4/realloc.m4: Likewise.
34929         * m4/st_dm_mode.m4: Likewise.
34930         * m4/stat.m4: Likewise.
34931         * m4/utimbuf.m4: Likewise.
34932         * m4/utimes.m4: Likewise.
34933
34934         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34935         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34936         comments in config.h.in are meaningful.
34937
34938         * m4/jm-macros.m4: Require autoconf-2.13 here.
34939
34940         * m4/regex.m4: By default, don't use the included regex.c on systems
34941         with glibc 2.  Suggestion from Uli Drepper.
34942
34943 1999-01-02  Jim Meyering  <meyering@ascend.com>
34944
34945         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34946
34947 1998-12-18  Jim Meyering  <meyering@ascend.com>
34948
34949         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34950         Based on a suggestion from Lars Hecking.
34951
34952 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34953
34954         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34955
34956 1998-11-16  Jim Meyering  <meyering@ascend.com>
34957
34958         * m4/lfs.m4: Double-quote the `uname...` expression.
34959
34960 1998-11-14  Jim Meyering  <meyering@ascend.com>
34961
34962         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34963         * m4/stat.m4: Likewise.
34964
34965 1998-11-03  Jim Meyering  <meyering@ascend.com>
34966
34967         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34968         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34969
34970 1998-10-18  Jim Meyering  <meyering@ascend.com>
34971
34972         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34973
34974 1998-10-17  Jim Meyering  <meyering@ascend.com>
34975
34976         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34977         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34978         calls for those previously hard-coded headers.  Instead, take a new
34979         parameter.
34980         (jm_CHECK_DECLARATIONS): Reflect interface change.
34981         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34982         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34983
34984         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34985
34986 1998-10-14  Jim Meyering  <meyering@ascend.com>
34987
34988         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34989         instead of "TZ=America/Vancouver".  From Paul Eggert.
34990
34991 1998-10-11  Jim Meyering  <meyering@ascend.com>
34992
34993         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34994         This adds a test for a recently added compatibility fix for mktime.c.
34995         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34996
34997 1998-09-27  Jim Meyering  <meyering@ascend.com>
34998
34999         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
35000
35001         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
35002         ../configure.in, including a change from Gordon Matzigkeit to allow
35003         cross-compiling for the Hurd.
35004
35005         * m4/glibc.m4: New file/macro to test for the GNU C Library
35006         versions 1 and 2.  From Gordon Matzigkeit.
35007         Indent.
35008
35009 1998-09-21  Jim Meyering  <meyering@ascend.com>
35010
35011         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
35012
35013 1998-08-18  Paul Eggert  <eggert@twinsun.com>
35014
35015         Port nanosecond-resolution times to UnixWare 2.1.2 and
35016         pedantic Solaris 2.6.
35017
35018         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
35019         AC_STRUCT_ST_MTIM.
35020         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
35021         Generate name of ns member, instead of just 1 or undef.
35022         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
35023
35024 1998-08-15  Jim Meyering  <meyering@ascend.com>
35025
35026         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
35027         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
35028         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
35029         instead of jm_TYPE_SSIZE_T.
35030
35031 1998-08-12  Jim Meyering  <meyering@ascend.com>
35032
35033         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
35034
35035 1998-08-02  Jim Meyering  <meyering@ascend.com>
35036
35037         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
35038         in acconfig.h manually.
35039
35040 1998-07-31  Paul Eggert  <eggert@twinsun.com>
35041
35042         * m4/st_mtim.m4: New file.
35043
35044 1998-07-28  Jim Meyering  <meyering@ascend.com>
35045
35046         * m4/utimes.m4: Undef stat.
35047
35048 1998-07-25  Jim Meyering  <meyering@ascend.com>
35049
35050         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
35051         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
35052
35053 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
35054
35055         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
35056         uid and gid actually remain unchanged.
35057
35058 1998-07-07  Jim Meyering  <meyering@ascend.com>
35059
35060         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
35061
35062 1998-07-04  Jim Meyering  <meyering@ascend.com>
35063
35064         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35065         to prove that this macro can be used in packages without regex.c.
35066
35067 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35068
35069         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
35070         is to be used.
35071
35072 1998-07-03  Jim Meyering  <meyering@ascend.com>
35073
35074         * m4/gettext.m4: Add -lintl if it's found to be necessary.
35075
35076         * m4/gettext.m4: New file -- from gettext-0.10.35.
35077         * m4/lcmessage.m4: Likewise.
35078         * m4/progtest.m4: Likewise.
35079
35080         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
35081         * m4/jm-macros.m4: Require the new macro.
35082
35083 1998-06-29  Jim Meyering  <meyering@ascend.com>
35084
35085         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
35086         for the definition of NGROUPS (used in a system header included
35087         by sys/mount.h).
35088
35089 1998-06-28  Jim Meyering  <meyering@ascend.com>
35090
35091         * m4/ls-mntd-fs.m4: New file.
35092         * m4/fstypename.m4: New file.
35093
35094         * m4/jm-macros.m4: Require the new macro.
35095         * m4/jm-glibc-io.m4: New file.
35096
35097 1998-05-19  Jim Meyering  <meyering@ascend.com>
35098
35099         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35100         * m4/lchown.m4: New file.
35101
35102         * m4/Makefile.am.in: New file.
35103         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35104
35105 1998-05-14  Jim Meyering  <meyering@ascend.com>
35106
35107         * m4/Makefile.am (EXTRA_DIST): Add them.
35108         * m4/jm-macros.m4: New file.
35109         * m4/utimbuf.m4: New file.
35110
35111 1998-05-12  Jim Meyering  <meyering@ascend.com>
35112
35113         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35114
35115 1998-05-11  Jim Meyering  <meyering@ascend.com>
35116
35117         * m4/isc-posix.m4: New file.
35118
35119 1998-05-10  Jim Meyering  <meyering@ascend.com>
35120
35121         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35122
35123 1998-05-09  Jim Meyering  <meyering@ascend.com>
35124
35125         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35126         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35127         with automake.
35128
35129         * m4/ssize_t.m4: New file.
35130         * m4/mktime.m4: Remove file -- the new automake has this now.
35131
35132 1998-04-26  Jim Meyering  <meyering@ascend.com>
35133
35134         * m4/assert.m4: New file.
35135         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35136
35137 1998-04-05  Jim Meyering  <meyering@ascend.com>
35138
35139         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35140         (jm_PREREQ): Use it here.
35141
35142 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35143
35144         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35145         in acconfig.h.
35146
35147 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35148
35149         * m4/prereq.m4: New file.
35150         * m4/error.m4: New file.
35151         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35152
35153 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35154
35155         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35156         cache-check for the same variable -- that defeated the purpose of
35157         the test; the test program was never run.  This was a problem only
35158         on systems with losing getline functions -- HP-UX 10.20 is one.
35159         Reported by Bjorn Helgaas.
35160
35161 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35162
35163         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35164
35165 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35166
35167         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35168
35169         * m4/const.m4: New file.  Use an initializer in this declaration
35170         typedef int charset[2]; const charset x;
35171         Reported by Bob Glickstein.
35172
35173 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35174
35175         * m4/chown.m4: Fix reversed types on -1 args to chown.
35176         From Kaveh Ghazi.
35177
35178 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35179
35180         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35181         Add lseek and memchr.
35182
35183         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35184         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35185         have a 20-character limit on names.
35186
35187 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35188
35189         * m4/inttypes_h.m4: New file.
35190         * m4/uintmax_t.m4: New file.
35191         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35192
35193 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35194 Copying and distribution of this file, with or without modification,
35195 are permitted provided the copyright notice and this notice are preserved.