50180f0d749c537e8f39df2a52e36264990e7b26
[pspp] / ChangeLog
1 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Revamp lchown so that it lives in unistd.h where it belongs.
4         * lib/lchown.h: Remove.
5         * lib/dirchownmod.c: Don't include lib/lchown.h.
6         * lib/fchownat.c: Likewise.
7         * lib/openat.c: Likewise.
8         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
9         does not follow symlinks.
10         (EOPNOTSUPP): Define if not defined.
11         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
12         is defined to 0.
13         (lchown): New decl.
14         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15         Do not check for lchown decl.
16         Set REPLACE_LCHOWN.
17         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
18         REPLACE_LCHOWN.
19         * modules/chown: Make it clear it follows symlinks.
20         * modules/lchown: Make it clear it doesn't follow symlinks.
21         (Files): Remove lib/lchown.h
22         (Depends-on): Add unistd.
23         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
24         (Include): Include <unistd.h>, not "lchown.h".
25         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
26         REPLACE_LCHOWN.
27
28 2007-06-15  Jim Meyering  <jim@meyering.net>
29
30         Change license (GPL to LGPL) of fsusage and dependents.
31         * modules/fsusage (License): Change to LGPL.
32         * modules/full-read (License): Likewise.
33         * modules/full-write (License): Likewise.
34         * modules/safe-read (License): Likewise.
35         * modules/safe-write (License): Likewise.
36
37 2007-06-14  Ben Pfaff  <blp@gnu.org>
38
39         Missing part of allocsa -> malloca transition.
40         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
41         gl_MALLOCA.
42
43 2007-06-12  Bruno Haible  <bruno@clisp.org>
44
45         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
46         to ia64, x86_64, i386.
47         Reported by Eric Blake.
48
49 2007-06-12  Bruno Haible  <bruno@clisp.org>
50
51         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
52         cross-compiling to x86_64.
53
54 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
55
56         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
57         glitch reported by Ralf Wildenhues in
58         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
59
60         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
61         Vin Shelton.
62
63 2007-06-11  Bruno Haible  <bruno@clisp.org>
64
65         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
66         replacement string.
67         Reported by Eric Blake.
68
69 2007-06-10  Bruno Haible  <bruno@clisp.org>
70
71         Prepare vasnprintf code for use with Unicode strings.
72         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
73         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
74         TYPE_U32_STRING.
75         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
76         a_u32_string variants.
77         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
78         * lib/printf-args.c: Don't include config.h and the specification
79         header if PRINTF_FETCHARGS is already defined.
80         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
81         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
82         TYPE_U16_STRING, TYPE_U32_STRING.
83         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
84         u16_directive, u16_directives, u32_directive, u32_directives): New
85         types.
86         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
87         New declarations.
88         * lib/printf-parse.c: Don't include config.h and the specification
89         header if PRINTF_PARSE is already defined. Eliminate the set of
90         parameters for WIDE_CHAR_VERSION; the user of this file must provide
91         them now. Include c-ctype.h.
92         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
93         directive and CHAR_T_ONLY_ASCII.
94         * lib/vasnprintf.c: Don't include config.h and the specification header
95         if VASNPRINTF is already defined.
96         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
97         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
98         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
99         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
100         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
101         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
102         code accordingly.
103         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
104         pad_ourselves also in this case, with the 'c' and 's' directives, and
105         with a different notion of "width".
106         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
107
108 2007-06-10  Bruno Haible  <bruno@clisp.org>
109
110         * modules/unistr/u32-mbsnlen: New file.
111         * lib/unistr/u32-mbsnlen.c: New file.
112
113         * modules/unistr/u16-mbsnlen: New file.
114         * lib/unistr/u16-mbsnlen.c: New file.
115
116         * modules/unistr/u8-mbsnlen: New file.
117         * lib/unistr/u8-mbsnlen.c: New file.
118
119         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
120         declarations.
121
122 2007-06-10  Bruno Haible  <bruno@clisp.org>
123
124         * lib/string_.h (mbsnlen): New declaration.
125         * lib/mbsnlen.c: New file.
126         * m4/mbsnlen.m4: New file.
127         * modules/mbsnlen: New file.
128         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
129         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
130         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
131
132 2007-06-10  Bruno Haible  <bruno@clisp.org>
133
134         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
135
136 2007-06-10  Bruno Haible  <bruno@clisp.org>
137
138         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
139         * lib/mbuiter.h: Likewise.
140
141 2007-06-10  Bruno Haible  <bruno@clisp.org>
142
143         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
144         declaration.
145
146 2007-06-10  Karl Berry  <karl@gnu.org>
147
148         * config/srclist.txt: remove gettext entries, Bruno prefers
149         to update individually.
150
151 2007-06-10  Bruno Haible  <bruno@clisp.org>
152
153         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
154         'maxlen'. Ensure only length + width bytes are allocated, not
155         length + 1 + width.
156
157 2007-06-09  Bruno Haible  <bruno@clisp.org>
158
159         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
160         (CHAR_T): Remove macro.
161         (VASNPRINTF): Update.
162
163 2007-06-09  Bruno Haible  <bruno@clisp.org>
164
165         * MODULES.html.sh (Unicode string functions): Add the new modules.
166
167         * modules/uniconv/u32-conv-to-enc: New file.
168         * lib/uniconv/u32-conv-to-enc.c: New file.
169         * modules/uniconv/u32-conv-to-enc-tests: New file.
170         * tests/uniconv/test-u32-conv-to-enc.c: New file.
171
172         * modules/uniconv/u16-conv-to-enc: New file.
173         * lib/uniconv/u16-conv-to-enc.c: New file.
174         * lib/uniconv/u-conv-to-enc.h: New file.
175         * modules/uniconv/u16-conv-to-enc-tests: New file.
176         * tests/uniconv/test-u16-conv-to-enc.c: New file.
177
178         * modules/uniconv/u8-conv-to-enc: New file.
179         * lib/uniconv/u8-conv-to-enc.c: New file.
180         * modules/uniconv/u8-conv-to-enc-tests: New file.
181         * tests/uniconv/test-u8-conv-to-enc.c: New file.
182
183         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
184         u32_conv_to_encoding): New declarations.
185
186 2007-06-09  Bruno Haible  <bruno@clisp.org>
187
188         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
189
190 2007-06-09  Bruno Haible  <bruno@clisp.org>
191
192         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
193         * modules/malloca: Renamed from modules/allocsa, updated.
194         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
195         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
196         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
197         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
198         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
199         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
200         * modules/xmalloca: Renamed from modules/xallocsa, updated.
201         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
202         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
203         * modules/c-strcasestr (Depends-on): Update.
204         * lib/c-strcasestr.c: Update.
205         * modules/c-strstr (Depends-on): Update.
206         * lib/c-strstr.c: Update.
207         * modules/canonicalize-lgpl (Depends-on): Update.
208         * lib/canonicalize-lgpl.c: Update.
209         * modules/clean-temp (Depends-on): Update.
210         * lib/clean-temp.c: Update.
211         * modules/csharpcomp (Depends-on): Update.
212         * lib/csharpcomp.c: Update.
213         * modules/csharpexec (Depends-on): Update.
214         * lib/csharpexec.c: Update.
215         * modules/javacomp (Depends-on): Update.
216         * lib/javacomp.c: Update.
217         * modules/javaexec (Depends-on): Update.
218         * lib/javaexec.c: Update.
219         * modules/mbscasestr (Depends-on): Update.
220         * lib/mbscasestr.c: Update.
221         * modules/mbsstr (Depends-on): Update.
222         * lib/mbsstr.c: Update.
223         * modules/setenv (Depends-on): Update.
224         * lib/setenv.c: Update.
225         * modules/strcasestr (Depends-on): Update.
226         * lib/strcasestr.c: Update.
227         * modules/striconveha (Depends-on): Update.
228         * lib/striconveha.c: Update.
229         * modules/relocatable-prog-wrapper (Files): Update.
230         * lib/relocwrapper.c: Update.
231         * build-aux/install-reloc: Update.
232         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
233
234 2007-06-08  Bruno Haible  <bruno@clisp.org>
235
236         Port to uClibc.
237         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
238         * lib/fpurge.c (fpurge): Likewise.
239         * lib/freading.c (freading): Likewise.
240         * lib/fseeko.c (rpl_fseeko): Likewise.
241         * lib/fseterr.c (fseterr): Likewise.
242         * lib/fwriting.c (fwriting): Likewise.
243         * tests/test-fflush.c (main): Avoid a failure on uClibc.
244
245 2007-06-08  Bruno Haible  <bruno@clisp.org>
246
247         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
248         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
249         * modules/gettext (Files): Add m4/intlmacosx.m4.
250
251 2007-06-07  Bruno Haible  <bruno@clisp.org>
252
253         * modules/localename-tests: New file.
254         * tests/test-localename.c: New file.
255
256         New module 'localename'.
257         * lib/localename.h: New file.
258         * lib/localename.c: New file, from GNU gettext.
259         * m4/localename.m4: New file.
260         * modules/localename: New file.
261
262 2007-06-07  Bruno Haible  <bruno@clisp.org>
263
264         Work around the lack of <wchar.h> on some builds of uClibc.
265         * doc/headers/wchar.texi: Update.
266         * lib/wchar_.h: Include <wchar.h> only if it exists.
267         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
268         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
269         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
270         doesn't exist.
271         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
272         * modules/mbfile (Depends-on): Add wchar.
273         * modules/mbiter (Depends-on): Likewise.
274         * modules/mbuiter (Depends-on): Likewise.
275         Reported by Simon Josefsson.
276
277 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
278
279         Work around problem reported by Steven M. Schweda in
280         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
281         Tru64 5.1B with the Compaq compiler environment installed declares
282         an 'isblank' function but does not define it in the C library.
283         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
284         * lib/regex_internal.h (isblank): Likewise.
285         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
286         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
287
288 2007-06-05  Bruno Haible  <bruno@clisp.org>
289
290         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
291         ia64.
292         * modules/printf-safe: New file.
293         * modules/fprintf-posix (Depends-on): Add printf-safe.
294         * modules/printf-posix (Depends-on): Likewise.
295         * modules/snprintf-posix (Depends-on): Likewise.
296         * modules/sprintf-posix (Depends-on): Likewise.
297         * modules/vasnprintf-posix (Depends-on): Likewise.
298         * modules/vasprintf-posix (Depends-on): Likewise.
299         * modules/vfprintf-posix (Depends-on): Likewise.
300         * modules/vprintf-posix (Depends-on): Likewise.
301         * modules/vsnprintf-posix (Depends-on): Likewise.
302         * modules/vsprintf-posix (Depends-on): Likewise.
303         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
304         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
305         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
306         "no" on i386, x86_64, ia64.
307         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
308         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
309         on i386, x86_64, ia64.
310         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
311         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
312         on i386, x86_64, ia64.
313         * tests/test-vasnprintf-posix.c: Include float.h.
314         (LDBL80_WORDS): New macro.
315         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
316         on i386, x86_64, ia64.
317         * tests/test-vasprintf-posix.c: Include float.h.
318         (LDBL80_WORDS): New macro.
319         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
320         on i386, x86_64, ia64.
321         * tests/test-snprintf-posix.c: Include float.h.
322         * tests/test-sprintf-posix.c: Likewise.
323         * tests/test-vsnprintf-posix.c: Likewise.
324         * tests/test-vsprintf-posix.c: Likewise.
325
326 2007-06-05  Bruno Haible  <bruno@clisp.org>
327
328         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
329         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
330         non-IEEE numbers on i386, x86_64, ia64.
331         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
332         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
333         * tests/test-isnanl.h: Include float.h.
334         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
335
336 2007-06-05  Bruno Haible  <bruno@clisp.org>
337
338         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
339         also the %a / %A. Handle the %a / %A code before this extra handling.
340
341 2007-06-05  Bruno Haible  <bruno@clisp.org>
342
343         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
344         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
345
346 2007-06-05  Bruno Haible  <bruno@clisp.org>
347
348         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
349         typo in variable name.
350
351 2007-06-05  Eric Blake  <ebb9@byu.net>
352
353         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
354         Reported by Simon Josefsson.
355
356 2007-06-04  Bruno Haible  <bruno@clisp.org>
357
358         Avoid test failures on some PowerPC platforms.
359         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
360         Define differently for PowerPC.
361         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
362         Reported by Gary V. Vaughan <gary@gnu.org>.
363
364 2007-06-02  Bruno Haible  <bruno@clisp.org>
365
366         Fix test-stdint failure on FreeBSD/ia64.
367         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
368         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
369         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
370         * doc/headers/stdint.texi: Update.
371
372 2007-06-01  Bruno Haible  <bruno@clisp.org>
373
374         * tests/test-binary-io.c (main): Pass a third argument to open().
375         Reported by Gary V. Vaughan <gary@gnu.org>.
376
377 2007-06-01  Bruno Haible  <bruno@clisp.org>
378
379         * doc/functions/frexpl.texi: Update for mingw.
380
381 2007-06-01  Bruno Haible  <bruno@clisp.org>
382
383         * tests/test-lseek.c (main): Disable test of errno for invalid third
384         argument.
385         * doc/functions/lseek.texi: Update.
386         Reported by Gary V. Vaughan <gary@gnu.org>.
387
388 2007-05-28  Bruno Haible  <bruno@clisp.org>
389
390         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
391
392 2007-05-31  Eric Blake  <ebb9@byu.net>
393
394         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
395         cross compiling.
396
397 2007-05-30  Eric Blake  <ebb9@byu.net>
398         and Bruno Haible  <bruno@clisp.org>
399
400         Work around mingw test failures exposed by m4-1.4.9b.
401         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
402         * tests/test-unistd.c: Disable uid_t and git_t tests for the
403         moment.
404
405 2007-05-30  Bruno Haible  <bruno@clisp.org>
406
407         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
408         assuming that they are closed. Needed on HP-UX 11.
409
410 2007-05-29  Bruno Haible  <bruno@clisp.org>
411
412         Fix a problem with #include_next.
413         * lib/dirent_.h: Split the double-inclusion guard.
414         * lib/fcntl_.h: Likewise.
415         * lib/float_.h: Likewise.
416         * lib/iconv_.h: Likewise.
417         * lib/inttypes_.h: Likewise.
418         * lib/locale_.h: Likewise.
419         * lib/math_.h: Likewise.
420         * lib/netinet_in_.h: Likewise.
421         * lib/search_.h: Likewise.
422         * lib/signal_.h: Likewise.
423         * lib/stdint_.h: Likewise.
424         * lib/stdio_.h: Likewise.
425         * lib/stdlib_.h: Likewise.
426         * lib/string_.h: Likewise.
427         * lib/sys_select_.h: Likewise.
428         * lib/sys_socket_.h: Likewise.
429         * lib/sys_stat_.h: Likewise.
430         * lib/sys_time_.h: Likewise.
431         * lib/sysexits_.h: Likewise.
432         * lib/time_.h: Likewise.
433         * lib/unistd_.h: Likewise.
434         * lib/wchar_.h: Likewise.
435         * lib/wctype_.h: Likewise.
436
437 2007-05-29  Bruno Haible  <bruno@clisp.org>
438
439         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
440         for the moment.
441
442 2007-05-29  Bruno Haible  <bruno@clisp.org>
443
444         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
445         invocation.
446         Reported by Eric Blake.
447
448 2007-05-29  Bruno Haible  <bruno@clisp.org>
449
450         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
451         compiling case.
452
453 2007-05-29  Eric Blake  <ebb9@byu.net>
454             Bruno Haible  <bruno@clisp.org>
455
456         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
457         cross compiles.
458
459 2007-05-28  Eric Blake  <ebb9@byu.net>
460
461         * modules/closein-tests (test_closein_LDADD): Support test on
462         cygwin with libtool.
463
464 2007-05-28  Bruno Haible  <bruno@clisp.org>
465
466         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
467         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
468         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
469         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
470         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
471         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
472         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
473         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
474         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
475
476 2007-05-28  Eric Blake  <ebb9@byu.net>
477
478         Unconditionally include <config.h> in unit tests.
479         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
480         * tests/test-allocsa.c, tests/test-arcfour.c,
481         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
482         tests/test-array_list.c, tests/test-array_oset.c,
483         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
484         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
485         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
486         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
487         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
488         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
489         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
490         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
491         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
492         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
493         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
494         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
495         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
496         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
497         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
498         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
499         test-md5.c, test-memmem.c, test-printf-posix.c,
500         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
501         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
502         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
503         test-strcasestr.c, test-striconv.c, test-striconveh.c,
504         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
505         test-vasnprintf-posix2.c, test-vasnprintf.c,
506         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
507         test-vfprintf-posix.c, test-vprintf-posix.c,
508         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
509         test-xvasprintf.c: Likewise.
510
511 2007-05-28  Bruno Haible  <bruno@clisp.org>
512
513         * gnulib-tool (func_import): Remember the --with-tests command-line
514         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
515         Reported by Eric Blake.
516
517 2007-05-28  Bruno Haible  <bruno@clisp.org>
518
519         * modules/ftell-tests: New file.
520         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
521         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
522
523         * lib/ftell.c: New file.
524         * modules/ftell: New file.
525         * m4/ftell.m4: New file.
526         * doc/functions/ftell.texi: Update.
527         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
528         REPLACE_FTELL.
529         * lib/stdio_.h (rpl_ftell): New declaration.
530         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
531         REPLACE_FTELL.
532
533 2007-05-28  Eric Blake  <ebb9@byu.net>
534
535         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
536
537 2007-05-28  Bruno Haible  <bruno@clisp.org>
538
539         * modules/fseek-tests: New file.
540         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
541         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
542
543         * lib/fseek.c: New file.
544         * modules/fseek: New file.
545         * m4/fseek.m4: New file.
546         * doc/functions/fseek.texi: Update.
547         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
548         REPLACE_FSEEK.
549         * lib/stdio_.h (rpl_fseek): New declaration.
550         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
551         REPLACE_FSEEK.
552
553 2007-05-28  Bruno Haible  <bruno@clisp.org>
554
555         * lib/stdio_.h (fflush): More comments.
556
557 2007-05-28  Bruno Haible  <bruno@clisp.org>
558
559         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
560         runtime test.
561
562 2007-05-28  Eric Blake  <ebb9@byu.net>
563
564         Improve lseek module.
565         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
566         * lib/unistd_.h (lseek): Scale back link warning message.
567         * tests/test-lseek.c: Beef up test.
568         * tests/test-lseek.sh: Exercise more facets of lseek.
569         Reported by Bruno Haible.
570
571 2007-05-28  Bruno Haible  <bruno@clisp.org>
572
573         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
574         to define.
575
576 2007-05-27  Bruno Haible  <bruno@clisp.org>
577
578         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
579
580 2007-05-27  Bruno Haible  <bruno@clisp.org>
581
582         * modules/openmp: New file.
583         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
584         Noah Misch.
585
586 2007-05-26  Bruno Haible  <bruno@clisp.org>
587
588         * modules/chdir-long (Depends-on): Add fchdir.
589         * modules/chdir-safer (Depends-on): Likewise.
590         * modules/fts (Depends-on): Likewise.
591         * modules/fts-lgpl (Depends-on): Likewise.
592         * modules/openat (Depends-on): Likewise.
593         * modules/savewd (Depends-on): Likewise.
594
595 2007-05-24  Eric Blake  <ebb9@byu.net>
596
597         Fix lseek on mingw.
598         * modules/lseek: New module.
599         * m4/lseek.m4: New file.
600         * lib/lseek.c: New file.
601         * modules/lseek-tests: New file.
602         * tests/test-lseek.c: New file.
603         * tests/test-lseek.sh: New file.
604         * MODULES.html.sh: Document lseek module.
605         * modules/fflush (Depends-on): Add lseek, fseeko.
606         * modules/fseeko (Depends-on): Likewise.
607         * modules/ftello (Depends-on): Likewise.
608         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
609         broken.
610         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
611         broken.
612         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
613         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
614         * lib/ftello.c (rpl_ftello): Likewise.
615         * tests/test-fseeko.c (main): Test this.
616         * tests/test-fseeko.sh: Likewise.
617         * tests/test-ftello.c (main): Likewise.
618         * tests/test-ftello.sh: Likewise.
619         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
620         implies replacing fseek.
621         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
622         HAVE_FTELLO.
623         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
624         * modules/unistd (Makefile.am): Likewise.
625         * lib/unistd_.h (lseek): Declare a replacement.
626         * doc/functions/lseek.texi (lseek): Document this fix.
627         * doc/functions/fseek.texi (fseek): Likewise.
628         * doc/functions/ftell.texi (ftell): Likewise.
629
630 2007-05-24  Bruno Haible  <bruno@clisp.org>
631
632         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
633         in the printed representation of a NaN.
634         * tests/test-vasprintf-posix.c (test_function): Likewise.
635         * tests/test-snprintf-posix.h (test_function): Likewise.
636         * tests/test-sprintf-posix.h (test_function): Likewise.
637         Reported by Eric Blake.
638
639 2007-05-23  Eric Blake  <ebb9@byu.net>
640
641         Fix fseeko/ftello on cygwin 1.5.24.
642         * doc/functions/fseeko.texi (fseeko): Document the fix.
643         * doc/functions/ftello.texi (ftello): Document the fix.
644         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
645         * doc/functions/stdout.text (stdout): New file.
646         * doc/functions/stderr.text (stderr): New file.
647         * doc/gnulib.texi (Function Substitutes): Use new files.
648         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
649         prior to 1.7.0.
650         * tests/test-ftello.c (main): Likewise for ftello.
651         * tests/test-fseeko.sh: New file.
652         * tests/test-ftello.sh: New file.
653         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
654         with seekable stdin.
655         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
656         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
657         (gl_REPLACE_FSEEKO): New macro.
658         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
659         * modules/fseeko (Files): Distribute fseeko.c.
660         * modules/ftello (Files): Distribute ftello.c.
661         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
662         mode.
663         * lib/ftello.c (rpl_ftello): New file.
664         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
665         fseeko, ftello.
666         (gl_STDIN_LARGE_OFFSET): New macro.
667         * modules/stdio (Makefile.am): Perform the replacement.
668         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
669
670 2007-05-23  Bruno Haible  <bruno@clisp.org>
671
672         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
673         GNULIB_POSIXCHECK is defined.
674
675 2007-05-21  Bruno Haible  <bruno@clisp.org>
676
677         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
678         Check also the output for NaN arguments. When cross-compiling, guess
679         no on IRIX.
680         * lib/vasnprintf.c: Update comments.
681         * tests/test-vasnprintf-posix.c (strisnan): New function.
682         (test_function): Use it.
683         * tests/test-vasprintf-posix.c (strisnan): New function.
684         (test_function): Use it.
685         * tests/test-snprintf-posix.h (strisnan): New function.
686         (test_function): Use it.
687         * tests/test-sprintf-posix.h (strisnan): New function.
688         (test_function): Use it.
689         Reported by Eric Blake.
690
691 2007-05-20  Bruno Haible  <bruno@clisp.org>
692
693         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
694         numbers that fails on BeOS.
695         * doc/functions/frexpl.texi: Update.
696
697 2007-05-20  Jim Meyering  <jim@meyering.net>
698
699         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
700         forced upon us by glibc-2.6.
701
702 2007-05-20  Bruno Haible  <bruno@clisp.org>
703
704         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
705         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
706         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
707         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
708         NEED_PRINTF_INFINITE.
709         (is_infinitel): New function.
710         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
711         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
712         gl_PREREQ_VASNPRINTF_INFINITE.
713         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
714         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
715         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
716         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
717         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
718         gl_PREREQ_VASNPRINTF_INFINITE.
719         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
720         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
721         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
722         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
723         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
724         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
725         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
726         * doc/functions/fprintf.texi: Update.
727         * doc/functions/printf.texi: Update.
728         * doc/functions/snprintf.texi: Update.
729         * doc/functions/sprintf.texi: Update.
730         * doc/functions/vfprintf.texi: Update.
731         * doc/functions/vprintf.texi: Update.
732         * doc/functions/vsnprintf.texi: Update.
733         * doc/functions/vsprintf.texi: Update.
734
735 2007-05-20  Bruno Haible  <bruno@clisp.org>
736
737         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
738         was not found in libc.
739         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
740
741 2007-05-20  Bruno Haible  <bruno@clisp.org>
742
743         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
744         printed as "-nan" instead of "nan".
745         * tests/test-vasprintf-posix.c (test_function): Likewise.
746         * tests/test-snprintf-posix.h (test_function): Likewise.
747         * tests/test-sprintf-posix.h (test_function): Likewise.
748         Needed for HP-UX 11.
749
750 2007-05-20  Jim Meyering  <jim@meyering.net>
751
752         Fix buggy test for the fchownat-deref bug.
753         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
754         symlink required for the run-test.  Without it, this test would
755         always declare that fchownat doesn't work, and client code would
756         unnecessarily use the replacement function with fixed libc.
757         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
758         Reported by Greg Schafer.
759
760 2007-05-19  Bruno Haible  <bruno@clisp.org>
761
762         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
763         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
764         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
765         Needed for IRIX 6.5 and Solaris 2.5.1.
766
767 2007-05-19  Bruno Haible  <bruno@clisp.org>
768
769         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
770         (test_function): Skip tests involving -0.0 on platforms where
771         -0.0 = 0.0.
772         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
773         (test_function): Skip tests involving -0.0 on platforms where
774         -0.0 = 0.0.
775         * tests/test-snprintf-posix.h (have_minus_zero): New function.
776         (test_function): Skip tests involving -0.0 on platforms where
777         -0.0 = 0.0.
778         * tests/test-sprintf-posix.h (have_minus_zero): New function.
779         (test_function): Skip tests involving -0.0 on platforms where
780         -0.0 = 0.0.
781         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
782         tests.
783         * tests/test-printf-posix.h (test_function): Likewise.
784         * tests/test-printf-posix.output: Remove all -0.0 related results.
785         Needed for IRIX 6.5.
786
787 2007-05-19  Bruno Haible  <bruno@clisp.org>
788
789         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
790         printed as "nan0x7fffffff" instead of "nan".
791         * tests/test-vasprintf-posix.c (test_function): Likewise.
792         * tests/test-snprintf-posix.h (test_function): Likewise.
793         * tests/test-sprintf-posix.h (test_function): Likewise.
794         * tests/test-fprintf-posix.h (NaN): Remove macro.
795         (test_function): Remove all NaN related tests.
796         * tests/test-printf-posix.h (NaN): Remove macro.
797         (test_function): Remove all NaN related tests.
798         * tests/test-printf-posix.output: Remove all NaN related results.
799         Needed for IRIX 6.5.
800
801 2007-05-19  Bruno Haible  <bruno@clisp.org>
802
803         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
804         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
805
806 2007-05-19  Bruno Haible  <bruno@clisp.org>
807
808         * lib/float_.h: New file.
809         * m4/float_h.m4: New file.
810         * modules/float: New file.
811         * modules/isnanl (Dependencies): Add float.
812         * modules/isnanl-nolibm (Dependencies): Likewise.
813         * modules/mathl (Dependencies): Likewise.
814         * modules/printf-frexpl (Dependencies): Likewise.
815         * modules/signbit (Dependencies): Likewise.
816         * modules/vasnprintf (Dependencies): Likewise.
817         * doc/headers/float.texi: Update.
818
819 2007-05-19  Jim Meyering  <jim@meyering.net>
820
821         * lib/utimens.c (gl_futimens): Rename from futimens,
822         now that glibc-2.6 declares futimens.
823         * lib/utimens.h: Likewise.
824
825 2007-05-19  Bruno Haible  <bruno@clisp.org>
826
827         Avoid test failures on mingw.
828         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
829         * tests/test-printf-posix.sh: Likewise.
830         * tests/test-vfprintf-posix.sh: Likewise.
831         * tests/test-vprintf-posix.sh: Likewise.
832
833 2007-05-19  Bruno Haible  <bruno@clisp.org>
834
835         Fix *printf result for NaN, Inf, -0.0 on mingw.
836         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
837         * lib/vasnprintf.c: Include math.h and isnan.h.
838         (is_infinite_or_zero): New function.
839         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
840         values in the %f, %F, %e, %E, %g, %G directives.
841         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
842         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
843         gl_PRINTF_INFINITE and test its result. Invoke
844         gl_PREREQ_VASNPRINTF_INFINITE.
845         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
846         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
847         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
848         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
849         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
850         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
851         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
852         * doc/functions/fprintf.texi: Update.
853         * doc/functions/printf.texi: Update.
854         * doc/functions/snprintf.texi: Update.
855         * doc/functions/sprintf.texi: Update.
856         * doc/functions/vfprintf.texi: Update.
857         * doc/functions/vprintf.texi: Update.
858         * doc/functions/vsnprintf.texi: Update.
859         * doc/functions/vsprintf.texi: Update.
860
861 2007-05-19  Bruno Haible  <bruno@clisp.org>
862
863         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
864         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
865         Instead of multiplying with 10^k, set extra_zeroes to k.
866         (scale10_round_long_double): Remove function.
867
868 2007-05-18  Bruno Haible  <bruno@clisp.org>
869
870         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
871         introduced on 2007-05-06.
872
873 2007-05-18  Bruno Haible  <bruno@clisp.org>
874
875         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
876         %g directives.
877         * tests/test-vasprintf-posix.c (test_function): Likewise.
878         * tests/test-snprintf-posix.h (test_function): Likewise.
879         * tests/test-sprintf-posix.h (test_function): Likewise.
880
881 2007-05-18  Bruno Haible  <bruno@clisp.org>
882
883         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
884         (strmatch): New function.
885         (test_function): Test the %f directive on numbers of various exponents.
886         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
887         (strmatch): New function.
888         (test_function): Test the %f directive on numbers of various exponents.
889         * tests/test-snprintf-posix.h (strmatch): New function.
890         (test_function): Test the %f directive on numbers of various exponents.
891         * tests/test-sprintf-posix.h (strmatch): New function.
892         (test_function): Test the %f directive on numbers of various exponents.
893         * tests/test-snprintf-posix.c (SIZEOF): New macro.
894         * tests/test-sprintf-posix.c (SIZEOF): New macro.
895         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
896         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
897
898 2007-05-18  Bruno Haible  <bruno@clisp.org>
899
900         Add support for 'long double' number output.
901         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
902         * lib/vasnprintf.c: Include math.h and float+.h.
903         (mp_limb_t): New type.
904         (GMP_LIMB_BITS): New macro.
905         (mp_twolimb_t): New type.
906         (GMP_TWOLIMB_BITS): New macro.
907         (mpn_t): New type.
908         (multiply, divide, convert_to_decimal, decode_long_double,
909         scale10_round_long_double, scale10_round_decimal_long_double,
910         floorlog10l): New functions.
911         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
912         for the %f, %F, %e, %E, %g, %G directives.
913         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
914         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
915         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
916         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
917         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
918         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
919         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
920         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
921         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
922         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
923         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
924         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
925         * modules/snprintf-posix (Depends-on): Likewise.
926         * modules/sprintf-posix (Depends-on): Likewise.
927         * modules/vasnprintf-posix (Depends-on): Likewise.
928         * modules/vasprintf-posix (Depends-on): Likewise.
929         * modules/vfprintf-posix (Depends-on): Likewise.
930         * modules/vsnprintf-posix (Depends-on): Likewise.
931         * modules/vsprintf-posix (Depends-on): Likewise.
932         * modules/vasnprintf (Files): Add lib/float+.h.
933         * doc/functions/fprintf.texi: Update.
934         * doc/functions/printf.texi: Update.
935         * doc/functions/snprintf.texi: Update.
936         * doc/functions/sprintf.texi: Update.
937         * doc/functions/vfprintf.texi: Update.
938         * doc/functions/vprintf.texi: Update.
939         * doc/functions/vsnprintf.texi: Update.
940         * doc/functions/vsprintf.texi: Update.
941
942 2007-05-18  Bruno Haible  <bruno@clisp.org>
943
944         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
945
946 2007-05-18  Bruno Haible  <bruno@clisp.org>
947
948         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
949         for printing 64-bit integers. Needed for mingw.
950
951 2007-05-18  Bruno Haible  <bruno@clisp.org>
952
953         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
954         gl_FUNC_FREXPL_WORKS.
955         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
956
957 2007-05-18  Bruno Haible  <bruno@clisp.org>
958
959         * modules/frexpl-nolibm-tests: New file.
960
961         * modules/frexpl-nolibm: New file.
962         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
963
964 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
965
966         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
967         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
968         GCC 4.2, which otherwise issues a lot of warnings.
969         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
970         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
971         Likewise.
972         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
973         * modules/iconv_open (iconv.h): Likewise.
974         * modules/locale (locale.h): Likewise.
975         * modules/netinet_in (netinet/in.h): Likewise.
976         * modules/sys_select (sys_select.h): Likewise.
977         * modules/sys_socket (sys/socket.h): Likewise.
978         * modules/sys_stat (sys/stat.h): Likewise.
979         * modules/sysexits (sysexits.h): Likewise.
980         * modules/unistd (unistd.h): Likewise.
981
982 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
983
984         * modules/closein-tests (Makefile.am): Distribute
985         `test-closein.sh'.
986
987 2007-05-17  Bruno Haible  <bruno@clisp.org>
988
989         * tests/test-printf-posix.output: Renamed from
990         tests/test-fprintf-posix.out.
991         * modules/fprintf-posix-tests: Update.
992         * modules/printf-posix-tests: Update.
993         * modules/vfprintf-posix-tests: Update.
994         * modules/vprintf-posix-tests: Update.
995         * tests/test-fprintf-posix.sh: Update.
996         * tests/test-printf-posix.sh: Update.
997         * tests/test-vfprintf-posix.sh: Update.
998         * tests/test-vprintf-posix.sh: Update.
999         Reported by Ralf Wildenhues.
1000
1001 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1002
1003         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1004         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1005         GCC 4.2, which otherwise issues a lot of warnings.
1006         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1007         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1008         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1009         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1010         it should no longer be needed.
1011         * lib/string_.h: Likewise.
1012         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1013         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1014         * modules/inttypes (inttypes.h): Likewise.
1015         * modules/math (math.h): Likewise.
1016         * modules/search (search.h): Likewise.
1017         * modules/signal (signal.h): Likewise.
1018         * modules/stdint (stdint.h): Likewise.
1019         * modules/stdio (stdio.h): Likewise.
1020         * modules/stdlib (stdlib.h): Likewise.
1021         * modules/string (string.h): Likewise.
1022         * modules/sys_time (sys/time.h): Likewise.
1023         * modules/time (time.h): Likewise.
1024         * modules/wchar (wchar.h): Likewise.
1025         * modules/wctype (wtype.h): Likewise.
1026
1027 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1028
1029         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1030
1031 2007-05-13  Bruno Haible  <bruno@clisp.org>
1032
1033         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1034         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1035         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1036         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1037         (gl_PREREQ_STRTOK_R): Don't require it here.
1038
1039 2007-05-13  Bruno Haible  <bruno@clisp.org>
1040
1041         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1042         when used in C++ mode.
1043
1044 2007-05-12  Bruno Haible  <bruno@clisp.org>
1045
1046         * lib/linebuffer.h: Tweak doc.
1047         * lib/linebuffer.c: Likewise.
1048
1049 2007-05-12  James Youngman  <jay@gnu.org>
1050
1051         * lib/linebuffer.c (readlinebuffer_delim): New function,
1052         like readlinebuffer, but use a caller-specified delimiter.
1053         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1054         as the delimiter.
1055         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1056
1057 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1058
1059         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1060         * modules/openat (Files): Remove openat-die.c.
1061         (Depends-on): Add openat-die.
1062         * modules/openat-die: New module.
1063
1064 2007-05-06  Bruno Haible  <bruno@clisp.org>
1065
1066         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1067         Update with info about Cygwin.
1068         * doc/functions/fprintf.texi: Update.
1069         * doc/functions/printf.texi: Update.
1070         * doc/functions/snprintf.texi: Update.
1071         * doc/functions/sprintf.texi: Update.
1072         * doc/functions/vfprintf.texi: Update.
1073         * doc/functions/vprintf.texi: Update.
1074         * doc/functions/vsnprintf.texi: Update.
1075         * doc/functions/vsprintf.texi: Update.
1076         Reported by Eric Blake.
1077
1078 2007-05-06  Bruno Haible  <bruno@clisp.org>
1079
1080         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1081         padding ourselves for the floating-point directives.
1082         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1083         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1084         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1085         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1086         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1087         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1088         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1089         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1090         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1091         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1092         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1093         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1094         * tests/test-snprintf-posix.h (test_function): Also check the width
1095         and some flags in the %f directive.
1096         * tests/test-sprintf-posix.h (test_function): Likewise.
1097         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1098         * tests/test-vasprintf-posix.c (test_function): Likewise.
1099         * doc/functions/fprintf.texi: Update.
1100         * doc/functions/printf.texi: Update.
1101         * doc/functions/snprintf.texi: Update.
1102         * doc/functions/sprintf.texi: Update.
1103         * doc/functions/vfprintf.texi: Update.
1104         * doc/functions/vprintf.texi: Update.
1105         * doc/functions/vsnprintf.texi: Update.
1106         * doc/functions/vsprintf.texi: Update.
1107
1108 2007-05-06  Bruno Haible  <bruno@clisp.org>
1109
1110         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1111         pass the ' flag character to sprintf or snprintf.
1112         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1113         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
1114         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1115         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
1116         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
1117         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1118         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1119         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1120         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1121         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1122         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1123         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1124         * tests/test-snprintf-posix.h (test_function): Also check the grouping
1125         flag.
1126         * tests/test-sprintf-posix.h (test_function): Likewise.
1127         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1128         * tests/test-vasprintf-posix.c (test_function): Likewise.
1129         * doc/functions/fprintf.texi: Update.
1130         * doc/functions/printf.texi: Update.
1131         * doc/functions/snprintf.texi: Update.
1132         * doc/functions/sprintf.texi: Update.
1133         * doc/functions/vfprintf.texi: Update.
1134         * doc/functions/vprintf.texi: Update.
1135         * doc/functions/vsnprintf.texi: Update.
1136         * doc/functions/vsprintf.texi: Update.
1137
1138 2007-05-01  Bruno Haible  <bruno@clisp.org>
1139
1140         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
1141
1142 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1143
1144         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
1145         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
1146
1147 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1148
1149         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
1150         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
1151         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
1152
1153 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
1154
1155         * lib/argp-help.c (struct hol_entry): New member `ord'.
1156         (HOL_ENTRY_PTRCMP): Use ord for comparison
1157         (hol_sort): Initialize ord.
1158
1159 2007-05-01  Bruno Haible  <bruno@clisp.org>
1160
1161         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
1162         Reported by Eric Blake.
1163         * doc/gnulib.texi (Function Substitutes): Update.
1164
1165 2007-05-01  Bruno Haible  <bruno@clisp.org>
1166
1167         * doc/functions.texi: Remove file, now redundant through
1168         doc/functions/*.texi.
1169
1170 2007-05-01  Bruno Haible  <bruno@clisp.org>
1171
1172         * modules/argp (Depends-on): Add sleep.
1173
1174 2007-05-01  Bruno Haible  <bruno@clisp.org>
1175
1176         * modules/sleep-tests: New file.
1177         * tests/test-sleep.c: New file.
1178
1179         * modules/sleep: New file.
1180         * lib/sleep.c: New file.
1181         * m4/sleep.m4: New file.
1182         * lib/unistd_.h (sleep): New declaration.
1183         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
1184         HAVE_SLEEP.
1185         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
1186         * doc/functions/sleep.texi: Document the sleep module.
1187
1188 2007-05-01  Bruno Haible  <bruno@clisp.org>
1189
1190         * lib/sigprocmask.h: Remove file.
1191         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
1192         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
1193         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
1194         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
1195         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
1196         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
1197         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
1198         HAVE_SIGSET_T as a shell variable.
1199         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
1200         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
1201         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
1202         (Depends-on): Add signal. Remove verify.
1203         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
1204         (Include): Mention <signal.h> instead of sigprocmask.h.
1205         * NEWS: Mention the change.
1206         * lib/fatal-signal.c: Don't include sigprocmask.h.
1207
1208 2007-05-01  Bruno Haible  <bruno@clisp.org>
1209
1210         * modules/signal: New file.
1211         * lib/signal_.h: New file.
1212         * m4/signal_h.m4: New file.
1213
1214 2007-05-01  Bruno Haible  <bruno@clisp.org>
1215
1216         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
1217         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
1218         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
1219         HAVE_WCTYPE_CTMP_BUG into wctype.h.
1220
1221 2007-05-01  Bruno Haible  <bruno@clisp.org>
1222
1223         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
1224         configure time.
1225         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
1226         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
1227         * modules/sys_stat (Makefile.am): Substitute their values into
1228         sys/stat.h.
1229
1230 2007-05-01  Bruno Haible  <bruno@clisp.org>
1231
1232         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
1233         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
1234         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
1235
1236 2007-05-01  Bruno Haible  <bruno@clisp.org>
1237
1238         * doc/header/assert.texi: Undo last change: don't mention the gnulib
1239         'assert' module here.
1240
1241 2007-05-01  Bruno Haible  <bruno@clisp.org>
1242
1243         * doc/functions/*.texi: New files.
1244         * doc/functions/google-ranking.txt: New file.
1245         * doc/gnulib.texi (Function Substitutes): New chapter.
1246         (ctime, inet_ntoa): Remove sections.
1247         * doc/ctime.texi: Remove file.
1248         * doc/inet_ntoa.texi: Remove file.
1249         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
1250         dependencies.
1251         (%.info): New rule, specifying a --reference-limit.
1252
1253 2007-05-01  Bruno Haible  <bruno@clisp.org>
1254
1255         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
1256
1257 2007-05-01  Bruno Haible  <bruno@clisp.org>
1258
1259         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
1260         the portability of 'mkdir' to mingw systems.
1261
1262 2007-05-01  Bruno Haible  <bruno@clisp.org>
1263
1264         * doc/headers/google-ranking.txt: New file.
1265
1266 2007-04-30  Eric Blake  <ebb9@byu.net>
1267
1268         Prefer fseeko to fseek.
1269         * modules/getpass (Depends-on): Add fseeko.
1270         * lib/getpass.c (getpass): Use fseeko, not fseek.
1271
1272 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1273
1274         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1275         assumes the sorting is stable, while most qsort implementations
1276         are not.  Use argument addresses to ensure they never compare as
1277         equal.
1278
1279         * tests/test-argp-2.sh (usage-indent test): Fix output
1280         (func_compare): Restore diff options
1281         * tests/test-argp.c: Restore #include "progname.h"
1282
1283 2007-04-29  Bruno Haible  <bruno@clisp.org>
1284
1285         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1286         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1287         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1288         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1289         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1290         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1291         (TESTS, check_PROGRAMS): Add test-snprintf.
1292         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1293         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1294         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1295         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1296         assertions that fail on HP-UX, OSF/1, or IRIX.
1297         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1298
1299 2007-04-29  Bruno Haible  <bruno@clisp.org>
1300
1301         * MODULES.html.sh (posix_functions): Remove 'contents'.
1302
1303 2007-04-29  Karl Berry  <karl@gnu.org>
1304
1305         * config/srclist.txt (gendocs_template_min): new entry.
1306
1307 2007-04-29  Bruno Haible  <bruno@clisp.org>
1308
1309         Work around fpurge bug on BSD systems.
1310         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1311         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1312         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1313         fpurge to rpl_fpurge if the system already has this function.
1314         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1315         the case where the system already has this function. Correct invariants
1316         on BSD systems.
1317         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
1318         BSD systems.
1319
1320 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1321
1322         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
1323         proposed by Sven Verdoolaege.
1324
1325         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
1326         options.
1327         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
1328         (usage and help tests): Update
1329
1330 2007-04-29  Bruno Haible  <bruno@clisp.org>
1331
1332         * tests/test-fflush.c (main): Use a file of size 17, not 10.
1333         Print more information in case of failure. Disable a test on BeOS.
1334
1335 2007-04-29  Bruno Haible  <bruno@clisp.org>
1336
1337         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
1338         This helps debugging on systems on which no gdb is available.
1339
1340 2007-04-29  Bruno Haible  <bruno@clisp.org>
1341
1342         * lib/freading.h: Improve comments.
1343         * lib/fwriting.h: Likewise.
1344         * tests/test-freading.c (main): Don't check freading immediately after
1345         repositioning. Needed for glibc.
1346
1347 2007-04-29  Bruno Haible  <bruno@clisp.org>
1348
1349         * lib/freading.c (freading): Trivial simplification.
1350
1351 2007-04-28  Bruno Haible  <bruno@clisp.org>
1352
1353         * tests/test-fwriting.c (main): Also test the interaction between
1354         fflush and fwriting.
1355         * modules/fwriting-tests (Depends-on): Add fflush.
1356
1357         * tests/test-freading.c (main): Also test the interaction between
1358         fflush and freading.
1359         * modules/freading-tests (Depends-on): Add fflush.
1360
1361 2007-04-28  Bruno Haible  <bruno@clisp.org>
1362
1363         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
1364         fseeko and ftello.
1365         Suggested by Eric Blake.
1366
1367 2007-04-28  Jim Meyering  <jim@meyering.net>
1368
1369         Avoid false-negative in gl_STDINT_H's C99 conformance test.
1370         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
1371         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
1372
1373 2007-04-27  Eric Blake  <ebb9@byu.net>
1374
1375         * doc/headers/assert.texi (assert.h): Document assert module use.
1376
1377 2007-04-27  Bruno Haible  <bruno@clisp.org>
1378
1379         * doc/headers/*.texi: New files.
1380         * doc/gnulib.texi (Header File Substitutes): New chapter.
1381         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
1382         dependencies.
1383         (standards.info ,standards.html, standards.dvi): Update dependencies.
1384         (mostlyclean, clean): New targets.
1385
1386 2007-04-27  Bruno Haible  <bruno@clisp.org>
1387
1388         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
1389         * modules/sysexits (Files, Makefile.am): Update.
1390
1391         * lib/sys_socket_.h: Renamed from lib/socket_.h.
1392         * modules/sys_socket (Files, Makefile.am): Update.
1393
1394         * lib/sys_stat_.h: Renamed from lib/stat_.h.
1395         * modules/sys_stat (Files, Makefile.am): Update.
1396
1397 2007-04-27  Eric Blake  <ebb9@byu.net>
1398
1399         * lib/freading.h: Improve comments.
1400         * lib/fwriting.h: Likewise.
1401         * lib/fflush.c: Likewise.
1402
1403         Fix closein for mingw.
1404         * modules/closein-tests: Add tests for closein.
1405         * tests/test-closein.c: New file.
1406         * tests/test-closein.sh: Likewise.
1407         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
1408         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
1409
1410 2007-04-27  Bruno Haible  <bruno@clisp.org>
1411
1412         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
1413         version is < 6.
1414         * lib/math_.h [__DECC]: Likewise.
1415         * lib/stdio_.h [__DECC]: Likewise.
1416         * lib/stdlib_.h [__DECC]: Likewise.
1417         * lib/string_.h [__DECC]: Likewise.
1418         * lib/time_.h [__DECC]: Likewise.
1419         * lib/wchar_.h [__DECC]: Likewise.
1420         * lib/wctype_.h [__DECC]: Likewise.
1421
1422 2007-04-27  Bruno Haible  <bruno@clisp.org>
1423
1424         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
1425
1426 2007-04-27  Bruno Haible  <bruno@clisp.org>
1427
1428         * lib/fflush.c: Add comments.
1429         * modules/fpurge-tests (Depends-on): Add fflush.
1430         * modules/freadable-tests (Depends-on): Likewise.
1431         * modules/fwritable-tests (Depends-on): Likewise.
1432
1433 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
1434
1435         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
1436         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
1437         Report by Bruno Haible <bruno@clisp.org>.
1438
1439 2007-04-26  Eric Blake  <ebb9@byu.net>
1440
1441         Fix fflush on mingw.
1442         * modules/fflush (Depends-on): Add freading.
1443         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
1444         but unread data.
1445
1446 2007-04-26  Eric Blake  <ebb9@byu.net>
1447         and Bruno Haible  <bruno@clisp.org>
1448
1449         Implement freading and fwriting.
1450         * lib/freading.c: New file.
1451         * lib/freading.h: Likewise.
1452         * m4/freading.m4: Likewise.
1453         * modules/freading: Likewise.
1454         * modules/freading-tests: Likewise.
1455         * tests/test-freading.c: Likewise.
1456         * lib/fwriting.c: New file.
1457         * lib/fwriting.h: Likewise.
1458         * m4/fwriting.m4: Likewise.
1459         * modules/fwriting: Likewise.
1460         * modules/fwriting-tests: Likewise.
1461         * tests/test-fwriting.c: Likewise.
1462         * MODULES.html.sh (File stream based Input/Output): Mention them.
1463
1464 2007-04-26  Bruno Haible  <bruno@clisp.org>
1465
1466         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
1467         'long' when we assume it.
1468         Suggested by Eric Blake.
1469
1470 2007-04-26  Bruno Haible  <bruno@clisp.org>
1471
1472         Ensure fseeko, ftello are declared on glibc systems.
1473         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
1474         * modules/fseeko (configure.ac-early): Likewise.
1475         * modules/ftello (configure.ac-early): Likewise.
1476         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
1477         AC_FUNC_FSEEKO for this.
1478         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
1479         (gl_CHECK_FSEEKO): Remove macro.
1480
1481 2007-04-26  Bruno Haible  <bruno@clisp.org>
1482
1483         * tests/test-fflush.c (main): Also check the ftell result after
1484         fflush and fseek/fseeko.
1485         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
1486         file descriptor position cache in the stream.
1487         * lib/fseeko.c (rpl_fseeko): Likewise.
1488
1489 2007-04-26  Bruno Haible  <bruno@clisp.org>
1490
1491         * modules/fflush-tests (Depends-on): Add fseeko.
1492
1493 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
1494             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1495
1496         * lib/argz_.h: ensure error_t definition is obtained in same
1497         mechanism system argz.h would have.
1498         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
1499         argz facilities are known bad.  Err on the side of caution if
1500         cross-compiling.
1501
1502 2007-04-25  Eric Blake  <ebb9@byu.net>
1503
1504         * lib/fpurge.c (includes): Use stdlib.h for free.
1505         * tests/test-fflush.c (main): Also test fflush-fseeko.
1506
1507 2007-04-25  Bruno Haible  <bruno@clisp.org>
1508
1509         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
1510         * lib/fseeko.c: New file.
1511         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
1512         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
1513         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
1514         gl_FUNC_FSEEKO.
1515         (gl_FUNC_FSEEKO): Invoke it.
1516         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
1517         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
1518         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
1519
1520 2007-04-25  Bruno Haible  <bruno@clisp.org>
1521
1522         * modules/fflush (Depends-on): Add ftello.
1523
1524 2007-04-25  Bruno Haible  <bruno@clisp.org>
1525
1526         * modules/ftello-tests: New file.
1527         * tests/test-ftello.c: New file.
1528
1529         * modules/ftello: New file.
1530         * m4/ftello.m4: New file.
1531         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
1532         HAVE_FTELLO.
1533         * lib/stdio_.h (ftello): New declaration.
1534         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
1535         HAVE_FTELLO.
1536
1537 2007-04-25  Bruno Haible  <bruno@clisp.org>
1538
1539         * modules/fseeko-tests: New file.
1540         * tests/test-fseeko.c: New file.
1541
1542         * modules/fseeko: New file.
1543         * m4/fseeko.m4: New file.
1544         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
1545         HAVE_FSEEKO.
1546         * lib/stdio_.h (fseeko): New declaration.
1547         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
1548         HAVE_FSEEKO.
1549
1550 2007-04-25  Bruno Haible  <bruno@clisp.org>
1551
1552         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
1553
1554 2007-04-25  Bruno Haible  <bruno@clisp.org>
1555
1556         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
1557         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
1558         * tests/test-unistd.c: Likewise.
1559         * tests/test-fcntl.c: Likewise.
1560
1561 2007-04-23  Eric Blake  <ebb9@byu.net>
1562
1563         * lib/fflush.c: Fix missing include.
1564         Reported by Bruno Haible.
1565
1566 2007-04-23  Bruno Haible  <bruno@clisp.org>
1567
1568         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
1569         Reported by Eric Blake.
1570
1571 2007-04-23  Bruno Haible  <bruno@clisp.org>
1572
1573         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
1574
1575 2007-04-23  Bruno Haible  <bruno@clisp.org>
1576
1577         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
1578
1579 2007-04-23  Bruno Haible  <bruno@clisp.org>
1580
1581         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
1582         Needed on HP-UX 11.
1583
1584 2007-04-16  Eric Blake  <ebb9@byu.net>
1585
1586         Make fflush rely on fpurge.
1587         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
1588         open coding all variants.
1589         * modules/fflush (Depends-on): Add fpurge and unistd.
1590         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
1591         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
1592
1593         Fix --with-tests compilation on cygwin.
1594         * modules/argmatch-tests (Makefile.am): List gnulib library first
1595         in LDADD.
1596         * modules/argp-tests (Makefile.am): Likewise.
1597         * modules/array-list-tests (Makefile.am): Likewise.
1598         * modules/array-oset-tests (Makefile.am): Likewise.
1599         * modules/avltree-list-tests (Makefile.am): Likewise.
1600         * modules/avltree-oset-tests (Makefile.am): Likewise.
1601         * modules/avltreehash-list-tests (Makefile.am): Likewise.
1602         * modules/carray-list-tests (Makefile.am): Likewise.
1603         * modules/dirname-tests (Makefile.am): Likewise.
1604         * modules/frexp-tests (Makefile.am): Likewise.
1605         * modules/isnanl-tests (Makefile.am): Likewise.
1606         * modules/linked-list-tests (Makefile.am): Likewise.
1607         * modules/linkedhash-list-tests (Makefile.am): Likewise.
1608         * modules/lock-tests (Makefile.am): Likewise.
1609         * modules/rbtree-list-tests (Makefile.am): Likewise.
1610         * modules/rbtree-oset-tests (Makefile.am): Likewise.
1611         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
1612         * modules/tls-tests (Makefile.am): Likewise.
1613         * modules/tsearch-tests (Makefile.am): Likewise.
1614         * modules/xvasprintf-tests (Makefile.am): Likewise.
1615
1616         Fix fpurge for cygwin.
1617         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
1618         value.
1619         * modules/fpurge-tests (Depends-on): Clean up trash.
1620
1621 2007-04-16  Simon Josefsson  <simon@josefsson.org>
1622
1623         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
1624
1625         * m4/autobuild.m4: Re-indent.
1626
1627 2007-04-13  Bruno Haible  <bruno@clisp.org>
1628
1629         * modules/fpurge-tests: New file.
1630         * tests/test-fpurge.c: New file.
1631
1632         * modules/fpurge: New file.
1633         * lib/fpurge.h: New file.
1634         * lib/fpurge.c: New file.
1635         * m4/fpurge.m4: New file.
1636
1637 2007-04-13  Bruno Haible  <bruno@clisp.org>
1638
1639         * modules/fbufmode-tests: New file.
1640         * tests/test-fbufmode.c: New file.
1641
1642         * modules/fbufmode: New file.
1643         * lib/fbufmode.h: New file.
1644         * lib/fbufmode.c: New file.
1645         * m4/fbufmode.m4: New file.
1646
1647 2007-04-13  Bruno Haible  <bruno@clisp.org>
1648
1649         * modules/fwritable-tests: New file.
1650         * tests/test-fwritable.c: New file.
1651
1652         * modules/fwritable: New file.
1653         * lib/fwritable.h: New file.
1654         * lib/fwritable.c: New file.
1655         * m4/fwritable.m4: New file.
1656
1657 2007-04-13  Bruno Haible  <bruno@clisp.org>
1658
1659         * modules/freadable-tests: New file.
1660         * tests/test-freadable.c: New file.
1661
1662         * modules/freadable: New file.
1663         * lib/freadable.h: New file.
1664         * lib/freadable.c: New file.
1665         * m4/freadable.m4: New file.
1666
1667 2007-04-13  Bruno Haible  <bruno@clisp.org>
1668
1669         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
1670         MOSTLYCLEANFILES.
1671
1672 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
1673
1674         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
1675         gzip bootstrap.conf to avoid dragging in i18n machinery.
1676         (gnulib_tool_option): Use it.
1677
1678 2007-04-13  Bruno Haible  <bruno@clisp.org>
1679
1680         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
1681         %F directives.
1682         * tests/test-vasprintf-posix.c (test_function): Likewise.
1683         * tests/test-snprintf-posix.h (test_function): Likewise.
1684         * tests/test-sprintf-posix.h (test_function): Likewise.
1685         * tests/test-fprintf-posix.h (test_function): Likewise.
1686         * tests/test-printf-posix.h (test_function): Likewise.
1687         * tests/test-fprintf-posix.out: Likewise.
1688
1689 2007-04-13  Bruno Haible  <bruno@clisp.org>
1690
1691         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
1692         * modules/tls-tests (configure.ac): Likewise.
1693         Reported by Arto C. Nirkko <anirkko@insel.ch>.
1694
1695 2007-04-13  Bruno Haible  <bruno@clisp.org>
1696
1697         * lib/tls.c (glthread_tls_get): Fix return type.
1698         Patch by Arto C. Nirkko <anirkko@insel.ch>.
1699
1700 2007-04-12  Eric Blake  <ebb9@byu.net>
1701
1702         * modules/gettime (Depends-on): Remove gettime.
1703         Reported by Dmitry V. Levin.
1704
1705 2007-04-12  Bruno Haible  <bruno@clisp.org>
1706
1707         * modules/fflush (Include): Mention <stdio.h>.
1708         * modules/strtoimax (Include): Mention <inttypes.h>.
1709         * modules/strtoumax (Include): Likewise.
1710
1711 2007-04-12  Eric Blake  <ebb9@byu.net>
1712
1713         * .cvsignore: New file.
1714         * .gitignore: Likewise.
1715
1716 2007-04-12  Bruno Haible  <bruno@clisp.org>
1717
1718         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
1719         not before, since $(LDADD) often contains libgnu.a.
1720         * modules/striconv-tests (test_striconv_LDADD): Likewise.
1721         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
1722         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
1723         Needed on Cygwin.
1724
1725 2007-04-12  Eric Blake  <ebb9@byu.net>
1726
1727         Work around glibc's failure to flush stdin on fclose.
1728         * lib/closein.c (close_stdin): Flush stdin before closing.
1729
1730         Work around glibc's failure to reset seekable stdin on exit.
1731         * modules/closein: New module.
1732         * lib/closein.c: New file.
1733         * lib/closein.h: Likewise.
1734         * m4/closein.m4: Likewise.
1735         * MODULES.html.sh (File stream based Input/Output): Document it.
1736
1737 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1738
1739         * gnulib-tool: Rename generated 'autobuild' script to
1740         'do-autobuild' in --create-megatestdir output.
1741
1742         * doc/gnulib.texi (Build robot for gnulib): Fix.
1743
1744 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1745
1746         * modules/sysexits (Depends-on): Add absolute-header.
1747
1748 2007-04-12  Eric Blake  <ebb9@byu.net>
1749
1750         No need to preserve errno on success.
1751         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
1752         Reported by Bruno Haible.
1753
1754 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1755
1756         * MODULES.html.sh (Support for maintaining and releasing
1757         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
1758
1759 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1760
1761         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
1762
1763 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1764
1765         * modules/autobuild: New module.
1766
1767         * m4/autobuild.m4: New file.
1768
1769 2007-04-11  Bruno Haible  <bruno@clisp.org>
1770
1771         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
1772         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
1773         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
1774         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
1775         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1776         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1777         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1778         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1779         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1780         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1781         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
1782         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1783         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1784         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
1785         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1786         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1787         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
1788         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1789         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1790         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
1791         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1792         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1793         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
1794         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1795         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1796         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
1797         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1798         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1799         Reported by Eric Blake.
1800
1801 2007-04-11  Bruno Haible  <bruno@clisp.org>
1802
1803         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
1804
1805 2007-04-10  Bruno Haible  <bruno@clisp.org>
1806
1807         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
1808         for NaN and Infinity. Needed on FreeBSD 6.1.
1809         * tests/test-vasnprintf-posix.c (test_function): Undo last change
1810         regarding results for "%010a" of Infinity and NaN.
1811         * tests/test-vasprintf-posix.c (test_function): Likewise.
1812         * tests/test-snprintf-posix.h (test_function): Likewise.
1813         * tests/test-sprintf-posix.h (test_function): Likewise.
1814         * tests/test-fprintf-posix.h (test_function): Likewise.
1815         * tests/test-printf-posix.h (test_function): Likewise.
1816         * tests/test-fprintf-posix.out: Likewise.
1817
1818 2007-04-10  Bruno Haible  <bruno@clisp.org>
1819
1820         * modules/locale-tests: New file.
1821         * tests/test-locale.c: New file.
1822
1823         * modules/locale: New file.
1824         * lib/locale_.h: New file.
1825         * m4/locale_h.m4: New file.
1826
1827 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1828             Bruno Haible  <bruno@clisp.org>
1829
1830         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
1831         be determined, test for availability of the copysignf, copysign,
1832         copysignl functions.
1833         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
1834         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
1835         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
1836
1837 2007-04-09  Eric Blake  <ebb9@byu.net>
1838
1839         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
1840         * modules/stdio (Makefile.am): Support fflush.
1841         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1842         * modules/fflush: New file.
1843         * lib/fflush.c: Likewise.
1844         * m4/fflush.m4: Likewise.
1845         * modules/fflush-tests: New test.
1846         * tests/test-fflush.c: Likewise.
1847         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
1848
1849 2007-04-06  Bruno Haible  <bruno@clisp.org>
1850
1851         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
1852         (VASNPRINTF): Use signbit for faster determination whether to print a
1853         minus sign.
1854         * modules/vasnprintf (Files): Remove lib/float+.h.
1855         * modules/fprintf-posix (Depends-on): Add signbit.
1856         * modules/snprintf-posix (Depends-on): Likewise.
1857         * modules/sprintf-posix (Depends-on): Likewise.
1858         * modules/vasnprintf-posix (Depends-on): Likewise.
1859         * modules/vasprintf-posix (Depends-on): Likewise.
1860         * modules/vfprintf-posix (Depends-on): Likewise.
1861         * modules/vsnprintf-posix (Depends-on): Likewise.
1862         * modules/vsprintf-posix (Depends-on): Likewise.
1863
1864 2007-04-06  Bruno Haible  <bruno@clisp.org>
1865
1866         * tests/test-frexp.c (main): Test also the sign bit of zero results.
1867         * tests/test-frexpl.c (main): Likewise.
1868         * tests/test-ldexpl.c (main): Likewise.
1869         * modules/frexp-tests (Depends-on): Add signbit.
1870         * modules/frexpl-tests (Depdends-on): Likewise.
1871         * modules/ldexpl-tests (Depdends-on): Likewise.
1872
1873 2007-04-06  Bruno Haible  <bruno@clisp.org>
1874
1875         * modules/signbit-tests: New file.
1876         * tests/test-signbit.c: New file.
1877
1878         * modules/signbit: New file.
1879         * lib/signbitf.c: New file.
1880         * lib/signbitd.c: New file.
1881         * lib/signbitl.c: New file.
1882         * m4/signbit.m4: New file.
1883         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
1884         (signbit): New macro.
1885         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
1886         REPLACE_SIGNBIT.
1887         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
1888         REPLACE_FREXPL into math.h.
1889
1890 2007-04-06  Bruno Haible  <bruno@clisp.org>
1891
1892         * modules/isnanf-nolibm-tests: New file.
1893         * tests/test-isnanf.c: New file.
1894
1895         * modules/isnanf-nolibm: New file.
1896         * lib/isnanf.h: New file.
1897         * lib/isnanf.c: New file.
1898         * lib/isnan.c: Consider the USE_FLOAT macro.
1899         * m4/isnanf.m4: New file.
1900
1901 2007-04-06  Bruno Haible  <bruno@clisp.org>
1902
1903         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
1904         (Link): New section.
1905
1906         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
1907
1908 2007-04-06  Bruno Haible  <bruno@clisp.org>
1909
1910         Assume the 'long double' type.
1911         * m4/longdouble.m4: Remove file.
1912         * config/srclist.txt: Don't mention longdouble.m4.
1913         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
1914         * lib/float+.h: Likewise.
1915         * lib/frexp.c: Likewise.
1916         * lib/printf-args.h: Likewise.
1917         * lib/printf-args.c: Likewise.
1918         * lib/printf-frexp.c: Likewise.
1919         * lib/printf-parse.c: Likewise.
1920         * lib/vasnprintf.c: Likewise.
1921         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
1922         * m4/intl.m4: Likewise.
1923         * m4/isnanl.m4: Likewise.
1924         * m4/printf.m4: Likewise.
1925         * m4/printf-frexpl.m4: Likewise.
1926         * m4/vasnprintf.m4: Likewise.
1927         * modules/allocsa (Files): Remove m4/longdouble.m4.
1928         * modules/gettext (Files): Likewise.
1929         * modules/relocatable-prog-wrapper (Files): Likewise.
1930         * modules/vasnprintf (Files): Likewise.
1931         * modules/isnanl (Files): Likewise.
1932         (Include): Simplify.
1933         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
1934         (Include): Simplify.
1935         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
1936         (Include): Simplify.
1937         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
1938         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1939         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
1940         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1941         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
1942         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1943         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
1944         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1945         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
1946         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1947         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
1948         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1949         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
1950         * tests/test-isnanl.c: Likewise.
1951         * tests/test-snprintf-posix.h: Likewise.
1952         * tests/test-sprintf-posix.h: Likewise.
1953         * tests/test-vasnprintf-posix.c: Likewise.
1954         * tests/test-vasnprintf-posix2.c: Likewise.
1955         * tests/test-vasprintf-posix.c: Likewise.
1956
1957 2007-04-06  Bruno Haible  <bruno@clisp.org>
1958
1959         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
1960         * lib/math_.h [__DECC]: Include the overridden include file through
1961         #include_next, outside the double-inclusion guard.
1962         * lib/stdio_.h [__DECC]: Likewise.
1963         * lib/stdlib_.h [__DECC]: Likewise.
1964         * lib/string_.h [__DECC]: Likewise.
1965         * lib/time_.h [__DECC]: Likewise.
1966         * lib/wchar_.h [__DECC]: Likewise.
1967         * lib/wctype_.h [__DECC]: Likewise.
1968         * lib/inttypes_.h [__DECC]: Likewise.
1969         Reported by Albert Chin <china@thewrittenword.com> in
1970         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
1971
1972 2007-04-04  Eric Blake  <ebb9@byu.net>
1973
1974         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
1975         1.5.x.
1976
1977 2007-04-04  Bruno Haible  <bruno@clisp.org>
1978
1979         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
1980         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
1981
1982 2007-04-04  Bruno Haible  <bruno@clisp.org>
1983
1984         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
1985         results for "%010a" of Infinity and NaN.
1986         * tests/test-vasprintf-posix.c (test_function): Likewise.
1987         * tests/test-snprintf-posix.h (test_function): Likewise.
1988         * tests/test-sprintf-posix.h (test_function): Likewise.
1989         * tests/test-fprintf-posix.h (test_function): Remove these tests.
1990         * tests/test-printf-posix.h (test_function): Likewise.
1991         * tests/test-fprintf-posix.out: Update.
1992         Needed for FreeBSD 6.1.
1993
1994 2007-04-04  Bruno Haible  <bruno@clisp.org>
1995
1996         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
1997         directly used by the gnulib modules nor by gnulib-tool.
1998
1999 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2000
2001         * DEPENDENCIES: Give overall description of version dependency
2002         desirability.  Use more-typical names for apps.
2003         Add shell, coreutils, diffutils, grep, tar, gzip.
2004
2005 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2006
2007         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2008
2009 2007-04-04  Karl Berry  <karl@gnu.org>
2010
2011         * MODULES.html.sh (func_module): missing '.
2012
2013 2007-04-03  Bruno Haible  <bruno@clisp.org>
2014
2015         * modules/argmatch-tests (Makefile.am): New variable
2016         test_argmatch_LDADD.
2017         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2018         * modules/array-list-tests (Makefile.am): New variable
2019         test_array_list_LDADD.
2020         * modules/array-oset-tests (Makefile.am): New variable
2021         test_array_oset_LDADD.
2022         * modules/avltree-list-tests (Makefile.am): New variable
2023         test_avltree_list_LDADD.
2024         * modules/avltree-oset-tests (Makefile.am): New variable
2025         test_avltree_oset_LDADD.
2026         * modules/avltreehash-list-tests (Makefile.am): New variable
2027         test_avltreehash_list_LDADD.
2028         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2029         test_canonicalize_lgpl_LDADD.
2030         * modules/carray-list-tests (Makefile.am): New variable
2031         test_carray_list_LDADD.
2032         * modules/dirname-tests (Makefile.am): New variable
2033         test_dirname_LDADD.
2034         * modules/linked-list-tests (Makefile.am): New variable
2035         test_linked_list_LDADD.
2036         * modules/linkedhash-list-tests (Makefile.am): New variable
2037         test_linkedhash_list_LDADD.
2038         * modules/rbtree-list-tests (Makefile.am): New variable
2039         test_rbtree_list_LDADD.
2040         * modules/rbtree-oset-tests (Makefile.am): New variable
2041         test_rbtree_oset_LDADD.
2042         * modules/rbtreehash-list-tests (Makefile.am): New variable
2043         test_rbtreehash_list_LDADD.
2044         * modules/xvasprintf-tests (Makefile.am): New variable
2045         test_xvasprintf_LDADD.
2046         Reported by Eric Blake.
2047
2048 2007-04-03  Eric Blake  <ebb9@byu.net>
2049
2050         * DEPENDENCIES: Weaken m4 requirements.
2051
2052 2007-04-03  Bruno Haible  <bruno@clisp.org>
2053
2054         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2055         * modules/isnanl-tests (configure.ac): Likewise.
2056
2057 2007-04-03  Ben Pfaff  <blp@gnu.org>
2058
2059         * modules/iconv_open: Add $(srcdir)/ to source directory
2060         references in Makefile fragments that call gperf, to fix VPATH
2061         builds.
2062
2063 2007-04-03  Bruno Haible  <bruno@clisp.org>
2064
2065         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2066         * lib/ldexpl.c: Undo last change.
2067
2068 2007-04-03  Bruno Haible  <bruno@clisp.org>
2069
2070         * modules/printf-frexpl (Depends-on): Undo last change.
2071         (Files): Add m4/ldexpl.m4.
2072
2073 2007-04-03  Bruno Haible  <bruno@clisp.org>
2074
2075         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2076         * modules/isnanl (Link): New section.
2077
2078         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2079         * modules/frexp (Link): New section.
2080
2081         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2082         * modules/frexpl (Link): New section.
2083
2084         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2085         * modules/ldexpl (Link): New section.
2086
2087 2007-04-03  Bruno Haible  <bruno@clisp.org>
2088
2089         * modules/TEMPLATE-EXTENDED: New file.
2090         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2091
2092 2007-04-03  Bruno Haible  <bruno@clisp.org>
2093
2094         * DEPENDENCIES: New file.
2095         Suggested by Simon Josefsson.
2096
2097 2007-04-03  Bruno Haible  <bruno@clisp.org>
2098
2099         * doc/gnulib.texi: Escape @.
2100
2101 2007-04-03  James Youngman  <jay@gnu.org>
2102         and Paul Eggert  <eggert@cs.ucla.edu>
2103
2104         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2105         birthtime on all systems that have birthtime, not just those which
2106         use st_birthtimensec rather than st_birthtim.  Putting zero in
2107         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2108         that the birth time is not available for files on an NFS mount.
2109
2110 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2111
2112         * modules/memxor: Move back from crypto/, suggested by Bruno.
2113         * modules/crypto/hmac-sha1: Fix memxor dependency.
2114
2115         * modules/crypto/gc: Moved from ../.
2116
2117 2007-04-02  Eric Blake  <ebb9@byu.net>
2118
2119         * lib/ldexpl.c (includes): Avoid libm.
2120
2121         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
2122
2123 2007-04-02  Bruno Haible  <bruno@clisp.org>
2124
2125         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
2126         on IRIX.
2127
2128 2007-04-02  Bruno Haible  <bruno@clisp.org>
2129
2130         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
2131         x86 or x86_64 platforms running MacOS X.
2132         Reported by Ryan Schmidt <@ryandesign.com>.
2133
2134 2007-04-02  Bruno Haible  <bruno@clisp.org>
2135
2136         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
2137         i386.
2138
2139 2007-04-01  Simon Josefsson  <simon@josefsson.org>
2140
2141         * modules/crypto/arcfour: Moved from ../.
2142         * modules/crypto/arcfour-tests: Moved from ../.
2143         * modules/crypto/arctwo: Moved from ../.
2144         * modules/crypto/arctwo-tests: Moved from ../.
2145         * modules/crypto/des: Moved from ../.
2146         * modules/crypto/des-tests: Moved from ../.
2147         * modules/crypto/gc-arcfour: Moved from ../.
2148         * modules/crypto/gc-arcfour-tests: Moved from ../.
2149         * modules/crypto/gc-arctwo: Moved from ../.
2150         * modules/crypto/gc-arctwo-tests: Moved from ../.
2151         * modules/crypto/gc-des: Moved from ../.
2152         * modules/crypto/gc-des-tests: Moved from ../.
2153         * modules/crypto/gc-hmac-md5: Moved from ../.
2154         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
2155         * modules/crypto/gc-hmac-sha1: Moved from ../.
2156         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
2157         * modules/crypto/gc-md2: Moved from ../.
2158         * modules/crypto/gc-md2-tests: Moved from ../.
2159         * modules/crypto/gc-md4: Moved from ../.
2160         * modules/crypto/gc-md4-tests: Moved from ../.
2161         * modules/crypto/gc-md5: Moved from ../.
2162         * modules/crypto/gc-md5-tests: Moved from ../.
2163         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
2164         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
2165         * modules/crypto/gc-random: Moved from ../.
2166         * modules/crypto/gc-rijndael: Moved from ../.
2167         * modules/crypto/gc-rijndael-tests: Moved from ../.
2168         * modules/crypto/gc-sha1: Moved from ../.
2169         * modules/crypto/gc-sha1-tests: Moved from ../.
2170         * modules/crypto/gc-tests: Moved from ../.
2171         * modules/crypto/hmac-md5: Moved from ../.
2172         * modules/crypto/hmac-md5-tests: Moved from ../.
2173         * modules/crypto/hmac-sha1: Moved from ../.
2174         * modules/crypto/hmac-sha1-tests: Moved from ../.
2175         * modules/crypto/md2: Moved from ../.
2176         * modules/crypto/md2-tests: Moved from ../.
2177         * modules/crypto/md4: Moved from ../.
2178         * modules/crypto/md4-tests: Moved from ../.
2179         * modules/crypto/md5: Moved from ../.
2180         * modules/crypto/md5-tests: Moved from ../.
2181         * modules/crypto/memxor: Moved from ../.
2182         * modules/crypto/rijndael: Moved from ../.
2183         * modules/crypto/rijndael-tests: Moved from ../.
2184         * modules/crypto/sha1: Moved from ../.
2185
2186 2007-03-30  James Youngman  <jay@gnu.org>
2187
2188         * tests/test-stat-time.c (prepare_test): use chmod() rather than
2189         rename() to change the ctime of a file (because ctime is unaffected
2190         by rename on jfs2 on AIX 5.1).
2191         (main): Start by doing cleanup, in case a previous run failed leaving
2192         test files behind.
2193
2194 2007-03-31  Bruno Haible  <bruno@clisp.org>
2195
2196         Support old proprietary implementations of iconv.
2197         * modules/iconv_open: New file.
2198         * lib/iconv_.h: New file.
2199         * m4/iconv_h.m4: New file.
2200         * lib/iconv_open.c: New file.
2201         * lib/iconv_open-aix.gperf: New file.
2202         * lib/iconv_open-hpux.gperf: New file.
2203         * lib/iconv_open-irix.gperf: New file.
2204         * lib/iconv_open-osf.gperf: New file.
2205         * m4/iconv_open.m4: New file.
2206         * modules/linebreak (Depends-on): Add iconv_open.
2207         * modules/striconv (Depends-on): Likewise.
2208         * modules/striconveh (Depends-on): Likewise.
2209         * modules/unicodeio (Depends-on): Likewise.
2210         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
2211         (iconv_t)(-1).
2212         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
2213         conversion if cd is (iconv_t)(-1).
2214         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
2215         is not possible.
2216
2217 2007-03-31  Bruno Haible  <bruno@clisp.org>
2218
2219         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2220         work on Solaris either. Protect also second use of "autodetect_jp".
2221
2222 2007-03-31  Bruno Haible  <bruno@clisp.org>
2223
2224         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
2225         the function is not present.
2226
2227 2007-03-31  Bruno Haible  <bruno@clisp.org>
2228
2229         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
2230         the function is not present.
2231
2232 2007-03-31  Bruno Haible  <bruno@clisp.org>
2233
2234         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
2235         a bug in HP-UX iconv_open().
2236
2237 2007-03-31  Bruno Haible  <bruno@clisp.org>
2238
2239         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
2240         (Mathematics <math.h>): New section, add fpieee.
2241         (Input/output <stdio.h>): Add fseterr.
2242         (Mathematics <math.h>): New section, add printf-frexp.
2243         (Container data structures): Add sublist.
2244         (Core language properties): Add fpucw, inline.
2245         (Functions for greatest-width integer types <inttypes.h>): Add
2246         imaxabs, imaxdiv, inttypes.
2247         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
2248         isnanl-nolibm, ldexp.
2249         (Mathematics <math.h>): New section, add printf-frexpl.
2250         (Support for systems lacking POSIX:2001): Add fprintf-posix,
2251         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
2252         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
2253         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
2254         (Unicode string functions): Add unistr/u*-mbtoucr.
2255         (Java): Add javacomp-script, javaexec-script.
2256         (C#): Add csharpcomp-script, csharpexec-script.
2257         (Support for building libraries and executables): Add havelib,
2258         relocatable-*.
2259         (Support for maintaining and releasing projects): Renamed from
2260         'Support for maintaining and release projects'. Add announce-gen.
2261
2262 2007-03-31  Bruno Haible  <bruno@clisp.org>
2263
2264         * README: Talk primarily about git.
2265         (git and CVS): Renamed from CVS.
2266         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2267         gnulib is available through git.
2268         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2269
2270 2007-03-30  Bruno Haible  <bruno@clisp.org>
2271
2272         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2273         * lib/poll_.h: Likewise.
2274         * lib/stat_.h: Likewise.
2275         * lib/sys_time_.h: Likewise.
2276         * lib/sysexit_.h: Likewise.
2277         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2278         * lib/stdbool_.h: Likewise.
2279         * lib/byteswap_.h: Add double-inclusion guard.
2280
2281 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2282
2283         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2284
2285 2007-03-30  Karl Berry  <karl@gnu.org>
2286
2287         * config/srclist-update: double space after USA in the license
2288         substitution, since that's how it's usually (?) written.
2289
2290 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2291
2292         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2293         reported by Bruno Haible.
2294
2295 2007-03-29  Bruno Haible  <bruno@clisp.org>
2296
2297         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2298         a bug in AIX iconv().
2299
2300 2007-03-29  Bruno Haible  <bruno@clisp.org>
2301
2302         * modules/ldexpl-tests: New file.
2303         * tests/test-ldexpl.c: New file.
2304
2305 2007-03-29  Bruno Haible  <bruno@clisp.org>
2306
2307         * lib/ldexpl.c: Include fpucw.h.
2308         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2309         multiplication.
2310         * modules/ldexpl (Depends-on): Add fpucw.
2311
2312 2007-03-29  Bruno Haible  <bruno@clisp.org>
2313
2314         * modules/ldexpl: New file.
2315         * m4/ldexpl.m4: New file.
2316         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
2317         set.
2318         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
2319         REPLACE_LDEXPL.
2320         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
2321         REPLACE_LDEXPL.
2322         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2323         gl_FUNC_LDEXPL_WORKS.
2324         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
2325         * modules/mathl (Files): Remove lib/ldexpl.c.
2326         (Depends-on): Add ldexpl.
2327
2328 2007-03-29  Bruno Haible  <bruno@clisp.org>
2329
2330         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
2331
2332 2007-03-29  Bruno Haible  <bruno@clisp.org>
2333
2334         * tests/test-striconveh.c (main): Don't assume that a direct conversion
2335         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
2336         and possibly also HP-UX.
2337         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2338         work on AIX, IRIX, HP-UX, OSF/1.
2339         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2340         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2341         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2342         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2343         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
2344         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2345
2346 2007-03-29  Bruno Haible  <bruno@clisp.org>
2347
2348         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2349
2350 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2351
2352         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2353         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2354
2355 2007-03-29  Eric Blake  <ebb9@byu.net>
2356
2357         * lib/acl-internal.h: Remove redundant include.
2358         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
2359         Cygwin when a file is locked.
2360
2361 2007-03-29  Bruno Haible  <bruno@clisp.org>
2362
2363         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
2364         file.
2365         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
2366
2367 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2368
2369         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
2370         try to remove a parent directory if the child couldn't be removed
2371         (except for the first rmdir, which could fail because the child
2372         doesn't exist).  Problem reported by Jeff Blaine in
2373         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
2374
2375 2007-03-28  Bruno Haible  <bruno@clisp.org>
2376
2377         * lib/striconveh.c (utf8conv_carefully): New function.
2378         (mem_cd_iconveh_internal): Invoke it.
2379
2380 2007-03-28  Bruno Haible  <bruno@clisp.org>
2381
2382         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
2383         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
2384         input.
2385         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
2386         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
2387         unistr/u8-uctomb.
2388
2389 2007-03-28  Bruno Haible  <bruno@clisp.org>
2390
2391         * modules/unistr/u8-mbtoucr: New file.
2392         * lib/unistr/u8-mbtoucr.c: New file.
2393         * modules/unistr/u16-mbtoucr: New file.
2394         * lib/unistr/u16-mbtoucr.c: New file.
2395         * modules/unistr/u16-mbtoucr: New file.
2396         * lib/unistr/u16-mbtoucr.c: New file.
2397         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
2398
2399 2007-03-27  Simon Josefsson  <simon@josefsson.org>
2400             Bruno Haible  <bruno@clisp.org>
2401
2402         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
2403         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
2404         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
2405
2406         * m4/stdio_h.m4: Add stubs for vasprintf too.
2407
2408         * modules/stdio: Support vasprintf in sed command.
2409
2410         * modules/vasprintf: Depend on stdio for prototypes.  Remove
2411         vasprintf.h.  Add stdio module indicator.
2412
2413         * lib/stdio_.h: Declare asprintf and vasprintf, based on
2414         vasprintf.h.
2415
2416         * lib/vasprintf.h: File removed.
2417
2418         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
2419         * lib/vasprintf.c: Ditto.
2420         * lib/xvasprintf.c: Ditto.
2421         * tests/test-vasprintf-posix.c: Ditto.
2422         * tests/test-vasprintf.c: Ditto.
2423
2424 2007-03-27  Bruno Haible  <bruno@clisp.org>
2425
2426         Make vasnprintf multithread-safe.
2427         * lib/vasnprintf.c (decimal_point_char): New function.
2428         (VASNPRINTF): Use it.
2429         Suggested by Simon Josefsson.
2430
2431 2007-03-27  Eric Blake  <ebb9@byu.net>
2432
2433         Support sub-second birthtime on cygwin.
2434         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
2435         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
2436         (get_stat_birthtime): Also work with st_birthtim.
2437
2438 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
2439
2440         * lib/stat-time.h (USE_BIRTHTIME): Remove.
2441         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
2442         (get_stat_birthtime_ns): Do not try to use "spare" fields.
2443         (get_stat_birthtime_ns): Simplify compile-time tests.
2444         (get_stat_birthtime): Change the API to look like
2445         get_stat_mtime etc., except return a negative tv_nsec on error.
2446         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
2447         Don't check for "spare" fields.
2448         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
2449         or for struct stat.st_birthtime, as these tests aren't used.
2450         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
2451
2452 2007-03-27  Bruno Haible  <bruno@clisp.org>
2453
2454         * lib/stat-time.h: Include <sys/stat.h>.
2455
2456 2007-03-27  James Youngman  <jay@gnu.org>
2457
2458         * lib/stat-time.h (get_stat_birthtime): New function for
2459           retrieving st_birthtime as provided by UFS2 (hence *BSD).
2460         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
2461           and its variants.
2462         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
2463         * modules/stat-time-test: New file.
2464         * tests/test-stat-time.c: New test, devised by Bruno Haible.
2465
2466 2007-03-26  Bruno Haible  <bruno@clisp.org>
2467
2468         Better support of signalling NaNs.
2469         * lib/atanl.c: Include isnanl.h.
2470         (atanl): Perform test for NaN at the beginning of the function and
2471         through a call to isnanl.
2472         * lib/cosl.c: Include isnanl.h.
2473         (cosl): Perform test for NaN at the beginning of the function and
2474         through a call to isnanl.
2475         * lib/ldexpl.c: Include isnanl.h.
2476         (ldexpl): Perform test for NaN through a call to isnanl.
2477         * lib/logl.c: Include isnanl.h.
2478         (logl): Perform test for NaN at the beginning of the function and
2479         through a call to isnanl.
2480         * lib/sinl.c: Include isnanl.h.
2481         (sinl): Perform test for NaN at the beginning of the function and
2482         through a call to isnanl.
2483         * lib/sqrtl.c: Include isnanl.h.
2484         (sqrtl): Perform test for NaN at the beginning of the function and
2485         through a call to isnanl.
2486         * lib/tanl.c: Include isnanl.h.
2487         (tanl): Perform test for NaN at the beginning of the function and
2488         through a call to isnanl.
2489         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
2490         * modules/mathl (Depends-on): Add isnanl.
2491
2492 2007-03-26  Eric Blake  <ebb9@byu.net>
2493
2494         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
2495         regression in logic sense of previous patch.
2496
2497 2007-03-26  Bruno Haible  <bruno@clisp.org>
2498
2499         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
2500         unportable shell command "if ! ...".
2501         Reported by Ralf Wildenhues.
2502
2503 2007-03-25  Bruno Haible  <bruno@clisp.org>
2504
2505         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
2506         <sysexits.h> file, and only add EX_CONFIG.
2507         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
2508         absolute file name and whether it is sufficient. Substitute also
2509         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
2510         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
2511         ABSOLUTE_SYSEXITS_H into sysexits.h.
2512
2513 2007-03-25  Bruno Haible  <bruno@clisp.org>
2514
2515         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
2516         hints is NULL.
2517
2518 2007-03-25  Bruno Haible  <bruno@clisp.org>
2519
2520         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
2521         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
2522
2523 2007-03-25  Bruno Haible  <bruno@clisp.org>
2524
2525         * lib/vasnprintf.c: Include langinfo.h.
2526         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
2527         multithread-safe.
2528         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
2529         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
2530         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2531         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2532         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2533         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2534         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2535         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
2536         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2537         Reported by Simon Josefsson.
2538
2539 2007-03-25  Bruno Haible  <bruno@clisp.org>
2540
2541         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
2542         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
2543         * modules/vasnprintf (Depends-on): Add stdint.
2544
2545 2007-03-25  Bruno Haible  <bruno@clisp.org>
2546
2547         * modules/fpieee: New file.
2548         * m4/fpieee.m4: New file.
2549         * modules/isnan-nolibm (Depends-on): Add fpieee.
2550         * modules/isnanl-nolibm (Depends-on): Add fpieee.
2551         * modules/isnanl (Depends-on): Add fpieee.
2552
2553 2007-03-25  Bruno Haible  <bruno@clisp.org>
2554
2555         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
2556
2557 2007-03-25  Bruno Haible  <bruno@clisp.org>
2558
2559         Avoid test failures on IRIX 6.5.
2560         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
2561         (main): Use it.
2562         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
2563         macros.
2564         (main): Use them.
2565
2566 2007-03-25  Bruno Haible  <bruno@clisp.org>
2567
2568         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
2569         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
2570         exists but doesn't work.
2571         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
2572         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
2573         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
2574         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
2575
2576 2007-03-25  Bruno Haible  <bruno@clisp.org>
2577
2578         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
2579         returns inf. Needed on IRIX 6.5.
2580
2581 2007-03-25  Bruno Haible  <bruno@clisp.org>
2582
2583         * tests/test-frexpl.c: Include isnanl-nolibm.h.
2584         (main): Use isnanl instead of x != x idiom.
2585         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
2586
2587         * tests/test-frexp.c: Include isnan.h.
2588         (main): Use isnan instead of x != x idiom.
2589         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
2590
2591 2007-03-25  Bruno Haible  <bruno@clisp.org>
2592
2593         * tests/test-frexp.c (NaN): New function/macro.
2594         (main): Use it instead of 0.0 / 0.0.
2595         * tests/test-isnan.c (NaN): New function/macro.
2596         (main): Use it instead of 0.0 / 0.0.
2597         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
2598         (test_function): Use it instead of 0.0 / 0.0.
2599         * tests/test-vasprintf-posix.c (NaN): New function/macro.
2600         (test_function): Use it instead of 0.0 / 0.0.
2601         * tests/test-snprintf-posix.h (NaN): New function/macro.
2602         (test_function): Use it instead of 0.0 / 0.0.
2603         * tests/test-sprintf-posix.h (NaN): New function/macro.
2604         (test_function): Use it instead of 0.0 / 0.0.
2605         * tests/test-fprintf-posix.h (NaN): New function/macro.
2606         (test_function): Use it instead of 0.0 / 0.0.
2607         * tests/test-printf-posix.h (NaN): New function/macro.
2608         (test_function): Use it instead of 0.0 / 0.0.
2609
2610         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
2611
2612 2007-03-25  Bruno Haible  <bruno@clisp.org>
2613
2614         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
2615
2616 2007-03-25  Bruno Haible  <bruno@clisp.org>
2617
2618         * lib/regexec.c (merge_state_with_log): Make static.
2619
2620 2007-03-25  Bruno Haible  <bruno@clisp.org>
2621
2622         * lib/trigl.c (kernel_rem_pio2): Make static.
2623
2624 2007-03-25  Bruno Haible  <bruno@clisp.org>
2625
2626         * lib/sincosl.c (sincosl_table): Make static.
2627
2628 2007-03-25  Bruno Haible  <bruno@clisp.org>
2629
2630         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
2631         if the compiler does not support C99.
2632
2633 2007-03-25  Bruno Haible  <bruno@clisp.org>
2634
2635         * modules/time (Makefile.am): Ensure all rule action lines start with a
2636         tab.
2637
2638 2007-03-24  Bruno Haible  <bruno@clisp.org>
2639
2640         * modules/tsearch-tests: New file.
2641         * tests/test-tsearch.sh: New file.
2642         * tests/test-tsearch.c: New file, mostly copied from glibc.
2643
2644         * modules/search-tests: New file.
2645         * tests/test-search.c: New file.
2646
2647         * modules/search: New file.
2648         * lib/search_.h: New file, incorporating lib/tsearch.h.
2649         * m4/search_h.m4: New file.
2650         * lib/tsearch.h: Remove file.
2651         * lib/tsearch.c: Include search.h instead of tsearch.h.
2652         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
2653         HAVE_TSEARCH.
2654         * modules/tsearch (Files): Remove lib/tsearch.h.
2655         (Depends-on): Add search.
2656         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
2657         (Include): Change tsearch.h into search.h.
2658
2659 2007-03-24  Bruno Haible  <bruno@clisp.org>
2660
2661         * modules/fpucw: New file.
2662         * lib/fpucw.h: New file.
2663         * lib/frexp.c: Include fpucw.h.
2664         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
2665         (FUNC): Use them.
2666         * lib/printf-frexp.c: Include fpucw.h.
2667         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
2668         (FUNC): Use them.
2669         * lib/vasnprintf.c: Include fpucw.h.
2670         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
2671         'long double' calculations.
2672         * tests/test-frexpl.c: Include fpucw.h.
2673         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
2674         * tests/test-printf-frexpl.c: Include fpucw.h.
2675         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
2676         * modules/frexpl (Depends-on): Add fpucw.
2677         * modules/printf-frexpl (Depends-on): Likewise.
2678         * modules/fprintf-posix (Depends-on): Likewise.
2679         * modules/snprintf-posix (Depends-on): Likewise.
2680         * modules/sprintf-posix (Depends-on): Likewise.
2681         * modules/vasnprintf-posix (Depends-on): Likewise.
2682         * modules/vasprintf-posix (Depends-on): Likewise.
2683         * modules/vfprintf-posix (Depends-on): Likewise.
2684         * modules/vsnprintf-posix (Depends-on): Likewise.
2685         * modules/vsprintf-posix (Depends-on): Likewise.
2686         * modules/frexpl-tests (Depends-on): Likewise.
2687         * modules/printf-frexpl-tests (Depends-on): Likewise.
2688
2689 2007-03-24  Bruno Haible  <bruno@clisp.org>
2690
2691         * lib/float+.h: New file.
2692         * lib/isnan.c: Include float+.h.
2693         (SIZE): New macro.
2694         (FUNC): Compare only SIZE bytes of the value.
2695         * lib/vasnprintf.c: Include float+.h.
2696         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
2697         SIZEOF_LDBL or SIZEOF_DBL bytes.
2698         * modules/isnan-nolibm (Files): Add lib/float+.h.
2699         * modules/isnanl-nolibm (Files): Add lib/float+.h.
2700         * modules/isnanl (Files): Add lib/float+.h.
2701         * modules/vasnprintf (Files): Add lib/float+.h.
2702
2703 2007-03-24  Bruno Haible  <bruno@clisp.org>
2704
2705         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
2706         include isnanl-nolibm.h.
2707
2708 2007-03-24  Bruno Haible  <bruno@clisp.org>
2709
2710         * tests/test-read-file.c (main): Don't produce spurious output for
2711         expected situations. Make the test fail if it encountered unexpected
2712         results.
2713
2714 2007-03-24  Bruno Haible  <bruno@clisp.org>
2715
2716         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
2717         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
2718
2719 2007-03-24  Bruno Haible  <bruno@clisp.org>
2720
2721         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
2722
2723 2007-03-24  Bruno Haible  <bruno@clisp.org>
2724
2725         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
2726         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
2727
2728         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
2729         * modules/utf8-ucs4: Turn into a symbolic link to module
2730         unistr/u8-mbtouc.
2731
2732         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
2733         utf8-ucs4-unsafe.
2734         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
2735         unistr/u8-mbtouc-unsafe.
2736
2737         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
2738         * modules/utf16-ucs4: Turn into a symbolic link to module
2739         unistr/u16-mbtouc.
2740
2741         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
2742         utf16-ucs4-unsafe.
2743         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
2744         unistr/u16-mbtouc-unsafe.
2745
2746         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
2747         * modules/ucs4-utf8: Turn into a symbolic link to module
2748         unistr/u8-ubtomb.
2749
2750         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
2751         * modules/ucs4-utf16: Turn into a symbolic link to module
2752         unistr/u16-ubtomb.
2753
2754 2007-03-24  Bruno Haible  <bruno@clisp.org>
2755
2756         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
2757         Enable the function only if HAVE_INLINE.
2758         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
2759         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
2760         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
2761         Enable the function only if HAVE_INLINE.
2762         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
2763         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
2764         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
2765         Enable the function only if HAVE_INLINE.
2766         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
2767         Enable the function only if HAVE_INLINE.
2768         * modules/utf8-ucs4: Update.
2769         * modules/utf8-ucs4-unsafe: Update.
2770         * modules/utf16-ucs4: Update.
2771         * modules/utf16-ucs4-unsafe: Update.
2772         * modules/ucs4-utf8: Update.
2773         * modules/ucs4-utf16: Update.
2774
2775 2007-03-24  Bruno Haible  <bruno@clisp.org>
2776
2777         * lib/utf8-ucs4.h: Remove file.
2778         * lib/utf8-ucs4-unsafe.h: Remove file.
2779         * lib/utf16-ucs4.h: Remove file.
2780         * lib/utf16-ucs4-unsafe.h: Remove file.
2781         * lib/ucs4-utf8.h: Remove file.
2782         * lib/ucs4-utf16.h: Remove file.
2783         * lib/unistr.h: Include their previous contents.
2784         * m4/utf-ucs4.m4: Remove file.
2785         * m4/ucs4-utf.m4: Remove file.
2786         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
2787         (Depends-on): Add unistr/base.
2788         (configure.ac): Remove gl_UTF_UCS4.
2789         (Makefile.am): Update.
2790         (Include): Change to unistr.h.
2791         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
2792         (Depends-on): Add unistr/base.
2793         (configure.ac): Remove gl_UTF_UCS4.
2794         (Makefile.am): Update.
2795         (Include): Change to unistr.h.
2796         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
2797         (Depends-on): Add unistr/base.
2798         (configure.ac): Remove gl_UTF_UCS4.
2799         (Makefile.am): Update.
2800         (Include): Change to unistr.h.
2801         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
2802         (Depends-on): Add unistr/base.
2803         (configure.ac): Remove gl_UTF_UCS4.
2804         (Makefile.am): Update.
2805         (Include): Change to unistr.h.
2806         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
2807         (Depends-on): Add unistr/base.
2808         (configure.ac): Remove gl_UCS4_UTF.
2809         (Makefile.am): Update.
2810         (Include): Change to unistr.h.
2811         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
2812         (Depends-on): Add unistr/base.
2813         (configure.ac): Remove gl_UCS4_UTF.
2814         (Makefile.am): Update.
2815         (Include): Change to unistr.h.
2816         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
2817         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
2818         utf8-ucs4-unsafe.h.
2819         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
2820         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
2821         utf16-ucs4-unsafe.h.
2822         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
2823         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
2824         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
2825         * lib/unistr/u8-strchr.c: Likewise.
2826         * lib/unistr/u8-strrchr.c: Likewise.
2827         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
2828         * lib/unistr/u16-strchr.c: Likewise.
2829         * lib/unistr/u16-strrchr.c: Likewise.
2830         * lib/striconveh.c: Update.
2831         * lib/linebreak.c: Update.
2832
2833 2007-03-24  Bruno Haible  <bruno@clisp.org>
2834
2835         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
2836         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
2837
2838 2007-03-22  Bruno Haible  <bruno@clisp.org>
2839
2840         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
2841
2842 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
2843
2844         * MODULES.html.sh (File system functions): New module write-any-file.
2845         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
2846         * m4/write-any-file.m4: New files.
2847
2848 2007-03-23  Eric Blake  <ebb9@byu.net>
2849
2850         * gnulib-tool: Rearrange space-tab sequences, since some editors
2851         like to eat them.
2852
2853 2007-03-23  Eric Blake  <ebb9@byu.net>
2854
2855         * lib/version-etc.c (version_etc_va): Update license wording to
2856         be more concise.  Recommended by Richard Stallman.
2857
2858 2007-03-22  Bruno Haible  <bruno@clisp.org>
2859
2860         * lib/poll.c (MSG_PEEK): New fallback definition.
2861
2862 2007-03-22  Bruno Haible  <bruno@clisp.org>
2863
2864         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
2865         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
2866         (main): Update.
2867         Fixes a compilation error on BeOS.
2868
2869 2007-03-22  Bruno Haible  <bruno@clisp.org>
2870
2871         * modules/frexpl-tests: New file.
2872         * tests/test-frexpl.c: New file.
2873
2874         * modules/frexpl: New file.
2875         * m4/frexpl.m4: New file.
2876         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
2877         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
2878         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
2879         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
2880         (Depends-on): Add frexpl. Remove isnanl-nolibm.
2881         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
2882
2883 2007-03-22  Bruno Haible  <bruno@clisp.org>
2884
2885         * lib/frexpl.c: Share code with lib/frexp.c.
2886         * modules/mathl (Files): Add lib/frexp.c.
2887         (Depends-on): Add isnanl-nolibm.
2888
2889 2007-03-22  Bruno Haible  <bruno@clisp.org>
2890
2891         * modules/printf-frexp (Files): Add m4/frexp.m4.
2892         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
2893         only if the found frexp function actually works.
2894
2895 2007-03-22  Bruno Haible  <bruno@clisp.org>
2896
2897         * lib/frexp.c: Remove older implementation that uses divisions.
2898
2899 2007-03-21  Bruno Haible  <bruno@clisp.org>
2900
2901         * modules/frexp-tests: New file.
2902         * tests/test-frexp.c: New file.
2903
2904         * modules/frexp: New file.
2905         * lib/frexp.c: New file.
2906         * m4/frexp.m4: New file.
2907         * lib/math_.h (frexp): New declaration.
2908         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
2909         REPLACE_FREXP.
2910         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
2911
2912 2007-03-21  Bruno Haible  <bruno@clisp.org>
2913
2914         * modules/isnanl-tests: New file.
2915         * tests/test-isnanl.c: New file.
2916
2917         * modules/isnanl: New file.
2918         * lib/isnanl.h: New file.
2919         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
2920         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
2921         gl_FUNC_ISNANL_WORKS.
2922         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
2923         New macros.
2924
2925 2007-03-21  Bruno Haible  <bruno@clisp.org>
2926
2927         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
2928         lib/isnanl.h.
2929         (Include): Update.
2930         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
2931         * lib/vasnprintf.c: Update.
2932         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
2933         tests/test-isnanl.h, remove tests/test-isnanl.c.
2934         (Makefile.am): Update.
2935         * tests/test-isnanl-nolibm.c: New file.
2936         * tests/test-isnanl.h: New file.
2937         * tests/test-isnanl.c: Remove file.
2938
2939 2007-03-21  Jim Meyering  <jim@meyering.net>
2940
2941         When trying to open ".", treat ESTALE like EACCES.
2942         * lib/savewd.c (savewd_save): Resort to forking not just upon
2943         failure with EACCES, but also when errno is ESTALE.
2944
2945 2007-03-20  Bruno Haible  <bruno@clisp.org>
2946
2947         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
2948         Needed on AIX 5.1. Reported by Matthew Woehlke.
2949
2950 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2951
2952         Suggestions by Bruno Haible:
2953         * lib/acl-internal.h: Include "gettext.h" rather than rolling
2954         our own.
2955         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
2956         * modules/acl (Depends-on): Add gettext.
2957
2958 2007-03-19  Bruno Haible  <bruno@clisp.org>
2959
2960         * modules/iconvme: Remove file.
2961         * lib/iconvme.h: Remove file.
2962         * lib/iconvme.c: Remove file.
2963         * m4/iconvme.m4: Remove file.
2964
2965 2007-03-19  Bruno Haible  <bruno@clisp.org>
2966
2967         * doc/relocatable-maint.texi: Break long shell script line.
2968         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
2969
2970 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2971
2972         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
2973         handle file_has_acl.
2974         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
2975         * lib/acl.c: Move header inclusions and related macro defns into
2976         lib/acl-internal.h.
2977         (S_ISLNK): Remove defn, since that's now done for us.
2978         (file_has_acl): Move to lib/file-has-acl.c.
2979         Call acl_trivial if available.  This is the crucial part of the fix.
2980         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
2981         shared within the library.  Rewrite a bit, partly to make it compatible
2982         with the GNU coding style.
2983         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
2984         Remove unnecessary double-quotes.
2985         Don't test for acl_to_text; the build will catch that.
2986         Replace acl_entries if it doesn't exist and it is needed.
2987         Check for -lsec and acl_trivial (as used on Solaris 10).
2988         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
2989         lib/file-has-acl.c.
2990         (Depends-on): Add sys_stat, for S_ISLNK.
2991
2992 2007-03-19  Ben Pfaff  <blp@gnu.org>
2993
2994         * doc/gnulib.texi: Fix typos.
2995         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
2996
2997 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2998
2999         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3000         If size is zero here, buf must be zero.
3001
3002 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3003
3004         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3005         <bruno@clisp.org>.
3006
3007 2007-03-18  Bruno Haible  <bruno@clisp.org>
3008
3009         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3010         Suggested by Eric Blake.
3011
3012 2007-03-18  Ben Pfaff  <blp@gnu.org>
3013
3014         * doc/relocatable.texi: Recommend using as prefix a directory
3015         that does not exist and will never be created.  Based on
3016         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3017         and others.
3018
3019 2007-03-17  Bruno Haible  <bruno@clisp.org>
3020
3021         * lib/fchownat.c: Include lchown.h.
3022
3023 2007-03-17  Bruno Haible  <bruno@clisp.org>
3024
3025         Fix endless loop when the given allocated size was > INT_MAX.
3026         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3027         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3028         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3029         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3030         * lib/sprintf.c (sprintf): Likewise.
3031
3032 2007-03-17  Bruno Haible  <bruno@clisp.org>
3033
3034         * tests/test-argp-2.sh (func_compare): Output a context diff.
3035
3036 2007-03-17  Bruno Haible  <bruno@clisp.org>
3037
3038         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3039         locale's decimal-point character.
3040
3041 2007-03-17  Bruno Haible  <bruno@clisp.org>
3042
3043         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3044         before comparing it. Needed because on some platforms (e.g. x86) a
3045         'long double' occupies less bytes than sizeof (long double).
3046
3047 2007-03-17  Bruno Haible  <bruno@clisp.org>
3048
3049         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3050         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3051         * tests/test-getaddrinfo.c (simple): Likewise.
3052         * tests/test-read-file.c (main): Likewise.
3053
3054 2007-03-17  Bruno Haible  <bruno@clisp.org>
3055
3056         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3057
3058 2007-03-17  Bruno Haible  <bruno@clisp.org>
3059
3060         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3061         unused variable.
3062
3063 2007-03-17  Bruno Haible  <bruno@clisp.org>
3064
3065         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3066         * tests/test-c-strncasecmp.c: Likewise.
3067
3068 2007-03-17  Bruno Haible  <bruno@clisp.org>
3069
3070         * modules/stdlib (Depends-on): Add unistd.
3071         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3072         Needed for MacOS X 10.3.
3073
3074 2007-03-17  Bruno Haible  <bruno@clisp.org>
3075
3076         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3077
3078 2007-03-17  Bruno Haible  <bruno@clisp.org>
3079
3080         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3081
3082 2007-03-17  Bruno Haible  <bruno@clisp.org>
3083
3084         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3085         to reflect files copied from gnulib (with or without modifications).
3086         Suggested by Jim Meyering.
3087
3088 2007-03-17  Eric Blake  <ebb9@byu.net>
3089
3090         * NEWS: Document stdlib change from 2007-02-18.
3091
3092 2007-03-17  Jim Meyering  <jim@meyering.net>
3093
3094         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3095         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3096         someone uses a name containing shell meta-characters.
3097         Reported by Alfred M. Szmidt.
3098
3099         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3100
3101 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3102
3103         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3104         and copy gettext configuration files only if configure.ac contains
3105         a use of AM_GNU_GETTEXT_VERSION.
3106
3107 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3108
3109         * build-aux/bootstrap (gnulib_name): New variable.
3110         (gnulib_tool_options): Use it.
3111
3112 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3113
3114         * tests/test-des.c: Use new namespace.
3115
3116 2007-03-15  Bruno Haible  <bruno@clisp.org>
3117
3118         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
3119         Reported by James Youngman <jay@gnu.org>.
3120
3121 2007-03-15  Bruno Haible  <bruno@clisp.org>
3122
3123         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
3124         declared prototype. Needed with cc on OSF/1 5.1.
3125
3126 2007-03-15  Bruno Haible  <bruno@clisp.org>
3127
3128         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
3129         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
3130         (struct gl_list_implementation): Add dispose_fn argument to the
3131         'create_empty', 'create' methods.
3132         (struct gl_list_impl_base): Add field 'dispose_fn'.
3133         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
3134         argument.
3135         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
3136         dispose_fn argument.
3137         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
3138         dispose_fn on the dropped values.
3139         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
3140         dispose_fn argument.
3141         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
3142         dropped values.
3143         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
3144         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3145         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
3146         (gl_tree_remove_node): Call dispose_fn on the dropped value.
3147         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
3148         argument.
3149         (gl_tree_list_free): Call dispose_fn on the dropped values.
3150         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
3151         the dropped values.
3152         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3153         Add dispose_fn argument.
3154         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
3155         Call dispose_fn on the dropped values.
3156         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
3157         Add dispose_fn argument.
3158         (gl_sublist_create): Initialize the 'dispose_fn' field.
3159         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
3160         * tests/test-array_list.c (main): Update.
3161         * tests/test-carray_list.c (main): Update.
3162         * tests/test-avltree_list.c (main): Update.
3163         * tests/test-rbtree_list.c (main): Update.
3164         * tests/test-avltreehash_list.c (main): Update.
3165         * tests/test-rbtreehash_list.c (main): Update.
3166         * tests/test-linked_list.c (main): Update.
3167         * tests/test-linkedhash_list.c (main): Update.
3168         * tests/test-array_oset.c (main): Update.
3169
3170 2007-03-15  Bruno Haible  <bruno@clisp.org>
3171
3172         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
3173         (gl_oset_create_empty): Add dispose_fn argument.
3174         (struct gl_oset_implementation): Add dispose_fn argument to
3175         'create_empty' method.
3176         (struct gl_oset_impl_base): Add dispose_fn field.
3177         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
3178         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
3179         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
3180         values.
3181         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
3182         (gl_tree_oset_free): Call dispose_fn on the dropped values.
3183         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3184         dropped value.
3185         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
3186         dropped value.
3187         * tests/test-array_oset.c (main): Update.
3188         * tests/test-avltree_oset.c (main): Update.
3189         * tests/test-rbtree_oset.c (main): Update.
3190         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
3191
3192 2007-03-13  Bruno Haible  <bruno@clisp.org>
3193
3194         * tests/test-stdbool.c (i): Update after last patch.
3195
3196 2007-03-12  Bruno Haible  <bruno@clisp.org>
3197
3198         * lib/quotearg.c: Include <wctype.h> early, before the definition of
3199         the iswprint macro. Needed on Solaris 2.5.1.
3200
3201 2007-03-12  Bruno Haible  <bruno@clisp.org>
3202
3203         * tests/test-printf-frexp.c (main): Declare x as volatile.
3204
3205 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3206
3207         * doc/gnulib.texi (Build robot for gnulib): New section.
3208
3209 2007-03-12  Jim Meyering  <jim@meyering.net>
3210
3211         * build-aux/bootstrap: New file.
3212         * build-aux/bootstrap.conf: New file, from coreutils.
3213
3214 2007-03-11  Bruno Haible  <bruno@clisp.org>
3215
3216         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
3217
3218 2007-03-12  Simon Josefsson  <simon@josefsson.org>
3219
3220         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
3221         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
3222         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
3223
3224 2007-03-11  Bruno Haible  <bruno@clisp.org>
3225
3226         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
3227         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
3228
3229 2007-03-11  Bruno Haible  <bruno@clisp.org>
3230
3231         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
3232         formula. Needed for SunPRO C 5.0.
3233
3234 2007-03-11  Bruno Haible  <bruno@clisp.org>
3235
3236         * modules/long-options (Depends-on): Add getopt.
3237
3238 2007-03-11  Bruno Haible  <bruno@clisp.org>
3239
3240         * modules/modechange (Depends-on): Add stdbool.
3241
3242 2007-03-11  Bruno Haible  <bruno@clisp.org>
3243
3244         * modules/i-ring (Depends-on): Add stdbool.
3245
3246 2007-03-11  Bruno Haible  <bruno@clisp.org>
3247
3248         * modules/gc-des (Depends-on): Add stdbool.
3249
3250 2007-03-11  Bruno Haible  <bruno@clisp.org>
3251
3252         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
3253
3254 2007-03-11  Bruno Haible  <bruno@clisp.org>
3255
3256         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
3257
3258 2007-03-11  Bruno Haible  <bruno@clisp.org>
3259
3260         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
3261
3262 2007-03-11  Bruno Haible  <bruno@clisp.org>
3263
3264         * lib/vasnprintf.c (sprintf): Undefine.
3265
3266 2007-03-11  Bruno Haible  <bruno@clisp.org>
3267
3268         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3269         initializers in SunPRO C and Compaq C compilers.
3270
3271 2007-03-11  Bruno Haible  <bruno@clisp.org>
3272
3273         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3274         decrementing code ANSI C compliant.
3275
3276 2007-03-11  Bruno Haible  <bruno@clisp.org>
3277
3278         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3279         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3280
3281 2007-03-11  Bruno Haible  <bruno@clisp.org>
3282
3283         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3284         <stdbool.h> substitute doesn't pass.
3285
3286 2007-03-11  Bruno Haible  <bruno@clisp.org>
3287
3288         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3289
3290 2007-03-11  Bruno Haible  <bruno@clisp.org>
3291
3292         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3293         script, for submission to autobuild.josefsson.org.
3294
3295 2007-03-10  Bruno Haible  <bruno@clisp.org>
3296
3297         * modules/canonicalize-lgpl-tests: New file.
3298         * tests/test-canonicalize-lgpl.sh: New file.
3299         * tests/test-canonicalize-lgpl.c: New file.
3300
3301         * modules/c-strcase-tests: New file.
3302         * tests/test-c-strcase.sh: New file.
3303         * tests/test-c-strcasecmp.c: New file.
3304         * tests/test-c-strncasecmp.c: New file.
3305
3306         * modules/atexit-tests: New file.
3307         * tests/test-atexit.sh: New file.
3308         * tests/test-atexit.c: New file.
3309
3310 2007-03-10  Bruno Haible  <bruno@clisp.org>
3311
3312         * tests/test-binary-io.sh: Use temporary filenames that are not so
3313         likely to clash with those of other tests (in a parallel make).
3314         * tests/test-binary-io.c: Likewise.
3315
3316 2007-03-10  Bruno Haible  <bruno@clisp.org>
3317
3318         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
3319         fallback; use #error instead.
3320         Suggested by Simon Josefsson.
3321
3322 2007-03-10  Bruno Haible  <bruno@clisp.org>
3323
3324         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
3325         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
3326         first and the last.
3327
3328 2007-03-10  Bruno Haible  <bruno@clisp.org>
3329
3330         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
3331
3332 2007-03-10  Bruno Haible  <bruno@clisp.org>
3333
3334         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
3335         "make distcheck".
3336         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
3337         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
3338         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
3339
3340 2007-03-10  Bruno Haible  <bruno@clisp.org>
3341
3342         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
3343         variable.
3344         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3345         variable.
3346
3347 2007-03-09  Eric Blake  <ebb9@byu.net>
3348         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3349
3350         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3351         types are not being provided by gnulib.
3352         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3353         types are supported.
3354
3355 2007-03-10  Bruno Haible  <bruno@clisp.org>
3356
3357         * lib/stdio_.h (__attribute__): New macro.
3358         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
3359         vsprintf): Specify __attribute__ __format__ for GCC.
3360         Suggested by Eric Blake.
3361
3362 2007-03-09  Bruno Haible  <bruno@clisp.org>
3363
3364         * modules/printf-posix-tests: New file.
3365         * tests/test-printf-posix.sh: New file.
3366         * tests/test-printf-posix.c: New file.
3367
3368         * modules/printf-posix: New file.
3369         * lib/printf.c: New file.
3370         * m4/printf-posix-rpl.m4: New file.
3371         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
3372         REPLACE_PRINTF.
3373         * lib/stdio_.h (printf): New declaration.
3374         (format, __format__, ____printf____, ____scanf____, ____strftime____,
3375         ____strfmon____): New macros.
3376         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
3377         REPLACE_PRINTF.
3378
3379 2007-03-09  Bruno Haible  <bruno@clisp.org>
3380
3381         * tests/test-vasnprintf-posix2.sh: New file.
3382         * tests/test-vasnprintf-posix2.c: New file.
3383         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
3384         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3385         (Makefile.am): Activate test-vasnprintf-posix2.sh.
3386
3387         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
3388         a locale dependent decimal point, rather than always '.'.
3389
3390 2007-03-09  Eric Blake  <ebb9@byu.net>
3391
3392         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
3393         spite of platforms like Tandem/NSK that define it to -1.
3394
3395 2007-03-08  Bruno Haible  <bruno@clisp.org>
3396
3397         * modules/vprintf-posix-tests: New file.
3398         * tests/test-vprintf-posix.sh: New file.
3399         * tests/test-vprintf-posix.c: New file.
3400         * tests/test-printf-posix.h: New file.
3401
3402         * modules/vprintf-posix: New file.
3403         * lib/vprintf.c: New file.
3404         * m4/vprintf-posix.m4: New file.
3405         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
3406         REPLACE_VPRINTF.
3407         * lib/stdio_.h (vprintf): New declaration.
3408         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
3409         REPLACE_VPRINTF.
3410
3411 2007-03-08  Bruno Haible  <bruno@clisp.org>
3412
3413         * modules/fprintf-posix-tests: New file.
3414         * tests/test-fprintf-posix.sh: New file.
3415         * tests/test-fprintf-posix.c: New file.
3416
3417         * modules/fprintf-posix: New file.
3418         * lib/fprintf.c: New file.
3419         * m4/fprintf-posix.m4: New file.
3420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
3421         REPLACE_FPRINTF.
3422         * lib/stdio_.h (fprintf): New declaration.
3423         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
3424         REPLACE_FPRINTF.
3425
3426 2007-03-08  Bruno Haible  <bruno@clisp.org>
3427
3428         * modules/vfprintf-posix-tests: New file.
3429         * tests/test-vfprintf-posix.sh: New file.
3430         * tests/test-vfprintf-posix.c: New file.
3431         * tests/test-fprintf-posix.h: New file.
3432         * tests/test-fprintf-posix.out: New file.
3433
3434         * modules/vfprintf-posix: New file.
3435         * lib/vfprintf.c: New file.
3436         * m4/vfprintf-posix.m4: New file.
3437         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
3438         REPLACE_VFPRINTF.
3439         * lib/stdio_.h (vfprintf): New declaration.
3440         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
3441         REPLACE_VFPRINTF.
3442
3443 2007-03-08  Bruno Haible  <bruno@clisp.org>
3444
3445         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
3446
3447 2007-03-08  Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
3450         instead of 'expr' invocations.
3451         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3452         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3453         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3454         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3455         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3456         Suggested by Paul Eggert.
3457
3458 2007-03-08  Bruno Haible  <bruno@clisp.org>
3459
3460         * modules/fseterr-tests: New file.
3461         * tests/test-fseterr.c: New file.
3462
3463         * modules/fseterr: New file.
3464         * lib/fseterr.h: New file.
3465         * lib/fseterr.c: New file.
3466
3467 2007-03-08  Bruno Haible  <bruno@clisp.org>
3468
3469         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
3470         * lib/getopt_.h: Likewise.
3471         * lib/mbswidth.h: Likewise.
3472         * lib/setenv.h: Likewise.
3473         * lib/vasnprintf.h: Likewise.
3474         * lib/vasprintf.h: Likewise.
3475         * lib/verror.h: Likewise.
3476         * lib/xsetenv.h: Likewise.
3477         * lib/xvasprintf.h: Likewise.
3478
3479 2007-03-08  Jim Meyering  <jim@meyering.net>
3480
3481         * users.txt: Add parted.
3482
3483         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
3484
3485 2007-03-07  Bruno Haible  <bruno@clisp.org>
3486
3487         * m4/printf.m4: Make the shell script snippets copy&pastable.
3488
3489 2007-03-02  Bruno Haible  <bruno@clisp.org>
3490
3491         * lib/netinet_in_.h: New file.
3492         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
3493         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
3494         * modules/netinet_in (Files): Add lib/netinet_in_.h.
3495         (Depends-on): Add absolute-header.
3496         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
3497         into netinet/in.h.
3498
3499 2007-03-03  Bruno Haible  <bruno@clisp.org>
3500
3501         * lib/sys_select_.h: New file.
3502         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
3503         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
3504         * modules/sys_select (Files): Add lib/sys_select_.h.
3505         (Depends-on): Add absolute-header.
3506         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
3507         into sys/select.h.
3508
3509 2007-03-02  Bruno Haible  <bruno@clisp.org>
3510
3511         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
3512         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
3513         values.
3514         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
3515         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
3516         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
3517         * modules/sys_socket (Depends-on): Add absolute-header.
3518         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
3519         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
3520         (Include): Remove requirement of inclusion of <sys/types.h>.
3521
3522 2007-03-02  Bruno Haible  <bruno@clisp.org>
3523
3524         * lib/byteswap_.h (bswap_32): Fix formula.
3525
3526 2007-03-06  Bruno Haible  <bruno@clisp.org>
3527
3528         * modules/sprintf-posix-tests: New file.
3529         * tests/test-sprintf-posix.c: New file.
3530
3531         * modules/sprintf-posix: New file.
3532         * lib/sprintf.c: New file.
3533         * m4/sprintf-posix.m4: New file.
3534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
3535         REPLACE_SPRINTF.
3536         * lib/stdio_.h (sprintf): New declaration.
3537         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
3538         REPLACE_SPRINTF.
3539
3540 2007-03-06  Bruno Haible  <bruno@clisp.org>
3541
3542         * modules/vsprintf-posix-tests: New file.
3543         * tests/test-vsprintf-posix.c: New file.
3544         * tests/test-sprintf-posix.h: New file.
3545
3546         * modules/vsprintf-posix: New file.
3547         * lib/vsprintf.c: New file.
3548         * m4/vsprintf-posix.m4: New file.
3549         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
3550         REPLACE_VSPRINTF.
3551         * lib/stdio_.h (vsprintf): New declaration.
3552         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
3553         REPLACE_VSPRINTF.
3554
3555 2007-03-06  Bruno Haible  <bruno@clisp.org>
3556
3557         * modules/vsnprintf (Depend-on): Remove minmax.
3558
3559 2007-03-06  Bruno Haible  <bruno@clisp.org>
3560
3561         * modules/snprintf-posix-tests: New file.
3562         * tests/test-snprintf-posix.c: New file.
3563
3564         * modules/snprintf-posix: New file.
3565         * m4/snprintf-posix.m4: New file.
3566         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
3567         gl_FUNC_SNPRINTF.
3568         (gl_FUNC_SNPRINTF): Invoke it.
3569         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
3570         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
3571         is set.
3572         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
3573
3574 2007-03-06  Bruno Haible  <bruno@clisp.org>
3575
3576         * modules/vsnprintf-posix-tests: New file.
3577         * tests/test-vsnprintf-posix.c: New file.
3578         * tests/test-snprintf-posix.h: New file.
3579
3580         * modules/vsnprintf-posix: New file.
3581         * m4/vsnprintf-posix.m4: New file.
3582         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
3583         gl_FUNC_VSNPRINTF.
3584         (gl_FUNC_VSNPRINTF): Invoke it.
3585         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
3586         * lib/stdio_.h (vsnprintf): Define as a replacement if
3587         REPLACE_VSNPRINTF is set.
3588         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
3589
3590 2007-03-06  Bruno Haible  <bruno@clisp.org>
3591
3592         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
3593         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
3594
3595 2007-03-06  Bruno Haible  <bruno@clisp.org>
3596
3597         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
3598         (asinl): Declare also if HAVE_DECL_ASINL is set.
3599         (atanl): Declare also if HAVE_DECL_ATANL is set.
3600         (ceill): Declare also if HAVE_DECL_CEILL is set.
3601         (cosl): Declare also if HAVE_DECL_COSL is set.
3602         (expl): Declare also if HAVE_DECL_EXPL is set.
3603         (floorl): Declare also if HAVE_DECL_FLOORL is set.
3604         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
3605         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
3606         (logl): Declare also if HAVE_DECL_LOGL is set.
3607         (sinl): Declare also if HAVE_DECL_SINL is set.
3608         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
3609         (tanl): Declare also if HAVE_DECL_TANL is set.
3610         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
3611         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
3612         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
3613         declaration of frexpl, ldexpl.
3614         * modules/printf-frexpl (Depends-on): Add math.
3615         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
3616
3617 2007-03-05  Bruno Haible  <bruno@clisp.org>
3618
3619         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
3620         frexpl and ldexpl are declared.
3621         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
3622
3623 2007-03-05  Bruno Haible  <bruno@clisp.org>
3624
3625         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
3626         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
3627
3628 2007-03-05  Bruno Haible  <bruno@clisp.org>
3629
3630         * lib/stdio_.h: Include <stddef.h>.
3631
3632 2007-03-05  Bruno Haible  <bruno@clisp.org>
3633
3634         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
3635
3636 2007-03-05  Bruno Haible  <bruno@clisp.org>
3637
3638         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
3639         NetBSD 4, from Ralf Wildenhues.
3640
3641 2007-03-04  Bruno Haible  <bruno@clisp.org>
3642
3643         * lib/vasprintf.h: Update #if logic for the case when the functions
3644         exist but are overridden.
3645
3646 2007-03-04  Bruno Haible  <bruno@clisp.org>
3647
3648         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
3649         implementations: glibc-2.4 and MacOS X 10.3.
3650         * tests/test-vasnprintf-posix.c (test_function): Test also the case
3651         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
3652         * tests/test-vasprintf-posix.c (test_function): Likewise.
3653
3654 2007-03-04  Bruno Haible  <bruno@clisp.org>
3655
3656         * modules/vasprintf-posix-tests: New file.
3657         * tests/test-vasprintf-posix.c: New file.
3658
3659         * modules/vasprintf-posix: New file.
3660         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
3661         defined.
3662         * m4/vasprintf-posix.m4: New file.
3663         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
3664         gl_FUNC_VASPRINTF.
3665         (gl_FUNC_VASPRINTF): Invoke it.
3666         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
3667         here.
3668         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
3669
3670 2007-03-04  Bruno Haible  <bruno@clisp.org>
3671
3672         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
3673         REPLACE_GETTIMEOFDAY.
3674         * modules/sys_time (Makefile.am): Likewise.
3675         * m4/sys_time_h.m4: Likewise.
3676         * m4/gettimeofday.m4: Likewise.
3677
3678 2007-03-04  Bruno Haible  <bruno@clisp.org>
3679
3680         * modules/vasnprintf-posix-tests: New file.
3681         * tests/test-vasnprintf-posix.c: New file.
3682
3683         * modules/vasnprintf-posix: New file.
3684         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
3685         printf-frexpl.h.
3686         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
3687         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
3688         REPLACE_VASNPRINTF is defined.
3689         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
3690         gl_FUNC_VASNPRINTF.
3691         (gl_FUNC_VASNPRINTF): Invoke it.
3692         * m4/vasnprintf-posix.m4: New file.
3693         * m4/printf.m4: New file.
3694
3695 2007-03-04  Bruno Haible  <bruno@clisp.org>
3696
3697         Compile progreloc.c only if --enable-relocatable is specified.
3698         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
3699         if --enable-relocatable was specified.
3700         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
3701         lib_SOURCES.
3702
3703 2007-03-04  Jim Meyering  <jim@meyering.net>
3704
3705         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
3706         Use it consistently, rather than enumerating errno constants.
3707
3708 2007-03-04  Bruno Haible  <bruno@clisp.org>
3709
3710         * modules/xvasprintf-tests: New file.
3711         * tests/test-xvasprintf.c: New file.
3712
3713         * modules/vasprintf-tests: New file.
3714         * tests/test-vasprintf.c: New file.
3715
3716         * modules/vasnprintf-tests: New file.
3717         * tests/test-vasnprintf.c: New file.
3718
3719         * modules/vsnprintf-tests: New file.
3720         * tests/test-vsnprintf.c: New file.
3721
3722         * modules/snprintf-tests: New file.
3723         * tests/test-snprintf.c: New file.
3724
3725 2007-03-04  Bruno Haible  <bruno@clisp.org>
3726
3727         Compile relocatable.c only if --enable-relocatable is specified.
3728         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
3729         gl_RELOCATABLE_LIBRARY.
3730         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
3731         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
3732         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
3733         gl_RELOCATABLE_LIBRARY.
3734         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
3735         (Makefile.am): Remove lib_SOURCES.
3736         * modules/relocatable-lib-lgpl (configure.ac): Invoke
3737         gl_RELOCATABLE_LIBRARY.
3738         (Makefile.am): Remove lib_SOURCES.
3739         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
3740         always.
3741         * modules/relocatable-prog-wrapper (configure.ac): Invoke
3742         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
3743
3744 2007-03-04  Bruno Haible  <bruno@clisp.org>
3745
3746         * modules/argmatch-tests: New file.
3747         * tests/test-argmatch.c: New file.
3748
3749         * tests/test-allocsa.c (main): Halve the number of loop runs.
3750
3751         * modules/alloca-opt-tests: New file.
3752         * tests/test-alloca-opt.c: New file.
3753
3754 2007-03-04  Jim Meyering  <jim@meyering.net>
3755
3756         Work around difference between Linux ACLs and Solaris 10 ZFS.
3757         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
3758         for EINVAL.
3759
3760 2007-03-03  Bruno Haible  <bruno@clisp.org>
3761
3762         * modules/relocatable-prog (Depends-on): Add back progreloc's
3763         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
3764
3765 2007-03-03  Bruno Haible  <bruno@clisp.org>
3766
3767         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
3768         * modules/relocatable-lib: New file.
3769
3770 2007-03-03  Bruno Haible  <bruno@clisp.org>
3771
3772         * modules/relocatable-prog: Renamed from modules/relocatable.
3773         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
3774
3775 2007-03-03  Bruno Haible  <bruno@clisp.org>
3776
3777         * modules/relocatable-script (Files): Add doc/relocatable.texi,
3778         m4/relocatable-lib.m4.
3779         (Depends-on): Remove 'relocatable'.
3780         (configure.ac): Add gl_RELOCATABLE_NOP.
3781
3782 2007-03-03  Bruno Haible  <bruno@clisp.org>
3783
3784         * modules/relocatable-prog-wrapper: New file.
3785         * modules/relocatable (Depends-on): Add it. Remove all other
3786         dependencies except progname.
3787         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
3788
3789         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
3790         (gl_FUNC_STRERROR): Nop.
3791         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
3792
3793         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
3794         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
3795
3796         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
3797         (gl_FUNC_READLINK): Update.
3798
3799         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
3800
3801 2007-03-03  Bruno Haible  <bruno@clisp.org>
3802
3803         * lib/xreadlink.c: Include <unistd.h> unconditionally.
3804         * modules/xreadlink (Depends-on): Add unistd.
3805         * modules/xreadlink-with-size (Depends-on): Likewise.
3806
3807 2007-03-03  Bruno Haible  <bruno@clisp.org>
3808
3809         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
3810         extracted from gt_FUNC_SETENV.
3811         (gt_FUNC_SETENV): Remove macro.
3812         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
3813         remove gt_FUNC_SETENV.
3814
3815 2007-03-03  Bruno Haible  <bruno@clisp.org>
3816
3817         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
3818         ENABLE_RELOCATABLE here.
3819         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
3820
3821 2007-03-03  Bruno Haible  <bruno@clisp.org>
3822
3823         * modules/rbtreehash-list-tests (Depends-on): Add progname.
3824         * tests/test-rbtreehash_list.c: Include progname.h.
3825         (main): Call set_program_name.
3826
3827         * modules/rbtree-oset-tests (Depends-on): Add progname.
3828         * tests/test-rbtree_oset.c: Include progname.h.
3829         (main): Call set_program_name.
3830
3831         * modules/rbtree-list-tests (Depends-on): Add progname.
3832         * tests/test-rbtree_list.c: Include progname.h.
3833         (main): Call set_program_name.
3834
3835         * modules/linked-list-tests (Depends-on): Add progname.
3836         * tests/test-linked_list.c: Include progname.h.
3837         (main): Call set_program_name.
3838
3839 2007-03-03  Bruno Haible  <bruno@clisp.org>
3840
3841         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
3842         All uses of __restrict changed to _Restrict_.
3843         * lib/glob_.h (__restrict): Remove macro.
3844
3845 2007-03-02  Bruno Haible  <bruno@clisp.org>
3846
3847         * modules/gettext (configure.ac): Require gettext infrastructure
3848         from version 0.16.1.
3849
3850 2007-03-02  Bruno Haible  <bruno@clisp.org>
3851
3852         * modules/linkedhash-list-tests (Depends-on): Add progname.
3853         * tests/test-linkedhash_list.c: Include progname.h.
3854         (main): Call set_program_name.
3855
3856         * modules/carray-list-tests (Depends-on): Add progname.
3857         * tests/test-carray_list.c: Include progname.h.
3858         (main): Call set_program_name.
3859
3860         * modules/avltreehash-list-tests (Depends-on): Add progname.
3861         * tests/test-avltreehash_list.c: Include progname.h.
3862         (main): Call set_program_name.
3863
3864         * modules/avltree-oset-tests (Depends-on): Add progname.
3865         * tests/test-avltree_oset.c: Include progname.h.
3866         (main): Call set_program_name.
3867
3868         * modules/avltree-list-tests (Depends-on): Add progname.
3869         * tests/test-avltree_list.c: Include progname.h.
3870         (main): Call set_program_name.
3871
3872         * modules/array-oset-tests (Depends-on): Add progname.
3873         * tests/test-array_oset.c: Include progname.h.
3874         (main): Call set_program_name.
3875
3876         * modules/array-list-tests (Depends-on): Add progname.
3877         * tests/test-array_list.c: Include progname.h.
3878         (main): Call set_program_name.
3879
3880         * modules/argp-tests (Depends-on): Add progname.
3881         * tests/test-argp.c: Include argp.h first. Include progname.h.
3882         (main): Call set_program_name.
3883
3884 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
3885
3886         * doc/gnulib-tool.texi (Initial import): Reword description of
3887         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
3888         limited effect even if defined after the first system include.
3889
3890 2007-03-01  Bruno Haible  <bruno@clisp.org>
3891
3892         * build-aux/config.libpath: Update to libtool-1.5.22.
3893         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3894
3895 2007-03-01  Bruno Haible  <bruno@clisp.org>
3896
3897         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
3898         foo_CFLAGS.
3899         Reported by Ralf Wildenhues.
3900
3901 2007-03-01  Bruno Haible  <bruno@clisp.org>
3902
3903         * build-aux/install-reloc: Remove object files left over by some
3904         compilers.
3905         Reported by Ralf Wildenhues.
3906
3907 2007-03-01  Bruno Haible  <bruno@clisp.org>
3908
3909         * build-aux/install-reloc: Break long lines.
3910
3911 2007-03-01  Bruno Haible  <bruno@clisp.org>
3912
3913         * doc/relocatable.texi: Document that it may not work on OpenBSD.
3914         Reported by Ralf Wildenhues.
3915
3916 2007-03-01  Bruno Haible  <bruno@clisp.org>
3917
3918         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
3919         include ordering constraints.
3920
3921 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
3922
3923         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
3924         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
3925         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
3926         as another example.
3927         * lib/time_.h: Fix misspelling.
3928         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3929         Require gl_HEADER_TIME_H_DEFAULTS.
3930         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
3931         * m4/time_r.m4 (gl_TIME_R): Likewise.
3932         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
3933
3934 2007-03-01  Bruno Haible  <bruno@clisp.org>
3935
3936         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
3937         * m4/utimens.m4 (gl_UTIMENS): Likewise.
3938
3939 2007-03-01  Jim Meyering  <jim@meyering.net>
3940
3941         * modules/xreadlink (Maintainer): Add my name.
3942         * modules/xreadlink-with-size (Depends-on): Alphabetize.
3943
3944 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
3945             Bruno Haible  <bruno@clisp.org>
3946
3947         * build-aux/install-reloc: Compile also c-ctype.c.
3948         * build-aux/relocatable.sh.in: New file.
3949         * doc/relocatable.texi: New file.
3950         * doc/relocatable-maint.texi: New file.
3951         * doc/gnulib.texi: Include relocatable-maint.texi.
3952         * lib/progreloc.c: Include unistd.h unconditionally.
3953         * lib/relocwrapper.c: Include unistd.h unconditionally.
3954         Include c-ctype.h.
3955         (add_dotbin): Use c_tolower.
3956         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
3957         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
3958         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
3959         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
3960         to m4/relocatable-lib.m4.
3961         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
3962         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
3963         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
3964         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
3965         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
3966         * modules/relocatable: New file.
3967         * modules/relocatable-lib: New file.
3968         * modules/relocatable-script: New file.
3969
3970 2007-02-28  Bruno Haible  <bruno@clisp.org>
3971
3972         Import --enable-relocatable infrastructure.
3973         * build-aux/config.libpath: New file, from GNU gettext.
3974         * build-aux/install-reloc: New file, from GNU gettext.
3975         * build-aux/reloc-ldflags: New file, from GNU gettext.
3976         * lib/relocatable.h: New file, from GNU gettext.
3977         * lib/relocatable.c: New file, from GNU gettext.
3978         * lib/relocwrapper.c: New file, from GNU gettext.
3979         * m4/relocatable.m4: New file, from GNU gettext.
3980
3981 2007-02-28  Bruno Haible  <bruno@clisp.org>
3982
3983         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
3984
3985         * modules/xreadlink: New file, from GNU gettext with modifications.
3986         * lib/xreadlink.c: New file, from GNU gettext.
3987         * lib/xreadlink.h: Add comments.
3988         (xreadlink): New declaration.
3989
3990         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
3991         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
3992         lib/xreadlink-with-size.c.
3993         (configure.ac): Remove gl_XREADLINK invocation.
3994         (Makefile.am): Augment lib_SOURCES.
3995         * m4/xreadlink.m4: Remove file.
3996         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
3997         (xreadlink_with_size): Renamed from xreadink.
3998         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
3999         * modules/canonicalize (Depends-on): Replace xreadlink with
4000         xreadlink-with-size.
4001         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4002
4003 2007-02-25  Jim Meyering  <jim@meyering.net>
4004
4005         * build-aux/announce-gen: When complaining about excess arguments,
4006         list them.
4007
4008 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4009
4010         * README: Document signed integer overflow situation more
4011         accurately.
4012
4013 2007-02-25  Bruno Haible  <bruno@clisp.org>
4014
4015         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4016         'a' or 'A' conversion.
4017
4018 2007-02-25  Bruno Haible  <bruno@clisp.org>
4019
4020         * modules/filename: Renamed from modules/pathname.
4021         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4022         lib/concatpath.c with lib/concat-filename.c.
4023         (Makefile.am): Update.
4024         (Include): Replace pathname.h with filename.h.
4025         * lib/filename.h: Renamed from lib/pathname.h.
4026         (concatenated_filename): Renamed from concatenated_pathname.
4027         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4028         (concatenated_filename): Renamed from concatenated_pathname.
4029         * lib/findprog.c: Include filename.h instead of pathname.h.
4030         (find_in_path): Update.
4031         * lib/javacomp.c: Include filename.h instead of pathname.h.
4032         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4033         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4034         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4035         is_oldgcj_14_13_usable, is_javac_usable): Update.
4036         * lib/javaexec.c: Include filename.h instead of pathname.h.
4037         (execute_java_class): Update.
4038         * modules/findprog: Update.
4039         * modules/javacomp: Update.
4040         * modules/javaexec: Update.
4041         * MODULES.html.sh (File system functions): Add 'filename', remove
4042         'pathname'.
4043
4044 2007-02-25  Bruno Haible  <bruno@clisp.org>
4045
4046         * modules/printf-frexpl-tests: New file.
4047         * tests/test-printf-frexpl.c: New file.
4048
4049         * modules/printf-frexpl: New file.
4050         * lib/printf-frexpl.h: New file.
4051         * lib/printf-frexpl.c: New file.
4052         * m4/printf-frexpl.m4: New file.
4053
4054 2007-02-25  Bruno Haible  <bruno@clisp.org>
4055
4056         * modules/printf-frexp-tests: New file.
4057         * tests/test-printf-frexp.c: New file.
4058
4059         * modules/printf-frexp: New file.
4060         * lib/printf-frexp.h: New file.
4061         * lib/printf-frexp.c: New file.
4062         * m4/printf-frexp.m4: New file.
4063
4064 2007-02-25  Bruno Haible  <bruno@clisp.org>
4065
4066         Assume automake >= 1.10 for the tests.
4067         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4068         * modules/arctwo-tests: Likewise.
4069         * modules/argp-tests: Likewise.
4070         * modules/avltree-list-tests: Likewise.
4071         * modules/avltree-oset-tests: Likewise.
4072         * modules/avltreehash-list-tests: Likewise.
4073         * modules/carray-list-tests: Likewise.
4074         * modules/crc-tests: Likewise.
4075         * modules/des-tests: Likewise.
4076         * modules/gc-arcfour-tests: Likewise.
4077         * modules/gc-arctwo-tests: Likewise.
4078         * modules/gc-des-tests: Likewise.
4079         * modules/gc-hmac-md5-tests: Likewise.
4080         * modules/gc-hmac-sha1-tests: Likewise.
4081         * modules/gc-md2-tests: Likewise.
4082         * modules/gc-md4-tests: Likewise.
4083         * modules/gc-md5-tests: Likewise.
4084         * modules/gc-pbkdf2-sha1-tests: Likewise.
4085         * modules/gc-rijndael-tests: Likewise.
4086         * modules/gc-sha1-tests: Likewise.
4087         * modules/gc-tests: Likewise.
4088         * modules/getaddrinfo-tests: Likewise.
4089         * modules/hmac-md5-tests: Likewise.
4090         * modules/hmac-sha1-tests: Likewise.
4091         * modules/linked-list-tests: Likewise.
4092         * modules/linkedhash-list-tests: Likewise.
4093         * modules/lock-tests: Likewise.
4094         * modules/md2-tests: Likewise.
4095         * modules/md4-tests: Likewise.
4096         * modules/md5-tests: Likewise.
4097         * modules/rbtree-list-tests: Likewise.
4098         * modules/rbtree-oset-tests: Likewise.
4099         * modules/rbtreehash-list-tests: Likewise.
4100         * modules/read-file-tests: Likewise.
4101         * modules/rijndael-tests: Likewise.
4102         * modules/stdint-tests: Likewise.
4103         * modules/tls-tests: Likewise.
4104
4105 2007-02-24  Bruno Haible  <bruno@clisp.org>
4106
4107         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4108         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4109         function; instead check whether isnan with a double argument links.
4110         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4111         function; instead check whether isnan with a 'long double' argument
4112         links.
4113         Reported by Eric Blake <ebb9@byu.net>.
4114
4115 2007-02-24  Bruno Haible  <bruno@clisp.org>
4116
4117         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
4118         defined.
4119         * lib/isnanl.c: Remove all code. Just include isnan.c.
4120         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
4121
4122 2007-02-25  Jim Meyering  <jim@meyering.net>
4123
4124         Avoid conflicting types for 'unsetenv' on FreeBSD.
4125         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
4126         conflicting with FreeBSD's (5.0 and 6.1) function declaration
4127         in stdlib.h.
4128
4129 2007-02-24  Bruno Haible  <bruno@clisp.org>
4130
4131         * modules/isnanl-nolibm-tests: New file.
4132         * tests/test-isnanl.c: New file.
4133
4134         * modules/isnanl-nolibm: New file.
4135         * lib/isnanl.h: New file.
4136         * lib/isnanl.c: New file.
4137         * m4/isnanl.m4: New file.
4138
4139 2007-02-24  Bruno Haible  <bruno@clisp.org>
4140
4141         * modules/isnan-nolibm-tests: New file.
4142         * tests/test-isnan.c: New file.
4143
4144         * modules/isnan-nolibm: New file.
4145         * lib/isnan.h: New file.
4146         * lib/isnan.c: New file.
4147         * m4/isnan.m4: New file.
4148
4149 2007-02-24  Bruno Haible  <bruno@clisp.org>
4150
4151         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
4152         assume that an exponent fits in 20 bits.
4153
4154 2007-02-24  Jim Meyering  <jim@meyering.net>
4155
4156         * m4/regex.m4: Update the description of the configure-time option,
4157         --without-included-regex, to state accurately what the defaults are,
4158         and perhaps to give people an idea why using this option is risky.
4159
4160 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
4161
4162         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
4163         loops on small arguments.  This attempts to avoid the problem
4164         Bruno Haible reported for AIX 4.3.2 in
4165         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
4166
4167 2007-02-23  Bruno Haible  <bruno@clisp.org>
4168
4169         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
4170         Needed for help2man.
4171
4172 2007-02-23  Karl Berry  <karl@gnu.org>
4173
4174         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
4175         exists, foo.h should be cvs-ignored, not committed.
4176
4177 2007-02-23  Eric Blake  <ebb9@byu.net>
4178
4179         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
4180         * lib/stat-time.h (includes): Likewise.
4181         * lib/utimecmp.c (includes): Likewise.
4182         * lib/utimens.h (includes): Likewise.
4183         * lib/getdate.y (includes): Also include "timespec.h" for use
4184         internal to the module.
4185         * modules/utimens (Depends-on): Revert yesterday's patch.
4186         * modules/nanosleep (Depends-on): Add missing dependency.
4187
4188 2007-02-22  Bruno Haible  <bruno@clisp.org>
4189
4190         * lib/glob.c: Don't include getlogin_r.h.
4191
4192 2007-02-22  Jim Meyering  <jim@meyering.net>
4193
4194         * modules/utimens (Depends-on): Add timespec, required for
4195         utimens.h's inclusion of timespec.h.
4196
4197 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
4198
4199         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
4200         long unreadable paths in GNU/Linux.  Problem reported by Andreas
4201         Schwab in
4202         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
4203         I'll try to think of a better way to fix the Solaris problem.
4204
4205         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
4206         like glibc; on Solaris 10, it fails with errno == EINVAL.
4207         POSIX says the behavior is unspecified if the first argument is NULL,
4208         so play it safe and never pass NULL to the system getcwd.
4209
4210 2007-02-21  Jim Meyering  <jim@meyering.net>
4211
4212         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
4213         of gettimeofday.  It would conflict with the one now always
4214         provided via sys_time_.h.  Reported by Matthew Woehlke, as
4215         an IRIX 6.5 build failure.
4216
4217 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
4218
4219         Minor fixups to port to Solaris 10 with Sun C 5.8.
4220         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
4221         * modules/getcwd (Depends-on): Add dirfd.
4222         * lib/putenv.c (putenv): #undef it.
4223         (rpl_putenv): New decl.
4224         (malloc, free): Include <stdlib.h> rather than prototyping separately.
4225
4226 2007-02-20  Bruno Haible  <bruno@clisp.org>
4227
4228         * modules/stdio-tests: New file.
4229         * tests/test-stdio.c: New file.
4230
4231         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
4232         (Depends-on): Add stdio.
4233         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4234         (Include): Use <stdio.h> instead of vsnprintf.h.
4235         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4236         HAVE_DECL_VSNPRINTF.
4237         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
4238
4239         * modules/snprintf (Files): Remove lib/snprintf.h.
4240         (Depends-on): Add stdio.
4241         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
4242         (Include): Use <stdio.h> instead of snprintf.h.
4243         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
4244         HAVE_DECL_SNPRINTF.
4245         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
4246         * lib/getaddrinfo.c: Likewise.
4247
4248         * modules/stdio: New file.
4249         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
4250         * lib/snprintf.h: Remove file.
4251         * lib/vsnprintf.h: Remove file.
4252         * lib/.cppi-disable: Remove snprintf.h.
4253         * m4/stdio_h.m4: New file.
4254         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
4255
4256 2007-02-20  Jim Meyering  <jim@meyering.net>
4257
4258         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
4259         used by e.g., mingw.  From Bruno Haible.
4260
4261 2007-02-19  Bruno Haible  <bruno@clisp.org>
4262
4263         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4264         warnings.
4265         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4266
4267 2007-02-19  Bruno Haible  <bruno@clisp.org>
4268
4269         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4270         from mingw users.
4271
4272 2007-02-19  Bruno Haible  <bruno@clisp.org>
4273
4274         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4275         warnings.
4276         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4277
4278 2007-02-19  Jim Meyering  <jim@meyering.net>
4279
4280         Don't use FD after a successful "fdopendir (fd)".
4281         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4282         Reset it by calling dirfd on the just-obtained DIR*.
4283
4284         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4285         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4286
4287 2007-02-18  Bruno Haible  <bruno@clisp.org>
4288
4289         * lib/readlink.c: Include <unistd.h>.
4290         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4291         HAVE_READLINK.
4292         * modules/readlink (Depends-on): Add unistd.
4293         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4294         (Include): Add <unistd.h>.
4295
4296         * lib/getlogin_r.h: Remove file.
4297         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4298         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4299         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4300         HAVE_DECL_GETLOGIN_R.
4301         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4302         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4303         (Include): Use <unistd.h> instead of getlogin_r.h.
4304
4305         * lib/getcwd.h: Remove file.
4306         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4307         * lib/xgetcwd.c: Likewise.
4308         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4309         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4310         * modules/getcwd (Files): Remove lib/getcwd.h.
4311         (Depends-on): Add unistd.
4312         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4313         (Include): Use <unistd.h> instad of getcwd.h.
4314
4315         * lib/ftruncate.c: Include <unistd.h> first.
4316         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
4317         Set HAVE_FTRUNCATE.
4318         * modules/ftruncate (Depends-on): Add unistd.
4319         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4320
4321         * lib/fchdir.c: Include <unistd.h> first.
4322         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
4323         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
4324         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
4325         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4326         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
4327
4328         * lib/dup2.c: Include <unistd.h> first.
4329         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
4330         HAVE_DUP2.
4331         * modules/dup2 (Depends-on): Add unistd.
4332         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4333
4334         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
4335         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
4336         REPLACE_CHOWN. Don't define chown as a macro here.
4337         * modules/chown (Depends-on): Add unistd.
4338         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4339
4340         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
4341         Add definition for GL_LINK_WARNING.
4342         (chown, dup2): New declarations.
4343         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
4344         link warning.
4345         (ftruncate): New declaration.
4346         (getcwd): New declaration, taken from old getcwd.h.
4347         (getlogin_r): New declaration, taken from old getlogin_r.h.
4348         (readlink): New declaration.
4349         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4350         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4351         (gl_PREREQ_UNISTD): Remove macro.
4352         (gl_UNISTD_MODULE_INDICATOR): New macro.
4353         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4354         many new variables. Don't set UNISTD_H.
4355         * modules/unistd (Description): Change.
4356         (Depends-on): Add link-warning.
4357         (configure.ac): Update.
4358         (Makefile.am): Create unistd.h always. Substitute many new variables
4359         into it.
4360
4361 2007-02-18  Bruno Haible  <bruno@clisp.org>
4362
4363         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
4364         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
4365         HAVE_GETSUBOPT.
4366         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
4367         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
4368         * lib/getsubopt.h: Remove file.
4369         * modules/getsubopt (Files): Remove lib/getsubopt.h.
4370         (Depends-on): Add stdlib.
4371         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4372         (Includes): Use <stdlib.h> instead of getsubopt.h.
4373         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
4374         Set HAVE_GETSUBOPT.
4375         * lib/getsubopt.c: Don't include getsubopt.h.
4376
4377 2007-02-18  Bruno Haible  <bruno@clisp.org>
4378
4379         * modules/fchdir (Depends-on): Add dup2.
4380
4381 2007-02-18  Bruno Haible  <bruno@clisp.org>
4382
4383         * lib/stdlib_.h: Handle glibc's special invocation convention
4384         specially.
4385
4386 2007-02-18  Bruno Haible  <bruno@clisp.org>
4387
4388         * modules/stdlib-tests: New file.
4389         * tests/test-stdlib.c: New file.
4390
4391         * modules/mkstemp (Files): Remove lib/mkstemp.h.
4392         (Depends-on): Add stdlib.
4393         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4394         (Includes): Use <stdlib.h> instead of mkstemp.h.
4395         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4396         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
4397         * lib/mkstemp.c: Don't include mkstemp.h.
4398         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
4399         * lib/stdlib--.h: Don't include mkstemp.h.
4400
4401         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
4402         (Depends-on): Add stdlib.
4403         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4404         (Includes): Use <stdlib.h> instead of mkdtemp.h.
4405         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4406         HAVE_MKDTEMP.
4407         * lib/mkdtemp.c: Don't include mkdtemp.h.
4408         * lib/clean-temp.c: Don't include mkdtemp.h.
4409
4410         * modules/exit (Files): Remove lib/exit.h.
4411         (Depends-on): Add stdlib.
4412         (Makefile.am): Remove lib_SOURCES.
4413         (Include): Use <stdlib.h> instead of exit.h.
4414         * lib/argmatch.c: Don't include exit.h.
4415         * lib/execute.c: Likewise.
4416         * lib/pagealign_alloc.c: Likewise.
4417         * lib/pipe.c: Likewise.
4418         * lib/wait-process.c: Likewise.
4419         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
4420         * lib/exitfail.c: Likewise.
4421         * lib/savewd.c: Likewise.
4422         * lib/xsetenv.c: Likewise.
4423
4424         * modules/stdlib: New file.
4425         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
4426         and extra comments about mkstemp().
4427         * lib/exit.h: Remove file.
4428         * lib/mkdtemp.h: Remove file.
4429         * lib/mkstemp.h: Remove file.
4430         * m4/stdlib_h.m4: New file.
4431         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
4432
4433 2007-02-18  Bruno Haible  <bruno@clisp.org>
4434
4435         * modules/math-tests: New file.
4436         * tests/test-math.c: New file.
4437
4438         * modules/math: New file.
4439         * modules/mathl (Files): Remove lib/mathl.h.
4440         (Depends-on): Add math.
4441         (Makefile.am): Don't mention mathl.h.
4442         (Include): Use <math.h> instead of mathl.h.
4443         * lib/math_.h: New file.
4444         * lib/mathl.h: Remove file.
4445         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
4446         mathl.h.
4447         * lib/asinl.c: Likewise.
4448         * lib/atanl.c: Likewise.
4449         * lib/ceill.c: Likewise.
4450         * lib/cosl.c: Likewise.
4451         * lib/expl.c: Likewise.
4452         * lib/floorl.c: Likewise.
4453         * lib/frexpl.c: Likewise.
4454         * lib/ldexpl.c: Likewise.
4455         * lib/logl.c: Likewise.
4456         * lib/sincosl.c: Likewise.
4457         * lib/sinl.c: Likewise.
4458         * lib/sqrtl.c: Likewise.
4459         * lib/tanl.c: Likewise.
4460         * lib/trigl.c: Likewise.
4461         * m4/math_h.m4: New file.
4462         * MODULES.html.sh (Mathematics): Add math.
4463
4464 2007-02-17  Bruno Haible  <bruno@clisp.org>
4465
4466         * modules/wctype-tests: New file.
4467         * tests/test-wctype.c: New file.
4468
4469         * modules/wchar-tests: New file.
4470         * tests/test-wchar.c: New file.
4471
4472         * modules/unistd-tests: New file.
4473         * tests/test-unistd.c: New file.
4474
4475         * modules/time-tests: New file.
4476         * tests/test-time.c: New file.
4477
4478         * modules/sysexits-tests: New file.
4479         * tests/test-sysexits.c: New file.
4480
4481         * modules/sys_time-tests: New file.
4482         * tests/test-sys_time.c: New file.
4483
4484         * modules/sys_stat-tests: New file.
4485         * tests/test-sys_stat.c: New file.
4486
4487         * modules/sys_socket-tests: New file.
4488         * tests/test-sys_socket.c: New file.
4489
4490         * modules/sys_select-tests: New file.
4491         * tests/test-sys_select.c: New file.
4492
4493         * modules/string-tests: New file.
4494         * tests/test-string.c: New file.
4495
4496         * modules/stdbool-tests: New file.
4497         * tests/test-stdbool.c: New file.
4498
4499         * modules/netinet_in-tests: New file.
4500         * tests/test-netinet_in.c: New file.
4501
4502         * modules/inttypes-tests: New file.
4503         * tests/test-inttypes.c: New file.
4504
4505         * modules/fcntl-tests: New file.
4506         * tests/test-fcntl.c: New file.
4507
4508         * modules/byteswap-tests: New file.
4509         * tests/test-byteswap.c: New file.
4510
4511         * modules/arpa_inet-tests: New file.
4512         * tests/test-arpa_inet.c: New file.
4513
4514 2007-02-17  Bruno Haible  <bruno@clisp.org>
4515
4516         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
4517         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
4518         if the corresponding module is not enabled. Emit link warnings if
4519         the function is used nevertheless.
4520         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
4521         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
4522         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
4523         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
4524         * modules/inttypes (Depends-on): Add link-warning.
4525         (Makefile.am): Copy the contents of build-aux/link-warning.h into
4526         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
4527         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
4528         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
4529         * modules/imaxdiv (configure.ac): Likewise.
4530         * modules/strtoimax (configure.ac): Likewise.
4531         * modules/strtoumax (configure.ac): Likewise.
4532
4533 2007-02-17  Bruno Haible  <bruno@clisp.org>
4534
4535         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
4536         gl_STRING_MODULE_INDICATOR_DEFAULTS.
4537         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
4538         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
4539
4540 2007-02-17  Bruno Haible  <bruno@clisp.org>
4541
4542         * modules/link-warning: New file.
4543         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
4544         * lib/string_.h (GL_LINK_WARNING): Remove definition.
4545         * modules/string (Depends-on): Add link-warning.
4546         (Makefile.am): Copy the contents of build-aux/link-warning.h into
4547         string.h.
4548         * MODULES.html.sh (Support for building libraries and executables): Add
4549         link-warning.
4550
4551 2007-02-17  Bruno Haible  <bruno@clisp.org>
4552
4553         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
4554         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
4555         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
4556         long lines.
4557
4558 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
4559             Bruno Haible  <bruno@clisp.org>
4560
4561         * modules/tmpfile: New file.
4562         * lib/tmpfile.c: New file.
4563         * m4/tmpfile.m4: New file.
4564         * MODULES.html.sh (func_all_modules): New section "Input/output".
4565
4566 2007-02-15  Bruno Haible  <bruno@clisp.org>
4567
4568         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
4569         (supports_delete_on_close): New function.
4570         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
4571
4572 2007-02-14  Bruno Haible  <bruno@clisp.org>
4573
4574         * modules/mbspcasecmp-tests: New file.
4575         * tests/test-mbspcasecmp.sh: New file.
4576         * tests/test-mbspcasecmp.c: New file.
4577
4578         New module mbspcasecmp.
4579         * modules/mbspcasecmp: New file.
4580         * lib/mbspcasecmp.c: New file.
4581         * lib/string_.h (strncasecmp): Change warning message.
4582         (mbspcasecmp): New declaration.
4583         * m4/mbspcasecmp.m4: New file.
4584         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4585         GNULIB_MBSPCASECMP.
4586         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
4587         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
4588
4589 2007-02-14  Bruno Haible  <bruno@clisp.org>
4590
4591         * modules/mbsncasecmp-tests: New file.
4592         * tests/test-mbsncasecmp.sh: New file.
4593         * tests/test-mbsncasecmp.c: New file.
4594
4595         New module mbsncasecmp.
4596         * modules/mbsncasecmp: New file.
4597         * lib/mbsncasecmp.c: New file.
4598         * lib/string_.h (mbsncasecmp): New declaration.
4599         * m4/mbsncasecmp.m4: New file.
4600         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4601         GNULIB_MBSNCASECMP.
4602         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
4603         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
4604
4605 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
4606
4607         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
4608         Verify that it doesn't overlap with our flags.
4609         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
4610         do not have the desired effect in multibyte locales; instead, use
4611         mbscasecmp.
4612         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
4613         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
4614         we don't require GNU fnmatch ourselves (if our users require it, they
4615         should do so explicitly).
4616
4617         Fix regex code so it doesn't rely on strcasecmp.
4618         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
4619         Otherwise, include gnulib's langinfo.h.
4620         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
4621         undesirable behavior in non-C locales.  Instead, rely on localecharset.
4622         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
4623         * modules/regex (FILES): Remove m4/codeset.m4.
4624         (Depends-on): Add localcharset.  Remove strcase.
4625
4626 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4627
4628         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
4629         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
4630
4631 2007-02-13  Bruno Haible  <bruno@clisp.org>
4632
4633         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
4634         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4635
4636 2007-02-12  Bruno Haible  <bruno@clisp.org>
4637
4638         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
4639         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
4640         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
4641         time warning rather than a link error.
4642
4643 2007-02-12  Bruno Haible  <bruno@clisp.org>
4644
4645         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
4646         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4647         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4648
4649 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4650
4651         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
4652         args, not 2.
4653
4654 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4655
4656         New module 'time', so that apps can include <time.h> as per
4657         POSIX and GNU instead of separate include files like time_r.h
4658         and timegm.h.  This implementation tries out a simpler approach
4659         for replacing decls in standard include files (as compared to
4660         the string module), somewhat as an experiment.
4661
4662         * config/srclist.txt: Comment out mktime.c for now.
4663         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
4664         since it doesn't apply any more.  Use generic wording instead.
4665         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
4666         'time'.
4667         * lib/time_.h, m4/time_h.m4, modules/time: New files.
4668         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
4669         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
4670         Don't include <sys/types.h>; no longer needed since we assume C89.
4671         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
4672         * lib/strftime.c: Likewise.
4673         * lib/time_r.c: Likewise.
4674         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
4675         * lib/nanosleep.c: Include <time.h> first, to check interface.
4676         * lib/strptime.c: Likewise.
4677         * lib/time_r.c: Likewise.
4678         * lib/timegm.c: Likewise.
4679         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
4680         needed.
4681         * lib/timegm.c: Don't include timegm.h; no longer needed.
4682         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
4683         time.h now handles any problems in that area.
4684         (struct timespec, nanosleep): Remove; time.h now arranges for these.
4685         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
4686         that time.h defines struct timespec.
4687         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
4688         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
4689         handles that.
4690         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
4691         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
4692         needed.  Set REPLACE_LOCALTIME.
4693         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
4694         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
4695         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
4696         nanosleep; time_h.m4 now does that.  Don't require
4697         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
4698         module handles this now.
4699         * modules/getdate (Depends-on): Remove timespec.  Add time.
4700         * modules/nanosleep (Depends-on): Likewise.
4701         * modules/stat-time (Depends-on): Likewise.
4702         * modules/nanosleep (Include): Include time.h, not timespec.h.
4703         * modules/strptime (Files): Remove lib/strptime.h.
4704         (Depends-on): Add extensions, time.
4705         (Include): Include time.h, not strptime.h.
4706         * modules/time_r (Files): Remove lib/time_r.h.
4707         (Depends-on): Add time.
4708         (Include): Include time.h, not time_r.h.
4709         * modules/timegm: Likewise.
4710         * modules/timespec (Description): Now does timespec-related decls
4711         of our own, instead of struct timespec itself.
4712         (Depends-on): Add time; remove extensions.
4713         (Maintainer): Add self.
4714         * modules/utimecmp (Depends-on): Add time; remove timespec.
4715         * modules/utimens (Depends-on): Likewise.
4716         * modules/xnanosleep (Depends-on): Likewise.
4717
4718 2007-02-11  Bruno Haible  <bruno@clisp.org>
4719
4720         * lib/c-strstr.c: Include allocsa.h.
4721         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4722         * lib/c-strcasestr.c: Include allocsa.h.
4723         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4724         * lib/strcasestr.c: Include allocsa.h.
4725         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4726         * lib/mbsstr.c: Include allocsa.h.
4727         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
4728         allocsa/freesa instead of malloc/free.
4729         * lib/mbscasestr.c: Include allocsa.h.
4730         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
4731         allocsa/freesa instead of malloc/free.
4732         * modules/c-strstr (Depends-on): Add allocsa.
4733         * modules/c-strcasestr (Depends-on): Likewise.
4734         * modules/strcasestr (Depends-on): Likewise.
4735         * modules/mbsstr (Depends-on): Likewise.
4736         * modules/mbscasestr (Depends-on): Likewise.
4737
4738 2007-02-11  Bruno Haible  <bruno@clisp.org>
4739
4740         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
4741
4742         * modules/mbsspn-tests: New file.
4743         * tests/test-mbsspn.sh: New file.
4744         * tests/test-mbsspn.c: New file.
4745
4746 2007-02-11  Bruno Haible  <bruno@clisp.org>
4747
4748         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
4749
4750         * modules/mbspbrk-tests: New file.
4751         * tests/test-mbspbrk.sh: New file.
4752         * tests/test-mbspbrk.c: New file.
4753
4754 2007-02-11  Bruno Haible  <bruno@clisp.org>
4755
4756         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
4757         unneeded cast.
4758
4759         * modules/mbscspn-tests: New file.
4760         * tests/test-mbscspn.sh: New file.
4761         * tests/test-mbscspn.c: New file.
4762
4763 2007-02-11  Bruno Haible  <bruno@clisp.org>
4764
4765         * modules/mbscasecmp-tests: New file.
4766         * tests/test-mbscasecmp.sh: New file.
4767         * tests/test-mbscasecmp.c: New file.
4768
4769 2007-02-11  Bruno Haible  <bruno@clisp.org>
4770
4771         Ensure O(n) worst-case complexity of mbscasestr.
4772         * lib/mbscasestr.c: Include stdbool.h.
4773         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
4774         functions.
4775         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
4776         the bookkeeping indicates that it's worth it.
4777         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
4778
4779         * modules/mbscasestr-tests: New file.
4780         * tests/test-mbscasestr1.c: New file.
4781         * tests/test-mbscasestr2.sh: New file.
4782         * tests/test-mbscasestr2.c: New file.
4783         * tests/test-mbscasestr3.sh: New file.
4784         * tests/test-mbscasestr3.c: New file.
4785         * tests/test-mbscasestr4.sh: New file.
4786         * tests/test-mbscasestr4.c: New file.
4787         * m4/locale-tr.m4: New file.
4788
4789 2007-02-11  Bruno Haible  <bruno@clisp.org>
4790
4791         Ensure O(n) worst-case complexity of mbsstr.
4792         * lib/mbsstr.c: Include stdbool.h.
4793         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
4794         functions.
4795         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
4796         bookkeeping indicates that it's worth it.
4797         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
4798
4799         * modules/mbsstr-tests: New file.
4800         * tests/test-mbsstr1.c: New file.
4801         * tests/test-mbsstr2.sh: New file.
4802         * tests/test-mbsstr2.c: New file.
4803         * tests/test-mbsstr3.sh: New file.
4804         * tests/test-mbsstr3.c: New file.
4805         * m4/locale-fr.m4: New file.
4806
4807 2007-02-11  Bruno Haible  <bruno@clisp.org>
4808
4809         * lib/mbsrchr.c (mbsrchr): Fix bug.
4810
4811         * modules/mbsrchr-tests: New file.
4812         * tests/test-mbsrchr.sh: New file.
4813         * tests/test-mbsrchr.c: New file.
4814
4815 2007-02-11  Bruno Haible  <bruno@clisp.org>
4816
4817         * lib/mbschr.c (mbschr): Fix bug.
4818
4819         * modules/mbschr-tests: New file.
4820         * tests/test-mbschr.sh: New file.
4821         * tests/test-mbschr.c: New file.
4822         * m4/locale-zh.m4: New file.
4823
4824 2007-02-11  Bruno Haible  <bruno@clisp.org>
4825
4826         Support for copying multibyte string iterators.
4827         * lib/mbiter.h: Include <string.h>.
4828         (mbiter_multi_copy): New function.
4829         (mbi_copy): New macro.
4830         * lib/mbuiter.h: Include <string.h>.
4831         (mbuiter_multi_copy): New function.
4832         (mbui_copy): New macro.
4833
4834 2007-02-11  Bruno Haible  <bruno@clisp.org>
4835
4836         New module mbslen.
4837         * modules/mbslen: New file.
4838         * lib/mbslen.c: New file.
4839         * lib/string_.h (mbslen): New declaration.
4840         * m4/mbslen.m4: New file.
4841         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4842         GNULIB_MBSLEN.
4843         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
4844         * MODULES.html.sh (Internationalization functions): Add mbslen.
4845
4846 2007-02-11  Bruno Haible  <bruno@clisp.org>
4847
4848         Ensure O(n) worst-case complexity of strcasestr substitute.
4849         * lib/strcasestr.c: Include stdbool.h.
4850         (knuth_morris_pratt): New function.
4851         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
4852         bookkeeping indicates that it's worth it.
4853         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
4854
4855         * modules/strcasestr-tests: New file.
4856         * tests/test-strcasestr.c: New file.
4857
4858 2007-02-11  Bruno Haible  <bruno@clisp.org>
4859
4860         Ensure O(n) worst-case complexity of c_strcasestr.
4861         * lib/c-strcasestr.c: Include stdbool.h, string.h.
4862         (knuth_morris_pratt): New function.
4863         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
4864         the bookkeeping indicates that it's worth it.
4865         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
4866
4867         * modules/c-strcasestr-tests: New file.
4868         * tests/test-c-strcasestr.c: New file.
4869
4870 2007-02-11  Bruno Haible  <bruno@clisp.org>
4871
4872         Ensure O(n) worst-case complexity of c_strstr.
4873         * lib/c-strstr.c: Include stdbool.h, string.h.
4874         (knuth_morris_pratt): New function.
4875         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
4876         bookkeeping indicates that it's worth it.
4877         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
4878
4879         * lib/c-strstr.c: Complete rewrite for maintainability.
4880
4881         * modules/c-strstr-tests: New file.
4882         * tests/test-c-strstr.c: New file.
4883
4884 2007-02-11  Bruno Haible  <bruno@clisp.org>
4885
4886         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
4887         5.2.1 and earlier, whereby \055 was treated just like the range
4888         delimiter '-'.
4889         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4890
4891 2007-02-08  Bruno Haible  <bruno@clisp.org>
4892
4893         * modules/regex (Depends-on): Add stdbool.
4894         Reported by Dalibor Topic <robilad@kaffe.org>.
4895
4896 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
4897
4898         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
4899         Prefer returning from main to exiting from it.
4900         Remove unnecessary parens after sizeof.
4901
4902 2007-02-05  Bruno Haible  <bruno@clisp.org>
4903
4904         New module mbssep.
4905         * modules/mbssep: New file.
4906         * lib/mbssep.c: New file.
4907         * lib/string_.h (strsep): Add a conditional link warning.
4908         (mbssep): New declaration.
4909         * m4/mbssep.m4: New file.
4910         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4911         GNULIB_MBSSEP.
4912         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
4913         * MODULES.html.sh (Internationalization functions): Add mbssep.
4914
4915 2007-02-05  Bruno Haible  <bruno@clisp.org>
4916
4917         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
4918         Optimize search in case of 1 delimiter.
4919
4920 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
4921
4922         * lib/acl.h: Include sys/types.h before sys/acl.h.
4923
4924 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
4925
4926         Merge upstream fix for glibc bugzilla #3957:
4927
4928         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
4929
4930         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
4931         bit for RE_HAT_LISTS_NOT_NEWLINE.
4932         (build_charclass_op): Remove bogus comment.
4933
4934 2007-02-05  Simon Josefsson  <simon@josefsson.org>
4935
4936         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
4937
4938 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4939
4940         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
4941         * lib/memmem.c [!defined _LIBC]: Include config.h.
4942
4943 2007-02-04  Bruno Haible  <bruno@clisp.org>
4944
4945         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
4946         warning message.
4947
4948 2007-02-04  Bruno Haible  <bruno@clisp.org>
4949
4950         New module mbstok_r.
4951         * modules/mbstok_r: New file.
4952         * lib/mbstok_r.c: New file.
4953         * lib/string_.h (strtok_r): Change argument names to match the
4954         comments. Add a conditional link warning.
4955         (mbstok_r): New declaration.
4956         * m4/mbstok_r.m4: New file.
4957         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4958         GNULIB_MBSTOK_R.
4959         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
4960         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
4961
4962 2007-02-04  Bruno Haible  <bruno@clisp.org>
4963
4964         New module mbsspn.
4965         * modules/mbsspn: New file.
4966         * lib/mbsspn.c: New file.
4967         * lib/string_.h (strspn): Add a conditional link warning.
4968         (mbsspn): New declaration.
4969         * m4/mbsspn.m4: New file.
4970         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4971         GNULIB_MBSSPN.
4972         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
4973         * MODULES.html.sh (Internationalization functions): Add mbsspn.
4974
4975 2007-02-04  Bruno Haible  <bruno@clisp.org>
4976
4977         New module mbspbrk.
4978         * modules/mbspbrk: New file.
4979         * lib/mbspbrk.c: New file.
4980         * lib/string_.h (strpbrk): Add a conditional link warning.
4981         (mbspbrk): New declaration.
4982         * m4/mbspbrk.m4: New file.
4983         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4984         GNULIB_MBSPBRK.
4985         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
4986         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
4987
4988 2007-02-04  Bruno Haible  <bruno@clisp.org>
4989
4990         New module mbscspn.
4991         * modules/mbscspn: New file.
4992         * lib/mbscspn.c: New file.
4993         * lib/string_.h (strcspn): Add a conditional link warning.
4994         (mbscspn): New declaration.
4995         * m4/mbscspn.m4: New file.
4996         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4997         GNULIB_MBSCSPN.
4998         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
4999         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5000
5001 2007-02-04  Bruno Haible  <bruno@clisp.org>
5002
5003         New module mbscasestr, reduced goal of strcasestr.
5004         * modules/mbscasestr: New file.
5005         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5006         (mbscasestr): Renamed from strcasestr.
5007         * lib/strcasestr.c: Don't include mbuiter.h.
5008         (strcasestr): Remove support for multibyte locales.
5009         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5010         Change the conditional link warning.
5011         (mbscasestr): New declaration.
5012         * m4/mbscasestr.m4: New file.
5013         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5014         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5015         REPLACE_STRCASESTR.
5016         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5017         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5018         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5019         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5020         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5021         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5022         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5023         (Depends-on): Remove mbuiter.
5024         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5025
5026 2007-02-04  Bruno Haible  <bruno@clisp.org>
5027
5028         Simplify handling of strncasecmp.
5029         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5030         the conditional link warning.
5031         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5032         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5033         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5034         * modules/strcase (configure.ac): Don't invoke
5035         gl_STRING_MODULE_INDICATOR.
5036         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5037
5038 2007-02-04  Bruno Haible  <bruno@clisp.org>
5039
5040         New module mbscasecmp, reduced goal of strcasecmp.
5041         * modules/mbscasecmp: New file.
5042         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5043         (mbscasecmp): Renamed from strcasecmp.
5044         * lib/strcasecmp.c: Don't include mbuiter.h.
5045         (strcasecmp): Remove support for multibyte locales.
5046         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5047         Change the conditional link warning.
5048         (mbscasecmp): New declaration.
5049         * m4/mbscasecmp.m4: New file.
5050         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5051         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5052         REPLACE_STRCASECMP.
5053         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5054         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5055         GNULIB_MBSCASECMP.
5056         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5057         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5058         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5059         (Depends-on): Remove mbuiter.
5060         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5061
5062 2007-02-04  Bruno Haible  <bruno@clisp.org>
5063
5064         New module mbsstr. Remove module strstr.
5065         * modules/mbsstr: New file.
5066         * modules/strstr: Remove file.
5067         * lib/mbsstr.c: Renamed from lib/strstr.c.
5068         (mbsstr): Renamed from strstr.
5069         * lib/string_.h (strstr): Remove declaration. Change the conditional
5070         link warning.
5071         (mbsstr): New declaration.
5072         * m4/mbsstr.m4: New file.
5073         * m4/strstr.m4: Remove file.
5074         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5075         REPLACE_STRSTR.
5076         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5077         Don't initialize GNULIB_STRSTR.
5078         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5079         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5080         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5081         (Support for systems lacking ANSI C 89): Remove strstr.
5082
5083 2007-02-04  Bruno Haible  <bruno@clisp.org>
5084
5085         New module mbsrchr.
5086         * modules/mbsrchr: New file.
5087         * lib/mbsrchr.c: New file.
5088         * lib/string_.h (strrchr): Add a conditional link warning.
5089         (mbsrchr): New declaration.
5090         * m4/mbsrchr.m4: New file.
5091         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5092         GNULIB_MBSRCHR.
5093         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5094         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5095
5096 2007-02-04  Bruno Haible  <bruno@clisp.org>
5097
5098         New module mbschr.
5099         * modules/mbschr: New file.
5100         * lib/mbschr.c: New file.
5101         * lib/string_.h (strchr): Add a conditional link warning.
5102         (mbschr): New declaration.
5103         * m4/mbschr.m4: New file.
5104         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5105         GNULIB_MBSCHR.
5106         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5107         * MODULES.html.sh (Internationalization functions): Add mbschr.
5108
5109 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5110
5111         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5112
5113         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
5114
5115 2007-02-04  Bruno Haible  <bruno@clisp.org>
5116
5117         New module description section 'configure.ac-early'.
5118         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
5119         (func_get_autoconf_early_snippet): New function.
5120         (func_import, func_create_testdir): Use it. Remove special cases for
5121         modules 'extensions' and 'lock'.
5122         * modules/extensions (configure.ac-early): Require
5123         gl_USE_SYSTEM_EXTENSIONS.
5124         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
5125
5126 2007-02-04  Bruno Haible  <bruno@clisp.org>
5127
5128         Make use of gcj-4.3's -fsource and -ftarget option.
5129         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5130         and if so try the options -fsource and -ftarget.
5131         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
5132         source_version, ftarget_option, target_version arguments.
5133         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
5134         (is_envjavac_oldgcj_14_14_usable): Renamed from
5135         is_envjavac_gcj_14_14_usable.
5136         (is_envjavac_oldgcj_14_13_usable): Renamed from
5137         is_envjavac_gcj_14_13_usable.
5138         (is_gcj_present): Update.
5139         (is_gcj_43, is_gcj43_usable): New functions.
5140         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
5141         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
5142         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
5143         try the options -fsource and -ftarget.
5144
5145 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5146
5147         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
5148         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
5149         larger value.
5150
5151 2007-02-03  Jim Meyering  <jim@meyering.net>
5152
5153         Give tools a better chance to allocate space for very large buffers.
5154         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
5155
5156         Make pwd and readlink work also when run with an unreadable parent dir
5157         on systems with openat support.
5158         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
5159         provided getcwd function, even when we have openat support.
5160         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
5161
5162 2007-02-02  Bruno Haible  <bruno@clisp.org>
5163
5164         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5165         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
5166         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
5167         portability problems if one of these functions is only used on specific
5168         platforms.
5169         Reported by Paul Eggert.
5170
5171 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5172
5173         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
5174         is causing more trouble than it's curing.
5175         * lib/regex_internal.h (__mempcpy): Remove.
5176         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
5177         (and make the code a tad smaller to boot).
5178         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
5179
5180 2007-02-02  Jim Meyering  <jim@meyering.net>
5181
5182         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
5183         section, not in the Makefile.am: one.
5184
5185 2007-02-02  Eric Blake  <ebb9@byu.net>
5186
5187         * lib/strchrnul.c: Always include config.h first.
5188
5189         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
5190         gnulib strstr is not necessary here.
5191
5192 2007-02-02  Simon Josefsson  <simon@josefsson.org>
5193
5194         * m4/socklen.m4: Fix typo.
5195
5196 2007-02-02  Eric Blake  <ebb9@byu.net>
5197
5198         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
5199         * modules/netinet_in (Makefile.am): Likewise.
5200
5201 2007-02-01  Bruno Haible  <bruno@clisp.org>
5202
5203         * lib/string_.h (GL_LINK_WARNING): New macro.
5204         (strcasecmp, strstr, strcasestr): If provided by the system,
5205         conditionally define as a macro that leads to a warning instead of to
5206         an error.
5207         (strncasecmp): Conditionally define as a macro that leads to a warning.
5208
5209 2007-02-01  Karl Berry  <karl@gnu.org>
5210
5211         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
5212
5213 2007-02-01  Bruno Haible  <bruno@clisp.org>
5214
5215         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
5216         renamings.
5217
5218 2007-02-01  Eric Blake  <ebb9@byu.net>
5219
5220         * modules/regex (Depends-on): Revert dependence on mempcpy.
5221         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
5222         module's definition of mempcpy.
5223         Reported by Paul Eggert.
5224
5225 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5226
5227         * lib/string_.h: If the gnulib module XYZ is not present, undefine
5228         the symbol XYZ before redefining it.  This fixes a problem with
5229         programs that don't use XYZ, when compiled on systems that define
5230         XYZ to something else.
5231
5232 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5233
5234         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
5235         occurs when "mkdir -m foo" creates a setgid directory that is (1)
5236         writeable to group or other and (2) is intended to have a special
5237         mode bit that is set or cleared.  In such a case, the directory
5238         should be neither group- nor other-writeable until the special
5239         mode bits are right.
5240
5241 2007-01-31  Eric Blake  <ebb9@byu.net>
5242
5243         * modules/mountlist (Depends-on): Add strstr.
5244
5245         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
5246         bug.
5247         * modules/string (Makefile.am): Remove redundant replacement.
5248         * modules/regex (Depends-on): Add mempcpy.
5249
5250 2007-01-31  Bruno Haible  <bruno@clisp.org>
5251
5252         New module description field 'Link'.
5253         * gnulib-tool (func_usage): Document --extract-link-directive.
5254         (sed_extract_prog): Recognize 'Link' directive.
5255         (func_get_link_directive): New function.
5256         (func_import): Show summary of link directives.
5257         Handle --extract-link-directive option.
5258         * modules/acl (Link): New section.
5259         * modules/clock-time (Link): New section.
5260         * modules/euidaccess (Link): New section.
5261         * modules/gettext (Link): New section.
5262         * modules/iconv (Link): New section.
5263         * modules/lock (Link): New section.
5264         * modules/nanosleep (Link): New section.
5265         * modules/readline (Link): New section.
5266
5267 2007-01-27  Bruno Haible  <bruno@clisp.org>
5268
5269         Enforce the use of gnulib modules for unportable <string.h> functions.
5270         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5271         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5272         (gl_HEADER_STRING_H_BODY): Require it.
5273         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5274         the symbol XYZ to one that gives a link error.
5275         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5276         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5277         * modules/mempcpy (configure.ac): Likewise.
5278         * modules/memrchr (configure.ac): Likewise.
5279         * modules/stpcpy (configure.ac): Likewise.
5280         * modules/stpncpy (configure.ac): Likewise.
5281         * modules/strcase (configure.ac): Likewise.
5282         * modules/strcasestr (configure.ac): Likewise.
5283         * modules/strchrnul (configure.ac): Likewise.
5284         * modules/strdup (configure.ac): Likewise.
5285         * modules/strndup (configure.ac): Likewise.
5286         * modules/strnlen (configure.ac): Likewise.
5287         * modules/strpbrk (configure.ac): Likewise.
5288         * modules/strsep (configure.ac): Likewise.
5289         * modules/strstr (configure.ac): Likewise.
5290         * modules/strtok_r (configure.ac): Likewise.
5291
5292 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5293
5294         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5295
5296 2007-01-30  Jim Meyering  <jim@meyering.net>
5297
5298         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5299
5300 2007-01-29  Bruno Haible  <bruno@clisp.org>
5301
5302         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5303         * lib/execute.c: Likewise.
5304         * lib/pipe.c: Likewise.
5305         * lib/printf-args.h: Likewise.
5306         * lib/printf-args.c: Likewise.
5307         * lib/printf-parse.c: Likewise.
5308         * lib/vasnprintf.c: Likewise.
5309
5310 2007-01-29  Eric Blake  <ebb9@byu.net>
5311
5312         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5313         declaration.
5314
5315 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
5316
5317         * lib/strptime.h (strptime): Use 'restrict' for args where
5318         POSIX requires this.
5319         * lib/strptime.c (strptime): Likewise.
5320         Change license notice from LGPL to GPL, since gnulib-tool will
5321         change this as needed.
5322         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
5323         defined.
5324         Include "strptime.h" first, to check interface.
5325         Do not #undef _LIBC and _NL_CURRENT.
5326         Do not include <stdlib.h>; no longer needed.
5327         Include "time_r.h" and declare ptime_locale_status
5328         only if _LIBC is not defined.
5329         (__P): Remove unused macro.
5330         (match_string): Bring back glibc version, but use it only if _LIBC
5331         is defined.
5332         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
5333         Remove unnecessary assertion and abort() call.
5334         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
5335         * m4/strptime.m4: Fix serial number comment.
5336         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
5337         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
5338         (Depends-on): Add time_r.
5339
5340 2007-01-29  Bruno Haible  <bruno@clisp.org>
5341
5342         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5343         strptime.
5344         * modules/strptime (Depends-on): Add stdbool.
5345         * lib/strptime.h: Include <time.h> always. Add comments.
5346
5347 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5348
5349         * modules/strptime: New file.
5350         * lib/strptime.h: New file.
5351         * lib/strptime.c: New file.
5352         * m4/strptime.m4: New file.
5353
5354 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5355
5356         * MODULES.html.sh: New module mpsort.
5357         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
5358
5359         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
5360         a circularity problem with HP-UX ia64 reported by Bob Proulx in
5361         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
5362         All uses changed.
5363         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
5364         All uses changed.
5365         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
5366         to _Restrict_.
5367         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
5368         the parameter matches the prototype.
5369
5370 2007-01-28  Jim Meyering  <jim@meyering.net>
5371
5372         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
5373         sys/time.h here, reverting that part of the previous patch:
5374         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
5375
5376 2007-01-28  Bruno Haible  <bruno@clisp.org>
5377
5378         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
5379         value of $(SYS_TIME_H).
5380         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
5381         remove it conditionally, too. [added by Jim Meyering]
5382         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
5383         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5384         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
5385         GETTIMEOFDAY_REPLACEMENT to 1.
5386
5387 2007-01-28  Bruno Haible  <bruno@clisp.org>
5388
5389         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
5390         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
5391         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
5392         Set UNISTD_H instead of UNISTD_H2.
5393         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
5394
5395 2007-01-28  Bruno Haible  <bruno@clisp.org>
5396
5397         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
5398         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
5399
5400 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5401
5402         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
5403         (func_create_testdir): Ensure C locale for `grep' and `tr'
5404         character ranges.
5405         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
5406         ACLOCAL_AMFLAGS parsing state machine.
5407
5408 2007-01-27  Bruno Haible  <bruno@clisp.org>
5409
5410         * modules/unistr/base: Update.
5411
5412 2007-01-27  Bruno Haible  <bruno@clisp.org>
5413
5414         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
5415         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
5416         * modules/unistr/u32-mbtouc-unsafe: Renamed from
5417         modules/unistr/u32-mbtouc.
5418         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
5419         * lib/unistr.h: Update.
5420         * lib/linebreak.c: Update.
5421         * modules/unistr/u32-mbtouc: Renamed from
5422         modules/unistr/u32-mbtouc-safe.
5423         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
5424         * lib/unistr.h: Update.
5425         * lib/unistr/u32-to-u8.c: Update.
5426         * lib/unistr/u32-to-u16.c: Update.
5427
5428 2007-01-27  Bruno Haible  <bruno@clisp.org>
5429
5430         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
5431         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
5432         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
5433         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
5434         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
5435         * modules/unistr/u16-mbtouc-unsafe: Renamed from
5436         modules/unistr/u16-mbtouc.
5437         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
5438         * lib/unistr.h: Update.
5439         * lib/linebreak.c: Update.
5440         * modules/linebreak: Update.
5441         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
5442         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
5443         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
5444         * modules/unistr/u16-mbtouc: Renamed from
5445         modules/unistr/u16-mbtouc-safe.
5446         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
5447         * lib/unistr.h: Update.
5448         * lib/unistr/u16-to-u8.c: Update.
5449         * modules/unistr/u16-to-u8: Update.
5450         * lib/unistr/u16-to-u32.c: Update.
5451         * modules/unistr/u16-to-u32: Update.
5452
5453 2007-01-27  Bruno Haible  <bruno@clisp.org>
5454
5455         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
5456         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
5457         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
5458         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
5459         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
5460         * modules/unistr/u8-mbtouc-unsafe: Renamed from
5461         modules/unistr/u8-mbtouc.
5462         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
5463         * lib/unistr.h: Update.
5464         * lib/striconveh.c: Update.
5465         * modules/striconveh: Update.
5466         * lib/linebreak.c: Update.
5467         * modules/linebreak: Update.
5468         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
5469         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
5470         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
5471         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
5472         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
5473         * lib/unistr.h: Update.
5474         * lib/striconveh.c: Update.
5475         * modules/striconveh: Update.
5476         * lib/unistr/u8-to-u16.c: Update.
5477         * modules/unistr/u8-to-u16: Update.
5478         * lib/unistr/u8-to-u32.c: Update.
5479         * modules/unistr/u8-to-u32: Update.
5480
5481 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5482
5483         Sync from Libtool.
5484         * lib/argz.c: Do not include strings.h nor memory.h, include
5485         string.h unconditionally.  Patch by Simon Josefsson.
5486
5487 2007-01-27  Bruno Haible  <bruno@clisp.org>
5488
5489         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
5490         from gl_HEADER_STRING_H_BODY.
5491         (gl_HEADER_STRING_H_BODY): Require it.
5492         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
5493         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
5494         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
5495         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
5496         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5497         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
5498         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5499         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
5500         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
5501         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5502         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
5503         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
5504         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
5505         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5506         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5507
5508 2007-01-27  Bruno Haible  <bruno@clisp.org>
5509
5510         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
5511         check_PROGRAMS into noinst_PROGRAMS.
5512         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
5513         check_PROGRAMS in this case.
5514         (func_import): Set for_test to false.
5515         (func_create_testdir): Set for_test to true.
5516
5517 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5518             Bruno Haible  <bruno@clisp.org>
5519
5520         * modules/strcasestr (Files): Remove lib/strcasestr.h.
5521         (Depends-on): Add string.
5522         (Includes): Use <string.h> instead of strcasestr.h.
5523         * modules/string (Makefile.am): Also substitute the value of
5524         REPLACE_STRCASESTR.
5525         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
5526         assume strcasestr is declared in <string.h> not <strings.h>. Also
5527         set REPLACE_STRCASESTR.
5528         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
5529         REPLACE_STRCASESTR.
5530         * lib/strcasestr.h: Remove file.
5531         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
5532         * lib/string_.h (strcasestr): New declaration.
5533
5534 2007-01-27  Bruno Haible  <bruno@clisp.org>
5535
5536         * lib/string_.h: Use 'extern'.
5537
5538 2007-01-27  Jim Meyering  <jim@meyering.net>
5539
5540         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
5541         of set-but-not-used local, "q".
5542
5543         * lib/mempcpy.c: Include <config.h> before <string.h>.
5544         This fixes a compilation error on HP-UX, due to the system's
5545         "restrict"-using mempcpy prototype.
5546
5547 2007-01-26  Bruno Haible  <bruno@clisp.org>
5548
5549         Small optimization.
5550         * lib/javacomp.c: Include c-strstr.h.
5551          (is_envjavac_gcj): Use c_strstr instead of strstr.
5552         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
5553
5554 2007-01-26  Bruno Haible  <bruno@clisp.org>
5555
5556         * MODULES.html.sh (Unicode string functions): Add the new modules.
5557
5558         * modules/uniconv/u32-strconv-to-locale: New file.
5559         * lib/uniconv/u32-strconv-to-locale.c: New file.
5560
5561         * modules/uniconv/u16-strconv-to-locale: New file.
5562         * lib/uniconv/u16-strconv-to-locale.c: New file.
5563
5564         * modules/uniconv/u8-strconv-to-locale: New file.
5565         * lib/uniconv/u8-strconv-to-locale.c: New file.
5566
5567         * modules/uniconv/u32-strconv-from-locale: New file.
5568         * lib/uniconv/u32-strconv-from-locale.c: New file.
5569
5570         * modules/uniconv/u16-strconv-from-locale: New file.
5571         * lib/uniconv/u16-strconv-from-locale.c: New file.
5572
5573         * modules/uniconv/u8-strconv-from-locale: New file.
5574         * lib/uniconv/u8-strconv-from-locale.c: New file.
5575
5576         * modules/uniconv/u32-strconv-to-enc: New file.
5577         * lib/uniconv/u32-strconv-to-enc.c: New file.
5578         * modules/uniconv/u32-strconv-to-enc-tests: New file.
5579         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
5580
5581         * modules/uniconv/u16-strconv-to-enc: New file.
5582         * lib/uniconv/u16-strconv-to-enc.c: New file.
5583         * lib/uniconv/u-strconv-to-enc.h: New file.
5584         * modules/uniconv/u16-strconv-to-enc-tests: New file.
5585         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
5586
5587         * modules/uniconv/u8-strconv-to-enc: New file.
5588         * lib/uniconv/u8-strconv-to-enc.c: New file.
5589         * modules/uniconv/u8-strconv-to-enc-tests: New file.
5590         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
5591
5592         * modules/uniconv/u32-strconv-from-enc: New file.
5593         * lib/uniconv/u32-strconv-from-enc.c: New file.
5594         * modules/uniconv/u32-strconv-from-enc-tests: New file.
5595         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
5596
5597         * modules/uniconv/u16-strconv-from-enc: New file.
5598         * lib/uniconv/u16-strconv-from-enc.c: New file.
5599         * modules/uniconv/u16-strconv-from-enc-tests: New file.
5600         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
5601
5602         * modules/uniconv/u8-strconv-from-enc: New file.
5603         * lib/uniconv/u8-strconv-from-enc.c: New file.
5604         * lib/uniconv/u-strconv-from-enc.h: New file.
5605         * modules/uniconv/u8-strconv-from-enc-tests: New file.
5606         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
5607
5608         * modules/uniconv/u32-conv-from-enc: New file.
5609         * lib/uniconv/u32-conv-from-enc.c: New file.
5610         * modules/uniconv/u32-conv-from-enc-tests: New file.
5611         * tests/uniconv/test-u32-conv-from-enc.c: New file.
5612
5613         * modules/uniconv/u16-conv-from-enc: New file.
5614         * lib/uniconv/u16-conv-from-enc.c: New file.
5615         * lib/uniconv/u-conv-from-enc.h: New file.
5616         * modules/uniconv/u16-conv-from-enc-tests: New file.
5617         * tests/uniconv/test-u16-conv-from-enc.c: New file.
5618
5619         * modules/uniconv/u8-conv-from-enc: New file.
5620         * lib/uniconv/u8-conv-from-enc.c: New file.
5621         * modules/uniconv/u8-conv-from-enc-tests: New file.
5622         * tests/uniconv/test-u8-conv-from-enc.c: New file.
5623
5624         * modules/uniconv/base: New file.
5625         * lib/uniconv.h: New file.
5626
5627 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5628
5629         * doc/gnulib-tool.texi (Initial import): Update to match current
5630         behavior with strdup module.
5631         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
5632         * lib/memmem.h: Remove; all uses removed.  This is now done
5633         by <string.h>.
5634         * lib/mempcpy.h: Likewise.
5635         * lib/memrchr.h: Likewise.
5636         * lib/stpcpy.h: Likewise.
5637         * lib/stpncpy.h: Likewise.
5638         * lib/strcase.h: Likewise.
5639         * lib/strchrnul.h: Likewise.
5640         * lib/strdup.h: Likewise.
5641         * lib/strndup.h: Likewise.
5642         * lib/strnlen.h: Likewise.
5643         * lib/strpbrk.h: Likewise.
5644         * lib/strsep.h: Likewise.
5645         * lib/strstr.h: Likewise.
5646         * lib/strtok_r.h: Likewise.
5647         * lib/string_.h: New file.
5648         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
5649         Rely on <string.h> instead.
5650         * lib/canon-host.c: Likewise.
5651         * lib/chdir-long.c: Likewise.
5652         * lib/concatpath.c: Likewise.
5653         * lib/exclude.c: Likewise.
5654         * lib/fchdir.c: Likewise.
5655         * lib/getaddrinfo.c: Likewise.
5656         * lib/getcwd.c: Likewise.
5657         * lib/getsubopt.c: Likewise.
5658         * lib/glob.c: Likewise.
5659         * lib/hard-locale.c: Likewise.
5660         * lib/iconvme.c: Likewise.
5661         * lib/javacomp.c: Likewise.
5662         * lib/mempcpy.c: Likewise.
5663         * lib/memrchr.c: Likewise.
5664         * lib/regex_internal.h: Likewise.
5665         * lib/stpncpy.c: Likewise.
5666         * lib/strcasecmp.c: Likewise.
5667         * lib/strchrnul.c: Likewise.
5668         * lib/strdup.c: Likewise.
5669         * lib/striconv.c: Likewise.
5670         * lib/striconveh.c: Likewise.
5671         * lib/striconveha.c: Likewise.
5672         * lib/strncasecmp.c: Likewise.
5673         * lib/strndup.c: Likewise.
5674         * lib/strnlen.c: Likewise.
5675         * lib/strsep.c: Likewise.
5676         * lib/strstr.c: Likewise.
5677         * lib/strtok_r.c: Likewise.
5678         * lib/userspec.c: Likewise.
5679         * lib/w32spawn.h: Likewise.
5680         * lib/xstrndup.c: Likewise.
5681         * lib/mountlist.c (strstr): Remove decl.
5682         * m4/string_h.m4: New file.
5683         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
5684         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
5685         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
5686         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
5687         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
5688         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
5689         Set REPLACE_STRCASECMP if necessary.
5690         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
5691         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
5692         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
5693         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
5694         HAVE_DECL_STRDUP if necessary.
5695         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
5696         since gl_FUNC_STRNDUP does that now.
5697         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
5698         Check for decl here...
5699         (gl_PREREQ_STRNLEN): ... not here.
5700         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
5701         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
5702         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
5703         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
5704         necessary.
5705         * modules/string: New file.
5706         * modules/memmem (Files): Remove special-purpose include file.
5707         (Depends-on): Add string.
5708         (Include): Include <string.h>, not the removed file.
5709         * modules/mempcpy: Likewise.
5710         * modules/memrchr: Likewise.
5711         * modules/stpcpy: Likewise.
5712         * modules/stpncpy: Likewise.
5713         * modules/strcase: Likewise.
5714         * modules/strchrnul: Likewise.
5715         * modules/strdup: Likewise.
5716         * modules/strndup: Likewise.
5717         * modules/strnlen: Likewise.
5718         * modules/strpbrk: Likewise.
5719         * modules/strsep: Likewise.
5720         * modules/strstr: Likewise.
5721         * modules/strtok_r: Likewise.
5722         * tests/test-dirname.c: Don't include "strdup.h", since
5723         <string.h> now suffices.
5724         * tests/test-memmem.c: Don't include "memmem.h", since
5725         <string.h> now suffices.
5726
5727 2007-01-25  Bruno Haible  <bruno@clisp.org>
5728
5729         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
5730         *resultp is 0.
5731
5732         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
5733         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
5734         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
5735         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
5736
5737         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
5738         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
5739         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
5740         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
5741         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
5742         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
5743
5744 2007-01-24  Bruno Haible  <bruno@clisp.org>
5745
5746         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
5747         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
5748         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
5749         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
5750         gl_FUNC_FTS_CORE.
5751         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
5752         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
5753         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5754         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
5755         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
5756         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
5757         gl_FUNC_FCHOWNAT.
5758         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
5759         gl_FUNC_STRFTIME.
5760         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
5761         Reported by Ralf Wildenhues.
5762
5763 2007-01-24  Bruno Haible  <bruno@clisp.org>
5764
5765         Drop AC_REQUIRE calls that are redundant with the module dependencies.
5766         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
5767         gl_GETADDRINFO.
5768         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
5769         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
5770         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
5771
5772 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
5773
5774         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
5775         Don't use 'exit'; just return from 'main'.
5776         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
5777
5778         * lib/fnmatch_.h: Readjust white space and comments to match
5779         glibc, to avoid spurious diffs.
5780
5781 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5782
5783         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
5784         2004-12-01 change by Jakub Jelinek, since this code won't compile
5785         if !LIBC.  Problem reported by Bob Proulx.
5786
5787 2007-01-23  Bruno Haible  <bruno@clisp.org>
5788
5789         * lib/striconveh.c: Include c-strcaseeq.h.
5790         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
5791         * modules/striconveh (Depends-on): Add c-strcaseeq.
5792
5793 2007-01-23  Bruno Haible  <bruno@clisp.org>
5794
5795         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
5796
5797         * modules/c-strcaseeq: New file.
5798         * lib/c-strcaseeq.h: New file.
5799
5800         * modules/streq: New file.
5801         * lib/streq.h: New file.
5802
5803 2007-01-23  Bruno Haible  <bruno@clisp.org>
5804
5805         * modules/striconveha-tests: New file.
5806         * tests/test-striconveha.c: New file.
5807
5808         * lib/striconveha.h: Include <stdbool.h>.
5809         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
5810         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
5811         (mem_iconveha_notranslit): Renamed from mem_iconveha.
5812         (mem_iconveha): New function.
5813         (str_iconveha_notranslit): Renamed from str_iconveha.
5814         (str_iconveha): New function.
5815         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
5816         c-strcase.
5817
5818 2007-01-23  Bruno Haible  <bruno@clisp.org>
5819
5820         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
5821         encodings without forgiving before trying any encoding with handler.
5822         (str_iconveha): Try all encodings without forgiving before trying any
5823         encoding with handler.
5824
5825 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         Import the following changes from libc.
5828
5829         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
5830
5831         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
5832
5833         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
5834
5835         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
5836         normal_bracket label.
5837
5838         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
5839
5840         [BZ #361]
5841         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
5842         to normal_bracket after fetching the next character.
5843
5844 2007-01-22  Bruno Haible  <bruno@clisp.org>
5845
5846         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
5847         argument.
5848         * lib/striconveh.c (iconv_carefully_1): New function.
5849         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
5850         argument.
5851         (str_cd_iconveh): Update.
5852         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
5853         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
5854         * tests/test-striconveh.c (MAGIC): New macro.
5855         (new_offsets): New function.
5856         (main): Test call with and without offsets.
5857
5858 2007-01-22  Bruno Haible  <bruno@clisp.org>
5859
5860         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
5861         * modules/sys_select (Makefile.am): Likewise.
5862         * modules/sys_socket (Makefile.am): Likewise.
5863         * modules/sys_time (Makefile.am): Likewise.
5864
5865 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
5866
5867         * modules/gettimeofday (License): Change from GPL to LGPL, since
5868         gettimeofday is a library function.
5869
5870 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5871
5872         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
5873
5874 2007-01-21  Bruno Haible  <bruno@clisp.org>
5875
5876         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
5877
5878 2007-01-21  Bruno Haible  <bruno@clisp.org>
5879
5880         * modules/striconveha: New file.
5881         * lib/striconveha.h: New file.
5882         * lib/striconveha.c: New file.
5883         * MODULES.html.sh (Internationalization functions): Add striconveha.
5884         * lib/striconv.c (str_iconv): Optimize the case of an empty input
5885         string.
5886         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
5887
5888 2007-01-21  Bruno Haible  <bruno@clisp.org>
5889
5890         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
5891         * lib/striconveh.c (str_iconveh): Likewise.
5892
5893 2007-01-21  Bruno Haible  <bruno@clisp.org>
5894
5895         * lib/striconveh.h (mem_iconveh): New declaration.
5896         * lib/striconveh.c (mem_iconveh): New function.
5897         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
5898
5899 2007-01-21  Bruno Haible  <bruno@clisp.org>
5900
5901         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
5902
5903         * lib/striconveh.h (mem_cd_iconveh): Change specification.
5904         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
5905         original result buffer.
5906         (str_cd_iconveh): Update.
5907         * tests/test-striconveh.c (main): Update.
5908
5909         * lib/striconv.h (mem_cd_iconv): Change specification.
5910         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
5911         result buffer.
5912         (str_cd_iconv): Update.
5913         * tests/test-striconv.c (main): Update.
5914
5915 2007-01-21  Bruno Haible  <bruno@clisp.org>
5916
5917         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
5918
5919 2007-01-20  Jim Meyering  <jim@meyering.net>
5920
5921         * lib/userspec.c (parse_with_separator): If a user or group string
5922         starts with "+", skip the corresponding name-to-ID look-up, since
5923         such a look-up must fail: user and group names may not include "+".
5924
5925 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
5926
5927         * lib/poll.c: Include sys/time.h and time.h unconditionally,
5928         since we now assume the sys_time module.
5929         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
5930         check for sys/time.h; no longer needed.
5931         * modules/poll (Depends-on): Depend on sys_time.
5932
5933 2007-01-18  Bruno Haible  <bruno@clisp.org>
5934
5935         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
5936         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
5937
5938         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
5939         gettimeofday.
5940
5941         * tests/test-gettimeofday.c: Include <time.h>.
5942         (dummy): Remove variable.
5943
5944         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
5945         gl_HEADER_SYS_TIME_H.
5946         (gl_HEADER_SYS_TIME_H): New macro.
5947
5948         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
5949         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5950         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
5951         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
5952         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5953         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
5954         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
5955         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5956         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
5957         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
5958         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5959
5960         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
5961         last change; it caused a compilation error when cross-compiling to
5962         Cygwin.
5963
5964 2007-01-18  Jim Meyering  <jim@meyering.net>
5965
5966         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
5967         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
5968         than the race-prone "test -d sys || mkdir sys".
5969         (configure.ac): Use AC_PROG_MKDIR_P.
5970         * modules/sys_select: Likewise.
5971         * modules/sys_socket: Likewise.
5972         * modules/sys_time: Likewise.
5973
5974 2007-01-18  Eric Blake  <ebb9@byu.net>
5975
5976         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
5977         replace gettimeofday.
5978         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
5979         name, to avoid infinite recursion.
5980
5981 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
5982
5983         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
5984         module sys_time.
5985         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
5986         assume timespec.h defines struct timeval.
5987         * lib/settime.c: Likewise.
5988         * lib/utimens.c: Likewise.
5989         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
5990         since we now assume the gettimeofday module.
5991         * lib/tempname.c (__gen_tempname): Likewise.
5992         * lib/gettimeofday.h: Remove.
5993         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
5994         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
5995         Include <time.h>, for 'time()'.
5996         (localtime_buffer_addr): Also use this workaround if
5997         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
5998         to simplify the uses.  All uses changed.
5999         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6000         that #undef is inside {}, and 'const' follows type name consistently.
6001         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6002         (gettimeofday): Do not use the maximum possible value for
6003         tv->tv_usec, since that might break usages other than ls.c.
6004         Instead, we'll leave ls.c alone.  This undoes today's patch
6005         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6006         we've never observed the problem but might as well keep the
6007         canary.
6008         * lib/nanosleep.c: Include timespec.h first, for interface check.
6009         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6010         now assume the sys_time module.
6011         * lib/tempname.c: Likewise.
6012         * lib/timespec.h: Likewise.
6013         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6014         needed.
6015         * lib/strftime.c: Likewise.
6016         * lib/timespec.h: Likewise.
6017         * lib/posixtm.c: Include posixtm.h first, for interface check.
6018         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6019         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6020         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6021         * lib/sys_time_.h: New file.
6022         * lib/timespec.h (struct timespec): Use long int, not long.
6023         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6024         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6025         Remove obsolescent call to AC_HEADER_TIME.
6026         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6027         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6028         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6029         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6030         Likewise.
6031         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6032         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6033         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6034         into the sys_time module.  Check for gettimeofday just once.
6035         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6036         for gettimeofday signature to just check the signature.  Merely
6037         compile it, since linking doesn't test signature.  Improve test for
6038         whether gettimeofday.o is actually needed.
6039         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6040         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6041         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6042         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6043         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6044         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6045         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6046         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6047         than worrying about sys/time.h.
6048         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6049         Don't bother worrying about TIME_WITH_SYS_TIME.
6050         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6051         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6052         * m4/sys_time_h.m4: New file.
6053         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6054         Don't include sys/time.h.  Return from main rather than exiting.
6055         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6056         all uses changed.
6057         * modules/gethrxtime (Depends-on): Add sys_time.
6058         * modules/gettime (Depends-on): Likewise.
6059         * modules/gettimeofday (Depends-on): Likewise.
6060         * modules/nanosleep (Depends-on): Likewise.
6061         * modules/settime (Depends-on): Likewise.
6062         * modules/tempname (Depends-on): Likewise.
6063         * modules/utimens (Depends-on): Likewise.
6064         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6065         (Include:) Change back to <sys/time.h>.
6066         (Maintainer:) Add self.
6067         * modules/sys_time: New file.
6068         * modules/tempname (Depends-on): Add gettimeofday.
6069         * tests/test-gettimeofday.c: Include <sys/time.h>
6070         rather than gettimeofday.h.
6071
6072 2007-01-17  Bruno Haible  <bruno@clisp.org>
6073
6074         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6075         the license default to GPL.
6076         (func_create_testdir): Don't complain if a module is LGPL and its
6077         tests module depends on GPLed modules.
6078
6079 2007-01-17  Bruno Haible  <bruno@clisp.org>
6080
6081         * lib/gettimeofday.c (gettimeofday): Add code for the case
6082         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6083         maximum possible value for tv->tv_usec, rather than the minimum one.
6084
6085 2005-10-08  Martin Lambers  <marlam@marlam.de>
6086 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6087 2007-01-16  Bruno Haible  <bruno@clisp.org>
6088
6089         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6090         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6091         gl_FUNC_GETTIMEOFDAY.
6092         (Include): Add gettimeofday.h.
6093         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6094         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6095         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6096         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6097         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6098         * lib/gettimeofday.h: New file.
6099         * lib/gettimeofday.c: Include <sys/timeb.h>.
6100         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6101         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6102         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6103         fall back on time().
6104
6105         * tests/test-gettimeofday.c: New file.
6106         * modules/gettimeofday-tests: New file.
6107
6108 2007-01-16  Eric Blake  <ebb9@byu.net>
6109
6110         * modules/fnmatch (Depends-on): Depend on wchar.
6111         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6112         * m4/fnmatch.m4: Likewise.
6113         * modules/mbchar (Makefile.am): Assume <wchar.h>.
6114         * m4/mbchar.m4: Likewise.
6115         * modules/mbswidth (Depends-on): Depend on wchar.
6116         * lib/mbswidth.c: Assume <wchar.h>.
6117         * m4/mbswidth.m4: Likewise.
6118         * modules/quotearg (Depends-on): Depend on wchar.
6119         * lib/quotearg.c: Assume <wchar.h>.
6120         * m4/quotearg.m4: Likewise.
6121         * modules/regex (Depends-on): Depend on wchar.
6122         * lib/regex_internal.h: Assume <wchar.h>.
6123         * m4/regex.m4: Likewise.
6124         * modules/stdint (Depends-on): Depend on wchar.
6125         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
6126         * m4/stdint.m4: Likewise.
6127         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
6128         * modules/strftime (Depends-on): Depend on wchar.
6129         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
6130         * modules/strtol (Depends-on): Depend on wchar.
6131         * lib/strtol.c: Assume <wchar.h>.
6132         * modules/wcwidth (Depends-on): Depend on wchar.
6133         * lib/wcwidth.h: Assume <wchar.h>.
6134         * m4/wcwidth.m4: Likewise.
6135
6136 2007-01-16  Bruno Haible  <bruno@clisp.org>
6137
6138         * modules/csharpexec-script: New, created from...
6139         * modules/csharpexec: ... this.
6140
6141 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6142
6143         * modules/javaexec-script: New, created from...
6144         * modules/javaexec: ... this.
6145
6146 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6147
6148         * modules/poll (Dependencies): Add sys_select.
6149
6150 2007-01-15  Jim Meyering  <jim@meyering.net>
6151
6152         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
6153         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
6154         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
6155         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
6156
6157 2007-01-15  Bruno Haible  <bruno@clisp.org>
6158
6159         * modules/striconveh: New file.
6160         * lib/striconveh.h: New file.
6161         * lib/striconveh.c: New file.
6162         * MODULES.html.sh (Internationalization functions): Add striconveh.
6163
6164         * modules/striconveh-tests: New file.
6165         * tests/test-striconveh.c: New file.
6166
6167 2007-01-15  Bruno Haible  <bruno@clisp.org>
6168
6169         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
6170         not from GNU libiconv or GNU libc.
6171
6172 2007-01-15  Bruno Haible  <bruno@clisp.org>
6173
6174         * doc/gnulib-intro.texi (Copyright): Explain the different license
6175         terms for module descriptions, autoconf macros, tests, documentation.
6176
6177 2007-01-14  Bruno Haible  <bruno@clisp.org>
6178
6179         * modules/striconv-tests: New file.
6180         * tests/test-striconv.c: New file.
6181
6182 2007-01-14  Bruno Haible  <bruno@clisp.org>
6183
6184         * modules/iconv-tests: New file.
6185         * tests/test-iconv.c: New file.
6186
6187 2007-01-14  Bruno Haible  <bruno@clisp.org>
6188
6189         * gnulib-tool (func_get_license): For test modules, use the license of
6190         the main module.
6191
6192 2007-01-14  Bruno Haible  <bruno@clisp.org>
6193
6194         * modules/iconv (Include): Clarify that <iconv.h> can only be included
6195         if iconv is found to exist.
6196
6197 2007-01-14  Bruno Haible  <bruno@clisp.org>
6198
6199         * modules/c-ctype-tests: New file.
6200         * tests/test-c-ctype.c: New file.
6201
6202 2007-01-14  Bruno Haible  <bruno@clisp.org>
6203
6204         * modules/binary-io-tests: New file.
6205         * tests/test-binary-io.sh: New file.
6206         * tests/test-binary-io.c: New file.
6207
6208 2007-01-14  Bruno Haible  <bruno@clisp.org>
6209
6210         * modules/array-oset-tests: New file.
6211         * tests/test-array_oset.c: New file.
6212
6213 2007-01-14  Bruno Haible  <bruno@clisp.org>
6214
6215         * modules/array-list-tests: New file.
6216         * tests/test-array_list.c: New file.
6217
6218 2007-01-14  Bruno Haible  <bruno@clisp.org>
6219
6220         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
6221         and make.
6222         Reported by Simon Josefsson in
6223         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
6224
6225 2007-01-14  Bruno Haible  <bruno@clisp.org>
6226
6227         * modules/allocsa-tests: New file.
6228         * tests/test-allocsa.c: New file.
6229
6230 2007-01-14  Bruno Haible  <bruno@clisp.org>
6231
6232         * modules/fchdir (Depends-on): Add absolute-header.
6233         * modules/unistd (Depends-on): Likewise.
6234
6235 2006-12-30  Bruno Haible  <bruno@clisp.org>
6236
6237         * modules/fchdir: New file.
6238         * modules/unistd (Files): Add lib/unistd_.h.
6239         (Makefile.am): Generate unistd.h from unistd_.h.
6240         * lib/fchdir.c: New file.
6241         * lib/dirent_.h: New file.
6242         * lib/unistd_.h: New file.
6243         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
6244         * m4/fchdir.m4: New file.
6245         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
6246         (gl_HEADER_UNISTD): Invoke it.
6247         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
6248         function.
6249         * lib/backupfile.c (opendir, closedir): Undefine.
6250         * lib/chown.c (open, close): Undefine.
6251         * lib/clean-temp.c (open, close): Undefine.
6252         * lib/copy-file.c (open, close): Undefine.
6253         * lib/execute.c (open, close): Undefine.
6254         * lib/fsusage.c (open, close): Undefine.
6255         * lib/gc-gnulib.c (open, close): Undefine.
6256         * lib/getcwd.c (opendir, closedir): Undefine.
6257         * lib/glob.c (opendir, closedir): Undefine.
6258         * lib/javacomp.c (open, close): Undefine.
6259         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
6260         * lib/openat-proc.c (open, close): Undefine.
6261         * lib/pagealign_alloc.c (open, close): Undefine.
6262         * lib/pipe.c (open, close): Undefine.
6263         * lib/progreloc.c (open, close): Undefine.
6264         * lib/savedir.c (opendir, closedir): Undefine.
6265         * lib/utime.c (open, close): Undefine.
6266         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6267
6268 2007-01-10  Bruno Haible  <bruno@clisp.org>
6269
6270         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6271
6272 2007-01-12  Eric Blake  <ebb9@byu.net>
6273
6274         Provide a robust <wchar.h>.  Further simplifications are now
6275         possible in other modules, but not included here.
6276         * modules/wchar: New module.
6277         * m4/wchar.m4: New file.
6278         * lib/wchar_.h: Likewise.
6279         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6280         of the new module.
6281         * MODULES.html.sh (Extended multibyte and wide character utilities):
6282         New section.
6283
6284 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6285
6286         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6287         to a reasonable default for memory allocation.
6288         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6289         file system that reports garbage st_size values for symlinks.
6290         Problem reported by Liyang Hu.
6291
6292 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6293
6294         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6295         Emacs .#* auto-save files).
6296
6297 2007-01-11  Bruno Haible  <bruno@clisp.org>
6298
6299         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6300         directory.
6301
6302 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6303
6304         Use @...@ consistently in lib/wctype_.h.
6305         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6306         on it being set to 1 or 0.
6307         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6308         go back to AC_SUBSTing it.
6309         * modules/wctype (Makefile.am): Undo previous change.
6310
6311 2007-01-10  Eric Blake  <ebb9@byu.net>
6312
6313         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6314         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6315         * modules/wctype (Makefile.am): Likewise.
6316         Reported by Chris McGuire.
6317
6318 2007-01-10  Jim Meyering  <jim@meyering.net>
6319
6320         fts.c: a small readability/maintainability improvement
6321         * lib/fts.c (fts_read): Make this code slightly more readable and
6322         maintainable by hoisting the "sp->fts_cur = p" assignments to
6323         immediately follow the statements that set P.  Derived from
6324         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
6325
6326 2007-01-10  Eric Blake  <ebb9@byu.net>
6327
6328         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
6329         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
6330         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6331         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6332         Reported by Chris McGuire.
6333
6334 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6335
6336         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
6337         in sed script.
6338
6339 2007-01-09  Bruno Haible  <bruno@clisp.org>
6340
6341         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
6342         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
6343         variables.
6344         (func_module): Use them.
6345
6346 2007-01-09  Bruno Haible  <bruno@clisp.org>
6347
6348         * modules/unistr/base: New file.
6349         * lib/unistr.h: New file.
6350
6351         * modules/unistr/u8-to-u16: New file.
6352         * lib/unistr/u8-to-u16.c: New file.
6353
6354         * modules/unistr/u8-to-u32: New file.
6355         * lib/unistr/u8-to-u32.c: New file.
6356
6357         * modules/unistr/u16-to-u8: New file.
6358         * lib/unistr/u16-to-u8.c: New file.
6359
6360         * modules/unistr/u16-to-u32: New file.
6361         * lib/unistr/u16-to-u32.c: New file.
6362
6363         * modules/unistr/u32-to-u8: New file.
6364         * lib/unistr/u32-to-u8.c: New file.
6365
6366         * modules/unistr/u32-to-u16: New file.
6367         * lib/unistr/u32-to-u16.c: New file.
6368
6369         * modules/unistr/u8-check: New file.
6370         * modules/unistr/u16-check: New file.
6371         * modules/unistr/u32-check: New file.
6372         * lib/unistr/u8-check.c: New file.
6373         * lib/unistr/u16-check.c: New file.
6374         * lib/unistr/u32-check.c: New file.
6375
6376         * modules/unistr/u8-chr: New file.
6377         * modules/unistr/u16-chr: New file.
6378         * modules/unistr/u32-chr: New file.
6379         * lib/unistr/u8-chr.c: New file.
6380         * lib/unistr/u16-chr.c: New file.
6381         * lib/unistr/u32-chr.c: New file.
6382
6383         * modules/unistr/u8-cmp: New file.
6384         * modules/unistr/u16-cmp: New file.
6385         * modules/unistr/u32-cmp: New file.
6386         * lib/unistr/u8-cmp.c: New file.
6387         * lib/unistr/u16-cmp.c: New file.
6388         * lib/unistr/u32-cmp.c: New file.
6389
6390         * modules/unistr/u8-cpy: New file.
6391         * modules/unistr/u16-cpy: New file.
6392         * modules/unistr/u32-cpy: New file.
6393         * lib/unistr/u8-cpy.c: New file.
6394         * lib/unistr/u16-cpy.c: New file.
6395         * lib/unistr/u32-cpy.c: New file.
6396         * lib/unistr/u-cpy.h: New file.
6397
6398         * modules/unistr/u8-cpy-alloc: New file.
6399         * modules/unistr/u16-cpy-alloc: New file.
6400         * modules/unistr/u32-cpy-alloc: New file.
6401         * lib/unistr/u8-cpy-alloc.c: New file.
6402         * lib/unistr/u16-cpy-alloc.c: New file.
6403         * lib/unistr/u32-cpy-alloc.c: New file.
6404         * lib/unistr/u-cpy-alloc.h: New file.
6405
6406         * modules/unistr/u8-endswith: New file.
6407         * modules/unistr/u16-endswith: New file.
6408         * modules/unistr/u32-endswith: New file.
6409         * lib/unistr/u8-endswith.c: New file.
6410         * lib/unistr/u16-endswith.c: New file.
6411         * lib/unistr/u32-endswith.c: New file.
6412         * lib/unistr/u-endswith.h: New file.
6413
6414         * modules/unistr/u8-mblen: New file.
6415         * modules/unistr/u16-mblen: New file.
6416         * modules/unistr/u32-mblen: New file.
6417         * lib/unistr/u8-mblen.c: New file.
6418         * lib/unistr/u16-mblen.c: New file.
6419         * lib/unistr/u32-mblen.c: New file.
6420
6421         * modules/unistr/u8-mbtouc: New file.
6422         * modules/unistr/u16-mbtouc: New file.
6423         * modules/unistr/u32-mbtouc: New file.
6424         * lib/unistr/u8-mbtouc.c: New file.
6425         * lib/unistr/u16-mbtouc.c: New file.
6426         * lib/unistr/u32-mbtouc.c: New file.
6427
6428         * modules/unistr/u8-mbtouc-safe: New file.
6429         * modules/unistr/u16-mbtouc-safe: New file.
6430         * modules/unistr/u32-mbtouc-safe: New file.
6431         * lib/unistr/u8-mbtouc-safe.c: New file.
6432         * lib/unistr/u16-mbtouc-safe.c: New file.
6433         * lib/unistr/u32-mbtouc-safe.c: New file.
6434
6435         * modules/unistr/u8-move: New file.
6436         * modules/unistr/u16-move: New file.
6437         * modules/unistr/u32-move: New file.
6438         * lib/unistr/u8-move.c: New file.
6439         * lib/unistr/u16-move.c: New file.
6440         * lib/unistr/u32-move.c: New file.
6441         * lib/unistr/u-move.h: New file.
6442
6443         * modules/unistr/u8-next: New file.
6444         * modules/unistr/u16-next: New file.
6445         * modules/unistr/u32-next: New file.
6446         * lib/unistr/u8-next.c: New file.
6447         * lib/unistr/u16-next.c: New file.
6448         * lib/unistr/u32-next.c: New file.
6449
6450         * modules/unistr/u8-prev: New file.
6451         * modules/unistr/u16-prev: New file.
6452         * modules/unistr/u32-prev: New file.
6453         * lib/unistr/u8-prev.c: New file.
6454         * lib/unistr/u16-prev.c: New file.
6455         * lib/unistr/u32-prev.c: New file.
6456
6457         * modules/unistr/u8-set: New file.
6458         * modules/unistr/u16-set: New file.
6459         * modules/unistr/u32-set: New file.
6460         * lib/unistr/u8-set.c: New file.
6461         * lib/unistr/u16-set.c: New file.
6462         * lib/unistr/u32-set.c: New file.
6463         * lib/unistr/u-set.h: New file.
6464
6465         * modules/unistr/u8-startswith: New file.
6466         * modules/unistr/u16-startswith: New file.
6467         * modules/unistr/u32-startswith: New file.
6468         * lib/unistr/u8-startswith.c: New file.
6469         * lib/unistr/u16-startswith.c: New file.
6470         * lib/unistr/u32-startswith.c: New file.
6471         * lib/unistr/u-startswith.h: New file.
6472
6473         * modules/unistr/u8-stpcpy: New file.
6474         * modules/unistr/u16-stpcpy: New file.
6475         * modules/unistr/u32-stpcpy: New file.
6476         * lib/unistr/u8-stpcpy.c: New file.
6477         * lib/unistr/u16-stpcpy.c: New file.
6478         * lib/unistr/u32-stpcpy.c: New file.
6479         * lib/unistr/u-stpcpy.h: New file.
6480
6481         * modules/unistr/u8-stpncpy: New file.
6482         * modules/unistr/u16-stpncpy: New file.
6483         * modules/unistr/u32-stpncpy: New file.
6484         * lib/unistr/u8-stpncpy.c: New file.
6485         * lib/unistr/u16-stpncpy.c: New file.
6486         * lib/unistr/u32-stpncpy.c: New file.
6487         * lib/unistr/u-stpncpy.h: New file.
6488
6489         * modules/unistr/u8-strcat: New file.
6490         * modules/unistr/u16-strcat: New file.
6491         * modules/unistr/u32-strcat: New file.
6492         * lib/unistr/u8-strcat.c: New file.
6493         * lib/unistr/u16-strcat.c: New file.
6494         * lib/unistr/u32-strcat.c: New file.
6495         * lib/unistr/u-strcat.h: New file.
6496
6497         * modules/unistr/u8-strchr: New file.
6498         * modules/unistr/u16-strchr: New file.
6499         * modules/unistr/u32-strchr: New file.
6500         * lib/unistr/u8-strchr.c: New file.
6501         * lib/unistr/u16-strchr.c: New file.
6502         * lib/unistr/u32-strchr.c: New file.
6503
6504         * modules/unistr/u8-strcmp: New file.
6505         * modules/unistr/u16-strcmp: New file.
6506         * modules/unistr/u32-strcmp: New file.
6507         * lib/unistr/u8-strcmp.c: New file.
6508         * lib/unistr/u16-strcmp.c: New file.
6509         * lib/unistr/u32-strcmp.c: New file.
6510
6511         * modules/unistr/u8-strcpy: New file.
6512         * modules/unistr/u16-strcpy: New file.
6513         * modules/unistr/u32-strcpy: New file.
6514         * lib/unistr/u8-strcpy.c: New file.
6515         * lib/unistr/u16-strcpy.c: New file.
6516         * lib/unistr/u32-strcpy.c: New file.
6517         * lib/unistr/u-strcpy.h: New file.
6518
6519         * modules/unistr/u8-strcspn: New file.
6520         * modules/unistr/u16-strcspn: New file.
6521         * modules/unistr/u32-strcspn: New file.
6522         * lib/unistr/u8-strcspn.c: New file.
6523         * lib/unistr/u16-strcspn.c: New file.
6524         * lib/unistr/u32-strcspn.c: New file.
6525         * lib/unistr/u-strcspn.h: New file.
6526
6527         * modules/unistr/u8-strdup: New file.
6528         * modules/unistr/u16-strdup: New file.
6529         * modules/unistr/u32-strdup: New file.
6530         * lib/unistr/u8-strdup.c: New file.
6531         * lib/unistr/u16-strdup.c: New file.
6532         * lib/unistr/u32-strdup.c: New file.
6533         * lib/unistr/u-strdup.h: New file.
6534
6535         * modules/unistr/u8-strlen: New file.
6536         * modules/unistr/u16-strlen: New file.
6537         * modules/unistr/u32-strlen: New file.
6538         * lib/unistr/u8-strlen.c: New file.
6539         * lib/unistr/u16-strlen.c: New file.
6540         * lib/unistr/u32-strlen.c: New file.
6541         * lib/unistr/u-strlen.h: New file.
6542
6543         * modules/unistr/u8-strmblen: New file.
6544         * modules/unistr/u16-strmblen: New file.
6545         * modules/unistr/u32-strmblen: New file.
6546         * lib/unistr/u8-strmblen.c: New file.
6547         * lib/unistr/u16-strmblen.c: New file.
6548         * lib/unistr/u32-strmblen.c: New file.
6549
6550         * modules/unistr/u8-strmbtouc: New file.
6551         * modules/unistr/u16-strmbtouc: New file.
6552         * modules/unistr/u32-strmbtouc: New file.
6553         * lib/unistr/u8-strmbtouc.c: New file.
6554         * lib/unistr/u16-strmbtouc.c: New file.
6555         * lib/unistr/u32-strmbtouc.c: New file.
6556
6557         * modules/unistr/u8-strncat: New file.
6558         * modules/unistr/u16-strncat: New file.
6559         * modules/unistr/u32-strncat: New file.
6560         * lib/unistr/u8-strncat.c: New file.
6561         * lib/unistr/u16-strncat.c: New file.
6562         * lib/unistr/u32-strncat.c: New file.
6563         * lib/unistr/u-strncat.h: New file.
6564
6565         * modules/unistr/u8-strncmp: New file.
6566         * modules/unistr/u16-strncmp: New file.
6567         * modules/unistr/u32-strncmp: New file.
6568         * lib/unistr/u8-strncmp.c: New file.
6569         * lib/unistr/u16-strncmp.c: New file.
6570         * lib/unistr/u32-strncmp.c: New file.
6571
6572         * modules/unistr/u8-strncpy: New file.
6573         * modules/unistr/u16-strncpy: New file.
6574         * modules/unistr/u32-strncpy: New file.
6575         * lib/unistr/u8-strncpy.c: New file.
6576         * lib/unistr/u16-strncpy.c: New file.
6577         * lib/unistr/u32-strncpy.c: New file.
6578         * lib/unistr/u-strncpy.h: New file.
6579
6580         * modules/unistr/u8-strnlen: New file.
6581         * modules/unistr/u16-strnlen: New file.
6582         * modules/unistr/u32-strnlen: New file.
6583         * lib/unistr/u8-strnlen.c: New file.
6584         * lib/unistr/u16-strnlen.c: New file.
6585         * lib/unistr/u32-strnlen.c: New file.
6586         * lib/unistr/u-strnlen.h: New file.
6587
6588         * modules/unistr/u8-strpbrk: New file.
6589         * modules/unistr/u16-strpbrk: New file.
6590         * modules/unistr/u32-strpbrk: New file.
6591         * lib/unistr/u8-strpbrk.c: New file.
6592         * lib/unistr/u16-strpbrk.c: New file.
6593         * lib/unistr/u32-strpbrk.c: New file.
6594         * lib/unistr/u-strpbrk.h: New file.
6595
6596         * modules/unistr/u8-strrchr: New file.
6597         * modules/unistr/u16-strrchr: New file.
6598         * modules/unistr/u32-strrchr: New file.
6599         * lib/unistr/u8-strrchr.c: New file.
6600         * lib/unistr/u16-strrchr.c: New file.
6601         * lib/unistr/u32-strrchr.c: New file.
6602
6603         * modules/unistr/u8-strspn: New file.
6604         * modules/unistr/u16-strspn: New file.
6605         * modules/unistr/u32-strspn: New file.
6606         * lib/unistr/u8-strspn.c: New file.
6607         * lib/unistr/u16-strspn.c: New file.
6608         * lib/unistr/u32-strspn.c: New file.
6609         * lib/unistr/u-strspn.h: New file.
6610
6611         * modules/unistr/u8-strstr: New file.
6612         * modules/unistr/u16-strstr: New file.
6613         * modules/unistr/u32-strstr: New file.
6614         * lib/unistr/u8-strstr.c: New file.
6615         * lib/unistr/u16-strstr.c: New file.
6616         * lib/unistr/u32-strstr.c: New file.
6617         * lib/unistr/u-strstr.h: New file.
6618
6619         * modules/unistr/u8-strtok: New file.
6620         * modules/unistr/u16-strtok: New file.
6621         * modules/unistr/u32-strtok: New file.
6622         * lib/unistr/u8-strtok.c: New file.
6623         * lib/unistr/u16-strtok.c: New file.
6624         * lib/unistr/u32-strtok.c: New file.
6625         * lib/unistr/u-strtok.h: New file.
6626
6627         * modules/unistr/u8-uctomb: New file.
6628         * modules/unistr/u16-uctomb: New file.
6629         * modules/unistr/u32-uctomb: New file.
6630         * lib/unistr/u8-uctomb.c: New file.
6631         * lib/unistr/u16-uctomb.c: New file.
6632         * lib/unistr/u32-uctomb.c: New file.
6633
6634         * MODULES.html.sh (Unicode string functions): Add the new modules.
6635
6636 2007-01-08  Bruno Haible  <bruno@clisp.org>
6637
6638         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
6639         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
6640         subdirectories.
6641
6642 2007-01-08  Karl Berry  <karl@gnu.org>
6643
6644         * doc/error.texi: mention that main() fns must set program_name
6645         when progname is used.
6646
6647 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
6648
6649         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
6650         WCTYPE_H is empty, for the benefit of builds from non-distclean
6651         directories.  Problem reported by Eric Blake in
6652         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
6653
6654 2007-01-08  Bruno Haible  <bruno@clisp.org>
6655
6656         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
6657         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
6658         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
6659         PROVIDE_CANONICALIZE_FILENAME_MODE.
6660         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
6661
6662 2007-01-08  Bruno Haible  <bruno@clisp.org>
6663
6664         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
6665         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
6666         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
6667         * lib/fts.c: Likewise.
6668         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
6669
6670 2006-12-25  Bruno Haible  <bruno@clisp.org>
6671
6672         * modules/utf8-ucs4-safe: New file.
6673         * lib/utf8-ucs4-safe.h: New file.
6674         * lib/unistr/utf8-ucs4-safe.c: New file.
6675
6676         * modules/utf16-ucs4-safe: New file.
6677         * lib/utf16-ucs4-safe.h: New file.
6678         * lib/unistr/utf16-ucs4-safe.c: New file.
6679
6680         * MODULES.html.sh (Unicode string functions): Add the new modules.
6681
6682 2007-01-08  Bruno Haible  <bruno@clisp.org>
6683
6684         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
6685         (Depends-on): Add unitypes.
6686         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
6687         (u8_mbtouc_aux): Move out to separate file.
6688         (u8_mbtouc): Use ucs4_t, uint8_t types.
6689         * lib/unistr/utf8-ucs4.c: New file.
6690
6691         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
6692         (Depends-on): Add unitypes.
6693         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
6694         (u16_mbtouc_aux): Move out to separate file.
6695         (u16_mbtouc): Use ucs4_t, uint16_t types.
6696         * lib/unistr/utf16-ucs4.c: New file.
6697
6698         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
6699         (Depends-on): Add unitypes.
6700         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
6701         (u8_uctomb_aux): Move out to separate file.
6702         (u8_uctomb): Use ucs4_t, uint8_t types.
6703         * lib/unistr/ucs4-utf8.c: New file.
6704
6705         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
6706         (Depends-on): Add unitypes.
6707         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
6708         (u16_uctomb_aux): Move out to separate file.
6709         (u16_uctomb): Use ucs4_t, uint16_t types.
6710         * lib/unistr/ucs4-utf16.c: New file.
6711
6712 2006-12-25  Bruno Haible  <bruno@clisp.org>
6713
6714         * modules/unitypes: New file.
6715         * lib/unitypes.h: New file.
6716         * MODULES.html.sh (func_all_modules): New section "Unicode string
6717         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
6718         this section. Add unitypes.
6719
6720 2007-01-08  Bruno Haible  <bruno@clisp.org>
6721
6722         Avoid variable names that conflict with those from libtool.
6723         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
6724         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
6725         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
6726         library_names_spec to acl_library_names_spec, hardcode_* to
6727         acl_hardcode_*.
6728         Reported by Ralf Wildenhues.
6729
6730 2007-01-08  Bruno Haible  <bruno@clisp.org>
6731
6732         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
6733         definition.
6734         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
6735         definition.
6736         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
6737         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
6738         definition.
6739         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
6740         definition.
6741         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
6742         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
6743         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
6744         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
6745         definition.
6746         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
6747         definition.
6748         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
6749         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
6750         GC_USE_<algorithm>.
6751         * lib/gc-libgcrypt.c: Likewise.
6752         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
6753         * modules/gc-arctwo (configure.ac): Likewise.
6754         * modules/gc-des (configure.ac): Likewise.
6755         * modules/gc-hmac-md5 (configure.ac): Likewise.
6756         * modules/gc-hmac-sha1 (configure.ac): Likewise.
6757         * modules/gc-md2 (configure.ac): Likewise.
6758         * modules/gc-md4 (configure.ac): Likewise.
6759         * modules/gc-md5 (configure.ac): Likewise.
6760         * modules/gc-random (configure.ac): Likewise.
6761         * modules/gc-rijndael (configure.ac): Likewise.
6762         * modules/gc-sha1 (configure.ac): Likewise.
6763
6764 2007-01-08  Bruno Haible  <bruno@clisp.org>
6765
6766         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
6767         macro definition.
6768         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
6769         definition.
6770         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
6771         definition.
6772         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
6773         * modules/fcntl-safer (configure.ac): Likewise.
6774         * modules/fopen-safer (configure.ac): Likewise.
6775         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
6776         GNULIB_FWRITEERROR macro definition.
6777
6778 2007-01-08  Bruno Haible  <bruno@clisp.org>
6779
6780         * m4/gnulib-common.m4: New file.
6781         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
6782         (func_get_filelist): Add m4/gnulib-common.m4.
6783
6784 2007-01-08  Bruno Haible  <bruno@clisp.org>
6785
6786         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
6787         command.
6788
6789 2007-01-08  Jim Meyering  <jim@meyering.net>
6790
6791         Use a more robust test for a "can't happen" condition.
6792         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
6793         narrowed the st_size value.  Presuming the "can't happen" condition
6794         is true, that narrowing could conceivably convert an invalid st_size
6795         value into a valid one.  Instead, use a change based on Matthew
6796         Woehlke's original patch.
6797
6798         Slight readability improvement: use an assert-like macro
6799         in place of literal "abort ()" uses.
6800         * lib/fts.c (fts_assert): Define.
6801         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
6802         Use this macro instead of a bare 'abort'.
6803
6804 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6805
6806         Don't worry about using IRIX 5.3's wctype.h broken definitions;
6807         simply work around them.
6808         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
6809         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
6810         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
6811         declaring.
6812         Don't bother to define as macros, since the standard doesn't require it.
6813         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
6814         longer worry about IRIX 5.3.
6815         (HAVE_WCTYPE_CTMP_BUG): Remove.
6816
6817 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6818
6819         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
6820         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
6821         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6822         Problems reported by Georg Schwarz for IRIX 5.3.
6823
6824         * gnulib-tool (autoconf_minversion): Take the maximum version number
6825         found, not the minimum.  Problem reported by James Youngman.
6826
6827 2007-01-03  Karl Berry  <karl@gnu.org>
6828
6829         * doc/error.texi: new file, explaining interaction with progname.
6830         * doc/gnulib.texi: include it.  Update copyright.
6831
6832 2007-01-03  Simon Josefsson  <simon@josefsson.org>
6833
6834         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
6835         AC_CANONICAL_HOST, to improve autobuild outputs.
6836
6837 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
6838             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6839
6840         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
6841         sockets, server sockets, and other file descriptors.  Count errors
6842         to compute the return value.  Reorder the code a bit to be easier
6843         to follow.  Don't set event bits that were not requested (except
6844         POLLERR and POLLHUP).
6845
6846 2007-01-01  Bruno Haible  <bruno@clisp.org>
6847
6848         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
6849
6850 2007-01-03  Jim Meyering  <jim@meyering.net>
6851
6852         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
6853
6854 2007-01-02  Bruno Haible  <bruno@clisp.org>
6855
6856         * modules/settime (Include): Require timespec.h.
6857         * modules/nanosleep (Include): Likewise.
6858
6859 2007-01-01  Bruno Haible  <bruno@clisp.org>
6860
6861         * gnulib-tool (func_emit_copyright_notice): Bump year.
6862         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
6863
6864 2007-01-01  Bruno Haible  <bruno@clisp.org>
6865
6866         Improve support for OpenBSD.
6867         * build-aux/config.rpath (libname_spec): Export.
6868         (library_names_spec): New variable. Export.
6869         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
6870         library_names_spec from the config.rpath output. Locate shared library
6871         through the name pattern in library_names_spec.
6872
6873 2007-01-01  Eric Blake  <ebb9@byu.net>
6874
6875         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
6876
6877 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
6878
6879         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
6880         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
6881         assume the C locale, and avoid an "eval" that could cause trouble.
6882         Problem with SORT reported by Bob Proulx.
6883
6884         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
6885         Define.  Trivial patch from Henning Nielsen Lund, originally
6886         sent to bug-grep@gnu.org today.
6887
6888 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6889
6890         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
6891         struct stat.  Problem reported by Henning Nielsen Lund.
6892         * lib/acl.c: Include acl.h first, to check interface.  Don't
6893         bother to include sys/types.h and sys/stat.h again.
6894
6895 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
6896
6897         Import the following change from libc; problem reported by
6898         Sven Verdoolaege.
6899
6900         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
6901
6902         [BZ #1373]
6903         * lib/argp.h: Remove __NTH for __argp_usage inline function.
6904
6905 2006-12-28  Jim Meyering  <jim@meyering.net>
6906
6907         * build-aux/announce-gen: Do not assume that the package
6908         builds any of tar.gz, tar.bz2, and .xdelta files.
6909         Suggestion from Simon Josefsson.
6910
6911 2006-12-28  Simon Josefsson  <simon@josefsson.org>
6912
6913         * modules/announce-gen: New file.
6914
6915 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
6916
6917         * lib/mbchar.h: Just include <wctype.h>; the wctype module
6918         handles its gotchas now.
6919         * lib/mbswidth.c: Likewise.
6920         * lib/wcwidth.h: Likewise.
6921         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
6922         and iswcntrl; the wctype module does this stuff now.
6923         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6924         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6925         * modules/mbchar (Depends-on): Add wctype.
6926         * modules/mbswidth (Depends-on): Likewise.
6927         * modules/wcwidth (Depends-on): Likewise.
6928
6929 2006-12-27  Eric Blake  <ebb9@byu.net>
6930
6931         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
6932         module uses more than what <wctype.h> is required to provide.
6933
6934 2006-12-26  Eric Blake  <ebb9@byu.net>
6935
6936         * gnulib-tool (sed_extract_prog): Avoid space-tab.
6937
6938 2006-12-26  Eric Blake  <ebb9@byu.net>
6939
6940         * modules/absolute-header: New module.
6941         * modules/fcntl (Depends-on): Depend on it.
6942         * modules/inttypes (Depends-on): Likewise.
6943         * modules/stdint (Depends-on): Likewise.
6944         * modules/sys_stat (Depends-on): Likewise.
6945         * modules/wctype (Depends-on): Likewise.
6946         * MODULES.html.sh (Support for building libraries and
6947         executables): Document it.
6948
6949 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
6950
6951         * gnulib-tool (SED): Remove, undoing previous change.
6952         The problem was that it broke coreutils on Solaris, because
6953         "sed --posix" leaked into a makefile.
6954         (sed): New alias, if 'alias' and GNU sed.
6955
6956 2006-12-24  Jim Meyering  <jim@meyering.net>
6957
6958         Work around an fchownat bug in glibc-2.4:
6959         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
6960         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
6961         in spite of the -P option.
6962         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
6963         New macros.
6964         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
6965         * modules/openat (Files): Add lib/fchownat.c.
6966         * lib/openat.c (fchownat): Don't define here.  Move to...
6967         * lib/fchownat.c: ...this new file.
6968
6969 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
6970
6971         Fix bug reported by Bruno Haible in
6972         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
6973         where quotearg.c didn't compile on Mac OS X 10.2 because it
6974         lacks <wchar.h> and wint_t.
6975         * lib/wctype_.h (__wctype_wint_t): New type.
6976         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
6977         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
6978         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
6979         Arg is now of type __wctype_wint_t, not wint_t.
6980         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
6981         substitute HAVE_WINT_T.
6982         * modules/wctype (Files): Add m4/wint_t.m4.
6983         (wctype.h): Substitute HAVE_WINT_T.
6984
6985 2006-12-23  Bruno Haible  <bruno@clisp.org>
6986
6987         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
6988
6989 2006-12-23  Bruno Haible  <bruno@clisp.org>
6990
6991         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
6992         S_ISLNK.
6993         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
6994         mingw.
6995
6996 2006-12-22  Bruno Haible  <bruno@clisp.org>
6997
6998         * lib/copy-file.c: Include acl.h.
6999         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7000         Close the file descriptors only after being done with copy_acl.
7001         * modules/copy-file (Depends-on): Add acl.
7002
7003 2006-12-22  Bruno Haible  <bruno@clisp.org>
7004
7005         * gnulib-tool (SED): New variable.
7006         Use $SED instead of sed everywhere.
7007
7008 2006-12-22  Bruno Haible  <bruno@clisp.org>
7009
7010         * modules/no-c++: New file.
7011         * m4/no-c++.m4: New file.
7012         * MODULES.html.sh (Support for building libraries and executables):
7013         Add no-c++.
7014
7015 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7016
7017         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7018         Include <limits.h>, and use its INT_MAX to rewrite the
7019         j loop so that it does not overflow 'int'.  Problem reported by
7020         Ralf Wildenhues in
7021         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7022         Play it safe by shifting left by 1 rather than multiplying by 2,
7023         as GCC is less likely to optimize this away when the value
7024         is signed (when it assumes overflow leads to undefined behavior).
7025         Also, don't assume time_t uses two's complement.
7026
7027 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7028
7029         * MODULES.html.sh: New module wctype.
7030         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7031         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7032         <wctype.h>, since the new wctype module should fix this.
7033         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7034         the wctype module should arrange for it.
7035         * lib/regex_internal.h: Likewise.
7036         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7037         since the wctype module should handle this now.
7038         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7039         * modules/fnmatch (Depends-on): Add wctype.
7040         * modules/quotearg (Depends-on): Likewise.
7041         * modules/regex (Depends-on): Likewise.
7042
7043 2006-12-19  Bruno Haible  <bruno@clisp.org>
7044
7045         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7046         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7047
7048 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7049
7050         * modules/savewd (Depends-on): Fix dependency on fcntl.
7051
7052 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7053
7054         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7055         conforms to C99, rather than relying on the user's environment
7056         setting of STDINT_H.
7057
7058 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7059         and Eric Blake  <ebb9@byu.net>
7060
7061         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7062         This is more consistent with the other defines here.
7063         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7064         Port to z/OS.  Problem reported by Paul Gilmartin.
7065         Change local vars to use gl_ prefix rather than ac_.
7066         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7067         with other defines.
7068         * modules/double-slash-root: New module.
7069         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7070         (Depends-on): Add double-slash-root.
7071         * MODULES.html.sh (File system functions): Mention new module.
7072
7073 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7074
7075         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7076         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7077         This is for the benefit of gzip, which doesn't do i18n.
7078
7079 2006-12-12  Jim Meyering  <jim@meyering.net>
7080
7081         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7082         Reported by Andreas Schwab <schwab@suse.de>.
7083
7084 2006-12-12  Bruno Haible  <bruno@clisp.org>
7085
7086         Merge these changes.
7087         2006-09-05  Bruno Haible  <bruno@clisp.org>
7088         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7089         iconv_alloc succeeded.
7090         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7091         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7092         test for " && dest " at the end - dest is always != NULL there. Call
7093         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7094         with 2xNULL arguments, also to flush the state storage. Handle the
7095         IRIX iconv behaviour. Realloc the final result, to throw away unused
7096         memory.
7097
7098 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7099
7100         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7101         and fchmodat unconditionally, since glibc 2.4 has them.
7102         Problem reported by Arkadiusz Miskiewicz.
7103
7104 2006-12-10  Bruno Haible  <bruno@clisp.org>
7105
7106         * gnulib-tool (func_import): Show the include files only for those
7107         modules that are copied and specified.
7108         Reported by Karl Berry.
7109
7110 2006-12-08  Jim Meyering  <jim@meyering.net>
7111
7112         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7113         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
7114
7115         * build-aux/announce-gen: Add two new options, both optional:
7116         --bootstrap-tools=TOOL_LIST
7117               a comma-separated list of tools, e.g.,
7118               autoconf,automake,bison,gnulib
7119         --gnulib-snapshot-date=DATE
7120               if gnulib is in the bootstrap tool list,
7121               then report this as the snapshot date.
7122               If not specified, use the current date/time.
7123               If you specify a date here, be sure it's UTC.
7124
7125 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7126
7127         * tests/test-argp-2.sh: Fix test to match actual output.
7128         (func_compare): Fix sed script to be portable.
7129
7130 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
7131
7132         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
7133         workaround for this case.  It is not autoconfigured now; offhand
7134         it's hard to see how to autoconfigure it.
7135
7136 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7137
7138         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
7139         a directory that is about to be chowned.  Such a directory's
7140         initial file permissions should permit the owner only and this
7141         should not be changed until after the chown, since the group and
7142         other bits would be incorrect if they granted permission before
7143         the chown.
7144
7145         Fix porting problem for iswctype reported by Georg Schwarz in:
7146         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
7147         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
7148         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
7149         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
7150         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7151
7152 2006-12-03  Jim Meyering  <jim@meyering.net>
7153
7154         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
7155         p->fts_statp may not yet be defined.
7156         (fts_read): Instead, set it in the caller, once p->fts_statp is
7157         sure to be defined, and corresponds to a top-level directory.
7158         This bug made du -x fail.  Here's the coreutils test case:
7159         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
7160         Reported by Mike Frysinger.
7161
7162 2006-12-01  Jim Meyering  <jim@meyering.net>
7163
7164         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
7165         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
7166         Reported by Simon Josefsson.
7167
7168 2006-11-30  Jim Meyering  <jim@meyering.net>
7169
7170         * m4/warning.m4: Use the all-permissive copyright notice
7171         recommended by RMS (rather than LGPL).
7172         * m4/vararrays.m4: Likewise.
7173         * m4/flexmember.m4: Likewise.
7174
7175 2006-11-29  Bruno Haible  <bruno@clisp.org>
7176
7177         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7178         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
7179         using +=.
7180         Reported by Simon Josefsson <simon@josefsson.org>.
7181
7182 2006-11-28  James Youngman <jay@gnu.org>
7183
7184         * README: Advise users that they might find the bug-gnulib@gnu.org
7185         and autotools-announce@gnu.org mailing lists useful.
7186
7187 2006-11-28  Bruno Haible  <bruno@clisp.org>
7188
7189         * m4/ptrdiff_max.m4: Remove file.
7190
7191 2006-11-21  Bruno Haible  <bruno@clisp.org>
7192
7193         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
7194         _AC_COMPUTE_INT.
7195         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7196         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
7197         _AC_COMPUTE_INT.
7198         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7199         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
7200         _AC_COMPUTE_INT.
7201         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7202
7203 2006-11-28  Jim Meyering  <jim@meyering.net>
7204
7205         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
7206         warning from "gcc -Wshadow" about shadowing the builtin.
7207
7208 2006-11-27  Bruno Haible  <bruno@clisp.org>
7209
7210         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
7211         _AC_COMPUTE_INT.
7212         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
7213
7214 2006-11-27  Bruno Haible  <bruno@clisp.org>
7215             Paul Eggert  <eggert@cs.ucla.edu>
7216
7217         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
7218
7219 2006-11-26  Bruno Haible  <bruno@clisp.org>
7220
7221         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7222         noinst_LTLIBRARIES.
7223
7224 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7225             Bruno Haible  <bruno@clisp.org>
7226
7227         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
7228         if compiling with "gcc -ansi".
7229
7230 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
7231
7232         Fix some incompatibilities with gcc -ansi -pedantic.
7233         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
7234         if compiling pedantically with GCC, unless it's C99 or later.
7235         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
7236         it mishandles gcc -ansi -pedantic as well.
7237         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
7238         if gcc -pedantic.
7239         * lib/regexec.c (check_node_accept_bytes): Don't use auto
7240         initializers for struct if -pedantic, unless it's C99 or later.
7241
7242 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
7243
7244         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
7245         Don't close an fd more than once. Identical atimes indicate
7246         success, not failure.
7247
7248 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
7249
7250         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
7251
7252 2006-11-23  Jim Meyering  <jim@meyering.net>
7253
7254         * build-aux/announce-gen: New file.  From coreutils.
7255
7256 2006-11-22  Jim Meyering  <jim@meyering.net>
7257
7258         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
7259         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
7260         (fts_read): Use a temporary to narrow the overused st_size member
7261         before using it in a switch statement.  Reported by Matthew Woehlke.
7262
7263         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7264         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7265
7266 2006-11-20  Bruno Haible  <bruno@clisp.org>
7267
7268         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7269         changequote instead of pairs of brackets.
7270         Reported by Andreas Schwab <schwab@suse.de>.
7271
7272 2006-11-21  Jim Meyering  <jim@meyering.net>
7273
7274         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7275         so as to remain compatible with older compilers.
7276         Patch from Michael Deutschmann.
7277
7278 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7279
7280         * MODULES.html.sh (File system functions): Add openat.
7281
7282         * lib/openat.h (rpl_fstatat): New macro, if
7283         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7284         (fstatat): Define to rpl_fstatat under the same conditions,
7285         unless COMPILING_FSTATAT.
7286         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7287         seems to have the bug.
7288         * lib/fstatat.c: New file.
7289         * modules/openat (Files): Add it.
7290
7291 2006-11-20  Bruno Haible  <bruno@clisp.org>
7292
7293         * Makefile: New file.
7294
7295 2006-11-20  Jim Meyering  <jim@meyering.net>
7296
7297         The beginnings of syntax-related checks for gnulib.
7298         * lib/Makefile: New file.
7299         * lib/t-idcache: New script.  Ensure that the two halves of
7300         idcache.c stay in sync.
7301
7302         * lib/idcache.c: Adjust comments in user- and group- portions to
7303         be more accurate, and to be consistent with one another.
7304
7305 2006-11-20  Jim Meyering  <jim@meyering.net>
7306
7307         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7308         continue using the flexible array member (thus, this module performs
7309         half as many malloc calls), with the addition that...
7310         (getgroup, getuser): Consistently record a non-match via an empty
7311         "name" string, and map an empty string match to a NULL return value.
7312         * modules/idcache (Depends-on): Re-add flexmember.
7313
7314         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7315         (getuidbyname, getgroup, getgidbyname): Likewise.
7316
7317         Use cleaner syntax: NULL rather than 0.
7318         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
7319
7320 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7321
7322         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
7323         It mishandled the case where the group was missing.
7324         Problem reported by Greg Schafer.
7325         * modules/idcache: Likewise.
7326
7327 2006-11-18  Jim Meyering  <jim@meyering.net>
7328
7329         * check-module (%exempt_header): Add exception for some
7330         conditionally-included headers.
7331
7332         * modules/i-ring (Depends-on): Add verify.
7333         (License): Change to LGPL.
7334
7335 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7336
7337         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
7338         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
7339         and inttostr.h.  Use snprintf rather than uinttostr, so that
7340         LGPLed code doesn't depend on GPLed.
7341
7342 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7343
7344         * modules/inline (License): Change from GPL to LGPL.
7345
7346 2006-11-17  Jim Meyering  <jim@meyering.net>
7347
7348         * modules/d-type (License): Switch to LGPL.
7349
7350 2006-11-15  Bruno Haible  <bruno@clisp.org>
7351
7352         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7353
7354 2006-11-15  Eric Blake  <ebb9@byu.net>
7355
7356         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7357         the module dependency.
7358
7359 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7360             Bruno Haible  <bruno@clisp.org>
7361
7362         * gnulib-tool (func_create_testdir): Add license consistency check.
7363
7364 2006-11-15  Eric Blake  <ebb9@byu.net>
7365
7366         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
7367         random "(cached)" in configure output.
7368
7369 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7370
7371         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
7372         test for conforming inttypes.h is both announced and cached.
7373
7374         * MODULES.html.sh (seen_modules, seen_files): New variables.
7375         (func_module): Rewrite to use a few less gnulib-tool and sed
7376         invocations.  Avoid a couple of quadratic algorithms for ...
7377         (missed_modules, missed_files): ... these, with ...
7378         (func_append, func_tmpdir): ... these new functions, from
7379         gnulib-tool.  Analogously, install traps for cleanup.
7380
7381         * tests/test-gc.c (main): Remove unused variables.
7382         * tests/test-read-file.c: Include stdlib.h, for 'free'.
7383
7384 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
7385
7386         * modules/inttostr (License): Change to LGPL.
7387
7388 2006-11-14  Eric Blake  <ebb9@byu.net>
7389
7390         * modules/tempname (License): Change to LGPL.
7391
7392 2006-11-14  Eric Blake  <ebb9@byu.net>
7393
7394         * doc/functions.texi (Function Portability): *printf functions on
7395         Cygwin now understand all POSIX size specifiers.
7396
7397 2006-11-14  Bruno Haible  <bruno@clisp.org>
7398
7399         * modules/c-ctype (License): Change to LGPL.
7400
7401 2006-11-12  Bruno Haible  <bruno@clisp.org>
7402
7403         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7404         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
7405         for GNOME libraries, for which the include files are installed in
7406         subdirectories of $prefix/include.
7407
7408 2006-11-12  Bruno Haible  <bruno@clisp.org>
7409
7410         * m4/lib-link.m4: Require at least autoconf-2.54.
7411         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
7412         name to underscores for the --with option.
7413
7414 2006-11-13  Bruno Haible  <bruno@clisp.org>
7415
7416         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
7417         the tests directory.
7418         Reported by Ralf Wildenhues.
7419
7420 2006-11-13  Bruno Haible  <bruno@clisp.org>
7421
7422         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
7423         (func_emit_initmacro_end): Undo the override here.
7424         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
7425         Works around the famous automake error in coreutils.
7426
7427 2006-11-13  Eric Blake  <ebb9@byu.net>
7428
7429         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
7430         element, not its node.
7431
7432 2006-11-12  Bruno Haible  <bruno@clisp.org>
7433
7434         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
7435         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
7436
7437 2006-11-12  Bruno Haible  <bruno@clisp.org>
7438
7439         * gnulib-tool: New option --local-symlink.
7440         (func_usage): Document it.
7441         (lsymbolic): New variable.
7442         (func_import, func_create_testdir): If --symlink was not specified,
7443         test whether --local-symlink was specified and the file comes from
7444         the local_gnulib_dir.
7445
7446 2006-11-12  Bruno Haible  <bruno@clisp.org>
7447
7448         * gnulib-tool (func_ln): New function.
7449         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
7450
7451 2006-11-12  Bruno Haible  <bruno@clisp.org>
7452
7453         Finish support for source files in subdirectories.
7454         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
7455         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
7456         AUTOMAKE_OPTIONS.
7457         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
7458
7459 2006-11-12  Bruno Haible  <bruno@clisp.org>
7460
7461         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7462         EXTRA_lib_SOURCES augmentation.
7463         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
7464
7465 2006-11-12  Jim Meyering  <jim@meyering.net>
7466
7467         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
7468         file descriptors.  This also averts a failure on systems with
7469         native openat support when a traversed directory lacks "x" access.
7470         * lib/fts_.h: Include "i-ring.h"
7471         (struct FTS) [fts_fd_ring]: New member.
7472         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
7473         (FCHDIR): Add parentheses.
7474         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
7475         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
7476         When descending, rather than simply closing the previous
7477         fts_cwd_fd value, push that file descriptor onto the ring.
7478         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
7479         (fts_open): Initialize the new fd_ring member.
7480         (fts_close): Clear the ring.
7481         (fts_safe_changedir): When possible, use our new fd_ring to skip
7482         the diropen and fstat and dev/ino comparison that would normally
7483         accompany a virtual `chdir ("..")'.
7484
7485         * modules/fts (Depends-on): Add i-ring.
7486         * modules/i-ring: New module.
7487         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
7488         * m4/i-ring.m4: New file.
7489
7490 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7491
7492         * gnulib-tool (func_create_testdir): Fix replacement of
7493         `build-aux' in configure.ac.  Run autotools in gltests
7494         subdirectory.
7495         (func_create_testdir, func_create_megatestdir, test): There is
7496         no need for '--force' in most autotool invocations in a new
7497         tree.  Actually fail the whole test if any of the tools, or the
7498         configure or make stages fail.
7499
7500         Sync from Automake.
7501         * build-aux/gnupload: Revert last change.  Add pointer to upload
7502         instructions of the GNU Maintenance Instructions.
7503         Suggestion by Karl Berry.
7504
7505 2006-11-10  Jim Meyering  <jim@meyering.net>
7506
7507         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
7508
7509 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
7510
7511         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
7512         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
7513         (bind_textdomain_codeset) [! ENABLE_NLS]:
7514         Evaluate all the arguments.  That way, callers get compatible behavior
7515         if the arguments have side effects.  Also, it avoids some GCC
7516         diagnostics in some cases; Joel E. Denny reported problems when Bison
7517         was configured with --enable-gcc-warnigs.
7518
7519 2006-11-10  Jim Meyering  <jim@meyering.net>
7520
7521         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
7522         relevant options in CFLAGS (like -O, -fno-inline) are taken into
7523         account.
7524
7525 2006-11-10  Jim Meyering  <jim@meyering.net>
7526
7527         * modules/inline: New file/module.
7528         * modules/xalloc (Files): Remove m4/inline.m4.
7529         (Depends-on): Add inline, instead.
7530         * modules/oset: Likewise.
7531         * modules/list: Likewise.
7532
7533 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
7534
7535         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
7536         Problem reported by Matthew Woehlke.
7537
7538 2006-11-09  Bruno Haible  <bruno@clisp.org>
7539
7540         * lib/tempname.c (gen_tempname): Remove variant that invokes
7541         __gen_tempname.
7542         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
7543         __gen_tempname.
7544
7545 2006-11-08  Bruno Haible  <bruno@clisp.org>
7546
7547         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
7548         to 'yes' instead of 'cross-compiling'.
7549
7550 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
7551
7552         * lib/quotearg.h (quotearg_free): New decl.
7553         * lib/quotearg.c (quotearg_free): New function.
7554         (slot0, nslots, slotvec0, slotvec):
7555         Now file-scope so that quotearg_free can get at them.
7556
7557 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7558
7559         Sync from Automake.
7560         * build-aux/gnupload: Add missing 'gnu' to example URL.
7561         Report by Karl Berry.
7562
7563 2006-11-08  Bruno Haible  <bruno@clisp.org>
7564
7565         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
7566         Suggested by Paul Eggert.
7567
7568 2006-11-08  Jim Meyering  <jim@meyering.net>
7569
7570         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
7571         It's already included if !_LIBC.
7572         (fts_safe_changedir): Add a comment.
7573
7574 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
7575
7576         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
7577         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
7578         Matthew Woehlke.
7579
7580         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
7581         definitions up, to avoid colliding with change below.
7582         (static_inline) [HAVE_INLINE]: New macro.
7583         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
7584         Provide extern decls when !HAVE_INLINE.  Do not define unless
7585         static_inline is defined, either by us or by xmalloc.c.  Use
7586         static_inline rather than static inline.
7587         (XCALLOC): Optimize sizeof(T) = 1 case.
7588         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
7589
7590 2006-11-07  Bruno Haible  <bruno@clisp.org>
7591
7592         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
7593         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
7594         AC_C_INLINE.
7595         * modules/xalloc (Files): Add m4/inline.m4.
7596
7597 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7598
7599         * README: Fix typo.
7600         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
7601         (Miscellanous Notes): ...from this.
7602
7603 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
7604
7605         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
7606         Mention that offsetof should be used instead of sizeof.
7607         From Bruno Haible.
7608
7609 2006-11-07  Bruno Haible  <bruno@clisp.org>
7610
7611         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
7612
7613 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
7614
7615         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
7616         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
7617         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
7618         (gl_tree_add_before, gl_tree_add_after):
7619         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
7620         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
7621         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
7622         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
7623         (gl_linked_add_after, gl_linked_add_at): Likewise.
7624         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
7625         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
7626         (gl_tree_add_before, gl_tree_add_after): Likewise.
7627         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
7628         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
7629         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7630
7631 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7632
7633         * lib/gl_oset.h: Use C comment style, not C++ comment style.
7634
7635 2006-11-06  Bruno Haible  <bruno@clisp.org>
7636
7637         * m4/inline.m4: New file.
7638         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
7639         * modules/list (Files): Add m4/inline.m4.
7640         * modules/oset (Files): Likewise.
7641
7642 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
7643
7644         * lib/idcache.c: Include <stddef.h>, for offsetof.
7645         (struct userid.name): Change from char * to a flexible array member.
7646         All uses changed.
7647         * modules/idcache (Depends-on): Add flexmember.
7648
7649         * MODULES.html.sh (Core language properties): New module flexmember.
7650         * modules/flexmember, m4/flexmember.m4: New files.
7651
7652         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
7653         inline functions that are identical with the old xnmalloc_inline,
7654         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
7655         that we can avoid some unnecessary integer multiplications and
7656         divisions in the common case where the element size is known at
7657         compile time.
7658         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
7659         needed.
7660         (xnboundedmalloc): Remove.
7661         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
7662         arguments, for consistency with rest of this header.
7663         (xcharalloc): Rewrite using XNMALLOC.
7664         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
7665         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
7666         versions have been moved to lib/xalloc.h and renamed to be the
7667         non-*_inline versions.
7668         (xmalloc, xrealloc): Implement without reference to the xnmalloc
7669         and xnrealloc functions, since those functions are now inline and
7670         now call us.
7671         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
7672         renaming described above.
7673         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
7674         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
7675         captures the dependency in AC_C_INLINE.
7676
7677         New module canonicalize-lgpl, proposed by Charles Wilson in
7678         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
7679         with a few small changes afterwards.
7680         * MODULES.html.sh (File system functions): New module
7681         canonicalize-lgpl.
7682         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
7683         and canonicalize_file_name.
7684         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
7685         * modules/canonicalize-lgpl: New files.
7686
7687 2006-11-05  Bruno Haible  <bruno@clisp.org>
7688
7689         * gnulib-tool (func_import, func_create_testdir): Create directories
7690         also for files in subdirectories of lib/.
7691
7692 2006-11-05  Bruno Haible  <bruno@clisp.org>
7693
7694         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
7695         ANSI C compliant.
7696
7697 2006-11-03  Bruno Haible  <bruno@clisp.org>
7698
7699         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
7700         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
7701         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
7702         (xnboundedmalloc): New inline function.
7703         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
7704         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
7705         xmalloc.
7706         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
7707         xmalloc.
7708         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
7709         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
7710         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
7711         xmalloc.
7712         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
7713         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
7714         xmalloc.
7715         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
7716         gl_tree_add_after): Use XMALLOC instead of xmalloc.
7717         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
7718         xmalloc.
7719         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
7720         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
7721         gl_tree_add_after): Use XMALLOC instead of xmalloc.
7722         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
7723         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
7724         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
7725         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
7726
7727 2006-11-03  Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/c-ctype.h [C++]: Define functions without name mangling.
7730         * lib/fwriteerror.h [C++]: Likewise.
7731         * lib/gcd.h [C++]: Likewise.
7732         * lib/linebreak.h [C++]: Likewise.
7733
7734 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
7735
7736         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
7737         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
7738         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
7739         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7740         Check for functions and headers just once.
7741         Check for declaration of canonicalize_file_name.
7742         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
7743
7744 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7745
7746         * gnulib-tool (func_import): Fix typo in actioncmd.
7747
7748 2006-11-02  Bruno Haible  <bruno@clisp.org>
7749
7750         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
7751         newline sequence in the Makefile.am snippet as a space, like "make"
7752         does.
7753         Reported by Roger Persson <perrog@gmail.com>.
7754
7755 2006-11-01  Bruno Haible  <bruno@clisp.org>
7756
7757         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
7758         already declared in <string.h>.
7759         * lib/strcase.h (strncasecmp): Don't declare it if yes.
7760
7761 2006-11-01  Bruno Haible  <bruno@clisp.org>
7762
7763         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
7764         * lib/strcase.h: Include <string.h>.
7765         (strcasecmp): Define to rpl_strcasecmp here.
7766
7767 2006-11-01  Bruno Haible  <bruno@clisp.org>
7768
7769         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
7770
7771 2006-11-01  Eric Blake  <ebb9@byu.net>
7772
7773         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
7774
7775         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
7776
7777 2006-10-29  Bruno Haible  <bruno@clisp.org>
7778
7779         Make it compile in C++ mode.
7780         * lib/full-write.c (full_rw): Add a cast.
7781
7782 2006-11-01  Bruno Haible  <bruno@clisp.org>
7783
7784         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
7785         be POSIX compliant.
7786         Reported by Roger Persson <perrog@gmail.com>.
7787
7788 2006-11-01  Eric Blake  <ebb9@byu.net>
7789
7790         * lib/getopt_.h: Fix comments.
7791
7792 2006-10-31  Eric Blake  <ebb9@byu.net>
7793
7794         * modules/tmpdir (Depends-on): Add sys_stat.
7795         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
7796         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
7797         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
7798         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
7799         tempname.
7800
7801 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
7802
7803         Avoid some C++ diagnostics reported by Bruno Haible.
7804         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
7805         xmalloc.
7806         (quotearg_alloc): Use xcharalloc rather than xmalloc.
7807         (struct slotvec): Move to top level.
7808         (quotearg_n_options): Rewrite to avoid xmalloc.
7809         * lib/xalloc.h (xcharalloc): New function.
7810         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
7811         [defined __cplusplus]: Add function template that provides result
7812         type propagation.  This part of the change is from Bruno Haible.
7813
7814 2006-10-29  Bruno Haible  <bruno@clisp.org>
7815
7816         Make it compile in C++ mode.
7817         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
7818         * lib/strnlen1.c (strnlen1): Cast memchr result.
7819         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
7820         * lib/clean-temp.c (string_equals, string_hash): Add casts.
7821         (create_temp_dir): Rename local variable 'template'.
7822         (compile_csharp_using_sscli): Add cast.
7823         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
7824         * lib/findprog.c (find_in_path): Likewise.
7825         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
7826         * lib/wait-process.c (register_slave_subprocess): Likewise.
7827
7828 2006-10-22  Bruno Haible  <bruno@clisp.org>
7829
7830         * modules/tsearch: New file.
7831         * lib/tsearch.h: New file.
7832         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
7833         * m4/tsearch.m4: New file.
7834         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
7835
7836 2006-10-29  Eric Blake  <ebb9@byu.net>
7837
7838         * lib/arcfour.c: Assume config.h.
7839         * lib/arctwo.c: Likewise.
7840         * lib/base64.c: Likewise.
7841         * lib/check-version.c: Likewise.
7842         * lib/crc.c: Likewise.
7843         * lib/des.c: Likewise.
7844         * lib/gc-gnulib.c: Likewise.
7845         * lib/gc-libgcrypt.c: Likewise.
7846         * lib/gc-pbkdf2-sha1.c: Likewise.
7847         * lib/getaddrinfo.c: Likewise.
7848         * lib/getdelim.c: Likewise.
7849         * lib/getline.c: Likewise.
7850         * lib/hmac-md5.c: Likewise.
7851         * lib/hmac-sha1.c: Likewise.
7852         * lib/iconvme.c: Likewise.
7853         * lib/md2.c: Likewise.
7854         * lib/md4.c: Likewise.
7855         * lib/memxor.c: Likewise.
7856         * lib/read-file.c: Likewise.
7857         * lib/readline.c: Likewise.
7858         * lib/rijndael-alg-fst.c: Likewise.
7859         * lib/rijndael-api-fst.c: Likewise.
7860         * lib/xgetdomainname.c: Likewise.
7861
7862 2006-10-28  Eric Blake  <ebb9@byu.net>
7863
7864         * lib/xstrndup.c: Assume config.h.
7865
7866 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
7867
7868         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
7869         stat-macros.h is now for our own macros, whereas stat_h is for
7870         macros in the <sys/stat.h> name space.
7871         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
7872         (STAT_MACROS_H): Remove.
7873         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
7874         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
7875         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
7876         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
7877         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
7878         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
7879         Move these macros to ...
7880         * lib/stat_.h: here.  Don't include stat-macros.h.
7881         * lib/canonicalize.c: Don't include stat-macros.h.
7882         * lib/chown.c: Likewise.
7883         * lib/euidaccess.c: Likewise.
7884         * lib/file-type.c: Likewise.
7885         * lib/filemode.c: Likewise.
7886         * lib/glob.c: Likewise.
7887         * lib/isapipe.c: Likewise.
7888         * lib/lchown.c: Likewise.
7889         * lib/lstat.c: Likewise.
7890         * lib/mkdir-p.c: Likewise.
7891         * lib/rmdir.c: Likewise.
7892         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
7893         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
7894         unless mkdir isn't declared, to speed up 'configure'.
7895         Always create sys/stat.h, since it's unlikely any real sys/stat.h
7896         would define all the S_* symbols.
7897         * modules/canonicalize (Depends-on):
7898         Depend on sys_stat, not stat-macros.
7899         * modules/chown: Likewise.
7900         * modules/euidaccess: Likewise.
7901         * modules/filemode: Likewise.
7902         * modules/file-type: Likewise.
7903         * modules/glob: Likewise.
7904         * modules/isapipe: Likewise.
7905         * modules/lchown: Likewise.
7906         * modules/lstat: Likewise.
7907         * modules/mkancesdirs: Likewise.
7908         * modules/rmdir: Likewise.
7909         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
7910         * modules/modechange: Likewise.
7911         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
7912         (configure.ac): Remove gl_STAT_MACROS.
7913         * modules/sys_stat (Depends-on): Remove stat-macros.
7914
7915 2006-10-27  Bruno Haible  <bruno@clisp.org>
7916
7917         * m4/signed.m4: Remove file.
7918         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
7919         invocation.
7920         * modules/vasnprintf (Files): Remove m4/signed.m4.
7921
7922 2006-10-27  Bruno Haible  <bruno@clisp.org>
7923
7924         Update to GNU gettext 0.16.
7925         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
7926         m4/inttypes-h.m4, m4/signed.m4.
7927         * m4/gettext.m4: Update to GNU gettext 0.16.
7928         * m4/intl.m4: New file, from GNU gettext.
7929         * m4/intldir.m4: New file, from GNU gettext.
7930         * config/srclist.txt: Update
7931
7932 2006-10-27  Eric Blake  <ebb9@byu.net>
7933
7934         * MODULES.html.sh: Document tempname.
7935         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
7936         dependencies.
7937         (Files): Move lib/tempname.c...
7938         * modules/tempname: ...to this new module.
7939         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
7940         (gl_PREREQ_TEMPNAME): Move...
7941         * m4/tempname.m4: ...to this new file.
7942         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
7943         * modules/sys_stat (Depends-on): Add stat-macros.
7944         * lib/stat_.h (includes): Pick up stat macros.
7945         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
7946         if stat macros are broken.
7947         * lib/tempname.c (includes): No need to include "stat-macros.h".
7948         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
7949         (direxists, __path_search) [!_LIBC]: Don't compile these in
7950         gnulib; the tmpdir module covers that.
7951         * lib/tempname.h: New file.
7952
7953 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
7954
7955         * COPYING: Explain how gnulib-tool converts licence headers.
7956         Almost all wording by Eric Blake.
7957
7958 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * lib/mbchar.h (is_basic_table): Make read-only.
7961         * lib/mbchar.c (is_basic_table): Likewise.
7962         Reported by John Darrington.
7963
7964 2006-10-25  Bruno Haible  <bruno@clisp.org>
7965
7966         * lib/progname.h (set_program_name): Undefine before defining.
7967
7968 2006-10-25  Bruno Haible  <bruno@clisp.org>
7969
7970         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
7971         false for non-gcc C++ compilers.
7972         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7973
7974 2006-10-24  Bruno Haible  <bruno@clisp.org>
7975
7976         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
7977         iconv implementations like Irix iconv.
7978
7979 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7980
7981         * modules/vararrays: New file.
7982         * m4/vararrays.m4: New file, taken from diffutils.
7983         * MODULES.html.sh: New module vararrays.
7984
7985 2006-10-24  Karl Berry  <karl@gnu.org>
7986
7987         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
7988         Don't call GNU Unix.
7989
7990 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7991
7992         * users.txt: Add Libtool.
7993
7994         Sync from Libtool:
7995
7996         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7997
7998         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
7999         to gnulib's policy of including config.h unconditionally.
8000
8001 2006-10-24  Bruno Haible  <bruno@clisp.org>
8002
8003         * modules/wcwidth (Files): Add m4/wint_t.m4.
8004         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8005         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8006
8007 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8008
8009         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8010         to pacify GCC with some -W flags enabled.  Problem reported by
8011         Bruno Haible.
8012
8013 2006-10-24  Jim Meyering  <jim@meyering.net>
8014
8015         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8016         Reported by Karl Berry.
8017
8018 2006-10-23  Bruno Haible  <bruno@clisp.org>
8019
8020         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8021
8022 2006-10-24  Bruno Haible  <bruno@clisp.org>
8023
8024         * lib/gl_list.h: Use C comment style, not C++ comment style.
8025
8026 2006-10-23  Eric Blake  <ebb9@byu.net>
8027
8028         * lib/getaddrinfo.c (includes): Add missing include.
8029
8030 2006-10-23  Bruno Haible  <bruno@clisp.org>
8031             Paul Eggert  <eggert@cs.ucla.edu>
8032
8033         Ability to rename obstack_free.
8034         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8035         obstack_free.
8036         (obstack_free): Invoke the __obstack_free macro.
8037         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8038
8039 2006-10-23  Bruno Haible  <bruno@clisp.org>
8040             Paul Eggert  <eggert@cs.ucla.edu>
8041
8042         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8043         __argc, __argv from the declaration. (They are defined as macros on
8044         mingw.)
8045
8046 2006-10-22  Bruno Haible  <bruno@clisp.org>
8047
8048         * doc/gnulib-intro.texi: New file.
8049         * doc/gnulib.texi: Include it.
8050
8051 2006-10-21  Bruno Haible  <bruno@clisp.org>
8052
8053         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8054         "Introduction", "Miscellanous Notes", "Particular Modules".
8055
8056 2006-10-21  Bruno Haible  <bruno@clisp.org>
8057
8058         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8059         Change mostlyclean-local rule to avoid sh syntax error from bash
8060         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8061
8062 2006-10-23  Jim Meyering  <jim@meyering.net>
8063
8064         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8065         in place of snprintf.
8066
8067         * modules/inttostr (Files): Add lib/uinttostr.c.
8068         * lib/uinttostr.c (inttostr): New file/function.
8069         * lib/inttostr.h (uinttostr): Declare.
8070         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8071         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8072         Add uinttostr.
8073         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8074
8075 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8076
8077         * lib/canonicalize.c (ELOOP): Define if not already defined.
8078         Problem reported by Bruno Haible in
8079         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8080
8081 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8082
8083         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8084         Problem reported by Perry Smith and Ville Laurikari.
8085
8086         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8087         uses.
8088
8089 2006-10-19  Bruno Haible  <bruno@clisp.org>
8090
8091         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8092         for mingw.
8093
8094 2006-10-19  Bruno Haible  <bruno@clisp.org>
8095
8096         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8097         Needed for mingw.
8098
8099 2006-10-19  Bruno Haible  <bruno@clisp.org>
8100
8101         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8102
8103 2006-10-19  Bruno Haible  <bruno@clisp.org>
8104
8105         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8106         it.
8107
8108 2006-10-19  Bruno Haible  <bruno@clisp.org>
8109
8110         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8111         invocation.
8112
8113 2006-10-19  Bruno Haible  <bruno@clisp.org>
8114
8115         * gnulib-tool (func_create_testdir): Don't include ftruncate and
8116         mountlist by default.
8117
8118 2006-10-16  Bruno Haible  <bruno@clisp.org>
8119
8120         * lib/c-strstr.c: Include c-strstr.h.
8121
8122 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8123
8124         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
8125         in a slash.
8126
8127 2006-10-18  Bruno Haible  <bruno@clisp.org>
8128
8129         * lib/lock.h [C++]: Wrap definitions in extern "C".
8130
8131 2006-10-18  Bruno Haible  <bruno@clisp.org>
8132
8133         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
8134         gl_LIBOBJS list.
8135
8136 2006-10-18  Bruno Haible  <bruno@clisp.org>
8137
8138         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
8139
8140 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
8141
8142         * lib/xstrtol.h: Include gettext.h.
8143         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
8144         Problem reported by Eric Blake.
8145         * modules/xstrtol (Depends-on): Add gettext-h.
8146
8147 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
8148
8149         * lib/strftime.c (advance): New macro.
8150         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
8151         incomplete type, so you can't add 0 to it.  Problem and patch
8152         reported by Eelco Dolstra for dietlibc.
8153
8154 2006-10-18  Jim Meyering  <jim@meyering.net>
8155
8156         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
8157         type for a local, and rename it: s/up/user_proc/.
8158
8159 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8160
8161         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
8162         READ_UTMP_USER_PROCESS.
8163         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
8164
8165 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8166
8167         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
8168         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
8169
8170 2006-10-17  Eric Blake  <ebb9@byu.net>
8171
8172         * lib/sigprocmask.c (sigprocmask): Fix typo.
8173
8174         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
8175
8176         * modules/clean-temp (Makefile.am): Don't add to make output...
8177         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
8178         config.h.
8179
8180 2006-10-17  Bruno Haible  <bruno@clisp.org>
8181
8182         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
8183         differently if DEFAULT_TEXT_DOMAIN is set.
8184
8185 2006-10-16  Bruno Haible  <bruno@clisp.org>
8186
8187         * lib/clean-temp.c: Include fwriteerror.h.
8188
8189 2006-10-16  Bruno Haible  <bruno@clisp.org>
8190
8191         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
8192
8193 2006-10-16  Bruno Haible  <bruno@clisp.org>
8194
8195         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
8196         * lib/sigprocmask.h: Include <sys/types.h>.
8197         (sigset_t): Use the system's definition if present.
8198
8199 2006-10-17  Eric Blake  <ebb9@byu.net>
8200
8201         * lib/xvasprintf.c (includes): Assume config.h.
8202         * lib/xasprintf.c (includes): Likewise.
8203
8204 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8205
8206         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
8207         at least as wide as intmax_t.
8208
8209 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
8210
8211         (Imported from Automake.)
8212         * build-aux/gnupload: Update to version 1.1 of directive file.
8213
8214 2006-10-16  Eric Blake  <ebb9@byu.net>
8215
8216         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
8217         match Automake 1.10a.
8218
8219 2006-10-14  Bruno Haible  <bruno@clisp.org>
8220
8221         * modules/sigprocmask: New file.
8222         * lib/sigprocmask.h: New file.
8223         * lib/sigprocmask.c: New file.
8224         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
8225         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8226         request sigprocmask.o.
8227         (gl_PREREQ_SIGPROCMASK): New macro.
8228         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
8229         (Depends-on): Add sigprocmask.
8230         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
8231         gt_SIGNALBLOCKING. Test for 'raise' only once.
8232         * lib/fatal-signal.c: Include sigprocmask.h.
8233         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
8234         unblock_fatal_signals): Define always.
8235         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8236         sigprocmask.
8237
8238 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8239
8240         Sync from Automake.
8241         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8242         which incorrectly sets the mode of an existing destination
8243         directory.  In some cases the unpatched install-sh could do the
8244         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8245         system.  We hope this is rare in practice, but it's clearly worth
8246         fixing.  Problem reported by Alex Unleashed in
8247         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8248         Also, don't bother to check for -m bugs unless we're using -m;
8249         suggested by Stepan Kasal.
8250
8251 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8252
8253         Sync from Automake.
8254         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
8255         `-c' flag, so they appear at the same position as in %FASTDEP%
8256         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
8257         which ignores unknown options only after the first non-option.
8258         Bug report against M4 by Nelson H. F. Beebe.
8259
8260 2006-10-13  Jim Meyering  <jim@meyering.net>
8261
8262         Fix a bug in yesterday's change.
8263         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8264         p->fts_statp->st_dev would be used uninitialized.
8265         Ensures that we always call fts_stat on the very first entry.
8266         Miklos Szeredi reported that find -xdev stopped working.
8267
8268 2006-10-12  Bruno Haible  <bruno@clisp.org>
8269
8270         * gnulib-tool (func_get_automake_snippet): Append an automatically
8271         computed EXTRA_DIST augmentation.
8272         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8273         * modules/alloca-opt (Makefile.am): Likewise.
8274         * modules/allocsa (Makefile.am): Likewise.
8275         * modules/arcfour (Makefile.am): Likewise.
8276         * modules/arctwo (Makefile.am): Likewise.
8277         * modules/argmatch (Makefile.am): Likewise.
8278         * modules/argz (Makefile.am): Likewise.
8279         * modules/atexit (Makefile.am): Likewise.
8280         * modules/backupfile (Makefile.am): Likewise.
8281         * modules/byteswap (Makefile.am): Likewise.
8282         * modules/c-strtod (Makefile.am): Likewise.
8283         * modules/c-strtold (Makefile.am): Likewise.
8284         * modules/calloc (Makefile.am): Likewise.
8285         * modules/canon-host (Makefile.am): Likewise.
8286         * modules/canonicalize (Makefile.am): Likewise.
8287         * modules/chdir-long (Makefile.am): Likewise.
8288         * modules/chdir-safer (Makefile.am): Likewise.
8289         * modules/check-version (Makefile.am): Likewise.
8290         * modules/chown (Makefile.am): Likewise.
8291         * modules/cloexec (Makefile.am): Likewise.
8292         * modules/close-stream (Makefile.am): Likewise.
8293         * modules/closeout (Makefile.am): Likewise.
8294         * modules/crc (Makefile.am): Likewise.
8295         * modules/csharpexec (Makefile.am): Likewise.
8296         * modules/cycle-check (Makefile.am): Likewise.
8297         * modules/des (Makefile.am): Likewise.
8298         * modules/dev-ino (Makefile.am): Likewise.
8299         * modules/dirfd (Makefile.am): Likewise.
8300         * modules/dirname (Makefile.am): Likewise.
8301         * modules/dup2 (Makefile.am): Likewise.
8302         * modules/eealloc (Makefile.am): Likewise.
8303         * modules/error (Makefile.am): Likewise.
8304         * modules/euidaccess (Makefile.am): Likewise.
8305         * modules/exclude (Makefile.am): Likewise.
8306         * modules/exitfail (Makefile.am): Likewise.
8307         * modules/fcntl-safer (Makefile.am): Likewise.
8308         * modules/fcntl (Makefile.am): Likewise.
8309         * modules/file-type (Makefile.am): Likewise.
8310         * modules/fileblocks (Makefile.am): Likewise.
8311         * modules/filemode (Makefile.am): Likewise.
8312         * modules/filenamecat (Makefile.am): Likewise.
8313         * modules/fnmatch (Makefile.am): Likewise.
8314         * modules/fopen-safer (Makefile.am): Likewise.
8315         * modules/fpending (Makefile.am): Likewise.
8316         * modules/fprintftime (Makefile.am): Likewise.
8317         * modules/free (Makefile.am): Likewise.
8318         * modules/fsusage (Makefile.am): Likewise.
8319         * modules/ftruncate (Makefile.am): Likewise.
8320         * modules/fts (Makefile.am): Likewise.
8321         * modules/gc-arcfour (Makefile.am): Likewise.
8322         * modules/gc-des (Makefile.am): Likewise.
8323         * modules/gc-hmac-md5 (Makefile.am): Likewise.
8324         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
8325         * modules/gc-md4 (Makefile.am): Likewise.
8326         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8327         * modules/gc-sha1 (Makefile.am): Likewise.
8328         * modules/gc (Makefile.am): Likewise.
8329         * modules/getaddrinfo (Makefile.am): Likewise.
8330         * modules/getcwd (Makefile.am): Likewise.
8331         * modules/getdelim (Makefile.am): Likewise.
8332         * modules/getdomainname (Makefile.am): Likewise.
8333         * modules/getgroups (Makefile.am): Likewise.
8334         * modules/gethostname (Makefile.am): Likewise.
8335         * modules/gethrxtime (Makefile.am): Likewise.
8336         * modules/getline (Makefile.am): Likewise.
8337         * modules/getloadavg (Makefile.am): Likewise.
8338         * modules/getlogin_r (Makefile.am): Likewise.
8339         * modules/getndelim2 (Makefile.am): Likewise.
8340         * modules/getopt (Makefile.am): Likewise.
8341         * modules/getpagesize (Makefile.am): Likewise.
8342         * modules/getpass-gnu (Makefile.am): Likewise.
8343         * modules/getpass (Makefile.am): Likewise.
8344         * modules/getsubopt (Makefile.am): Likewise.
8345         * modules/gettime (Makefile.am): Likewise.
8346         * modules/gettimeofday (Makefile.am): Likewise.
8347         * modules/getugroups (Makefile.am): Likewise.
8348         * modules/getusershell (Makefile.am): Likewise.
8349         * modules/glob (Makefile.am): Likewise.
8350         * modules/group-member (Makefile.am): Likewise.
8351         * modules/hard-locale (Makefile.am): Likewise.
8352         * modules/hash (Makefile.am): Likewise.
8353         * modules/hmac-md5 (Makefile.am): Likewise.
8354         * modules/hmac-sha1 (Makefile.am): Likewise.
8355         * modules/human (Makefile.am): Likewise.
8356         * modules/idcache (Makefile.am): Likewise.
8357         * modules/imaxabs (Makefile.am): Likewise.
8358         * modules/imaxdiv (Makefile.am): Likewise.
8359         * modules/inet_ntop (Makefile.am): Likewise.
8360         * modules/inet_pton (Makefile.am): Likewise.
8361         * modules/intprops (Makefile.am): Likewise.
8362         * modules/inttostr (Makefile.am): Likewise.
8363         * modules/inttypes (Makefile.am): Likewise.
8364         * modules/isapipe (Makefile.am): Likewise.
8365         * modules/javaversion (Makefile.am): Likewise.
8366         * modules/lchmod (Makefile.am): Likewise.
8367         * modules/lchown (Makefile.am): Likewise.
8368         * modules/localcharset (Makefile.am): Likewise.
8369         * modules/long-options (Makefile.am): Likewise.
8370         * modules/lstat (Makefile.am): Likewise.
8371         * modules/malloc (Makefile.am): Likewise.
8372         * modules/mathl (Makefile.am): Likewise.
8373         * modules/mbchar (Makefile.am): Likewise.
8374         * modules/md2 (Makefile.am): Likewise.
8375         * modules/md4 (Makefile.am): Likewise.
8376         * modules/md5 (Makefile.am): Likewise.
8377         * modules/memcasecmp (Makefile.am): Likewise.
8378         * modules/memchr (Makefile.am): Likewise.
8379         * modules/memcmp (Makefile.am): Likewise.
8380         * modules/memcoll (Makefile.am): Likewise.
8381         * modules/memcpy (Makefile.am): Likewise.
8382         * modules/memmem (Makefile.am): Likewise.
8383         * modules/memmove (Makefile.am): Likewise.
8384         * modules/mempcpy (Makefile.am): Likewise.
8385         * modules/memrchr (Makefile.am): Likewise.
8386         * modules/memset (Makefile.am): Likewise.
8387         * modules/memxor (Makefile.am): Likewise.
8388         * modules/mkancesdirs (Makefile.am): Likewise.
8389         * modules/mkdir-p (Makefile.am): Likewise.
8390         * modules/mkdir (Makefile.am): Likewise.
8391         * modules/mkdtemp (Makefile.am): Likewise.
8392         * modules/mkstemp (Makefile.am): Likewise.
8393         * modules/mktime (Makefile.am): Likewise.
8394         * modules/modechange (Makefile.am): Likewise.
8395         * modules/mountlist (Makefile.am): Likewise.
8396         * modules/nanosleep (Makefile.am): Likewise.
8397         * modules/obstack (Makefile.am): Likewise.
8398         * modules/openat (Makefile.am): Likewise.
8399         * modules/pagealign_alloc (Makefile.am): Likewise.
8400         * modules/pathmax (Makefile.am): Likewise.
8401         * modules/physmem (Makefile.am): Likewise.
8402         * modules/poll (Makefile.am): Likewise.
8403         * modules/posixtm (Makefile.am): Likewise.
8404         * modules/posixver (Makefile.am): Likewise.
8405         * modules/putenv (Makefile.am): Likewise.
8406         * modules/quote (Makefile.am): Likewise.
8407         * modules/quotearg (Makefile.am): Likewise.
8408         * modules/raise (Makefile.am): Likewise.
8409         * modules/read-file (Makefile.am): Likewise.
8410         * modules/readline (Makefile.am): Likewise.
8411         * modules/readlink (Makefile.am): Likewise.
8412         * modules/readtokens (Makefile.am): Likewise.
8413         * modules/readutmp (Makefile.am): Likewise.
8414         * modules/realloc (Makefile.am): Likewise.
8415         * modules/regex (Makefile.am): Likewise.
8416         * modules/rename-dest-slash (Makefile.am): Likewise.
8417         * modules/rename (Makefile.am): Likewise.
8418         * modules/rijndael (Makefile.am): Likewise.
8419         * modules/rmdir (Makefile.am): Likewise.
8420         * modules/rpmatch (Makefile.am): Likewise.
8421         * modules/safe-read (Makefile.am): Likewise.
8422         * modules/safe-write (Makefile.am): Likewise.
8423         * modules/same-inode (Makefile.am): Likewise.
8424         * modules/same (Makefile.am): Likewise.
8425         * modules/save-cwd (Makefile.am): Likewise.
8426         * modules/savedir (Makefile.am): Likewise.
8427         * modules/setenv (Makefile.am): Likewise.
8428         * modules/settime (Makefile.am): Likewise.
8429         * modules/sha1 (Makefile.am): Likewise.
8430         * modules/sig2str (Makefile.am): Likewise.
8431         * modules/snprintf (Makefile.am): Likewise.
8432         * modules/stat-macros (Makefile.am): Likewise.
8433         * modules/stat-time (Makefile.am): Likewise.
8434         * modules/stdbool (Makefile.am): Likewise.
8435         * modules/stdint (Makefile.am): Likewise.
8436         * modules/stdlib-safer (Makefile.am): Likewise.
8437         * modules/stpcpy (Makefile.am): Likewise.
8438         * modules/stpncpy (Makefile.am): Likewise.
8439         * modules/strcase (Makefile.am): Likewise.
8440         * modules/strcasestr (Makefile.am): Likewise.
8441         * modules/strchrnul (Makefile.am): Likewise.
8442         * modules/strcspn (Makefile.am): Likewise.
8443         * modules/strdup (Makefile.am): Likewise.
8444         * modules/strerror (Makefile.am): Likewise.
8445         * modules/strftime (Makefile.am): Likewise.
8446         * modules/strndup (Makefile.am): Likewise.
8447         * modules/strnlen (Makefile.am): Likewise.
8448         * modules/strpbrk (Makefile.am): Likewise.
8449         * modules/strsep (Makefile.am): Likewise.
8450         * modules/strstr (Makefile.am): Likewise.
8451         * modules/strtod (Makefile.am): Likewise.
8452         * modules/strtoimax (Makefile.am): Likewise.
8453         * modules/strtok_r (Makefile.am): Likewise.
8454         * modules/strtol (Makefile.am): Likewise.
8455         * modules/strtoll (Makefile.am): Likewise.
8456         * modules/strtoul (Makefile.am): Likewise.
8457         * modules/strtoull (Makefile.am): Likewise.
8458         * modules/strtoumax (Makefile.am): Likewise.
8459         * modules/strverscmp (Makefile.am): Likewise.
8460         * modules/sys_socket (Makefile.am): Likewise.
8461         * modules/sys_stat (Makefile.am): Likewise.
8462         * modules/sysexits (Makefile.am): Likewise.
8463         * modules/time_r (Makefile.am): Likewise.
8464         * modules/timegm (Makefile.am): Likewise.
8465         * modules/timespec (Makefile.am): Likewise.
8466         * modules/tmpfile-safer (Makefile.am): Likewise.
8467         * modules/trim (Makefile.am): Likewise.
8468         * modules/unistd-safer (Makefile.am): Likewise.
8469         * modules/unlinkdir (Makefile.am): Likewise.
8470         * modules/unlocked-io (Makefile.am): Likewise.
8471         * modules/userspec (Makefile.am): Likewise.
8472         * modules/utime (Makefile.am): Likewise.
8473         * modules/utimecmp (Makefile.am): Likewise.
8474         * modules/utimens (Makefile.am): Likewise.
8475         * modules/vasnprintf (Makefile.am): Likewise.
8476         * modules/vasprintf (Makefile.am): Likewise.
8477         * modules/vsnprintf (Makefile.am): Likewise.
8478         * modules/xalloc (Makefile.am): Likewise.
8479         * modules/xgetcwd (Makefile.am): Likewise.
8480         * modules/xnanosleep (Makefile.am): Likewise.
8481         * modules/xreadlink (Makefile.am): Likewise.
8482         * modules/xstrtod (Makefile.am): Likewise.
8483         * modules/xstrtol (Makefile.am): Likewise.
8484         * modules/xstrtold (Makefile.am): Likewise.
8485         * modules/yesno (Makefile.am): Likewise.
8486         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
8487
8488 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8489
8490         * modules/error (Makefile.am): Distribute files through
8491         EXTRA_DIST, not lib_SOURCES.
8492
8493 2006-10-12  Eric Blake  <ebb9@byu.net>
8494
8495         * modules/error (Makefile.am): Distribute files in /lib.
8496         * modules/obstack (Makefile.am): Likewise.
8497
8498 2006-10-12  Bruno Haible  <bruno@clisp.org>
8499
8500         * modules/acl (Makefile.am): Distribute all files in lib/ through
8501         EXTRA_DIST.
8502         * modules/arcfour (Makefile.am): Likewise.
8503         * modules/arctwo (Makefile.am): Likewise.
8504         * modules/argmatch (Makefile.am): Likewise.
8505         * modules/argz (Makefile.am): Likewise.
8506         * modules/atexit (Makefile.am): Likewise.
8507         * modules/backupfile (Makefile.am): Likewise.
8508         * modules/c-strtod (Makefile.am): Likewise.
8509         * modules/c-strtold (Makefile.am): Likewise.
8510         * modules/calloc (Makefile.am): Likewise.
8511         * modules/canon-host (Makefile.am): Likewise.
8512         * modules/canonicalize (Makefile.am): Likewise.
8513         * modules/chdir-long (Makefile.am): Likewise.
8514         * modules/chdir-safer (Makefile.am): Likewise.
8515         * modules/check-version (Makefile.am): Likewise.
8516         * modules/chown (Makefile.am): Likewise.
8517         * modules/cloexec (Makefile.am): Likewise.
8518         * modules/close-stream (Makefile.am): Likewise.
8519         * modules/closeout (Makefile.am): Likewise.
8520         * modules/crc (Makefile.am): Likewise.
8521         * modules/cycle-check (Makefile.am): Likewise.
8522         * modules/des (Makefile.am): Likewise.
8523         * modules/dirfd (Makefile.am): Likewise.
8524         * modules/dirname (Makefile.am): Likewise.
8525         * modules/dup2 (Makefile.am): Likewise.
8526         * modules/euidaccess (Makefile.am): Likewise.
8527         * modules/exclude (Makefile.am): Likewise.
8528         * modules/exitfail (Makefile.am): Likewise.
8529         * modules/fcntl-safer (Makefile.am): Likewise.
8530         * modules/file-type (Makefile.am): Likewise.
8531         * modules/fileblocks (Makefile.am): Likewise.
8532         * modules/filemode (Makefile.am): Likewise.
8533         * modules/filenamecat (Makefile.am): Likewise.
8534         * modules/fnmatch (Makefile.am): Likewise.
8535         * modules/fopen-safer (Makefile.am): Likewise.
8536         * modules/fpending (Makefile.am): Likewise.
8537         * modules/fprintftime (Makefile.am): Likewise.
8538         * modules/free (Makefile.am): Likewise.
8539         * modules/fsusage (Makefile.am): Likewise.
8540         * modules/ftruncate (Makefile.am): Likewise.
8541         * modules/fts (Makefile.am): Likewise.
8542         * modules/gc (Makefile.am): Likewise.
8543         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8544         * modules/getaddrinfo (Makefile.am): Likewise.
8545         * modules/getcwd (Makefile.am): Likewise.
8546         * modules/getdelim (Makefile.am): Likewise.
8547         * modules/getdomainname (Makefile.am): Likewise.
8548         * modules/getgroups (Makefile.am): Likewise.
8549         * modules/gethostname (Makefile.am): Likewise.
8550         * modules/gethrxtime (Makefile.am): Likewise.
8551         * modules/getline (Makefile.am): Likewise.
8552         * modules/getloadavg (Makefile.am): Likewise.
8553         * modules/getlogin_r (Makefile.am): Likewise.
8554         * modules/getopt (Makefile.am): Likewise.
8555         * modules/getpass (Makefile.am): Likewise.
8556         * modules/getpass-gnu (Makefile.am): Likewise.
8557         * modules/getsubopt (Makefile.am): Likewise.
8558         * modules/gettime (Makefile.am): Likewise.
8559         * modules/gettimeofday (Makefile.am): Likewise.
8560         * modules/getugroups (Makefile.am): Likewise.
8561         * modules/getusershell (Makefile.am): Likewise.
8562         * modules/glob (Makefile.am): Likewise.
8563         * modules/group-member (Makefile.am): Likewise.
8564         * modules/hard-locale (Makefile.am): Likewise.
8565         * modules/hash (Makefile.am): Likewise.
8566         * modules/hmac-md5 (Makefile.am): Likewise.
8567         * modules/hmac-sha1 (Makefile.am): Likewise.
8568         * modules/human (Makefile.am): Likewise.
8569         * modules/idcache (Makefile.am): Likewise.
8570         * modules/imaxabs (Makefile.am): Likewise.
8571         * modules/imaxdiv (Makefile.am): Likewise.
8572         * modules/inet_ntop (Makefile.am): Likewise.
8573         * modules/inet_pton (Makefile.am): Likewise.
8574         * modules/inttostr (Makefile.am): Likewise.
8575         * modules/isapipe (Makefile.am): Likewise.
8576         * modules/lchown (Makefile.am): Likewise.
8577         * modules/long-options (Makefile.am): Likewise.
8578         * modules/lstat (Makefile.am): Likewise.
8579         * modules/malloc (Makefile.am): Likewise.
8580         * modules/mathl (Makefile.am): Likewise.
8581         * modules/mbchar (Makefile.am): Likewise.
8582         * modules/md2 (Makefile.am): Likewise.
8583         * modules/md4 (Makefile.am): Likewise.
8584         * modules/md5 (Makefile.am): Likewise.
8585         * modules/memcasecmp (Makefile.am): Likewise.
8586         * modules/memchr (Makefile.am): Likewise.
8587         * modules/memcmp (Makefile.am): Likewise.
8588         * modules/memcoll (Makefile.am): Likewise.
8589         * modules/memcpy (Makefile.am): Likewise.
8590         * modules/memmem (Makefile.am): Likewise.
8591         * modules/memmove (Makefile.am): Likewise.
8592         * modules/mempcpy (Makefile.am): Likewise.
8593         * modules/memrchr (Makefile.am): Likewise.
8594         * modules/memset (Makefile.am): Likewise.
8595         * modules/memxor (Makefile.am): Likewise.
8596         * modules/mkancesdirs (Makefile.am): Likewise.
8597         * modules/mkdir (Makefile.am): Likewise.
8598         * modules/mkdir-p (Makefile.am): Likewise.
8599         * modules/mkdtemp (Makefile.am): Likewise.
8600         * modules/mkstemp (Makefile.am): Likewise.
8601         * modules/mktime (Makefile.am): Likewise.
8602         * modules/modechange (Makefile.am): Likewise.
8603         * modules/mountlist (Makefile.am): Likewise.
8604         * modules/nanosleep (Makefile.am): Likewise.
8605         * modules/openat (Makefile.am): Likewise.
8606         * modules/pagealign_alloc (Makefile.am): Likewise.
8607         * modules/physmem (Makefile.am): Likewise.
8608         * modules/poll (Makefile.am): Likewise.
8609         * modules/posixtm (Makefile.am): Likewise.
8610         * modules/posixver (Makefile.am): Likewise.
8611         * modules/putenv (Makefile.am): Likewise.
8612         * modules/quote (Makefile.am): Likewise.
8613         * modules/quotearg (Makefile.am): Likewise.
8614         * modules/raise (Makefile.am): Likewise.
8615         * modules/read-file (Makefile.am): Likewise.
8616         * modules/readline (Makefile.am): Likewise.
8617         * modules/readlink (Makefile.am): Likewise.
8618         * modules/readtokens (Makefile.am): Likewise.
8619         * modules/readutmp (Makefile.am): Likewise.
8620         * modules/realloc (Makefile.am): Likewise.
8621         * modules/regex (Makefile.am): Likewise.
8622         * modules/rename (Makefile.am): Likewise.
8623         * modules/rename-dest-slash (Makefile.am): Likewise.
8624         * modules/rijndael (Makefile.am): Likewise.
8625         * modules/rmdir (Makefile.am): Likewise.
8626         * modules/rpmatch (Makefile.am): Likewise.
8627         * modules/safe-read (Makefile.am): Likewise.
8628         * modules/safe-write (Makefile.am): Likewise.
8629         * modules/same (Makefile.am): Likewise.
8630         * modules/save-cwd (Makefile.am): Likewise.
8631         * modules/savedir (Makefile.am): Likewise.
8632         * modules/setenv (Makefile.am): Likewise.
8633         * modules/settime (Makefile.am): Likewise.
8634         * modules/sha1 (Makefile.am): Likewise.
8635         * modules/sig2str (Makefile.am): Likewise.
8636         * modules/snprintf (Makefile.am): Likewise.
8637         * modules/stdlib-safer (Makefile.am): Likewise.
8638         * modules/stpcpy (Makefile.am): Likewise.
8639         * modules/stpncpy (Makefile.am): Likewise.
8640         * modules/strcase (Makefile.am): Likewise.
8641         * modules/strcasestr (Makefile.am): Likewise.
8642         * modules/strchrnul (Makefile.am): Likewise.
8643         * modules/strcspn (Makefile.am): Likewise.
8644         * modules/strdup (Makefile.am): Likewise.
8645         * modules/strerror (Makefile.am): Likewise.
8646         * modules/strftime (Makefile.am): Likewise.
8647         * modules/strndup (Makefile.am): Likewise.
8648         * modules/strnlen (Makefile.am): Likewise.
8649         * modules/strpbrk (Makefile.am): Likewise.
8650         * modules/strsep (Makefile.am): Likewise.
8651         * modules/strstr (Makefile.am): Likewise.
8652         * modules/strtod (Makefile.am): Likewise.
8653         * modules/strtoimax (Makefile.am): Likewise.
8654         * modules/strtok_r (Makefile.am): Likewise.
8655         * modules/strtol (Makefile.am): Likewise.
8656         * modules/strtoll (Makefile.am): Likewise.
8657         * modules/strtoul (Makefile.am): Likewise.
8658         * modules/strtoull (Makefile.am): Likewise.
8659         * modules/strtoumax (Makefile.am): Likewise.
8660         * modules/strverscmp (Makefile.am): Likewise.
8661         * modules/time_r (Makefile.am): Likewise.
8662         * modules/timegm (Makefile.am): Likewise.
8663         * modules/tmpfile-safer (Makefile.am): Likewise.
8664         * modules/unistd-safer (Makefile.am): Likewise.
8665         * modules/unlinkdir (Makefile.am): Likewise.
8666         * modules/userspec (Makefile.am): Likewise.
8667         * modules/utime (Makefile.am): Likewise.
8668         * modules/utimecmp (Makefile.am): Likewise.
8669         * modules/utimens (Makefile.am): Likewise.
8670         * modules/vasnprintf (Makefile.am): Likewise.
8671         * modules/vasprintf (Makefile.am): Likewise.
8672         * modules/vsnprintf (Makefile.am): Likewise.
8673         * modules/xalloc (Makefile.am): Likewise.
8674         * modules/xgetcwd (Makefile.am): Likewise.
8675         * modules/xnanosleep (Makefile.am): Likewise.
8676         * modules/xreadlink (Makefile.am): Likewise.
8677         * modules/xstrtod (Makefile.am): Likewise.
8678         * modules/xstrtol (Makefile.am): Likewise.
8679         * modules/xstrtold (Makefile.am): Likewise.
8680         * modules/yesno (Makefile.am): Likewise.
8681
8682 2006-10-12  Jim Meyering  <jim@meyering.net>
8683
8684         * m4/getloadavg.m4: Revert the change below.
8685
8686         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
8687         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
8688         fail with a symlink, which is what coreutils' ./bootstrap now
8689         creates by default.
8690
8691 2006-10-12  Bruno Haible  <bruno@clisp.org>
8692
8693         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
8694         mingw.
8695         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
8696         MSVC and mingw explicitly.
8697
8698 2006-10-11  Simon Josefsson  <jas@extundo.com>
8699             Bruno Haible  <bruno@clisp.org>
8700
8701         Add support for multiple gnulib-tool invocations in the scope of a
8702         single configure.ac file.
8703         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
8704         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
8705         with the same contents as the _LIBADD variable.
8706         (func_emit_initmacro_start, func_emit_initmacro_end,
8707         func_emit_initmacro_done): New functions.
8708         (func_import, func_create_testdir): Invoke them. Allow the identifiers
8709         gl_LIBOBJS and gl_LTLIBOBJS.
8710
8711 2006-10-11  Bruno Haible  <bruno@clisp.org>
8712
8713         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
8714         (func_create_testdir): Don't create po/Makefile.am, don't invoke
8715         autoreconf. Instead, invoke autopoint explicitly but move back the
8716         *.m4 files from gnulib.
8717
8718 2006-10-11  Bruno Haible  <bruno@clisp.org>
8719
8720         * gnulib-tool (func_usage): Make module names after --create-testdir
8721         optional.
8722         (func_create_testdir): If no module was specified, use nearly all
8723         modules.
8724
8725 2006-10-12  Jim Meyering  <jim@meyering.net>
8726
8727         Big performance improvement for fts-based tools that use FTS_NOSTAT.
8728         Avoid spurious inode-mismatch problems on non-POSIX file systems.
8729         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
8730         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
8731         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
8732         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
8733         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
8734         (fts_set_stat_required): New function.
8735         (fts_open): Defer the calls to fts_stat, if possible or requested.
8736         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
8737         into fts_stat itself.
8738         (fts_read): Perform any required (deferred) fts_stat call.
8739         (fts_build): Likewise, for the directory we're about to open and read.
8740         In the readdir loop, carefully decide whether each entry will require
8741         an eventual call to fts_stat, using dirent.d_type info if available.
8742         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
8743         a command line argument into this function.  Update all callers.
8744         Map a return value of FTS_DOT to FTS_D for a command line argument.
8745         * modules/fts (Depends-on): Add d-type.  Alphabetize.
8746         Thanks to Miklos Szeredi for his tenacity and for the initial
8747         bug report about "find" failing on a FUSE-based file system.
8748
8749         * lib/fts.c (fts_open): Use consistent indentation.
8750
8751 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8752
8753         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
8754         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
8755         reported by Jim Meyering.  All uses of cache variables renamed
8756         to match Autoconf's.
8757         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
8758         the other one.
8759
8760         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
8761         Fix misspelling in diagnostic.
8762
8763 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8764
8765         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
8766         defined.  Problem reported by Matthew Woehlke.
8767
8768         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
8769         Add support for Tandem NonStop R series.
8770         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
8771         Use new macro.
8772
8773         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
8774         (has_trailing_slash): Omit size arg; all callers changed.
8775         Omit 'inline', since it doesn't help performance and we'd
8776         need to configure it.
8777         Don't count //, ///, etc. as having a trailing slash.
8778         As a side effect, this removes a C99ism reported by Matthew Woehlke.
8779         (rpl_rename_dest_slash): On failure, use rename's errno rather
8780         than (in some cases) an incorrect or junk errno.
8781         Simplify code by removing need to compute length; this does
8782         cause it to make two passes instead of one over the file name,
8783         but it's worth it.
8784
8785         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
8786         change, since Autoconf's version may no longer be appropriate now
8787         that we are using CVS Autoconf's version.  Add support for Tandem.
8788
8789 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8790             Bruno Haible  <bruno@clisp.org>
8791
8792         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
8793         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
8794         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
8795         gl_AC_TYPE_LONG_LONG.
8796
8797         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
8798         instead of HAVE_LONG_LONG.
8799         * lib/printf-args.c (printf_fetchargs): Likewise.
8800         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
8801         * lib/vasnprintf.c (VASNPRINTF): Likewise.
8802         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
8803         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
8804         gl_AC_TYPE_LONG_LONG.
8805
8806 2006-10-11  Bruno Haible  <bruno@clisp.org>
8807
8808         * m4/longlong.m4: Add comments.
8809         * m4/ulonglong.m4: Likewise.
8810
8811 2006-10-10  Bruno Haible  <bruno@clisp.org>
8812
8813         Make it possible to #define stpcpy, strdup to aliases.
8814         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
8815         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
8816
8817 2006-10-10  Bruno Haible  <bruno@clisp.org>
8818
8819         Make it possible to #define gcd to an alias.
8820         * lib/gcd.c: Include config.h.
8821
8822 2006-10-10  Bruno Haible  <bruno@clisp.org>
8823
8824         Make it possible to #define c_isascii to an alias.
8825         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
8826         defined. Undefine the macros before defining them, to avoid gcc
8827         warnings.
8828         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
8829         define NO_C_CTYPE_MACROS early.
8830
8831 2006-10-10  Bruno Haible  <bruno@clisp.org>
8832
8833         Make it possible to #define set_program_name to an alias.
8834         * lib/progname.c: Don't undefine set_program_name; instead, undefine
8835         ENABLE_RELOCATABLE early.
8836
8837 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         Port to Tandem NSK OSS, which has 64-bit signed int but at most
8840         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
8841         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
8842         More generally, don't assume that 64-bit signed int is available
8843         if unsigned int is, and vice versa.
8844         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
8845         unsigned symbols, not on their signed counterparts.
8846         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
8847         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
8848         (UINT64_C, UINTMAX_C):
8849         Likewise.
8850         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
8851         unsigned counterparts.
8852         (Have_long_long, Unsigned): New macros.
8853         (Int): Renamed from INT.
8854         (strtoimax): Use the new macros.
8855         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
8856         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
8857         * modules/inttypes (inttypes.h): Substitute
8858         HAVE_UNSIGNED_LONG_LONG_INT.
8859         * modules/stdint (stdint.h): Likewise.
8860         (Files): Add m4/ulonglong.m4.
8861
8862 2006-10-10  Bruno Haible  <bruno@clisp.org>
8863
8864         Fix a gcc -Wshadow warning.
8865         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
8866         to 'bucket'.
8867         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
8868         gl_linked_indexof_from_to): Likewise.
8869         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
8870         Likewise.
8871         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
8872         Likewise.
8873         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
8874         Reported by Eric Blake.
8875
8876 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
8877
8878         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
8879         for NetBSD.  Problem reported by Bruno Haible.
8880
8881 2006-10-09  Jim Meyering  <jim@meyering.net>
8882
8883         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
8884         Patch from Bruno Haible.
8885
8886 2006-10-09  Jim Meyering  <jim@meyering.net>
8887
8888         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
8889         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
8890         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
8891
8892 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8893
8894         Don't include <config.h> twice; this doesn't work in some cases,
8895         e.g., when config.h has "#define intmax_t long long int" and
8896         we include <config.h>, <inttypes.h>, <config.h> in that order.
8897         Problem reported by Matthew Woehlke in:
8898         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
8899         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
8900         * lib/fts-cycle.c: Don't include config.h.
8901         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
8902         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
8903         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
8904         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
8905         inttypes.h.
8906         * lib/xstrtoumax.c: Likewise.
8907         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
8908         __strtol and the like, so that this module is more like its siblings.
8909         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
8910         Remove; no longer needed now that we assume gnulib inttypes.h.
8911
8912 2006-10-08  Bruno Haible  <bruno@clisp.org>
8913
8914         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
8915         option.
8916
8917 2006-10-07  Jim Meyering  <jim@meyering.net>
8918
8919         * modules/inttypes (inttypes.h): Revert what seems to have been
8920         an inadvertent part of today's change: use "|", not "/" in the
8921         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
8922
8923 2006-10-07  Bruno Haible  <bruno@clisp.org>
8924
8925         * modules/sublist: New file.
8926
8927 2006-10-07  Bruno Haible  <bruno@clisp.org>
8928
8929         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
8930         * modules/argz (argz.h): Likewise.
8931         * modules/arpa_inet (arpa/inet.h): Likewise.
8932         * modules/byteswap (byteswap.h): Likewise.
8933         * modules/configmake (configmake.h): Likewise.
8934         * modules/fcntl (fcntl.h): Likewise.
8935         * modules/fnmatch (fnmatch.h): Likewise.
8936         * modules/getopt (getopt.h): Likewise.
8937         * modules/glob (glob.h): Likewise.
8938         * modules/inttypes (inttypes.h): Likewise.
8939         * modules/netinet_in (netinet/in.h): Likewise.
8940         * modules/poll (poll.h): Likewise.
8941         * modules/stdbool (stdbool.h): Likewise.
8942         * modules/stdint (stdint.h): Likewise.
8943         * modules/sys_select (sys/select.h): Likewise.
8944         * modules/sys_socket (sys/socket.h): Likewise.
8945         * modules/sys_stat (sys/stat.h): Likewise.
8946         * modules/sysexits (sysexits.h): Likewise.
8947         * modules/unistd (unistd.h): Likewise.
8948         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8949         Add a "DO NOT EDIT" comment to the generated file.
8950         (func_import): Likewise for gnulib-comp.m4.
8951
8952 2006-10-07  Bruno Haible  <bruno@clisp.org>
8953
8954         * lib/gl_sublist.h: New file.
8955         * lib/gl_sublist.c: New file.
8956
8957 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8958
8959         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
8960         name (relative to the original working directory) and the file
8961         name component (relative to the temporary working directory).  All
8962         callers changed.
8963         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
8964         * lib/mkdir-p.c (make_dir_parents): Likewise.
8965         * lib/mkdir-p.h (make_dir_parents): Likewise.
8966
8967 2006-10-06  Eric Blake  <ebb9@byu.net>
8968
8969         Define several macros for use by the clean-temp module.
8970         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
8971         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
8972         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
8973
8974         * lib/clean-temp.h (close_stream_temp): New declaration.
8975         * lib/clean-temp.c (includes): Pull in headers according to what
8976         other modules are in use.
8977         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
8978
8979 2006-10-06  Bruno Haible  <bruno@clisp.org>
8980
8981         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
8982         instead of fopen, fwriteerror.
8983
8984 2006-10-06  Bruno Haible  <bruno@clisp.org>
8985
8986         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
8987         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
8988         int.
8989         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
8990         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
8991         Return an error indicator.
8992         Suggested by Eric Blake.
8993
8994 2006-10-06  Bruno Haible  <bruno@clisp.org>
8995
8996         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
8997         Reported by Eric Blake.
8998
8999 2006-10-06  Bruno Haible  <bruno@clisp.org>
9000
9001         * modules/closeout (Description): Mention stderr too.
9002
9003 2006-10-06  Bruno Haible  <bruno@clisp.org>
9004         and Paul Eggert  <eggert@cs.ucla.edu>
9005
9006         * lib/closeout.c (close_stdout): Also close stderr.
9007         * lib/closeout.h: Update comment.
9008
9009 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9010
9011         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9012         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9013         * lib/dirchownmod.c: Include lchown.h.
9014         * lib/lchown.c: Don't include files that lchown.h now includes.
9015         Don't declare chown, since lchown.h now does that.
9016         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9017         (lchown): Define to rpl_chown if lchown is declared but
9018         does not exist.  Declare using a prototype if lchown is not
9019         declared.  Add a copyright notice.
9020         * lib/mkstemp.h: Include <unistd.h>.
9021         * lib/openat.c: Include lchown.h.
9022
9023         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9024         we now test for that separately.
9025         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9026         rather than O_NOFOLLOW, when testing whether it's possible to
9027         avoid a race condition reliably.
9028         * lib/savewd.c (savewd_chdir): Likewise.
9029
9030         Remove macros that are no longer needed now that stdint.h is
9031         reliable.
9032         * lib/fsusage.c (UINTMAX_MAX): Remove.
9033         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9034         * lib/utimecmp.c (SIZE_MAX): Remove.
9035
9036         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9037
9038         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9039         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9040         O_NOATIME works.
9041
9042 2006-10-05  Bruno Haible  <bruno@clisp.org>
9043
9044         * lib/gl_list.h (gl_sortedlist_search_from_to,
9045         gl_sortedlist_indexof_from_to): New declarations.
9046         (gl_list_implementation): New fields sortedlist_search_from_to,
9047         sortedlist_indexof_from_to.
9048         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9049         inline functions.
9050         * lib/gl_list.c (gl_sortedlist_search_from_to,
9051         gl_sortedlist_indexof_from_to): New functions.
9052         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9053         function.
9054         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9055         (gl_array_sortedlist_search_from_to): New function.
9056         (gl_array_list_implementation): Update.
9057         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9058         function.
9059         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9060         (gl_carray_sortedlist_search_from_to): New function.
9061         (gl_carray_list_implementation): Update.
9062         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9063         gl_linked_sortedlist_indexof_from_to): New functions.
9064         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9065         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9066         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9067         gl_tree_sortedlist_indexof_from_to): New functions.
9068         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9069         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9070         Update.
9071         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9072         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9073         Update.
9074
9075 2006-10-05  Bruno Haible  <bruno@clisp.org>
9076
9077         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9078         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9079         (struct gl_list_implementation): Add fields search_from_to,
9080         indexof_from_to. Remove fields search, indexof.
9081         (gl_list_search): Use the search_from_to method.
9082         (gl_list_search_from, gl_list_search_from_to): New functions.
9083         (gl_list_indexof): Use the indexof_from_to method.
9084         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9085         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9086         (gl_list_search_from, gl_list_search_from_to): New functions.
9087         (gl_list_indexof): Use the indexof_from_to method.
9088         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9089         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9090         gl_array_indexof. Add start_index, end_index arguments.
9091         (gl_array_search_from_to): Renamed from gl_array_search. Add
9092         start_index, end_index arguments.
9093         (gl_array_remove, gl_array_list_implementation): Update.
9094         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9095         gl_carray_indexof. Add start_index, end_index arguments.
9096         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9097         start_index, end_index arguments.
9098         (gl_carray_remove, gl_carray_list_implementation): Update.
9099         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9100         gl_linked_search. Add start_index, end_index arguments.
9101         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9102         start_index, end_index arguments.
9103         (gl_linked_remove): Update.
9104         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9105         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9106         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9107         field to 'size_t'.
9108         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9109         gl_tree_search. Add start_index, end_index arguments.
9110         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9111         start_index, end_index arguments.
9112         (gl_tree_remove): Update.
9113         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9114         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9115         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
9116         function.
9117         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
9118         gl_tree_search. Add start_index, end_index arguments.
9119         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9120         start_index, end_index arguments.
9121         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9122         Update.
9123         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
9124
9125 2006-10-05  Bruno Haible  <bruno@clisp.org>
9126
9127         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
9128
9129         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
9130         fwriteerror_temp): New declarations.
9131         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
9132         (descriptors): New variable.
9133         (cleanup): First, close the descriptors.
9134         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
9135         fclose_temp, fwriteerror_temp): New functions.
9136
9137 2006-10-04  Jim Meyering  <jim@meyering.net>
9138
9139         * lib/fts.c (fts_open): Tiny comment change.
9140
9141 2006-10-04  Bruno Haible  <bruno@clisp.org>
9142
9143         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
9144         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
9145         gl_LOCK_BODY.
9146         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
9147         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
9148         gl_LOCK_EARLY_BODY.
9149         (gl_LOCK): Require gl_LOCK_BODY.
9150
9151 2006-10-04  Bruno Haible  <bruno@clisp.org>
9152
9153         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
9154         (gl_oset_search_atleast): New declaration.
9155         (struct gl_oset_implementation): Add field 'search_atleast'.
9156         (gl_oset_search_atleast): New inline function.
9157         * lib/gl_oset.c (gl_oset_search_atleast): New function.
9158         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
9159         (gl_array_oset_implementation): Update.
9160         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
9161         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
9162         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
9163
9164 2006-10-04  Bruno Haible  <bruno@clisp.org>
9165
9166         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
9167
9168 2006-10-03  Bruno Haible  <bruno@clisp.org>
9169
9170         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
9171         from gl_avltreehash_list_implementation.
9172
9173 2006-10-03  Bruno Haible  <bruno@clisp.org>
9174
9175         * lib/gl_oset.c (gl_oset_add): Fix return type.
9176
9177 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
9178
9179         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
9180
9181 2006-10-02  Eric Blake  <ebb9@byu.net>
9182
9183         * modules/strnlen (Depends-on): Add extensions.
9184
9185 2006-10-02  Eric Blake  <ebb9@byu.net>
9186
9187         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
9188         definition in 2.60+.
9189
9190 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9191
9192         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
9193         checks.
9194
9195 2006-10-02  Bruno Haible  <bruno@clisp.org>
9196
9197         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
9198         to the AUTOMAKE_OPTIONS.
9199         Reported by Jim Meyering.
9200
9201 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9202
9203         Work around bug in Solaris 10 /proc file system:
9204         /proc/self/fd/NNN/.. isn't the parent directory of
9205         the directory whose file descriptor is NNN.  This needs to
9206         be worked around at run time, not compile time, since a
9207         program might be built on Solaris 8, where things work, and
9208         run on Solaris 10.
9209         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
9210         to use the following interface instead:
9211         (OPENAT_BUFFER_SIZE): New macro.
9212         (openat_proc_name): New function.
9213         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
9214         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
9215         Likewise.
9216         * lib/openat-proc.c: New file.
9217         * modules/openat (Files): Add lib/openat-proc.c.
9218         (Depends-on): Add same-inode, stdbool.
9219         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
9220
9221 2006-09-29  Bruno Haible  <bruno@clisp.org>
9222
9223         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
9224         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
9225         argument. Set stdout_closed before testing for ferror, not after.
9226         (fwriteerror, fwriteerror_no_ebadf): New functions.
9227
9228 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9229
9230         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
9231
9232 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
9233
9234         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
9235         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
9236
9237 2006-09-28  Jim Meyering  <jim@meyering.net>
9238
9239         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
9240         Include <unistd.h>.
9241
9242 2006-09-28  Bruno Haible  <bruno@clisp.org>
9243
9244         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
9245         * modules/linkedhash-list (Depends-on): Likewise.
9246         * modules/rbtreehash-list (Depends-on): Likewise.
9247
9248 2006-09-28  Bruno Haible  <bruno@clisp.org>
9249
9250         * lib/strndup.h: Simplify the redefinition of strndup.
9251         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
9252         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
9253
9254 2006-09-28  Bruno Haible  <bruno@clisp.org>
9255
9256         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
9257         * lib/gl_linkedhash_list.c: Likewise.
9258         * lib/gl_rbtreehash_list.c: Likewise.
9259
9260 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9261
9262         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9263         getaddrinfo.
9264
9265         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9266         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9267         it causes <stdio_ext.h> to cause a compile-time error.
9268         Problem reported by Nelson H. F. Beebe.
9269         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9270         of HAVE_DECL___PENDING.
9271
9272         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9273         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9274         declaration.
9275
9276 2006-09-27  Jim Meyering  <jim@meyering.net>
9277
9278         This file could end up with a definition for a function
9279         named __strndup, rather than rpl_strndup on a system with
9280         incomplete weak_alias support.
9281         * lib/strndup.c (strndup): Rename from __strndup.
9282         Remove #defines that used to map __strndup to strndup.
9283         Don't use K&R prototypes.
9284         Remove LIBC-related code, since this file is not sync'd with glibc.
9285         * lib/strndup.h: Revamp, accordingly.
9286         * m4/strndup.m4: Modernize.
9287
9288 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9289
9290         * modules/savewd (Depends-on): Add 'raise'.
9291         * lib/savewd.c: Include <signal.h>, for 'raise'.
9292
9293 2006-09-26  Jim Meyering  <jim@meyering.net>
9294
9295         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9296         when we detect Darwin 8.7.0's acl_get_file bug.
9297         Rearrange to perform the new (below) run-test while $LIBS
9298         contains any acl-related library.  Set USE_ACL at the end.
9299         (gl_ACL_GET_FILE): New function.
9300
9301 2006-09-26  Eric Blake  <ebb9@byu.net>
9302
9303         * lib/verror.c: Include <config.h> unconditionally.
9304
9305 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9306
9307         * modules/clock-time (Maintainer): Add self.
9308         * modules/getlogin_r (Depends-on): Add extensions.
9309
9310 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9311
9312         * modules/clock-time: New module.
9313         * modules/nanosleep (Depends-on): Add clock-time.
9314         * modules/gethrxtime (Depends-on): Likewise.
9315         * modules/gettime (Depends-on): Likewise.
9316         * modules/settime (Depends-on): Likewise.
9317
9318         * modules/fts-lgpl: Depend on openat.
9319         * modules/mkancesdirs: Depend on savewd.
9320         * modules/mkdir-p: Likewise.
9321
9322 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9323
9324         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
9325
9326         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
9327         `gl_have_arbitrary_file_name_length_limit' to
9328         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
9329         actually works between configure runs.
9330
9331 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9332             Bruno Haible  <bruno@clisp.org>
9333
9334         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
9335
9336 2006-09-25  Jim Meyering  <jim@meyering.net>
9337
9338         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
9339         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
9340
9341 2006-09-25  Eric Blake  <ebb9@byu.net>
9342
9343         * gnulib-tool (func_import, func_create_testdir): Fix typos in
9344         exec's in 2006-09-18 patch when shuffling fds.
9345
9346 2006-09-25  Bruno Haible  <bruno@clisp.org>
9347
9348         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9349         Reported by Jim Meyering.
9350
9351 2006-09-24  Jim Meyering  <jim@meyering.net>
9352
9353         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9354         compare a pointer against a literal "0".  That caused failures with
9355         at least HP-UX's hpcc.
9356
9357 2006-09-22  Simon Josefsson  <jas@extundo.com>
9358
9359         * modules/gc-sha1:
9360         * modules/gc-md4:
9361         * modules/gc-hmac-sha1:
9362         * modules/gc-hmac-md5:
9363         * modules/gc-des:
9364         * modules/gc-arcfour: Distribute more files.
9365
9366 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9367
9368         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
9369         (gl_linked_iterator_from_to): Initialize struct completely.
9370         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
9371         (gl_tree_iterator_from_to): Likewise
9372         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
9373         * lib/gl_array_list.c [lint] (gl_array_iterator)
9374         (gl_array_iterator_from_to): Likewise.
9375         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
9376         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
9377         (gl_carray_iterator_from_to): Likewise.
9378
9379         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
9380         * lib/md4.c (md4_process_block): Remove unused variable.
9381         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
9382         parentheses for clarity.
9383
9384 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9385
9386         * modules/bison-i18n (Depends-on): Add gettext.
9387
9388 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9389
9390         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
9391         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9392         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
9393         also add missing comma that caused broken test.
9394         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
9395         stdlib.h, for `abort'.
9396         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
9397         variables.
9398         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
9399         include unistd.h if present, for `rmdir'.
9400         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
9401         variables.
9402         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
9403         in the process include standard headers for prototypes.
9404         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
9405         gets declared on GNU/Linux.
9406         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
9407         unistd.h, for `rmdir'.
9408         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
9409
9410         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
9411         always true.
9412         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
9413
9414         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
9415
9416 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9417
9418         * gnulib-tool (func_version): Create output all at once.  This
9419         may help avoid triggering unnecessary SIGPIPEs, and at any
9420         rate it doesn't hurt.
9421
9422 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9423             Bruno Haible  <bruno@clisp.org>
9424
9425         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
9426         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9427         * m4/signed.m4 (bh_C_SIGNED): Likewise.
9428
9429         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
9430         (gl_FUNC_VASPRINTF): Invoke it.
9431
9432 2006-09-22  Bruno Haible  <bruno@clisp.org>
9433
9434         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
9435         getloadavg.c as first argument.
9436
9437 2006-09-22  Bruno Haible  <bruno@clisp.org>
9438
9439         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
9440         at the beginning of the gl_INIT macro.
9441         * modules/getloadavg (configure.ac): Pass $gl_source_base to
9442         gl_GETLOADAVG.
9443
9444 2006-09-22  Bruno Haible  <bruno@clisp.org>
9445
9446         * gnulib-tool (func_create_megatestdir): Don't include the config-h
9447         module.
9448         Suggested by Ralf Wildenhues.
9449
9450 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
9451
9452         Import this patch from libc:
9453
9454         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9455
9456         * lib/regex_internal.c (re_string_reconstruct): Handle
9457         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9458         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9459         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9460         re_string_context_at.
9461
9462         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
9463         now requires it.
9464         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
9465         gl_REGEX now does it for us.
9466         (gl_REGEX): Add test taken from
9467         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
9468
9469         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
9470         Check that large offsets work.  Modernize Autoconf usages.
9471         Prefer "yes" to mean a good thing rather than a bad.
9472         Don't put "#define mkstemp" in config.h, as this might interfere
9473         with standard system headers that "#define mkstemp mkstemp64".
9474
9475         * modules/mkstemp (Depends-on): Add extensions, so that
9476         mkstemp is visible on some platforms.
9477         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
9478         (Include): Change to "mkstemp.h" from <stdlib.h>.
9479         (Files): Add mkstemp.h.
9480
9481         * lib/mkstemp.h: New file, since some standard headers
9482         #define mkstemp.
9483         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
9484         Include "mkstemp.h".
9485         Make the _LIBC code resemble glibc original more,
9486         e.g., use K&R style.
9487         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
9488         (mkstemp): Remove, since mkstemp.h does this for us.
9489         * lib/stdlib--.h: Include mkstemp.h.
9490
9491         Import this patch from libc:
9492
9493         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
9494
9495         * lib/tempname.c (__gen_tempname): Change attempts_min
9496         into a macro.  Use preprocessor to decide how to initialize
9497         attempts [Coverity CID 67].
9498
9499 2006-09-20  Bruno Haible  <bruno@clisp.org>
9500
9501         * lib/mkdtemp.c: Import from libc.
9502         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
9503                 * sysdeps/posix/tempname.c (__gen_tempname): Change
9504                 attempts_min into a macro.  Use preprocessor to decide how to
9505                 initialize attempts [Coverity CID 67].
9506         2001-11-27  Paul Eggert  <eggert@twinsun.com>
9507                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
9508                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
9509
9510 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9511
9512         * gnulib-tool (func_exit): New function, to allow to pass the
9513         exit status portably through the trap.  Use everywhere.
9514         (--help, --version): Signal a write error.
9515         (trap): catch SIGPIPE, for write errors.
9516         Exit at the end of the trap, with the correct exit status.
9517
9518 2006-09-19  Karl Berry  <karl@gnu.org>
9519
9520         * doc/gnulib.texi: note about the license texinfo files.
9521
9522 2006-09-19  Eric Blake  <ebb9@byu.net>
9523
9524         * gnulib-tool: Avoid space-tab.
9525
9526 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
9527
9528         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
9529         that prevented coreutils 6.1 from building.  Problem reported
9530         by Petter Reinholdtsen.
9531
9532 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
9533
9534         * gnulib-tool (avoidlist): Fix typo that broke options like
9535         --avoid=lock that are used by coreutils bootstrap.
9536
9537 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
9538
9539         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
9540         more systematically.
9541
9542 2006-09-18  Jim Meyering  <jim@meyering.net>
9543
9544         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
9545
9546 2006-09-18  Bruno Haible  <bruno@clisp.org>
9547
9548         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
9549
9550 2006-09-18  Bruno Haible  <bruno@clisp.org>
9551
9552         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
9553         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
9554         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
9555         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
9556         * m4/gettext.m4: Require autoconf >= 2.52.
9557         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
9558         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
9559         of gl_cv_header_inttypes_h.
9560
9561 2006-09-18  Bruno Haible  <bruno@clisp.org>
9562
9563         * lib/javaversion.c: Include configmake.h.
9564
9565 2006-09-18  Bruno Haible  <bruno@clisp.org>
9566
9567         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
9568         avoid that the while loops be executed in a subshell.
9569
9570 2006-09-18  Bruno Haible  <bruno@clisp.org>
9571
9572         * MODULES.html.sh (func_module): Break long lines.
9573         Suggested by Bruce Korb <bkorb@gnu.org>.
9574
9575 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9576
9577         Speed up by a factor of 1.12.
9578         * gnulib-tool (nl): New variable.
9579         (func_import): Rewrite include directive extraction to only read each
9580         directive once.
9581
9582 2006-09-17  Bruno Haible  <bruno@clisp.org>
9583
9584         * modules/javaversion (Makefile.am): Remove DEFS setting.
9585         (Depends-on): Add configmake, for PKGDATADIR definition.
9586
9587 2006-09-17  Bruno Haible  <bruno@clisp.org>
9588
9589         * gnulib-tool (func_create_testdir): Rewrite all files at once.
9590
9591 2006-09-17  Bruno Haible  <bruno@clisp.org>
9592
9593         * gnulib-tool (func_append): New function, stolen from libtool.m4.
9594         (func_modules_transitive_closure, func_modules_add_dummy,
9595         func_modules_to_filelist, func_import, func_create_testdir,
9596         func_create_megatestdir, ...): Use it wherever possible.
9597         Suggested by Ralf Wildenhues.
9598
9599 2006-09-16  Karl Berry  <karl@gnu.org>
9600
9601         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
9602         to avoid sectioning errors.
9603         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
9604         [ifinfo]: blank line after @center-ed titles.
9605         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
9606         Spell FSF address consistently with others.
9607         (These changes approved by rms.)
9608
9609 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9610
9611         Speed up by a factor of 1.61.
9612         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
9613         already checked module names again.
9614
9615 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9616
9617         Speed up by a factor of 1.13.
9618         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
9619         for new_files, and the input to func_add_or_update.
9620
9621 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9622
9623         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
9624         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
9625
9626 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9627
9628         * modules/mkancesdirs (Depends-on): Add fcntl.
9629         * modules/savewd: New file.
9630         * MODULES.html.sh (File system functions): Add savewd.
9631
9632         * modules/configmake (Makefile.am): Add support for the
9633         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
9634
9635 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9636
9637         * m4/savewd.m4: New file.
9638
9639 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9640
9641         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
9642         (dirchownmod): New arg FD.  All callers changed.
9643         Use FD rather than opening the directory ourself, as opening is
9644         now the caller's responsibility.
9645         * lib/dirchownmod.h: Likewise.
9646         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
9647         hosts that require <sys/types.h> before <sys/stat.h>.  Include
9648         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
9649         (test_dir): Remove.
9650         (mkancesdirs): Return length of prefix of FILE that has already
9651         been made, or -2 if there is a child doing the work.  Redo
9652         algorithm so that it is O(N) rather than O(N**2).  Optimize away
9653         ".", and treat ".." specially since it might stray back into
9654         already-created areas.  Use a subprocess if necessary.  New arg
9655         WD; all users changed.  MAKE_DIR function should now return 1
9656         if it creates a directory that is not readable.  Return -2 if
9657         a child process is spun off.
9658         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
9659         Adjust signature to match code.
9660         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
9661         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
9662         all users changed.
9663         * lib/savewd.c, lib/savewd.h: New files.
9664
9665 2006-09-15  Jim Meyering  <jim@meyering.net>
9666
9667         * modules/rename-dest-slash: New module.
9668         * MODULES.html.sh (posix_compat): Add it here.
9669
9670         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
9671
9672 2006-09-15  Jim Meyering  <jim@meyering.net>
9673
9674         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
9675         file.
9676
9677         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
9678
9679 2006-09-15  Jim Meyering  <jim@meyering.net>
9680
9681         * lib/rename-dest-slash.c (has_trailing_slash): Use
9682         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
9683         (rpl_rename_dest_slash): Perform the cheaper trailing slash
9684         test before testing whether SRC is a directory.
9685         Suggestions from Bruno Haible.
9686
9687         Avoid a warning about an unused variable.
9688         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
9689         into the #ifdef block where it's used.
9690
9691         * lib/rename-dest-slash.c: New file.
9692
9693 2006-09-14  Bruno Haible  <bruno@clisp.org>
9694
9695         * lib/allocsa.c: Include <config.h> unconditionally.
9696         * lib/asnprintf.c: Likewise.
9697         * lib/asprintf.c: Likewise.
9698         * lib/c-strcasecmp.c: Likewise.
9699         * lib/c-strcasestr.c: Likewise.
9700         * lib/c-strncasecmp.c: Likewise.
9701         * lib/c-strstr.c: Likewise.
9702         * lib/classpath.c: Likewise.
9703         * lib/clean-temp.c: Likewise.
9704         * lib/concatpath.c: Likewise.
9705         * lib/copy-file.c: Likewise.
9706         * lib/csharpcomp.c: Likewise.
9707         * lib/csharpexec.c: Likewise.
9708         * lib/execute.c: Likewise.
9709         * lib/fatal-signal.c: Likewise.
9710         * lib/findprog.c: Likewise.
9711         * lib/fwriteerror.c: Likewise.
9712         * lib/gl_array_list.c: Likewise.
9713         * lib/gl_array_oset.c: Likewise.
9714         * lib/gl_avltree_list.c: Likewise.
9715         * lib/gl_avltree_oset.c: Likewise.
9716         * lib/gl_avltreehash_list.c: Likewise.
9717         * lib/gl_carray_list.c: Likewise.
9718         * lib/gl_linked_list.c: Likewise.
9719         * lib/gl_linkedhash_list.c: Likewise.
9720         * lib/gl_list.c: Likewise.
9721         * lib/gl_oset.c: Likewise.
9722         * lib/gl_rbtree_list.c: Likewise.
9723         * lib/gl_rbtree_oset.c: Likewise.
9724         * lib/gl_rbtreehash_list.c: Likewise.
9725         * lib/imaxabs.c: Likewise.
9726         * lib/imaxdiv.c: Likewise.
9727         * lib/javacomp.c: Likewise.
9728         * lib/javaexec.c: Likewise.
9729         * lib/javaversion.c: Likewise.
9730         * lib/linebreak.c: Likewise.
9731         * lib/localcharset.c: Likewise.
9732         * lib/lock.c: Likewise.
9733         * lib/mbchar.c: Likewise.
9734         * lib/mbswidth.c: Likewise.
9735         * lib/mkdtemp.c: Likewise.
9736         * lib/pipe.c: Likewise.
9737         * lib/printf-args.c: Likewise.
9738         * lib/printf-parse.c: Likewise.
9739         * lib/progname.c: Likewise.
9740         * lib/progreloc.c: Likewise.
9741         * lib/readlink.c: Likewise.
9742         * lib/sh-quote.c: Likewise.
9743         * lib/stpcpy.c: Likewise.
9744         * lib/stpncpy.c: Likewise.
9745         * lib/strcasecmp.c: Likewise.
9746         * lib/strcasestr.c: Likewise.
9747         * lib/strcspn.c: Likewise.
9748         * lib/striconv.c: Likewise.
9749         * lib/strncasecmp.c: Likewise.
9750         * lib/strnlen1.c: Likewise.
9751         * lib/strstr.c: Likewise.
9752         * lib/strtok_r.c: Likewise.
9753         * lib/tls.c: Likewise.
9754         * lib/tmpdir.c: Likewise.
9755         * lib/unicodeio.c: Likewise.
9756         * lib/unsetenv.c: Likewise.
9757         * lib/vasnprintf.c: Likewise.
9758         * lib/vasprintf.c: Likewise.
9759         * lib/wait-process.c: Likewise.
9760         * lib/xallocsa.c: Likewise.
9761         * lib/xsetenv.c: Likewise.
9762         * lib/xstriconv.c: Likewise.
9763
9764 2006-09-13  Simon Josefsson  <jas@extundo.com>
9765
9766         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
9767         that internally, suggested by Ralf Wildenhues
9768         <Ralf.Wildenhues@gmx.de>.
9769
9770 2006-09-13  Simon Josefsson  <jas@extundo.com>
9771
9772         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
9773         @LIBOBJS@.
9774         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9775
9776 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         * lib/_fpending.c: Include <config.h> unconditionally, since we no
9779         longer worry about uses that don't define HAVE_CONFIG_H.
9780         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
9781         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
9782         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
9783         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
9784         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
9785         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
9786         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
9787         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
9788         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
9789         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
9790         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
9791         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
9792         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
9793         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
9794         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
9795         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
9796         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
9797         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
9798         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
9799         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
9800         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
9801         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
9802         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
9803         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
9804         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
9805         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
9806         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
9807         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
9808         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
9809         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
9810         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
9811         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
9812         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
9813         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
9814         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
9815         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
9816         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
9817         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
9818         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
9819         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
9820         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
9821         Likewise.
9822
9823 2006-09-13  Eric Blake  <ebb9@byu.net>
9824
9825         * lib/getopt.c: Fix typo in last commit.
9826
9827 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9828
9829         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
9830         dgettext.
9831
9832 2006-09-12  Jim Meyering  <jim@meyering.net>
9833
9834         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
9835         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
9836         Reported by Nelson H. F. Beebe.
9837
9838 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9839
9840         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
9841         program_invocation_name and program_invocation_short_name are
9842         initialized.
9843         * lib/argp-namefrob.h: Move declarations of program_invocation_name
9844         and program_invocation_short_name to argp.h, so they are visible
9845         to user programs.
9846         * lib/argp.h: Likewise
9847
9848 2006-09-10  Bruno Haible  <bruno@clisp.org>
9849
9850         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9851         m4/inttypes_h.m4, m4/uintmax_t.m4.
9852
9853 2006-09-10  Bruno Haible  <bruno@clisp.org>
9854
9855         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
9856         gl_AC_TYPE_UINTMAX_T.
9857
9858 2006-09-10  Bruno Haible  <bruno@clisp.org>
9859
9860         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
9861
9862 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9863
9864         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
9865         convention.  Text proposed by Bruno Haible.
9866         (struct argp_option): Document the use of N_() wrappers.
9867
9868         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
9869         '\v', and translate the two parts separately, instead of feeding
9870         the whole string to gettext.  This allows to exclude
9871         '\v' from the strings visible to the translator by writing doc
9872         strings as N_("..") "\v" N_("..").
9873
9874 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
9875
9876         * config/srclist.txt: Undo latest change; the bug was fixed.
9877
9878 2006-09-09  Bruno Haible  <bruno@clisp.org>
9879
9880         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
9881         assignments if building a library without libtool.
9882         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
9883         in func_emit_lib_Makefile_am.
9884         (func_import): When building a static library libfoo.a, arrange to
9885         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
9886         (func_create_testdir): Likewise.
9887         * modules/gc (configure.ac, Makefile.am): If building statically,
9888         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
9889         * modules/iconvme (configure.ac, Makefile.am): Likewise.
9890         * modules/striconv (configure.ac, Makefile.am): Likewise.
9891         Based on a suggestion by Ralf Wildenhues.
9892
9893 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9894
9895         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
9896         Check for unistd.h too, since Autoconf doesn't assume POSIX.
9897         Also:
9898
9899         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9900         Add year_2050_test to catch glibc bug 2821
9901         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
9902
9903         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9904         Prefer #ifdef to #if.
9905
9906         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
9907         Return from 'main' instead of calling 'exit'.
9908
9909 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9910
9911         * lib/mktime.c (guess_time_tm): Fix bug where mktime
9912         returned the maximum time_t value rather than (time_t) -1.
9913         Problem originally reported by William Bardwell
9914         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
9915
9916         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
9917         Moved to here ...
9918         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
9919         ... from here.
9920
9921 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9922
9923         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
9924         2821 is fixed.
9925
9926 2006-09-08  Jim Meyering  <jim@meyering.net>
9927
9928         Don't make generated files read-only.  That would bother too many
9929         people.  However, do retain the ability to work when targets are
9930         read-only: remove the destination and temporary files before writing
9931         them (when generated via sed or echo), or by using the -f option for
9932         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
9933         * modules/alloca-opt, modules/argz, modules/arpa_inet:
9934         * modules/byteswap, modules/configmake, modules/fcntl:
9935         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
9936         * modules/localcharset, modules/netinet_in, modules/poll:
9937         * modules/stdbool, modules/stdint, modules/sys_select:
9938         * modules/sys_socket, modules/sys_stat, modules/sysexits:
9939
9940 2006-09-08  Jim Meyering  <jim@meyering.net>
9941
9942         Avoid new build failure on FreeBSD 6.0.
9943         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
9944         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
9945         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
9946
9947 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9948
9949         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
9950
9951 2006-09-07  Jim Meyering  <jim@meyering.net>
9952
9953         Fix global typo in last change: use chmod u-w, not chmod u-x.
9954         Spotted by Paul Eggert and Bruce Korb.
9955         * modules/alloca-opt, modules/argz, modules/arpa_inet:
9956         * modules/byteswap, modules/configmake, modules/fcntl:
9957         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
9958         * modules/localcharset, modules/netinet_in, modules/poll:
9959         * modules/stdbool, modules/stdint, modules/sys_select:
9960         * modules/sys_socket, modules/sys_stat, modules/sysexits:
9961
9962 2006-09-06  Jim Meyering  <jim@meyering.net>
9963
9964         Make generated files be read-only.
9965         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
9966         Ensure that each generated file is now read-only.
9967         * modules/argz: Likewise.
9968         * modules/arpa_inet: Likewise.
9969         * modules/byteswap: Likewise.
9970         * modules/configmake: Likewise.
9971         * modules/fcntl: Likewise.
9972         * modules/fnmatch: Likewise.
9973         * modules/getopt: Likewise.
9974         * modules/glob: Likewise.
9975         * modules/inttypes: Likewise.
9976         * modules/netinet_in: Likewise.
9977         * modules/poll: Likewise.
9978         * modules/stdbool: Likewise.
9979         * modules/stdint: Likewise.
9980         * modules/sys_select: Likewise.
9981         * modules/sys_socket: Likewise.
9982         * modules/sys_stat: Likewise.
9983         * modules/sysexits: Likewise.
9984         * modules/localcharset: Same as above, but continue using temporary
9985         file named "t-$@" (why different?) rather than the "$@-t" used
9986         everywhere else.
9987
9988         * modules/sysexits (Makefile.am): Replace literal occurrences
9989         of "sysexit.h" more readable, and more consistent, "$@".
9990
9991 2006-09-06  Bruno Haible  <bruno@clisp.org>
9992
9993         * modules/striconv: New file.
9994         * modules/xstriconv: New file.
9995         * MODULES.html.sh (Internationalization functions): Add striconv,
9996         xstriconv.
9997
9998 2006-09-06  Bruno Haible  <bruno@clisp.org>
9999
10000         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10001         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10002         not using libtool correctly.
10003
10004 2006-09-06  Bruno Haible  <bruno@clisp.org>
10005
10006         * lib/striconv.h: New file.
10007         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10008         iconvstring.c.
10009         * lib/xstriconv.h: New file.
10010         * lib/xstriconv.c: New file.
10011
10012 2006-09-06  Bruno Haible  <bruno@clisp.org>
10013
10014         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10015         lib_..._LDFLAGS.
10016
10017 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10018
10019         * lib/argz_.h: Sync from Libtool.
10020
10021         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10022                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10023
10024         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10025
10026 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10027
10028         * modules/trim: New file.
10029
10030 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10031
10032         * lib/trim.h: New file.
10033         * lib/trim.c: New file.
10034
10035 2006-09-05  Bruno Haible  <bruno@clisp.org>
10036
10037         * MODULES.html.sh (String handling): Add trim.
10038
10039 2006-09-04  Karl Berry  <karl@gnu.org>
10040
10041         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10042         until next release.
10043
10044 2006-09-03  Bruno Haible  <bruno@clisp.org>
10045
10046         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10047         correctly.
10048
10049 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10050
10051         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10052         not gl_GETLOADAVG.  Omit unneeded semicolons.
10053         Problems reported by Ralf Wildenhues in
10054         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10055         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10056         at the end, which is the usual gnulib style.
10057
10058         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10059         of doing all the work ourselves.
10060         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10061         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10062
10063 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10064
10065         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10066         Problem reported by Ralf Wildenhues in
10067         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10068
10069         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10070         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10071
10072 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10073
10074         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10075         yesterday's patch by changing test -n to test -z.
10076
10077 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10078
10079         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10080         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10081         the former is now obsolescent.
10082
10083         * modules/chdir-long (Depends-on): Add fcntl.
10084
10085 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10086
10087         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10088         obsolescent, and programs should use gnulib instead.
10089         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10090         but with prefixes changed.
10091
10092 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10093
10094         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10095         or stdbool.h, because they might not exist while configuring.
10096
10097         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10098         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10099         does that for us.
10100         (O_DIRECTORY): Remove.
10101
10102 2006-08-31  Eric Blake  <ebb9@byu.net>
10103
10104         * gnulib-tool: Don't let emacs change spaces to TAB.
10105
10106 2006-08-31  Bruno Haible  <bruno@clisp.org>
10107
10108         * gnulib-tool: When calling func_import more than once, do it in a
10109         subshell.
10110         Reported by Eric Blake <ebb9@byu.net>.
10111
10112 2006-08-31  Bruno Haible  <bruno@clisp.org>
10113
10114         * gnulib-tool (nl): Remove variable.
10115         (sed_transform_lib_file): Use more robust test for config-h module.
10116         (func_import): Fix typo in 2006-08-25 patch.
10117
10118 2006-08-31  Bruno Haible  <bruno@clisp.org>
10119
10120         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
10121         specified, augment Makefile.am variables instead of assigning them.
10122
10123 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10124
10125         Work around a bug in both the Linux and SunOS 64-bit kernels:
10126         nanosleep mishandles sleeps for longer than 2**31 seconds.
10127         Problem reported by Frank v Waveren in
10128         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10129         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
10130         Check for nanosleep bug.
10131         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10132
10133 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10134
10135         Work around a bug in both the Linux and SunOS 64-bit kernels:
10136         nanosleep mishandles sleeps for longer than 2**31 seconds.
10137         Problem reported by Frank v Waveren in
10138         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
10139         * lib/nanosleep.c (BILLION): New constant.
10140         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
10141         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
10142         implementation.
10143
10144 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         * modules/nanosleep (Depends-on): Add gettime.
10147
10148 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
10149         and Simon Josefsson  <jas@extundo.com>
10150         and Oskar Liljeblad  <oskar@osk.mine.nu>
10151
10152         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
10153         * gnulib-tool (func_import): New license type 'unmodifiable license
10154         text'.
10155         * modules/fdl: Use it.  Longer description.
10156         * module/gpl, module/lgpl: New files.
10157
10158 2006-08-30  Jim Meyering  <jim@meyering.net>
10159
10160         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
10161         shadowing the parameter.
10162
10163 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10164
10165         Sync from Libtool:
10166
10167         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10168
10169         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
10170         sharing with gnulib.  Report by Eric Blake.
10171
10172 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10173
10174         * modules/isapipe: New file.
10175         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
10176
10177 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10178
10179         * modules/configmake (Makefile.am): Add a comment, and omit
10180         the CONFIGMAKE_ prefix from generated macro names.  Suggested
10181         by Bruno Haible.
10182
10183 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10184
10185         * m4/isapipe.m4: New file.
10186
10187 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
10188
10189         * lib/isapipe.c, lib/isapipe.h: New files.
10190
10191 2006-08-29  Jim Meyering  <jim@meyering.net>
10192
10193         * modules/configmake (Makefile.am): Make configmake.h depend on
10194         Makefile.  Otherwise, a stale configmake.h could hang around.
10195
10196 2006-08-29  Eric Blake  <ebb9@byu.net>
10197
10198         * lib/error.c (error_at_line, print_errno_message): Match libc, after
10199         resolution of upstream bug 3044.
10200
10201 2006-08-29  Bruno Haible  <bruno@clisp.org>
10202
10203         * modules/localcharset (Depends-on): Add configmake.
10204         (Makefile.am): Remove setting of LIBDIR through DEFS.
10205
10206 2006-08-29  Bruno Haible  <bruno@clisp.org>
10207
10208         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
10209         defined.
10210
10211 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10212
10213         * modules/fcntl: New file.
10214         * modules/chdir-safer (Depends-on): Add fcntl.
10215         * modules/fts: Likewise.
10216         * modules/mkdir-p: Likewise.
10217
10218         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
10219         This undoes the most recent change, since we're now addressing the
10220         problem in a different way.
10221
10222         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
10223         into output, since the output might be called Makefile.am even
10224         if $makefile_name is something different.
10225         (func_import): Use $makefile_am rather than
10226         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
10227         empty.
10228
10229         * modules/inttypes (Files): Add m4/inttypes-h.m4.
10230
10231 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10232
10233         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
10234         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
10235         recent change to stdint.m4, since we're now addressing the problem in a
10236         different way.
10237
10238 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10239
10240         * m4/fcntl_h.m4: New file.
10241
10242 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10243
10244         * lib/fcntl_.h: New file.
10245         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
10246         the fcntl module.
10247         * lib/dirchownmod.c: Likewise.
10248         * lib/fts.c: Likewise.
10249
10250         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
10251         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
10252         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
10253         just before including <inttypes.h>, to avoid circular inclusion.
10254
10255 2006-08-28  Jim Meyering  <jim@meyering.net>
10256
10257         * doc/visibility.texi: Actually read and correct the grammar of the
10258         sentence affected by yesterday's change.
10259
10260 2006-08-28  Eric Blake  <ebb9@byu.net>
10261
10262         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10263         needs wrapper.
10264
10265 2006-08-28  Eric Blake  <ebb9@byu.net>
10266
10267         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10268
10269 2006-08-28  Eric Blake  <ebb9@byu.net>
10270
10271         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10272
10273 2006-08-28  Bruno Haible  <bruno@clisp.org>
10274
10275         * modules/c-strstr: New file, from GNU gettext.
10276         * MODULES.html.sh (String handling): Add c-strstr.
10277
10278 2006-08-28  Bruno Haible  <bruno@clisp.org>
10279
10280         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10281         macros.
10282         Reported by Eric Blake.
10283
10284 2006-08-28  Bruno Haible  <bruno@clisp.org>
10285
10286         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10287         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10288         * lib/vasprintf.c: Include errno.h, limits.h.
10289         (EOVERFLOW): New fallback definition.
10290         (vasprintf): Test here whether the string length is > INT_MAX.
10291         * lib/vsnprintf.c: Include errno.h, limits.h.
10292         (EOVERFLOW): New fallback definition.
10293         (vsnprintf): Fix bug when generated string was too long for the buffer.
10294         Test here whether the string length is > INT_MAX.
10295
10296 2006-08-28  Bruno Haible  <bruno@clisp.org>
10297
10298         * lib/inttypes_.h (SCNX*): Remove definitions.
10299         Reported by Eric Blake.
10300
10301 2006-08-28  Bruno Haible  <bruno@clisp.org>
10302
10303         * lib/c-strstr.h: New file, from GNU gettext.
10304         * lib/c-strstr.c: New file, from GNU gettext.
10305
10306 2006-08-28  Bruno Haible  <bruno@clisp.org>
10307
10308         * gnulib-tool: Reorder some statements.
10309
10310 2006-08-28  Bruno Haible  <bruno@clisp.org>
10311
10312         * gnulib-tool: New option --makefile-name.
10313         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10314         $makefile_name.
10315         (func_import): Write $makefile_name to the cache file, and read it from
10316         there unless explicitly specified. Use $makefile_name as file name
10317         instead of Makefile.am. Adjust the recommendations accordingly.
10318
10319 2006-08-28  Bruno Haible  <bruno@clisp.org>
10320
10321         * gnulib-tool (func_verify_module): Check against misapplying patch.
10322
10323 2006-08-28  Bruno Haible  <bruno@clisp.org>
10324
10325         * gnulib-tool (func_relativize, func_relconcat): New functions.
10326         Give an error if --local-dir is given with --update.
10327         Remove trailing slashes from $local_gnulib_dir.
10328         (func_import): Store the relativized $local_gnulib_dir in
10329         gnulib-cache.m4, and read it from there if not specified explicitly.
10330
10331 2006-08-28  Bruno Haible  <bruno@clisp.org>
10332
10333         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
10334         is the current directory. Respect also $local_gnulib_dir.
10335
10336 2006-08-28  Bruno Haible  <bruno@clisp.org>
10337             Simon Josefsson  <jas@extundo.com>
10338
10339         BeOS portability.
10340         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
10341
10342 2006-08-27  Jim Meyering  <jim@meyering.net>
10343
10344         * doc/visibility.texi: Remove duplicate word: "pointer".
10345
10346 2006-08-26  Bruno Haible  <bruno@clisp.org>
10347
10348         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10349         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10350         (Makefile.am): Create inttypes.h from inttypes_.h.
10351         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10352
10353         * modules/imaxabs: New file.
10354
10355         * modules/imaxdiv: New file.
10356
10357 2006-08-26  Bruno Haible  <bruno@clisp.org>
10358
10359         * m4/inttypes.m4: New file.
10360         * m4/_inttypes_h.m4: Remove file.
10361         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
10362         PRI_MACROS_BROKEN.
10363         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
10364
10365         * m4/imaxabs.m4: New file.
10366
10367         * m4/imaxdiv.m4: New file.
10368
10369 2006-08-26  Bruno Haible  <bruno@clisp.org>
10370
10371         * lib/inttypes_.h: New file.
10372         * lib/inttypes.h: Remove file.
10373         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
10374
10375         * lib/imaxabs.c: New file.
10376
10377         * lib/imaxdiv.c: New file.
10378
10379 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10380
10381         New config-h module, so that "make" output needn't be cluttered
10382         by -DHAVE_CONFIG_H.
10383         * MODULES.html.sh (Support for building libraries and executables):
10384         Add config-h.
10385         * modules/config-h: New file.
10386         * gnulib-tool (nl, sed_transform_lib_file): New vars.
10387         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
10388         the config-h module is used.
10389
10390         New configmake module, so that "make" output needn't be cluttered
10391         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
10392         * MODULES.html.sh (Support for building libraries and executables):
10393         Add configmake.
10394         * modules/configmake: New file.
10395
10396 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10397
10398         * m4/config-h.m4: New file.
10399
10400 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10401
10402         * config/srclist.txt: Add elisp-comp.
10403
10404 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10405
10406         * MODULES.html.sh (Support for building libraries and executables):
10407         Add elisp-comp.
10408         * build-aux/elisp-comp: New file.
10409         * modules/elisp-comp: New file.
10410
10411 2006-08-24  Bruno Haible  <bruno@clisp.org>
10412
10413         * gnulib-tool (func_create_testdir): Use non-default values of
10414         sourcebase and m4base.
10415
10416 2006-08-24  Bruno Haible  <bruno@clisp.org>
10417
10418         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
10419         HTML structure.
10420
10421 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10422
10423         * modules/openat (Depends-on): Add lchown.
10424
10425 2006-08-23  Bruno Haible  <bruno@clisp.org>
10426
10427         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
10428         of gl_LOCK_EARLY instead of gl_LOCK.
10429
10430 2006-08-23  Bruno Haible  <bruno@clisp.org>
10431
10432         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
10433         on OSF/1 to no.
10434         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
10435
10436 2006-08-23  Bruno Haible  <bruno@clisp.org>
10437
10438         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
10439         as unusable.
10440
10441         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
10442         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
10443         (gl_LOCK): New macro.
10444
10445 2006-08-22  Simon Josefsson  <jas@extundo.com>
10446
10447         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
10448         to md5 module.
10449
10450 2006-08-22  Simon Josefsson  <jas@extundo.com>
10451
10452         * MODULES.html.sh: Add "Support for maintaining and release
10453         projects".
10454
10455         * build-aux/gnupload: New file, from coreutils.
10456
10457 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10458
10459         Avoid the need for AC_LIBSOURCES in m4 macros.
10460         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
10461         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
10462         * modules/check-version (EXTRA_DIST): Add check-version.h.
10463         * modules/crc (EXTRA_DIST): Add crc.h.
10464         * modules/des (EXTRA_DIST): Add des.h.
10465         * modules/gc (EXTRA_DIST): Add gc.h.
10466         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
10467         * modules/getline (EXTRA_DIST): Add getline.h.
10468         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
10469         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
10470         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
10471         * modules/md2 (EXTRA_DIST): Add md2.h.
10472         * modules/md4 (EXTRA_DIST): Add md4.h.
10473         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
10474         * modules/read-file (EXTRA_DIST): Add read-file.h.
10475         * modules/readline (EXTRA_DIST): Add readline.h.
10476         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
10477         rijndael-api-fst.h.
10478
10479 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10480
10481         * m4/rijndael.m4 (gl_ARCFOUR):
10482         * m4/arctwo.m4 (gl_ARCTWO):
10483         * m4/check-version.m4 (gl_CHECK_VERSION):
10484         * m4/crc.m4 (gl_CRC):
10485         * m4/des.m4 (gl_DES):
10486         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
10487         * m4/gc.m4 (gl_GC):
10488         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
10489         * m4/getline.m4 (gl_FUNC_GETLINE):
10490         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
10491         * m4/hmac-md5.m4 (gl_HMAC_MD5):
10492         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
10493         * m4/md2.m4 (gl_MD2):
10494         * m4/md4.m4 (gl_MD4):
10495         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
10496         * m4/read-file.m4 (gl_FUNC_READ_FILE):
10497         * m4/readline.m4 (gl_FUNC_READLINE):
10498         * m4/rijndael.m4 (gl_RIJNDAEL):
10499         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
10500         to get the necessary .h files and whatnot.
10501
10502 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10503
10504         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
10505         gnulib rather than the other way around.
10506         * config/srclistvars.sh (COREUTILS): Remove.
10507
10508 2006-08-22  Jim Meyering  <jim@meyering.net>
10509
10510         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
10511
10512         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
10513
10514 2006-08-22  Eric Blake  <ebb9@byu.net>
10515
10516         * modules/regexprops-generic: New file.
10517         * MODULES.html.sh (Support for building documentation): List it.
10518
10519 2006-08-22  Eric Blake  <ebb9@byu.net>
10520
10521         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
10522         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
10523         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
10524         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
10525
10526 2006-08-22  Bruno Haible  <bruno@clisp.org>
10527
10528         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
10529         and lib_LTLIBRARIES like the other lib_* variables.
10530
10531 2006-08-22  Bruno Haible  <bruno@clisp.org>
10532
10533         * build-aux/x-to-1.in: New file, from GNU gettext.
10534
10535 2006-08-22  Bruno Haible  <bruno@clisp.org>
10536
10537         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
10538         <utmpx.h> exists.
10539
10540 2006-08-22  Bruno Haible  <bruno@clisp.org>
10541
10542         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
10543         <utmpx.h> exists.
10544
10545 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10546
10547         BeOS portability.
10548         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
10549         exist.
10550         Problem reported by Bruno Haible.
10551
10552 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10553
10554         Avoid the need for AC_LIBSOURCES in m4 macros.
10555         * modules/acl (EXTRA_DIST): Add acl.h.
10556         * modules/argmatch (Files): Add m4/argmatch.m4.
10557         (configure.ac): Add gl_ARGMATCH.
10558         (EXTRA_DIST): Renamed from lib_SOURCES, for
10559         consistency with the other modules.  Remove argmatch.c.
10560         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
10561         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
10562         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
10563         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
10564         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
10565         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
10566         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
10567         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
10568         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
10569         * modules/closeout (EXTRA_DIST): Add closeout.h.
10570         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
10571         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
10572         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
10573         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
10574         dirname.h; remove basename.c and stripslash.c.
10575         * modules/exclude (EXTRA_DIST): Add exclude.h.
10576         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
10577         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
10578         * modules/file-type (EXTRA_DIST): Add file-type.h.
10579         * modules/filemode (EXTRA_DIST): Add filemode.h.
10580         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
10581         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
10582         * modules/fpending (EXTRA_DIST): Add __fpending.h.
10583         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
10584         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
10585         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
10586         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
10587         * modules/getdate (EXTRA_DIST): Add getdate.c.
10588         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
10589         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
10590         * modules/getpass (EXTRA_DIST): Add getpass.h.
10591         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
10592         * modules/group-member (EXTRA_DIST): Add group-member.h.
10593         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
10594         * modules/hash (EXTRA_DIST): Add hash.h.
10595         * modules/human (EXTRA_DIST): Add human.h.
10596         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
10597         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
10598         * modules/lchown (EXTRA_DIST): Add lchown.h.
10599         * modules/long-options (EXTRA_DIST): Add long-options.h.
10600         * modules/lstat (EXTRA_DIST): Add lstat.h.
10601         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
10602         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
10603         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
10604         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
10605         * modules/memxor (EXTRA_DIST): Add memxor.h.
10606         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
10607         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
10608         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
10609         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
10610         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
10611         * modules/physmem (EXTRA_DIST): Add physmem.h.
10612         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
10613         * modules/posixver (EXTRA_DIST): Add posixver.h.
10614         * modules/quote (EXTRA_DIST): Add quote.h.
10615         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
10616         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
10617         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
10618         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
10619         regex_internal.h regexec.c.
10620         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
10621         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
10622         * modules/same (EXTRA_DIST): Add same.h.
10623         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
10624         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
10625         * modules/savedir (EXTRA_DIST): Add savedir.h.
10626         * modules/sha1 (EXTRA_DIST): Add sha1.h.
10627         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
10628         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
10629         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
10630         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
10631         * modules/strdup (EXTRA_DIST): Add strdup.h.
10632         * modules/strftime (EXTRA_DIST): Add strftime.h.
10633         * modules/strndup (EXTRA_DIST): Add strndup.h.
10634         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
10635         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
10636         * modules/time_r (EXTRA_DIST): Add time_r.h.
10637         * modules/timespec (EXTRA_DIST): Add timespec.h.
10638         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
10639         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
10640         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
10641         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
10642         * modules/userspec (EXTRA_DIST): Add userspec.h.
10643         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
10644         * modules/utimens (EXTRA_DIST): Add utimens.h.
10645         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
10646         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
10647         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
10648         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
10649         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
10650         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
10651         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
10652         * modules/yesno (EXTRA_DIST): Add yesno.h.
10653
10654 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
10657
10658         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
10659         * m4/dev-ino.m4, same-inode.m4: Remove.
10660
10661         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
10662         * m4/acl.m4 (AC_FUNC_ACL):
10663         * m4/backupfile.m4 (gl_BACKUPFILE):
10664         * m4/c-strtod.m4 (gl_C99_STRTOLD):
10665         * m4/canon-host.m4 (gl_CANON_HOST):
10666         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
10667         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
10668         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
10669         * m4/cloexec.m4 (gl_CLOEXEC):
10670         * m4/close-stream.m4 (gl_CLOSE_STREAM):
10671         * m4/closeout.m4 (gl_CLOSEOUT):
10672         * m4/dirfd.m4 (gl_FUNC_DIRFD):
10673         * m4/dirname.m4 (gl_DIRNAME):
10674         * m4/exclude.m4 (gl_EXCLUDE):
10675         * m4/exitfail.m4 (gl_EXITFAIL):
10676         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
10677         * m4/file-type.m4 (gl_FILE_TYPE):
10678         * m4/filemode.m4 (gl_FILEMODE):
10679         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
10680         * m4/fpending.m4 (gl_FUNC_FPENDING):
10681         * m4/fprintftime.m4 (gl_FPRINTFTIME):
10682         * m4/fts.m4 (gl_FUNC_FTS):
10683         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
10684         * m4/getdate.m4 (gl_GETDATE):
10685         * m4/gethrxtime.m4 (gl_GETHRXTIME):
10686         * m4/getpagesize.m4 (gl_GETPAGESIZE):
10687         * m4/getpass.m4 (gl_FUNC_GETPASS):
10688         * m4/gettime.m4 (gl_GETTIME):
10689         * m4/getugroups.m4 (gl_GETUGROUPS):
10690         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
10691         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
10692         * m4/hard-locale.m4 (gl_HARD_LOCALE):
10693         * m4/hash.m4 (gl_HASH):
10694         * m4/idcache.m4 (gl_IDCACHE):
10695         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
10696         * m4/lchown.m4 (gl_FUNC_LCHOWN):
10697         * m4/long-options.m4 (gl_LONG_OPTIONS):
10698         * m4/lstat.m4 (gl_FUNC_LSTAT):
10699         * m4/md5.m4 (gl_MD5):
10700         * m4/memcasecmp.m4 (gl_MEMCASECMP):
10701         * m4/memcoll.m4 (gl_MEMCOLL):
10702         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
10703         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
10704         * m4/memxor.m4 (gl_MEMXOR):
10705         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
10706         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
10707         * m4/modechange.m4 (gl_MODECHANGE):
10708         * m4/mountlist.m4 (gl_MOUNTLIST):
10709         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10710         * m4/openat.m4 (gl_FUNC_OPENAT):
10711         * m4/pathmax.m4 (gl_PATHMAX):
10712         * m4/physmem.m4 (gl_PHYSMEM):
10713         * m4/posixtm.m4 (gl_POSIXTM):
10714         * m4/posixver.m4 (gl_POSIXVER):
10715         * m4/quote.m4 (gl_QUOTE):
10716         * m4/quotearg.m4 (gl_QUOTEARG):
10717         * m4/readtokens.m4 (gl_READTOKENS):
10718         * m4/readutmp.m4 (gl_READUTMP):
10719         * m4/regex.m4 (gl_REGEX):
10720         * m4/safe-read.m4 (gl_SAFE_READ):
10721         * m4/safe-write.m4 (gl_SAFE_WRITE):
10722         * m4/same.m4 (gl_SAME):
10723         * m4/save-cwd.m4 (gl_SAVE_CWD):
10724         * m4/savedir.m4 (gl_SAVEDIR):
10725         * m4/settime.m4 (gl_SETTIME):
10726         * m4/sha1.m4 (gl_SHA1):
10727         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
10728         * m4/stat-macros.m4 (gl_STAT_MACROS):
10729         * m4/stat-time.m4 (gl_STAT_TIME):
10730         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
10731         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
10732         * m4/strdup.m4 (gl_FUNC_STRDUP):
10733         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
10734         * m4/strndup.m4 (gl_FUNC_STRNDUP):
10735         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
10736         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
10737         * m4/time_r.m4 (gl_TIME_R):
10738         * m4/timespec.m4 (gl_TIMESPEC):
10739         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
10740         * m4/unlinkdir.m4 (gl_UNLINKDIR):
10741         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
10742         * m4/userspec.m4 (gl_USERSPEC):
10743         * m4/utimecmp.m4 (gl_UTIMECMP):
10744         * m4/utimens.m4 (gl_UTIMENS):
10745         * m4/xalloc.m4 (gl_XALLOC):
10746         * m4/xgetcwd.m4 (gl_XGETCWD):
10747         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
10748         * m4/xreadlink.m4 (gl_XREADLINK):
10749         * m4/xstrtod.m4 (gl_XSTRTOD):
10750         * m4/yesno.m4 (gl_YESNO):
10751         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
10752         to get the necessary .h files and whatnot.
10753
10754 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
10755             Bruno Haible  <bruno@clisp.org>
10756
10757         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
10758         /bin/sh understanding of '!' conditional negation.
10759
10760 2006-08-21  Jim Meyering  <jim@meyering.net>
10761
10762         * modules/openat (Depends-on): Really alphabetize.
10763
10764         * modules/acl (Depends-on): Add error and quote.
10765
10766         * check-module (find_included_lib_files): Add at-func.c to the
10767         ok-to-include-more-than-once white list.
10768
10769         * modules/openat (Depends-on): Add lstat.  Alphabetize.
10770
10771 2006-08-21  Bruno Haible  <bruno@clisp.org>
10772
10773         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10774         Emit a pkgdata_DATA variable only if some snippets add contents to it.
10775         Reported by Martin Lambers <marlam@marlam.de>.
10776
10777 2006-08-21  Bruno Haible  <bruno@clisp.org>
10778
10779         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
10780         specify an installation location, don't emit a noinst_LIBRARIES or
10781         noinst_LTLIBRARIES assignment.
10782
10783 2006-08-21  Bruno Haible  <bruno@clisp.org>
10784
10785         BeOS portability.
10786         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
10787         BeOS has mbrtowc() but no <wctype.h>.
10788
10789 2006-08-21  Bruno Haible  <bruno@clisp.org>
10790
10791         BeOS portability.
10792         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
10793         exist.
10794
10795 2006-08-21  Bruno Haible  <bruno@clisp.org>
10796
10797         BeOS portability.
10798         * lib/mbchar.h: Include <wctype.h> only if it exists.
10799
10800 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10801
10802         Remove files that are no longer needed by their respective modules.
10803         * m4/obstack.m4: Remove.
10804         * m4/strerror_r.m4: Remove.
10805         * m4/uint32_t.m4: Remove.
10806         * m4/uintptr_t.m4: Remove.
10807         * m4/ullong_max.m4: Remove.
10808         * m4/xstrtoimax.m4: Remove.
10809         * m4/xstrtoumax.m4: Remove.
10810
10811         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
10812         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
10813         dependencies now capture this.
10814
10815         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
10816         Do not use AC_LIBSOURCES, since gnulib modules now do this.
10817         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
10818         * m4/human.m4 (gl_HUMAN): Likewise.
10819         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
10820         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
10821
10822         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
10823
10824         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
10825         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
10826         stdint.
10827         * m4/human.m4 (gl_HUMAN): Likewise.
10828         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
10829         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
10830         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
10831         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
10832         * m4/xstrtol (gl_XSTRTOL): Likewise.
10833
10834         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
10835         AC_TYPE_LONG_LONG_INT.
10836         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
10837         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
10838         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
10839         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
10840
10841         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
10842         on stdbool.
10843
10844         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
10845         (gl_PREREQ_XSTRTOUL): Remove.
10846
10847         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
10848
10849         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
10850         mode.
10851
10852 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10853
10854         Add and change modules to make it easier for coreutils to use
10855         gnulib-tool.
10856         * modules/backupfile (Files): Remove m4/d-ino.m4.
10857         (Depends-on): Add d-ino.
10858         * modules/cycle-check (Depends-on): Add stdint.
10859         (lib_SOURCES): Add cycle-check.h.
10860         * modules/d-ino: New module.
10861         * modules/d-type: New module.
10862         * modules/error (Files): Remove m4/strerror_r.m4.
10863         * modules/filemode (Files): Add m4/st_dm_mode.m4.
10864         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10865         m4/inttypes_h.m4, m4/uintmax_t.m4.
10866         (Depends-on): Add stdint.
10867         (lib_SOURCES): Add fsusage.h.
10868         * modules/getcwd (Files): Remove d-ino.m4.
10869         (Depends-on): Add d-ino.
10870         * modules/getndelim2 (Depends-on): Add stdint.
10871         * modules/glob (Files): Remove m4/d-type.m4.
10872         (Depends-on): Add d-type.
10873         * modules/host-os: New module.
10874         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
10875         m4/inttypes_h.m4, m4/uintmax_t.m4.
10876         * Depends-on: Add stdint.
10877         (lib_SOURCES): Add human.h.
10878         * modules/inttostr (Files): Remove m4/intmax_t.m4,
10879         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
10880         m4/uintmax_t.m4, m4/ulonglong.m4.
10881         (Depends-on): Add stdint.
10882         (EXTRA_DIST): Add inttostr.h.
10883         * modules/lchmod: New module.
10884         * modules/link-follow: New module.
10885         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
10886         (Depends-on): Add lchmod.
10887         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
10888         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
10889         (Depends-on): Add stdint.
10890         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
10891         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
10892         (Depends-on): Add stdint.
10893         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
10894         * modules/perl: New module.
10895         * modules/regex (Depends-on): Add stdint.
10896         * modules/rmdir-errno: New module.
10897         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
10898         m4/intmax_t.m4.
10899         (Depends-on): Add stdint.
10900         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
10901         m4/uintmax_t.m4.
10902         (Depends-on): Add stdint.
10903         * modules/unlink-busy: New module.
10904         * modules/utimecmp (Depends-on): Add stdint.
10905         * modules/uptime: New module.
10906         * modules/winsz-ioctl: New module.
10907         * modules/winsz-termios: New module.
10908         * modules/xnanosleep (Depends-on): Add nanosleep.
10909         * modules/ullong_max: Remove.
10910         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
10911         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
10912         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
10913         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
10914         (Depends-on): Add inttypes.
10915         (lib_SOURCES): Add xstrtol.h.
10916         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
10917         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
10918         * MODULES.html.sh: Move 'assert' into the assert section.
10919         Move 'dummy' into the linking section.
10920         Remove ullong_max.
10921         Add section for compatibility checks for POSIX:2001 functions,
10922         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
10923         winsz-ioctl, and winsz-termios into it.
10924         Add lchmod.
10925         Add top-level Misc section and put host-os, perl, and uptime
10926         into it.
10927
10928 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10929
10930         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
10931         now assume the stdint module.  Do not include inttypes.h.
10932         * lib/fsusage.h: Likewise.
10933         * lib/getndelim2.c: Likewise.
10934         * lib/human.h: Likewise.
10935         * lib/inttostr.h: Likewise.
10936         * lib/obstack.c: Likewise.
10937         * lib/regex_internal.h: Likewise.
10938         * lib/tempname.c: Likewise.
10939         * lib/utimecmp.c: Likewise.
10940         * lib/xstrtol.h: Likewise.
10941
10942         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
10943
10944         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
10945         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
10946         * lib/xtime.h: Likewise.
10947
10948 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10949
10950         * modules/openat (Files): Add lib/fchmodat.c.
10951         Fixes problem reported by Jay Youngman.
10952
10953 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10954
10955         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
10956         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
10957
10958 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
10959             Bruno Haible  <bruno@clisp.org>
10960
10961         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
10962         and is a script that invokes bison. Tighten the code. Add comments.
10963
10964 2006-08-18  Jim Meyering  <jim@meyering.net>
10965
10966         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
10967         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
10968         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
10969         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
10970
10971 2006-08-18  Bruno Haible  <bruno@clisp.org>
10972
10973         * modules/bison-i18n: New file.
10974         * MODULES.html.sh (Internationalization functions): Add it.
10975
10976 2006-08-18  Bruno Haible  <bruno@clisp.org>
10977
10978         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
10979         sys/statvfs.h. When getmntinfo was found, check its declaration and
10980         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
10981
10982 2006-08-18  Bruno Haible  <bruno@clisp.org>
10983
10984         * m4/bison-i18n.m4: New file, from bison.
10985
10986 2006-08-18  Bruno Haible  <bruno@clisp.org>
10987
10988         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
10989         (ME_DUMMY): Treat "kernfs" as a dummy.
10990         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
10991
10992 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10993
10994         Update from coreutils.
10995
10996         2006-08-15  Jim Meyering  <jim@meyering.net>
10997
10998         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
10999
11000         2006-01-17  Jim Meyering  <jim@meyering.net>
11001
11002         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11003
11004         2006-01-11  Jim Meyering  <jim@meyering.net>
11005
11006         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11007         Check for the lchmod function.
11008
11009 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11010
11011         Update from coreutils.
11012
11013         * lib/__fpending.h: Add copyright notice.
11014         * lib/fprintftime.h: Likewise.
11015         * lib/savedir.c: Use (C) in copyright notice.
11016         * lib/savedir.h: Likewise.
11017
11018         2006-08-15  Jim Meyering  <jim@meyering.net>
11019
11020         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11021         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11022         in support of the EXPECTED_ERRNO macro.
11023         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11024         definitions.  Instead, define the appropriate symbols and include
11025         "at-func.c".
11026         * lib/mkdirat.c (mkdirat): Likewise.
11027         * lib/fchmodat.c (fchmodat): Likewise.
11028         (ENOSYS): Remove definition.
11029         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11030         it.  Don't include "unistd--.h" -- it wasn't ever used.
11031
11032         2006-01-17  Jim Meyering  <jim@meyering.net>
11033
11034         Rewrite fts.c not to change the current working directory,
11035         by using openat, fstatat, fdopendir, etc..
11036
11037         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11038         (HAVE_OPENAT_SUPPORT): Define.
11039         [_LIBC] (fchdir): Don't undef or define; no longer used.
11040         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11041         Now, this `function' always succeeds, and consumes its file descriptor
11042         parameter -- so callers must not close such FDs.  Update callers.
11043         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11044         (diropen): Add parameter, SP.  Adjust all callers.
11045         Implement using diropen_fd, rather than open.
11046         (fts_open): Initialize new member, fts_cwd_fd.
11047         Remove fts_rft-setting code.
11048         (fts_close): Close fts_cwd_fd, if necessary.
11049         (__opendir2): Define in terms of opendir or opendirat,
11050         depending on whether the FST_NOCHDIR flag is set.
11051         (fts_build): Since fts_safe_changedir consumes its FD, and since
11052         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11053         and close the dup'd file descriptor upon failure.
11054         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11055         (fts_safe_changedir): Tweak semantics to reflect that this function
11056         now calls cwd_advance_fd and hence consumes its FD argument.
11057         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11058         [struct FTS] (fts_rft): Remove now-unused member.
11059         [struct FTS] (fts_cycle.state): Improve comment.
11060
11061         * lib/openat.c (openat_needs_fchdir): New function.
11062         * lib/openat.h (openat_needs_fchdir): Declare it.
11063
11064 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11065
11066         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11067         Problem and fix reported by Pádraig Brady in
11068         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11069
11070 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11071
11072         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11073
11074 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11075
11076         * lib/memcoll.c (memcoll): Optimize for the common case where the
11077         arguments are bytewise equal.
11078
11079 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11080
11081         * doc/regexprops-generic.texi: Add a copyright notice.
11082
11083 2006-08-15  Bruno Haible  <bruno@clisp.org>
11084
11085         * modules/tmpdir (License): Change to LGPL.
11086
11087 2006-08-15  Bruno Haible  <bruno@clisp.org>
11088
11089         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11090         module.
11091
11092 2006-08-14  Simon Josefsson  <jas@extundo.com>
11093
11094         * config/srclist.txt: Add gnupload.
11095
11096 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11097
11098         Change copyright notice from LGPL 2 to GPL 2, since that's the
11099         standard form used in the gnulib repository.
11100         * tests/test-lock.c: Likewise.
11101         * tests/test-stdint.c: Likewise.
11102         * tests/test-tls.c: Likewise.
11103
11104         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11105         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11106         Add copyright notice.
11107
11108         * check-module: Add copyright notice.  Output a copyright
11109         notice if "--version" is specified.
11110         * modules/COPYING: New file.
11111         * tests/test-getaddrinfo.c: Add copyright notice.
11112         * tests/test-verify.c: Likewise.
11113
11114 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11115
11116         Change copyright notice from LGPL 2 to GPL 2, since that's the
11117         standard form used in the gnulib repository.
11118         * lib/lock.c: LGPL -> GPL.
11119         * lib/lock.h: Likewise.
11120         * lib/strnlen1.c: Likewise.
11121         * lib/strnlen1.h: Likewise.
11122         * lib/tls.c: Likewise.
11123         * lib/tls.h: Likewise.
11124         * lib/tmpdir.c: Likewise.
11125
11126         * lib/TODO: Remove; this belongs only in coreutils.
11127
11128 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11129
11130         Add copyright notices to long-enough files that lack them, since
11131         otherwise the files aren't clearly free.  Use the same notice that
11132         getdate.texi already uses.
11133         * doc/alloca-opt.texi: Add copyright notice.
11134         * doc/alloca.texi: Likewise.
11135         * doc/ctime.texi: Likewise.
11136         * doc/functions.texi: Likewise.
11137         * doc/gcd.texi: Likewise.
11138         * doc/gnulib-tool.texi: Likewise.
11139         * doc/inet_ntoa.texi: Likewise.
11140         * doc/visibility.texi: Likewise.
11141
11142         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
11143         * doc/quote.texi: Add copyright notice.
11144
11145         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
11146         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
11147         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
11148         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
11149         is now obsolete, and give a pointer to the Sun list.
11150         Add copyright notice.
11151
11152 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11153
11154         * config/srclistvars.sh: Add copyright notice.
11155
11156 2006-08-14  Eric Blake  <ebb9@byu.net>
11157
11158         Import the following change from libc:
11159
11160         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
11161
11162         Upstream bug 2997.
11163         * lib/misc/error.c: Add space between program name and message if file
11164         name is missing.
11165
11166 2006-08-12  Karl Berry  <karl@gnu.org>
11167
11168         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
11169         remove, these originate in gnulib now.
11170
11171 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11172
11173         * doc/Makefile (standards.info standards.html standards.dvi):
11174         Also depend on make-stds.texi.
11175
11176 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11177
11178         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
11179         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
11180
11181         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
11182         in wchar_t.  Problem reported by Eric Blake.
11183
11184         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
11185         LEN is smaller than SIZE.  Suggested by Bruno Haible.
11186         Also, help the compiler to keep LEN in a register.
11187
11188 2006-08-11  Eric Blake  <ebb9@byu.net>
11189
11190         * users.txt: Sort.  Add tar.
11191
11192 2006-08-11  Bruno Haible  <bruno@clisp.org>
11193
11194         * users.txt: New file.
11195
11196 2006-08-11  Bruno Haible  <bruno@clisp.org>
11197
11198         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
11199         before <wchar.h>. Needed for OSF/1 and BSD/OS.
11200
11201 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11202
11203         * modules/snprintf (Depends-on): Remove minmax.
11204         (Maintainer): Add self and Bruno.
11205
11206 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11207
11208         * lib/.cppi-disable: Add snprintf.h, socket_.h.
11209         * lib/snprintf.c: Include <errno.h> and <limits.h>.
11210         (EOVERFLOW): Define if the system does not.
11211         Do not include "minmax.h"; it wasn't used.
11212         (snprintf): Don't assume size_t promotes to an unsigned type.
11213         Fix bug when generated string was too long for the buffer: the
11214         buffer's contents are supposed to be the initial prefix of the
11215         output.  Don't assume vasnprintf returns EOVERFLOW if the size
11216         exceeds INT_MAX; do the check ourselves.
11217
11218         Import the following changes from libc:
11219
11220         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
11221
11222         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
11223         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
11224         set wc to the byte which couldn't be converted.
11225         (re_string_reconstruct): Don't clear valid_raw_len before calling
11226         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
11227         tip_context using re_string_context_at.
11228
11229         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
11230
11231         * lib/posix/regex.h: g++ still cannot handled [restrict].
11232
11233         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
11234
11235         * lib/posix/regex.h: Remove special handling for VMS.
11236
11237 2006-08-10  Jim Meyering  <jim@meyering.net>
11238
11239         * modules/same-inode: New module.
11240         * modules/dev-ino: New module.
11241         * modules/cycle-check: Depend on these modules, rather than simply
11242         including their .h files.
11243         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
11244         required via m4/cycle-check.m4.
11245         * modules/same: Depend on new same-inode module, rather than
11246         including same-inode.h.
11247         * modules/chdir-safer: New file.
11248
11249         * modules/chown (Depends-on): Add stat-macros.
11250
11251 2006-08-10  Jim Meyering  <jim@meyering.net>
11252
11253         * m4/cycle-check.m4: New file.
11254         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
11255         * m4/dev-ino.m4, m4/same-inode.m4: New files.
11256
11257 2006-08-10  Eric Blake  <ebb9@byu.net>
11258
11259         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
11260         in from original proposal.
11261
11262 2006-08-10  Eric Blake  <ebb9@byu.net>
11263         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11264
11265         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11266         namespace.
11267
11268 2006-08-10  Bruno Haible  <bruno@clisp.org>
11269
11270         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11271         as well.
11272
11273 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11274
11275         Sync from coreutils.
11276
11277         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11278
11279         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11280         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11281
11282 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11283
11284         * modules/restrict: Remove; no longer needed now that we assume
11285         Autoconf 2.59 or later.
11286         * MODULES.html.sh: Remove 'restrict'.
11287         * modules/argp (Depends-on): Remove 'restrict'.
11288         * modules/base64 (Depends-on): Likewise.
11289         * modules/gc (Depends-on): Likewise.
11290         * modules/getaddrinfo (Depends-on): Likewise.
11291         * modules/glob (Depends-on): Likewise.
11292         * modules/inet_ntop (Depends-on): Likewise.
11293         * modules/inet_pton (Depends-on): Likewise.
11294         * modules/memxor (Depends-on): Likewise.
11295         * modules/regex (Depends-on): Likewise.
11296         * modules/strtok_r (Depends-on): Likewise.
11297         * modules/time_r (Depends-on): Likewise.
11298
11299 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11300
11301         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11302         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11303         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11304         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11305         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11306         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11307         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11308         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11309
11310         Merge from coreutils.
11311         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11312         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11313         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11314         * m4/time_r.m4 (gl_TIME_R): Likewise.
11315
11316 2006-08-09  Karl Berry  <karl@gnu.org>
11317
11318         * config/srclist.txt: no more gettext-tools, per Bruno.
11319
11320 2006-08-08  Eric Blake  <ebb9@byu.net>
11321
11322         * modules/verror: New module.
11323         * MODULES.html.sh: Document it.
11324
11325 2006-08-08  Eric Blake  <ebb9@byu.net>
11326
11327         * lib/verror.h, lib/verror.c: New files.
11328
11329 2006-08-08  Eric Blake  <ebb9@byu.net>
11330
11331         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
11332         verror_at_line output complies with GNU Coding Standards even when
11333         file is NULL.
11334
11335 2006-08-07  Bruno Haible  <bruno@clisp.org>
11336
11337         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
11338         versions of AIX.
11339         Reported by Ralf Wildenhues.
11340
11341 2006-08-07  Bruno Haible  <bruno@clisp.org>
11342
11343         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
11344         in an AC_DEFUN. Needed so that the autoconf snippets can use
11345         AC_REQUIRE.
11346
11347 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11348
11349         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11350         Initialize pkgdata_DATA.
11351         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11352         overriding it.
11353
11354 2006-08-06  Eric Blake  <ebb9@byu.net>
11355
11356         * lib/error.h: Fold in some upstream changes from glibc.
11357         * lib/error.c: Likewise.
11358
11359 2006-08-04  Bruno Haible  <bruno@clisp.org>
11360
11361         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11362         Make the mostlyclean-local rule depend on mostlyclean-generic.
11363         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
11364
11365 2006-07-31  Bruno Haible  <bruno@clisp.org>
11366
11367         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
11368         <stdlib.h>, <string.h>.
11369
11370 2006-07-30  Bruno Haible  <bruno@clisp.org>
11371
11372         * modules/readlink (License): Change to LGPL.
11373
11374 2006-07-30  Bruno Haible  <bruno@clisp.org>
11375
11376         * modules/javaversion (Makefile.am): Distribute javaversion.java and
11377         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
11378         set PKGDATADIR to point to it.
11379
11380 2006-07-30  Bruno Haible  <bruno@clisp.org>
11381
11382         * modules/csharpexec (configure.ac): Comment out macro invocation.
11383         * modules/javaexec (configure.ac): Likewise.
11384         * modules/javacomp-script (configure.ac): Likewise.
11385
11386         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
11387
11388 2006-07-30  Bruno Haible  <bruno@clisp.org>
11389
11390         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
11391         linked-list.
11392
11393 2006-07-30  Bruno Haible  <bruno@clisp.org>
11394
11395         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
11396
11397 2006-07-30  Bruno Haible  <bruno@clisp.org>
11398
11399         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11400         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
11401         get removed.
11402
11403 2006-07-29  Bruno Haible  <bruno@clisp.org>
11404
11405         Make it possible for gnulib-tool to work with locally modified or
11406         augmented gnulib repositories.
11407         * gnulib-tool (func_usage): Document --local-dir option.
11408         (local_gnulib_dir): New variable.
11409         Handle --local-dir option.
11410         (func_lookup_file): New function.
11411         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
11412         (func_get_description, func_get_filelist, func_get_description,
11413         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
11414         func_get_automake_snippet, func_get_include_directive,
11415         func_get_license, func_get_maintainer): Use func_lookup_file.
11416         (func_import, func_create_testdir): Use func_lookup_file.
11417
11418 2006-07-29  Bruno Haible  <bruno@clisp.org>
11419
11420         * modules/setenv (Depends-on): Add unistd.
11421
11422 2006-07-29  Bruno Haible  <bruno@clisp.org>
11423
11424         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
11425
11426 2006-07-29  Bruno Haible  <bruno@clisp.org>
11427
11428         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
11429
11430 2006-07-29  Bruno Haible  <bruno@clisp.org>
11431
11432         * gnulib-tool (import, update): If there is no Makefile.am, look at
11433         aclocal.m4, instead of bailing out.
11434
11435 2006-07-29  Bruno Haible  <bruno@clisp.org>
11436
11437         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
11438         Categorize the options by when they are useful.
11439
11440 2006-07-29  Bruno Haible  <bruno@clisp.org>
11441
11442         * gnulib-tool (func_usage): Document option --no-libtool.
11443         Handle option --no-libtool.
11444         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
11445         for changed semantics of $libtool variable.
11446         (func_import): Likewise. If libtool is not used, show this through
11447         an option --no-libtool.
11448         (func_create_testdir): Update.
11449
11450 2006-07-29  Bruno Haible  <bruno@clisp.org>
11451
11452         * gnulib-tool (func_import): Extend error message about missing
11453         --doc-base.
11454
11455 2006-07-29  Bruno Haible  <bruno@clisp.org>
11456
11457         * gnulib-tool (func_import): Don't create the $docbase directory if
11458         there is no file to store there.
11459
11460 2006-07-29  Bruno Haible  <bruno@clisp.org>
11461
11462         * gnulib-tool (autoconf_minversion): If a --dir option is given and
11463         relevant, look for configure.ac there, not in the current directory.
11464         Also use a simple search for AC_PREREQ, not "autoconf --trace".
11465
11466 2006-07-29  Bruno Haible  <bruno@clisp.org>
11467
11468         * gnulib-tool (SORT): New variable.
11469         (func_usage): Undocument --assume-autoconf option.
11470         Remove --assume-autoconf option handling.
11471         (autoconf_minversion): Determine from the contents of configure.ac.
11472         (func_import): Remove autoconf_minversion handling.
11473         Suggested by Eric Blake.
11474
11475 2006-07-29  Bruno Haible  <bruno@clisp.org>
11476
11477         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
11478
11479 2006-07-29  Bruno Haible  <bruno@clisp.org>
11480
11481         * config/srclist.txt (*setenv.[ch]): Remove rules.
11482
11483 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11484
11485         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
11486
11487 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11488
11489         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
11490         arpa/inet.h.
11491
11492 2006-07-28  Simon Josefsson  <jas@extundo.com>
11493
11494         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
11495         * modules/inet_pton (Depends-on): Likewise.
11496
11497 2006-07-28  Simon Josefsson  <jas@extundo.com>
11498
11499         * m4/netinet_in_h.m4: New file.
11500
11501 2006-07-28  Simon Josefsson  <jas@extundo.com>
11502
11503         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
11504         #include's.
11505
11506 2006-07-28  Simon Josefsson  <jas@extundo.com>
11507
11508         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
11509         #include's.
11510
11511 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
11512
11513         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
11514         setgid on directories only if they set these bits.
11515         * lib/modechange.h: Remove obsolete comment about masks.
11516
11517 2006-07-28  Eric Blake  <ebb9@byu.net>
11518
11519         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
11520         macro expansion.
11521
11522 2006-07-28  Bruno Haible  <bruno@clisp.org>
11523
11524         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
11525
11526 2006-07-28  Bruno Haible  <bruno@clisp.org>
11527
11528         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
11529
11530 2006-07-28  Bruno Haible  <bruno@clisp.org>
11531
11532         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
11533         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
11534         Define fallbacks.
11535         Avoids link error on FreeBSD 4.x.
11536         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11537
11538         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
11539         encoding.
11540         * lib/mbswidth.c (iswcntrl): Likewise.
11541
11542 2006-07-27  Bruno Haible  <bruno@clisp.org>
11543
11544         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
11545         test.
11546
11547 2006-07-27  Bruno Haible  <bruno@clisp.org>
11548
11549         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
11550         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
11551         defined.
11552
11553 2006-07-26  Eric Blake  <ebb9@byu.net>
11554
11555         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
11556
11557 2006-07-26  Eric Blake  <ebb9@byu.net>
11558
11559         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
11560         like mingw that lack mkstemp.
11561         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
11562         avoid compilation warning on mingw.
11563
11564 2006-07-26  Bruno Haible  <bruno@clisp.org>
11565
11566         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
11567         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
11568         INT_FAST*_MIN, INTPTR_MIN.
11569
11570 2006-07-25  Bruno Haible  <bruno@clisp.org>
11571
11572         * modules/version-etc (Depends-on): Add stdarg.
11573
11574 2006-07-25  Bruno Haible  <bruno@clisp.org>
11575
11576         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
11577         complex commands.
11578
11579 2006-07-25  Bruno Haible  <bruno@clisp.org>
11580
11581         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
11582         defined in <stdarg.h> or config.h.
11583
11584 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
11585
11586         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
11587         (gl_STDIO_SAFER): Remove.
11588
11589 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
11590
11591         * MODULES.html.sh (File stream based Input/Output):
11592         Add fopen-safer, tmpfile-safer; remove stdio-safer.
11593         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
11594         * modules/fopen-safer, modules/tmpfile-safer: New files.
11595         * modules/stdio-safer: Remove.
11596
11597 2006-07-24  Bruno Haible  <bruno@clisp.org>
11598
11599         * modules/tmpdir: New file.
11600         * MODULES.html.sh (File system functions): Add it.
11601
11602 2006-07-24  Bruno Haible  <bruno@clisp.org>
11603
11604         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
11605         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
11606
11607 2006-07-24  Bruno Haible  <bruno@clisp.org>
11608
11609         * modules/clean-temp: New file.
11610
11611 2006-07-24  Bruno Haible  <bruno@clisp.org>
11612
11613         * m4/tmpdir.m4: New file, from GNU gettext.
11614
11615 2006-07-24  Bruno Haible  <bruno@clisp.org>
11616
11617         * lib/tmpdir.h: New file, from GNU gettext.
11618         * lib/tmpdir.c: New file, from GNU gettext.
11619
11620 2006-07-24  Bruno Haible  <bruno@clisp.org>
11621
11622         * lib/clean-temp.h: New file, from GNU gettext.
11623         * lib/clean-temp.c: New file, from GNU gettext.
11624
11625 2006-07-23  Eric Blake  <ebb9@byu.net>
11626
11627         * modules/stdio-safer (Files): Add tmpfile-safer.c.
11628         (Depends-on): Add binary-io.
11629
11630 2006-07-23  Eric Blake  <ebb9@byu.net>
11631
11632         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
11633
11634 2006-07-23  Eric Blake  <ebb9@byu.net>
11635
11636         * lib/tmpfile-safer.c: New file.
11637         * lib/stdio-safer.h (fopen_safer): Add prototype.
11638         * lib/stdio--.h (tmpfile): Make safer.
11639
11640 2006-07-23  Bruno Haible  <bruno@clisp.org>
11641
11642         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
11643         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
11644         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
11645         gl_linked_remove_at): Use it.
11646
11647 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11648         and Simon Josefsson <jas@extundo.com>
11649
11650         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
11651
11652         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
11653
11654 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11655
11656         * modules/close-stream: New file.
11657         * modules/closeout (Description): Make it clear that it exits
11658         with a diagnostic on error.
11659         (Depends-on): Add close-stream.  Remove fpending, stdbool.
11660         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
11661
11662 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11663
11664         * m4/close-stream.m4: New file.
11665
11666 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11667
11668         * lib/close-stream.c, lib/close-stream.h: New files.
11669
11670 2006-07-22  Bruno Haible  <bruno@clisp.org>
11671
11672         Merge from GNU gettext 0.15.
11673
11674         2006-05-01  Bruno Haible  <bruno@clisp.org>
11675
11676                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
11677
11678         2006-07-22  Bruno Haible  <bruno@clisp.org>
11679
11680                 * modules/javaversion: New file.
11681                 * MODULES.html.sh (Java): Add javaversion.
11682
11683         2006-03-12  Bruno Haible  <bruno@clisp.org>
11684
11685                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
11686
11687         2005-12-04  Bruno Haible  <bruno@clisp.org>
11688
11689                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
11690                 (untested).
11691
11692         2006-06-21  Bruno Haible  <bruno@clisp.org>
11693
11694                 Avoid warnings from recent versions of mcs.
11695                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
11696                 -o, -L, -r any more. Use options documented since mcs-1.0
11697                 instead. Similarly for -g.
11698
11699         2005-12-04  Bruno Haible  <bruno@clisp.org>
11700
11701                 * build-aux/csharpcomp.sh.in: Suffix for resources is
11702                 .resources, not .resource.
11703
11704         2005-07-09  Bruno Haible  <bruno@clisp.org>
11705
11706                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
11707                 add a .dll suffix.
11708                 Reported by Mark Junker <mjscod@gmx.de>.
11709
11710         2006-07-22  Bruno Haible  <bruno@clisp.org>
11711
11712                 * modules/gettext: Upgrade to gettext-0.15.
11713                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
11714                 m4/visibility.m4.
11715                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
11716
11717 2006-07-22  Bruno Haible  <bruno@clisp.org>
11718
11719         Merge from GNU gettext 0.15.
11720
11721         2006-03-25  Bruno Haible  <bruno@clisp.org>
11722
11723                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
11724
11725         2006-07-21  Bruno Haible  <bruno@clisp.org>
11726
11727                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
11728                 "1.1".
11729
11730         2006-05-09  Bruno Haible  <bruno@clisp.org>
11731
11732                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
11733                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
11734                 for the conftestver execution.
11735
11736         2006-05-01  Bruno Haible  <bruno@clisp.org>
11737
11738                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
11739                 optional target-version argument. Verify that the compiler
11740                 groks source of the specified source-version, or add -source
11741                 option as necessary. Verify that the compiler produces
11742                 bytecode in the specified target-version, or add -target and
11743                 -source options as necessary. Make the result of the test
11744                 available as variable CONF_JAVAC. Also log error output in
11745                 config.log.
11746
11747         2006-03-11  Bruno Haible  <bruno@clisp.org>
11748
11749                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
11750
11751         2006-05-09  Bruno Haible  <bruno@clisp.org>
11752
11753                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
11754                 CLASSPATH_SEPARATOR to a semicolon.
11755
11756         2006-03-12  Bruno Haible  <bruno@clisp.org>
11757
11758                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
11759                 available as variable CONF_JAVA, for subsequent autoconf
11760                 tests. Also log error output in config.log.
11761
11762         2006-07-19  Bruno Haible  <bruno@clisp.org>
11763
11764                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
11765                 that getline works on glibc2 systems. Needed to avoid trouble
11766                 in relocatable.c.
11767                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
11768
11769         2005-12-04  Bruno Haible  <bruno@clisp.org>
11770
11771                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
11772                 launcher (untested).
11773
11774         2005-12-04  Bruno Haible  <bruno@clisp.org>
11775
11776                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
11777
11778         2006-07-22  Bruno Haible  <bruno@clisp.org>
11779
11780                 * gettext.m4: Update from GNU gettext-0.15.
11781                 * nls.m4: Likewise.
11782                 * po.m4: Likewise.
11783                 * inttypes-pri.m4: Likewise.
11784                 * inttypes-h.m4: Renamed from inttypes.m4.
11785                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
11786
11787 2006-07-22  Bruno Haible  <bruno@clisp.org>
11788
11789         Merge from GNU gettext 0.15.
11790
11791         2005-07-05  Bruno Haible  <bruno@clisp.org>
11792
11793                 * printf-args.c (printf_fetchargs): Work around broken
11794                 definition of wint_t on mingw.
11795
11796         2005-02-12  Bruno Haible  <bruno@clisp.org>
11797
11798                 * xallocsa.h: Add extern "C" for C++.
11799
11800         2006-05-17  Bruno Haible  <bruno@clisp.org>
11801
11802                 Cygwin portability.
11803                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
11804
11805         2006-04-30  Bruno Haible  <bruno@clisp.org>
11806
11807                 * progreloc.c: Include <mach-o/dyld.h> if available.
11808                 (find_executable): Use _NSGetExecutablePath when possible.
11809
11810         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11811
11812                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
11813                 function.
11814
11815         2005-12-29  Bruno Haible  <bruno@clisp.org>
11816
11817                 * progreloc.c (set_program_name_and_installdir): Fix
11818                 compilation error.
11819
11820         2005-12-04  Bruno Haible  <bruno@clisp.org>
11821
11822                 Cygwin portability.
11823                 * progreloc.c: Include <windows.h> also on Cygwin.
11824                 (find_executable): Add support for Cygwin.
11825                 (set_program_name_and_installdir): Handle also platforms with
11826                 nonempty EXEEXT.
11827
11828         2006-07-11  Bruno Haible  <bruno@clisp.org>
11829
11830                 * javacomp.c: Fix a comment.
11831                 Reported by Jim Meyering.
11832
11833         2006-04-30  Bruno Haible  <bruno@clisp.org>
11834
11835                 * javacomp.h (compile_java_class): Add source_version,
11836                 target_version arguments.
11837                 * javacomp.c: Rewritten to choose only a compiler that
11838                 respects the specified source_version and target_version.
11839
11840         2006-06-27  Bruno Haible  <bruno@clisp.org>
11841
11842                 Assume correct S_ISDIR macro.
11843                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
11844
11845         2006-07-22  Bruno Haible  <bruno@clisp.org>
11846
11847                 * javaversion.h: New file, from GNU gettext.
11848                 * javaversion.c: New file, from GNU gettext.
11849                 * javaversion.java: New file, from GNU gettext.
11850                 * javaversion.class: New file, from GNU gettext.
11851
11852         2006-05-17  Bruno Haible  <bruno@clisp.org>
11853
11854                 Cygwin portability.
11855                 * javaexec.c (execute_java_class): Test for jview program
11856                 also on Cygwin.
11857
11858         2006-04-09  Bruno Haible  <bruno@clisp.org>
11859
11860                 * fatal-signal.c: Don't include string.h.
11861                 (at_fatal_signal): Use a copying loop instead of memcpy.
11862
11863         2005-12-04  Bruno Haible  <bruno@clisp.org>
11864
11865                 * csharpexec.c: Add support for 'clix' launcher (untested).
11866                 (execute_csharp_using_sscli): New function.
11867                 (execute_csharp_program): Call it.
11868
11869         2006-06-21  Bruno Haible  <bruno@clisp.org>
11870
11871                 Avoid warnings from recent versions of mcs.
11872                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
11873                 -o, -L, -r any more. Use options documented since mcs-1.0
11874                 instead. Similarly for -g.
11875
11876         2005-07-09  Bruno Haible  <bruno@clisp.org>
11877
11878                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
11879                 add a .dll suffix.
11880                 Reported by Mark Junker <mjscod@gmx.de>.
11881
11882         2006-06-17  Bruno Haible  <bruno@clisp.org>
11883
11884                 * config.charset: Update for NetBSD 3.0.
11885
11886         2006-05-17  Bruno Haible  <bruno@clisp.org>
11887
11888                 Cygwin portability.
11889                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
11890
11891         2006-05-16  Bruno Haible  <bruno@clisp.org>
11892
11893                 * localcharset.c [CYGWIN]: Include <windows.h>.
11894                 (get_charset_aliases): For Cygwin, return the same CPxxx
11895                 aliases list as under WIN32.
11896                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
11897                 the environment variables. Fall back to GetACP().
11898
11899         2006-04-05  Bruno Haible  <bruno@clisp.org>
11900
11901                 * config.charset: Update Juan Manuel Guerrero's address.
11902
11903         2005-02-12  Bruno Haible  <bruno@clisp.org>
11904
11905                 * allocsa.h: Add extern "C" for C++.
11906
11907         2005-02-10  Bruno Haible  <bruno@clisp.org>
11908
11909                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
11910                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
11911
11912         2006-07-22  Bruno Haible  <bruno@clisp.org>
11913
11914                 * gettext.h: Update to GNU gettext-0.15.
11915
11916 2006-07-22  Bruno Haible  <bruno@clisp.org>
11917
11918         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
11919         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
11920         lib-prefix.m4, longdouble.m4, ssize_t.m4.
11921
11922 2006-07-21  Eric Blake  <ebb9@byu.net>
11923
11924         * modules/stdlib-safer: New file.
11925         * MODULES.html.sh (File stream based Input/Output): Add
11926         stdlib-safer.
11927
11928 2006-07-21  Eric Blake  <ebb9@byu.net>
11929
11930         * lib/stdlib-safer.h: New file from coreutils, required by
11931         stdlib--.h.
11932
11933 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
11934
11935         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
11936
11937 2006-07-20  Bruno Haible  <bruno@clisp.org>
11938
11939         * gnulib-tool: Recognize new option --assume-autoconf.
11940         (autoconf_minversion): New variable.
11941         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
11942
11943 2006-07-20  Bruno Haible  <bruno@clisp.org>
11944
11945         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
11946
11947 2006-07-19  Derek R. Price  <derek@ximbiot.com>
11948
11949         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
11950         Reindent and repaginate.
11951
11952 2006-07-19  Derek Price  <derek@ximbiot.com>
11953
11954         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
11955         Correct grammar.
11956
11957 2006-07-17  Bruno Haible  <bruno@clisp.org>
11958
11959         * modules/list: New file.
11960         * modules/array-list: New file.
11961         * modules/carray-list, modules/carray-list-tests: New files.
11962         * modules/linked-list, modules/linked-list-tests: New files.
11963         * modules/avltree-list, modules/avltree-list-tests: New files.
11964         * modules/rbtree-list, modules/rbtree-list-tests: New files.
11965         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
11966         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
11967         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
11968         * modules/oset: New file.
11969         * modules/array-oset: New file.
11970         * modules/avltree-oset, modules/avltree-oset-tests: New files.
11971         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
11972         * tests/test-carray_list.c: New file.
11973         * tests/test-linked_list.c: New file.
11974         * tests/test-avltree_list.c: New file.
11975         * tests/test-rbtree_list.c: New file.
11976         * tests/test-linkedhash_list.c: New file.
11977         * tests/test-avltreehash_list.c: New file.
11978         * tests/test-rbtreehash_list.c: New file.
11979         * tests/test-avltree_oset.c: New file.
11980         * tests/test-rbtree_oset.c: New file.
11981         * MODULES.html.sh (Container data structures): New section.
11982
11983 2006-07-17  Bruno Haible  <bruno@clisp.org>
11984
11985         * m4/gl_list.m4: New file.
11986
11987 2006-07-17  Bruno Haible  <bruno@clisp.org>
11988
11989         * lib/gl_list.h: New file.
11990         * lib/gl_list.c: New file.
11991         * lib/gl_array_list.h: New file.
11992         * lib/gl_array_list.c: New file.
11993         * lib/gl_carray_list.h: New file.
11994         * lib/gl_carray_list.c: New file.
11995         * lib/gl_linked_list.h: New file.
11996         * lib/gl_linked_list.c: New file.
11997         * lib/gl_anylinked_list1.h: New file.
11998         * lib/gl_anylinked_list2.h: New file.
11999         * lib/gl_avltree_list.h: New file.
12000         * lib/gl_avltree_list.c: New file.
12001         * lib/gl_anyavltree_list1.h: New file.
12002         * lib/gl_anyavltree_list2.h: New file.
12003         * lib/gl_rbtree_list.h: New file.
12004         * lib/gl_rbtree_list.c: New file.
12005         * lib/gl_anyrbtree_list1.h: New file.
12006         * lib/gl_anyrbtree_list2.h: New file.
12007         * lib/gl_anytree_list1.h: New file.
12008         * lib/gl_anytree_list2.h: New file.
12009         * lib/gl_linkedhash_list.h: New file.
12010         * lib/gl_linkedhash_list.c: New file.
12011         * lib/gl_anyhash_list1.h: New file.
12012         * lib/gl_anyhash_list2.h: New file.
12013         * lib/gl_avltreehash_list.h: New file.
12014         * lib/gl_avltreehash_list.c: New file.
12015         * lib/gl_rbtreehash_list.h: New file.
12016         * lib/gl_rbtreehash_list.c: New file.
12017         * lib/gl_anytreehash_list1.h: New file.
12018         * lib/gl_anytreehash_list2.h: New file.
12019
12020         * lib/gl_oset.h: New file.
12021         * lib/gl_oset.c: New file.
12022         * lib/gl_array_oset.h: New file.
12023         * lib/gl_array_oset.c: New file.
12024         * lib/gl_avltree_oset.h: New file.
12025         * lib/gl_avltree_oset.c: New file.
12026         * lib/gl_rbtree_oset.h: New file.
12027         * lib/gl_rbtree_oset.c: New file.
12028         * lib/gl_anytree_oset.h: New file.
12029
12030 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * m4/mkancesdirs.m4: New file.
12033         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12034         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12035         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12036         it.
12037
12038 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12041         * lib/mkancesdirs.h: New files.
12042         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12043         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12044         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12045         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12046         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12047         callers changed.  Revamp internals significantly, by not
12048         attempting to create directories that are temporarily more
12049         permissive than the final results.  Do not attempt to use
12050         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12051         This removes some race conditions, fixes some bugs, and simplifies
12052         things.  Use new dirchownmod function to do owner and mode changes.
12053         * lib/mkdir-p.h: Likewise.
12054         * lib/modechange.c (octal_to_mode): New function.
12055         (struct mode_change): New member mentioned.
12056         (make_node_op_equals): New arg mentioned.  All callers changed.
12057         (mode_compile): Keep track of which mode bits the user has explicitly
12058         mentioned.
12059         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12060         New arg PMODE_BITS, to keep track of which mode bits the user
12061         mentioned; it treats S_ISUID and S_ISGID speciall.
12062         All callers changed.
12063         * lib/modechange.h: Likewise.
12064
12065 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12066
12067         * MODULES.html.sh: Add mkancestors.
12068         * modules/mkancesdirs: New module.
12069         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12070         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12071         The chdir-safer and afs files are now orphans; I'll remove them
12072         unless someone speaks up.
12073         Add lib/dirchownmod.c, lib/dirchownmod.h.
12074         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12075         Add lchown, mkancesdirs.
12076         (Maintainer): Add self.
12077
12078 2006-07-15  Karl Berry  <karl@gnu.org>
12079
12080         * gnulib-tool: help message wording/arrangement.
12081
12082 2006-07-14  Simon Josefsson  <jas@extundo.com>
12083
12084         * doc/gnulib.texi (Libtool and Windows): New section.
12085
12086 2006-07-12  Simon Josefsson  <jas@extundo.com>
12087
12088         * modules/gendocs (License): Fix license, approved by Karl.
12089
12090 2006-07-12  Eric Blake  <ebb9@byu.net>
12091
12092         * MODULES.html.sh: Add gendocs.
12093
12094 2006-07-11  Eric Blake  <ebb9@byu.net>
12095
12096         * modules/fdl: New module, to install doc/fdl.texi.
12097         * MODULES.html.sh: Add new section for documentation modules.
12098         * gnulib-tool: Avoid space-tab.
12099         (--doc-base): New option, to manage files from doc.
12100
12101 2006-07-11  Eric Blake  <ebb9@byu.net>
12102
12103         * m4/absolute-header.m4: Fix comments to match recent change.
12104
12105 2006-07-11  Eric Blake  <ebb9@byu.net>
12106
12107         * gnulib-tool: List --doc-base before --tests-base.
12108
12109 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12110
12111         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12112
12113 2006-07-11  Bruno Haible  <bruno@clisp.org>
12114
12115         * README: Mention where to put documentation.
12116
12117 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12118
12119         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
12120
12121 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12122
12123         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
12124         to stdint.m4.
12125
12126 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12127
12128         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
12129         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
12130         "no/such/file/stdint.h" when there is no such file, so that
12131         the resulting C code can be parsed by dodgy compilers.
12132         Problems reported by Bob Proulx.
12133
12134 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12135
12136         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
12137         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12138         macros into the GNU _D_EXACT_NAMLEN.
12139         * lib/savedir.c:  Likewise.
12140         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
12141
12142 2006-07-10  Derek R. Price  <derek@ximbiot.com>
12143         and Paul Eggert  <eggert@cs.ucla.edu>
12144
12145         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
12146         * m4/savedir.m4:
12147         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
12148         macros into the GNU _D_EXACT_NAMLEN.
12149
12150 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12151
12152         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
12153         around the absolute name, to work around a problem with the HP-UX
12154         11.23 native C compiler, reported by Bob Proulx.
12155
12156 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12157
12158         * doc/maintain.texi, make-stds.texi: Sync from
12159         <http://savannah.gnu.org/projects/gnustandards>.
12160
12161 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
12164
12165 2006-07-09  Jim Meyering  <jim@meyering.net>
12166
12167         * m4/glob.m4: Remove a doubled word in a comment.
12168
12169 2006-07-09  Jim Meyering  <jim@meyering.net>
12170
12171         * lib/argp-pv.c: Remove a doubled word in a comment.
12172         * lib/check-version.c (check_version): Likewise.
12173         * lib/javacomp.c (compile_java_class): Likewise.
12174
12175 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12176
12177         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
12178         for the benefit of people using Autoconf 2.60.  If you want to
12179         support older Autoconf versions you can copy m4/onceonly_2_57.m4
12180         (or m4/onceonly.m4, if pre-2.57) manually.
12181
12182 2006-07-08  Jim Meyering  <jim@meyering.net>
12183
12184         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
12185         comment.
12186         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
12187         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
12188         comment.
12189
12190 2006-07-08  Jim Meyering  <jim@meyering.net>
12191
12192         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
12193
12194 2006-07-07  Simon Josefsson  <jas@extundo.com>
12195
12196         * tests/test-crc.c: Change expected crc value, the test vector
12197         were probably computed using the old broken crc.c?
12198
12199 2006-07-06  Simon Josefsson  <jas@extundo.com>
12200
12201         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
12202         now the canonical place for the M4 file).
12203
12204         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
12205         from the sys_socket dependency now.
12206
12207         * modules/inet_pton (Files): Ditto.
12208
12209         * modules/inet_ntop (Files): Ditto.
12210
12211 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12212
12213         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
12214         not gl_PREREQ_GETUSERSHELL.
12215
12216 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12217
12218         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
12219         with only one argument, for Autoconf 2.60.
12220         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
12221         expand to nothing, so add a shell command to avoid syntax error.
12222         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12223
12224 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12225
12226         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
12227
12228 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12229
12230         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
12231         no longer needed.  Check for isblank decl.
12232         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
12233         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
12234         of existence.
12235
12236 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * lib/getloadavg.c: Use __VMS, not VMS.
12239         * lib/getopt.c: Likewise.
12240         * lib/getpagesize.h: Likewise.
12241         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
12242         and probably does not work.
12243
12244 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12245
12246         * lib/.cppi-disable: Add wcwidth.
12247         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
12248         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
12249         (ISGRAPH): Remove.  All uses changed to isgraph.
12250         (FOLD) [!defined _LIBC]: Remove special case.
12251         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
12252         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
12253         HAVE_ISBLANK.
12254         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
12255         case.
12256
12257 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12258
12259         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
12260         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
12261         brackets.  Other minor changes to suppress some compiler
12262         warnings.
12263
12264 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12265         and Paul Eggert  <eggert@cs.ucla.edu>
12266
12267         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12268         of invoking obsolescent AC_HEADER_DIRENT macro.
12269         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12270         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12271         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12272         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12273         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12274         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12275         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12276         * m4/readdir.m4: Remove; no longer needed.
12277
12278 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12279         and Paul Eggert  <eggert@cs.ucla.edu>
12280
12281         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12282         Don't worry about this obsolete case any more.
12283         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12284         directories.
12285         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12286         worry about this obsolete case any more.
12287         * lib/fts.c: Likewise.
12288         * lib/getcwd.c: Likewise.
12289         * lib/glob.h: Likewise.
12290         * lib/savedir.c: Likewise.
12291
12292 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12293
12294         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12295         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12296         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12297         needed.
12298         All uses removed.
12299         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12300         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12301         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12302         needed.
12303         * m4/getdate.m4 (gl_GETDATE): Likewise.
12304         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12305         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12306         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12307         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12308         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12309         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12310         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12311         needed.
12312
12313 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12314
12315         * lib/memcasecmp.c: Include <limits.h>.
12316         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
12317         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
12318         Don't assume isdigit succeeds only on '0' through '9'.
12319
12320 2006-07-05  Eric Blake  <ebb9@byu.net>
12321
12322         * modules/getaddrinfo (Depends-on): Add snprintf.
12323
12324 2006-07-05  Eric Blake  <ebb9@byu.net>
12325
12326         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
12327         to avoid 'header present but could not be compiled' on cygwin.
12328
12329 2006-07-05  Eric Blake  <ebb9@byu.net>
12330
12331         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
12332         missing from netdb.h.
12333         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
12334
12335 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12336
12337         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
12338         no longer needed.
12339         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
12340         * m4/getdate.m4 (gl_GETDATE): Likewise.
12341         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12342         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12343         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12344         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12345         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12346
12347 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12348
12349         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12350         All uses of is_space replaced by isspace.
12351         * lib/exit.h: Don't talk about STDC_HEADERS.
12352         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12353         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12354         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12355         replaced by isprint etc.
12356         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12357         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12358         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
12359         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
12360         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
12361         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12362
12363 2006-07-05  Bruno Haible  <bruno@clisp.org>
12364
12365         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
12366         the function exists, before testing against AIX.
12367         Reported by Martin Lambers <marlam@marlam.de>.
12368
12369 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12370
12371         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
12372         From Mark D. Baushke.
12373
12374 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12375
12376         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
12377         to the absolute name, not just one, to bypass Sun C 5.8's
12378         "warning: #include of /usr/include/... may be non-portable".
12379
12380 2006-07-04  Eric Blake  <ebb9@byu.net>
12381
12382         * modules/dirname-tests: New test module.
12383         * tests/test-dirname.c: New file, replacing dirname.c
12384         TEST_DIRNAME section that was recently deleted.
12385
12386 2006-07-04  Bruno Haible  <bruno@clisp.org>
12387
12388         Assume ANSI C header files and <ctype.h> functions.
12389         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
12390         (mbsnwidth): Use isprint, iscntrl instead.
12391
12392 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12393
12394         Merge from coreutils.
12395         * MODULES.html.sh: Add xstrtold.
12396         * modules/xstrtold: New file.
12397         * modules/cycle-check (Files): Add lib/same-inode.h.
12398         * modules/dirname (Files): Add m4/double-slash-root.m4.
12399         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
12400         * modules/mkdir-p (Files): Add lib/same-inode.h.
12401         * modules/same (Files): Add lib/same-inode.h.
12402
12403 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12404
12405         * m4/absolute-header.m4: Renamed from full-header-path.m4.
12406         This is to keep the terminology clean; POSIX talks about
12407         "absolute pathnames", not "full pathnames", but the GNU
12408         Coding Standards say to use "path" for something else;
12409         so use "absolute" to keep both sides happy.
12410         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
12411         Set gl_absolute_header, not gl_full_header_path.
12412         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
12413         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
12414         All uses changed.
12415
12416         Merge from coreutils.
12417
12418         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12419
12420         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
12421         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
12422         want to require the building of c-strtod.o.
12423         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
12424         needs -lm directly.
12425         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
12426
12427         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
12428
12429         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
12430         --as-needed option if available.  Problem reported by Albert Chin in
12431         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
12432         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
12433         cc merely issues a bunch of annoying warnings for --as-needed
12434         (this problem was reported by Bob Proulx).  Also, try linking with
12435         -lm to detect a bug in binutils 2.16 (this problem was reported
12436         by Ralf Wildenhues).
12437
12438         2006-06-18  Jim Meyering  <jim@meyering.net>
12439
12440         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
12441         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
12442         macro.
12443         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
12444         also check for glibc-2.4's abort-inducing bug.
12445
12446         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
12447         Low-probability clean-up should be to use rmdir to get rid of
12448         the just-created directory, not unlink.
12449
12450         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
12451         configure fail, and request a bug report to inform us about it.
12452         Add a comment that, barring reports to the contrary, in 2007 we'll
12453         assume ftruncate is universally available.
12454
12455         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
12456
12457         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
12458
12459         2006-03-12  Jim Meyering  <jim@meyering.net>
12460
12461         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
12462         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
12463         * m4/same.m4 (gl_SAME): Likewise.
12464         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
12465
12466         2006-03-11  Eric Blake  <ebb9@byu.net>
12467
12468         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
12469         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
12470         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
12471         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
12472
12473 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12474
12475         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
12476         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
12477         reported by Mark D. Baushke, one in
12478         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
12479
12480         Merge from coreutils.
12481
12482         * lib/.cppi-disable: Add stdint_.h.
12483         * lib/.cvsignore: Add stdint.h.
12484
12485         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12486
12487         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
12488         both double and long double versions.
12489         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
12490         * lib/xstrtold.c: New file.
12491         * lib/xstrtod.h (xstrtold): New decl.
12492
12493         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12494
12495         * lib/filemode.c (setst): Remove.
12496         (strmode): Rewrite to avoid setst.  This makes the code shorter,
12497         (arguably) clearer, and the generated code is a bit smaller on my
12498         Debian GNU/Linux stable x86 host.
12499
12500         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
12501
12502         * lib/filemode.c: Include "filemode.h" first, to test the interface.
12503         Assume that filemode.h includes sys/types.h and sys/stat.h.
12504         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
12505         (ftypelet): Reorder to put common cases first, for efficiency.
12506         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
12507         to do 'M'.
12508         (strmode): Renamed from mode_string, and now stores 12 bytes instead
12509         of 10, for compatibility with FreeBSD.  All callers changed.
12510         (filemodestring): Now stores 12 bytes instead of 10, and sets file
12511         types that can't be deduced solely from st_mode.  First arg is now a
12512         const pointer.
12513         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
12514         (strmode): Renamed from mode_string.
12515         (filemodestring): New decl.
12516         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
12517         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
12518         needed.
12519         (S_ISPORT, S_ISWHT): New macros, if not already defined.
12520
12521         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12522
12523         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
12524         fsusage.h now does that.  Include fsusage.h first, to test interface.
12525         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
12526         at most one method (the old code could have generated decls that
12527         didn't conform to C89, not that this was ever exercised).
12528         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
12529
12530         2006-03-19  Jim Meyering  <jim@meyering.net>
12531
12532         Work even in a chroot where d_ino values for entries in "/"
12533         don't match the stat.st_ino values for the same names.
12534         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
12535         number, iterate through all entries again, using lstat instead.
12536         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
12537         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
12538
12539         * lib/getcwd.c (__getcwd): Clarify a comment.
12540         Use memcpy in place of a call to strcpy.
12541
12542         2006-03-12  Jim Meyering  <jim@meyering.net>
12543
12544         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
12545         matches that of the current directory (which we're about to chdir ".."
12546         out of), then save the dev-ino of the parent, instead.
12547
12548         * lib/same-inode.h (SAME_INODE): New file/macro.
12549         * lib/chdir-safer.c (SAME_INODE): Remove definition.
12550         Include "same-inode.h", instead.
12551         * lib/same.c: Likewise.
12552         * lib/cycle-check.h: Include "same-inode.h".
12553         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
12554         * lib/cycle-check.c (SAME_INODE): Remove definition.
12555         * lib/root-dev-ino.h: Include "same-inode.h".
12556
12557         2006-03-11  Eric Blake  <ebb9@byu.net>
12558
12559         * lib/same.c (same_name): s/base_name/last_component/
12560         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
12561         * lib/filenamecat.c (file_name_concat): Likewise.
12562
12563         2006-03-11  Eric Blake  <ebb9@byu.net>,
12564                     Paul Eggert  <eggert@cs.ucla.edu>
12565
12566         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
12567         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
12568         drive prefix.
12569         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
12570         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
12571         (last_component): New method.
12572         * lib/dirname.c (dir_len): Determine when drive letters need a
12573         subsequent slash.  Preserve // when it is special.
12574         (dir_name): Don't append dot when drive letter is absolute.
12575         [TEST_DIRNAME]: Move into a full-blown gnulib test.
12576         * lib/basename.c (base_name): New semantics - malloc the result.
12577         Preserve // when it is special.  Preserve relative files that look
12578         like drive letters.
12579         (base_len): Preserve // when it is special.
12580         (last_component): New method, similar to old base_name semantics.
12581         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
12582         base_name.  Strip redundant slashes from ///.
12583
12584 2006-07-03  Jim Meyering  <jim@meyering.net>
12585
12586         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
12587         macro is used before the first cycle_check call.
12588
12589 2006-07-03  Eric Blake  <ebb9@byu.net>
12590
12591         * modules/dirname (Depends-on): Add xstrndup.
12592
12593 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
12596         test cases, so that config.log is a bit easier to follow.
12597
12598 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12599
12600         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
12601         both are 64 bits, since this seems to be the tradition, and this
12602         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
12603         we ever run into a host that prefers long long to long in this
12604         case, we'll need another configure-time test.  Problem reported by
12605         Jim Meyering.
12606
12607 2006-07-02  Eric Blake  <ebb9@byu.net>
12608
12609         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
12610
12611 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12612
12613         * modules/inttypes (Depends-on): No longer depends on stdint.
12614         * modules/stdint (Description): Say more about assumptions.
12615         Say that the fast types might differ.  Say macros are used.
12616         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
12617         (Makefile.am): Revise list of substituted symbols to match
12618         new stdint.m4.
12619         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
12620         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
12621         * tests/test-stdint.c (verify_same_types)
12622         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
12623         the code conforms to C99/C89.
12624         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
12625         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
12626
12627 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12628
12629         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
12630         but fix a bug, by requiring at least 64 bits.
12631         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
12632         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
12633         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
12634         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
12635
12636         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
12637         changes.  Make 2.59 a prerequisite.  Check and substitute for
12638         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
12639         inttypes.h.  Do not use special include files; just use the
12640         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
12641         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
12642         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
12643         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
12644         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
12645         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
12646         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
12647         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
12648         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
12649         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
12650         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
12651         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
12652         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
12653         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
12654         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
12655         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
12656         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
12657         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
12658         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
12659         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
12660         WINT_MAX.  Check for C99 conformance more strictly, by detecting
12661         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
12662         not check for things that C99 does not require, e.g., int8_t.  If
12663         a test isn't needed unless <stdint.h> isn't working, and is
12664         unlikely to be needed for any other reason, then don't do it
12665         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
12666         size_t, since we assume C89 freestanding at least.  Do not check
12667         for sig_atomic_t, wchar_t, or wint_t, since the code now does
12668         the right thing even if the types are not defined.  Instead use:
12669         (gl_STDINT_TYPE_PROPERTIES): New macro.
12670         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
12671         testing whether <sys/types.h> clashes, as Autoconf does this for
12672         us now.  All uses removed.
12673         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
12674         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
12675         (gl_CHECK_TYPE_SAME):
12676         Remove; no longer needed.
12677         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
12678         exists, since we'll return 0 anyway in that case.
12679         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
12680
12681 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12682
12683         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
12684         possible collision with system files.
12685         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
12686         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
12687         WCHAR_MIN and WCHAR_MAX in this case.
12688         (<stddef.h>): Do not include; no longer needed.
12689         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
12690         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
12691         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
12692         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
12693         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
12694         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
12695         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
12696         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
12697         !defined(__c99))]: Include in this case too, since it's harmless
12698         now.
12699         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
12700         dangerous to do so.
12701         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
12702         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
12703         (_STDINT_MIN, _STDINT_MAX): New macros.
12704         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
12705         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
12706         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
12707         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
12708         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
12709         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
12710         macros, not typedefs; this simplifies things quite a bit.
12711         Use long int for all types narrower than int64_t.
12712         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
12713         Define in terms of long long int or int64_t or long int,
12714         not int64_t or int32_t.  This saves some compile-time testing.
12715         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
12716         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
12717         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
12718         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
12719         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
12720         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
12721         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
12722         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
12723         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
12724         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
12725         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
12726         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
12727         undef any previous version and define our own version, for
12728         simplicity and consistency with the new macros for types.
12729         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
12730         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
12731         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
12732         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
12733         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
12734         @WINT_T_SUFFIX@ to keep things simple here.
12735         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
12736         Simplify by assuming typical 8/16/32/64 host, since we're
12737         already doing that elsewhere anyway.
12738         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
12739         and assume long long int is 64 bits if available.  This
12740         speeds up 'configure'.
12741
12742 2006-07-01  Eric Blake  <ebb9@byu.net>
12743
12744         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
12745         Reported by Andreas Buening.
12746
12747 2006-07-01  Eric Blake  <ebb9@byu.net>
12748
12749         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
12750
12751 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12752
12753         * lib/getaddrinfo.c: fixed typo
12754
12755 2006-06-29  Jim Meyering  <jim@meyering.net>
12756
12757         * modules/strftime (Maintainer): Add my name, since with the
12758         FPRINTFTIME changes strftime.c has forked from glibc.
12759
12760 2006-06-29  Eric Blake  <ebb9@byu.net>
12761
12762         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
12763
12764 2006-06-29  Eric Blake  <ebb9@byu.net>
12765
12766         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
12767
12768 2006-06-29  Eric Blake  <ebb9@byu.net>
12769
12770         * lib/stat_.h: New file.
12771
12772 2006-06-29  Eric Blake  <ebb9@byu.net>
12773
12774         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
12775         unused static function.
12776
12777 2006-06-29  Eric Blake  <ebb9@byu.net>
12778
12779         * doc/functions.texi (Function Portability): Document missing lstat
12780         on mingw.
12781
12782 2006-06-29  Eric Blake  <ebb9@byu.net>
12783
12784         * MODULES.html.sh: Add sys_stat.
12785         * modules/sys_stat: New module.
12786         * modules/mkstemp (Depends-on): Add sys_stat.
12787
12788 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12789
12790         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
12791
12792 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12793
12794         * m4/c-bs-a.m4: Removed.
12795
12796 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12797
12798         * lib/strftime.c: Assume strftime() exists.
12799
12800 2006-06-29  Derek Price  <derek@ximbiot.com>
12801
12802         * modules/c-bs-a: Removed - \a is C89.
12803         * MODULES.html.sh: Remove c-bs-a.
12804
12805 2006-06-29  Bruno Haible  <bruno@clisp.org>
12806
12807         * modules/wcwidth (License): Change to LGPL.
12808
12809 2006-06-28  Simon Josefsson  <jas@extundo.com>
12810
12811         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
12812         on _WIN32.
12813
12814         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
12815         getnameinfo.
12816
12817 2006-06-28  Simon Josefsson  <jas@extundo.com>
12818
12819         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
12820
12821 2006-06-28  Simon Josefsson  <jas@extundo.com>
12822
12823         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
12824         functions there.  It will succeed on Windows XP, but on Windows
12825         2000 and (presumably) earlier, it will fail, and use the internal
12826         re-implementation.
12827         (use_win32_p): New function.
12828         (getaddrinfo): Use strtoul on servname, to support numeric ports.
12829         Support AI_NUMERICSERV to disable getservbyname.
12830         (getnameinfo): New function, only supports
12831         NI_NUMERICHOST|NI_NUMERICSERV for now.
12832
12833         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
12834         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
12835         getnameinfo.
12836
12837 2006-06-28  Eric Blake  <ebb9@byu.net>
12838
12839         * modules/wcwidth: New file.
12840         * modules/mbchar (Depends-on): Add wcwidth.
12841         * modules/mbswidth (Depends-on): Add wcwidth.
12842         * MODULES.html.sh: Add wcwidth.
12843
12844 2006-06-28  Eric Blake  <ebb9@byu.net>
12845
12846         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
12847         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
12848
12849 2006-06-28  Eric Blake  <ebb9@byu.net>
12850
12851         * lib/xvasprintf.h: Fix comments.
12852
12853 2006-06-28  Eric Blake  <ebb9@byu.net>
12854
12855         * lib/mbchar.h (wcwidth): Include wcwidth.h.
12856         * lib/mbswidth.c (wcwidth): Move from here...
12857         * lib/wcwidth.h: ...to this new file.
12858
12859 2006-06-28  Derek R. Price  <derek@ximbiot.com>
12860
12861         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
12862
12863         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
12864         it's obsolete.
12865         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
12866
12867 2006-06-28  Derek R. Price  <derek@ximbiot.com>
12868
12869         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
12870         Autoconf 2.60 says this stuff was obsolete.
12871
12872 2006-06-28  Bruno Haible  <bruno@clisp.org>
12873
12874         * modules/wcwidth (Files): Add m4/wchar_t.m4.
12875
12876 2006-06-28  Bruno Haible  <bruno@clisp.org>
12877
12878         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
12879         gt_TYPE_WCHAR_T.
12880
12881 2006-06-28  Bruno Haible  <bruno@clisp.org>
12882
12883         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
12884         declaration for wcwidth.
12885         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
12886
12887 2006-06-28  Bruno Haible  <bruno@clisp.org>
12888
12889         * lib/mkdtemp.c [MINGW]: Include <io.h>.
12890         (mkdir): Define using _mkdir.
12891
12892 2006-06-28  Bruno Haible  <bruno@clisp.org>
12893
12894         * lib/getaddrinfo.h: Fix POSIX URL.
12895         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
12896         _WIN32.
12897         (use_win32_p): Make static.
12898         (getaddrinfo): Reject service name if it is empty or does not consist
12899         solely of decimal digits, or if its value is > 65535.
12900         (getnameinfo): Remove useless casts.
12901
12902 2006-06-27  Simon Josefsson  <jas@extundo.com>
12903
12904         * modules/sys_select: New file, suggested by Bruno Haible, Paul
12905         Eggert and Martin Lambers.
12906
12907 2006-06-27  Simon Josefsson  <jas@extundo.com>
12908
12909         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
12910         Eggert and Martin Lambers.
12911
12912 2006-06-27  Bruno Haible  <bruno@clisp.org>
12913
12914         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
12915         result to 0, not to empty.
12916         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
12917
12918 2006-06-27  Bruno Haible  <bruno@clisp.org>
12919
12920         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
12921
12922 2006-06-26  Simon Josefsson  <jas@extundo.com>
12923
12924         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
12925         present.
12926
12927 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
12928
12929         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
12930         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
12931         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
12932
12933 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
12934
12935         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
12936
12937 2006-06-26  Bruno Haible  <bruno@clisp.org>
12938
12939         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
12940
12941 2006-06-26  Bruno Haible  <bruno@clisp.org>
12942
12943         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
12944
12945 2006-06-26  Bruno Haible  <bruno@clisp.org>
12946
12947         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
12948         SGI C compiler in pre-C99 mode.
12949         Suggested by Mark D. Baushke and Larry Jones.
12950
12951 2006-06-26  Bruno Haible  <bruno@clisp.org>
12952
12953         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
12954         WCHAR_MAX.
12955         Reported by Mark D. Baushke and Larry Jones.
12956
12957 2006-06-26  Bruno Haible  <bruno@clisp.org>
12958
12959         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
12960         in pre-C99 mode.
12961         Suggested by Mark D. Baushke and Larry Jones.
12962
12963 2006-06-23  Simon Josefsson  <jas@extundo.com>
12964             Bruno Haible  <bruno@clisp.org>
12965
12966         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
12967         Emit mostlyclean-local rule.
12968         (func_emit_tests_Makefile_am): Likewise.
12969         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
12970
12971 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
12972
12973         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
12974
12975 2006-06-23  Bruno Haible  <bruno@clisp.org>
12976
12977         * tests/test-stdint.c: Update to match ISO C 99 Technical
12978         Corrigendum 1.
12979
12980 2006-06-23  Bruno Haible  <bruno@clisp.org>
12981
12982         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
12983
12984 2006-06-23  Bruno Haible  <bruno@clisp.org>
12985
12986         * lib/stdint_.h: Treat IRIX like OpenBSD.
12987
12988 2006-06-23  Bruno Haible  <bruno@clisp.org>
12989
12990         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
12991         ISO C 99 Technical Corrigendum 1.
12992
12993 2006-06-22  Simon Josefsson  <jas@extundo.com>
12994
12995         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
12996         MinGW.
12997
12998 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12999
13000         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13001         needed.  Some compiler complained about some of them.  Problem reported
13002         by Larry Jones in
13003         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13004
13005 2006-06-21  Simon Josefsson  <jas@extundo.com>
13006
13007         * tests/test-getaddrinfo.c: New file.
13008
13009         * modules/getaddrinfo-tests: New file.
13010
13011         * MODULES.html.sh: Add inet_pton.
13012
13013         * modules/inet_pton: New file.
13014
13015 2006-06-21  Simon Josefsson  <jas@extundo.com>
13016
13017         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13018         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13019         of using the (limited) gnulib implementation on Windows XP.
13020
13021         * m4/inet_pton.m4: New file.
13022
13023 2006-06-21  Simon Josefsson  <jas@extundo.com>
13024
13025         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13026         variable.
13027
13028         * lib/socket_.h: Don't define WINVER.
13029
13030         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13031         slightly modified to work in gnulib.
13032
13033 2006-06-21  Simon Josefsson  <jas@extundo.com>
13034
13035         * doc/gnulib.texi (Windows sockets): Add.
13036
13037 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13038
13039         * lib/read-file.c (fread_file): Start with buffer allocation of
13040         0 bytes rather than 1 byte; this simplifies the code.
13041         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13042         code to free buffer and save/restore errno.
13043         (internal_read_file): Remove unused local.
13044
13045 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13048         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13049         Problem reported by Denis Excoffier in
13050         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13051
13052 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13053
13054         * modules/sys_socket, modules/socklen: Include sys/types since
13055         FreeBSD 4.x's sys/socket.h needs it.
13056
13057 2006-06-19  Simon Josefsson  <jas@extundo.com>
13058
13059         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13060
13061 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13062
13063         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13064
13065 2006-06-19  Bruno Haible  <bruno@clisp.org>
13066
13067         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13068         and FULL_PATH_INTTYPES_H in angle brackets.
13069         Reported by Mark D. Baushke <mdb@gnu.org>.
13070
13071 2006-06-17  Eric Blake  <ebb9@byu.net>
13072
13073         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13074         errno.
13075
13076 2006-06-17  Bruno Haible  <bruno@clisp.org>
13077
13078         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13079         <sys/inttypes.h>.
13080
13081 2006-06-17  Bruno Haible  <bruno@clisp.org>
13082
13083         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13084         whether errno is declared. Assume <errno.h> declares errno.
13085
13086 2006-06-17  Bruno Haible  <bruno@clisp.org>
13087
13088         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13089
13090 2006-06-17  Bruno Haible  <bruno@clisp.org>
13091
13092         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13093         problem on Solaris 2.5.1.
13094
13095 2006-06-16  Eric Blake  <ebb9@byu.net>
13096
13097         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13098         * lib/unicodeio.c [!defined errno]: Likewise.
13099         * lib/strtol.c [!defined errno]: Likewise.
13100         * lib/strtod.c [!defined errno]: Likewise.
13101
13102 2006-06-15  Eric Blake  <ebb9@byu.net>
13103
13104         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13105
13106 2006-06-15  Eric Blake  <ebb9@byu.net>
13107
13108         * config/srclist.txt (ssize_t.m4): Lose sync.
13109
13110 2006-06-15  Bruno Haible  <bruno@clisp.org>
13111
13112         * modules/stdint (Files): Include m4/full-header-path.m4,
13113         m4/size_max.m4, m4/wchar_t.m4.
13114         (Makefile.am): Many more substitutions.
13115         * modules/stdint-tests: New file.
13116         * tests/test-stdint.c: New file.
13117
13118 2006-06-15  Bruno Haible  <bruno@clisp.org>
13119
13120         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
13121         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
13122         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
13123         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
13124         gl_CHECK_TYPE_SAME): New macros.
13125
13126 2006-06-15  Bruno Haible  <bruno@clisp.org>
13127
13128         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
13129
13130 2006-06-15  Bruno Haible  <bruno@clisp.org>
13131
13132         * lib/stdint_.h: Rewritten to be fully auto-configured.
13133         Fixes bug on HP-UX/IA64.
13134
13135 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
13136
13137         * lib/getdate.y (__attribute__): Don't define if already defined.
13138         Problem reported by Larry Jones.
13139         * lib/utimens.c (__attribute__): Likewise.
13140
13141 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13142
13143         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
13144         reported by Andreas Schwab.
13145
13146 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13147             Bruno Haible  <bruno@clisp.org>
13148
13149         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
13150         check for the declaration of strnlen and a run test that exposes the
13151         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
13152         rpl_strndup.
13153
13154 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13155             Bruno Haible  <bruno@clisp.org>
13156
13157         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
13158
13159 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13160
13161         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
13162         compile test, for Tru64 4.0D.
13163
13164 2006-05-28  Karl Berry  <karl@gnu.org>
13165
13166         * config/srclist.txt (printf-args.c): lose sync.
13167
13168 2006-05-26  Martin Lambers  <marlam@marlam.de>
13169
13170         * lib/getpass.c: Updates the test for the native W32 API, and adds
13171         missing includes, thus fixing compilation warnings.
13172
13173 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13174
13175         * lib/exclude.c (exclude_fnmatch): New function.
13176         (excluded_file_name): Call exclude_fnmatch.
13177         * lib/exclude.h (excluded_file_name): New prototype
13178
13179 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13180
13181         * lib/tempname.c (small_open, large_open): New macros.
13182         (__open, __open64) [!_LIBC]: Remove.
13183         (__gen_tempname): Use small_open and large_open instead of __open
13184         and __open64.  This fixes a portability bug on HP-UX 11.11i
13185         reported by Simon Wing-Tang in
13186         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
13187
13188 2006-05-24  Bruno Haible  <bruno@clisp.org>
13189
13190         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
13191         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
13192         Reported by Thorsten Maerz <torte@netztorte.de> via
13193         Aaron Stone <aaron@serendipity.cx>.
13194
13195 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13196
13197         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
13198         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
13199         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
13200         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
13201         not really conditional on the cache.
13202         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
13203
13204 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
13207         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
13208         (my_usleep): Don't mishandle maximum value.
13209
13210 2006-05-19  Jim Meyering  <jim@meyering.net>
13211
13212         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
13213
13214 2006-05-17  Bruno Haible  <bruno@clisp.org>
13215
13216         Cygwin portability.
13217         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
13218
13219 2006-05-17  Bruno Haible  <bruno@clisp.org>
13220
13221         * lib/stdint_.h: Fix recognition of Cygwin.
13222
13223 2006-05-15  Bruno Haible  <bruno@clisp.org>
13224
13225         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
13226         on libtool patch by Ralf Wildenhues.
13227
13228 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
13231         test for C99 conformance; (bool) 0.5 is an integer constant
13232         expression, but (bool) -0.5 is not.  Problem reported by Fedor
13233         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
13234
13235 2006-05-11  Simon Josefsson  <jas@extundo.com>
13236
13237         * m4/xvasprintf.m4: Fix obvious typo.
13238
13239 2006-05-11  Jim Meyering  <jim@meyering.net>
13240
13241         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
13242         James Lemley.
13243
13244 2006-05-10  Simon Josefsson  <jas@extundo.com>
13245
13246         * lib/md4.c: Typo fix, update copyright years.
13247         (K1, K2): Don't use L because it turn computations into 64-bit on
13248         64-bit platforms.
13249
13250 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13251
13252         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
13253         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
13254         unwanted sign propagation, e.g., on hosts with 64-bit int.
13255         There still are some problems with reeelly weird theoretical hosts
13256         (e.g., 33-bit int) but it's not worth worrying about now.
13257         * lib/sha1.c (rol): Likewise.
13258         (K1, K2, K3, K4): Remove unnecessary L suffix.
13259
13260 2006-05-10  Bruno Haible  <bruno@clisp.org>
13261
13262         * lib/des.c: Cast to avoid warnings.
13263
13264 2006-05-09  Bruno Haible  <bruno@clisp.org>
13265
13266         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13267         (Depends-on): Depend also on xsize, stdarg.
13268         (configure.ac): Add gl_XVASPRINTF.
13269
13270 2006-05-09  Bruno Haible  <bruno@clisp.org>
13271
13272         * m4/xvasprintf.m4: New file.
13273
13274 2006-05-09  Bruno Haible  <bruno@clisp.org>
13275
13276         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13277         (EOVERFLOW): Define fallback value.
13278         (xstrcat): New function.
13279         (xvasprintf): Recognize the special case of a string concatenation.
13280
13281 2006-05-08  Eric Blake  <ebb9@byu.net>
13282
13283         * gnulib-tool (func_version): Base copyright year on CVS date.
13284         (func_emit_copyright_notice): New function.
13285         (func_emit_lib_Makefile_am): Use it.
13286         (func_emit_tests_Makefile_am): Likewise.
13287         (func_import): Likewise.
13288
13289 2006-05-08  Bruno Haible  <bruno@clisp.org>
13290
13291         * modules/stdarg: New file.
13292         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13293
13294 2006-05-08  Bruno Haible  <bruno@clisp.org>
13295
13296         * m4/stdarg.m4: New file, from GNU gettext.
13297
13298 2006-05-08  Bruno Haible  <bruno@clisp.org>
13299
13300         * config/srclist.txt (build-aux/config.rpath): different from latest
13301         release.
13302
13303 2006-05-08  Bruno Haible  <bruno@clisp.org>
13304
13305         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13306
13307 2006-05-05  Jim Meyering  <jim@meyering.net>
13308
13309         * m4/warning.m4: New file, derived from bison's file by the same name.
13310
13311 2006-05-03  Bruno Haible  <bruno@clisp.org>
13312
13313         * lib/stdint_.h: Shorter URL.
13314         * lib/inttypes.h: Likewise.
13315
13316 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13317
13318         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
13319
13320 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13321
13322         * lib/verify.h: Document the internals better.  Most of this change
13323         was written by Bruno Haible.
13324
13325 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13326
13327         * doc/verify.texi: New file, partly based on a proposal by
13328         Bruno Haible.
13329
13330 2006-05-02  Bruno Haible  <bruno@clisp.org>
13331
13332         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
13333         test from here...
13334         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
13335
13336 2006-04-29  Bruno Haible  <bruno@clisp.org>
13337
13338         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
13339         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
13340
13341 2006-04-29  Bruno Haible  <bruno@clisp.org>
13342
13343         * gnulib-tool: Make --update option actually work.
13344
13345 2006-04-29  Bruno Haible  <bruno@clisp.org>
13346
13347         * doc/gcd.texi: New file.
13348         * doc/gnulib.texi: Include it.
13349
13350 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13351
13352         * lib/getdate.y (get_date): When adding relative date, start with the
13353         initial time, not with the result of the first mktime call.
13354
13355 2006-04-25  Bruno Haible  <bruno@clisp.org>
13356
13357         * gnulib-tool (func_import): Output the include directives in three
13358         blocks, sorted separately.
13359         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13360
13361 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13362
13363         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
13364         to define main with arguments, for C++.  Reported by Eric Blake.
13365         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
13366         Prefer 'int main ()' to 'int main (void)', for C++.
13367         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
13368         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
13369         for 'main', for C99 and C++.
13370
13371 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13372
13373         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
13374         Don't assume that exit status -1 is valid.
13375         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13376         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13377         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
13378         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
13379         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
13380         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
13381         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
13382         functions can be used without declaring them, or that you can
13383         exit with status -1.
13384         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
13385
13386 2006-04-24  Karl Berry  <karl@gnu.org>
13387
13388         * config/srclist.txt (longdouble.m4): sync lost.
13389
13390 2006-04-24  Eric Blake  <ebb9@byu.net>
13391
13392         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
13393
13394 2006-04-24  Bruno Haible  <bruno@clisp.org>
13395
13396         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
13397         poll() implementation in AIX.
13398         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13399
13400 2006-04-24  Bruno Haible  <bruno@clisp.org>
13401
13402         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
13403         assigned exactly once.
13404
13405 2006-04-23  Claudio Fontana  <claudio@gnu.org>
13406             Bruno Haible  <bruno@clisp.org>
13407
13408         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
13409         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
13410         for AM_CPPFLAGS.
13411
13412 2006-04-23  Bruno Haible  <bruno@clisp.org>
13413
13414         * modules/copy-file: Depend on unistd.
13415         * modules/execute: Likewise.
13416         * modules/fatal-signal: Likewise.
13417         * modules/findprog: Likewise.
13418         * modules/mkdtemp : Likewise.
13419         * modules/pipe: Likewise.
13420         * modules/wait-process: Likewise.
13421
13422 2006-04-23  Bruno Haible  <bruno@clisp.org>
13423
13424         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
13425         condition was already detected.
13426         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13427
13428 2006-04-23  Bruno Haible  <bruno@clisp.org>
13429
13430         * lib/copy-file.c: Include <unistd.h> unconditionally.
13431         * lib/execute.c: Likewise.
13432         * lib/fatal-signal.c: Likewise.
13433         * lib/findprog.c: Likewise.
13434         * lib/mkdtemp.c: Likewise.
13435         * lib/pipe.h: Likewise.
13436         * lib/pipe.c: Likewise.
13437         * lib/wait-process.h: Likewise.
13438
13439 2006-04-23  Bruno Haible  <bruno@clisp.org>
13440
13441         * gnulib-tool (func_usage): Fix --import description. Document
13442         --update.
13443         (func_import): Create temporary file in a temporary directory, if
13444         --dry-run is specified. Silence errors from 'grep' when there are no
13445         m4 files in $m4dir.
13446         (func_create_testdir): Silence errors from 'grep' when there are no
13447         m4 files in $m4dir.
13448         Reported by Karl Berry <karl@freefriends.org>.
13449
13450 2006-04-20  Bruno Haible  <bruno@clisp.org>
13451
13452         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
13453         one argument, so that the code will be portable to Autoconf 2.60.
13454         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
13455         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13456         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
13457
13458 2006-04-19  Derek Price  <derek@ximbiot.com>
13459             Eric Blake  <ebb9@byu.net>
13460
13461         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
13462         rather than "/full/path.h".  Update comment to match.  Shorten &
13463         generalize m4_translit call via AS_TR_CPP.
13464
13465 2006-04-19  Derek Price  <derek@ximbiot.com>
13466             Eric Blake  <ebb9@byu.net>
13467
13468         * lib/inttypes.h: Correct grammar in comment.
13469
13470 2006-04-18  Derek Price  <derek@ximbiot.com>
13471             Paul Eggert  <eggert@cs.ucla.edu>
13472
13473         * modules/inttypes: New file.
13474         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
13475
13476 2006-04-18  Derek Price  <derek@ximbiot.com>
13477             Paul Eggert  <eggert@cs.ucla.edu>
13478
13479         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
13480         New files.
13481
13482 2006-04-18  Derek Price  <derek@ximbiot.com>
13483             Paul Eggert  <eggert@cs.ucla.edu>
13484
13485         * lib/inttypes.h: New file.
13486         * lib/strtoimax.c: Assume <inttypes.h>.
13487
13488 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
13489
13490         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
13491         isn't mounted.  Problem reported by Kir Kolyshkin.
13492
13493 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13494
13495         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
13496         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
13497         Derek R. Price.
13498         * lib/regex.h (RE_DUP_MAX): Update comment to match current
13499         implementation.
13500
13501 2006-04-12  Eric Blake  <ebb9@byu.net>
13502
13503         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
13504         is now done automatically by the corresponding Autoconf macro.
13505
13506 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
13509         time_r.h.
13510
13511 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13512
13513         Merge regex changes from libc, removing some of our
13514         POSIX-conformance changes that were rejected and redoing them in a
13515         less-intrusive way.
13516
13517         * lib/regcomp.c (re_compile_internal, init_dfa):
13518         Length arg is now size_t, not Idx.  All uses changed.
13519         (peek_token): Forward decl now says internal_function.
13520         (__re_error_msgid, __re_error_msgid_idx):
13521         Now static rather than extern with attribute_hidden.
13522         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
13523         For some reason libc prefers K&R style defns for external functions.
13524         (regerror) [!defined _LIBC]: Likewise.
13525         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
13526         (seek_collating_symbol_entry, lookup_collation_sequence_value):
13527         (build_range_exp, build_collating_symbol):
13528         Use K&R-style defn.
13529         (re_compile_fastmap): Use '\0' to memset, not 0.
13530         (utf8_sb_map): Make the calculations more obvious.
13531         (init_dfa, parse_bracket_exp, build_charclass_op):
13532         Call calloc and cast result, as glibc does.
13533         (init_word_char, fetch_token, peek_token, peek_token_bracket):
13534         (build_range_exp, build_collating_symbol):
13535         Now internal functions.
13536
13537         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
13538
13539         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
13540         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
13541         Don't depend on VMS; depend on __VMS instead, for POSIX
13542         namespace cleanness.
13543         (regoff_t): Define to ssize_t, not long int.
13544
13545         Remove the REG_ macros named below.  Instead, make the old names
13546         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
13547         __USE_GNU_REGEX.
13548         (REG_BACKSLASH_ESCAPE_IN_LISTS):
13549         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
13550         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
13551         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
13552         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
13553         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
13554         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
13555         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
13556         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
13557         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
13558         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
13559         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
13560         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
13561         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
13562         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
13563         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
13564         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
13565         (REG_NREGS):
13566         Remove.  All uses replaced by the old RE_* names.
13567         (RE_BACKSLASH_ESCAPE_IN_LISTS):
13568         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
13569         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
13570         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
13571         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
13572         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
13573         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
13574         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
13575         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
13576         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
13577         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
13578         Don't bother having these macros be independent of each others'
13579         values, since they no longer exist in the POSIX name space.
13580
13581         Rename the following member names back to their old names,
13582         unless !__USE_GNU_REGEX.  All uses changed back.
13583         (buffer): Renamed from re_buffer.
13584         (allocated): Renamed from re_allocated.
13585         (used): Renamed from re_used.
13586         (syntax): Renamed from re_syntax.
13587         (fastmap): Renamed from re_fastmap.
13588         (translate): Renamed from re_translate.
13589         (can_be_null): Renamed from re_can_be_null.
13590         (regs_allocated): Renamed from re_regs_allocated.
13591         (fastmap_accurate): Renamed from re_fastmap_accurate.
13592         (no_sub): Renamed from re_no_sub.
13593         (not_bol): Renamed from re_not_bol.
13594         (not_eol): Renamed from re_not_eol.
13595         (newline_anchor): Renamed from re_newline_anchor.
13596         (num_regs): Renamed from rm_num_regs.
13597         (start): Renamed from rm_start.
13598         (end): Renamed from rm_end.
13599
13600         (free_state): Move up a bit.
13601
13602         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
13603         #define to be empty.
13604         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
13605         when that is what is intended.
13606         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
13607         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
13608         (MAX): New macro.
13609         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
13610         All uses changed back to re_malloc, etc.  It's now the caller's
13611         responsibility to check for overflow; all callers changed.
13612         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
13613         (re_x2nrealloc): Remove.
13614         (free_state): Remove decl.
13615
13616         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
13617         (re_set_registers, re_exec):
13618         Use K&R-style defn.
13619
13620         2006-01-31  Roland McGrath  <roland@redhat.com>
13621
13622         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
13623         Reported by Mike Frysinger <vapier@gentoo.org>.
13624
13625         2006-01-15  Andreas Jaeger  <aj@suse.de>
13626
13627         [BZ #1950]
13628         * lib/regex_internal.c (re_string_reconstruct): Adjust for
13629         build_wcs_upper_buffer change.
13630         (build_wcs_upper_buffer): Change return type.
13631
13632         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
13633
13634         * lib/regex_internal.h: Include <stdint.h> if available.
13635
13636         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
13637
13638         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
13639
13640         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
13641
13642         * lib/regcomp.c: Adjust for changed secondary hash function.
13643
13644         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
13645
13646         * lib/regex.h: Pretty printing.
13647         Clean up namespace a bit.
13648
13649         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
13650
13651         * lib/regexec.c (update_cur_sifted_state, check_arrival,
13652         check_arrival_add_next_nodes): Avoid using uninitialized variable.
13653
13654         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13655                     Ulrich Drepper  <drepper@redhat.com>
13656
13657         [BZ #1302]
13658         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
13659         changed.
13660         (bitset_word_t): Renamed from bitset_word.  All uses changed.
13661
13662         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
13663
13664         [BZ #281]
13665         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
13666         * lib/regcomp.c: Remove unnecessary uses of
13667         unsigned RE_TRANSLATE_TYPE.
13668         * lib/regex_internal.h: Likewise.
13669         * lib/regex_internal.c: Likewise.
13670         * lib/regexec.c: Likewise.
13671         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
13672
13673         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
13674
13675         * lib/regexec.c (find_recover_state): Remove unnecessary
13676         initialization.
13677         (transit_state_bkref): Make DFA a const pointer.
13678         (get_subexp): Likewise.
13679         (check_arrival): Likewise.
13680         (update_cur_sifted_state): Likewise.
13681         (re_search_internal): Likewise.
13682         (prune_impossible_nodes): Likewise.
13683         (acquire_init_state_context): Likewise.
13684         (proceed_next_node): Likewise.
13685         (set_regs): Likewise.
13686         (free_fail_stack_return): Likewise.
13687         (check_arrival_expand_ecl): Mark DFA parameter as const.
13688         (check_arrival_expand_ecl_sub): Likewise.
13689         (check_subexp_limits): Likewise.
13690         (sub_epsilon_src_nodes):  Likewise.
13691         (add_epsilon_src_nodes):  Likewise.
13692         (merge_state_array): Likewise.
13693         (update_regs): Likewise.
13694         (build_trtable): Likewise.
13695         (sift_states_backward): Mark MCTX parameter as const.
13696         (build_sifted_states): Likewise.
13697         (update_cur_sifted_state): Likewise.
13698         (sift_states_mkref): Likewise.
13699         (check_arrival_expand_ecl): Mark eclosure as const.
13700         (check_dst_limits_calc_pos_1): Likewise.
13701         * lib/regex_internal.h (re_match_context_t): Make dfa a const
13702         pointer.
13703
13704         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
13705
13706         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
13707         (transit_state_sb): Likewise.
13708         (transit_state_mb): Likewise.
13709         (sift_states_iter_mb): Likewise.
13710         (check_arrival_add_next_nodes): Likewise.
13711         (check_node_accept_bytes): Change first parameter to pointer-to-const.
13712         [_LIBC] (re_search_2_stub): Use mempcpy.
13713
13714         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
13715         mbrtowc for very simple UTF-8 case.
13716
13717         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
13718         a pointer-to-const.
13719         (re_acquire_state_context): Likewise.
13720         * lib/regex_internal.h: Adjust prototypes.
13721
13722         * lib/regex.c: Prevent using C++ compilers.
13723
13724         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
13725         (re_acquire_state_context): Likewise.
13726
13727 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         * modules/regex (Depends-on): Add ssize_t.
13730
13731 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
13734         translation table.
13735
13736 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13737
13738         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
13739
13740 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
13741             Bruno Haible  <bruno@clisp.org>
13742
13743         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
13744         <sys/types.h> and <inttypes.h>.
13745
13746 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13747
13748         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
13749         `__error_t_defined', so argp.h will not typedef the former.
13750
13751 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
13752
13753         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
13754         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
13755         glibc names.  Even if glibc is changed to conform to POSIX, the
13756         traditional names will be available anyway, since regex depends on
13757         the extensions module.  Also, fix a longstanding typo in the
13758         implementation of Spencer ERE test #75 from grep 2.3.  Problems
13759         reported by Emanuele Giaquinta.  Also, change sense of cached
13760         variable, so that the message makes sense.
13761
13762 2006-03-24  Simon Josefsson  <jas@extundo.com>
13763
13764         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
13765         including some doc fixes.
13766         (base64_encode_alloc): Fix +1 bug on allocation failures.
13767
13768 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13769
13770         * lib/base64.c (base64_encode): Do not read past end of array with
13771         unsanitized input on systems with CHAR_BIT > 8.
13772
13773 2006-03-24  Eric Blake  <ebb9@byu.net>
13774
13775         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
13776
13777 2006-03-22  Karl Berry  <karl@gnu.org>
13778
13779         * config/srclist.txt (*setenv.[ch]): get from coreutils.
13780         * config/srclistvars.sh (COREUTILS): new var.
13781
13782 2006-03-17  Jim Meyering  <jim@meyering.net>
13783
13784         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
13785         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
13786
13787 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
13788
13789         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
13790         no longer needs it.  Instead, check that regoff_t is as least
13791         as wide as ptrdiff_t.
13792
13793         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
13794         so that our regex.h stays compatible with the installed regex.
13795         This is helpful for installers who configure --without-included-regex.
13796         Problem reported by Emanuele Giaquinta.
13797
13798 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
13799
13800         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
13801         Typedef to long int, not to off_, as POSIX will likely change
13802         in that direction.
13803
13804 2006-03-15  Eric Blake  <ebb9@byu.net>
13805
13806         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
13807
13808 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
13809
13810         * lib/argp-help.c (validate_uparams): Fix typo
13811         * lib/argp-parse.c (argp_default_options): Consistently begin help
13812         messages with a lowercase letter.
13813
13814 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
13815
13816         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
13817         overrun buffers and shouldn't be used (much as gets shouldn't be
13818         used).
13819         * lib/time_r.c (asctime_r, ctime_r): Likewise.
13820
13821 2006-03-08  Simon Josefsson  <jas@extundo.com>
13822
13823         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
13824         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13825
13826 2006-03-08  Simon Josefsson  <jas@extundo.com>
13827
13828         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
13829         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13830
13831 2006-03-08  Simon Josefsson  <jas@extundo.com>
13832
13833         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
13834         signal that configure disabled the device.
13835
13836 2006-03-08  Simon Josefsson  <jas@extundo.com>
13837
13838         * build-aux/maint.mk: Fix refresh-po, to handle no translated
13839         languages.
13840
13841 2006-03-07  Simon Josefsson  <jas@extundo.com>
13842
13843         * modules/getopt (Depends-on): Add unistd.
13844
13845         * modules/unistd: New file.
13846
13847 2006-03-07  Simon Josefsson  <jas@extundo.com>
13848
13849         * modules/gc-random: New file.
13850
13851 2006-03-07  Simon Josefsson  <jas@extundo.com>
13852
13853         * m4/unistd_h.m4: New file.
13854
13855 2006-03-07  Simon Josefsson  <jas@extundo.com>
13856
13857         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
13858         test to be side-effect free by storing the result in the cache
13859         variable gl_cv_lib_readline, and moving the assignment of
13860         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
13861         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13862
13863 2006-03-07  Simon Josefsson  <jas@extundo.com>
13864
13865         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
13866         error on missing devices (the functions will return an error).
13867
13868         * m4/gc.m4: Move random stuff to gc-random.m4
13869
13870 2006-03-07  Simon Josefsson  <jas@extundo.com>
13871
13872         * lib/unistd_.h: New file.
13873
13874 2006-03-07  Simon Josefsson  <jas@extundo.com>
13875
13876         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
13877
13878 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13879
13880         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
13881         Problem reported by Juan Manuel Guerrero.
13882
13883 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13884
13885         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
13886         the unistd module.
13887         * lib/getlogin_r.c: Likewise.
13888         * lib/getlogin_r.h: Likewise.
13889         * lib/glob.c: Likewise.
13890         * lib/pagealign_alloc.c: Likewise.
13891         * lib/unistd_.h: Remove; no longer needed.
13892
13893 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13894
13895         * MODULES.html.sh (Support for systems lacking POSIX:2001):
13896         Add unistd.
13897         * modules/c-stack (Depends-on): Add unistd.
13898         * modules/getlogin_r: Likewise.
13899         * modules/glob: Likewise.
13900         * modules/pagealign_alloc: Likewise.
13901         * modules/unistd (Files): Remove lib/unistd_.h.
13902         (EXTRA_DIST): Remove.
13903         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
13904         need unistd_.h.
13905         (MOSTLYCLEANFILES): Remove unistd.h-t.
13906
13907 2006-03-03  Simon Josefsson  <jas@extundo.com>
13908
13909         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
13910
13911 2006-03-03  Simon Josefsson  <jas@extundo.com>
13912
13913         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
13914         libidn and bison.
13915
13916 2006-03-03  Simon Josefsson  <jas@extundo.com>
13917
13918         * build-aux/maint.mk: Add indent target.
13919
13920 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
13921
13922         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
13923         our replacement poll.h in any case, to avoid a differing
13924         declaration from a system header.  Seen on AIX.
13925
13926 2006-03-01  Simon Josefsson  <jas@extundo.com>
13927
13928         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
13929         <kasal@ucw.cz>.
13930
13931 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13932
13933         * modules/gettime (Depends-on): Add extensions module.
13934         * modules/nanosleep (Depends-on): Likewise.
13935         * modules/settime (Depends-on): Likewise.
13936
13937 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13938
13939         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
13940         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
13941         pedantically.
13942         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13943         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
13944
13945         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
13946         not "==".  Reported by Ralf Wildenhues.
13947
13948 2006-03-01  Karl Berry  <karl@gnu.org>
13949
13950         * doc/Copyright/request-*: new files, synced from gnuorg.
13951
13952 2006-03-01  Karl Berry  <karl@gnu.org>
13953
13954         * config/srclist.txt (Copyright/*): new entries.
13955
13956 2006-02-28  Simon Josefsson  <jas@extundo.com>
13957
13958         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
13959
13960 2006-02-27  Simon Josefsson  <jas@extundo.com>
13961
13962         * lib/base64.h: Indent #define's.  From Jim Meyering
13963         <jim@meyering.net>.
13964
13965 2006-02-27  Jim Meyering  <jim@meyering.net>
13966
13967         Revert the change of 2006-02-24, so these files can continue
13968         to be sync'd from gettext.
13969         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
13970         of `config.h'.
13971
13972 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13973
13974         * modules/intprops: New file.
13975         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
13976         Add intprops.
13977         * modules/getloadavg (Files): Remove lib/intprops.h.
13978         (Depends-on): Add intprops.
13979         * modules/human: Likewise.
13980         * modules/inttostr: Likewise.
13981         * modules/openat: Likewise.
13982         * modules/sig2str: Likewise.
13983         * modules/userspec: Likewise.
13984         * modules/utimecmp: Likewise.
13985         * modules/xnanosleep: Likewise.
13986         * modules/xstrtol: Likewise.
13987
13988 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
13989
13990         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
13991         * modules/lock-tests (TESTS): Use $(EXEEXT).
13992         * modules/tls-tests: Likewise.
13993         * modules/argp-tests: Likewise.
13994         (check_PROGRAMS): New var, replacing...
13995         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
13996
13997 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13998
13999         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14000         `config.h'.
14001
14002 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14003
14004         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14005
14006 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14007
14008         Sync from coreutils.
14009         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14010         gl_CHDIR_SAFER.
14011
14012 2006-02-22  Jim Meyering  <jim@meyering.net>
14013
14014         Sync from coreutils.
14015         * m4/chdir-safer.m4: New file.
14016
14017 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14018
14019         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14020         AT_FDCWD exceeds INT_MAX.
14021         * lib/openat.h (AT_FDCWD): Likewise.
14022
14023 2006-02-17  Eric Blake  <address@hidden>
14024
14025         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14026
14027 2006-02-16  Simon Josefsson  <jas@extundo.com>
14028
14029         * modules/getaddrinfo (Depends-on): Add sys_socket.
14030
14031 2006-02-15  Simon Josefsson  <jas@extundo.com>
14032
14033         * build-aux/maint.mk: Add dsyntax-check rule.
14034
14035 2006-02-15  Eric Blake  <ebb9@byu.net>
14036
14037         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14038         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14039         'present but cannot compile' warnings on cygwin.
14040         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14041         use ws2tcpip.h if sys/socket.h works.
14042         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14043         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14044
14045 2006-02-14  Simon Josefsson  <jas@extundo.com>
14046
14047         * modules/maintainer-makefile (Files): Rename.
14048
14049         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14050         and (the local) Makefile.cfg to maint-cfg.mk.
14051
14052         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14053         to the latter.
14054
14055         * modules/maintainer-makefile: New module.
14056
14057         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14058         severaly stripped to make it possible to build it up from scratch
14059         with reliable tests.
14060
14061         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14062         fixes to permit overriding the default actions when configure and
14063         makefile are not available.
14064
14065 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         Sync from coreutils.
14068         * modules/lstat (Depends-on): Don't depend on xalloc.
14069         (License): Change from GPL to LGPL, since this is now simply a
14070         replacement for a libc function.
14071
14072 2006-02-14  Jim Meyering  <jim@meyering.net>
14073
14074         Sync from coreutils.
14075
14076         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14077         failure on deficient systems, and simplify gnulib lgpl dependencies.
14078         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14079         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14080
14081         * lib/xalloc-die.c: Remove unused definition of N_.
14082
14083 2006-02-14  Jim Meyering  <jim@meyering.net>
14084
14085         Sync from coreutils.
14086         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14087         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14088         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14089         double-quote uses of that variable, to accommodate the rare case in
14090         which getmntent is available in none of the libraries checked.  This
14091         happens at least on FreeBSD 5.0.
14092
14093 2006-02-13  Simon Josefsson  <jas@extundo.com>
14094
14095         * gnulib-tool (Usage): Fix --import, from
14096         karl@freefriends.org (Karl Berry).
14097
14098 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14099
14100         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14101
14102 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14103
14104         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14105         "autoupdate" on 2005-12-12.
14106
14107 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14108
14109         * modules/closeout (Depends-on): Remove atexit.
14110
14111 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14112
14113         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
14114         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
14115
14116 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14117
14118         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
14119         __EXTENSIONS__ if this causes compilation to fail.  Problem
14120         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
14121         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
14122
14123 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
14126         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
14127         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
14128         All uses changed.
14129
14130 2006-01-26  Simon Josefsson  <jas@extundo.com>
14131
14132         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
14133         prototype is visible on mingw32.
14134
14135         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
14136         for mingw32.
14137
14138         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
14139         mingw32).
14140
14141 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14142
14143         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
14144         attempt to open for write; this always fails, at least on POSIX
14145         hosts.  This reinstates the 2006-01-09 change, which was
14146         inadvertently removed.
14147
14148 2006-01-26  Bruno Haible  <bruno@clisp.org>
14149
14150         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
14151         Reported by Paul Eggert.
14152
14153 2006-01-26  Bruno Haible  <bruno@clisp.org>
14154             Paul Eggert  <eggert@cs.ucla.edu>
14155
14156         * lib/stdbool_.h (_Bool)
14157         [(! (defined __cplusplus || defined __BEOS__)
14158           && !defined __GNUC__
14159           && !(defined __HP_cc || defined __xlc__
14160                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
14161                || defined __sgi))]:
14162         #define to signed char in these cases too; this simplifies
14163         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
14164         etc., separately) and makes it more conservative.
14165
14166 2006-01-25  Simon Josefsson  <jas@extundo.com>
14167
14168         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
14169         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
14170         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
14171
14172 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14173
14174         * lib/argp-namefrob.h: Bugfix. Remove stray #
14175
14176 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14177
14178         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
14179         so that we test the test.
14180         Check for yet another HP-UX cc bug involving *bool |= bool.
14181
14182 2006-01-25  Karl Berry  <karl@gnu.org>
14183
14184         * config/srclist.txt (vasnprintf.c): sync lost.
14185
14186 2006-01-25  Jim Meyering  <jim@meyering.net>
14187
14188         Sync from the stable (b5) branch of coreutils:
14189
14190         * lib/fts.c (fts_children): Don't let close() clobber errno from
14191         failed fchdir().
14192
14193         * lib/fts.c (fts_stat): When following a symlink-to-directory,
14194         don't necessarily interpret stat-fails+lstat-succeeds as indicating
14195         a dangling symlink.  That can also happen at least for ELOOP.
14196         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
14197         FYI, this bug predates the inclusion of fts.c in coreutils.
14198
14199         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
14200         in their own block, so pre-c99 compilers don't object.
14201
14202         Avoid the double-free (first in fts_read, second in fts_close) that
14203         would occur when an `active' directory is made inaccessible (e.g.,
14204         via chmod a-x) during a traversal.
14205         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14206         before returning.  Reproduce this failure by
14207         mkdir -p a/b; cd a; chmod a-x . b
14208         Reported by Stavros Passas.
14209
14210 2006-01-25  Jim Meyering  <jim@meyering.net>
14211
14212         * lib/fileblocks.c: Remove more useless parentheses.
14213         * lib/readutmp.h: Likewise.
14214
14215 2006-01-25  Bruno Haible  <bruno@clisp.org>
14216
14217         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
14218         warnings.
14219         Reported by Paul Eggert.
14220
14221 2006-01-25  Bruno Haible  <bruno@clisp.org>
14222
14223         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
14224         rid of a trap command. For Solaris sh.
14225         Reported by Mark D. Baushke <mdb@gnu.org>.
14226
14227 2006-01-24  Simon Josefsson  <jas@extundo.com>
14228
14229         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
14230         Bruno.
14231
14232 2006-01-24  Karl Berry  <karl@gnu.org>
14233
14234         * config/srclist.txt (argp-namefrob.h): sync lost.
14235
14236 2006-01-24  Jim Meyering  <jim@meyering.net>
14237
14238         * modules/openat (Files): Add lib/intprops.h.
14239         From Mark D. Baushke.
14240
14241 2006-01-24  Jim Meyering  <jim@meyering.net>
14242
14243         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
14244         Reported by Mark D. Baushke.
14245
14246 2006-01-24  Jim Meyering  <jim@meyering.net>
14247
14248         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
14249
14250 2006-01-24  Bruno Haible  <bruno@clisp.org>
14251
14252         * modules/strnlen (Maintainer): Change from glibc to all.
14253
14254 2006-01-24  Bruno Haible  <bruno@clisp.org>
14255
14256         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
14257         Patch by Paul Eggert.
14258
14259 2006-01-24  Bruno Haible  <bruno@clisp.org>
14260
14261         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14262         already has it.
14263         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14264         2005-11-26.
14265
14266         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14267         'signed char' to avoid problems with the built-in _Bool type.
14268         Reported by Paul Eggert on 2005-11-26.
14269
14270 2006-01-24  Bruno Haible  <bruno@clisp.org>
14271
14272         * gnulib-tool (func_import): Avoid constructing complicated sed
14273         expressions inside backquote.
14274         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14275
14276 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14277
14278         These changes imported from libc.
14279         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14280         test and two separate function calls.
14281         * lib/strndup.c (__strndup): Add libc_hidden_def.
14282
14283 2006-01-23  Simon Josefsson  <jas@extundo.com>
14284
14285         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14286         Remove the test_*_SOURCES variable: automake infers it by default.
14287         * modules/tls-tests: Likewise.
14288
14289 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         Work around porting bugs reported by Dieter in
14292         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14293         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14294         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14295         Include "getopt.h" first, to check interface.
14296         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14297         !HAVE_DECL_GETENV.
14298         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14299         (__strndup): Revert to K&R-style function dfns, the glibc style.
14300         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14301         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14302         Include strnlen.h first, to get prototype properly.
14303         (strnlen): Renamed from __strnlen.
14304         Remove weak alias.
14305
14306 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14307
14308         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14309
14310 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14311
14312         * config/srclist.txt: Adjust to reflect glibc reorganization.
14313         This affects only comments.
14314
14315 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14316
14317          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
14318          Reported by Bruce Korb <bkorb@gnu.org>.
14319
14320 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14321
14322         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
14323         to pacify gcc -Wswitch-default.
14324
14325 2006-01-22  Bruno Haible  <bruno@clisp.org>
14326
14327         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
14328         temporary buffer for sprintf, take into account the precision also
14329         for 'd', 'i', 'u', 'o', 'x', 'X'.
14330
14331 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14332
14333         * modules/argp-tests: New module
14334         * tests/test-argp.c: New file
14335         * tests/test-argp-2.sh: New file
14336
14337 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14338
14339         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
14340         (__argp_base_name): Removed
14341         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
14342         typo.
14343         (__argp_base_name): Provide macro definition or extern declaration
14344         depending on the configuration
14345
14346 2006-01-20  Simon Josefsson  <jas@extundo.com>
14347
14348         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14349
14350 2006-01-20  Simon Josefsson  <jas@extundo.com>
14351
14352         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14353
14354 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14355
14356         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14357         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
14358         Suggested by Bruno Haible.
14359
14360 2006-01-20  Karl Berry  <karl@gnu.org>
14361
14362         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
14363         until changes propagate, I guess.
14364
14365 2006-01-19  Simon Josefsson  <jas@extundo.com>
14366
14367         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
14368
14369 2006-01-19  Simon Josefsson  <jas@extundo.com>
14370
14371         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
14372
14373 2006-01-19  Simon Josefsson  <jas@extundo.com>
14374
14375         * gnulib-tool: Set check_PROGRAMS.
14376
14377         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14378         modules/des-tests, modules/gc-arcfour-tests,
14379         modules/gc-arctwo-tests, modules/gc-des-tests,
14380         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14381         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14382         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14383         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14384         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14385         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
14386         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
14387         test_*_SOURCES.
14388
14389 2006-01-18  Simon Josefsson  <jas@extundo.com>
14390
14391         * modules/socklen (Depends-on): Depend on sys_socket.
14392
14393 2006-01-18  Simon Josefsson  <jas@extundo.com>
14394
14395         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14396         modules/des-tests, modules/gc-arcfour-tests,
14397         modules/gc-arctwo-tests, modules/gc-des-tests,
14398         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14399         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14400         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14401         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14402         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14403         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
14404         $(EXEEXT) to automake TESTS variable, for mingw32.
14405
14406 2006-01-17  Simon Josefsson  <jas@extundo.com>
14407
14408         * modules/socklen (Include): Need sys/socket.h.
14409
14410 2006-01-17  Bruno Haible  <bruno@clisp.org>
14411
14412         * modules/ssize_t (Include): Add <sys/types.h>.
14413
14414 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
14415
14416         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
14417         it's not portable and it doesn't work with cross-compiles.
14418         Problem reported by Bruno Haible.  Fix missing-$ typo in
14419         'test "gl_cv_ignore_unused_libraries" ...' that prevented
14420         -zignore from being used with Sun's C compiler.
14421
14422 2006-01-12  Simon Josefsson  <jas@extundo.com>
14423
14424         * lib/base64.c: Fix warning, reported by Bruno Haible
14425         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
14426
14427 2006-01-12  Bruno Haible  <bruno@clisp.org>
14428
14429         * modules/ldd: New file.
14430         * build-aux/ldd.sh.in: New file.
14431         * MODULES.html.sh (Support for building libraries and executables): Add
14432         ldd.
14433
14434 2006-01-12  Bruno Haible  <bruno@clisp.org>
14435
14436         * m4/ldd.m4: New file.
14437
14438 2006-01-12  Bruno Haible  <bruno@clisp.org>
14439
14440         * gnulib-tool (func_import, func_create_testdir): Don't go into an
14441         endless loop while replacing $auxdir with build-aux.
14442
14443 2006-01-11  Simon Josefsson  <jas@extundo.com>
14444
14445         * lib/stdint_.h (SIZE_MAX): Add missing (.
14446
14447 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
14448
14449         Sync from coreutils.
14450         * lib/md5.c: Fix commentary typos.
14451         (alignof, UNALIGNED_P): No need for a GCC-specific version.
14452         * lib/md5.h (__attribute__): Remove; unused.
14453         * lib/sha1.c: Fix commentary to match md5 better.
14454         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
14455         so that we don't need to worry about alignment.  All uses changed.
14456         This merges the 2005-10-28 md5 change into sha1.
14457
14458 2006-01-11  Jim Meyering  <jim@meyering.net>
14459
14460         Sync from coreutils.
14461         * lib/md5.c (OP): Fix spacing.
14462
14463 2006-01-11  Bruno Haible  <bruno@clisp.org>
14464
14465         Ensure automatic ordering between gl_LOCK and gl_ARGP.
14466         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
14467         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
14468
14469 2006-01-11  Bruno Haible  <bruno@clisp.org>
14470
14471         Ensure automatic ordering between gl_LOCK and gl_ARGP.
14472         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
14473         the "early" section as well.
14474
14475 2006-01-11  Bruno Haible  <bruno@clisp.org>
14476
14477         Avoid "ar: no archive members specified" error on MacOS X.
14478         * gnulib-tool (func_modules_add_dummy): New function.
14479         (func_import, func_create_testdir): Invoke it.
14480
14481 2006-01-11  Bruno Haible  <bruno@clisp.org>
14482
14483         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
14484         with $auxdir in AC_CONFIG_FILES statements.
14485
14486 2006-01-11  Bruno Haible  <bruno@clisp.org>
14487
14488         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14489         Initialize also noinst_HEADERS to empty.
14490
14491 2006-01-11  Bruno Haible  <bruno@clisp.org>
14492
14493         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
14494         variables.
14495         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
14496         autoreconf.
14497
14498 2006-01-11  Bruno Haible  <bruno@clisp.org>
14499
14500         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
14501         overridable by the user.
14502         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14503
14504 2006-01-10  Simon Josefsson  <jas@extundo.com>
14505
14506         * modules/sys_socket: New file.
14507
14508 2006-01-10  Simon Josefsson  <jas@extundo.com>
14509
14510         * m4/sys_socket_h.m4: New file.
14511
14512 2006-01-10  Simon Josefsson  <jas@extundo.com>
14513
14514         * lib/socket_.h: New file.
14515
14516 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         * modules/readutmp (Maintainer): Add myself.
14519
14520 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14521
14522         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
14523         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
14524         People who are still concerned with buggy memcmp implementations
14525         can invoke gl_FUNC_MEMCMP themselves.
14526
14527 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14528
14529         * lib/regex_internal.h (BITSET_WORD_BITS):
14530         Work around a bug in 64-bit PGC (before version 6.1-2), where the
14531         preprocessor mishandles large unsigned values as if they were signed.
14532         Problem reported by Claudio Fontana in
14533         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
14534
14535 2006-01-10  Jim Meyering  <jim@meyering.net>
14536
14537         Avoid the double-free (first in fts_read, second in fts_close) that
14538         would occur when an `active' directory is made inaccessible (e.g.,
14539         via chmod a-x) during a traversal.
14540         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14541         before returning.  Reproduce this failure by
14542         mkdir -p a/b; cd a; chmod a-x . b
14543         Reported by Stavros Passas.
14544
14545         Sync from coreutils.
14546         * lib/sha1.c: Tweak grammar in a comment.
14547
14548 2006-01-10  Jim Meyering  <jim@meyering.net>
14549
14550         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
14551         Patch by Joerg Sonnenberger.
14552
14553 2006-01-10  Bruno Haible  <bruno@clisp.org>
14554
14555         * modules/readutmp: Depend on module free.
14556         * modules/strtok_r: Depend on module restrict.
14557
14558 2006-01-10  Bruno Haible  <bruno@clisp.org>
14559
14560         * modules/gettext (configure.ac): Add an invocation of
14561         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
14562
14563 2006-01-10  Bruno Haible  <bruno@clisp.org>
14564
14565         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
14566         Reported by Werner Lemberg <wl@gnu.org>.
14567
14568 2006-01-10  Bruno Haible  <bruno@clisp.org>
14569
14570         * lib/localcharset.c: Update from GNU gettext.
14571
14572 2006-01-10  Bruno Haible  <bruno@clisp.org>
14573
14574         * lib/argp.h (__const): Remove macro. Use const instead.
14575         * lib/argp-fmtstream.h (__const): Likewise.
14576         * lib/glob_.h (__const): Remove macro.
14577         * lib/glob-libc.h: Use const instead of __const.
14578
14579 2006-01-10  Bruno Haible  <bruno@clisp.org>
14580
14581         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
14582         variable.
14583         Needed to avoid an automake error regarding the 'gettext' module.
14584
14585 2006-01-09  Simon Josefsson  <jas@extundo.com>
14586
14587         * modules/inet_ntop (Depends-on): Add restrict.
14588
14589 2006-01-09  Simon Josefsson  <jas@extundo.com>
14590
14591         * modules/gc-rijndael-tests (License): Put under LGPL.
14592
14593         * modules/gc-des-tests (License): Likewise.
14594
14595         * modules/gc-arcfour-tests (License): Likewise.
14596
14597         * modules/gc-arctwo-tests (License): Likewise.
14598
14599         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
14600
14601         * modules/gc-hmac-sha1-tests (Files): Likewise.
14602
14603         * modules/gc-hmac-md5-tests (License): Likewise.
14604
14605         * modules/gc-sha1-tests (License): Likewise.
14606
14607         * modules/gc-md5-tests (License): Likewise.
14608
14609         * modules/gc-md4-tests (License): Likewise.
14610
14611         * modules/gc-md2-tests (License): Likewise.
14612
14613         * modules/gc-tests (License): Likewise.
14614
14615         * modules/des-tests (License): Likewise.
14616
14617         * modules/md4-tests (License): Likewise.
14618
14619         * modules/md2-tests (License): Likewise.
14620
14621 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14622
14623         Sync from coreutils:
14624
14625         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
14626         * modules/lib-ignore: New file.
14627         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
14628         chdir-safer.m4, lchmod.m4.
14629         * modules/openat: Add mkdirat.c, openat-priv.h.
14630
14631 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14632
14633         Sync from coreutils.
14634         * m4/lib-ignore.m4: New file.
14635         * m4/lchmod.m4: New file.
14636
14637 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14638
14639         Sync from coreutils.
14640         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
14641         for write access: POSIX says that must fail.
14642         * lib/fts.c (diropen): Likewise.
14643         * lib/save-cwd.c (save_cwd): Likewise.
14644         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
14645         well, for minor improvements on hosts that lack O_DIRECTORY.
14646         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
14647         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
14648         Fall back on chown if open failed with EACCES.
14649
14650         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
14651         Report an error at compile-time if only a 1-second nominal clock
14652         resolution is found.
14653
14654         * lib/lchmod.h: New file.
14655         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
14656         (make_dir_parents): Use lchown rather than chown, and
14657         lchmod rather than chmod.
14658
14659         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
14660         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
14661         "proc" reported by n0dalus.
14662
14663         * lib/mountlist.c: Include <limits.h>.
14664         (dev_from_mount_options)
14665         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
14666         New function.  It no longer assumes "dev=" has the System V meaning
14667         on Linux (since it doesn't).  It also parses "dev=" more carefully.
14668         (read_file_system_list)
14669         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
14670         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
14671         dev= in that case.
14672
14673         * lib/posixtm.h (PDS_PRE_2000): New macro.
14674         * lib/posixtm.c (year): Arg is now syntax_bits rather than
14675         allow_century.  All usages changed.  Reject dates outside the range
14676         1969-1999 if PDS_PRE_2000 is used.
14677
14678 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         Sync from coreutils.
14681         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
14682         (Time of day items): Mention the possibility of leap seconds.
14683         Problem reported by Dr. David Alan Gilbert.
14684
14685 2006-01-09  Jim Meyering  <jim@meyering.net>
14686
14687         Sync from coreutils.
14688
14689         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
14690
14691         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
14692
14693         * lib/modechange.c (mode_compile): Reject an invalid mode string
14694         that starts with an octal digit.  From Andreas Gruenbacher.
14695
14696         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
14697         and dup to open_safer and dup_safer, respectively.
14698         (openat_permissive): Fix typo in comment.
14699
14700         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
14701         "gettext.h"; either no longer needed or are guaranteed by openat.h.
14702         (_): Remove; no longer needed.
14703         (openat): Renamed from rpl_openat; no need for rpl_openat
14704         since openat.h renames openat for us.
14705         Replace most of the body with a call to openat_permissive,
14706         to avoid duplicate code.
14707         Port to (probably hypothetical) environments were mode_t is
14708         wider than int.
14709         (openat_permissive): Require mode arg, so that we can check
14710         types better.  Put it just after flags.  Change cwd failure
14711         indicator from pointer-to-bool to pointer-to-errno-value.
14712         All callers changed.
14713         Invoke openat_save_fail and/or openat_restore_fail if
14714         cwd_errno is null, so that openat can call us.
14715         (openat_permissive, fdopendir, fstatat, unlinkat):
14716         Simplify errno handling to avoid some duplicate code,
14717         as it's OK to set errno on success.
14718         * lib/openat.h: Revamp code so that function macros depend on
14719         __OPENAT_PREFIX only, not also on AT_FDCWD.
14720         (openat_ro): Remove.  Caller changed to use openat_permissive.
14721         (openat_permissive): Now a macro, if not a function.
14722         (openat_restore_fail, openat_save_fail): Now always functions,
14723         since mkdirat needs them even if __OPENAT_PREFIX is defined.
14724
14725         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
14726         and openat.c.
14727         * lib/mkdirat.c: Include openat-priv.h.
14728         Remove definitions of macros defined therein.
14729         * lib/openat.c: Likewise.
14730
14731         * lib/mkdirat.c (mkdirat): New file and function.
14732         * lib/openat.h (mkdirat): Declare.
14733
14734         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
14735
14736         * lib/openat.h (openat_permissive): Declare.
14737         (openat_ro): Define.
14738
14739         * lib/openat.c (EXPECTED_ERRNO): New macro.
14740         (openat_permissive): New function -- used in remove.c rewrite.
14741         (all functions): Set errno just before returning, only if there
14742         was an actual failure.
14743         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
14744
14745         Emulate openat-family functions using Linux's procfs, if possible.
14746         Idea and some code based on Ulrich Drepper's glibc changes.
14747
14748         * lib/openat.c: (BUILD_PROC_NAME): New macro.
14749         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
14750         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
14751         before falling back on save_cwd and restore_cwd.
14752         (fdopendir, fstatat, unlinkat): Likewise.
14753
14754         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
14755         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
14756
14757         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
14758         as second argument to va_arg.  Otherwise, some versions of gcc
14759         warn that `if this code is reached, the program will abort'.
14760
14761 2006-01-09  Jim Meyering  <jim@meyering.net>
14762
14763         Sync from coreutils.
14764         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
14765         Require openat-priv.h.
14766
14767 2006-01-09  Bruno Haible  <bruno@clisp.org>
14768
14769         * modules/strnlen (Include): Use strnlen.h.
14770
14771 2006-01-09  Bruno Haible  <bruno@clisp.org>
14772
14773         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
14774
14775 2006-01-09  Bruno Haible  <bruno@clisp.org>
14776
14777         * lib/sysexit_.h (EX_OK): New macro.
14778         Suggested by Martin Lambers <marlam@marlam.de>.
14779
14780 2006-01-09  Bruno Haible  <bruno@clisp.org>
14781
14782         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
14783         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
14784
14785 2006-01-09  Bruno Haible  <bruno@clisp.org>
14786
14787         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
14788         numbers.
14789
14790 2006-01-09  Bruno Haible  <bruno@clisp.org>
14791
14792         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
14793         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
14794         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
14795         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
14796
14797 2006-01-09  Bruno Haible  <bruno@clisp.org>
14798
14799         * build-aux/javacomp.sh.in: New file, moved from lib/.
14800         * modules/javacomp-script (Files): Update.
14801         (configure.ac): Add AC_CONFIG_FILES invocation.
14802         (EXTRA_DIST): Remove variable.
14803
14804         * build-aux/javaexec.sh.in: New file, moved from lib/.
14805         * modules/javaexec (Files): Update.
14806         (configure.ac): Add AC_CONFIG_FILES invocation.
14807         (EXTRA_DIST): Remove javaexec.sh.in.
14808
14809         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
14810         * modules/csharpcomp-script (Files): Update.
14811         (configure.ac): Add AC_CONFIG_FILES invocation.
14812         (EXTRA_DIST): Remove variable.
14813
14814         * build-aux/csharpexec.sh.in: New file, moved from lib/.
14815         * modules/csharpexec (Files): Update.
14816         (configure.ac): Add AC_CONFIG_FILES invocation.
14817         (EXTRA_DIST): Remove csharpexec.sh.in.
14818
14819 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
14820
14821         Sync from coreutils.
14822
14823         Add POSIX ACL support
14824         * lib/acl.h (copy_acl, set_acl): Add declarations.
14825         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
14826         systems other than Linux.
14827         (chmod_or_fchmod): New function: use fchmod when possible,
14828         and chmod otherwise.
14829         (file_has_acl): Add a POSIX ACL implementation, with a
14830         Linux-specific subcase.
14831         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
14832         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
14833         acls are unsupported.
14834         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
14835         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
14836         are unsupported.
14837
14838 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
14839
14840         Sync from coreutils.
14841         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
14842
14843 2006-01-07  Bruno Haible  <bruno@clisp.org>
14844
14845         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
14846         gl_EARLY.
14847
14848 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14849
14850         * lib/strftime.c (tzname): Don't declare if it is already #defined.
14851         Problem reported for Mingw by Mark Junker.
14852
14853 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14854
14855         * README: Gnulib normally doesn't generate a tarball.
14856
14857 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
14858
14859         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
14860         long int, not int, for nanosecond counts, so that people who are
14861         used to POSIX struct timespec won't be surprised.  Reported by Jim
14862         Meyering.
14863
14864 2005-12-28  Bruno Haible  <bruno@clisp.org>
14865
14866         * build-aux/config.rpath: Update from GNU gettext.
14867
14868 2005-12-16  Jim Meyering  <jim@meyering.net>
14869
14870         * modules/fprintftime: New module.
14871         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
14872
14873 2005-12-16  Jim Meyering  <jim@meyering.net>
14874
14875         * m4/fprintftime.m4: New file.
14876
14877 2005-12-16  Jim Meyering  <jim@meyering.net>
14878
14879         * lib/fprintftime.c, lib/fprintftime.h: New files.
14880
14881 2005-12-15  Simon Josefsson  <jas@extundo.com>
14882
14883         * modules/socklen (configure.ac): Fix M4 macro name, to align with
14884         new m4/socklen.m4.
14885
14886 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14887
14888         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
14889         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
14890
14891 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14892
14893         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
14894         * lib/argp-help.c (fill_in_uparams): Check if the constructed
14895         struct uparams is valid. Fall back to the default values if it is
14896         not.
14897
14898 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14899
14900         * modules/argp (Files): Add argp-pin.c
14901         (Depends-on): dirname
14902         (lib_SOURCES): Add argp-pin.c
14903
14904 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14905
14906         * m4/argp.m4:  Check if program_invocation_name and
14907         program_invocation_short_name are declared and define appropriate
14908         macros if they are not.
14909
14910 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14911
14912         * lib/argp-help.c (__argp_base_name): New function
14913         (__argp_short_program_name): Rewrite using __argp_base_name
14914         * lib/argp-namefrob.h: Define program_invocation_name and
14915         program_invocation_short_name if requested
14916         (__argp_base_name): Add prototype
14917         * lib/argp-parse.c (argp_def): Use gettext wrappers
14918         (argp_default_parser): Use __argp_base_name
14919         * lib/argp-pin.c: New file. Defines program_invocation_name and
14920         program_invocation_short_name on systems that lack them.
14921
14922 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14923
14924         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
14925         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
14926         porting problem reported by Georg Schwarz in
14927         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
14928
14929 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14930
14931         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
14932         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
14933         porting problem reported by Georg Schwarz in
14934         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
14935
14936 2005-12-05  Bruno Haible  <bruno@clisp.org>
14937
14938         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
14939         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
14940         Reported by Mark Junker <mjscod@gmx.de>.
14941
14942 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
14943
14944         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
14945         Use implementation from Albert Chin, with some
14946         comments/corrections by Stepan Kasal and myself.
14947
14948 2005-12-02  Bruno Haible  <bruno@clisp.org>
14949
14950         * gnulib-tool (func_import): Accept GPLed build tool modules when
14951         --lgpl is given.
14952         * modules/csharpcomp-script: New file.
14953         * modules/csharpcomp: Depend on it.
14954         * modules/javacomp-script: New file.
14955         * modules/javacomp: Depend on it.
14956         Suggested by Simon Josefsson.
14957
14958 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
14959
14960         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
14961         statement, to work around an HP-UX 10.20 compiler bug reported by
14962         Peter O'Gorman.
14963
14964 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
14965
14966         * modules/savedir (Depends-on): Add openat.
14967
14968 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
14969
14970         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
14971         (uintmax_t) [defined uintmax_t]: Do not declare.
14972         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
14973         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
14974         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
14975         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
14976         sake of portability to weird hosts that C allows (though we don't
14977         know of any practical examples).
14978
14979         * lib/savedir.h (fdsavedir): New decl.
14980         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
14981         contains most of the former guts of savedir.
14982         (savedir): Use savedirstream.
14983         Include "openat.h".
14984
14985 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14986
14987         * modules/obstack (Files): Add m4/ulonglong.m4.
14988         Problem reported by Davide Angelocola.
14989
14990 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
14991
14992         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
14993         coreutils no longer futzes with rounding modes.
14994
14995 2005-11-14  Jim Meyering  <jim@meyering.net>
14996
14997         * lib/mkstemp-safer.c: Include <config.h>, required for possible
14998         replacement of mkstemp.
14999
15000 2005-11-10  Simon Josefsson  <jas@extundo.com>
15001
15002         * lib/readline.c: Remove EOL.
15003
15004 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15005
15006         * modules/gethrxtime (Depends-on): Add gettime.
15007
15008 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15009
15010         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15011         or gettimeofday; no longer needed.
15012
15013 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15014
15015         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15016         time business.
15017         (gethrxtime) [! (HAVE_NANOUPTIME
15018         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15019         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15020         our own approximation.
15021
15022 2005-11-08  Eric Blake  <ebb9@byu.net>
15023
15024         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15025
15026 2005-11-08  Eric Blake  <ebb9@byu.net>
15027
15028         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15029
15030 2005-11-04  Bruno Haible  <bruno@clisp.org>
15031
15032         * gnulib-tool: Implement --update mode.
15033
15034 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         Fix porting problem reported by Theodoros V. Kalamatianos.
15037         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15038         Don't assume that futimes failing means we must fail.
15039
15040 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15041
15042         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15043         variables to suggest the intended function of the PATH_MAX check.
15044
15045 2005-10-30  Kean Johnston  <jkj@sco.com>
15046
15047         Trivial changes to support SCO systems.
15048         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15049         as PATH_MAX.
15050         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15051         where __ptr is null when no I/O is pending.
15052
15053 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15056         leave errno alone.  Problem reported by Dmitry V. Levin.
15057
15058 2005-10-28  Simon Josefsson  <jas@extundo.com>
15059
15060         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15061         Test more.
15062
15063         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15064
15065         * modules/md2, modules/md2-tests: New files.
15066
15067 2005-10-28  Simon Josefsson  <jas@extundo.com>
15068
15069         * m4/inet_ntop.m4: More tests.
15070
15071         * m4/gc-md2.m4, md2.m4: New file.
15072
15073 2005-10-28  Simon Josefsson  <jas@extundo.com>
15074
15075         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15076         "restrict" keywords, as per POSIX.  Protect the function
15077         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15078         Don't use K&R prototypes.  Check the sprintf return values.
15079         Re-define EAFNOSUPPORT if not present.  Indent.
15080
15081         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15082         suggested by Bruno Haible <bruno@clisp.org>.
15083
15084         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15085
15086         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15087
15088         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15089         libgcrypt).
15090
15091         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15092
15093         * lib/md2.h, lib/md2.c: New files.
15094
15095 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15098         errno alone.  Problem reported by Frederic Jolliton.
15099
15100 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * modules/verify (License): Change from GPL to LGPL.  This is a
15103         tiny module and there are apparently near-equivalents that are
15104         under the BSD license.
15105
15106 2005-10-24  Simon Josefsson  <jas@extundo.com>
15107
15108         * modules/sha1: Relicense to LGPL.
15109
15110 2005-10-24  Simon Josefsson  <jas@extundo.com>
15111
15112         * lib/md4.h: Shrink buffer size, now that we changed the type.
15113
15114 2005-10-23  Simon Josefsson  <jas@extundo.com>
15115
15116         * gnulib-tool (func_import): Fix --tests-base.
15117
15118 2005-10-22  Simon Josefsson  <jas@extundo.com>
15119
15120         * modules/arcfour (Depends-on): Need stdint.
15121
15122 2005-10-22  Simon Josefsson  <jas@extundo.com>
15123
15124         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
15125         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
15126
15127 2005-10-22  Simon Josefsson  <jas@extundo.com>
15128
15129         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
15130         suggested by Bruno Haible <bruno@clisp.org>.
15131
15132 2005-10-22  Simon Josefsson  <jas@extundo.com>
15133
15134         * lib/crc.h: Include stddef.h, for size_t.
15135
15136 2005-10-22  Simon Josefsson  <jas@extundo.com>
15137
15138         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
15139         arcfour_context struct (simplify test vector testing in GNU
15140         Shishi).
15141
15142 2005-10-21  Simon Josefsson  <jas@extundo.com>
15143
15144         * modules/des, modules/des-tests: New files.
15145
15146         * modules/gc-des, modules/gc-des-tests: New files.
15147
15148         * tests/test-des.c, tests/test-gc-des.c: New file.
15149
15150 2005-10-21  Simon Josefsson  <jas@extundo.com>
15151
15152         * modules/arctwo, modules/arctwo-tests: New files.
15153
15154         * tests/test-arctwo.c: New file.
15155
15156         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
15157
15158         * tests/test-gc-arctwo.c: New file.
15159
15160 2005-10-21  Simon Josefsson  <jas@extundo.com>
15161
15162         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
15163         Bruno Haible <bruno@clisp.org>.
15164
15165         * m4/gc-des.m4: New file.
15166
15167 2005-10-21  Simon Josefsson  <jas@extundo.com>
15168
15169         * m4/arctwo.m4: New file.
15170
15171         * m4/gc-arctwo.m4: New file.
15172
15173 2005-10-21  Simon Josefsson  <jas@extundo.com>
15174
15175         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
15176         block.
15177
15178 2005-10-21  Simon Josefsson  <jas@extundo.com>
15179
15180         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
15181         <bruno@clisp.org>.
15182
15183         * lib/hmac-sha1.c (hmac_sha1): Likewise.
15184
15185         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
15186         Bruno Haible <bruno@clisp.org>.
15187
15188         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
15189         <bruno@clisp.org>.
15190
15191 2005-10-21  Simon Josefsson  <jas@extundo.com>
15192
15193         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
15194
15195 2005-10-21  Simon Josefsson  <jas@extundo.com>
15196
15197         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
15198
15199 2005-10-21  Simon Josefsson  <jas@extundo.com>
15200
15201         * lib/des.h, lib/des.c: New files.
15202
15203         * lib/gc-gnulib.c: Support DES.c
15204
15205 2005-10-21  Simon Josefsson  <jas@extundo.com>
15206
15207         * lib/arctwo.h, lib/arctwo.c: New files.
15208
15209         * lib/gc-gnulib.c: Support ARCTWO.
15210
15211 2005-10-21  Simon Josefsson  <jas@extundo.com>
15212
15213         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
15214         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15215
15216 2005-10-21  Simon Josefsson  <jas@extundo.com>
15217
15218         * gnulib-tool (func_import, func_create_testdir): Define automake
15219         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
15220         Makefile.am snippet),
15221         suggested by Bruno Haible <bruno@clisp.org>.
15222
15223         * modules/gc (Makefile.am): Use it.
15224
15225 2005-10-21  Bruno Haible  <bruno@clisp.org>
15226
15227         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
15228         patch.
15229
15230 2005-10-19  Simon Josefsson  <jas@extundo.com>
15231
15232         * tests/test-gc-rijndael.c: New file.
15233
15234         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
15235
15236 2005-10-19  Simon Josefsson  <jas@extundo.com>
15237
15238         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
15239         interface too.
15240
15241 2005-10-19  Simon Josefsson  <jas@extundo.com>
15242
15243         * tests/test-gc-arcfour.c: New file.
15244
15245         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
15246
15247 2005-10-19  Simon Josefsson  <jas@extundo.com>
15248
15249         * modules/gc-md4, modules/gc-md4-tests: New file.
15250
15251         * tests/test-gc-md4.c: New file.
15252
15253 2005-10-19  Simon Josefsson  <jas@extundo.com>
15254
15255         * m4/gc-md4.m4: New file.
15256
15257 2005-10-19  Simon Josefsson  <jas@extundo.com>
15258
15259         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
15260         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
15261         <kasal@ucw.cz>.
15262
15263 2005-10-19  Simon Josefsson  <jas@extundo.com>
15264
15265         * m4/gc-arcfour.m4: New file.
15266
15267         * m4/gc-rijndael.m4: New file.
15268
15269 2005-10-19  Simon Josefsson  <jas@extundo.com>
15270
15271         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15272
15273 2005-10-19  Simon Josefsson  <jas@extundo.com>
15274
15275         * lib/gc-gnulib.c: Support ARCFOUR.
15276
15277 2005-10-19  Simon Josefsson  <jas@extundo.com>
15278
15279         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15280         support.
15281
15282         * lib/gc.h: Add ECB enum type.
15283
15284         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15285
15286 2005-10-18  Simon Josefsson  <jas@extundo.com>
15287
15288         * tests/test-md5.c: New file.
15289
15290         * modules/md5-tests: New file.
15291
15292 2005-10-18  Simon Josefsson  <jas@extundo.com>
15293
15294         * tests/test-md4.c: New file.
15295
15296         * modules/md4, modules/md4-tests: New files.
15297
15298 2005-10-18  Simon Josefsson  <jas@extundo.com>
15299
15300         * m4/md4.m4: New file.
15301
15302 2005-10-18  Simon Josefsson  <jas@extundo.com>
15303
15304         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15305
15306 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15307
15308         * gnulib-tool (func_create_testdir): Omit the second check whether
15309         BUILT_SOURCES in nonempty.
15310
15311 2005-10-17  Simon Josefsson  <jas@extundo.com>
15312
15313         * tests/test-rijndael.c: New file.
15314
15315 2005-10-17  Simon Josefsson  <jas@extundo.com>
15316
15317         * modules/sha1: Depend on stdint instead of md5.
15318
15319         * modules/md5: Depend on stdint, remove uint32_t.
15320
15321 2005-10-17  Simon Josefsson  <jas@extundo.com>
15322
15323         * modules/gc-sha1-tests: New file.
15324
15325         * tests/test-gc-sha1.c: New file.
15326
15327 2005-10-17  Simon Josefsson  <jas@extundo.com>
15328
15329         * m4/md5.m4: Remove call to uint32_t.m4.
15330
15331 2005-10-17  Simon Josefsson  <jas@extundo.com>
15332
15333         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
15334
15335         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
15336         md5.h.
15337
15338         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
15339
15340         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
15341
15342 2005-10-17  Simon Josefsson  <jas@extundo.com>
15343
15344         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15345
15346 2005-10-17  Simon Josefsson  <jas@extundo.com>
15347
15348         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15349
15350 2005-10-17  Simon Josefsson  <jas@extundo.com>
15351
15352         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15353
15354         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15355
15356 2005-10-17  Bruno Haible  <bruno@clisp.org>
15357
15358         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
15359         that it can also be used in a test.
15360
15361 2005-10-16  Bruno Haible  <bruno@clisp.org>
15362
15363         * gnulib-tool (func_emit_tests_Makefile_am): Also define
15364         TESTS_ENVIRONMENT, so that individual tests can augment it.
15365
15366         * gnulib-tool (func_create_testdir): Use an intermediate target for
15367         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
15368         macros, like $(ALLOCA_H), which cannot be passed through the command
15369         line.
15370
15371 2005-10-15  Simon Josefsson  <jas@extundo.com>
15372
15373         * modules/rijndael-tests: New file.
15374
15375         * modules/rijndael: New file.
15376
15377 2005-10-15  Simon Josefsson  <jas@extundo.com>
15378
15379         * m4/rijndael.m4: New file.
15380
15381 2005-10-15  Simon Josefsson  <jas@extundo.com>
15382
15383         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
15384
15385         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
15386
15387 2005-10-14  Simon Josefsson  <jas@extundo.com>
15388
15389         * tests/test-arcfour.c: New file.
15390
15391         * modules/arcfour, modules/arcfour-tests: New files.
15392
15393 2005-10-14  Simon Josefsson  <jas@extundo.com>
15394
15395         * m4/arcfour.m4: New file.
15396
15397 2005-10-14  Simon Josefsson  <jas@extundo.com>
15398
15399         * lib/arcfour.h, lib/arcfour.c: New files.
15400
15401 2005-10-14  Roland McGrath  <roland@redhat.com>
15402
15403         Import from libc.  [BZ #1331]
15404         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
15405         macro argument.
15406         Reported by Matej Vela <vela@debian.org>.
15407
15408 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15409
15410         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
15411         include <wchar.h>; no longer needed.
15412
15413 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15414
15415         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
15416
15417 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
15418         and  Ulrich Drepper  <drepper@redhat.com>
15419
15420         Import from libc.
15421         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
15422         instead of inline stream orientation test and two separate
15423         function calls.  Pay no attention to USE_IN_LIBIO.
15424
15425 2005-10-13  Simon Josefsson  <jas@extundo.com>
15426
15427         * modules/gc-hmac-md5-tests: New file.
15428
15429         * tests/test-gc-hmac-sha1.c: New file.
15430
15431         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
15432
15433         * modules/gc-hmac-md5-tests: New file.
15434
15435         * tests/test-gc-md5.c: New file.
15436
15437         * modules/gc-md5-tests: New file.
15438
15439 2005-10-13  Simon Josefsson  <jas@extundo.com>
15440
15441         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
15442         Move memory allocation outside of loop.
15443
15444 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
15445
15446         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
15447         intermediate directory is in a read-only file system.  Problem
15448         reported by Eric Blake.
15449
15450 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
15451
15452         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
15453
15454 2005-10-12  Simon Josefsson  <jas@extundo.com>
15455
15456         * tests/test-hmac-sha1.c: New file.
15457
15458         * modules/hmac-sha1-tests: New file.
15459
15460         * modules/hmac-sha1: New file.
15461
15462 2005-10-12  Simon Josefsson  <jas@extundo.com>
15463
15464         * modules/gc-sha1: New file.
15465
15466 2005-10-12  Simon Josefsson  <jas@extundo.com>
15467
15468         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
15469
15470         * tests/test-gc-pbkdf2-sha1.c: New file.
15471
15472 2005-10-12  Simon Josefsson  <jas@extundo.com>
15473
15474         * modules/gc-md5, modules/gc-hmac-md5: New files.
15475
15476         * modules/gc (Files): Remove md5, memxor and hmac files.
15477
15478 2005-10-12  Simon Josefsson  <jas@extundo.com>
15479
15480         * m4/gc-pbkdf2-sha1.m4: New file.
15481
15482         * m4/gc-hmac-sha1.m4: New file.
15483
15484         * m4/gc-sha1: New file.
15485
15486         * m4/hmac-sha1.m4: New file.
15487
15488 2005-10-12  Simon Josefsson  <jas@extundo.com>
15489
15490         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
15491
15492         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
15493
15494 2005-10-12  Simon Josefsson  <jas@extundo.com>
15495
15496         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
15497         suggested by Bruno Haible <bruno@clisp.org>.
15498
15499 2005-10-12  Simon Josefsson  <jas@extundo.com>
15500
15501         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
15502
15503 2005-10-12  Simon Josefsson  <jas@extundo.com>
15504
15505         * lib/gc-pbkdf2-sha1.c: New file.
15506
15507         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
15508
15509 2005-10-12  Simon Josefsson  <jas@extundo.com>
15510
15511         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
15512
15513         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
15514
15515 2005-10-12  Simon Josefsson  <jas@extundo.com>
15516
15517         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
15518         GC_USE_HMAC_MD5, respectively.
15519
15520         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
15521         (gc_md5): Fix typo.
15522
15523         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
15524
15525         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
15526
15527         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
15528
15529 2005-10-12  Bruno Haible  <bruno@clisp.org>
15530
15531         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
15532         Reported by Stepan Kasal <kasal@ucw.cz>.
15533
15534 2005-10-11  Simon Josefsson  <jas@extundo.com>
15535
15536         * tests/test-crc.c: New file.
15537
15538         * modules/crc, modules/crc-tests: New files.
15539
15540 2005-10-11  Simon Josefsson  <jas@extundo.com>
15541
15542         * m4/crc.m4: New file.
15543
15544 2005-10-11  Simon Josefsson  <jas@extundo.com>
15545
15546         * lib/gc.h: Add gc_hash and gc_hash_buffer.
15547
15548         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
15549
15550         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
15551
15552 2005-10-11  Simon Josefsson  <jas@extundo.com>
15553
15554         * lib/crc.h, lib/crc.c: New files.
15555
15556         * lib/gc.h (gc_hash_buffer): Add doc.
15557
15558 2005-10-11  Bruno Haible  <bruno@clisp.org>
15559
15560         * modules/c-strcasestr: New file.
15561         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
15562
15563 2005-10-11  Bruno Haible  <bruno@clisp.org>
15564
15565         * modules/c-strcase: New file.
15566         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
15567
15568 2005-10-11  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/strcasecmp.c: Include limits.h.
15571         (strcasecmp): Avoid integer overflow on exotic platforms.
15572         * lib/strncasecmp.c: Include limits.h.
15573         (strncasecmp): Avoid integer overflow on exotic platforms.
15574         Reported by Paul Eggert.
15575
15576 2005-10-11  Bruno Haible  <bruno@clisp.org>
15577
15578         * lib/c-strcasestr.h: New file, from GNU gettext.
15579         * lib/c-strcasestr.c: New file, from GNU gettext.
15580
15581 2005-10-11  Bruno Haible  <bruno@clisp.org>
15582
15583         * lib/c-strcase.h: New file, from GNU gettext.
15584         * lib/c-strcasecmp.c: New file, from GNU gettext.
15585         * lib/c-strncasecmp.c: New file, from GNU gettext.
15586
15587 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15588
15589         * modules/mempcpy (License): GPL -> LGPL.
15590         * modules/strchrnul (License): Likewise.
15591         * modules/sysexits (License): Likewise.
15592
15593 2005-10-08  Simon Josefsson  <jas@extundo.com>
15594
15595         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
15596
15597 2005-10-07  Simon Josefsson  <jas@extundo.com>
15598
15599         * m4/memxor.m4: Remove gl_C_RESTRICT call.
15600
15601 2005-10-06  Simon Josefsson  <jas@extundo.com>
15602
15603         * tests/test-hmac-md5.c: New file.
15604
15605         * modules/hmac-md5-tests: New file.
15606
15607         * modules/hmac-md5: New file.
15608
15609 2005-10-06  Simon Josefsson  <jas@extundo.com>
15610
15611         * m4/hmac-md5.m4: New file.
15612
15613         * m4/memxor.m4: Require gl_C_RESTRICT.
15614
15615 2005-10-06  Simon Josefsson  <jas@extundo.com>
15616
15617         * lib/memxor.c (memxor): Avoid casts and warnings.
15618
15619 2005-10-06  Simon Josefsson  <jas@extundo.com>
15620
15621         * lib/hmac-md5.c: New file.
15622
15623         * lib/hmac.h: New file.
15624
15625 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15626
15627         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
15628         promotes to int, not unsigned int, to catch the AIX 5.3
15629         compiler bug.
15630
15631 2005-10-05  Simon Josefsson  <jas@extundo.com>
15632
15633         * modules/memxor: New file.
15634
15635         * modules/iconv (Files): Move config.rpath to havelib, it is used
15636         there.
15637
15638         * modules/havelib (Files): Add config.rpath.
15639
15640 2005-10-05  Simon Josefsson  <jas@extundo.com>
15641
15642         * m4/memxor.m4: New file.
15643
15644 2005-10-05  Simon Josefsson  <jas@extundo.com>
15645
15646         * lib/memxor.c (memxor): Fix compiler error.
15647
15648         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
15649         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
15650
15651         * lib/memxor.h, lib/memxor.c: New files.
15652
15653         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
15654         we assume all systems have it, suggested by Jim Meyering
15655         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
15656         any systems lack sys/socket.h; mingw32 is known to lack it, but we
15657         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
15658         same reasons.
15659
15660 2005-10-05  Simon Josefsson  <jas@extundo.com>
15661
15662         * config/srclist.txt: Add glibc bug 1423 for md5.h.
15663
15664 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
15667         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
15668         needed, since the source code now assumes these .h files.
15669
15670 2005-10-05  Derek Price  <derek@ximbiot.com>
15671
15672         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
15673
15674 2005-10-05  Bruno Haible  <bruno@clisp.org>
15675
15676         * modules/stdint (License): Change to LGPL.
15677
15678 2005-10-04  Simon Josefsson  <jas@extundo.com>
15679
15680         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
15681         D. Baushke" <mdb@gnu.org>.
15682
15683 2005-10-04  Bruno Haible  <bruno@clisp.org>
15684
15685         * lib/verify.h (verify_true): Provide alternative definition for C++.
15686
15687 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
15690         (SSIZE_MAX): New macro, if not already defined.
15691         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
15692         than 2 GiB.
15693
15694 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15695
15696         Sync from coreutils.
15697         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
15698         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
15699         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
15700         ULLONG_MAX doesn't work with 2.7.2.1.
15701
15702 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
15705         From Ben Pfaff.
15706
15707         * modules/exclude (Depends-on): Depend on verify.
15708         * modules/strtoimax (Depends-on): Likewise.
15709         * modules/utimecmp (Depends-on): Likewise.
15710
15711 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15712
15713         * lib/exclude.c: Include verify.h.
15714         (verify): Remove.  All callers changed to use verify.h's version.
15715         * lib/strtoimax.c: Likewise.
15716         * lib/utimecmp.c: Likewis.e
15717
15718         Sync from coreutils.
15719         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
15720         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
15721         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
15722         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
15723         bother returning ENOSYS if settimeofday or stime fails; just let
15724         them return whatever errno they want to return.
15725         * lib/utimens.c: Include unistd.h, for dup2.
15726         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
15727         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
15728
15729 2005-10-02  Jim Meyering  <jim@meyering.net>
15730
15731         Sync from coreutils.
15732         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
15733         from glibc-2.2.5 that fails for read-only files.
15734
15735 2005-10-02  Jim Meyering  <jim@meyering.net>
15736
15737         Sync from coreutils.
15738         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
15739         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
15740         `#if HAVE_CONFIG_H'.
15741         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
15742         Remove AT_FDCWD test.
15743         Do not consume the fd unless successful.
15744         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
15745         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
15746         block, so that we don't even try to compile it if settimeofday is
15747         available.  This works around a compilation failure on OSF1 V5.1,
15748         due to stime requiring a `long int*' while tv_sec is `int'.
15749
15750 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
15751
15752         Sync from coreutils.
15753         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
15754         against `yes', rather than just testing for nonempty.
15755
15756 2005-10-01  Simon Josefsson  <jas@extundo.com>
15757
15758         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
15759         and Darwin.
15760
15761         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
15762         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
15763         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
15764         freeaddrinfo and gai_strerror are declared by the POSIX headers.
15765         Check if struct addrinfo is declared.
15766
15767 2005-10-01  Simon Josefsson  <jas@extundo.com>
15768
15769         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
15770         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
15771         AI_* and EAI_* definitions.  Protect function declarations.
15772
15773 2005-10-01  Jim Meyering  <jim@meyering.net>
15774
15775         Sync from coreutils.
15776
15777         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
15778         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
15779         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
15780         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
15781         in the inet and nsl libraries.  Required on Solaris 5.7.
15782
15783 2005-10-01  Jim Meyering  <jim@meyering.net>
15784
15785         Sync from coreutils.
15786         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
15787         in the inet and nsl libraries.  Required on Solaris 5.7.
15788
15789 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
15790
15791         * lib/getdelim.c (getdelim): Remove unused variables.
15792
15793 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
15796         so that the code works even with ancient cpp.  Portability problem
15797         with GCC 2.7.2.1 reported by Thomas M.Ott.
15798
15799 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
15800
15801         * modules/regex (Depends-on): Add strcase.
15802
15803         * modules/gethostname (Licence): Change from GPL to LGPL, since
15804         gethostname.c is a trivial implementation of a standard library
15805         function.
15806         * modules/poll (License): Change from GPL to LGPL, since it's
15807         derived from LGPL code.
15808
15809 2005-09-27  Jim Meyering  <jim@meyering.net>
15810
15811         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
15812         HAVE_CONFIG_H.
15813
15814         * lib/intprops.h (signed_type_or_expr__): Define.
15815         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
15816         for unsigned types.
15817
15818 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
15819
15820         * lib/verify.h (verify_expr): Remove, replacing with:
15821         (verify_true): New macro that returns true instead of void.
15822         (verify_type__): Remove.
15823         (verify): Use verify_true rather than verify_type__.
15824
15825 2005-09-26  Bruno Haible  <bruno@clisp.org>
15826
15827         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
15828         is necessary.
15829         (lib_SOURCES): Remove mbchar.c.
15830         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
15831         (Files): Add m4/mbrtowc.m4.
15832         * modules/mbiter: Likewise.
15833         * modules/mbuiter: Likewise.
15834
15835 2005-09-26  Bruno Haible  <bruno@clisp.org>
15836
15837         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
15838         compile mbchar.c if they are not both present.
15839         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
15840         * m4/mbiter.m4 (gl_MBITER): Likewise.
15841         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
15842         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
15843         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
15844
15845 2005-09-25  Jim Meyering  <jim@meyering.net>
15846
15847         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
15848         also uses socklen_t.
15849
15850 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
15851
15852         * lib/utimens.c (ENOSYS): Define if not already defined.
15853         (futimens): Support having a null PATH if the file descriptor
15854         is nonnegative.
15855
15856         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
15857         Remove.
15858         (__attribute): Define to empty unless GCC 3.1 or later.
15859         This works around a core dump on OpenBSD 3.4, which has GCC
15860         2.95.3, which dumps core when given __attribute__(()).  It also
15861         simplifies other tests, since we really don't want to bother with
15862         worrying about which ancient version of GCC supported what.
15863         Original problem reported by Yoann Vandoorselaere, with part of
15864         the fix suggested by Derek Price.
15865
15866 2005-09-24  Jim Meyering  <jim@meyering.net>
15867
15868         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
15869         so we can once again use a positive bitfield width of 1 -- now we
15870         don't have to explain why we were using a bitfield width of 2.
15871
15872 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
15875         and similarly for the other external symbols.  Problem reported
15876         by James Gallager.
15877
15878         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
15879         bug reported by Jim Meyering.
15880
15881         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
15882         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
15883         not needed, since socklen is a prerequisite module.
15884
15885 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
15886
15887         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
15888         Problem reported by Eric Blake.
15889         (getaddrinfo): Initialize se so that it's not garbage.
15890         Redo internal storage allocation so that it doesn't make unportable
15891         assumptions about alignment.
15892         Fix a memory leak.
15893
15894         * lib/utimens.c (futimens): Use futimesat if available.
15895         Prefer it to futimes since it doesn't have the futimes bug.
15896
15897         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
15898         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
15899         Instead, declare a function that returns a pointer to an array,
15900         and use verify_type__ to declare the size of the array.
15901         Problem and germ of a solution reported by Bruno Haible.
15902         (verify_type__): Use 2, not 1, for bitfield size, to avoid
15903         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
15904
15905 2005-09-23  Jim Meyering  <jim@meyering.net>
15906
15907         Sync from coreutils.
15908         Correct build failure (socklen_t not defined) on at least
15909         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
15910         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
15911
15912 2005-09-23  Jim Meyering  <jim@meyering.net>
15913
15914         * modules/getaddrinfo (Depends-on): Add socklen.
15915
15916 2005-09-23  Bruno Haible  <bruno@clisp.org>
15917
15918         * tests/test-verify.c: New file.
15919
15920 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         Sync from coreutils.
15923
15924         * modules/argmatch (Depends-on): Add verify.
15925         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
15926         unistd-safer.
15927         * modules/save-cwd (Depends-on): Likewise.
15928
15929         * modules/openat (Files): Add lib/openat-die.c.
15930         (Depends-on): Remove error, exitfail.
15931         Add dirname.
15932
15933         * modules/verify: New file.
15934         * MODULES.html.sh (Diagnostics <assert.h>): New section,
15935         with "verify" module.
15936
15937 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15938
15939         Sync from coreutils.
15940
15941         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
15942         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
15943         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
15944         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
15945         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
15946         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
15947         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
15948         Don't bother checking for string.h, stdlib.h, unistd.h.
15949         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
15950         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
15951         module's job.
15952         * m4/jm-macros.m4 (gl_MACROS): Likewise.
15953         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
15954
15955         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
15956         (gl_GETDATE): Use it.
15957
15958         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
15959
15960 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15961
15962         Sync from coreutils.
15963
15964         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
15965         stat-time.h.
15966         * lib/argmatch.h: Include verify.h
15967         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
15968         (ARGMATCH_ASSERT): Remove; unused.
15969         * lib/canonicalize.c: Assume STDC_HEADERS.
15970         * lib/exclude.c: Include "strcase.h".
15971         * lib/regex_internal.h [!defined _LIBC]: Likewise.
15972         * lib/getusershell.c: Include stdio--.h rather than stdio.h
15973         and stdio-safer.h.
15974         (getusershell): Call fopen, not fopen_safer.
15975         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
15976         Do not include unistd-safer.h.
15977         (save_cwd): Don't call fd_safer; no longer needed
15978         now that we include fcntl--.h.
15979
15980         * lib/getdate.y (relative_time): New type.
15981         (RELATIVE_TIME_0): New constant.
15982         (parser_control): Use relative_time instead of doing it ourselves.
15983         (%union): Add new relative_time rel member.
15984         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
15985         Now typeless.
15986         (relunit, relunit_snumber): Now of type rel.
15987         (zone, rel, relunit, get_date): Adjust to above changes.
15988
15989         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
15990         Do not include unistd-safer.h.
15991         (getloadavg): Don't call fd_safer; no longer needed
15992         now that we include fcntl--.h.
15993
15994         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
15995         (make_dir_parents): Treat ENOSYS like EEXIST.
15996
15997         Improve quality of diagnostics on restore_cwd failure.
15998         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
15999         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16000         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16001         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16002         each time through the loop.  Do not diagnose restore_cwd failure;
16003         that is the caller's job (and perhaps the caller does not care).
16004
16005         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16006         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16007         If the file already exists but is not a directory, don't bother
16008         to try to make its parents.
16009         Close potential file descriptor leak if we can't chdir("/") (!).
16010         Don't always return true if chdir($PWD) fails; return true only
16011         if the requested action was done successfully (except for the
16012         chdir($PWD)).
16013         Don't log final directory unless we actually made it.
16014         Refactor to avoid duplicate code to fix up permissions.
16015         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16016
16017         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16018         to make it a bit faster and (I hope) clearer.
16019         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16020         Fix bug in formats like %2N.
16021
16022         * lib/verify.h: New file.
16023
16024 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16025
16026         Sync from coreutils.
16027         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16028
16029 2005-09-22  Jim Meyering  <jim@meyering.net>
16030
16031         Sync from coreutils.
16032
16033         * m4/lstat.m4 (gl_FUNC_LSTAT):
16034         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16035         Remove obsolete comment.
16036         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16037         * m4/xstrtod.m4: Likewise.
16038
16039         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16040
16041 2005-09-22  Jim Meyering  <jim@meyering.net>
16042
16043         Sync from coreutils.
16044
16045         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16046
16047         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16048         the .tm_year member, since otherwise gcc-4.0 would now warn about
16049         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16050
16051         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16052         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16053
16054         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16055         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16056         when run in a time zone for which daylight savings time is in effect
16057         for the starting date.
16058
16059         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16060         stop us from restricting permissions of just-created absolute-named
16061         directories.
16062         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16063         to restore initial working directory.
16064         * lib/mkdir-p.c (make_dir_parents): New parameter:
16065         different_working_dir, to tell caller if/when we change the working
16066         directory and are unable to return to the initial one.
16067         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16068         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16069         `return false'.  This fixes a bug introduced on 2004-07-30.
16070
16071         * lib/openat.c (fdopendir): Be sure to close the supplied
16072         file descriptor before returning.  This makes our replacement
16073         implementation a little closer to Solaris's, where fdopendir
16074         ties the file descriptor to the returned DIR* pointer.
16075         * lib/openat.c (unlinkat): New function.
16076         * lib/openat.h (unlinkat): Add prototype.
16077         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16078         (openat_restore_fail): Rename from openat_restore_die.
16079         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16080
16081         Provide an alternative to exiting immediately upon save_cwd or
16082         restore_cwd failure.  Now, an application can arrange e.g.,
16083         to perform a longjump in that case.
16084         * lib/openat.c: Include dirname.h.
16085         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16086         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16087         and openat_restore_die rather than calling error directly.
16088         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16089
16090         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16091         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16092         define.
16093
16094         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16095         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16096                             int utc, int nanoseconds);
16097         Background:
16098         date should not have to allocate a megabyte of virtual memory to
16099         handle a format argument like +%1048575T.  When implemented with
16100         strftime, it must allocate such a buffer, use strftime to fill it
16101         in, print it, then free it.
16102         With fprintftime, it simply prints everything and exits.
16103         With no need for memory allocation, that's one fewer way to fail.
16104         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16105         optional field width, not before, so we accept %9:z, not %:9z.
16106         (my_strftime): Be sure to use L_('x') for literals.
16107
16108         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16109         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16110         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16111         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16112         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16113         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
16114         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
16115         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
16116         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
16117         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
16118         * lib/xgethostname.c, lib/xreadlink.c:
16119         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
16120
16121         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
16122         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
16123         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
16124         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16125         and don't include <sys/file.h>).
16126
16127 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
16128
16129         Sync from coreutils.
16130
16131         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
16132         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
16133         [!LDAV_DONE]: Avoid unused variable warning.
16134
16135 2005-09-21  Bruno Haible  <bruno@clisp.org>
16136
16137         * lib/unicodeio.h (unicode_to_mb): New declaration.
16138
16139 2005-09-20  Derek Price  <derek@ximbiot.com>
16140
16141         * lib/getaddrinfo.c: Don't include <netdb.h> included from
16142         getaddrinfo.h.
16143
16144 2005-09-20  Bruno Haible  <bruno@clisp.org>
16145
16146         * gnulib-tool: Remove trailing slashes from the values specified for
16147         --source-base, --m4-base, --tests-base, --aux-dir.
16148         Suggested by Simon Josefsson <jas@extundo.com>.
16149
16150 2005-09-20  Bruno Haible  <bruno@clisp.org>
16151
16152         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
16153         func_modules_to_filelist, func_import, func_create_testdir): Make all
16154         sorting results locale-independent, so that gnulib-cache.m4 doesn't
16155         change when gnulib-tool is invoked in a different locale.
16156
16157 2005-09-19  Simon Josefsson  <jas@extundo.com>
16158
16159         * m4/socklen.m4: Fix typo.
16160
16161 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16162
16163         Use a consistent style for including <config.h>.
16164         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
16165         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
16166         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
16167         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
16168         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
16169         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
16170         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
16171         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
16172         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
16173         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
16174         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
16175         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
16176         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
16177         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
16178         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
16179         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
16180         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
16181         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
16182         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
16183         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
16184         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
16185         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
16186         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
16187         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
16188         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
16189         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
16190         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
16191         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
16192         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
16193         lib/xstrtoumax.c, lib/yesno.c:
16194         Standardize inclusion of config.h.
16195         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
16196         lib/inttostr.h:  Removed inclusion of config.h from header files.
16197         * lib/inttostr.c:  Adjusted in-tree users.
16198         * lib/timespec.h: Remove superfluous warning to include config.h.
16199         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
16200         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
16201         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
16202         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
16203         config.h with HAVE_CONFIG_H.
16204
16205 2005-09-19  Jim Meyering  <jim@meyering.net>
16206
16207         * modules/pathmax (License): Change to LGPL.
16208
16209 2005-09-19  Derek Price  <derek@ximbiot.com>
16210
16211         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
16212
16213 2005-09-19  Bruno Haible  <bruno@clisp.org>
16214
16215         * gnulib-tool (import): Provide default for --tests-base.
16216
16217 2005-09-19  Bruno Haible  <bruno@clisp.org>
16218
16219         * doc/quote.texi: New file, extracted from gnulib.texi.
16220         * doc/ctime.texi: New file, extracted from gnulib.texi.
16221         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
16222         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
16223         * doc/gnulib.texi: Include them.
16224
16225 2005-09-18  Bruno Haible  <bruno@clisp.org>
16226
16227         Portability fix.
16228         * gnulib-tool (func_readlink): New function.
16229         (func_ln_if_changed): Use it.
16230
16231 2005-09-18  Bruno Haible  <bruno@clisp.org>
16232
16233         * gnulib-tool: Support --with-tests also with --import.
16234         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
16235         (func_import): Use variables $testsbase and $inctests. Emit a
16236         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
16237         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
16238         SUBDIRS += $testsdir.
16239         (func_create_testdir): Update.
16240
16241 2005-09-18  Bruno Haible  <bruno@clisp.org>
16242
16243         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
16244         instead of $dry_run.
16245         (func_cp_if_changed, func_mv_if_changed): Remove functions.
16246         (func_ln_if_changed): Don't handle dry-run here.
16247         (func_import): In dry-run mode, detect more precisely which actions
16248         would be performed, and don't use "...ing" verbs.
16249
16250 2005-09-18  Bruno Haible  <bruno@clisp.org>
16251
16252         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
16253         (func_import): Use join on two temporary files instead of three nested
16254         loops, in order to determine which files are new or old.
16255
16256 2005-09-18  Bruno Haible  <bruno@clisp.org>
16257
16258         * gnulib-tool (func_import): Comment out code that spits out the
16259         new files with --dry-run.
16260
16261 2005-09-18  Bruno Haible  <bruno@clisp.org>
16262
16263         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16264
16265 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16266
16267         * lib/stat-time.h: New file.
16268         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16269         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16270         in a different way.
16271         (timespec_cmp): New function.
16272         * lib/utimecmp.c: Include stat-time.h.
16273         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16274         members exist, not on the obsolescent ST_MTIM_NSEC.
16275         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16276
16277 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16280
16281 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * MODULES.html.sh (File system functions): Add stat-time.
16284         * modules/stat-time: New file.
16285         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16286         is now done in a different way, by the stat-time module.
16287         * modules/utimecmp (Depends-on): Add stat-time.
16288
16289 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * m4/st_mtim.m4: Remove.  Superseded by...
16292         * m4/stat-time.m4: New file.
16293         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16294         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16295
16296 2005-09-15  Derek Price  <derek@ximbiot.com>
16297
16298         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16299
16300 2005-09-15  Derek Price  <derek@ximbiot.com>
16301
16302         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16303         * lib/regex_internal.c: Ditto, using this...
16304         (__GNUC_PREREQ): ...new macro.
16305         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16306         using...
16307         (__GNUC_PREREQ): ...this new macro.
16308
16309         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16310
16311 2005-09-15  Derek Price  <derek@ximbiot.com>
16312             Paul Eggert  <eggert@cs.ucla.edu>
16313
16314         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16315         changes, consolidating in...
16316         * lib/regex_internal.h: ...this file.
16317
16318 2005-09-13  Jim Meyering  <jim@meyering.net>
16319
16320         * lib/canon-host.c: Filter through gnu indent and reword comments
16321         slightly.
16322         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
16323
16324 2005-09-13  Derek Price  <derek@ximbiot.com>
16325
16326         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
16327         failure.
16328         Reported by Jim Meyering  <jim@meyering.net>.
16329
16330 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16331
16332         * lib/base64.c: Typo.
16333         (base64_encode): Put b64str in initialized data section.
16334
16335 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
16336
16337         Merge glibc and coreutils changes into gnulib, plus a few
16338         extra fixes.
16339         * lib/md5.c: Use #error rather than a string.
16340         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
16341         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
16342         (__attribute__): Define to empty for non recent-GCC.
16343         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
16344         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16345         Renamed from their non-__ counterparts, with new macros replacing
16346         them if not _LIBC.  Add __THROW attribute.
16347         (rol): Remove.
16348         (struct md5_ctx): Align buffer if using GCC.
16349         * lib/sha1.h (struct sha1_ctx): Likewise.
16350         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16351         The old name was backwards.
16352         (NOTSWAP): Remove; not used.
16353         (rol): New macro, moved here from md5.h.
16354         (sha1_process_block): Remove a FIXME that doesn't make sense.
16355
16356 2005-09-12  Derek Price  <derek@ximbiot.com>
16357
16358         Return usable errors from canon-host.
16359         * lib/canon-host.h: New file.
16360         * lib/canon-host.c (canon_host): Wrap...
16361         (canon_host_r): ...this new function, which now relies exclusively on
16362         getaddrinfo.
16363         (ch_strerror): New function.
16364         (last_cherror): New global.
16365         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
16366         interface.
16367         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
16368         void *.
16369         (freeaddrinfo): Free ai->ai_canonname when set.
16370
16371 2005-09-12  Derek Price  <derek@ximbiot.com>
16372
16373         Make canon-host require getaddrinfo.
16374         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
16375         AC_LIBSOURCE canon-host.h.  Call...
16376         (gl_PREREQ_CANON_HOST): ...this new function, which requires
16377         gl_GETADDRINFO.
16378         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
16379
16380 2005-09-12  Derek Price  <derek@ximbiot.com>
16381
16382         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
16383         LGPL.
16384         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
16385
16386 2005-09-12  Derek Price  <derek@ximbiot.com>
16387
16388         * lib/gai_strerror.c: Include config.h when available.  Include
16389         getaddrinfo.h before other headers to test interface.
16390         Reported by Larry Jones <lawrence.jones@ugs.com>.
16391
16392 2005-09-12  Derek Price  <derek@ximbiot.com>
16393             Paul Eggert  <eggert@cs.ucla.edu>
16394
16395         * modules/glob (Files): Add glob-libc.h.
16396
16397 2005-09-12  Derek Price  <derek@ximbiot.com>
16398             Paul Eggert  <eggert@cs.ucla.edu>
16399
16400         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
16401         glob_.h, glob-libc.h.
16402         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
16403
16404 2005-09-12  Derek Price  <derek@ximbiot.com>
16405             Paul Eggert  <eggert@cs.ucla.edu>
16406
16407         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
16408         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
16409         protecting things that should be done only in gnulib contexts.
16410         * lib/glob_.h: New file, containing only the glob things needed for
16411         gnulib.
16412         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
16413         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
16414         (glob, globfree, glob_pattern_p): Now defined simply in terms of
16415         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
16416         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
16417         and to respect the namespace rules better.
16418
16419 2005-09-08  Simon Josefsson  <jas@extundo.com>
16420
16421         * modules/socklen: New file.
16422
16423 2005-09-08  Simon Josefsson  <jas@extundo.com>
16424
16425         * m4/socklen.m4: New file.
16426
16427 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16428
16429         * modules/utimens (Files): Add m4/utimbuf.m4, since
16430         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
16431         Reported by Sergey Poznyakoff.
16432
16433 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16434
16435         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
16436         definitions, since that's the preferred style in glibc.
16437         Fix a minor spacing issue, and update copyright notice to match
16438         glibc's.
16439
16440 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16441
16442         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
16443
16444 2005-09-06  Simon Josefsson  <jas@extundo.com>
16445
16446         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
16447         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
16448
16449 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16450
16451         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
16452         warning.
16453
16454 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * config/srclist.txt: Add glibc bug 1302.
16457
16458 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
16459
16460         Change bitset word type from unsigned int to unsigned long int,
16461         as this has better performance on typical 64-bit hosts.
16462         Port bitset code to hosts with unusual word sizes.
16463         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
16464         (build_collating_symbol):
16465         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
16466         argument is a bitset.  This is merely a style issue, but it makes
16467         it clearer that an entire array is expected.
16468         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
16469         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
16470         Port to the case where bitset_word is not the same as unsigned int.
16471         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
16472         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
16473         Likewise.
16474         * lib/regexec.c (check_dst_limits_calc_pos_1,
16475         check_subexp_matching_top):
16476         (build_trtable, group_nodes_into_DFAstates):
16477         Likewise.
16478         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
16479         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
16480         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
16481         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
16482         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
16483         * lib/regcomp.c (optimize_subexps, lower_subexp):
16484         Work even if bitset_word has holes in its bitwise representation.
16485         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
16486         * lib/regexec.c (check_dst_limits_calc_pos_1,
16487         check_subexp_matching_top):
16488         Likewise.
16489         * lib/regex_internal.c (re_string_reconstruct):
16490         Don't assume UCHAR_MAX == 255.
16491         * lib/regex_internal.h (bitset_set_all): Likewise.
16492         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
16493         All uses changed.
16494         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
16495         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
16496         All uses changed.
16497         (BITSET_WORD_MAX): New macro.
16498         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
16499         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
16500         (bitset_empty, bitset_copy):
16501         Prefer sizeof (bitset) to multiplying it out ourselves.
16502         (bitset_not_merge): Remove; unused.
16503         (bitset_contain): Return bool, not unsigned int with one bit on.
16504         All callers changed.
16505         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
16506         alignment than re_node_set; do this by defining a new internal
16507         type struct dests_alloc and using it to allocate memory.
16508
16509 2005-09-05  Bruno Haible  <bruno@clisp.org>
16510
16511         * gnulib-tool (func_import): Fix comparison in handling of symbolic
16512         links.
16513
16514 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
16515
16516         * modules/size_max (Makefile.am): Add size_max.h
16517
16518 2005-09-04  Derek Price  <derek@ximbiot.com>
16519
16520         * gnulib-tool (func_import): Fix reversed $symbolic logic.
16521
16522 2005-09-03  Simon Josefsson  <jas@extundo.com>
16523
16524         * gnulib-tool: Fix typo.
16525
16526 2005-09-03  Simon Josefsson  <jas@extundo.com>
16527
16528         * config/srclist.txt: Add glibc bug 1293.
16529
16530 2005-09-03  Derek Price  <derek@ximbiot.com>
16531
16532         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
16533         From Larry Jones <lawrence.jones@ugs.com>.
16534
16535 2005-09-02  Simon Josefsson  <jas@extundo.com>
16536
16537         * modules/socklen: New file.
16538
16539 2005-09-02  Simon Josefsson  <jas@extundo.com>
16540
16541         * modules/havelib: New module.
16542
16543         * modules/gettext, modules/iconv, modules/lock, modules/readline:
16544         Use havelib.
16545
16546 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
16547
16548         Check for arithmetic overflow when calculating sizes, to prevent
16549         some buffer-overflow issues.  These patches are conservative, in the
16550         sense that when I couldn't determine whether an overflow was possible,
16551         I inserted a run-time check.
16552         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
16553         macros.
16554         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
16555         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
16556         (re_xnrealloc, re_x2nrealloc): New inline functions.
16557         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
16558         parse_bracket_exp):
16559         (build_equiv_class, build_charclass): Check for arithmetic overflow
16560         in size expression calculations.
16561         * lib/regex_internal.c (re_string_realloc_buffers):
16562         (build_wcs_upper_buffer, re_node_set_add_intersect):
16563         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
16564         (re_dfa_add_node, register_state): Likewise.
16565         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
16566         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
16567         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
16568         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
16569
16570 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16573         m4/ulonglong.m4.  Problem reported by Martin Lambers.
16574
16575 2005-09-02  Bruno Haible  <bruno@clisp.org>
16576
16577         Support for lib vs. lib64 distinction on biarch platforms.
16578         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
16579         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
16580         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
16581
16582 2005-09-02  Bruno Haible  <bruno@clisp.org>
16583
16584         * gnulib-tool (import): In the other first-use case, provide defaults
16585         as well.
16586
16587 2005-09-02  Bruno Haible  <bruno@clisp.org>
16588
16589         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
16590         patches not yet found in the latest gettext release.
16591
16592 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16593
16594         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
16595         to avoid a collision with bits/local_lim.h in glibc.
16596         All uses changed.  Problem reported by Dmitry V. Levin in
16597         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
16598
16599         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
16600         bugs in int versus size_t comparisons.
16601         (re_string_context_at): Fix bug where the code assumed that
16602         Idx is signed.
16603
16604         Use bool where appropriate.
16605         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
16606         All callers changed.
16607         (calc_eclosure_iter): Likewise, for ROOT arg.
16608         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
16609         (build_charclass_op): Likewise, for NON_MATCH arg.
16610         * lib/regex_internal.c (re_string_allocate, re_string_construct):
16611         (re_string_construct_common): Likewise, for ICASE arg.
16612         * lib/regexec.c (re_search_2_stub, re_search_stub):
16613         Likewise, for RET_LEN arg.
16614         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
16615         (set_regs): Likewise, for FL_BACKTRACK arg.
16616         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
16617         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
16618         (calc_eclosure_iter, parse_bracket_exp):
16619         Use bool for internal variables that are booleans.
16620         * lib/regexec.c (re_search_internal, check_matching,
16621         proceed_next_node):
16622         (set_regs, build_sifted_states, sift_states_bkref):
16623         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
16624         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
16625         (find_collation_sequence_value):
16626         Likewise.
16627         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
16628         (re_node_set_compare):
16629         Return bool, not int. All callers changed.
16630         * lib/regexec.c (check_halt_node_context, check_dst_limits):
16631         (build_trtable, check_node_accept): Likewise.
16632         * lib/regex_internal.h: Include stdbool.h.
16633
16634         Fix bugs uncovered when converting to bool.
16635         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
16636         failure instead of charging ahead blindly.
16637         * lib/regex_internal.c (register_state): Likewise.
16638         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
16639         for freeing internal storage.
16640         (group_nodes_into_DFA_states): Use unsigned int, not int, for
16641         bitset pieces used as boolean, to avoid undefined behavior
16642         on hosts that do int overflow checking.
16643
16644 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         * config/srclist.txt: Add glibc bugs 1285-1287.
16647
16648 2005-09-01  Jim Meyering  <jim@meyering.net>
16649
16650         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
16651         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
16652         Require gl_STAT_MACROS, too.
16653
16654 2005-09-01  Bruno Haible  <bruno@clisp.org>
16655
16656         * gnulib-tool (import): In the first-use case, provide defaults.
16657
16658 2005-09-01  Bruno Haible  <bruno@clisp.org>
16659
16660         * gnulib-tool (func_import): Remove the .tmp files.
16661
16662 2005-09-01  Bruno Haible  <bruno@clisp.org>
16663
16664         * gnulib-tool (func_import): Fix handling of symbolic links.
16665
16666 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16667
16668         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
16669         old glibc regex code mishandles strings longer than 2**31 bytes.
16670         This patch fixes this when the regex code is used in gnulib
16671         (i.e., outside glibc).
16672
16673         This patch should not affect the use of the regex code inside
16674         glibc.  No doubt this problem also needs to be handled for glibc
16675         as well, but the result will be an incompatible change to the
16676         glibc ABI, and the old ABI will have to be supported too.  That
16677         can be the the subject for another patch.
16678
16679         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
16680         governing whether the rest of this patch is active.  By default,
16681         the macro is disabled and the patch has no effect.
16682         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
16683         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
16684         (struct re_pattern_buffer, re_search, re_search_2, re_match):
16685         (re_match_2, re_set_registers): Use the new types.
16686         * lib/regex_internal.h (Idx, re_hashval_t): New types.
16687         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
16688         New macros.
16689         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
16690         (re_string_context_at, bin_tree_t, re_dfastate_t):
16691         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
16692         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
16693         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
16694         (re_string_char_size_at, re_string_wchar_at):
16695         (re_string_elem_size_at):
16696         Use the new types and macros to port to 64-bit hosts.
16697         Use unsigned types for internal values, so that the code
16698         mostly works even for arrays larger than SSIZE_MAX.
16699         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
16700         (search_duplicated_node, calc_eclosure_iter, fetch_number):
16701         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
16702         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
16703         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
16704         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
16705         (calc_inveclosure, parse_dup_op, build_range_exp):
16706         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
16707         (fetch_number, create_token_tree, mark_opt_subexp):
16708         Likewise.
16709         * lib/regex_internal.c (re_string_construct_common,
16710         create_ci_newstate):
16711         (create_cd_newstate, re_string_allocate, re_string_construct):
16712         (re_string_realloc_buffers, build_wcs_upper_buffer):
16713         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
16714         (re_string_reconstruct, re_string_peek_byte_case):
16715         (re_string_fetch_byte_case, re_string_context_at):
16716         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
16717         (re_node_set_init_copy, re_node_set_add_intersect):
16718         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16719         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16720         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
16721         (re_acquire_state, re_acquire_state_context, register_state):
16722         Likewise.
16723         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
16724         search_cur_bkref_entry):
16725         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
16726         (re_search_internal, re_search_2_stub, re_search_stub)
16727         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
16728         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
16729         (update_cur_sifted_state, check_dst_limits):
16730         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
16731         (check_subexp_limits, sift_states_bkref, merge_state_array):
16732         (check_subexp_matching_top, get_subexp, get_subexp_sub):
16733         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
16734         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
16735         (expand_bkref_cache, check_node_accept_bytes):
16736         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
16737         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
16738         (acquire_init_state_context, check_halt_node_context):
16739         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
16740         (sift_states_backward, clean_state_log_if_needed):
16741         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
16742         (find_recover_state, transit_state_sb, transit_state_mb):
16743         (transit_state_bkref, build_trtable, match_ctx_clean):
16744         Likewise.
16745         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
16746         to work around an assumption that REG_MISSING is negative.
16747
16748         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
16749         (seek_collating_symbol_entry) [defined _LIBC]:
16750         (lookup_collation_sequence_value) [defined _LIBC]:
16751         (build_range_exp, build_collating_symbol) [defined _LIBC]:
16752         Use prototypes rather than old-style function definitions.
16753         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
16754         (transit_state_sb) [0]:
16755         (find_collation_sequence_value) [defined _LIBC]: Likewise.
16756
16757         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
16758         rm_eo.
16759
16760         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
16761         (optimize_subexps, lower_subexp):
16762         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
16763         since the signed shift might overflow.  Use 1u<<31 instead.
16764         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
16765         Likewise.
16766         * lib/regexec.c (check_dst_limits_calc_pos_1,
16767         check_subexp_matching_top): Likewise.
16768
16769         * lib/regcomp.c (optimize_subexps, lower_subexp):
16770         Use CHAR_BIT rather than 8, for clarity.
16771         * lib/regexec.c (check_dst_limits_calc_pos_1):
16772         (check_subexp_matching_top): Likewise.
16773         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
16774         have to worry about portability issues when shifting it left.
16775         Remove no-longer-needed test for table_size > 0.
16776         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
16777         in a word, as the resulting behavior is undefined.
16778         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
16779         in one case, a <= should have been an <, and in another case the
16780         whole test was missing.
16781         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
16782         the standard name CHAR_BIT.
16783         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
16784         this is not true on one's complement and signed-magnitude hosts.
16785
16786         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
16787         next_last_offset.
16788         (struct re_dfa_t): Remove unused member states_alloc.
16789         * lib/regcomp.c (init_dfa): Don't initialize unused members.
16790
16791 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16792
16793         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
16794         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
16795         and large-file glibc and in 32-bit large-file Solaris.
16796
16797 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16798
16799         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
16800         lengths fit in regoff_t; this isn't true if regoff_t is the same
16801         width as size_t.
16802         * lib/regex.c (re_search_internal): 5th arg is LAST_START
16803         (= START + RANGE) instead of RANGE.  This avoids overflow
16804         problems when regoff_t is the same width as size_t.
16805         All callers changed.
16806         (re_search_2_stub): Check for overflow when adding the
16807         sizes of the two strings.
16808         (re_search_stub): Check for overflow when adding START
16809         to RANGE; if it occurs, substitute the extreme value.
16810
16811 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
16814
16815 2005-08-31  Jim Meyering  <jim@meyering.net>
16816
16817         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
16818         a pointer-to-const.
16819         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
16820         (register_state): Likewise.
16821         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
16822         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
16823         (group_nodes_into_DFAstates): Likewise.
16824
16825 2005-08-31  Jim Meyering  <jim@meyering.net>
16826
16827         * check-module: Add a FIXME comment.
16828
16829 2005-08-31  Eric Blake  <ebb9@byu.net>
16830
16831         * modules/unistd-safer (Files): Add unistd--.h.
16832         * modules/stdio-safer (Files): Add stdio--.h.
16833
16834 2005-08-31  Derek Price  <derek@ximbiot.com>
16835
16836         * lib/getdelim.c (getdelim): Return EOF on EOF.
16837         Reported by Larry Jones <lawrence.jones@ugs.com>.
16838
16839 2005-08-31  Bruno Haible  <bruno@clisp.org>
16840
16841         Avoid unnecessary diffs in the generated lib/Makefile.am.
16842         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
16843         the generated files.
16844         (func_import): Don't set cmd.
16845
16846 2005-08-31  Bruno Haible  <bruno@clisp.org>
16847
16848         * lib/strstr.c: Include <stddef.h>, for NULL.
16849         * lib/strcasestr.c: Likewise.
16850         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16851
16852 2005-08-31  Bruno Haible  <bruno@clisp.org>
16853
16854         * gnulib-tool: New option --macro-prefix.
16855         (func_import): Use macro_prefix.
16856         (import): Handle option --macro-prefix.
16857
16858 2005-08-31  Bruno Haible  <bruno@clisp.org>
16859
16860         * gnulib-tool (import): Rename most ac_* variables to cached_*.
16861         Also use new variables cached_lgpl, cached_libtool.
16862
16863 2005-08-31  Bruno Haible  <bruno@clisp.org>
16864
16865         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
16866         always instantiating them.
16867
16868 2005-08-31  Bruno Haible  <bruno@clisp.org>
16869
16870         * gnulib-tool (func_import): Read the previous cached settings
16871         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
16872         earlier added by gnulib but are now dropped. Warn when a gnulib file
16873         overwrites a non-gnulib file.
16874
16875 2005-08-31  Bruno Haible  <bruno@clisp.org>
16876
16877         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
16878         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
16879         projects that don't keep autogenerated files in CVS. Put into
16880         actioncmd only the specified modules, not the transitive closure.
16881
16882 2005-08-31  Bruno Haible  <bruno@clisp.org>
16883
16884         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
16885         Create directories that shall be filled.
16886         (import): Don't look for gl_* macros in configure.ac. Recurse across
16887         all directories containing a gnulib-cache.m4 files, if meaningful.
16888
16889 2005-08-31  Bruno Haible  <bruno@clisp.org>
16890
16891         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
16892         (import): Set seen_libtool when we see gl_LIBTOOL.
16893
16894 2005-08-31  Bruno Haible  <bruno@clisp.org>
16895
16896         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
16897         declaration macro definitions from generated gnulib.m4.
16898
16899 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
16900
16901         * lib/iconvme.h: Add prototype for iconv_alloc.
16902
16903 2005-08-29  Simon Josefsson  <jas@extundo.com>
16904
16905         * lib/iconvme.c: Fix errno.
16906
16907 2005-08-29  Bruno Haible  <bruno@clisp.org>
16908
16909         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
16910         that it works when the directory contains spaces.
16911
16912 2005-08-29  Bruno Haible  <bruno@clisp.org>
16913
16914         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
16915
16916 2005-08-29  Bruno Haible  <bruno@clisp.org>
16917
16918         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
16919         Emit more advice.
16920
16921 2005-08-29  Bruno Haible  <bruno@clisp.org>
16922         and Stepan Kasal  <kasal@ucw.cz>
16923
16924         * check-module: If more parameters are given, check each of them
16925         separately; add more exceptions, as noted by Jim Meyering.
16926         (check_module): New procedure.
16927         (%exempt_header): Now contains all exceptions.
16928
16929 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
16930
16931         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
16932
16933 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16934
16935         * lib/iconvme.c: Split iconv_string into iconv_alloc.
16936
16937 2005-08-28  Bruno Haible  <bruno@clisp.org>
16938
16939         * m4/gnulib-tool.m4: New file.
16940
16941 2005-08-27  Jim Meyering  <jim@meyering.net>
16942
16943         * modules/unistd-safer (Files): Add pipe-safer.c.
16944         * modules/fcntl-safer (Files): Add creat-safer.c.
16945
16946 2005-08-27  Jim Meyering  <jim@meyering.net>
16947
16948         * m4/stdlib-safer.m4: New file.  From coreutils.
16949         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
16950         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
16951         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
16952         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
16953         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
16954
16955 2005-08-27  Jim Meyering  <jim@meyering.net>
16956
16957         * lib/fopen-safer.c: Merge minor changes from coreutils.
16958         * lib/dup-safer.c: Likewise.
16959         * lib/fd-safer.c: Likewise.
16960
16961         Merge from coreutils.
16962         * lib/stdio--.h: New file.
16963         * lib/stdlib--.h: New file.
16964         * lib/mkstemp-safer.c: New file.
16965
16966         GNU tar needs these.
16967         * lib/pipe-safer.c: New file.
16968         * lib/creat-safer.c: New file.
16969         * lib/fcntl--.h (creat): Define to creat_safer.
16970         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
16971         * lib/unistd--.h (pipe): Define to pipe_safer.
16972         * lib/unistd-safer.h: Declare pipe_safer.
16973
16974 2005-08-26  Simon Josefsson  <jas@extundo.com>
16975
16976         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
16977         Haible <bruno@clisp.org>.
16978
16979 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
16980
16981         * lib/regex_internal.h: Remove all references to
16982         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
16983         or better.
16984         (bitset_not, bitset_merge, bitset_not_merge):
16985         (bitset_mask, re_string_allocate, re_string_construct):
16986         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
16987         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
16988         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
16989         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
16990         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16991         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16992         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
16993         (re_acquire_state_context):
16994         Remove unnecessary forward decls.
16995         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
16996         Put __attribute at function definition,
16997         now that the function decl has been removed.
16998         * lib/regex_internal.c (re_string_peek_byte_case):
16999         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17000         Likewise.
17001
17002 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17003
17004         * m4/regex.m4: Add AC_PREREQ(2.50).
17005         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17006
17007 2005-08-25  Simon Josefsson  <jas@extundo.com>
17008
17009         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17010         __fsetlocking.
17011
17012 2005-08-25  Simon Josefsson  <jas@extundo.com>
17013
17014         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17015         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17016         GLIBC specific code.
17017
17018 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17019
17020         Make regex safe for g++.  This fixes one real bug (an "err"
17021         that should have been "*err").  g++ problem reported by
17022         Sam Steingold.
17023         * lib/regex_internal.h (re_calloc): New macro, consistent with
17024         re_malloc etc.  All callers of calloc changed to use re_calloc.
17025         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17026         not int.  All callers changed.
17027         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17028         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17029         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17030         (find_recover_state): Change "err" to "*err"; this fixes what
17031         appears to be a real bug.
17032         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17033         versus int.
17034
17035 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17036
17037         * modules/regex (Depends-on): Add malloc, since the code
17038         assumes that !malloc(0) means failure.
17039
17040 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17041
17042         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17043
17044         alloca modernization/simplification for regex.
17045         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17046         needs to be at the start of the file, and can be moved into
17047         regex_internal.h and simplified.
17048         * lib/regex_internal.h: Include <alloca.h>.
17049         (__libc_use_alloca) [!defined _LIBC]: New macro.
17050         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17051         now works outside glibc.
17052
17053 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17054
17055         * config/srclist.txt: Add glibc bugs 1241, 1245.
17056
17057 2005-08-25  Jim Meyering  <jim@meyering.net>
17058
17059         * lib/open-safer.c: Include <config.h>.
17060         Otherwise, we'd lose LARGEFILE support in any file using
17061         e.g. "fcntl--.h"
17062
17063 2005-08-25  Bruno Haible  <bruno@clisp.org>
17064
17065         * m4/minmax.m4: Require autoconf 2.52.
17066         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17067         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17068         alternatives of translit over the alphabet.
17069         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17070
17071 2005-08-24  Simon Josefsson  <jas@extundo.com>
17072
17073         * tests/test-getpass.c: New file.
17074
17075 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17078         for GNU regex features.
17079
17080 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17081
17082         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17083         * lib/regex.h (regerror): Likewise.
17084
17085         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17086         requires this.  (The code never needed it.)
17087
17088         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17089         All uses of recently-renamed identifiers changed to use the new,
17090         POSIX-compliant names.  The code will build and run just fine
17091         without these changes, but it's better to eat our own dog food
17092         and use the standard-conforming names.
17093
17094         * lib/regex.h: Fix a multitude of POSIX name space violations.
17095         These changes have an effect only for programs that define
17096         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17097         do not change anything for programs compiled in the normal way.
17098         Also, there is no effect on the ABI.
17099
17100         (_REGEX_SOURCE): New macro.
17101         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17102         defined and _GNU_SOURCE is not; this fixes a name space violation.
17103
17104         Rename the following macros to obey POSIX requirements.
17105         The old names are still visible as macros if _REGEX_SOURCE is defined.
17106         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17107         RE_BACKSLASH_ESCAPE_IN_LISTS.
17108         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17109         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17110         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17111         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17112         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17113         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
17114         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
17115         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
17116         (REG_INTERVALS): renamed from RE_INTERVALS.
17117         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
17118         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
17119         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
17120         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
17121         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
17122         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
17123         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
17124         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
17125         RE_UNMATCHED_RIGHT_PAREN_ORD.
17126         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
17127         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
17128         (REG_DEBUG): renamed from RE_DEBUG.
17129         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
17130         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
17131         unusual, since we can't clash with the POSIX REG_ICASE.
17132         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
17133         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
17134         (REG_NO_SUB): renamed from RE_NO_SUB.
17135         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
17136         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
17137         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
17138         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
17139         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
17140         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
17141         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
17142         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
17143         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
17144         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
17145         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
17146         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
17147         RE_SYNTAX_POSIX_MINIMAL_BASIC.
17148         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
17149         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
17150         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
17151         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
17152         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
17153         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
17154         (REG_FIXED): Renamed from REGS_FIXED.
17155         (REG_NREGS): Renamed from RE_NREGS.
17156
17157         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
17158         of other REG_* macros, since POSIX says the user is allowed to
17159         #undef these macros selectively.
17160
17161         (reg_errcode_t): Update comment stating what other tables need
17162         to be consistent.
17163
17164         Rename the following enum values to obey POSIX requirements.
17165         The old names are still visible as macros.
17166         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
17167         is not defined, since GNU is supposed to be a superset of POSIX as
17168         much as possible, and since we want reg_errcode_t to be a signed
17169         type for implementation consistency.
17170         (_REG_NOERROR): Renamed from REG_NOERROR.
17171         (_REG_NOMATCH): Renamed from REG_NOMATCH.
17172         (_REG_BADPAT): Renamed from REG_BADPAT.
17173         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
17174         (_REG_ECTYPE): Renamed from REG_ECTYPE.
17175         (_REG_EESCAPE): Renamed from REG_EESCAPE.
17176         (_REG_ESUBREG): Renamed from REG_ESUBREG.
17177         (_REG_EBRACK): Renamed from REG_EBRACK.
17178         (_REG_EPAREN): Renamed from REG_EPAREN.
17179         (_REG_EBRACE): Renamed from REG_EBRACE.
17180         (_REG_BADBR): Renamed from REG_BADBR.
17181         (_REG_ERANGE): Renamed from REG_ERANGE.
17182         (_REG_ESPACE): Renamed from REG_ESPACE.
17183         (_REG_BADRPT): Renamed from REG_BADRPT.
17184         (_REG_EEND): Renamed from REG_EEND.
17185         (_REG_ESIZE): Renamed from REG_ESIZE.
17186         (_REG_ERPAREN): Renamed from REG_ERPAREN.
17187         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
17188         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
17189         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
17190         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
17191
17192         (_REG_RE_NAME, _REG_RM_NAME): New macros.
17193         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
17194         changed.  But support the old name if the new one is not defined
17195         and if _REGEX_SOURCE.
17196
17197         Change the following member names in struct re_pattern_buffer.
17198         The old names are still supported if !_REGEX_SOURCE.
17199         The new names are always supported, regardless of _REGEX_SOURCE.
17200         (re_buffer): Renamed from buffer.
17201         (re_allocated): Renamed from allocated.
17202         (re_used): Renamed from used.
17203         (re_syntax): Renamed from syntax.
17204         (re_fastmap): Renamed from fastmap.
17205         (re_translate): Renamed from translate.
17206         (re_can_be_null): Renamed from can_be_null.
17207         (re_regs_allocated): Renamed from regs_allocated.
17208         (re_fastmap_accurate): Renamed from fastmap_accurate.
17209         (re_no_sub): Renamed from no_sub.
17210         (re_not_bol): Renamed from not_bol.
17211         (re_not_eol): Renamed from not_eol.
17212         (re_newline_anchor): Renamed from newline_anchor.
17213
17214         Change the following member names in struct re_registers.
17215         The old names are still supported if !_REGEX_SOURCE.
17216         The new names are always supported, regardless of _REGEX_SOURCE.
17217         (rm_num_regs): Renamed from num_regs.
17218         (rm_start): Renamed from start.
17219         (rm_end): Renamed from end.
17220
17221         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
17222         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
17223         Prepend __ to parameter names.
17224
17225         Undo yesterday's changes.
17226
17227 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17228
17229         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
17230         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
17231         lib/regex.c.
17232
17233 2005-08-24  Jim Meyering  <jim@meyering.net>
17234
17235         Sync from coreutils.
17236         * m4/fcntl-safer.m4: New file.
17237
17238         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
17239         and object files for this module.
17240
17241 2005-08-24  Jim Meyering  <jim@meyering.net>
17242
17243         Sync from coreutils.
17244         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
17245
17246 2005-08-24  Jim Meyering  <jim@meyering.net>
17247
17248         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
17249         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
17250
17251 2005-08-24  Jim Meyering  <jim@meyering.net>
17252
17253         * modules/fcntl-safer: New module.
17254         * modules/fts (Depends-on): Add fcntl-safer.
17255         * MODULES.html.sh (File descriptor based Input/Output):
17256         Add fcntl-safer.
17257
17258 2005-08-24  Bruno Haible  <bruno@clisp.org>
17259
17260         Support for unit test modules.
17261         * modules/README: Mention tests modules.
17262         * modules/TEMPLATE-TESTS: New file.
17263         * gnulib-tool: New options --extract-tests-module, --with-tests and
17264         --tests-base (unused for the moment).
17265         (testsbase, inctests): New variables.
17266         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17267         (func_verify_module): Exclude TEMPLATE-TESTS.
17268         (func_verify_nontests_module, func_verify_tests_module): New functions.
17269         (func_get_dependencies): Add implicit dependency for tests modules.
17270         (func_get_tests_module): New function.
17271         (func_modules_transitive_closure): When --with-tests was specified,
17272         include the unit tests as well, unless explicitly avoided.
17273         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17274         (func_emit_tests_Makefile_am): New function.
17275         (func_create_testdir): When --with-tests was specified, emit a
17276         tests/ directory.
17277         * MODULES.html.sh (Future developments): Update.
17278
17279 2005-08-24  Bruno Haible  <bruno@clisp.org>
17280
17281         * modules/tls-tests: New file.
17282         * tests/test-tls.c: New file, from GNU gettext.
17283
17284 2005-08-24  Bruno Haible  <bruno@clisp.org>
17285
17286         * modules/lock-tests: New file.
17287         * tests/test-lock.c: New file, from GNU gettext.
17288
17289 2005-08-24  Bruno Haible  <bruno@clisp.org>
17290
17291         * lib/lock.h: Add multiple inclusion guard.
17292         * lib/tls.h: Add multiple inclusion guard.
17293
17294 2005-08-24  Bruno Haible  <bruno@clisp.org>
17295
17296         * gnulib-tool: Add support for the --aux-dir option to
17297         --create-testdir, --create-megatestdir, --test, --megatest.
17298         (func_create_testdir, func_create_megatestdir): Optionally emit a
17299         AC_CONFIG_AUX_DIR directive.
17300         (create-testdir, create-megatestdir, test, megatest): Provide a
17301         default value for $auxdir.
17302
17303 2005-08-24  Bruno Haible  <bruno@clisp.org>
17304
17305         * gnulib-tool (import): Use compound statement instead of subshell
17306         where possible.
17307
17308 2005-08-24  Bruno Haible  <bruno@clisp.org>
17309
17310         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17311
17312 2005-08-24  Bruno Haible  <bruno@clisp.org>
17313
17314         * gnulib-tool (func_version): Update.
17315
17316 2005-08-24  Bruno Haible  <bruno@clisp.org>
17317
17318         * gnulib-tool (func_import, func_create_testdir,
17319         func_create_megatestdir): Quote all autoconf macro arguments.
17320
17321 2005-08-24  Bruno Haible  <bruno@clisp.org>
17322
17323         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
17324         option --force, because --force causes the aclocal.m4 of each
17325         subdirectory to be newer than the corresponding config.h.in.
17326
17327 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
17330         All contents moved to gl_REGEX.
17331         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
17332         assume that it does.
17333
17334 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17335
17336         * lib/regex.h (REG_NOSYS)
17337         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
17338         Define, since POSIX requires it as of 2001.
17339         (_REG_ENOSYS)
17340         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
17341         New private symbol, used to keep the enum signed in all cases.
17342         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
17343         Youngman in
17344         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17345
17346         * lib/regex_internal.c (re_string_skip_chars, register_state):
17347         (calc_state_hash):
17348         Remove forward decls; no longer needed now that we use prototypes.
17349         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17350         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17351         (clean_state_log_if_needed): Likewise.
17352
17353 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17354
17355         * config/srclist.txt: Add glibc bugs 1231-1233.
17356
17357 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17358
17359         Fix problems reported by Sam Steingold in
17360         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
17361         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
17362         assumed that reg_errcode_t is a signed type, which is not
17363         necessarily true if _XOPEN_SOURCE is not defined.
17364         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
17365         since some compilers warn about it otherwise.
17366
17367 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17368
17369         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
17370         (init_word_char, create_initial_state, duplicate_node_closure):
17371         (fetch_token, peek_token_bracket, build_range_exp):
17372         (build_collating_symbol): Remove forward decls; no longer needed
17373         now that we use prototypes.
17374
17375         * lib/regcomp.c:
17376         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
17377         (re_compile_fastmap_iter, regcomp, regerror, regfree):
17378         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
17379         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
17380         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
17381         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
17382         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
17383         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
17384         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
17385         (build_range_exp, build_collating_symbol, parse_bracket_exp):
17386         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
17387         (build_charclass, build_charclass_op, fetch_number, create_tree):
17388         (create_token_tree, mark_opt_subexp, duplicate_tree):
17389         Use prototypes rather than old-style definitions.
17390
17391         * lib/regex_internal.c:
17392         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
17393         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
17394         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17395         (re_string_reconstruct, re_string_peek_byte_case):
17396         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
17397         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17398         (re_node_set_init_copy, re_node_set_add_intersect):
17399         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17400         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17401         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17402         (re_acquire_state, re_acquire_state_context, register_state):
17403         (create_ci_newstate, create_cd_newstate, free_state):
17404         Likewise.
17405         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
17406         re_search_2):
17407         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
17408         (re_search_internal, prune_impossible_nodes):
17409         (acquire_init_state_context, check_matching, static):
17410         (check_halt_node_context, check_halt_state_context, proceed_next_node):
17411         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
17412         (update_regs, sift_states_backward, build_sifted_states):
17413         (clean_state_log_if_needed, merge_state_array):
17414         (update_cur_sifted_state, add_epsilon_src_nodes):
17415         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
17416         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
17417         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
17418         (find_recover_state, check_subexp_matching_top, transit_state_mb):
17419         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
17420         (check_arrival, check_arrival_add_next_nodes):
17421         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17422         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17423         (check_node_accept_bytes, check_node_accept, extend_buffers):
17424         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
17425         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
17426         (sift_ctx_init):
17427         Likewise.
17428
17429         * lib/regex_internal.h:
17430         (re_string_allocate, re_string_construct, re_string_reconstruct):
17431         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
17432         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
17433         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
17434         (re_string_context_at, re_string_peek_byte_case):
17435         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
17436         is defined, since we now use prototypes always.
17437
17438         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
17439         C89 or better.  All uses removed.
17440
17441 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         * config/srclist.txt: Add glibc bugs 1220-1227.
17444
17445 2005-08-20  Jim Meyering  <jim@meyering.net>
17446
17447         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
17448         of unused local, dfa.
17449
17450 2005-08-20  Bruno Haible  <bruno@clisp.org>
17451
17452         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
17453
17454 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17455
17456         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
17457         (re_node_set_insert_last, re_dfa_add_node):
17458         Rename local variables to avoid GCC shadowing warnings.
17459
17460 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17461
17462         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
17463         [defined lint]: Suppress bogus uninitialized-variable warnings.
17464
17465         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
17466         and let the caller return REG_ESPACE if out of space.  This
17467         removes an uninitialied-variable warning with GCC 4.0.1, and also
17468         avoids taking the address of a local variable.  All callers
17469         changed.
17470
17471 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17472
17473         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
17474         $LIBCSRC/posix/regexec.c.
17475         Add glibc bug 1217 for regcomp.c.
17476
17477 2005-08-19  Jim Meyering  <jim@meyering.net>
17478
17479         * lib/regexec.c (proceed_next_node): Redo local variables to
17480         avoid GCC shadowing warnings.
17481
17482 2005-08-18  Bruno Haible  <bruno@clisp.org>
17483
17484         * lib/strstr.c (strstr): Fix return value in multibyte case.
17485         * lib/strcasestr.c (strcasestr): Likewise.
17486
17487 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17488
17489         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
17490
17491 2005-08-17  Jim Meyering  <jim@meyering.net>
17492
17493         Make the %s format (seconds since the epoch) work for a negative
17494         number and when used with a zero-padded field width, e.g. %015s.
17495
17496         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
17497         label so that it precedes the code to set `digits'.  Otherwise,
17498         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
17499         print `00-22'.  Now, it prints `-0022', as it should.
17500
17501 2005-08-17  Bruno Haible  <bruno@clisp.org>
17502
17503         * modules/strstr (Files): Add m4/mbrtowc.m4.
17504         (Depends-on): Add mbuiter.
17505
17506 2005-08-17  Bruno Haible  <bruno@clisp.org>
17507
17508         * modules/strcasestr: New file.
17509         * MODULES.html.sh (String handling, based on ANSI C 89): Add
17510         strcasestr.
17511
17512 2005-08-17  Bruno Haible  <bruno@clisp.org>
17513
17514         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
17515
17516 2005-08-17  Bruno Haible  <bruno@clisp.org>
17517
17518         * modules/mbuiter: New file.
17519         * MODULES.html.sh (Extended multibyte and wide character utilities):
17520         Add mbuiter.
17521
17522 2005-08-17  Bruno Haible  <bruno@clisp.org>
17523
17524         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
17525         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
17526
17527 2005-08-17  Bruno Haible  <bruno@clisp.org>
17528
17529         * m4/strcasestr.m4: New file.
17530
17531 2005-08-17  Bruno Haible  <bruno@clisp.org>
17532
17533         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
17534         * lib/strstr.c: Completely rewritten, with multibyte locale support.
17535
17536 2005-08-17  Bruno Haible  <bruno@clisp.org>
17537
17538         * lib/strcasestr.h: New file.
17539         * lib/strcasestr.c: New file.
17540
17541 2005-08-17  Bruno Haible  <bruno@clisp.org>
17542
17543         * lib/strcasecmp.c: Use mbuiter.h.
17544
17545 2005-08-17  Bruno Haible  <bruno@clisp.org>
17546
17547         * lib/mbuiter.h: New file.
17548
17549 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
17550
17551         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
17552         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
17553         and gl_GETOPT are both invoked via different paths (as happens
17554         with GNU tar CVS because it uses both argp and getopt), the former
17555         wins.
17556
17557 2005-08-16  Bruno Haible  <bruno@clisp.org>
17558
17559         * modules/tls: New file.
17560         * MODULES.html.sh (Multithreading): Add tls.
17561
17562 2005-08-16  Bruno Haible  <bruno@clisp.org>
17563
17564         * modules/strnlen1: New file.
17565         * MODULES.html.sh (String handling): Add strnlen1.
17566
17567 2005-08-16  Bruno Haible  <bruno@clisp.org>
17568
17569         * modules/strcase (Files): Add m4/mbrtowc.m4.
17570         (Depends-on): Add strnlen1, mbchar.
17571
17572 2005-08-16  Bruno Haible  <bruno@clisp.org>
17573
17574         * modules/mbiter: New file.
17575         * MODULES.html.sh (Extended multibyte and wide character utilities):
17576         Add mbiter.
17577
17578 2005-08-16  Bruno Haible  <bruno@clisp.org>
17579
17580         * modules/mbfile: New file.
17581         * MODULES.html.sh (Extended multibyte and wide character utilities):
17582         Add mbfile.
17583
17584 2005-08-16  Bruno Haible  <bruno@clisp.org>
17585
17586         * modules/mbchar: New file.
17587         * MODULES.html.sh (Extended multibyte and wide character utilities):
17588         New section.
17589
17590 2005-08-16  Bruno Haible  <bruno@clisp.org>
17591
17592         * m4/tls.m4: New file, from GNU gettext.
17593
17594 2005-08-16  Bruno Haible  <bruno@clisp.org>
17595
17596         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
17597         always.
17598         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
17599
17600 2005-08-16  Bruno Haible  <bruno@clisp.org>
17601
17602         * m4/mbiter.m4: New file.
17603
17604 2005-08-16  Bruno Haible  <bruno@clisp.org>
17605
17606         * m4/mbfile.m4: New file.
17607
17608 2005-08-16  Bruno Haible  <bruno@clisp.org>
17609
17610         * m4/mbchar.m4: New file.
17611
17612 2005-08-16  Bruno Haible  <bruno@clisp.org>
17613
17614         * lib/tls.h: New file, from GNU gettext.
17615         * lib/tls.c: New file, from GNU gettext.
17616
17617 2005-08-16  Bruno Haible  <bruno@clisp.org>
17618
17619         * lib/strnlen1.h: New file.
17620         * lib/strnlen1.c: New file.
17621
17622 2005-08-16  Bruno Haible  <bruno@clisp.org>
17623
17624         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
17625         (mbi_init): Update.
17626         (mbi_avail, mbi_advance): Let the iteration end before the terminating
17627         NUL byte, not after it.
17628
17629 2005-08-16  Bruno Haible  <bruno@clisp.org>
17630
17631         * lib/strcase.h (strcasecmp): Add note in comments.
17632         * lib/strncasecmp.c: Use code from strcasecmp.c.
17633         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
17634         (strcasecmp): Work correctly in multibyte locales.
17635
17636 2005-08-16  Bruno Haible  <bruno@clisp.org>
17637
17638         * lib/mbiter.h: New file.
17639
17640 2005-08-16  Bruno Haible  <bruno@clisp.org>
17641
17642         * lib/mbfile.h: New file.
17643
17644 2005-08-16  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/mbchar.h: New file.
17647         * lib/mbchar.c: New file.
17648
17649 2005-08-16  Bruno Haible  <bruno@clisp.org>
17650
17651         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
17652         the valid ones. Makes the comparison operations transitive:
17653         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
17654         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
17655
17656 2005-08-15  Simon Josefsson  <jas@extundo.com>
17657
17658         * modules/ssize_t (License): Change to 'unlimited'.
17659
17660         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
17661
17662 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17663
17664         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
17665         Add comments for each pending glibc patch.
17666
17667 2005-08-15  Bruno Haible  <bruno@clisp.org>
17668
17669         * lib/regex.h (__restrict_arr): Don't define to __restrict if
17670         __cplusplus is defined.
17671
17672 2005-08-14  Jim Meyering  <jim@meyering.net>
17673
17674         Sync from coreutils.
17675
17676         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
17677         Use the hash-table-based cycle-detection code not just when
17678         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
17679         Reported by James Youngman in
17680         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
17681         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
17682         FTS_TIGHT_CYCLE_CHECK.
17683         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
17684         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
17685         once again.
17686         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
17687         * lib/fts.c (fd_safer): Remove decl.
17688         Include fcntl--.h rather than unistd-safer.h
17689         (fts_safe_changedir): Don't call fd_safer; no longer needed
17690         now that we include fcntl--.h.
17691
17692 2005-08-12  Simon Josefsson  <jas@extundo.com>
17693
17694         * modules/getndelim2: Use ssize_t module.
17695         * modules/getnline: Likewise.
17696         * modules/safe-read: Likewise.
17697         * modules/xreadlink: Likewise.
17698
17699         * modules/ssize_t: New file.
17700
17701 2005-08-12  Simon Josefsson  <jas@extundo.com>
17702
17703         * m4/readline.m4: Look for termcap, curses or ncurses if required.
17704
17705 2005-08-12  Simon Josefsson  <jas@extundo.com>
17706
17707         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17708         ssize_t.
17709
17710 2005-08-12  Simon Josefsson  <jas@extundo.com>
17711
17712         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
17713         readline, getdelim and check_version.
17714         (Support for systems lacking ISO C 99: Sizes of integer types):
17715         Add size_max.
17716
17717 2005-08-12  Bruno Haible  <bruno@clisp.org>
17718
17719         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
17720
17721 2005-08-11  Simon Josefsson  <jas@extundo.com>
17722
17723         * modules/readline: New file.
17724
17725         * modules/strnlen (Files): Add strnlen.h.
17726
17727 2005-08-11  Simon Josefsson  <jas@extundo.com>
17728
17729         * m4/readline.m4: New file.
17730
17731 2005-08-11  Simon Josefsson  <jas@extundo.com>
17732
17733         * lib/readline.h, readline.c: New file.
17734
17735 2005-08-11  Simon Josefsson  <jas@extundo.com>
17736
17737         * doc/gnulib.texi (Initial import, Finishing touches): Mention
17738         gl_AVOID.
17739
17740 2005-08-11  Bruno Haible  <bruno@clisp.org>
17741
17742         * lib/strnlen.h (strnlen): Change parameter name to match comment.
17743
17744 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
17745
17746         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
17747
17748 2005-08-10  Simon Josefsson  <jas@extundo.com>
17749
17750         * tests/test-iconvme.c: New file.
17751
17752 2005-08-10  Simon Josefsson  <jas@extundo.com>
17753
17754         * m4/strnlen.m4: New file.
17755
17756         * m4/strndup.m4: Don't check for strnlen declaration, done in
17757         strnlen.m4.
17758
17759 2005-08-10  Simon Josefsson  <jas@extundo.com>
17760
17761         * lib/strndup.c: Use strnlen.h.
17762
17763         * lib/strnlen.h: New file.
17764
17765 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17766
17767         * README: Typos.
17768
17769 2005-08-02  Simon Josefsson  <jas@extundo.com>
17770
17771         * modules/readline: New file.
17772
17773 2005-08-02  Simon Josefsson  <jas@extundo.com>
17774
17775         * modules/getdelim: New file.
17776
17777         * modules/getline: Rewrite, don't use getndelim2.
17778
17779 2005-08-02  Simon Josefsson  <jas@extundo.com>
17780
17781         * m4/getline.m4: Separate out getdelim stuff into separate module.
17782
17783         * m4/getdelim.m4: New file.
17784
17785 2005-08-02  Simon Josefsson  <jas@extundo.com>
17786
17787         * lib/getline.h, getline.c: Rewrite.
17788
17789         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
17790
17791 2005-07-31  Bruno Haible  <bruno@clisp.org>
17792
17793         * lib/lock.h (gl_lock_initializer): New macro.
17794         (gl_lock_define_initialized): Use it.
17795         (gl_rwlock_initializer): New macro.
17796         (gl_rwlock_define_initialized): Use it.
17797         (gl_recursive_lock_initializer): New macro.
17798         (gl_recursive_lock_define_initialized): Use it.
17799
17800 2005-07-30  Karl Berry  <karl@gnu.org>
17801
17802         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
17803         Report from Ben Pfaff, regarding getopt.
17804
17805 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
17806
17807         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
17808         normal way.
17809         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
17810         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
17811         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
17812         (gl_GETOPT): Use the new macros.  Most of the implementation
17813         is moved to the new macros.  This is for programs like Emacs
17814         that don't want all the functionality of gl_GETOPT.
17815
17816 2005-07-26  Bruno Haible  <bruno@clisp.org>
17817
17818         * m4/lock.m4: Update from GNU gettext.
17819
17820 2005-07-26  Bruno Haible  <bruno@clisp.org>
17821
17822         * lib/lock.h: Update from GNU gettext.
17823         * lib/lock.c: Update from GNU gettext.
17824
17825 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
17828         obsolescent AC_TRY_RUN.  Include the default includes files, for
17829         'exit'.
17830
17831 2005-07-24  Bruno Haible  <bruno@clisp.org>
17832
17833         * modules/visibility: New file.
17834         * MODULES.html.sh (Misc): Add visibility.
17835
17836 2005-07-24  Bruno Haible  <bruno@clisp.org>
17837
17838         * m4/visibility.m4: New file.
17839
17840 2005-07-24  Bruno Haible  <bruno@clisp.org>
17841
17842         * doc/visibility.texi: New file.
17843
17844 2005-07-22  Bruno Haible  <bruno@clisp.org>
17845
17846         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
17847         $(ALLOCA_H), redundant through BUILT_SOURCES.
17848         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
17849         redundant through BUILT_SOURCES.
17850         * modules/byteswap (Makefile.am): Remove explicit dependency on
17851         $(BYTESWAP_H), redundant through BUILT_SOURCES.
17852         * modules/fnmatch (Makefile.am): Remove explicit dependency on
17853         $(FNMATCH_H), redundant through BUILT_SOURCES.
17854         * modules/getopt (Makefile.am): Remove explicit dependency on
17855         $(GETOPT_H), redundant through BUILT_SOURCES.
17856         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
17857         redundant through BUILT_SOURCES.
17858         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
17859         redundant through BUILT_SOURCES.
17860         * modules/stdbool (Makefile.am): Remove explicit dependency on
17861         $(STDBOOL_H), redundant through BUILT_SOURCES.
17862         * modules/stdint (Makefile.am): Remove explicit dependency on
17863         $(STDINT_H), redundant through BUILT_SOURCES.
17864         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
17865         Remove explicit dependency on $(SYSEXITS_H).
17866         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
17867
17868 2005-07-18  Simon Josefsson  <jas@extundo.com>
17869
17870         * lib/check-version.c (check_version): Accept identical versions too.
17871
17872 2005-07-18  Bruno Haible  <bruno@clisp.org>
17873
17874         * modules/lock: New file.
17875         * MODULES.html.sh (Multithreading): New section.
17876
17877 2005-07-18  Bruno Haible  <bruno@clisp.org>
17878
17879         * m4/lock.m4: New file, from GNU gettext.
17880
17881 2005-07-18  Bruno Haible  <bruno@clisp.org>
17882
17883         * lib/lock.h: New file, from GNU gettext.
17884         * lib/lock.c: New file, from GNU gettext.
17885
17886 2005-07-18  Bruno Haible  <bruno@clisp.org>
17887
17888         * lib/lock.h (gl_once_t): New type.
17889         (gl_once_define, gl_once): New macros.
17890         * lib/lock.c (fresh_once): New variable.
17891         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
17892         functions.
17893
17894 2005-07-16  Simon Josefsson  <jas@extundo.com>
17895
17896         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
17897         workaround, suggested by Bruno.
17898
17899 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
17900
17901         * modules/xalloc (Depends-on): Add xalloc-die.
17902         * modules/xvasprintf (Depends-on): Add xalloc-die.
17903
17904 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
17905
17906         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
17907         with a minor change.
17908
17909 2005-07-15  Bruno Haible  <bruno@clisp.org>
17910
17911         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
17912         When using lib/poll.c, define poll as rpl_poll.
17913
17914 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
17915
17916         * modules/argp (Depends-on): Remove unlocked-io.
17917
17918 2005-07-14  Derek Price  <derek@ximbiot.com>
17919
17920         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
17921         for glob symlink bug.
17922
17923 2005-07-14  Bruno Haible  <bruno@clisp.org>
17924
17925         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
17926         Instead, test for *_unlocked function declarations directly.
17927
17928 2005-07-11  Simon Josefsson  <jas@extundo.com>
17929
17930         * modules/size_max: New file.
17931
17932         * modules/xsize: Depend on size_max module for size_max.m4.
17933
17934 2005-07-11  Simon Josefsson  <jas@extundo.com>
17935
17936         * lib/size_max.h: New file.
17937
17938 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
17939
17940         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
17941         copyright symbol and the year.
17942         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
17943         (version_etc_va): Use parameterized copyright notice.
17944         Reword to conform to the current GNU coding standards.
17945
17946 2005-07-11  Karl Berry  <karl@gnu.org>
17947
17948         * doc/gnulib.texi (Quoting): new node.
17949         (Initial import): more info, from Patrice.
17950
17951 2005-07-11  Bruno Haible  <bruno@clisp.org>
17952
17953         * gnulib-tool (func_usage): Document option --avoid.
17954         (Command line options): Handle --avoid.
17955         (func_acceptable): New function.
17956         (func_modules_transitive_closure): Use it.
17957
17958 2005-07-11  Bruno Haible  <bruno@clisp.org>
17959
17960         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
17961         Reported by Jim Meyering.
17962
17963 2005-07-10  Bruno Haible  <bruno@clisp.org>
17964
17965         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
17966         Needed when size_t is smaller than 'unsigned int'.
17967         Reported by Paul Eggert.
17968
17969 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17970
17971         * modules/argp (Depends-on): Add unlocked-io
17972
17973 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17974
17975         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
17976         block of defines.
17977
17978 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
17979
17980         * config/srclist.txt: Comment out regcomp.c, since we have a porting
17981         fix now.
17982
17983 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
17984         and Paul Eggert  <eggert@cs.ucla.edu>
17985
17986         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
17987         in wint_t, not wchar_t.  Remove now-unnecessary cast.
17988
17989 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17990
17991         * modules/regex (Files): Add lib/regex_internal.c,
17992         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
17993         (Depends-on): Add extensions.
17994         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
17995
17996 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
17999         pathconf.
18000         * m4/same.m4 (gl_SAME): Likewise.
18001         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18002
18003         * m4/regex.m4: Adjust to new libc regex implementation.
18004         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18005         all the .c and .h parts of (the new) regex.
18006         Quote the m4 stuff better.
18007         Check for RE_ICASE bug of old gnulib.
18008         Check for REG_STARTEND of recent libc.
18009         Rename local variables from jm_* to gl_*.
18010         Quote operand of "test -f".
18011         Say "recent enough" version of libc, not "version 2".
18012         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18013         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18014         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18015         Remove check for btowc, isascii.
18016         Require AM_LANGINFO_CODESET.
18017
18018 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18019
18020         * lib/regex.c, regex.h: Sync from libc.
18021         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18022         * lib/regexec.c:
18023         New files, synced from libc, except that regex_internal.h
18024         currently has a small porting fix.
18025
18026 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18027
18028         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18029         regex_internal.c, regexec.c.
18030         Add regex_internal.h too, but as a comment, since the libc version
18031         is currently broken in gnulib mode.
18032
18033 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18034
18035         Support programs like Emacs that use gnulib but not gettext.
18036         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18037         * modules/gettext-h: New file.
18038         * modules/gettext (Files): Remove lib/gettext.h.
18039         (Depends-on): Add gettext-h.
18040         (Makefile.am): Remove lib_SOURCES.
18041         * modules/argmatch, modules/c-stack, modules/closeout:
18042         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18043         * modules/execute, modules/file-type, modules/getaddrinfo:
18044         * modules/getopt, modules/human, modules/javacomp:
18045         * modules/javaexec, modules/mkdir-p, modules/obstack:
18046         * modules/openat, modules/pagealign_alloc, modules/pipe:
18047         * modules/quotearg, modules/regex, modules/rpmatch:
18048         * modules/unicodeio, modules/userspec, modules/version-etc:
18049         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18050         * modules/xsetenv:
18051         Depend on gettext-h, not gettext.
18052
18053 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18054
18055         * gnulib-tool (func_import): Add support for 'public domain' license.
18056         * modules/alloca, modules/atexit, modules/memmove:
18057         Now public domain, not GPL.
18058         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18059         * modules/realloc, modules/strerror, modules/strtod:
18060         Now LGPL, not GPL.
18061
18062 2005-07-05  Bruno Haible  <bruno@clisp.org>
18063
18064         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18065         autoconf CVS. Needed for mingw.
18066
18067 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18068
18069         Remove the dependency of the strftime module on the tzset module.
18070         * modules/strftime (Depends-on): Remove dependency on tzset.
18071
18072 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18073
18074         Remove the dependency of the strftime module on the tzset module.
18075         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18076         gl_FUNC_TZSET_CLOBBER.
18077
18078 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         Remove the dependency of the strftime module on the tzset module.
18081         * lib/strftime.c (my_strftime)
18082         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18083         Copy the input structure, to work around some of the bug with
18084         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18085         Solaris releases, you should also use the tzset module, but we won't
18086         require it as a dependency any more since we don't want LGPLed code
18087         to depend on GPLed code.
18088
18089 2005-07-02  Jim Meyering  <jim@meyering.net>
18090
18091         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18092         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18093         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18094         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18095
18096 2005-07-02  Jim Meyering  <jim@meyering.net>
18097
18098         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18099
18100 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18101
18102         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18103         declares only 'struct timespec;' (!).
18104
18105 2005-07-01  Jim Meyering  <jim@meyering.net>
18106
18107         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18108         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18109         * lib/save-cwd.c, tempname.c:
18110         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18111         and don't include <sys/file.h>).
18112
18113 2005-06-29  Jim Meyering  <jim@meyering.net>
18114
18115         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
18116         type name.  Use the variable name instead.
18117         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
18118         Likewise.
18119
18120 2005-06-28  Simon Josefsson  <jas@extundo.com>
18121
18122         * modules/check-version (Files): Add check-version.m4.
18123
18124 2005-06-28  Simon Josefsson  <jas@extundo.com>
18125
18126         * m4/check-version.m4: New file, suggested by Jim Meyering
18127         <jim@meyering.net>.
18128
18129 2005-06-28  Simon Josefsson  <jas@extundo.com>
18130
18131         * lib/check-version.h, lib/check-version.c: New files.
18132
18133 2005-06-28  Simon Josefsson  <jas@extundo.com>
18134
18135         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
18136         collision with global variable.  Better indentation.  Don't
18137         increment buffer pointer beyond buffer end.  Based on comments
18138         from Paul Eggert <eggert@cs.ucla.edu>.
18139
18140         * lib/base64.h: Indent.
18141
18142 2005-06-28  Simon Josefsson  <jas@extundo.com>
18143
18144         * doc/gnulib.texi (Library version handling): New section.
18145
18146 2005-06-28  Jim Meyering  <jim@meyering.net>
18147
18148         * check-module (find_included_lib_files): Hard-code another
18149         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
18150         but modules/fts-lgpl (correctly) does not list those files.
18151
18152         * modules/canonicalize (Files): Add lib/pathmax.h.
18153
18154 2005-06-25  Simon Josefsson  <jas@extundo.com>
18155
18156         * modules/check-version: New file.
18157
18158 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
18159
18160         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
18161         initializer of struct addrinfo, as an indication that we don't
18162         care how many members the structure has.
18163
18164 2005-06-24  Derek Price  <derek@ximbiot.com>
18165         and Bruno Haible  <bruno@clisp.org>
18166
18167         Remove stat module & update lstat.
18168         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
18169         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18170         * m4/stat.m4: Remove this file.
18171
18172 2005-06-24  Derek Price  <derek@ximbiot.com>
18173         and Bruno Haible  <bruno@clisp.org>
18174
18175         Remove stat module & update lstat.
18176         * lib/stat.c: Remove this file...
18177         (slash_aware_lstat): ...moving this content and its support...
18178         * lib/lstat.c (rpl_lstat): ...into here.
18179         * lib/lstat.h: New file.
18180
18181 2005-06-24  Derek Price  <derek@ximbiot.com>
18182         and Bruno Haible  <bruno@clisp.org>
18183
18184         Remove stat module & update lstat.
18185         * config/srclist.txt (libc sources): Remove stat.
18186
18187 2005-06-24  Derek Price  <derek@ximbiot.com>
18188         and Bruno Haible  <bruno@clisp.org>
18189
18190         Remove stat module & update lstat.
18191         * MODULES.html.sh (stat): Remove.
18192         * MODULES.html: Regenerated.
18193         * modules/lstat (Description): Correct function name.
18194         (Files): Add "lstat.h".
18195         (Depends-on): Remove stat, add xalloc, stat-macros.
18196         * modules/stat: Remove this file.
18197         (Include): Add "lstat.h", remove <sys/stat.h>.
18198
18199 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18200
18201         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
18202         (ranged_convert): Don't save conversion in a temporary struct.
18203         This causes a warning with GCC 4.0.0, and anyway in the typical
18204         case it's not worth the extra 100 bytes or so of code.
18205         (ranged_convert, __mktime_internal): When calling a function via a
18206         pointer P, use P () rather than (*P) (), as we now assume C89 or
18207         better.
18208
18209 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18210
18211         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
18212         "who -r" failed to give output.  Problem reported by Tim Waugh.
18213
18214         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
18215         (xcalloc): Use it to avoid needless tests.
18216         Problem reported by Jim Meyering.
18217
18218 2005-06-20  Derek Price  <derek@ximbiot.com>
18219
18220         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
18221         unnecessary for Autoconfs > 2.59c.
18222
18223 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18224
18225         * lib/argp.h (__option_is_short): Check upper limit of
18226         __key. Isprint() requires its argument to have the value
18227         of an unsigned char or EOF.
18228
18229 2005-06-16  Jim Meyering  <jim@meyering.net>
18230
18231         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
18232         when either N or S is zero.
18233
18234 2005-06-16  Derek Price  <derek@ximbiot.com>
18235
18236         * m4/bison.m4: Declare YACC & YFLAGS precious.
18237
18238 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
18239
18240         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
18241         multibyte string or pattern, fall back on unibyte matching.
18242         Problem reported by James Youngman.
18243
18244 2005-06-08  Bruno Haible  <bruno@clisp.org>
18245
18246         * modules/csharpcomp: New file.
18247         * MODULES.html.sh (C#): Add csharpcomp.
18248
18249 2005-06-08  Bruno Haible  <bruno@clisp.org>
18250
18251         * m4/csharpcomp.m4: New file, from GNU gettext.
18252
18253 2005-06-08  Bruno Haible  <bruno@clisp.org>
18254
18255         * lib/csharpcomp.h: New file, from GNU gettext.
18256         * lib/csharpcomp.c: New file, from GNU gettext.
18257         * lib/csharpcomp.sh.in: New file, from GNU gettext.
18258
18259 2005-06-08  Bruno Haible  <bruno@clisp.org>
18260
18261         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18262         warning on mingw.
18263
18264 2005-06-07  Derek Price  <derek@ximbiot.com>
18265
18266         Sync from CVS.
18267         * lib/glob_.h: Indent nested #ifdef.
18268
18269 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         Sync from coreutils.
18272         Use "file name" when talking about file names, instead of "filename"
18273         or "path", as per the GNU coding standards.
18274         * lib/mkdir-p.c: Renamed from makepath.c.
18275         (make_dir_parents): Renamed from make_path.  All callers changed.
18276         * lib/mkdir-p.h: Likewise.  All includers changed.
18277         * lib/filenamecat.c: Renamed from path-concat.c.
18278         (file_name_concat): Renamed from path_concat.  All callers changed.
18279         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18280         * lib/filenamecat.h: Likewise.  All includers changed.
18281         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18282         in comments or local variable names.
18283         * lib/basename.c: Likewise.
18284         * lib/canonicalize.c, canonicalize.h: Likewise.
18285         * lib/dirname.c, dirname.h: Likewise.
18286         * lib/euidaccess.c: Likewise.
18287         * lib/exclude.c: Likewise
18288         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18289         * lib/fsusage.c, fsuage.h: Likewise.
18290         * lib/fts.c, fts_.h: Likewise.
18291         * lib/getcwd.c: Likewise.
18292         * lib/getloadavg.c: Likewise.
18293         * lib/mkstemp.c: Likewise.
18294         * lib/mountlist.c, mountlist.h: Likewise.
18295         * lib/openat.c, openat.h: Likewise.
18296         * lib/readlink-stub.c: Likewise.
18297         * lib/readutmp.c, readutmp.h: Likewise.
18298         * lib/rename.c: Likewise.
18299         * lib/rmdir.c: Likewise.
18300         * lib/same.c: Likewise.
18301         * lib/savedir.c: Likewise.
18302         * lib/stripslash.c: Likewise.
18303         * lib/tempname.c: Likewise.
18304         * lib/xreadlink.c: Likewise.
18305         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18306         All uses changed.
18307         * lib/exclude.h: Likewise.
18308
18309         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18310         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18311         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18312         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18313         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18314         files have been getting away with it for years (MORE/BSD 4.3
18315         is extinct now).
18316         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
18317         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18318
18319         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
18320         Define to 256, not 255, as per modern POSIX.
18321
18322 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18323
18324         Sync from coreutils.
18325         Use "file name" when talking about file names, instead of "filename"
18326         or "path", as per the GNU coding standards.
18327         * MODULES.html.sh: mkdir-p renamed from makepath.
18328         filenamecat renamed from path-concat.
18329         * modules/filenamecat: Renamed from modules/path-concat.
18330         (Files): filenamecat.h and filenamecat.c renamed from
18331         path-concat.h and path-concat.c.
18332         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
18333         (Include): filenamecat.h, not path-concat.h.
18334         * modules/mkdir-p: Renamed from modules/makepath.
18335         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
18336         makepath.c.
18337         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
18338         (Include): mkdir-p.h, not makepath.h.
18339
18340 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18341
18342         Sync from coreutils.
18343         * m4/mkdir-p.m4: Renamed from makepath.m4.
18344         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18345         Rename files from makepath.c to mkdir-p.c, and from
18346         makepath.h to mkdir-p.h.
18347         * m4/filenamecat.m4: Renamed from path-concat.m4.
18348         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18349         Rename files from path-concat.c to filenamecat.c,
18350         and from path-concat.h to filenamecat.h.
18351         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18352         "file name" in local variables or comments.
18353         * m4/rename.m4: Likewise.
18354
18355 2005-06-01  Bruno Haible  <bruno@clisp.org>
18356
18357         * modules/csharpexec: New file.
18358         * MODULES.html.sh (C#): New section.
18359
18360 2005-06-01  Bruno Haible  <bruno@clisp.org>
18361
18362         * m4/csharp.m4: New file, from GNU gettext.
18363         * m4/csharpexec.m4: New file, from GNU gettext.
18364
18365 2005-06-01  Bruno Haible  <bruno@clisp.org>
18366
18367         * lib/csharpexec.h: New file, from GNU gettext.
18368         * lib/csharpexec.c: New file, from GNU gettext.
18369         * lib/csharpexec.sh.in: New file, from GNU gettext.
18370
18371 2005-05-31  Derek Price  <derek@ximbiot.com>
18372             Paul Eggert  <eggert@cs.ucla.edu>
18373
18374         Sync from cvs.
18375         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18376
18377 2005-05-31  Derek Price  <derek@ximbiot.com>
18378             Paul Eggert  <eggert@cs.ucla.edu>
18379
18380         Sync from cvs.
18381         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18382
18383 2005-05-29  Derek Price  <derek@ximbiot.com>
18384
18385         * config/srclist.txt (glob_.h, glob.c): Add these files.
18386
18387 2005-05-29  Derek Price  <derek@ximbiot.com>
18388
18389         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
18390         * modules/glob: New file.
18391         * modules/getlogin_r: Add link to POSIX spec in description.
18392
18393 2005-05-29  Derek Price  <derek@ximbiot.com>
18394             Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * m4/glob.m4: New file.
18397
18398 2005-05-29  Derek Price  <derek@ximbiot.com>
18399             Paul Eggert  <eggert@cs.ucla.edu>
18400
18401         * lib/glob_.h, lib/glob.c: New files.
18402
18403 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         * modules/fts (Files): Remove m4/inttypes-pri.m4.
18406         * modules/fts-lgpl (Depends-on): Remove gettext.
18407
18408 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18409
18410         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
18411         and don't require gt_INTTYPES_PRI.
18412
18413 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18414
18415         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
18416
18417         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
18418         the configuration hassle isn't worth it.
18419         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
18420         (LONGEST_MODIFIER, PRIuMAX): Remove.
18421
18422 2005-05-27  Bruno Haible  <bruno@clisp.org>
18423
18424         * lib/getlogin_r.h: Remove second include of <stddef.h>.
18425
18426 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
18429         _POSIX_PTHREAD_SEMANTICS for Solaris.
18430
18431 2005-05-25  Derek Price  <derek@ximbiot.com>
18432
18433         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
18434
18435 2005-05-25  Derek Price  <derek@ximbiot.com>
18436             Paul Eggert  <eggert@cs.ucla.edu>
18437
18438         * modules/getlogin_r, m4/getlogin_r.m4: New files.
18439         * lib/getlogin_r.c, getlogin_r.h: New files.
18440
18441 2005-05-25  Bruno Haible  <bruno@clisp.org>
18442             Derek Price  <derek@ximbiot.com>
18443
18444         * lib/getlogin_r.h: Simplify API documentation.
18445
18446 2005-05-23  Derek Price  <derek@ximbiot.com>
18447
18448         * modules/minmax (Files): Add m4/minmax.m4.
18449         (configure.ac): Add gl_MINMAX.
18450
18451 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
18454         so that unistd-safer.h (GPL'ed code) need not be included.
18455
18456 2005-05-22  Bruno Haible  <bruno@clisp.org>
18457
18458         * m4/minmax.m4: New file.
18459         Based on a patch by Derek Price <derek@ximbiot.com>.
18460
18461 2005-05-22  Bruno Haible  <bruno@clisp.org>
18462
18463         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
18464         (INT64_MIN): Fix definition.
18465         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
18466
18467         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
18468         NEED_SIGNED_INT_TYPES.
18469
18470         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
18471         HAVE_SYSTEM_INTTYPES.
18472
18473 2005-05-22  Bruno Haible  <bruno@clisp.org>
18474
18475         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
18476         Also include <sys/param.h> if it defines MIN, MAX.
18477         Based on a patch by Derek Price <derek@ximbiot.com>.
18478
18479 2005-05-21  Jim Meyering  <jim@meyering.net>
18480
18481         * modules/fts (Files): Add m4/inttypes-pri.m4.
18482         (Depends-on): Add lstat and remove gettext.  Alphabetize.
18483
18484 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         New fts module.
18487         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
18488         (setup_dir, free_dir): New functions.
18489         (enter_dir, leave_dir): Define trivial
18490         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
18491         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
18492         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
18493         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
18494         Move to fts-cycle.c.
18495         (fts_open): Use setup_dir.
18496         (fts_close): Use free_dir.
18497         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
18498         This adds a label and some gotos, but the alternatives were messier.
18499         Check for memory allocation failure when entering a dir.
18500         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
18501         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
18502         (FTS): New member fts_cycle, that is a union that contains the
18503         old active_dir_ht and cycle_state.  All uses changed to mention
18504         fts_cycle.ht and fts_cycle.state.
18505         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
18506         fts.c, with the following changes:
18507         (setup_dir, free_dir): New functions.
18508         (enter_dir): Now returns bool.  Return true if successful, false
18509         if memory exhausted.  All callers changed.
18510         Do not bother partly cleaning up on
18511         memory allocation failure; that is free_dir's job.
18512         However, free ad if hash_insert fails, to avoid memory leak.
18513         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
18514         fts->fts_options to see which union member to use.
18515
18516 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18517
18518         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
18519         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
18520
18521 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18522
18523         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
18524
18525 2005-05-20  Jim Meyering  <jim@meyering.net>
18526
18527         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
18528         Now a macro, to pacify GCC.
18529
18530 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
18531
18532         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
18533         of -1.
18534
18535 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
18536
18537         * lib/chown.c (rpl_chown): Return -1 on failure.
18538
18539 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
18540
18541         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
18542         Don't check for stddef.h.
18543         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
18544         don't use its results.
18545         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
18546         since we include them unconditionally.  Don't require
18547         AM_STDBOOL_H, since stdbool is a prerequisite.
18548         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
18549         since we assume C89 or better.
18550         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
18551         as we don't use their results.
18552         Don't check for fchdir, memmove, memset, strrchr, as we use
18553         them unconditionally.
18554         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
18555         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
18556
18557 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
18558
18559         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
18560         Include <stddef.h> unconditionally, since we assume C89 now.
18561         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
18562         * lib/fts.c: Include fts_.h first, to check interface.
18563         Do not include intprops.h; no longer needed.
18564         Include cycle-check.h and hash.h, since fts_.h no longer does.
18565         Remove unnecessary casts of closedir to void.
18566         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
18567         decide whether to decrement nlinks.
18568         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
18569         (FTS): Use struct hash_table * instead of Hash_table, so that
18570         we no longer need to include hash.h here.
18571
18572 2005-05-18  Jim Meyering  <jim@meyering.net>
18573
18574         * modules/dirfd (License): Change to LGPL.  Most of the code
18575         is already in the public domain.
18576
18577 2005-05-18  Jim Meyering  <jim@meyering.net>
18578
18579         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
18580         Reported by Yoann Vandoorselaere.
18581
18582 2005-05-17  Jim Meyering  <jim@meyering.net>
18583
18584         * m4/fts.m4: New file, from coreutils.
18585
18586 2005-05-17  Jim Meyering  <jim@meyering.net>
18587
18588         * lib/fts.c, lib/fts_.h: New files, from coreutils.
18589
18590 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18591
18592         Sync from coreutils.
18593         * m4/unlinkdir.m4: New file.
18594
18595 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         Sync from coreutils.
18598         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
18599         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
18600         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
18601         White space changes only.
18602         * lib/makepath.c (make_path): Port to hosts where leading "//" is
18603         special.
18604         * lib/yesno.c: Include getline.h, not ctype.h.
18605         (yesno): Don't remove leading white space; POSIX doesn't allow it.
18606         Use getline to remove arbitrary restriction on response length.
18607
18608 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18609
18610         * config/srclist-update: Spell out "Street" in FSF postal
18611         mail address; this is the style the FSF seems to prefer.
18612
18613         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
18614         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
18615         this updates FSF postal mail address.
18616
18617         Sync from coreutils.
18618         * modules/unlinkdir: New file.
18619         * modules/yesno (Depends-on): Add getline.
18620         * MODULES.html.sh (File system functions): Add unlinkdir.
18621
18622 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18623
18624         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
18625         lib/strsep.h:
18626         Change the initial comment to refer to GPL, not LGPL.
18627         gnulib-tool will change it to LGPL as needed.
18628
18629         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
18630         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
18631         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
18632         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
18633         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
18634         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
18635         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
18636         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
18637         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
18638         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
18639         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
18640         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
18641         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
18642         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
18643         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
18644         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
18645         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
18646         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
18647         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
18648         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
18649         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
18650         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
18651         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
18652         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
18653         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
18654         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
18655         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
18656         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
18657         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
18658         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
18659         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
18660         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
18661         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
18662         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
18663         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
18664         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
18665         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
18666         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
18667         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
18668         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
18669         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
18670         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
18671         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
18672         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
18673         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
18674         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
18675         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
18676         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
18677         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
18678         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
18679         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18680         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
18681         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
18682         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
18683         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
18684         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
18685         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
18686         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
18687         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
18688         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
18689         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
18690         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
18691         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
18692         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
18693         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
18694         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
18695         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
18696         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
18697         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
18698         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
18699         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
18700         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
18701         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
18702         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
18703         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
18704         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
18705         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
18706         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
18707         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
18708         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
18709         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
18710         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
18711         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
18712         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
18713         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
18714         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
18715         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
18716         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
18717         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
18718         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
18719         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
18720         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
18721         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
18722         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
18723         lib/yesno.c, lib/yesno.h:
18724         Update FSF postal mail address.
18725
18726 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18727
18728         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
18729         tests/test-memmem.c, tests/test-stpncpy.c:
18730         Update FSF postal mail address.
18731
18732 2005-05-13  Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
18735         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
18736         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
18737         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
18738         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
18739         Add support for 64-bit integers in the MSVC compiler.
18740
18741 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18742
18743         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
18744
18745 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
18746
18747         * gnulib-tool (func_import): Sort and uniquify recommended includes.
18748
18749 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
18750
18751         * doc/getdate.texi (General date syntax): Don't say that date
18752         date --iso-8601=ns generates acceptable dates; it doesn't yet.
18753         Problem reported by Nic Ferrier.
18754
18755 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18756
18757         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
18758         specified in ai_socktype. Fix invalid ai_protocol
18759         check. ai_protocol is usually set to 0 or depending on
18760         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
18761         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
18762         ai_socktype / ai_protocol in the returned addrinfo structure.
18763
18764 2005-05-10  Simon Josefsson  <jas@extundo.com>
18765
18766         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
18767         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18768
18769 2005-05-10  Karl Berry  <karl@gnu.org>
18770
18771         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
18772         (from http://www.gnu.org/licenses).
18773         * doc/COPYING.LIB: also rename to COPYING.LESSER.
18774         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
18775         fdl.texi suffices.
18776
18777 2005-05-10  Karl Berry  <karl@gnu.org>
18778
18779         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
18780         (COPYING.DOC): remove.
18781
18782         * config/srclist-update: new FSF address.
18783
18784 2005-05-10  Derek Price  <derek@ximbiot.com>
18785
18786         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
18787         possible.
18788
18789 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18790             Bruno Haible  <bruno@clisp.org>
18791
18792         * modules/inet_ntop: New file.
18793         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18794         inet_ntop.
18795
18796 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18797             Bruno Haible  <bruno@clisp.org>
18798
18799         * m4/inet_ntop.m4: New file.
18800
18801 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18802             Bruno Haible  <bruno@clisp.org>
18803
18804         * lib/inet_ntop.h: New file.
18805         * lib/inet_ntop.c: New file, from glibc with modifications.
18806
18807 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
18808
18809         * modules/time_r (License): Change to LGPL.
18810         * modules/extensions (License): Change to LGPL.  Actually,
18811         the license is more permissive than that, but currently gnulib-tool
18812         doesn't know how to handle more-permissive licenses.
18813
18814         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
18815         Problem reported by Dave Love.
18816
18817 2005-05-08  Jim Meyering  <jim@meyering.net>
18818
18819         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
18820         blank.
18821
18822 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18823
18824         * modules/argmatch (Depends-on): Add stdbool.
18825         * modules/backupfile (Depends-on): Likewise.
18826         * modules/chdir-long (Depends-on): Likewise.
18827         * modules/closeout (Depends-on): Likewise.
18828         * modules/cycle-check (Depends-on): Likewise.
18829         * modules/dirname (Depends-on): Likewise.
18830         * modules/fnmatch (Depends-on): Likewise.
18831         * modules/fsusage (Depends-on): Likewise.
18832         * modules/fwriteerror (Depends-on): Likewise.
18833         * modules/getcwd (Depends-on): Likewise.
18834         * modules/getloadavg (Depends-on): Likewise.
18835         * modules/hard-locale (Depends-on): Likewise.
18836         * modules/makepath (Depends-on): Likewise.
18837         * modules/mountlist (Depends-on): Likewise.
18838         * modules/nanosleep (Depends-on): Likewise.
18839         * modules/posixtm (Depends-on): Likewise.
18840         * modules/quotearg (Depends-on): Likewise.
18841         * modules/readtokens (Depends-on): Likewise.
18842         * modules/readtokens0 (Depends-on): Likewise.
18843         * modules/readutmp (Depends-on): Likewise.
18844         * modules/save-cwd (Depends-on): Likewise.
18845         * modules/strftime (Depends-on): Likewise.
18846         * modules/userspec (Depends-on): Likewise.
18847         * modules/utimecmp (Depends-on): Likewise.
18848         * modules/xgetcwd (Depends-on): Likewise.
18849         * modules/xnanosleep (Depends-on): Likewise.
18850         * modules/xstrtod (Depends-on): Likewise.
18851         * modules/yesno (Depends-on): Likewise.
18852
18853 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
18854
18855         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
18856         needless checks.
18857
18858 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18859
18860         Merge from coreutils.  Among other things,
18861         add bulletproofing for cases where stdin, stdout, or stderr are closed.
18862         * lib/fd-safer.c: New file.
18863         * lib/fcntl-safer.h, open-safer.c: Remove.
18864         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
18865         * lib/dup-safer.c: Include unistd-safer.h first.
18866         Don't include errno.h.
18867         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
18868         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
18869         * lib/file-type.c: Rely on file-type.h change.
18870         * lib/getloadavg.c: Include unistd-safer.h.
18871         (getloadavg): Use safer open.
18872         * lib/getusershell.c: Include "stdio-safer.h".
18873         (getusershell): Use safer fopen.
18874         * lib/long-options.c (long_options): Use NULL rather than 0.
18875         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
18876         'free'.
18877         * lib/modechange.c: Likewise.
18878         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
18879         (MODE_DONE): New constant.
18880         (struct mode_change): Remove 'next' member.
18881         (make_node_op_equals): New function; like the old one of the
18882         same name, except it allocates an array.
18883         (mode_compile, mode_create_from_ref): Use it.
18884         (mode_compile): Allocate result as an array, not a linked list.
18885         Parse octal string ourself, so that we catch mistakes like "+0".
18886         (mode_adjust): Arg is an array, not a linked list.
18887         * lib/modechange.c: Include stat-macros.h, xalloc.h.
18888         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
18889         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
18890         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
18891         Remove.  This is now stat-macros.h's job.
18892         (talloc): Remove.  All callers replaced by xalloc, so that
18893         our invokers don't have to worry about reporting memory failures.
18894         (make_node_op_equals): Remove.
18895         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
18896         New constants.
18897         (struct mode_change): Moved here from modechange.h.
18898         (mode_append_entry): Remove.
18899         (mode_compile): Remove MASKED_OPS arg, since it encouraged
18900         apps to have incorrect behavior.  Use simpler algorithm for head
18901         and tail.  Don't futz with umask; that's now the job of mode_adjust.
18902         Detect more invalid usages rather than having somewhat-random behavior.
18903         Don't insert an "a=" action, as that leads to incorrect behavior.
18904         (mode_compile, mode_create_from_ref): Return NULL on error instead
18905         of an enum, since now there's only one way to have an error.  All
18906         callers changed.
18907         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
18908         at the correct time.  Simplify calculation of "+u" and its ilk.
18909         Don't mishandle "+X".
18910         (mode_free): Remove "register" and localize decls.
18911         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
18912         (struct mode_change): Move to modechange.c; callers don't
18913         need to see this stuff.
18914         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
18915         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
18916         (mode_change, mode_adjust): Reflect the new signatures noted above.
18917         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
18918         that might redefine system include files.
18919         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
18920         (my_usleep): Use NULL rather than (void *) 0.
18921         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
18922         Use siginterrupt to specify that system calls should be interrupted.
18923         (rpl_nanosleep): Move initialization of suspended closer to call of
18924         my_usleep.
18925         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
18926         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
18927         (desirable_utmp_entry): New function.
18928         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
18929         using x2nrealloc, to simplify logic.
18930         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
18931         size calculation.  Do not assume utmp file is a regular file.
18932         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
18933         (READ_UTMP_CHECK_PIDS): New constant.
18934         * lib/save-cwd.c: Include unistd-safer.h.
18935         (save_cwd): Use fd_safer.
18936         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
18937         [!_LIBC] Include "stat-macros.h" instead.
18938         * lib/unistd-safer.h (fd_safer): New decl.
18939
18940 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18941
18942         * modules/getloadavg (Depends-on): Add unistd-safer.
18943         * modules/getusershell (Depends-on): Add stdio-safer.
18944         * modules/lstat (Depends-on): Remove xalloc.
18945         * modules/mkstemp (Depends-on): Add stat-macros.
18946         * modules/modechange (Depends-on): Remove xstrtol.
18947         Add stat-macros, xalloc.
18948         * modules/save-cwd (Depends-on): Add unistd-safer.
18949         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
18950         * modules/unistd-safer (Files): Add lib/fd-safer.c
18951         (Makefile.am): Remove lib_SOURCES.
18952
18953         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
18954         Remove fcntl-safer; unistd-safer supersedes it.
18955
18956 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18957
18958         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
18959         AC_HEADER_STAT.
18960         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
18961         (gl_PREREQ_CHOWN): Remove.
18962         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
18963         it.  Don't require AC_HEADER_STAT.
18964         (gl_PREREQ_LSTAT): Remove.
18965         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
18966         Don't require AC_HEADER_STAT.
18967         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
18968         (gl_PREREQ_RMDIR): Remove.
18969         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
18970         mention stat-macros.h or AC_HEADER_STAT, since we'll make
18971         the stat-macros module a prerequisite.
18972         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
18973         * m4/filemode.m4 (gl_FILEMODE): Likewise.
18974         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
18975         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
18976         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
18977         variable names.
18978         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
18979         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
18980         variable prefixes.
18981         * m4/fcntl-safer.m4: Remove.
18982         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
18983         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
18984         Invoke gl_PREREQ_FD_SAFER.
18985         (gl_PREREQ_FD_SAFER): New macro.
18986         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
18987         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
18988         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
18989         Remove duplicate call to AC_LIBOBJ(readutmp).
18990         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
18991
18992         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
18993         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
18994
18995 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * MODULES.html.sh (Misc): Add byteswap.
18998
18999 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19000
19001         * modules/getcwd (Depends-on): Add extensions.
19002         * modules/openat (Depends-on): Likewise.
19003
19004 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19005
19006         * modules/byteswap: New file.
19007
19008 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19009
19010         * m4/byteswap.m4: New file.
19011
19012 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19013
19014         * lib/byteswap_.h: New file.
19015
19016 2005-04-25  Karl Berry  <karl@gnu.org>
19017
19018         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19019
19020 2005-04-25  Albert Chin  <china@thewrittenword.com>
19021
19022         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19023         Toolkit C bug.
19024
19025 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19026
19027         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19028         (func_ln_if_changed) Remove forcibly for no error message
19029         in case file does not exist.
19030
19031 2005-04-19  Simon Josefsson  <jas@extundo.com>
19032
19033         * gnulib-tool (Options): Make --symlink mean --symbolic.
19034
19035 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19036
19037         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19038
19039 2005-04-16  Simon Josefsson  <jas@extundo.com>
19040
19041         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19042
19043 2005-04-15  Simon Josefsson  <jas@extundo.com>
19044
19045         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19046
19047 2005-04-15  Simon Josefsson  <jas@extundo.com>
19048
19049         * gnulib-tool: Rename --symlink to --symbolic.
19050
19051 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19052
19053         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19054         symbolic links to files instead of copying/moving.  Add --aux-dir,
19055         specifying directory relative --dir where auxiliary build tools
19056         are placed.
19057
19058 2005-04-14  Bruno Haible  <bruno@clisp.org>
19059
19060         * modules/allocsa (License): Change to LGPL.
19061         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19062
19063 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19064
19065         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19066         that "UTC +1 second" continues to work.  Problem reported
19067         by Dmitry V. Levin.
19068         (relunit_snumber): New rule.
19069         (relunit): Use it.
19070
19071 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19072
19073         * lib/getdate.y (universal_time_zone_table): New constant.
19074         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19075         universal_time_zone_table.
19076         (lookup_zone): Prefer universal_time_zone_table to
19077         local_time_zone_table, so that "GMT" time stamps are allowed in
19078         London during the summer.  Problem reported by Ian Abbott.
19079
19080 2005-04-12  Jim Meyering  <jim@meyering.net>
19081
19082         * lib/human.c (humblock): Set *options even when returning due to
19083         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19084         warning from gcc-4.
19085
19086 2005-04-09  Jim Meyering  <jim@meyering.net>
19087
19088         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19089         -Wuninitialized: initialize tm0.tm_year.
19090
19091 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19092
19093         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19094         count, since there's no maximum.  All uses changed.
19095         Add member dsts_seen.
19096         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19097         not being INT_MAX.
19098         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19099         Use pc_rels_seen to decide whther a date is absolute.
19100
19101         * lib/getdate.y (number): Don't overwrite year.
19102         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19103         check.
19104
19105 2005-04-02  Simon Josefsson  <jas@extundo.com>
19106
19107         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19108         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19109
19110 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19111
19112         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19113         where no absolute path name can be longer than PATH_MAX.
19114
19115 2005-03-27  Jim Meyering  <jim@meyering.net>
19116
19117         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
19118
19119 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
19120
19121         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
19122         "one's complement" -> "ones' complement" in comment, as per Knuth.
19123         "value of type" -> "type or expression" in comment.
19124         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
19125
19126 2005-03-26  Jim Meyering  <jim@meyering.net>
19127
19128         Comment nits.
19129         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
19130         Correct typos: s/or/of/.
19131
19132 2005-03-26  Jim Meyering  <jim@meyering.net>
19133
19134         * modules/check-include-files: Move to ../ and rename to...
19135         * check-module: ...this.
19136
19137 2005-03-25  Jim Meyering  <jim@meyering.net>
19138
19139         * modules/xvasprintf (Files): Add xalloc.h.
19140
19141 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * modules/gettext (Files): config/config.rpath ->
19144         build-aux/config.rpath
19145         * modules/iconv (Files): Likewise.
19146         Problem reported by Oskar Liljeblad.
19147
19148 2005-03-23  Jim Meyering  <jim@meyering.net>
19149
19150         * modules/check-include-files: New script to check for
19151         missing dependencies, multiple includes, etc.
19152
19153         * modules/c-strtold (Depends-on): Add xalloc.
19154         * modules/c-strtod (Depends-on): Add xalloc.
19155         * modules/hash (Depends-on): Add xalloc.
19156         (Files): Remove lib/xalloc.h.
19157
19158         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
19159         * modules/userspec (Files): Add lib/inttostr.h.
19160
19161 2005-03-23  Jim Meyering  <jim@meyering.net>
19162
19163         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
19164
19165 2005-03-22  Jim Meyering  <jim@meyering.net>
19166
19167         * modules/stat-macros: New module.
19168         * modules/canonicalize, modules/euidaccess, modules/file-type,
19169         * modules/filemode, modules/lchown, modules/makepath,
19170         * modules/rmdir, modules/stat: Depend on new stat-macros module
19171         rather than listing lib/stat-macros.h manually.
19172         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
19173
19174 2005-03-22  Jim Meyering  <jim@meyering.net>
19175
19176         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
19177
19178 2005-03-22  Bruno Haible  <bruno@clisp.org>
19179
19180         * config/srclist.txt: Replace target directory 'config' with
19181         'build-aux'.
19182         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
19183         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
19184         ../build-aux/.
19185
19186 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
19187
19188         * modules/chdir-long (Depends-on): Add mempcpy.
19189
19190         * modules/acl, modules/backupfile, modules/c-strtod,
19191         modules/c-strtold, modules/canon-host, modules/canonicalize,
19192         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
19193         modules/exclude, modules/exitfail, modules/file-type,
19194         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
19195         modules/getdate, modules/getline, modules/getpagesize,
19196         modules/getpass, modules/getugroups, modules/group-member,
19197         modules/hard-locale, modules/hash, modules/human, modules/idcache,
19198         modules/inttostr, modules/long-options, modules/makepath,
19199         modules/md5, modules/memcasecmp, modules/memcoll,
19200         modules/modechange, modules/mountlist, modules/path-concat,
19201         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
19202         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
19203         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
19204         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
19205         modules/strftime, modules/strndup, modules/strverscmp,
19206         modules/timespec, modules/unlocked-io, modules/userspec,
19207         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
19208         modules/yesno:
19209         Remove lib_SOURCES line from Makefile.am section, as this is now
19210         done automatically by the corresponding Autoconf macro.
19211
19212 2005-03-21  Jim Meyering  <jim@meyering.net>
19213
19214         Changes imported from coreutils.
19215
19216         * lib/cycle-check.c: Don't include xalloc.h.
19217
19218         * lib/path-concat.c: Don't include assert.h.
19219         (path_concat): Remove assertion that would have triggered
19220         for ABASE starting with more than one slash.
19221         Reported by Andreas Schwab.
19222
19223         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
19224         properly when ABASE is an absolute file name.
19225         Correct the description of this function.
19226         Include <assert.h>.
19227         Add an assertion and a test driver.
19228         This fixes a bug introduced on 2004-07-02.
19229         Andreas Schwab reported the resulting failure of cp --parents:
19230         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
19231
19232 2005-03-21  Jim Meyering  <jim@meyering.net>
19233
19234         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
19235         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
19236
19237 2005-03-21  Jim Meyering  <jim@meyering.net>
19238         and  Paul Eggert  <eggert@cs.ucla.edu>
19239
19240         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
19241         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
19242         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
19243         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
19244         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
19245         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
19246         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
19247         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
19248         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
19249         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
19250         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
19251         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
19252         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
19253         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
19254         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
19255         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
19256         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
19257         for these modules.
19258
19259 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
19260
19261         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19262         (which shouldn't happen), generate nothing instead of returning 0
19263         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19264
19265 2005-03-16  Bruno Haible  <bruno@clisp.org>
19266
19267         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19268         HAVE_LONGLONG_64BIT.
19269
19270 2005-03-16  Bruno Haible  <bruno@clisp.org>
19271
19272         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19273         HAVE_LONGLONG_64BIT.
19274
19275 2005-03-16  Bruno Haible  <bruno@clisp.org>
19276
19277         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19278         HAVE_LONGLONG_64BIT.
19279
19280 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19281
19282         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19283         reliably distinguish strftime failure from empty output on POSIX
19284         hosts.
19285
19286 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19287
19288         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19289         (iconv_string): Don't guess a size-zero buffer, as that might cause
19290         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19291         result would be 'too large', where 'too large' is (heuristically)
19292         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19293         overflow concerns.  This will prevent some unwanted malloc failures
19294         when the inputs are very large.
19295
19296 2005-03-15  Karl Berry  <karl@gnu.org>
19297
19298         * config/srclist.txt (config.rpath): from gettext.
19299         * config/config.rpath: update.
19300
19301 2005-03-15  Bruno Haible  <bruno@clisp.org>
19302
19303         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19304         to 'negate'.
19305
19306         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19307         variable.
19308
19309         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19310         results.
19311
19312 2005-03-14  Simon Josefsson  <jas@extundo.com>
19313
19314         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19315         <fx@gnu.org>.
19316
19317 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
19318
19319         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
19320         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
19321         intprops.h.
19322         * lib/strtol.c: Likewise.
19323
19324 2005-03-14  Jim Meyering  <jim@meyering.net>
19325
19326         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
19327         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
19328         to be nonzero so that we (and caller) can detect the difference
19329         between a valid zero-length expansion and an error return, even
19330         when the underlying strftime fails before writing anything into
19331         that location.
19332
19333 2005-03-14  Bruno Haible  <bruno@clisp.org>
19334
19335         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
19336         Update from GNU gettext 0.14.3.
19337
19338 2005-03-10  Jim Meyering  <jim@meyering.net>
19339
19340         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
19341
19342 2005-03-10  Jim Meyering  <jim@meyering.net>
19343
19344         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19345         so that this module works on systems without fchdir.
19346
19347 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19348
19349         Factor int-properties macros into a single file, except for
19350         glibc-related files.
19351         * lib/intprops.h: New file.
19352         * lib/getloadavg.c: Include it instead of limits.h.
19353         (INT_STRLEN_BOUND): Remove.
19354         * lib/human.c: Include intprops.h.
19355         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19356         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19357         302/1000.
19358         * lib/inttostr.h: Include intprops.h instead of limits.h.
19359         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
19360         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
19361         for consistency with intprops.h.
19362         (time_t_is_integer, twos_complement_arithmetic): Use them.
19363         * lib/sig2str.h: Include <signal.h>, intprops.h.
19364         (INT_STRLEN_BOUND): Remove.
19365         * lib/strftime.c (TYPE_SIGNED): Remove.
19366         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
19367         * lib/strtol.c: Adjust comments to match intprops.h.
19368         * lib/userspec.c: Include intprops.h.
19369         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
19370         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
19371         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
19372         instead of rolling our own expressions.
19373         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
19374
19375         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
19376         instead of int.
19377         (my_strftime): Do not mishandle years close to INT_MAX, by doing
19378         the right thing even if adding 1900 would overflow.  Similarly
19379         for tm_mon + 1 and tm_yday + 1.
19380         Make %Y always equivalent to %C%y, and similarly for %G and %g.
19381         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
19382         (DO_SIGNED_NUMBER): New macro.
19383         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
19384
19385 2005-03-07  Bruno Haible  <bruno@clisp.org>
19386
19387         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
19388
19389 2005-03-07  Bruno Haible  <bruno@clisp.org>
19390
19391         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
19392
19393 2005-03-04  Derek R. Price  <derek@ximbiot.com>
19394
19395         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
19396         (func_import): Only replace files via --import when they have actually
19397         changed.
19398
19399 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19400
19401         * m4/mmap-anon.m4: New file.
19402         * m4/pagealign_alloc.m4: New file.
19403
19404 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19405             Bruno Haible  <bruno@clisp.org>
19406
19407         * modules/pagealign_alloc: New file.
19408         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
19409
19410 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19411             Bruno Haible  <bruno@clisp.org>
19412
19413         * lib/pagealign_alloc.h: New file.
19414         * lib/pagealign_alloc.c: New file.
19415
19416 2005-03-03  Bruno Haible  <bruno@clisp.org>
19417
19418         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
19419         Use an all-permissive copyright notice, recommended by RMS.
19420
19421 2005-03-02  Bruno Haible  <bruno@clisp.org>
19422
19423         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
19424         of AIX, the replacement has to be done only after <string.h> is
19425         included, therefore not in config.h. stpncpy.h does the replacement,
19426         and stpncpy.c uses it.
19427
19428 2005-03-02  Bruno Haible  <bruno@clisp.org>
19429
19430         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
19431         stpncpy.c uses it.
19432
19433 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19434
19435         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
19436         The workaround isn't strictly needed for POSIX conformance, and
19437         it's too much of a pain to configure and maintain.  We'll ask
19438         people to fix their kernels instead.
19439         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
19440         (NANOSLEEP_BUG_WORKAROUND): Remove.
19441         (xnanosleep): Remove the workaround.
19442
19443 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19444
19445         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
19446         Reported by Derek Price.
19447         (Include): Add "timespec.h".
19448
19449         * modules/xnanosleep (Depends-on): Remove gethrxtime.
19450
19451 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19452
19453         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
19454         to detect nanosleep bug.
19455
19456 2005-03-01  Bruno Haible  <bruno@clisp.org>
19457
19458         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
19459
19460 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
19461
19462         * modules/gethrxtime: New file.
19463         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
19464         (Depends-on): Add gethrxtime.
19465         (configure.ac): Add gl_XNANOSLEEP.
19466         (Makefile.am): Remove lib_SOURCES line.
19467
19468 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19469
19470         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
19471         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
19472
19473 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
19476         * lib/timespec.h (gettime): Return void, since it always
19477         succeeds now.  All uses changed.
19478         * lib/gettime.c (gettime) Likewise.
19479         [HAVE_NANOTIME]: Prefer nanotime.
19480         Assume gettimeofday succeeds, as POSIX requires.
19481         Assime time () succeeds, since other code already does.
19482         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
19483         (timespec_subtract): Remove.
19484         (NANOSLEEP_BUG_WORKAROUND): New constant.
19485         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
19486         things considerably.  Use it only on GNU/Linux hosts, since the
19487         workaround shouldn't be needed elsewhere.
19488
19489 2005-02-24  Bruno Haible  <bruno@clisp.org>
19490
19491         * modules/gettext (Files): Add m4/glibc2.m4.
19492
19493 2005-02-24  Bruno Haible  <bruno@clisp.org>
19494
19495         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
19496         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
19497         * m4/progtest.m4:
19498         Update from GNU gettext 0.14.2.
19499         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
19500
19501 2005-02-24  Bruno Haible  <bruno@clisp.org>
19502
19503         * lib/localcharset.c: Update from GNU gettext 0.14.2.
19504         * lib/config.charset: Update from GNU gettext 0.14.2.
19505
19506 2005-02-24  Bruno Haible  <bruno@clisp.org>
19507
19508         * lib/gettext.h: Update from GNU gettext 0.14.2.
19509
19510 2005-02-23  Simon Josefsson  <jas@extundo.com>
19511
19512         * m4/iconvme.m4: New file.
19513
19514 2005-02-23  Jim Meyering  <jim@meyering.net>
19515
19516         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
19517         change.
19518         Thanks to Bruno Haible for catching it.
19519
19520 2005-02-22  Simon Josefsson  <jas@extundo.com>
19521
19522         * modules/iconvme: New file.
19523
19524         * MODULES.html.sh: Add iconvme.
19525
19526 2005-02-22  Simon Josefsson  <jas@extundo.com>
19527
19528         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
19529
19530 2005-02-22  Simon Josefsson  <jas@extundo.com>
19531
19532         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
19533
19534 2005-02-22  Jim Meyering  <jim@meyering.net>
19535
19536         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
19537         s/ifndef/ifdef/.
19538
19539 2005-02-20  Neil Conway  <neilc@samurai.com>
19540
19541         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
19542         returned by OSX/Darwin if the specified buffer is not large
19543         enough for the hostname.
19544
19545 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19546
19547         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
19548         pass it to _help, otherwise the latter coredumps trying to
19549         dereference state.root_argp.
19550
19551 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         * modules/chdir-long (Depends-on): Add memrchr.
19554         * modules/memrchr (Files): Add lib/memrchr.h.
19555         (Include): "memrchr.h".
19556
19557 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
19560
19561 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19562
19563         * lib/memrchr.h: New file.
19564         * lib/chdir-long.c: Include it.
19565         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
19566         Don't bother including stddef.h.
19567
19568 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19569
19570         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
19571         inclusion.
19572         Include <sys/types.h>, for dev_t.
19573         (ME_DUMMY, ME_REMOTE): Move from here....
19574         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
19575         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
19576         Dmitry V. Levin.
19577         Include mountlist.h first, to test the interface.
19578
19579 2005-01-29  Bruno Haible  <bruno@clisp.org>
19580
19581         * lib/progname.c (program_name): Initialize.
19582         Needed when linking statically on MacOS X.
19583
19584 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19585
19586         Sync from coreutils.
19587         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
19588         (Depends-on): Add c-strtod.
19589         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
19590
19591 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         Sync from coreutils.
19594         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
19595
19596         Remove files that are specific to coreutils.
19597         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
19598
19599 2005-01-28  Bruno Haible  <bruno@clisp.org>
19600
19601         * modules/javacomp: New file.
19602         * MODULES.html.sh (Java): Add javacomp.
19603
19604 2005-01-28  Bruno Haible  <bruno@clisp.org>
19605
19606         * m4/javacomp.m4: New file, from GNU gettext.
19607
19608 2005-01-28  Bruno Haible  <bruno@clisp.org>
19609
19610         * lib/javacomp.sh.in: New file, from GNU gettext.
19611         * lib/javacomp.h: New file, from GNU gettext.
19612         * lib/javacomp.c: New file, from GNU gettext.
19613
19614 2005-01-26  Simon Josefsson  <jas@extundo.com>
19615
19616         * lib/gai_strerror.c: Use GPL in header.
19617
19618 2005-01-26  Bruno Haible  <bruno@clisp.org>
19619
19620         * modules/javaexec: New file.
19621         * MODULES.html.sh (Java): Add javaexec.
19622
19623 2005-01-26  Bruno Haible  <bruno@clisp.org>
19624
19625         * m4/javaexec.m4: New file, from GNU gettext.
19626
19627 2005-01-26  Bruno Haible  <bruno@clisp.org>
19628
19629         * lib/javaexec.sh.in: New file, from GNU gettext.
19630         * lib/javaexec.h: New file, from GNU gettext.
19631         * lib/javaexec.c: New file, from GNU gettext.
19632
19633 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19634
19635         * modules/lchown (Depends-on): Remove lchown.h
19636
19637 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19638
19639         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
19640         must be defined if the header file was not found, in order
19641         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
19642
19643 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19644
19645         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
19646         initializers for struct pentry_state.
19647         (__argp_error): Check return value of __asprintf
19648         (__argp_failure): Translate error message
19649
19650         * lib/argp-parse.c: Removed braces around the expansion of N_()
19651
19652 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19653
19654         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
19655         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
19656         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
19657         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
19658         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
19659         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
19660         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
19661         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
19662         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
19663         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
19664         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
19665         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
19666         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
19667         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
19668         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
19669         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
19670         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
19671         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
19672         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
19673         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
19674         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
19675         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
19676         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
19677         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
19678         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
19679         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
19680         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
19681         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
19682         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
19683         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
19684         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
19685         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
19686         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
19687         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
19688         xstrtol.m4, xstrtoumax.m4, yesno.m4:
19689         Use an all-permissive copyright notice, recommended by RMS.
19690
19691 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         * modules/chdir-long (Depends-on): Remove mempcpy.
19694
19695 2005-01-21  Jim Meyering  <jim@meyering.net>
19696
19697         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
19698         same value as for Solaris 9.
19699
19700         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
19701         component length.  This included changing the parameter to be
19702         of type `char *' rather than `char const *'.
19703         * lib/chdir-long.h (chdir_long): Update prototype.
19704
19705         * lib/openat.c (fdopendir, fstatat): New functions.
19706         * lib/openat.h: Include headers required for use of DIR and struct
19707         stat.
19708         [AT_SYMLINK_NOFOLLOW]: Define.
19709         (fdopendir, fstatat): Add prototypes.
19710
19711 2005-01-21  Bruno Haible  <bruno@clisp.org>
19712
19713         * modules/classpath: New file.
19714         * MODULES.html.sh (Java): Add classpath.
19715
19716 2005-01-21  Bruno Haible  <bruno@clisp.org>
19717
19718         * lib/classpath.h: New file, from GNU gettext.
19719         * lib/classpath.c: New file, from GNU gettext.
19720
19721 2005-01-20  Simon Josefsson  <jas@extundo.com>
19722
19723         * modules/version-etc-fsf: New file.
19724
19725 2005-01-20  Simon Josefsson  <jas@extundo.com>
19726
19727         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
19728         * lib/version-etc.c: Remove version_etc_copyright.
19729         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
19730         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
19731
19732 2005-01-20  Simon Josefsson  <jas@extundo.com>
19733
19734         * lib/base64.h (isbase64): Add.
19735
19736         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
19737         using a unsigned prototype, don't inline.
19738         (base64_decode): Use it.
19739
19740 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19741
19742         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
19743         it.
19744
19745 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19746
19747         * lib/save-cwd.c (save_cwd): Remove code to support the case
19748         where fchdir is missing or flaky.
19749
19750 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19751
19752         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
19753
19754 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
19755
19756         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
19757         AC_LIBSOURCES now does this.
19758         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
19759         with new ullong_max module.
19760
19761 2005-01-19  Bruno Haible  <bruno@clisp.org>
19762
19763         * modules/sh-quote: New file.
19764         * MODULES.html.sh (Executing programs): Add sh-quote.
19765
19766 2005-01-19  Bruno Haible  <bruno@clisp.org>
19767
19768         * lib/sh-quote.h: New file, from GNU gettext.
19769         * lib/sh-quote.c: New file, from GNU gettext.
19770
19771 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19772
19773         Merge from coreutils.
19774         * m4/ullong_max.m4: New file.
19775         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
19776         (gl_MACROS): Assume localeconv exists.
19777
19778 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19779
19780         Merge changes from coreutils, as described below in several
19781         changelogs dated today.
19782
19783         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
19784         (O_DIRECTORY): Remove; not needed here, since "." must be
19785         a directory.  All uses removed.
19786         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
19787         universal on Suns, and we also need to test for IRIX.
19788         Revamp code to use 'if' rather than '#if'.
19789         Avoid unnecessary comparison of cwd->desc to 0.
19790
19791         * lib/utimens.c (futimens): Robustify the previous patch, by checking
19792         for known valid error numbers rather than observed invalid ones.
19793
19794 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19795
19796         * modules/ullong_max: New file.
19797
19798         * modules/chdir-long, modules/openat: New files.
19799         * modules/save-cwd (Depends-on): Depend on chdir-long.
19800         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
19801
19802 2005-01-18  Jim Meyering  <jim@meyering.net>
19803
19804         Merge from coreutils.
19805         * m4/chdir-long.m4, m4/openat.m4: New files.
19806         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
19807         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
19808         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
19809         is sane and DOES follow symlinks.  Besides, testing 20 different
19810         systems found no broken chown implementations.
19811         Prompted by a change in rsync's copy of this macro.
19812         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
19813
19814         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
19815
19816         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
19817         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
19818         NULL-means-set-to-current-time semantics.
19819         Remove temporary file immediately, rather than waiting
19820         for configure's at-exit trap code to do it.
19821
19822 2005-01-18  Jim Meyering  <jim@meyering.net>
19823
19824         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19825
19826         * lib/utimens.c (futimens): Account for the fact that futimes
19827         can also fail with errno == ENOSYS or errno == ENOENT.
19828         Patch from Dmitry V. Levin.
19829
19830         Change the name of the robust chdir function from chdir to chdir_long.
19831         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
19832         (restore_cwd): Use chdir_long, not chdir.
19833         * lib/chdir-long.c: Renamed from chdir.c.
19834         * lib/chdir-long.h: Renamed from chdir.h.
19835         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
19836         Hurd.
19837
19838 2005-01-18  Bruno Haible  <bruno@clisp.org>
19839
19840         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
19841         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
19842         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
19843         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
19844         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
19845         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
19846         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
19847         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
19848         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
19849         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
19850         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
19851         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
19852         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
19853         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
19854         Use an all-permissive copyright notice, recommended by RMS.
19855
19856 2005-01-18  Bob Proulx  <bob@proulx.com>
19857
19858         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
19859         simplify offsetof() macro construct to avoid compile failure with
19860         native HP-UX 11.0 ANSI C compiler.
19861
19862 2005-01-17  Bruno Haible  <bruno@clisp.org>
19863
19864         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
19865         redundant because stpncpy.m4 takes care of it.
19866
19867 2005-01-17  Bruno Haible  <bruno@clisp.org>
19868
19869         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
19870
19871 2005-01-17  Bruno Haible  <bruno@clisp.org>
19872
19873         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
19874         used.
19875
19876 2005-01-17  Bruno Haible  <bruno@clisp.org>
19877
19878         * lib/fwriteerror.h (fwriteerror): Change specification to include
19879         fclose.
19880         * lib/fwriteerror.c: Include <stdbool.h>.
19881         (fwriteerror): At the end, close the file stream. Record whether
19882         stdout was already closed.
19883
19884 2005-01-17  Bruno Haible  <bruno@clisp.org>
19885
19886         * lib/execute.c (environ): Declare if needed.
19887         * lib/pipe.c (environ): Likewise.
19888         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
19889
19890 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19891
19892         * modules/argp: Depend on vsnprintf
19893
19894 2005-01-10  Jim Meyering  <jim@meyering.net>
19895
19896         * modules/closeout (Depends-on): Add atexit.
19897
19898 2005-01-06  Bruno Haible  <bruno@clisp.org>
19899
19900         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
19901
19902 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19903
19904         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
19905         definitions to be after all include files, to avoid collisions.
19906         Problem reported by Bob Proulx.
19907
19908 2005-01-04  Jim Meyering  <jim@meyering.net>
19909
19910         Changes imported from coreutils.
19911         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
19912         as the mkstemp template, use a temporary directory and an
19913         8.3-friendly template to avoid trouble on systems like DJGPP.
19914         Reported by Juan M. Guerrero via Stepan Kasal.
19915         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
19916         close. Remove the temporary directory right away, rather than waiting
19917         for configure's at-exit trap code to do it.
19918         Suggestion from Stepan Kasal.
19919
19920 2005-01-01  Simon Josefsson  <jas@extundo.com>
19921
19922         * gnulib-tool: Print #include directives when --import'ing.
19923
19924 2004-12-28  Simon Josefsson  <jas@extundo.com>
19925
19926         * tests/test-base64.c: Include required header files.  Remove
19927         unused variables.
19928
19929 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19930
19931         * modules/error (Depends-on): Remove gettext.
19932
19933 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19934
19935         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
19936         not needed.  This removes a dependency on the gettext module.
19937         [defined _LIBC]: Do not include <libintl.h>; not needed.
19938
19939 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
19940
19941         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
19942         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
19943
19944 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
19945
19946         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
19947         HAVE_DECL_STRTOLD.
19948
19949 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19950
19951         * modules/getdate (Depends-on): Remove alloca-opt.
19952
19953 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19954
19955         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
19956
19957 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19958
19959         * lib/argp-parse.c: Include <stddef.h>.
19960         (alignof, alignto): New macros.
19961         (parser_init): Don't assume that void * is aligned sufficiently
19962         for struct option.
19963
19964         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
19965         need to extend the stack.
19966         (YYINITDEPTH): New macro, so that the initial stack isn't overly
19967         large.
19968
19969 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19970
19971         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
19972
19973 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
19974
19975         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
19976         (2004-10-24) change.  Apparently this was a false alarm.
19977
19978         * modules/getdate: Depend on alloca-opt, not alloca.
19979
19980 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
19981
19982         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
19983         Remove now-obsolete comment about AIX.
19984         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
19985         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
19986         (YYMAXDEPTH): New macro.
19987
19988 2004-12-18  Simon Josefsson  <jas@extundo.com>
19989
19990         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
19991
19992 2004-12-18  Bruno Haible  <bruno@clisp.org>
19993
19994         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
19995
19996 2004-12-18  Bruno Haible  <bruno@clisp.org>
19997
19998         * lib/fatal-signal.c (fatal_signals): Make non-const.
19999         (init_fatal_signals): New function.
20000         (uninstall_handlers, install_handlers): Ignore signals that were set to
20001         SIG_IGN.
20002         (at_fatal_signal): Call init_fatal_signals.
20003         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20004         SIG_IGN.
20005         Reported by Paul Eggert.
20006
20007 2004-12-18  Bruno Haible  <bruno@clisp.org>
20008
20009         * doc/alloca.texi: New file.
20010         * doc/alloca-opt.texi: New file.
20011
20012 2004-12-17  Jim Meyering  <jim@meyering.net>
20013
20014         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20015         Otherwise, install-sh could exit with improper exit status when
20016         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20017
20018 2004-12-16  Simon Josefsson  <jas@extundo.com>
20019
20020         * tests/test-base64.c: Add license.
20021
20022 2004-12-15  Stepan Kasal  <address@hidden>
20023
20024         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20025
20026 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20027
20028         * modules/getcwd (Files): Add m4/d-ino.m4.
20029         Suggested by Mark D. Baushke.
20030
20031 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20032
20033         * lib/getdate.y (textint): New member "negative".
20034         (time_zone_hhmm): New function.
20035         Expect 14 shift-reduce conflicts, not 13.
20036         (o_colon_minutes): New rule.
20037         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20038         (yylex): Set the "negative" member of signed numbers.
20039
20040 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         * doc/getdate.texi (Time of day items, Time zone items):
20043         Describe new formats +00:00, UTC+00:00.
20044
20045 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20048         spurious "-l"s.  Problem reported by Stepan Kasal.
20049
20050 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20051
20052         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20053         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20054
20055 2004-12-04  Simon Josefsson  <jas@extundo.com>
20056
20057         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20058         Vandoorselaere <yoann@prelude-ids.org>.
20059
20060 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20061
20062         Changes imported from coreutils.
20063         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20064         exist.
20065         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20066
20067 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20068
20069         Changes imported from coreutils.
20070         * lib/hard-locale.c: Assume <locale.h> exists.
20071         Include "strdup.h".
20072         (GLIBC_VERSION): New macro.
20073         (hard_locale): Assume setlocale exists.
20074         Rewrite to avoid #ifdef.
20075         Use strdup rather than malloc + strcpy.
20076         * lib/human.c: Assume <locale.h> exists.
20077         (human_readable): Assume localeconv exists.
20078
20079 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20080
20081         * modules/hard-locale (Depends-on): Add strdup.
20082
20083 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20084
20085         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20086         convert T2, not T.  (Imported from libc.)
20087
20088 2004-11-30  Simon Josefsson  <jas@extundo.com>
20089
20090         * modules/restrict (License): Change to LGPL.
20091
20092 2004-11-30  Simon Josefsson  <jas@extundo.com>
20093
20094         * m4/restrict.m4: Add copyright and copying conditions.
20095
20096 2004-11-30  Simon Josefsson  <jas@extundo.com>
20097
20098         * m4/base64.m4: New file.
20099
20100 2004-11-30  Simon Josefsson  <jas@extundo.com>
20101
20102         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20103         base64.
20104
20105         * tests/test-base64.c: New file.
20106
20107         * modules/base64: New file.
20108
20109 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20110
20111         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20112         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20113
20114         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
20115
20116 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20117
20118         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
20119         (__getcwd.c): Don't restore errno; glibc doesn't.
20120         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
20121         first, falling back to our code only if its results look suspicious.
20122         Ensure that the resulting buffer is only as large as necessary.
20123
20124         * lib/readutmp.c: Include readutmp.h first.
20125         Include <errno.h>, since readutmp.h no longer does that.
20126         * lib/readutmp.h: Don't include <errno.h>,
20127         <sys/param.h>, <time.h>; not needed to establish interface.
20128         (errno): Remove decl.
20129         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
20130         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
20131         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
20132
20133 2004-11-28  Simon Josefsson  <jas@extundo.com>
20134
20135         * lib/base64.h, base64.c: New file.
20136
20137 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20138
20139         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
20140
20141 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20142
20143         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
20144         (Depends-on): Remove pathmax, same.  Add mempcpy.
20145         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
20146         (Makefile.am): Append getcwd.h to lib_SOURCES.
20147         (Include): Add getcwd.h.
20148         (Maintainer): Change from Jim Meyering to "all, glibc",
20149         since getdate now uses intended-for-glibc code.
20150         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
20151         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
20152
20153 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20154
20155         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
20156         HP's ANSI C compiler.
20157         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
20158         Declaring int functions causes warnings on some modern systems and
20159         shouldn't be needed to compile on ancient ones.
20160         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
20161         defined.
20162
20163         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
20164         with the following changes.
20165         (__set_errno): Parenthesize properly.
20166         Include <stdbool.h>.
20167         (MIN, MAX, MATCHING_INO): New macros.
20168         (__getcwd): Define with prototype, not K&R form.
20169         Use heuristics to allocate default buffer on stack if possible.
20170         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
20171         behavior, and to avoid the PATH_MAX limit when computing
20172         ../../../../...
20173         Use MATCHING_INO to compare inode number to file.
20174         Check for arithmetic overflow in size calculations.
20175         Fix bug in reallocation of dot array that caused getcwd to fail
20176         on directories nested deeper than 75.
20177         Be more careful about saving errno on error.
20178         Do not use realloc; use only free+malloc, as this is a bit
20179         more flexible and avoids a needless copy operation.
20180         Do not inspect st_dev and st_ino for symbolic links; POSIX
20181         doesn't specify the latter.
20182         Check for closedir errors.
20183         Avoid needless casts.
20184         Use "#ifdef weak_alias" around weak_alias, to be like other
20185         glibc code.
20186         The following changes to getcwd.c have effect only when used in
20187         gnulib; they have no effect inside glibc proper.
20188         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
20189         as alloca isn't used.
20190         (alloca, __alloca): Likewise.
20191         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
20192         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20193         unconditionally, as gnulib assumes C89 or better.
20194         Do not include <sys/param.h>.
20195         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
20196         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
20197         better.
20198         (NULL) [!defined NULL]: Remove; we assume C89 or better.
20199         Include <dirent.h> in a way that is compatible with modern Autoconf.
20200         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
20201         New macros, if not already defined.
20202         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
20203         Use "_LIBC", not "defined _LIBC", for consistency.
20204         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
20205         a mempcpy module.
20206         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
20207         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
20208         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
20209         credit only to Jim Meyering and adjust the copyright dates.
20210         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
20211         <stdlib.h>, <unistd.h>, "pathmax.h".
20212         Instead, include "xgetcwd.h" (first) and "getcwd.h".
20213         (INITIAL_BUFFER_SIZE): Remove.
20214         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
20215
20216 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20217
20218         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
20219         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
20220         Use the _ONCE methods, for efficiency.
20221         Check for fcntl.h.  In test program, include <errno.h>
20222         and <fcntl.h> if available.  Remove old K&R cruft from
20223         test program.  Check for common errors in GNU/Linux,
20224         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
20225         don't do AC_LIBOBJ, as that's getcwd.m4's job.
20226         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
20227         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
20228         name accordingly.
20229         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
20230         accommodate new getcwd.c.
20231         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
20232         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
20233         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
20234         that's all we need now.
20235
20236 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20237
20238         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
20239         argp-parse.c depends on getopt internals, that means we should
20240         always use our getopt, to be on the safe side.
20241         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
20242         order not to spoil the result of an eventual previous invocation
20243         of gl_GETOPT_SUBSTITUTE.
20244
20245 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20246
20247         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
20248         redefinition warnings. To avoid them, include the defines
20249         in `#if !defined __need_getopt ... #endif'. The only place
20250         where __getopt_argv_const is used is in definitions
20251         of getopt_long and getopt_long_only below, which are as well
20252         protected by `#ifndef __need_getopt'.
20253         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
20254         __need_getopt after including <stdio.h> and <unistd.h> These
20255         headers might have defined it.
20256
20257 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
20260
20261 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20262
20263         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20264         (futimens): New function, which uses futimes if available.
20265         (futimens, utimens): Support timespec==NULL, with same semantics
20266         as utime and utimens.
20267         * lib/utimens.h (futimens): New decl.
20268
20269 2004-11-23  Jim Meyering  <jim@meyering.net>
20270
20271         * lib/getopt_.h: Remove trailing blanks.
20272
20273 2004-11-23  Jim Meyering  <jim@meyering.net>
20274
20275         * lib/__fpending.c: Add comment.
20276
20277 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20278
20279         * modules/canonicalize (Depends-on): Add xreadlink.
20280         Problem reported by James Youngman.
20281
20282 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20283
20284         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20285         New macros.
20286         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20287         optopt): Use them instead of invoking ## directly; otherwise, the
20288         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20289
20290 2004-11-19  Bruno Haible  <bruno@clisp.org>
20291
20292         * lib/strtok_r.c: Move comments from here...
20293         * lib/strtok_r.h: ... to here.
20294
20295 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20296
20297         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20298         implementations that mishandle size_t overflow.
20299
20300 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20301
20302         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20303         might fail.  Problem reported by Yoann Vandoorselaere.
20304         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20305         implementations that mishandle size_t overflow.
20306
20307 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20308
20309         * modules/canon-host (Depends-on): Add strdup.
20310
20311 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20312
20313         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20314
20315 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20316
20317         * lib/canon-host.c: Include "strdup.h".
20318         (canon_host): Use getaddrinfo if available, so that IPv6 works.
20319         Use strdup instead of malloc/strcpy to duplicate strings.
20320
20321         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
20322         (human_space_before_unit): New constant.
20323         * lib/human.c (human_readable): Support it.
20324
20325         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
20326         (xgetcwd): Set errno correctly when failing.
20327         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
20328         the failure is actually due to a PATH_MAX problem.
20329
20330         Further getopt changes to make it more likely that glibc will
20331         buy the changes back.
20332         * lib/getopt.c (POSIXLY_CORRECT): New constant.
20333         (getopt): Use it, so to preserve glibc semantic
20334         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
20335         when compiling for libc.
20336         * lib/getopt_.h (__getopt_argv_const): Bring it back.
20337         (getopt_long, getopt_long_only): Use it.
20338
20339         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20340         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
20341         (getopt): Argv is now char * const *, as per standard.
20342         (_getopt_internal_r, _getopt_internal): Argv is now char **,
20343         not char *__getopt_argv_const *.
20344         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20345         _getopt_long_only_r): Likewise.
20346         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20347         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20348         _getopt_long_r, _getopt_long_only_r): Likewise.
20349         * lib/getopt_.h (__getopt_argv_const): Remove.
20350         (getopt): Argv is now char * const *, as per standard.
20351
20352         * lib/getdate.y (tORDINAL): New token.
20353         (day, relunit): Allow it for relative times.
20354         (relative_time_table): Use tORDINAL for ordinals.
20355
20356 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20357
20358         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
20359         Document that "second" isn't allowed as an ordinal number.
20360
20361 2004-11-16  Jim Meyering  <jim@meyering.net>
20362
20363         * modules/closeout (Depends-on): Add fpending.
20364
20365 2004-11-15  Jim Meyering  <jim@meyering.net>
20366
20367         * lib/closeout.c: Include "__fpending.h" once again.
20368         Include <stdbool.h>.
20369         (close_stdout): Don't fail just because stdout was closed initially,
20370         since some programs don't write to stdout in the normal course of
20371         operation (other than --version and --help), and we don't want this
20372         function to make e.g. `touch file >&-' fail.
20373         But do fail if it was closed and someone has tried to write to it.
20374         E.g., `printf foo >&-' must fail.
20375
20376 2004-11-13  Jim Meyering  <jim@meyering.net>
20377
20378         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
20379
20380 2004-11-12  Simon Josefsson  <jas@extundo.com>
20381
20382         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
20383         small doc fix is still pending.
20384
20385 2004-11-11  Simon Josefsson  <jas@extundo.com>
20386
20387         * modules/strtok_r: New file.
20388
20389         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20390         strtok_r.
20391
20392 2004-11-11  Simon Josefsson  <jas@extundo.com>
20393
20394         * m4/strtok_r.m4: New file.
20395
20396         * m4/getopt.m4: Replace opterr.
20397
20398 2004-11-11  Simon Josefsson  <jas@extundo.com>
20399
20400         * lib/strtok_r.h, strtok_r.c: New file.
20401
20402 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20403
20404         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
20405         of replacing opterr, getopt, etc.  This should handle the
20406         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
20407
20408 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20409
20410         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
20411         we can stop lying to compilers about the constness of argv when we
20412         are compiled outside glibc.
20413         (getopt, getopt_long, getopt_long_only): Use it.
20414         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20415         _getopt_internal, getopt): Likewise.
20416         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20417         _getopt_long_only_r): Likewise.
20418         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20419         _getopt_long_r, _getopt_long_only_r): Likewise.
20420
20421         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
20422         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
20423         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
20424         the other external symbols.
20425         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
20426         declaration, since the above renaming now works around collisions.
20427
20428 2004-11-11  Jim Meyering  <jim@meyering.net>
20429
20430         * lib/linebreak.c: Remove trailing blanks.
20431         * lib/alloca_.h: Likewise.
20432         * lib/acosl.c: Likewise.
20433         * lib/euidaccess.c: Likewise.
20434         * lib/allocsa.h: Likewise.
20435
20436 2004-11-10  Simon Josefsson  <jas@extundo.com>
20437
20438         * m4/getaddrinfo.m4: New file.
20439
20440 2004-11-10  Simon Josefsson  <jas@extundo.com>
20441
20442         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
20443
20444 2004-11-10  Simon Josefsson  <jas@extundo.com>
20445
20446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20447         getaddrinfo.
20448
20449         * modules/getaddrinfo: New file.
20450
20451 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20452
20453         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
20454
20455 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20456
20457         * lib/mktime.c (SHR): New macro, which is a portable
20458         substitute for >> that should work even on Crays.
20459         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
20460         Problem reported by Mark D. Baushke in
20461         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
20462         * lib/getdate.y (SHR): Likewise.
20463         (tm_diff): Use it.
20464         * lib/strftime.c (SHR): Likewise.
20465         (tm_diff): Use it.
20466         * lib/quotearg.c (struct quoting_options): Use unsigned int for
20467         quote_these_too, so that right shifts are well defined.  All uses
20468         changed.
20469
20470 2004-11-10  Jim Meyering  <jim@meyering.net>
20471
20472         Ensure that no close failure goes unreported.
20473         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
20474         return early when it seems there's nothing to flush.
20475         Don't include __fpending.h.
20476
20477 2004-11-10  Jim Meyering  <jim@meyering.net>
20478
20479         * modules/closeout (Depends-on): Remove fpending.
20480
20481 2004-11-10  Jim Meyering  <jim@meyering.net>
20482
20483         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
20484
20485 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20486
20487         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
20488         gl_FUNC_STRFTIME.
20489         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
20490         and AC_REQUIRE when possible, to avoid duplicate checks.
20491         Check for <wchar.h>.
20492
20493 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20494
20495         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
20496
20497 2004-11-09  Bruno Haible  <bruno@clisp.org>
20498
20499         * m4/sockpfaf.m4: New file.
20500
20501 2004-11-05  Bruno Haible  <bruno@clisp.org>
20502
20503         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
20504         Reported by Mark D. Baushke <mdb@cvshome.org>.
20505
20506 2004-11-04  Bruno Haible  <bruno@clisp.org>
20507
20508         2004-09-11  Bruno Haible  <bruno@clisp.org>
20509                 * allocsa.valgrind: New file.
20510         2004-02-06  Bruno Haible  <bruno@clisp.org>
20511                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
20512                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
20513                 Reported by Christopher Seip <chris.seip@hp.com>.
20514
20515 2004-11-04  Bruno Haible  <bruno@clisp.org>
20516
20517         * modules/allocsa (Files): Add lib/allocsa.valgrind.
20518         (Makefile.am): Distribute it.
20519
20520 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
20521
20522         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
20523         with errno == ERANGE if the buffer is too small.
20524         Problem reported by Mark D. Baushke.
20525
20526 2004-11-03  Albert Chin  <china@thewrittenword.com>
20527             Paul Eggert  <eggert@cs.ucla.edu>
20528
20529         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
20530         equivalent, substitute $ac_type for equivalent type rather than
20531         blindly using uint32_t *always* which won't work if uint32_t is not
20532         available.  Define _UINT32_T to work around typedef of uint32_t if
20533         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
20534         2.5.1.
20535
20536 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20537
20538         * m4/jm-macros.m4: Sync from coreutils.
20539         (gl_MACROS): Check for mbrlen, for pathchk.
20540         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
20541
20542 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         * lib/xreadlink.c (MAXSIZE): New macro.
20545         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
20546         size does not exceed MAXSIZE.  Avoid cast.
20547         As suggested by Mark D. Baushke in
20548         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
20549         if readlink fails with buffer size just under MAXSIZE, try again
20550         with MAXSIZE.
20551
20552 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20553
20554         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
20555
20556 2004-11-02  Derek R. Price  <derek@ximbiot.com>
20557         and  Paul Eggert  <eggert@cs.ucla.edu>
20558
20559         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
20560         (get_date): Overparenthesize to avoid GCC warning.
20561
20562 2004-11-02  Bruno Haible  <bruno@clisp.org>
20563
20564         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
20565         returns void.
20566
20567 2004-11-02  Bruno Haible  <bruno@clisp.org>
20568
20569         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
20570         function returns void.
20571
20572 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20573
20574         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
20575         fflush_unlocked, flockfile, funlockfile, funlockfile,
20576         fputs_unlocked, putc_unlocked.
20577
20578 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20579
20580         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
20581         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
20582         already declared.
20583
20584 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20585
20586         * modules/getdate (Files): Add doc/getdate.texi.
20587         (Depends-on): Add setenv, xalloc.
20588
20589 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20590
20591         * lib/getdate.y: Add support for TZ="foo" within a date string.
20592         Fix some bugs near time_t boundaries.  Reject dates with
20593         out-of-range components, e.g., "Sept 31".
20594         Include <stdlib.h>, "setenv.h", "xalloc.h".
20595         (ISDIGIT_LOCALE): Remove; unused.
20596         Note that the TZ and time functions used here are not reentrant.
20597         (mktime_ok, get_tz): New functions.
20598         (TZBUFSIZE): New constant.
20599         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
20600         This requires that we sometimes generate our own TZ="XXX..." setting.
20601
20602 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20603
20604         * doc/getdate.texi: New file, from coreutils with modifications for
20605         the new TZ parsing.
20606
20607 2004-10-27  Derek R. Price  <derek@ximbiot.com>
20608
20609         * lib/mktime.c (not_equal_tm): Remove redundant check.
20610
20611 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20612
20613         * modules/regex (lib_SOURCES): Add regex.c.
20614         Reported by James Youngman in
20615         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
20616
20617 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20618
20619         * lib/getdate.y: Use Bison 1.875 features, and some minor
20620         code cleanups.  This change does not affect semantics.
20621         Don't include <stdlib.h>; no longer needed.
20622         Don't include unlocked-io.h; only the "#if TEST" code uses
20623         stdio, and performance isn't crucial there.
20624         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
20625         Bison 1.875 features as described below.
20626         All uses of "PC." replaced by "pc->".
20627         (YYSTYPE): Add a forward declaration.
20628         (yylex, yyerror): Use full prototypes in forward decls.
20629         Use "%pure-parser" rather than obsolescent "%pure_parser".
20630         Use %parse-param and %lex-param instead of obsolescent
20631         YYPARSE_PARAM and YYLEX_PARAM.
20632         (meridian_table, month_and_day_table, time_units_table,
20633         relative_time_table, time_zone_table, military_table,
20634         lookup_zone, lookup_word, get_date):
20635         Use NULL instead of 0 where appropriate.
20636         (to_hour): Avoid abort (), to avoid a dependency on
20637         stdlib.h.
20638         (yyerror, yylex): Now accepts parser_control * arg.
20639         (main) [TEST]: Use '\0' rather than 0 for char.
20640
20641 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20642
20643         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
20644
20645 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20646
20647         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
20648         It's now the caller's responsibility to handle the case where
20649         !HAVE_GETPAGESIZE && !defined getpagesize.
20650
20651         * lib/mktime.c (leapyear): Arg is long int, not int.
20652
20653 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
20654
20655         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
20656
20657 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
20660         missing.  Problem reported by James Youngman.
20661
20662 2004-10-16  Simon Josefsson  <jas@extundo.com>
20663
20664         * gnulib-tool: Fix comments.  Fix parse problem.
20665         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
20666
20667 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
20668
20669         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
20670         implementation of getopt_long.  Problem reported by Alexander Taler in:
20671         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
20672
20673 2004-10-15  Bruno Haible  <bruno@clisp.org>
20674
20675         * gnulib-tool: Untabify. Initialize supplied_libname.
20676         (func_usage): More homogenous output.
20677         (func_modules_transitive_closure, func_modules_to_filelist,
20678         func_emit_lib_Makefile_am): New functions.
20679         (func_import): New function, extracted from big case statement. Use
20680         func_get_license, func_modules_transitive_closure,
20681         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
20682         opt_lgpl. Don't use test -a, as it's not portable.
20683         (func_create_testdir): Use func_modules_transitive_closure,
20684         func_modules_to_filelist, func_emit_lib_Makefile_am.
20685
20686 2004-10-15  Bruno Haible  <bruno@clisp.org>
20687
20688         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
20689
20690 2004-10-15  Bruno Haible  <bruno@clisp.org>
20691
20692         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
20693         the portions belonging to each module.
20694         Suggested by Derek Robert Price <derek@ximbiot.com>.
20695
20696 2004-10-12  Simon Josefsson  <jas@extundo.com>
20697
20698         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
20699         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
20700         to real functions.
20701
20702 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20703
20704         * modules/vsnprintf: New file.
20705
20706 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20707
20708         * m4/vsnprintf.m4: New file.
20709
20710 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20711
20712         * lib/vsnprintf.h: New file.
20713         * lib/vsnprintf.c: New file.
20714
20715 2004-10-11  Bruno Haible  <bruno@clisp.org>
20716
20717         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
20718         vsnprintf.
20719
20720 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
20721
20722         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
20723
20724 2004-10-07  Bruno Haible  <bruno@clisp.org>
20725
20726         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
20727         fits into the provided buffer.
20728
20729 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
20730
20731         * lib/diacrit.c, diacrit.h: Add GPL notice.
20732
20733         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
20734         notice.
20735         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
20736         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
20737         This avoids a potential constant-folding bug.
20738
20739 2004-10-05  Bruno Haible  <bruno@clisp.org>
20740
20741         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
20742         for the declaration of strsep.
20743
20744 2004-10-05  Bruno Haible  <bruno@clisp.org>
20745
20746         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
20747
20748 2004-10-04  Simon Josefsson  <jas@extundo.com>
20749
20750         * modules/memmem: New file.
20751         * tests/test-memmem.c: New file.
20752         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
20753
20754 2004-10-04  Simon Josefsson  <jas@extundo.com>
20755
20756         * m4/memmem.m4: New file.
20757
20758 2004-10-04  Simon Josefsson  <jas@extundo.com>
20759
20760         * lib/memmem.h: New file.
20761         * lib/memmem.c: New file, taken from glibc.
20762
20763 2004-10-04  Simon Josefsson  <jas@extundo.com>
20764
20765         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
20766         '#ifdef USE_UNLOCKED_IO'.
20767
20768 2004-10-04  Simon Josefsson  <jas@extundo.com>
20769
20770         * config/srclist.txt: Add memmem from glibc.
20771
20772 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20773
20774         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
20775
20776         * modules/argmatch, modules/argp, modules/closeout, modules/error,
20777         modules/exclude, modules/getdate, modules/getline,
20778         modules/getndelim2, modules/getpass, modules/getpass-gnu,
20779         modules/getusershell, modules/linebuffer, modules/md5,
20780         modules/mountlist, modules/posixtm, modules/readtokens,
20781         modules/readutmp, modules/regex, modules/sha1,
20782         modules/version-etc, modules/yesno:
20783         Remove dependency on unlocked-io.
20784
20785 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20786
20787         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
20788
20789         * m4/unlocked-io.m4: Add copyright notice.
20790         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
20791
20792 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20793
20794         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
20795         * lib/xmalloc.c (xmemdup): Likewise.
20796         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
20797         XFREE): Remove these long-obsolescent macros.
20798         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
20799         * lib/xstrdup.c: Remove.
20800
20801         * lib/regex.c (re_comp): Cast gettext return value to char *,
20802         Problem reported by Martin Neitzel via Mark D. Baushke.
20803
20804 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20805
20806         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
20807         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
20808         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
20809         regex.c, sha1.c, version-etc.c, yesno.c:
20810         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
20811         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
20812         the includer's responsibility.
20813
20814         Sync from coreutils.
20815
20816         * lib/modechange.c (mode_compile): Don't decrement a pointer that
20817         points to the start of a string, as the C Standard says the
20818         resulting behavior is undefined.
20819
20820         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
20821         simple -> simple_backups, numbered_existing ->
20822         numbered_existing_backups, numbered -> numbered_backups
20823         to avoid shadowing problems.  All uses changed.
20824         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
20825         * lib/backupfile.c (check_extension, numbered_backup):
20826         Rename locals to avoid shadowing 'basename'.
20827         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
20828         once.
20829
20830         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
20831         * lib/.cvsignore: Add getopt.h.
20832
20833 2004-10-04  Bruno Haible  <bruno@clisp.org>
20834
20835         * modules/README: New file.
20836         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
20837         not a module.
20838
20839 2004-10-02  Jim Meyering  <jim@meyering.net>
20840
20841         * lib/dirfd.h, getpagesize.h: Add copyright notice.
20842
20843 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20844
20845         * modules/strsep: New file.
20846
20847 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20848
20849         * m4/strsep.m4: New file.
20850
20851 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20852
20853         * lib/strsep.h: New file.
20854         * lib/strsep.c: New file.
20855
20856 2004-10-01  Simon Josefsson  <jas@extundo.com>
20857
20858         * lib/snprintf.c (snprintf): Handle size==0.
20859
20860 2004-10-01  Simon Josefsson  <jas@extundo.com>
20861             Bruno Haible  <bruno@clisp.org>
20862
20863         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
20864         (snprintf): Declare 'args'.
20865
20866 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
20867
20868         * lib/snprintf.c: Remove comments as to why each header is needed.
20869
20870 2004-10-01  Bruno Haible  <bruno@clisp.org>
20871
20872         * MODULES.html.sh: Add strsep.
20873
20874 2004-09-30  Simon Josefsson  <jas@extundo.com>
20875
20876         * modules/snprintf: New file.
20877
20878 2004-09-30  Simon Josefsson  <jas@extundo.com>
20879
20880         * m4/snprintf.m4: New file.
20881
20882 2004-09-30  Simon Josefsson  <jas@extundo.com>
20883
20884         * lib/snprintf.h, lib/snprintf.c: New files.
20885
20886 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20887
20888         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
20889         (hol_entry_help): Never translate an empty string.
20890         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
20891         * lib/argp.h (OPTION_NO_TRANS): New option.
20892
20893 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20894
20895         * modules/argp (Maintainer): Replace Simon Josefsson
20896         by Sergey Poznyakoff.
20897
20898 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20899
20900         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
20901         changes merged back into glibc.
20902
20903 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20904
20905         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
20906
20907 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20908
20909         * lib/xvasprintf.c: Include xalloc.h.
20910         (xvasprintf): Use xalloc_die, not xmalloc_die.
20911
20912 2004-09-29  Bruno Haible  <bruno@clisp.org>
20913
20914         * modules/alloca-opt: New file, derived from modules/alloca.
20915         * modules/allocsa: Depend on alloca-opt instead of alloca.
20916         * modules/setenv: Likewise.
20917         * modules/vasnprintf: Likewise.
20918         * MODULES.html.sh: Add alloca-opt.
20919
20920 2004-09-28  Simon Josefsson  <jas@extundo.com>
20921
20922         * gnulib-tool: New parameter --lgpl, to asseert that modules are
20923         LGPL, and to replace license template from GPL to LGPL.
20924
20925 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
20926
20927         * modules/dummy: Change license to LGPL.
20928
20929 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
20930
20931         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
20932
20933 2004-09-24  Simon Josefsson  <jas@extundo.com>
20934
20935         * modules/minmax (License): Change from GPL to LGPL.
20936
20937 2004-09-23  Simon Josefsson  <jas@extundo.com>
20938
20939         * gnulib-tool (--import): Typo.
20940
20941 2004-09-23  Simon Josefsson  <jas@extundo.com>
20942
20943         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
20944
20945 2004-09-22  Bruno Haible  <bruno@clisp.org>
20946
20947         * modules/*: Add 'License' field.
20948         * gnulib-tool: Accept --extract-license option.
20949         (func_get_license): New function.
20950
20951 2004-09-21  Bruno Haible  <bruno@clisp.org>
20952
20953         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
20954         Reported by Simon Josefsson.
20955
20956 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20957
20958         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
20959         gl_AC_TYPE_LONG_LONG.
20960
20961 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20962
20963         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
20964
20965 2004-09-18  Simon Josefsson  <jas@extundo.com>
20966         and  Paul Eggert  <eggert@cs.ucla.edu>
20967
20968         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
20969         calls with autoreconf.  Define GL_LIB.
20970
20971 2004-09-14  Karl Berry  <karl@gnu.org>
20972
20973         * config/srclist.txt: unsync setenv.c, sigh.
20974
20975 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20976
20977         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
20978         Problem reported by Bruno Haible in:
20979         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
20980
20981 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20982
20983         * config/srclist.txt: Comment out argp-pvh.c.
20984
20985 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
20986
20987         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
20988         in case some system header has #define'd it.  Problem reported by
20989         Soeren D. Schulze in
20990         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
20991
20992 2004-09-09  Karl Berry  <karl@gnu.org>
20993
20994         * regex.[ch]: delete from the root.  These were supposed to be
20995                 synced with emacs cvs, but this has not happened for about
20996                 a year, and anyway nothing else uses emacs regex.[ch].
20997                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
20998                 lib/regex[.ch] is untouched.
20999
21000 2004-09-09  Bruno Haible  <bruno@clisp.org>
21001
21002         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21003
21004 2004-09-09  Bruno Haible  <bruno@clisp.org>
21005
21006         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21007         modifications.
21008         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21009
21010 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21011
21012         * modules/xvasprintf: New file.
21013         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21014
21015 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21016
21017         * lib/xvasprintf.h: New file.
21018         * lib/xvasprintf.c: New file.
21019         * lib/xasprintf.c: New file.
21020
21021 2004-09-08  Bruno Haible  <bruno@clisp.org>
21022
21023         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21024
21025 2004-09-08  Bruno Haible  <bruno@clisp.org>
21026
21027         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21028         length is > INT_MAX.
21029         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21030         more.
21031
21032 2004-09-08  Bruno Haible  <bruno@clisp.org>
21033
21034         * lib/stdint_.h: New file, taken from GNU clisp.
21035
21036 2004-09-08  Bruno Haible  <bruno@clisp.org>
21037             Oskar Liljeblad  <oskar@osk.mine.nu>
21038
21039         * modules/stdint: New file.
21040         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21041
21042 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21043
21044         Import from coreutils.
21045         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21046         strings on unbounded length.  alloca's performance benefits aren't
21047         that important here.
21048         (V_STRDUP): Remove.
21049         (parse_with_separator): New function, with most of the internals
21050         of the old parse_user_spec.  Allow user to omit both user and group,
21051         for compatibility with FreeBSD.
21052         Clone only the user name, not the entire spec.
21053         Do not set *uid, *gid unless entirely successful.
21054         Avoid memory leak in some failing cases.
21055         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21056         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21057         (parse_user_spec): Rewrite to use parse_with_separator.
21058
21059 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21060
21061         * modules/userspec: Don't depend on alloca.
21062
21063 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21064
21065         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21066
21067 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21068
21069         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21070         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21071         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21072
21073 2004-08-16  Simon Josefsson  <jas@extundo.com>
21074
21075         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21076         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21077         Add --dry-run for --import.
21078         Let user provided command line parameters override configure.ac
21079         settings.
21080
21081 2004-08-12  Simon Josefsson  <jas@extundo.com>
21082
21083         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21084         as discussed with Paul Eggert in threads rooted at
21085         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21086         and
21087         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21088         Before, the test was empty, and relied on ELIDE_CODE in source
21089         code.)
21090         (gl_PREREQ_GETOPT): New macro.
21091         (gl_GETOPT): Use them.
21092
21093 2004-08-12  Simon Josefsson  <jas@extundo.com>
21094
21095         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21096         * lib/getopt_.h: Renamed from getopt.h.
21097
21098 2004-08-12  Simon Josefsson  <jas@extundo.com>
21099
21100         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21101         Change default library name from libfoo to libgnu.
21102         Now, if you have a configure.ac that says:
21103                 gl_SOURCE_BASE(gl)
21104                 gl_M4_BASE(gl/m4)
21105                 gl_MODULES(error getopt etcetera)
21106                 gl_INIT
21107         you can import all you need by running:
21108                 ../gnulib/gnulib-tool --import
21109
21110         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21111         (Makefile.am): Rewrite, use logic from argz.
21112         (Include): Use <getopt.h> instead of "getopt.h".
21113
21114 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21115
21116         * modules/argp (Files): Add m4/unlocked-io.m4.
21117         (Depends-on): Add extensions.
21118
21119 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21120
21121         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
21122         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
21123         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
21124         Check for program_invocation_name, program_invocation_short_name,
21125         flockfile, funlockfile, features.h, _getopt_long_only_r.
21126
21127 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21128
21129         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
21130         its complicated substitute.
21131         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
21132         and program_invocation_name.
21133         (__argp_basename) [!_LIBC]: Remove; the only use was
21134         replaced by its body.
21135         (__argp_short_program_name): Change condition from
21136         !defined __argp_short_program_name to
21137         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
21138         to match argp-namefrob.h.
21139         (__argp_failure): Don't assume strerror_r returns char *.
21140         * lib/argp-parse.c (N_): Define unconditionally.
21141         (argp_default_options): Fill out initializers with 0 to avoid
21142         gcc warnings.
21143
21144 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
21145
21146         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
21147         getopt1.c.
21148
21149 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21150
21151         Merge from coreutils.
21152
21153         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
21154
21155         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
21156         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
21157
21158 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21159
21160         Merge from coreutils.
21161
21162         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
21163         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
21164         for Reliant Unix 5.43.
21165
21166         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
21167         (union fooround): Use uintmax_t, not long int.
21168         The rest is a merge from libc:
21169         [defined _LIBC]: Include <shlib-compat.h>.
21170         (_obstack) [defined _LIBC]: Remove after 2.3.4.
21171
21172         * lib/settime.c (settime): Recode to avoid warning with
21173         Sun Forte C 6U2.
21174
21175         * lib/strverscmp.c: Convert to UTF-8.
21176
21177 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21178
21179         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21180         m4/uintmax_t.m4.
21181
21182 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21183
21184         * modules/xalloc-die: New file.
21185         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
21186
21187         * modules/md5 (Files): Add m4/uint32_t.m4.
21188         * modules/sha1: Renamed from modules/sha.
21189         (Files):
21190         Rename lib/sha.h to lib/sha1.h.
21191         Rename lib/sha.c to lib/sha1.c.
21192         Rename m4/sha.m4 to m4/sha1.m4.
21193         (lib_SOURCES): Likewise.
21194         (configure.ac): Rename gl_SHA to gl_SHA1.
21195         (Include): sha.h -> sha1.h.
21196
21197 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
21200         * m4/sha1.m4: Renamed from sha.m4.
21201         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
21202
21203 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21204
21205         * lib/obstack.h (obstack_empty_p):
21206         Don't assume that chunk->contents is suitably aligned.
21207         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
21208         Likewise. Problem reported by Benno in
21209         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
21210
21211         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
21212         readable.  This could be improved further but it'd take some work.
21213
21214 2004-08-08  Simon Josefsson  <jas@extundo.com>
21215
21216         * modules/xgethostname (Depends-on): Remove exit and error (not
21217         used).
21218
21219         * modules/getpass-gnu: Add getpass.h.
21220         (Depends-on): Add stdbool.
21221         * modules/getpass: Add getpass.h.
21222
21223 2004-08-08  Simon Josefsson  <jas@extundo.com>
21224
21225         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
21226         Check getpass declaration.
21227
21228 2004-08-08  Simon Josefsson  <jas@extundo.com>
21229
21230         * lib/xgethostname.c: Don't include error.h (not used).
21231
21232         * lib/getpass.h: Add.
21233         * lib/getpass.c: Include getpass.h first.
21234
21235 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
21236
21237         * lib/xalloc-die.c: New file.
21238         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
21239         All uses removed.
21240         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
21241         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
21242         xalloc-die.c.
21243         (_, N_, xalloc_die): Move to xalloc-die.c.
21244         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
21245         so that we needn't mess with xalloc_msg_memory_exhausted.
21246
21247         * lib/sha1.h: Renamed from sha.h.
21248         (SHA1_H): Renamed from _SHA_H.
21249         (sha1_ctx): Renamed from sha_ctx.
21250         (sha1_init_ctx): Renamed from sha_init_ctx.
21251         (sha1_process_block): Renamed from sha_process_block.
21252         (sha1_process_bytes): Renamed from sha_process_bytes.
21253         (sha1_finish_ctx): Renamed from sha_finish_ctx.
21254         (sha1_read_ctx): Renamed from sha_read_ctx.
21255         (sha1_stream): Renamed from sha_stream.
21256         (sha1_buffer): Renamed from sha_buffer.
21257         * lib/sha1.c: Likewise; renamed from sha.c.
21258         Do not include <sys/types.h>.
21259         Include <stddef.h> rather than <stdlib.h>.
21260
21261 2004-08-08  Bruno Haible  <bruno@clisp.org>
21262
21263         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21264         FILESYSTEM_PREFIX_LEN.
21265         * lib/progreloc.c: Likewise.
21266         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21267
21268 2004-08-06  Simon Josefsson  <jas@extundo.com>
21269
21270         * modules/progname (Depends-on): Don't depend on stdbool.
21271
21272 2004-08-06  Simon Josefsson  <jas@extundo.com>
21273
21274         * modules/getsubopt: New file.
21275         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21276         getsubopt.
21277
21278 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21279
21280         More merge from coreutils.
21281
21282         * m4/utimens.m4, m4/utimecmp.m4: New files.
21283         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21284         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21285         prereq.m4, sha.m4: Import changes from coreutils.
21286
21287 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21288
21289         More merge from coreutils.
21290         * modules/raise, modules/readtokens0, modules/utimens:
21291         * modules/utimecmp, module/xnanosleep: New files.
21292         * modules/strftime: Add lib/strftime.h.
21293         Change include from <time.h> to "strftime.h".
21294         * modules/yesno: Add lib/yesno.h.
21295         * modules/backupfile: Remove lib/addext.c.
21296         * modules/euidaccess: Add stat-macros.h.
21297         * modules/canonicalize, modules/euidaccess,
21298         modules/filemode, modules/lchown, modules/makepath,
21299         modules/rmdir, modules/stat: Likewise.
21300
21301 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21302
21303         Merge from tar.
21304         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21305         SIZE_MAX is a valid preprocessor constant.
21306         (__argp_basename): Change from "#ifndef _LIBC"
21307         to "#ifndef __argp_short_program_name", so that
21308         we don't compile these functions for tar.
21309
21310         More merges from coreutils.
21311         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21312         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21313         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21314         * lib/addext.c: Remove; no longer needed.
21315         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
21316         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
21317         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
21318         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
21319         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
21320         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
21321         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
21322         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
21323         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
21324         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21325         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
21326         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
21327         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
21328         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
21329         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
21330         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
21331         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
21332         Import changes from coreutils.
21333
21334 2004-08-05  Simon Josefsson  <jas@extundo.com>
21335
21336         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
21337
21338 2004-08-05  Simon Josefsson  <jas@extundo.com>
21339
21340         * m4/getsubopt.m4: New file.
21341
21342 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21343
21344         Merge from coreutils.
21345
21346         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21347         * m4/getcwd-path-max.m4: New files.
21348
21349         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21350         FILESYSTEM_PREFIX_LEN ->
21351         FILE_SYSTEM_PREFIX_LEN.
21352         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21353         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21354         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21355         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21356
21357         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
21358         prerequisite modules now handle the DOS stuff.
21359         Don't check for unistd.h.
21360
21361 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21362
21363         Merge from coreutils.
21364
21365         * lib/.gdb-history: Remove; this doesn't belong here.
21366
21367         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
21368         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
21369         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
21370         * lib/getcwd.c: New files.
21371
21372         * lib/dirname.h: Include <stdbool.h>.
21373         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
21374         for consistency with POSIX terminology.  All uses changed.
21375         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
21376         (strip_trailing_slashes): Use bool for booleans.
21377         * lib/stripslash.c (strip_trailing_slashes): Likewise.
21378
21379         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
21380         sometimes returns a positive errno value even when it succeeds.
21381         (print_errno_message) [!LIBC]: Fall back on strerror if
21382         __strerror_r fails.
21383
21384         * lib/path-concat.c (mempcpy): Don't define if a system header defines
21385         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
21386         (longest_relative_suffix): New function.
21387         (path_concat): Use it.  Assume first argument is not NULL.
21388         Port to DOS.  Omit redundant separators.
21389         Report an error instead of returning NULL.
21390         Use mempcpy instead of memcpy.
21391         (xpath_concat): Remove: not declared or used.
21392
21393         * lib/same.h: Include <stdbool.h>
21394         (same_name): Return bool, not int.
21395         * lib/same.c (same_name): Likewise.
21396         (errno): Don't declare; we assume C89 or better now.
21397
21398         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
21399         if not already defined.
21400
21401         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
21402         * lib/dup-safer.c (errno): Likewise.
21403
21404 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21405
21406         Merge from coreutils.
21407         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
21408         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
21409         * modules/path-concat: Don't depend on strdup.
21410
21411 2004-08-03  Simon Josefsson  <jas@extundo.com>
21412
21413         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
21414         * lib/progname.h: Don't include stdbool.h.
21415
21416 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21417
21418         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
21419         * MODULES.html.sh (func_all_modules): Remove fatal.
21420
21421 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21422
21423         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
21424
21425 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21426
21427         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
21428         working.
21429
21430 2004-08-02  Simon Josefsson  <jas@extundo.com>
21431
21432         * lib/getsubopt.h: New file, with comments from Bruno Haible.
21433         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
21434         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
21435
21436 2004-08-01  Simon Josefsson  <jas@extundo.com>
21437
21438         * lib/xgetdomainname.c: Include stdlib.h, for free().
21439
21440 2004-07-19  Bruno Haible  <bruno@clisp.org>
21441
21442         * MODULES.html.sh (func_all_modules): Add dummy.
21443
21444 2004-07-16  Simon Josefsson  <jas@extundo.com>
21445
21446         * modules/dummy: New file.
21447
21448 2004-07-16  Simon Josefsson  <jas@extundo.com>
21449
21450         * lib/dummy.c: New file.
21451
21452 2004-07-16  Bruno Haible  <bruno@clisp.org>
21453
21454         * lib/backupfile.h: Add extern "C" for C++.
21455         * lib/closeout.h: Likewise.
21456         * lib/copy-file.h: Likewise.
21457         * lib/findprog.h: Likewise.
21458         * lib/full-write.h: Likewise.
21459         * lib/pathname.h: Likewise.
21460         * lib/progname.h: Likewise.
21461         * lib/stpcpy.h: Likewise.
21462         * lib/stpncpy.h: Likewise.
21463         * lib/strcase.h: Likewise.
21464         * lib/strstr.h: Likewise.
21465         * lib/xalloc.h: Likewise.
21466
21467         * lib/mbswidth.h: Add extern "C" for C++.
21468         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
21469
21470 2004-07-13  Robert Millan  <robertmh@gnu.org>
21471
21472         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
21473
21474 2004-07-09  Simon Josefsson  <jas@extundo.com>
21475
21476         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
21477         failed without this.)
21478
21479 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21480
21481         * modules/chown (Files): Add lib/fchown-stub.c, since
21482         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
21483
21484 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21485
21486         * lib/fchown-stub.c: New file.
21487
21488 2004-06-24  Jim Meyering  <jim@meyering.net>
21489
21490         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
21491
21492 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21493
21494         * modules/argz: Omit "#include".
21495
21496         * MODULES.html.sh (func_all_modules): Add calloc, to match
21497         2004-06-01 addition of calloc module.
21498
21499 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21500
21501         * m4/argz.m4: New file, which is autoupdated from libtool.
21502
21503 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21504
21505         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
21506         libtool.
21507
21508 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         * config/srclist-update: Don't insist on "USA." before the
21511         close-comment, as libtool omits the period and puts the */ on a
21512         separate line.
21513         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
21514         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
21515
21516 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
21517
21518         * modules/argz: New file.
21519         * MODULES.html.sh (func_all_modules): Add argz.
21520
21521 2004-06-12  Jim Meyering  <jim@meyering.net>
21522         and  Paul Eggert  <eggert@cs.ucla.edu>
21523
21524         * modules/hash (Files): Add lib/xalloc.h.
21525         * modules/pipe (Depends-on): Add wait-process.
21526         * modules/stat (Depends-on): Add xalloc.
21527         * modules/userspec (Files): Add lib/userspec.h.
21528         * modules/xstrto
21529
21530         Upgrade from gettext-0.13.
21531         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
21532         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
21533         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
21534
21535 2004-06-10  Jim Meyering  <jim@meyering.net>
21536
21537         * lib/calloc.c: New file.
21538
21539 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
21540
21541         * lib/getdate.y (yylex): Allow space between sign and number.
21542         Problem reported by Dan Jacobson.
21543
21544 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
21545
21546         Merge from coreutils CVS.
21547
21548         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
21549         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
21550         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
21551         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
21552         xstrtol.m4: Fix copyright date and/or serial number.
21553
21554         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
21555         See if we need an fchown replacement.
21556         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
21557         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
21558         and use the replacement function if we detect either defect.
21559
21560         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
21561         gl_UTIMECMP.
21562
21563 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
21564         and  Jim Meyering  <jim@meyering.net>
21565
21566         Merge from coreutils CVS.
21567
21568         * lib/stat-macros.h: New file, with contents from file-type.h
21569         and coreutils' system.h.
21570         * lib/file-type.c: Include "stat-macros.h".
21571         * lib/file-type.h (file_type): Move all macro definitions to new file,
21572         stat-macros.h.
21573
21574         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
21575         Wrap old code with this conditional.
21576         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
21577         function that does not dereference symlinks.
21578         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
21579
21580         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
21581         dependency problems.
21582         (xreadlink): Accept new arg SIZE, for efficiency.
21583         All decls and uses changed.
21584         * lib/xreadlink.h: Include <stddef.h>, for size_t.
21585
21586         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
21587         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
21588
21589         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
21590         sysexits.h.
21591
21592 2004-06-01  Jim Meyering  <jim@meyering.net>
21593
21594         * m4/calloc.m4: New file.
21595
21596 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
21597
21598         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
21599         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
21600         Also, fix a typo in a diagnostic.
21601
21602 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
21603
21604         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
21605         or AC_FUNC_REALLOC.
21606
21607 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
21608
21609         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
21610         macros to be defined.
21611         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
21612         the allocator returns NULL because the requested size is zero.
21613
21614 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21615
21616         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
21617         var.  Add comment explaining why libc still defines it.  This
21618         merges the following patch from glibc:
21619         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
21620
21621 2004-05-20  Andreas Schwab  <schwab@suse.de>
21622
21623         * m4/free.m4: Replace free if it not known to work, not the other
21624         way round.
21625
21626 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21627
21628         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
21629         present in glibc since revision 1.1 of this file.
21630         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
21631         obstack_alignment_mask, obstack_alloc, obstack_base,
21632         obstack_blank, obstack_blank_fast, obstack_chunk_size,
21633         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
21634         obstack_grow0, obstack_init, obstack_int_grow,
21635         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
21636         obstack_next_free, obstack_object_size, obstack_ptr_grow,
21637         obstack_ptr_grow_fast, obstack_room): Remove declarations of
21638         nonexistent functions.
21639
21640 2004-05-18  Karl Berry  <karl@gnu.org>
21641
21642         * config/srclist.txt: break link for vasnprintf.c.
21643
21644 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21645
21646         Port obstack to the AS/400, where pointers are 16 bytes wide and
21647         you cannot cast an integer to a valid pointer.  This patch is
21648         currently waiting to be integrated into glibc; see
21649         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
21650
21651         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
21652         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
21653         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
21654         (struct obstack): temp member is now a union of a pointer and
21655         an integer, instead of an integer.  All integer uses changed.
21656         This does not affect the physical layout of struct obstack,
21657         except on hosts (like the AS/400) where the size or alignment of
21658         void * is greater than that of ptrdiff_t.
21659         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
21660         __STDC__)]: Store temporary in pointer member of union, not
21661         integer member.
21662         * lib/obstack.c: Include <stddef.h>, for offsetof.
21663         (struct fooalign): Remove; it doesn't need a name.
21664         (union fooround): Change double to long double, and add void *.
21665         (DEFAULT_ALIGNMENT): Use offsetof to compute.
21666         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
21667         not a macro.  Hence the values are always int; so remove all
21668         casts-to-int in uses.
21669
21670 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21671
21672         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
21673         we can get this patch merged into glibc.
21674
21675 2004-05-17  Derek R. Price  <derek@ximbiot.com>
21676             Paul Eggert  <eggert@cs.ucla.edu>
21677
21678         * m4/argp: Depend on alloca.
21679
21680 2004-05-17  Derek R. Price  <derek@ximbiot.com>
21681             Paul Eggert  <eggert@cs.ucla.edu>
21682
21683         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
21684         freecoding.
21685
21686 2004-05-17  Bruno Haible  <bruno@clisp.org>
21687
21688         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
21689         precision that consists of a '.' followed by an empty digit string.
21690         Patch by Tor Lillqvist <tml@iki.fi>.
21691
21692 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21693
21694         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
21695         for backward compatibility with older code.  We need our own
21696         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
21697         it under some other name, and our alloca.h will define it.
21698
21699 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21700             Derek Price  <derek@ximbiot.com>
21701
21702         * lib/alloca.c: Include <alloca.h>, to get our interface.
21703         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
21704         include <alloca.h> first.  Use C89 prototype for alloca; this
21705         requires including <stddef.h> for size_t.  Use extern "C" if C++.
21706         Use #elif for simplicity, since we can assume C89 now.
21707         Don't try to source the system alloca.h since it will not be found
21708         and to prevent recursively including its replacement.
21709         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
21710         * lib/regex.c: Likewise.
21711
21712 2004-05-16  Derek Price  <derek@ximbiot.com>
21713             Paul Eggert  <eggert@cs.ucla.edu>
21714
21715         getline cleanup.  This changes the getndelim2 API: both order of
21716         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
21717         no delimiter).
21718
21719         * lib/getline.c: Don't include stddef.h or stdio.h, since our
21720         interface does that.
21721         (getline): Always use getdelim, so that we don't have two
21722         copies of this code.
21723         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
21724         if available.
21725         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
21726         (GETNDELIM2_MAXIMUM): New macro.
21727         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
21728         instead of the old practice of delim2==0.  All callers changed.
21729         Return -1 on overflow, instead of returning junk.
21730         Do not set *linesize unless allocation succeeds.
21731         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
21732         that we include sys/types.h.
21733         * lib/getnline.h: Likewise.
21734         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
21735         (getndelim2): Reorder arguments.
21736         * lib/getnline.c (getnline, getndelim):
21737         Don't discard the NMAX argument.
21738         (getnline): Invoke getndelim, to avoid code duplication.
21739         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
21740         of (size_t) -1 by callers of the getnline family.
21741
21742 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21743
21744         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
21745         Check for gettimeofday.
21746         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
21747         Check for settimeofday, stime.
21748
21749 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21750
21751         * lib/nanosleep.c (suspended): Change its type from int to
21752         sig_atomic_t volatile.
21753         (first_call): Make it private to rpl_nanosleep, and have it
21754         be zero initially as that's a bit faster.
21755         (my_usleep): Round up fractional times instead of truncating them,
21756         as this is the usual meaning for 'sleep'.
21757
21758         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
21759         doesn't work.
21760         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
21761         (ENOSYS): Define if not defined.
21762         (settime): Fall back on stime if it exists and settimeofday fails.
21763         But don't bother with fallbacks if a method fails with errno == EPERM.
21764
21765 2004-05-11  Jim Meyering  <jim@meyering.net>
21766
21767         Prior to this change, the save_cwd caller required read access to the
21768         current directory on most systems (ones with the fchdir function).
21769
21770         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
21771         fails, try write-only, and finally, resort to using xgetcwd.
21772
21773 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
21774
21775         * lib/obstack.c, obstack.h: Import changes from libc.
21776
21777 2004-04-28  Bruno Haible  <bruno@clisp.org>
21778
21779         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
21780         also implicitly appends .exe to executables.
21781         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
21782         accepts Windows pathnames.
21783         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
21784         Treat Cygwin like Windows, since it now accepts Windows pathnames.
21785         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
21786         Treat Cygwin like Windows, since it now accepts Windows pathnames.
21787         Reported by Derek Robert Price <derek@ximbiot.com>.
21788
21789 2004-04-21  Karl Berry  <karl@gnu.org>
21790
21791         * config/srclist.txt (localcharset.c): break sync.
21792
21793 2004-04-20  Paul Eggert  <eggert@twinsun.com>
21794
21795         * m4/host-os.m4: Add a copyright notice.
21796
21797 2004-04-20  Jim Meyering  <jim@meyering.net>
21798
21799         Change UTILS_ to gl_ in AC_DEFINE'd names.
21800         Change utils_- and jm_-prefixed variables, too.
21801         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
21802         UTILS_FUNC_MKDIR_TRAILING_SLASH.
21803         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
21804
21805         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
21806         Don't emit trailing blanks.
21807         Also rename jm_-prefixed variables to have gl_ prefix.
21808
21809         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
21810         Also rename jm_-prefixed variables to have gl_ prefix.
21811
21812         * m4/jm-macros.m4: Reflect the renamings.
21813         * m4/prereq.m4: Likewise.
21814
21815 2004-04-20  Jim Meyering  <jim@meyering.net>
21816
21817         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
21818         memory.
21819
21820 2004-04-20  Jim Meyering  <jim@meyering.net>
21821             Bruno Haible  <bruno@clisp.org>
21822
21823         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
21824         memory when realloc fails.
21825
21826 2004-04-19  Jim Meyering  <jim@meyering.net>
21827
21828         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
21829         now that readutmp.c may call `free (0)'.
21830
21831 2004-04-19  Bruno Haible  <bruno@clisp.org>
21832
21833         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
21834         * m4/inttypes_h.m4: Likewise.
21835         * m4/stdint_h.m4: Likewise.
21836         * m4/intmax_t.m4: Likewise.
21837         * m4/uintmax_t.m4: Likewise.
21838
21839 2004-04-18  Jim Meyering  <jim@meyering.net>
21840
21841         * m4/prereq.m4: Don't forbid jm_ prefix.
21842
21843         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
21844         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
21845         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
21846         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
21847         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
21848         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
21849         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
21850         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
21851         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
21852         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
21853         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
21854         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
21855         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
21856         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
21857         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
21858         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
21859         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
21860         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
21861         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
21862
21863 2004-04-18  Jim Meyering  <jim@meyering.net>
21864
21865         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
21866         failure, don't leak memory and do call END_UTMP_ENT.
21867
21868 2004-04-16  Jim Meyering  <jim@meyering.net>
21869
21870         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
21871         coreutils' stat program.
21872         (gl_PREREQ): Don't require jm_PREREQ_STAT.
21873
21874 2004-04-11  Paul Eggert  <eggert@twinsun.com>
21875
21876         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
21877         C89.
21878         (CHAR_BIT): Remove, since we assume C89.
21879         Include <stdint.h> if available, as per current Autoconf CVS advice.
21880
21881 2004-03-31  Jim Meyering  <jim@meyering.net>
21882
21883         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
21884         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
21885         * m4/xalloc.m4: Likewise.
21886
21887 2004-03-30  Paul Eggert  <eggert@twinsun.com>
21888
21889         Merge from coreutils.
21890
21891         * m4/inttostr.m4: New file.
21892         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
21893         Require AM_STDBOOL_H and gl_TIMESPEC instead.
21894         Require gl_CLOCK_TIME.
21895         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
21896
21897 2004-03-30  Paul Eggert  <eggert@twinsun.com>
21898
21899         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
21900         not bool, to be more consistent with Unix conventions.
21901         Suggested by Bruno Haible.
21902
21903         Merge from coreutils.
21904
21905         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
21906         * lib/umaxtostr.c: New files.
21907
21908         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
21909         the usual <time.h> dance.
21910         (get_date): Change signature to support fractional time stamps.
21911         All callers changed.
21912         * lib/getdate.y: Include "getdate.h" first, as we can now
21913         assume C89 and don't need to worry about 'const'.
21914         Similarly, include "unlocked-io.h" near start, not in middle.
21915         Include <limits.h>.
21916         (textint.value): Use long int rather than int.
21917         (textint.digits): Use size_t rather than int.
21918         (BILLION, LOG10_BILLION): New constants.
21919         (parser_control): New member rel_ns.  Members day_ordinal,
21920         time_zone, month, day, hour, minutes, rel_year, rel_month,
21921         rel_day, rel_hour, rel_minutes, rel_seconds
21922         are now long int, not int.  Member seconds is now struct timespec,
21923         not int.  New member timespec_seen.  Members dates_seen, days_seen,
21924         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
21925         not int.
21926         (%union.intval): Now long int, not int.
21927         New member timespec.
21928         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
21929         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
21930         (spec): Now is a timespec or an item list.
21931         (timespec, items): New nonterminals.
21932         (time, rel, relunit, number, get_date):
21933         Add support for fractional seconds.
21934         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
21935         (gmtime, localtime, mktime): Remove decls; not needed with C89.
21936         (to_hour): First arg is now long int, not int.
21937         (to_year): Returns long int, not int.
21938         Don't treat year -70 like 70.
21939         (tm_diff): Returns long int, not int.
21940         (lookup_word): Use bool instead of int when appropriate.
21941         (yylex): Use size_t for count, not int.
21942         Detect overflow when parsing large integer constants.
21943         Add support for fractions.
21944         (get_date): Make pointers 'const' if possible.
21945         Use more-portable code to detect integer overflow.
21946         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
21947         Don't use ctime; it's not reliable if the year has >4 digits.
21948
21949         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
21950         This is for compatibility with BSD.
21951
21952         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
21953         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
21954         From coreutils' system.h.
21955
21956         * lib/userspec.c: Don't include "posixver.h".
21957         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
21958         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
21959         compatible extension.  Simplify code by removing a boolean int
21960         that was always nonzero if a string was nonnull.
21961
21962 2004-03-30  Jim Meyering  <jim@meyering.net>
21963
21964         Merge from coreutils.
21965
21966         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
21967         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
21968         on some systems one must include <grp.h> before it.
21969         Reported by Christian Krackowizer.
21970
21971 2004-03-30  Jim Meyering  <jim@meyering.net>
21972
21973         Merge from coreutils.
21974
21975         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
21976
21977         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
21978         an empty input stream.
21979
21980         * lib/readtokens.c: Include <stdbool.h>.
21981         (readtoken): Use `size_t' rather than int/long.
21982         All callers adjusted.
21983         Use `bool' rather than `int' where appropriate.
21984         Use memset rather than an explicit loop.
21985         Use x2nrealloc rather than xrealloc.
21986         Allow the use of `\0' as a delimiter.
21987         (readtokens): Likewise.
21988         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
21989
21990 2004-03-30  Jim Meyering  <jim@meyering.net>
21991
21992         * m4/realloc.m4: Remove file, since now it does no more than
21993         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
21994         the `configure.ac' section of module/realloc.
21995         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
21996
21997 2004-03-30  Bruno Haible  <bruno@clisp.org>
21998
21999         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22000         nonnull.
22001
22002 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22003
22004         Merge changes to getloadavg.c from coreutils and Emacs.
22005
22006         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22007         Define to an expression, not to the empty string.
22008         Include cloexec.h and xalloc.h.
22009         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22010         Use set_cloexec_flag rather than rolling our own.
22011         * lib/cloexec.c, lib/cloexec.h: New files.
22012
22013 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22014
22015         * m4/cloexec.m4: New file.
22016
22017 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22018
22019         * lib/getopt.h: Sync with libc CVS.
22020
22021 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22022             Bruno Haible  <bruno@clisp.org>
22023
22024         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22025         mbswidth.
22026
22027 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22028             Bruno Haible  <bruno@clisp.org>
22029
22030         * lib/mbswidth.h: Include <wchar.h> only if
22031         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22032         <wchar.h>.
22033         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22034
22035 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22036
22037         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22038         Sync with libc CVS.
22039         * lib/getopt_int.h: New file, also synced from libc.
22040
22041 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22042
22043         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22044         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22045         Bring back getopt.c, getopt.h, getopt1.c.
22046
22047 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22048
22049         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22050         All uses changed.  Check for sa_sigaction member; this fixes
22051         a bug first reported by Jason Andrade in
22052         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22053
22054 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22055
22056         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22057         '#if' expressions.  Unlike the code it replaces, it does not
22058         depend on (defined _SC_PAGESIZE).  However, it does depend on
22059         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22060         first reported by Jason Andrade in
22061         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22062
22063 2004-02-25  Simon Josefsson  <jas@extundo.com>
22064
22065         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22066
22067 2004-02-25  Simon Josefsson  <jas@extundo.com>
22068
22069         * lib/strdup.h: New file.
22070         * lib/strdup.c: Include it.
22071         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22072         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22073
22074 2004-02-23  Karl Berry  <karl@gnu.org>
22075
22076         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22077         (from fencepost.gnu.org:/gd/gnuorg).
22078
22079 2004-02-23  Karl Berry  <karl@gnu.org>
22080
22081         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22082         * config/srclist.txt: add maintain/standards documents.
22083
22084 2004-02-18  Bruno Haible  <bruno@clisp.org>
22085
22086         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22087         Reported by Derek Robert Price <derek@ximbiot.com>.
22088
22089 2004-02-16  Karl Berry  <karl@gnu.org>
22090
22091         * config/mkinstalldirs, install-sh: update from automake.
22092
22093 2004-02-06  Karl Berry  <karl@gnu.org>
22094
22095         * m4/po.m4: update from gettext 0.14.1.
22096
22097 2004-02-06  Karl Berry  <karl@gnu.org>
22098
22099         * lib/config.charset: update from gettext 0.14.1.
22100
22101 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22102
22103         Add comments and code, prompted by suggestions from Bruno Haible
22104         for sh-quote.
22105         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22106         describing the enum quoting_style values.
22107         * lib/quotearg.c (quotearg_alloc): New function.
22108         (quotearg_buffer_restyled): Treat lone { and } as special.
22109         Treat = as special.  Work around bug with older shells
22110         that "see" a '\' that is really the 2nd byte of a multibyte char.
22111         Quote empty string with shell_quoting_style.
22112
22113 2004-02-03  Bruno Haible  <bruno@clisp.org>
22114
22115         * m4/pipe.m4: New file, from GNU gettext.
22116
22117 2004-02-03  Bruno Haible  <bruno@clisp.org>
22118
22119         * lib/pipe.h: New file, from GNU gettext.
22120         * lib/pipe.c: New file, from GNU gettext.
22121
22122 2004-01-27  Bruno Haible  <bruno@clisp.org>
22123
22124         * m4/execute.m4: New file, from GNU gettext.
22125
22126 2004-01-27  Bruno Haible  <bruno@clisp.org>
22127
22128         * lib/execute.h: New file, from GNU gettext.
22129         * lib/execute.c: New file, from GNU gettext.
22130         * lib/w32spawn.h: New file, from GNU gettext.
22131
22132 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22133
22134         Merge from diffutils.
22135
22136         * lib/file-type.c (file_type): Add typed memory objects.
22137         * lib/file-type.h (S_TYPEISTMO): New macro.
22138
22139         * lib/c-stack.h (c_stack_action): Remove argv argument.
22140         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
22141         (die): Don't calculate message unless segv_action returns.
22142         (get_stack_location, min_address_from_argv, max_address_from_argv,
22143         volatile stack_base, volatile_stack_size): Remove.
22144         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
22145         that every segmentation violation is a stack overflow.  (Ouch!)
22146         See Debian bug 136249 (still outstanding) for more info about why
22147         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
22148
22149 2004-01-24  Paul Eggert  <eggert@twinsun.com>
22150
22151         Exit-status fix from coreutils.
22152
22153         Use exit_failure consistently in place of EXIT_FAILURE,
22154         so that program exit statuses are consistent on failure.
22155
22156         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
22157         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
22158         * lib/argmatch.h: Comment fix to match the above.
22159         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
22160         Now a macro referring to exit_failure, instead of a separate
22161         variable.  Include "exitfail.h" to get it.
22162         * lib/xstrtol.h: Include "exitfail.h".
22163         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
22164
22165         * lib/long-options.c (parse_long_options): Use prototype
22166         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
22167         for clarity.
22168
22169 2004-01-21  Jim Meyering  <jim@meyering.net>
22170
22171         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
22172         so as not to conflict with a different-sized __mktime_internal
22173         function in GNU libc.
22174         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
22175         Problem building statically-linked `ls' reported by Michael Brunnbauer.
22176
22177 2004-01-20  Karl Berry  <karl@gnu.org>
22178
22179         * config/config.guess: update from config.
22180
22181         * config/srclistvars.sh: GNUWWWLICENSES for karl.
22182
22183 2004-01-20  Bruno Haible  <bruno@clisp.org>
22184
22185         Safer stack allocation.
22186         * lib/setenv.c: Include allocsa.h.
22187         (alloca): Remove fallback definition.
22188         (freea): Remove macro.
22189         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
22190         instead of freea.
22191
22192 2004-01-20  Bruno Haible  <bruno@clisp.org>
22193
22194         * m4/eealloc.m4: New file, from GNU gettext.
22195
22196 2004-01-20  Bruno Haible  <bruno@clisp.org>
22197
22198         * m4/allocsa.m4: New file, from GNU gettext.
22199
22200 2004-01-20  Bruno Haible  <bruno@clisp.org>
22201
22202         * lib/xallocsa.h: New file, from GNU gettext.
22203         * lib/xallocsa.c: New file, from GNU gettext.
22204
22205 2004-01-20  Bruno Haible  <bruno@clisp.org>
22206
22207         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
22208
22209 2004-01-20  Bruno Haible  <bruno@clisp.org>
22210
22211         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
22212         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
22213         specially.
22214
22215 2004-01-20  Bruno Haible  <bruno@clisp.org>
22216
22217         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
22218         patch.
22219
22220 2004-01-20  Bruno Haible  <bruno@clisp.org>
22221
22222         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
22223
22224 2004-01-20  Bruno Haible  <bruno@clisp.org>
22225
22226         * lib/eealloc.h: New file.
22227
22228 2004-01-20  Bruno Haible  <bruno@clisp.org>
22229
22230         * lib/binary-io.h: Avoid warnings on Cygwin.
22231
22232 2004-01-20  Bruno Haible  <bruno@clisp.org>
22233
22234         * lib/allocsa.h: New file, from GNU gettext.
22235         * lib/allocsa.c: New file, from GNU gettext.
22236
22237 2004-01-18  Karl Berry  <karl@gnu.org>
22238
22239         * doc/gpl.texi, doc/lgpl.texi: new files.
22240
22241 2004-01-18  Karl Berry  <karl@gnu.org>
22242
22243         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
22244         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
22245
22246 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22247
22248         Merge from coreutils.
22249
22250         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
22251         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
22252         (gl_DEFAULT_POSIX2_VERSION): Move
22253         the documentation from 'configure' into 'config.hin',
22254         so that 'configure --help' isn't burdened by it and
22255         we don't have to worry about its formatting there.
22256         Reword the documentation so that it's more succinct
22257         and can be run together into a single paragraph.
22258         * m4/same.m4 (gl_SAME): Check for pathconf.
22259
22260 2004-01-15  Paul Eggert  <eggert@twinsun.com>
22261
22262         Merge from coreutils.
22263
22264         * lib/posixver.c: Include posixver.h.
22265
22266         * lib/same.c: Include <stdbool.h>, <limits.h>.
22267         (_POSIX_NAME_MAX): Define if not defined.
22268         (MIN): New macro.
22269         (same_name): If file names are silently truncated, report
22270         that the file names are the same if they are the same after
22271         the silent truncation.
22272
22273         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22274         conversion function.
22275         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22276         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22277         longer needed.
22278
22279 2004-01-15  Jim Meyering  <jim@meyering.net>
22280
22281         Merge from coreutils.
22282
22283         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22284         if no library is required.
22285         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22286         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22287         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22288         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22289         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22290         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22291         value, $ac_cv_search_crypt, if it's "none required".
22292         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22293         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22294         not gl_FUNC_GETLOADAVG.
22295         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22296         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22297
22298 2004-01-15  Jim Meyering  <jim@meyering.net>
22299
22300         Merge from coreutils.
22301
22302         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22303         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22304         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22305
22306         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22307         optional configure-time default.
22308
22309         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22310
22311         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22312
22313 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22314
22315         Merge from coreutils.
22316
22317         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
22318         value, $ac_cv_search_nanosleep, if it's "none required".
22319
22320 2004-01-14  Paul Eggert  <eggert@twinsun.com>
22321
22322         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
22323         with like-named macro in fnmatch.c.
22324         (EXT): Use an internal constant instead.
22325
22326         Merge fnmatch patches from glibc.
22327         * lib/fnmatch.c (mbsinit): Remove define.
22328         Add libc_hidden_ver (__fnmatch, fnmatch).
22329         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
22330         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
22331
22332 2004-01-14  Karl Berry  <karl@gnu.org>
22333
22334         * config/install-sh: update from automake.
22335
22336 2004-01-13  Karl Berry  <karl@gnu.org>
22337
22338         * config/install-sh: update from automake.
22339
22340 2004-01-09  Karl Berry  <karl@gnu.org>
22341
22342         * config/install-sh: update from automake.
22343
22344 2004-01-05  Karl Berry  <karl@gnu.org>
22345
22346         * config/config.{sub,guess}: update from config.
22347
22348 2003-12-31  Karl Berry  <karl@gnu.org>
22349
22350         * config/depcomp: update from automake.
22351
22352 2003-12-14  Karl Berry  <karl@gnu.org>
22353
22354         * lib/config.charset: update from gettext-runtime.
22355
22356 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22357
22358         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
22359         Bug reported by Alfred M. Szmidt.
22360
22361 2003-12-03  Bruno Haible  <bruno@clisp.org>
22362
22363         * m4/gettext.m4: Upgrade from gettext-0.13.
22364         * m4/po.m4: Upgrade from gettext-0.13.
22365         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
22366         * m4/intmax.m4: New file, from gettext-0.13.
22367         * m4/printf-posix.m4: New file, from gettext-0.13.
22368
22369 2003-11-29  Karl Berry  <karl@gnu.org>
22370
22371         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
22372
22373 2003-11-25  Paul Eggert  <eggert@twinsun.com>
22374             Bruno Haible  <bruno@clisp.org>
22375
22376         * lib/printf-parse.h: Don't include sys/types.h.
22377         (ARG_NONE): New macro.
22378         (char_directive): Change type of *arg_index fields to size_t.
22379         * lib/printf-parse.c: Don't include sys/types.h.
22380         (SSIZE_MAX): Remove macro.
22381         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
22382         Remove unnecessary overflow check.
22383         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
22384         fields.
22385
22386 2003-11-25  Bruno Haible  <bruno@clisp.org>
22387
22388         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
22389
22390 2003-11-25  Bruno Haible  <bruno@clisp.org>
22391
22392         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
22393         gt_TYPE_SSIZE_T.
22394
22395 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22396
22397         * modules/alloca: Remove dependency on xalloc.
22398
22399 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22400
22401         * lib/alloca.c: Remove dependency on xalloc module.
22402         (xalloc_die): Remove.
22403         (memory_full) [!defined emacs]: New macro.
22404         [!defined emacs]: Don't include xalloc.h.
22405         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
22406         address arithmetic overflows.  Change datatypes a bit to avoid
22407         unnecessary casts.
22408
22409 2003-11-22  Jim Meyering  <jim@meyering.net>
22410
22411         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
22412         s/size/size_t/.
22413
22414 2003-11-21  Karl Berry  <karl@gnu.org>
22415
22416         * config/config.{sub,guess}: update from config.
22417
22418 2003-11-18  Karl Berry  <karl@gnu.org>
22419
22420         * config/config.{sub,guess}: update from config.
22421
22422         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
22423
22424 2003-11-17  Paul Eggert  <eggert@twinsun.com>
22425
22426         * README: Mention that S+T cannot overflow if S is the size of
22427         an existing object and T is sufficiently small.
22428
22429 2003-11-17  Jim Meyering  <jim@meyering.net>
22430
22431         On systems without utime and without a utimes function capable of
22432         dealing with a NULL struct utimbuf* argument, this utime replacement
22433         could -- in unusual circumstances -- leak a file descriptor.
22434         * lib/utime.c: Include <unistd.h> and <errno.h>.
22435         (utime_null): Be sure to close `fd' and to preserve errno.
22436         Reported by Geoff Collyer via Arnold Robbins.
22437
22438 2003-11-17  Bruno Haible  <bruno@clisp.org>
22439
22440         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
22441         (Depends-on): Add xsize.
22442
22443 2003-11-17  Bruno Haible  <bruno@clisp.org>
22444
22445         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
22446
22447 2003-11-17  Bruno Haible  <bruno@clisp.org>
22448
22449         * lib/vasnprintf.c (alloca): Remove fallback definition.
22450         (freea): Remove definition.
22451         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
22452         Reported by Paul Eggert.
22453
22454 2003-11-16  Paul Eggert  <eggert@twinsun.com>
22455             Bruno Haible  <bruno@clisp.org>
22456
22457         Protect against address arithmetic overflow.
22458         * lib/printf-args.h: Include stddef.h.
22459         (arguments): Change type of field 'count' to size_t.
22460         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
22461         'unsigned int' where appropriate.
22462         * lib/printf-parse.h: Include sys/types.h.
22463         (char_directive): Change type of *arg_index fields to ssize_t.
22464         (char_directives): Change type of fields 'count', max_*_length to
22465         size_t.
22466         * lib/printf-parse.c: Include sys/types.h and xsize.h.
22467         (SSIZE_MAX): Define fallback value.
22468         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
22469         instead of 'int' where appropriate. Check a_allocated, d_allocated
22470         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
22471         * lib/vasnprintf.c: Include xsize.h.
22472         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
22473         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
22474         overflow. Avoid wraparound when converting a width or precision from
22475         decimal to binary.
22476
22477 2003-11-16  Bruno Haible  <bruno@clisp.org>
22478
22479         Update from GNU gettext.
22480         * lib/printf-parse.c: Generalize to it can be compiled for wide
22481         strings.
22482         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
22483         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
22484         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
22485         SNPRINTF): New macros.
22486         Don't include <alloca.h> if the file is used inside libintl.
22487         (local_wcslen): New function, for Solaris 2.5.1.
22488         (VASNPRINTF): Use it instead of wcslen.
22489
22490 2003-11-16  Bruno Haible  <bruno@clisp.org>
22491
22492         * lib/xsize.h (xmax): New function.
22493         (xsum, xsum3, xsum4): Declare as "pure" functions.
22494
22495 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22496
22497         * modules/xalloc (Files): Undo latest change, since xalloc.h
22498         no longer needs SIZE_MAX or PTRDIFF_MAX.
22499
22500 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22501
22502         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
22503         gl_PTRDIFF_MAX.
22504
22505 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22506
22507         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
22508         "return", to pacify some unknown compiler.  Problem reported
22509         by Joerg Schilling.
22510
22511 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22512
22513         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
22514         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
22515         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
22516         heuristic is just as accurate as far as we know, and it removes a
22517         dependency on size_max.m4 and ptrdiff_max.m4.
22518
22519 2003-11-11  Bruno Haible  <bruno@clisp.org>
22520
22521         * modules/xsize (Files): Add m4/size_max.m4.
22522         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
22523
22524 2003-11-11  Bruno Haible  <bruno@clisp.org>
22525
22526         * m4/size_max.m4: New file.
22527         * m4/ptrdiff_max.m4: New file.
22528         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
22529         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
22530         (gl_XALLOC): Invoke it.
22531
22532 2003-11-11  Bruno Haible  <bruno@clisp.org>
22533
22534         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
22535         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
22536         defined.
22537
22538 2003-11-10  Paul Eggert  <eggert@twinsun.com>
22539
22540         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
22541         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
22542         rejected some allocations of exactly SIZE_MAX - 2 bytes.
22543         From Bruno Haible.
22544         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
22545         not (size_t) -1, since it's defined here.
22546
22547 2003-11-09  Karl Berry  <karl@gnu.org>
22548
22549         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
22550
22551 2003-11-06  Paul Eggert  <eggert@twinsun.com>
22552
22553         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
22554         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
22555         Reject sizes of exactly SIZE_MAX bytes.
22556         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
22557         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
22558
22559 2003-11-05  Bruno Haible  <bruno@clisp.org>
22560
22561         * lib/xsize.h: Include limits.h, to avoid a possible collision with
22562         SIZE_MAX defined in <limits.h> on Solaris.
22563
22564 2003-11-04  Jim Meyering  <jim@meyering.net>
22565
22566         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
22567         variable names, rather than @VAR@.
22568         * modules/poll: Likewise.
22569
22570 2003-11-04  Bruno Haible  <bruno@clisp.org>
22571
22572         * modules/xsize: New file.
22573         * modules/linebreak: Depend on xsize.
22574         * MODULES.html.sh (func_all_modules): Add xsize.
22575
22576 2003-11-04  Bruno Haible  <bruno@clisp.org>
22577
22578         * m4/xsize.m4: New file.
22579
22580 2003-11-04  Bruno Haible  <bruno@clisp.org>
22581
22582         * lib/xsize.h: New file.
22583         * lib/linebreak.c: Include xsize.h.
22584         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
22585         argument for overflow.
22586         Suggested by Paul Eggert.
22587
22588 2003-11-03  Karl Berry  <karl@gnu.org>
22589
22590         * config/config.{guess,sub}: update from config.
22591
22592 2003-11-03  Jim Meyering  <jim@meyering.net>
22593
22594         * modules/userspec (lib_SOURCES): Add userspec.h.
22595         (Include): Add "userspec.h".
22596         Improve description.
22597
22598 2003-11-03  Jim Meyering  <jim@meyering.net>
22599
22600         * lib/userspec.c: Include "userspec.h".
22601         * lib/userspec.h: New file.
22602
22603 2003-11-03  Bruno Haible  <bruno@clisp.org>
22604
22605         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
22606
22607 2003-11-03  Bruno Haible  <bruno@clisp.org>
22608
22609         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
22610         available, to avoid (extremely rare) race condition.
22611         Suggested by Paul Eggert.
22612
22613 2003-11-02  Karl Berry  <karl@gnu.org>
22614
22615         * config/srclist.txt (vasprintf.c): sync broken, sigh.
22616
22617 2003-10-31  Paul Eggert  <eggert@twinsun.com>
22618
22619         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
22620         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
22621         (read_filesystem_list): Set and use me_type_malloced.
22622         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
22623         whatever the type happens to be), for brevity and consistency.
22624         Check for size calculation overflow on Alphas running OSF/1.
22625
22626 2003-10-31  Jim Meyering  <jim@meyering.net>
22627
22628         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
22629
22630         * lib/linebuffer.c: Include <string.h> for declaration of memset.
22631
22632 2003-10-30  Paul Eggert  <eggert@twinsun.com>
22633             Bruno Haible  <bruno@clisp.org>
22634
22635         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
22636         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
22637
22638 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22639
22640         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
22641         netbsd*-gnu*.  Suggested by Robert Millan.
22642
22643 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22644
22645         * modules/group-member: Depend on stdbool.
22646
22647 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22648
22649         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
22650
22651 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22652
22653         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
22654         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
22655         after the 'gnu' in these cases.  This fixes some bugs in the
22656         previous change, and is based on suggestions by Robert Millan.
22657
22658 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22659
22660         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
22661         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
22662         no longer needed.
22663         * lib/quotearg.c (quotearg_n_options): Use it.
22664         * lib/group-member.c: Include <stdbool.h>.
22665         (free_group_info): Arg is now const *; don't free arg.
22666         (get_group_info): Now returns bool and accepts struct group_info *,
22667         rather than returning a malloc'ed struct group_info *.
22668         All uses changed.  Check for overflow in internal size calculation.
22669
22670         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
22671         rather than xmalloc/xrealloc.
22672         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
22673         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
22674         conformance bug: the old code used a pointer after freeing the
22675         storage that it addressed.
22676         * lib/hash.c (hash_initialize): Simplify the code by using
22677         xalloc_oversized rather than doing it by hand.
22678         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
22679         the buffer preserved.  Use free and xmalloc instead.
22680         * lib/quotearg.c (quotearg_n_options): Likewise.
22681         Use a simpler test for size overflow.  Don't use xalloc_oversized
22682         because unsigned int might be wider than size_t (!); this suggests
22683         that we should switch from unsigned int to size_t for slot numbers.
22684
22685 2003-10-28  Paul Eggert  <eggert@twinsun.com>
22686
22687         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
22688         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
22689         NetBSD kernels.  Requested by Richard Stallman.
22690
22691 2003-10-27  Paul Eggert  <eggert@twinsun.com>
22692
22693         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
22694         to allocate the returned structure.  Do not allocate a subarray,
22695         as x2nrealloc will do that.
22696         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
22697         instead of xnrealloc.
22698         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
22699
22700 2003-10-27  Bruno Haible  <bruno@clisp.org>
22701
22702         * lib/stdbool_.h: Better support for BeOS.
22703
22704 2003-10-26  Paul Eggert  <eggert@twinsun.com>
22705
22706         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
22707         now uses inline.
22708
22709 2003-10-26  Paul Eggert  <eggert@twinsun.com>
22710
22711         * lib/xalloc.h (xalloc_oversized): New static inline function, for
22712         callers that want to do their own size-overflow checking.  Include
22713         <stdbool.h>, since xalloc_oversized returns bool.
22714         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
22715         to use xalloc_oversized.
22716
22717         Add two functions x2realloc, x2nrealloc, for programs that grow
22718         arrays dynamically by doubling their sizes.
22719         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
22720         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
22721         New functions.
22722
22723         Port to C99 semantics for 'inline' of external functions.
22724         Bug reported by Bruno Haible.
22725         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
22726         with the old contents of xnmalloc.
22727         (xnmalloc, xmalloc): Use it.
22728         (xnrealloc_inline): New static inline function,
22729         with the old contents of xnrealloc.
22730         (xnrealloc, xrealloc): Use it.
22731
22732         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
22733         that.
22734
22735 2003-10-26  Karl Berry  <karl@gnu.org>
22736
22737         * config/srclist.txt (COPYING.DOC): no longer available from
22738         /gd/gnuorg; don't know where the ultimate source is.
22739
22740 2003-10-25  Paul Eggert  <eggert@twinsun.com>
22741
22742         Fix several address-calculation bugs in the hash modules,
22743         plus some minor code cleanup.
22744
22745         * lib/hash.h: Include <stdbool.h>, for bool.
22746         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
22747         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
22748         hash_get_n_entries, hash_get_max_bucket_length,
22749         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
22750         hash_rehash): Use size_t rather than unsigned.
22751         * lib/hash.c (struct hash_table, hash_get_n_buckets,
22752         hash_get_n_buckets_used, hash_get_n_entries,
22753         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
22754         hash_get_entries, hash_do_for_each, hash_string, is_prime,
22755         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
22756         Likewise.
22757         (SIZE_MAX): Define if not defined.
22758         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
22759         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
22760         hash_print):
22761         Use const * when possible.
22762         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
22763         (check_tuning): Fix bug: if tuning parameters were very close to
22764         0 or 1, rounding errors could have caused subscript violations.
22765         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
22766         (hash_initialize): Add 'fail:' label
22767         to free table and return NULL, and use it to simplify code.
22768         Use calloc rather than clearing the storage ourself.
22769         (hash_initialize, hash_rehash): Check for arithmetic overflow in
22770         buffer size calculations.
22771         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
22772         Include <stddef.h>, for size_t.
22773         * lib/hash-pjw.c (hash_pjw): Likewise.
22774         Switch to method described by Bruno Haible.
22775         Include <limits.h>, for CHAR_BIT.
22776         (SIZE_BITS): New macro.
22777
22778 2003-10-23  Paul Eggert  <eggert@twinsun.com>
22779
22780         * m4/getline.m4 (AM_FUNC_GETLINE):
22781         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
22782         hosts.  Problem reported by Derek Robert Price in
22783         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
22784         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
22785         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
22786
22787 2003-10-21  Paul Eggert  <eggert@twinsun.com>
22788
22789         * lib/getndelim2.c (getndelim2): When size calculation overflows,
22790         ceiling the allocation at NMAX bytes rather than silently
22791         discarding input bytes before NMAX is reached.  This makes
22792         a difference only if NMAX exceeds SIZE_MAX / 2.
22793
22794         * lib/obstack.c: Merge from glibc.
22795         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
22796         Add libc_hidden_def (_obstack_newchunk).
22797         (_obstack_free) [! defined _LIBC]: Remove.
22798         [defined _LIBC]: Make a strong alias from obstack_free, rather than
22799         a clone of the function body.
22800         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
22801         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
22802
22803         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
22804         glibc.
22805         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
22806         arg to memcpy.
22807
22808         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
22809         (obstack_ptr_grow_fast, obstack_int_grow_fast):
22810         Don't use lvalue casts, as GCC plans to remove support for them
22811         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
22812         was also present in the non-GCC version, indicating that this
22813         code had always been buggy and had never been widely used.
22814         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
22815         Use the fast variant of each macro, rather than copying the
22816         definiens of the fast variant; that way, we'll be more likely to
22817         catch future bugs in the fast variants.
22818
22819 2003-10-20  Bruno Haible  <bruno@clisp.org>
22820
22821         * modules/wait-process: New file.
22822         * MODULES.html.sh (func_all_modules): Add wait-process.
22823
22824 2003-10-20  Bruno Haible  <bruno@clisp.org>
22825
22826         * m4/wait-process.m4: New file.
22827
22828 2003-10-20  Bruno Haible  <bruno@clisp.org>
22829
22830         * lib/wait-process.h: New file, from GNU gettext.
22831         * lib/wait-process.c: New file, from GNU gettext.
22832
22833 2003-10-19  Jim Meyering  <jim@meyering.net>
22834
22835         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
22836         HPUX 10.20.
22837
22838 2003-10-18  Karl Berry  <karl@gnu.org>
22839
22840         * config/config.guess: update from config.
22841
22842 2003-10-16  Paul Eggert  <eggert@twinsun.com>
22843
22844         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
22845         (getgroups): First arg is int, not size_t.
22846         Don't let 'free' mangle errno.
22847
22848 2003-10-16  Paul Eggert  <eggert@twinsun.com>
22849
22850         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
22851
22852 2003-10-16  Karl Berry  <karl@gnu.org>
22853
22854         * config/config.{guess,sub}: update from config.
22855
22856 2003-10-16  Jim Meyering  <jim@meyering.net>
22857
22858         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
22859         memcpy.
22860
22861 2003-10-15  Paul Eggert  <eggert@twinsun.com>
22862
22863         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
22864         (SIZE_MAX): Remove.
22865         (new_exclude, add_exclude_file): Initial size no longer needs to
22866         be a power of 2.
22867         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
22868         our own address arithmetic overflow checking.
22869
22870         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
22871         (fnmatch): Do not alloca more than 2000 wide characters;
22872         instead, use malloc for large buffers.
22873         Check for address arithmetic overflow, and return -1
22874         with errno set to ENOMEM in that case.
22875         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
22876         (NEW_PATTERN): Do not alloca more than 8000 bytes;
22877         instead, return -1.  Check for address arithmetic overflow.
22878
22879 2003-10-14  Paul Eggert  <eggert@twinsun.com>
22880
22881         Handle invalid suffixes and overflow independently, so that
22882         callers can treat them independently as needed.  Fix some bugs in
22883         suffix handling, e.g., "100k@" was not diagnosed as an invalid
22884         suffix for a human-readable blocksize.  The major caller-visible
22885         change is the addition of a new
22886         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
22887         that both overflow and suffix chars were found.
22888
22889         * lib/human.c (humblock): Don't check separately for invalid suffix
22890         char; that is xstrtoumax's job (now that its bug is fixed).
22891         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
22892         INTMAX_MAX]: New macros.
22893         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
22894         TYPE_MAXIMUM): New macros.
22895         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
22896         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
22897         if overflow occurs, as it's what __strtol does and it's more useful
22898         in practice.
22899         (__xstrtol): If __strtol reports some error other than ERANGE,
22900         reflect it to the caller as LONGINT_INVALID.  If it reports
22901         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
22902         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
22903         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
22904         value.
22905         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
22906         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
22907         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
22908         [defined UINTMAX_MAX]: New macros.
22909
22910 2003-10-14  Bruno Haible  <bruno@clisp.org>
22911
22912         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
22913
22914 2003-10-14  Bruno Haible  <bruno@clisp.org>
22915
22916         * m4/sig_atomic_t: New file, from GNU gettext.
22917         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
22918
22919 2003-10-14  Bruno Haible  <bruno@clisp.org>
22920
22921         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
22922         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
22923         Also use volatile where needed.
22924
22925 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22926
22927         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
22928         Change maintainer from Bruno Haible to 'all'.
22929
22930 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22931
22932         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
22933
22934 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22935
22936         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
22937         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
22938         and define in terms of the other primitives.
22939         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
22940         (SIZE_MAX): Define if not already defined.
22941         (array_size_overflow): New function.
22942         (xalloc_die): Abort instead of exiting if 'error' returns.
22943         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
22944         (xmalloc, xrealloc): Use them.
22945         (xcalloc): Check for address arithmetic overflow.
22946         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
22947         a bit faster than strcpy.
22948
22949 2003-10-10  Simon Josefsson  <jas@extundo.com>
22950
22951         * modules/argp (Depends-on): Add restrict and strcase.
22952
22953 2003-10-10  Simon Josefsson  <jas@extundo.com>
22954
22955         * m4/argp.m4: Add AC_C_INLINE.
22956
22957 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22958
22959         Merge getpass from libc, plus a few fixes.
22960
22961         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
22962         Include <stdbool.h>.
22963         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
22964         __fsetlocking to empty.
22965         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
22966         do include <bits/libc-lock.h>.
22967         Do not include <fcntl.h>; not needed.
22968         [_LIBC]: Include <wchar.h>.
22969         (NOTCANCEL_MODE): New macro.
22970         (flockfile, funlockfile) [_LIBC]: New macros.
22971         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
22972         [!_LIBC]: New macros.
22973         (call_fclose): New function.
22974         (getpass): Use it.  Save tty stream separately; this simplifies the
22975         code and makes it more reliable if stdin happens to equal stdout.
22976         Invoke __fsetlocking on tty.
22977         Handle thread cancellation if needed.
22978         Namespace cleanup (use __tcgetattr, __getline).
22979         Use bool for Booleans.
22980         [USE_IN_LIBIO]: Handle wide streams.
22981         [!_LIBC]: Unconditionally do the fseek, since we don't know what
22982         stream might go where.
22983
22984         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
22985         doesn't have to include <stdio.h> before us.
22986         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
22987         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
22988         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
22989         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
22990         if not declared, so that we can use getpass.c code from libc without
22991         rewriting it.
22992         (flockfile, ftrylockfile, funlockfile): New macros.
22993
22994 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22995
22996         * modules/getpass: Depend on stdbool.
22997
22998 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22999
23000         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23001
23002 2003-10-07  Karl Berry  <karl@gnu.org>
23003
23004         * config/config.{guess,sub}: update from config.
23005
23006 2003-10-06  Jim Meyering  <jim@meyering.net>
23007             Bruno Haible  <bruno@clisp.org>
23008
23009         This lets translators provide better translations for the
23010         "Written by ..." part of --version output.
23011         * lib/version-etc.h: Include stdarg.h.
23012         (version_etc_copyright): Declare as readonly.
23013         (version_etc): Make this function variadic with a NULL-terminated list
23014         of author name strings.
23015         (version_etc_va): New declaration.
23016         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23017         (version_etc_copyright): Declare as readonly.
23018         (version_etc_va): New function. Provide a different translatable string
23019         for each possible number of authors < 10. Abbreviate when there are 10
23020         authors or more.
23021         (version_etc): Make this function variadic. Call version_etc_va.
23022         Suggestion from Gary V. Vaughan.
23023
23024         * lib/long-options.h (parse_long_options): Change prototype: the
23025         authors string is moved to the end and becomes variadic.
23026         * lib/long-options.c: Include stdarg.h.
23027         (parse_long_options): Make this function variadic, too.
23028         Call version_etc_va, not version_etc.
23029
23030 2003-10-06  Bruno Haible  <bruno@clisp.org>
23031
23032         * modules/version-etc-2: Remove file.
23033         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23034
23035 2003-10-06  Bruno Haible  <bruno@clisp.org>
23036
23037         * modules/fatal-signal: New file.
23038         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23039
23040 2003-10-06  Bruno Haible  <bruno@clisp.org>
23041
23042         * m4/fatal-signal.m4: New file.
23043         * m4/signalblocking.m4: New file, from GNU gettext.
23044
23045 2003-10-06  Bruno Haible  <bruno@clisp.org>
23046
23047         * lib/version-etc-2.h: Remove file.
23048         * lib/version-etc-2.c: Remove file.
23049
23050 2003-10-06  Bruno Haible  <bruno@clisp.org>
23051
23052         * lib/fatal-signal.h: New file, from GNU gettext.
23053         * lib/fatal-signal.c: New file, from GNU gettext.
23054
23055 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23056
23057         * README: Rework advice for preventing empty .o files.
23058         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23059         not <sys/types.h>.
23060
23061 2003-10-04  Karl Berry  <karl@gnu.org>
23062
23063         * lib/argp*: update from libc.
23064
23065 2003-10-04  Karl Berry  <karl@gnu.org>
23066
23067         * config/config.{guess,sub}: update from config.
23068
23069 2003-10-02  Bruno Haible  <bruno@clisp.org>
23070
23071         * modules/lchown (Include): Add lchown.h.
23072         * modules/time_r (Include): Use "..." syntax.
23073         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23074
23075 2003-10-01  Simon Josefsson  <jas@extundo.com>
23076
23077         * MODULES.html.sh (func_all_modules): Move gethostname from section
23078         'based on' to section 'lacking' POSIX:2001.
23079
23080 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23081
23082         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23083         to output mode on the same stream.
23084
23085 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23086
23087         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23088         Fix arg typo in previous patch.
23089
23090 2003-09-28  Jim Meyering  <jim@meyering.net>
23091
23092         * lib/error.c: Correct cpp indentation.
23093
23094 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23095
23096         * modules/free: New file.
23097
23098 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23099
23100         * m4/free.m4: New file.
23101
23102 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23103
23104         * lib/minmax.h (MIN, MAX)
23105         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23106         Omit the special code that used __typeof__, since we worry that
23107         it could be more trouble than it's worth.  See:
23108         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23109         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23110
23111         * lib/free.c: New file.
23112
23113 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
23114
23115         Trivial fixes to Makefile.am parts of module listings.
23116         * modules/strstr: Append strstr.h to lib_SOURCES.
23117         * modules/strcase: Likewise, for strcase.h.
23118
23119 2003-09-27  Karl Berry  <karl@gnu.org>
23120
23121         * config/mkinstalldirs: update from automake.
23122
23123 2003-09-26  Paul Eggert  <eggert@twinsun.com>
23124
23125         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
23126         (error_tail): Do not loop, reallocating temporary buffer, since
23127         the output cannot contain more wide characters than the input
23128         contains bytes, the size must be big enough already.  This avoids
23129         one potential size overflow calculation.  Check for size overflow
23130         when calculating temporary buffer size.  Free temporary buffer
23131         when done, if it was allocated with malloc; this plugs a memory
23132         leak.  Remove casts from void * to pointers, that are no longer
23133         needed now that we're assuming C89 or better.
23134
23135         Merge error changes from glibc.
23136
23137         * lib/error.c, error.h: Update copyright notice header to match glibc.
23138         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
23139         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
23140         Disable cancellation while printing error.
23141         * lib/error.h: Prepend __ to parameter names.
23142
23143 2003-09-26  Jim Meyering  <jim@meyering.net>
23144
23145         * lib/error.c (error_tail): Move some declarations
23146         into inner scope where the local variables are used.
23147
23148 2003-09-26  Bruno Haible  <bruno@clisp.org>
23149
23150         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
23151         stpncpy().
23152         Don't define stpncpy through config.h; it's now done through stpncpy.h.
23153
23154 2003-09-26  Bruno Haible  <bruno@clisp.org>
23155
23156         * lib/stpncpy.h (gnu_stpncpy): New declaration.
23157         (stpncpy): Define as alias for gnu_stpncpy.
23158         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
23159
23160 2003-09-25  Simon Josefsson  <jas@extundo.com>
23161
23162         * lib/xgetdomainname.h: New file.
23163         * lib/xgetdomainname.c: New file.
23164
23165 2003-09-25  Simon Josefsson  <jas@extundo.com>
23166             Bruno Haible  <bruno@clisp.org>
23167
23168         * modules/getdomainname: New file.
23169         * modules/xgetdomainname: New file.
23170         * MODULES.html.sh (func_all_modules): Add getdomainname,
23171         xgetdomainname.
23172
23173 2003-09-25  Simon Josefsson  <jas@extundo.com>
23174             Bruno Haible  <bruno@clisp.org>
23175
23176         * m4/getdomainname.m4: New file.
23177
23178 2003-09-25  Simon Josefsson  <jas@extundo.com>
23179             Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/getdomainname.h: New file.
23182         * lib/getdomainname.c: New file.
23183
23184 2003-09-25  Karl Berry  <karl@gnu.org>
23185
23186         * lib/argp-fmtstream.c, argp-help.c: update from libc.
23187
23188 2003-09-25  Karl Berry  <karl@gnu.org>
23189
23190         * config/install-sh: update from automake.
23191
23192 2003-09-25  Bruno Haible  <bruno@clisp.org>
23193
23194         * modules/version-etc-2: New file, from modules/version-etc with
23195         modifications.
23196         * MODULES.html.sh (func_all_modules): Add version-etc-2.
23197
23198 2003-09-25  Bruno Haible  <bruno@clisp.org>
23199
23200         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
23201         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
23202
23203 2003-09-24  Simon Josefsson  <jas@extundo.com>
23204
23205         * modules/xgethostname: Add xgethostname.h.
23206
23207 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23208
23209         * lib/linebuffer.c (freebuffer): Don't free the argument, just
23210         the buffer associated with the argument.  Bug reported by
23211         Simon Josefsson.
23212
23213 2003-09-24  Paul Eggert  <eggert@twinsun.com>
23214
23215         * README: Document assumptions that 'int' is at least 32 bits
23216         wide, that integer arithmetic is 2's complement without overflow,
23217         that there are no holes in integer values, that adding sizes of
23218         two nonoverlapping objects can't overflow, and that all-bits-zero
23219         yields scalar zero.  Fix spelling and capitalization typos.
23220
23221 2003-09-19  Karl Berry  <karl@gnu.org>
23222
23223         * lib/argp.h: update from libc.
23224
23225 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23226
23227         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
23228         to avoid spurious warnings like "AC_RUN_IFELSE was called before
23229         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
23230
23231 2003-09-17  Paul Eggert  <eggert@twinsun.com>
23232
23233         * gnulib-tool: Use "test -h", not "test -L", for portability
23234         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
23235         (tags_regexp): Remove, since \| doesn't conform to POSIX.
23236         (sed_extract_prog): Issue s commands one-by-one, rather than
23237         using \| in one s command.
23238
23239 2003-09-16  Paul Eggert  <eggert@twinsun.com>
23240
23241         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
23242         input error, instead of returning NULL the next time we are called
23243         (and therefore losing track of errno).
23244
23245 2003-09-16  Bruno Haible  <bruno@clisp.org>
23246
23247         * gnulib-tool (func_create_testdir): Warn about duplicated
23248         dependencies.
23249
23250 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23251
23252         * modules/argmatch, modules/fatal, modules/obstack,
23253         modules/xalloc, modules/xgethostname: Sort dependencies by
23254         importance, not alphabetically.
23255
23256 2003-09-15  Paul Eggert  <eggert@twinsun.com>
23257
23258         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
23259         fails, so that the caller gets the proper errno.
23260
23261         * lib/readutmp.c (read_utmp): Likewise.
23262         Check for fstat error.  Close stream and free storage
23263         when failing.
23264
23265 2003-09-14  Karl Berry  <karl@gnu.org>
23266
23267         * config/srclist.txt (strdup.c): disable for c89 changes.
23268
23269 2003-09-14  Jim Meyering  <jim@meyering.net>
23270
23271         * lib/getloadavg.c: Correct cpp indentation.
23272         * lib/strdup.c: Likewise.
23273         * lib/vasnprintf.c: Likewise.
23274
23275 2003-09-14  Bruno Haible  <bruno@clisp.org>
23276
23277         * modules/fwriteerror: New file.
23278         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23279
23280 2003-09-14  Bruno Haible  <bruno@clisp.org>
23281
23282         * lib/fwriteerror.h: New file.
23283         * lib/fwriteerror.c: New file.
23284
23285 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23286
23287         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23288         modules/xgethostname, modules/xalloc: Depend on exit.
23289
23290 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23291
23292         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23293
23294         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23295         and AC_MINIX, too, so that their extensions are available.
23296
23297         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23298         This macro has been superseded by gl_BACKUPFILE.
23299
23300         More patches to assume C89 or better.
23301
23302         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23303
23304         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23305         unconditionally.
23306         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23307         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23308         Include <string.h>, <stdlib.h> unconditionally.
23309         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23310         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23311         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23312         headers or for string.h.
23313         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23314         or strtoul.
23315
23316         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
23317         headers.
23318         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
23319         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23320         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
23321         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
23322         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23323         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
23324         memcpy, memset.
23325         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
23326         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
23327         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
23328         strtol.
23329         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
23330         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
23331         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
23332         strtoul.
23333
23334 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23335
23336         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
23337         * lib/obstack.c [!defined _LIBC]: Likewise.
23338         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
23339         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
23340         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
23341
23342         More changes to assume C89 or better.
23343
23344         * lib/error.c (error_tail): Assume vprintf.
23345
23346         * lib/argmatch.c (getenv): Remove decl.
23347         * lib/progreloc.c (get_full_program_name): Define via prototype.
23348         * lib/setenv.c (clearenv): Likewise.
23349         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23350         needed.
23351         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23352         (malloc, memcpy): Remove decls.
23353         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23354         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23355         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23356         (memcpy): Remove macro.
23357         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
23358         (__P): Remove.  All uses removed.
23359         (PTR): Remove.  All uses changed to void *.
23360         (CHAR_BIT, NULL): Remove.
23361         (spaces, zeros, memset_space, memset_zero)
23362         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
23363         Remove.
23364         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
23365         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
23366         Define with prototype.
23367         Remove now-unnecessary prototype decl.
23368         (extra_args_spec): Assume ANSI C.  All uses changed.
23369         (extra_args_spec_iso): Remove.
23370         (my_strftime, emacs_strftimeu): Define via prototype.
23371         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
23372         unconditionally.
23373         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
23374         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
23375         (strtoul, strtol): Remove decls.
23376         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
23377         LONG_MAX): Remove.
23378         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23379         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
23380         (LOCALE_PARAM_PROTO): New macro.
23381         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
23382         (INTERNAL (strtol), strtol): Define with a prototype.
23383         (PARAMS): Remove.  All uses removed.
23384         * lib/tempname.c: Include <string.h> unconditionally.
23385         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
23386         * lib/xgethostname.c (main): Define with a prototype.
23387         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
23388         Include <stdlib.h> unconditionally.
23389         (calloc, malloc, realloc, free): Remove decls.
23390         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
23391         Include <stdlib.h> unconditionally.  Sort include file names.
23392         (strtod): Remove.
23393         (xstrtod): Define with a prototype.
23394         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
23395         (strtol, strtoul): Remove decls.
23396
23397 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23398
23399         More patches to assume C89 or better.
23400         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
23401         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
23402         string.h, memchr, STDC_HEADERS.
23403
23404 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23405
23406         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
23407         Include <stdlib.h>, <string.h> unconditionally.
23408         Remove now-unnecessary cast to char *.
23409         * lib/strnlen.c: Include <string.h> unconditionally.
23410         * lib/yesno.c (yesno): Define with a prototype.
23411
23412 2003-09-11  Bruno Haible  <bruno@clisp.org>
23413
23414         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
23415
23416 2003-09-10  Jim Meyering  <jim@meyering.net>
23417
23418         * lib/error.c: Correct indentation of cpp directives.
23419
23420 2003-09-10  Bruno Haible  <bruno@clisp.org>
23421
23422         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
23423         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
23424         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
23425         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
23426         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
23427         <stdlib.h> and <string.h> checks.
23428         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
23429         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
23430
23431 2003-09-10  Bruno Haible  <bruno@clisp.org>
23432
23433         * lib/strcspn.c: Include <string.h> unconditionally.
23434         * lib/strpbrk.c: Include <string.h> unconditionally.
23435         * lib/strstr.c: Include <string.h> unconditionally.
23436         * lib/unicodeio.c: Include <string.h> unconditionally.
23437         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
23438         * lib/unsetenv.c: Likewise.
23439         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
23440         * lib/yesno.c: Include <stdlib.h> unconditionally.
23441         (rpmatch): Add prototype.
23442
23443 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23444
23445         More patches to assume C89 or better.
23446         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
23447         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
23448         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
23449         or for string.h.
23450         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
23451         stdlib.h.
23452         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
23453         C headers.
23454         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
23455         string.h.
23456         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
23457         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
23458         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
23459         or for string.h.
23460         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
23461         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
23462         C headers.
23463         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
23464         memcpy.
23465         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
23466         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
23467         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
23468         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
23469         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
23470         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
23471         string.h, free.
23472         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
23473         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
23474         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
23475         C headers, or for string.h.
23476         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
23477         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
23478         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
23479         headers, memory.h, stdlib.h, string.h, strings.h.
23480         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
23481         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
23482         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
23483         strchr.
23484         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
23485         headers, memory.h, string.h.
23486         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
23487         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
23488         free.
23489         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
23490         headers.
23491         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
23492         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
23493         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
23494         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
23495         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
23496
23497 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23498
23499         More K&R removal.
23500
23501         * lib/acosl.c (main): Use a prototype.
23502         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
23503         tanl.c: Likewise.
23504
23505         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
23506
23507         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
23508         (getopt, etopt_long, getopt_long_only, _getopt_internal)
23509         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
23510         with a prototype.
23511         * lib/getopt.c (const): Remove macro.
23512         Include <string.h> unconditionally.
23513         (my_index): Remove; all uses changed to strchr.
23514         (strlen): Remove decl.
23515         (exchange): Remove forward decl; no longer needed.
23516         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
23517         Define with prototype.
23518         * lib/getopt1.c (const): Remove macro.
23519         (getopt_long, getopt_long_only, main): Define with prototype.
23520
23521         * lib/getugroups.c: Include <string.h> unconditionally.
23522
23523         * lib/getusershell.c: Include <stdlib.h> unconditionally.
23524         (getusershell, setusershell, endusershell, readname, main):
23525         Define with prototypes.
23526
23527         * lib/group-member.c: Include group-member.h first.
23528         Include <stdlib.h> unconditionally.
23529
23530         * lib/hard-locale.c: Include hard-locale.h first.
23531         Include <stdlib.h>, <string.h> unconditionally.
23532
23533         * lib/hash.c (free, malloc): Remove decls.
23534         Include <stdlib.h> unconditionally.
23535
23536         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
23537         (getenv): Do not declare.
23538
23539         * lib/idcache.c: Include <string.h> unconditionally.
23540
23541         * lib/long-options.c: Include long-options.h first, to test interface.
23542         Include <stdlib.h> unconditionally.
23543
23544         * lib/makepath.c: Include makepath.h first, to test interface.
23545         Include <stdlib.h> and <string.h> unconditionally.
23546
23547         * lib/linebuffer.c: Include <stdlib.h>.
23548         (free): Remove decl.
23549
23550         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
23551         stddef.h. rpl_malloc returns void *, not char *.
23552         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
23553         prototype.
23554
23555         * lib/md5.h: Include <limits.h> unconditionally.
23556         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
23557         (__P): Remove; all uses removed.
23558         * lib/md5.c: Include "md5.h" first.
23559         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
23560         md5_buffer, md5_process_bytes, md5_process_block):
23561         Define with prototypes.
23562         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
23563         * lib/sha.c: Include "sha.h" first.
23564         Include <stdlib.h>, <string.h> unconditionally.
23565
23566         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
23567         * lib/memcmp.c (__ptr_t): Likewise.
23568         * lib/memrchr.c (__ptr_t): Likewise.
23569         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
23570         Include <string.h> unconditionally.
23571         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
23572         * lib/memchr.c: Include <stdlib.h> unconditionally.
23573         * lib/memchr.c (LONG_MAX): Remove.
23574         * lib/memrchr.c (LONG_MAX): Likewise.
23575         * lib/memchr.c (__memchr): Define via a prototype.
23576         * lib/memrchr.c (__memrchr): Likewise.
23577         * lib/memcmp.c (__P): Remove, and remove all uses.
23578         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
23579         Remove forward decls; no longer needed.
23580         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
23581         Use types required by C89 in prototype.
23582
23583         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
23584         * lib/savedir.c: Likewise.
23585         * lib/mkdir.c (free): Remove decl.
23586         * lib/rmdir.c (rmdir): Define with a prototype.
23587         * lib/savedir.c: Include savedir.h first, to test interface.
23588
23589         * lib/mktime.c (STDC_HEADERS): Remove.
23590         Include <stdlib.h>, <string.h> unconditionally.
23591
23592         * lib/modechange.c: Include <stdlib.h> unconditionally.
23593         (malloc): Remove decl.
23594
23595         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
23596         (free): Remove decl.
23597
23598         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
23599         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
23600         (This type really should be intptr_t, but that's a C99ism.)
23601         (_obstack_memcpy): Remove: all uses changed to memcpy.
23602         Include <string.h> unconditionally.
23603         (struct obstack): Assume __STDC__ for types of members
23604         chunkfun, freefun, extra_arg.
23605         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
23606         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
23607         obstack_begin, obstack_specify_allocation,
23608         obstack_specify_allocation_with_arg, obstack_chunkfun,
23609         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
23610         Remove unprototyped decls and the macros that use them.
23611         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
23612         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
23613         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
23614         (defined __STDC__ && __STDC__)]:
23615         Remove nonprototyped code.
23616         Include <stdlib.h> unconditionally.
23617         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
23618         _obstack_allocated_p, _obstack_free, obstack_free,
23619         _obstack_memory_used, print_and_abort):
23620         Define using prototypes.
23621         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
23622         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
23623         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
23624         obstack_next_free, obstack_object_size, obstack_room) [0]:
23625         Remove unused, unprototyped code.
23626
23627         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
23628
23629         * lib/physmem.c (physmem_total, physmem_available, main): Define
23630         with prototypes.
23631
23632         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
23633         (main): Define with a prototype.
23634
23635         * lib/posixver.c (getenv): Remove decl.
23636
23637         * lib/putenv.c (malloc): Returns void *, not char *.
23638         Include <string.h> unconditionally.
23639         (strchr, memcpy, NULL): Do not define.
23640
23641         * lib/readtokens.c: Include readtokens.h first, to test interface.
23642         Include <stdlib.h>, <string.h> unconditionally.
23643         (init_tokenbuffer): Define with a prototype.
23644
23645         * lib/regex.c (PARAMS): Remove.  All uses removed.
23646         All uses of _RE_ARGS removed, too.
23647         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23648         unconditionally.
23649         (bzero): Assume memset exists.
23650         (memcmp, memcpy, NULL): Remove.
23651         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
23652         char, or assignments to local vars of type signed char.
23653         (init_syntax_once, PREFIX(extract_number_and_incr),
23654         PREFIX(print_partial_compiled_pattern),
23655         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
23656         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
23657         PREFIX(regex_grow_registers), PREFIX(regex_compile),
23658         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
23659         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
23660         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
23661         wcs_compile_range, byte_compile_range, truncate_wchar,
23662         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
23663         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
23664         count_mbs_length, wcs_re_match_2_internal,
23665         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
23666         PREFIX(alt_match_null_string_p),
23667         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
23668         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
23669         regfree, PREFIX(extract_number)): Define with prototype.  Remove
23670         now-unnecessary declaration, if any.
23671         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
23672         regcomp, regexec):
23673         Remove now-unnecessary casts among pointer types.
23674         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
23675
23676         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
23677         (free): Remove decl.
23678
23679         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
23680
23681         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
23682         (free): Remove decl.
23683
23684         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
23685         * lib/xgetcwd.c: Likewise.
23686
23687         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
23688         (free): Remove decl.
23689
23690         * lib/strchrnul.c (strchrnul): Define with a prototype.
23691         Fix bug: c_in was not converted to char before searching.
23692
23693         The following changes are not K&R related:
23694
23695         * lib/group-member.h: Include <sys/types.h>, so that this file is
23696         self-contained.
23697         * lib/makepath.h: Likewise.
23698
23699         * lib/getusershell.c (readname, default_index, line_size, readname):
23700         Use size_t, not int, for sizes.
23701         (readname): If the size overflows, report an error instead of
23702         looping forever.
23703
23704 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23705
23706         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
23707         libc.
23708
23709 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23710
23711         * README: New section: portability guidelines.
23712
23713 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
23714
23715         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
23716         C89 spec.
23717
23718 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
23719
23720         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
23721
23722 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23723
23724         Assume C89 or better; remove K&R cruft.
23725         A few of these changes were first proposed by Derek Robert Price
23726         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
23727
23728         * lib/addext.c: Include <string.h> unconditionally.
23729         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
23730         Don't declare getenv or malloc.
23731
23732         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
23733         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
23734         (NULL): Remove.
23735         (find_stack_direction, alloca): Use prototypes.
23736
23737         * lib/atexit.c (atexit): Define using a prototype.
23738
23739         * lib/basename.c, dirname.c, stripslash.c:
23740         Include <string.h> unconditionally.
23741
23742         * lib/bcopy.c: Include <stddef.h>.
23743         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
23744
23745         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
23746
23747         * lib/error.h (error, error_at_line, error_print_progname)
23748         [! (defined (__STDC__) && __STDC__)]: Remove decls.
23749         * lib/error.c: Include error.h first, to check interface.
23750         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
23751         (VA_START): Remove; all uses changeed to va_start.
23752         (exit, strerror): Remove decls.
23753         (error_print_progname): Prototype uncondionally.
23754         Don't include <errno.h>; no longer needed.
23755         (private_strerror): Remove.
23756         (error_tail): Always define.
23757         (error, error_at_line): Assume C89 or better; always use prototypes.
23758         * lib/fatal.c: Include "fatal.h" first, to test interface.
23759         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
23760         (VA_START): Remove; all uses changed to va_start.
23761         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
23762         this case.
23763         (exit): Remove decl.
23764         (fatal): Prototype unconditionally.  Assume va_start works.
23765         Abort at end, to pacify gcc.
23766
23767         * lib/euidaccess.c (main): Define with a prototype.
23768
23769         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
23770
23771         * lib/exitfail.c: Include <stdlib.h> unconditionally.
23772
23773         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
23774         prototypes.
23775         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
23776         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
23777         (getenv): Remove decl.
23778         (fnmatch): Define using a prototype.
23779         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
23780         (FCT): Define using a prototype.
23781
23782         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
23783
23784         * lib/gethostname.c: Include <stddef.h>.
23785         (gethostname): Define with prototype.  Length is size_t, not int.
23786
23787 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23788
23789         Assume C89 or better; remove K&R cruft.
23790         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
23791         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
23792         string.h, getenv, malloc.
23793         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
23794         headers.
23795         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
23796         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
23797         do not check for strerror.
23798         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
23799         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
23800         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
23801         do not check for doprnt or vprintf.
23802         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
23803         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
23804
23805 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23806
23807         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
23808         getversion.c should have been removed then, but was accidentally
23809         preserved.
23810
23811         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
23812         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
23813
23814 2003-09-08  Karl Berry  <karl@gnu.org>
23815
23816         * config/config.sub, config.guess, srclistvars.sh: update from savannah
23817                 config, forget about prep.
23818
23819         * config/depcomp, missing: update from automake.
23820
23821 2003-09-07  Paul Eggert  <eggert@twinsun.com>
23822
23823         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
23824         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
23825
23826 2003-09-07  Paul Eggert  <eggert@twinsun.com>
23827
23828         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
23829         copy_tm_result.  Bug reported by Simon Josefsson in
23830         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
23831
23832 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23833
23834         * m4/time_r.m4: New file.
23835         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
23836         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
23837         is. Check for timegm declaration.
23838         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
23839         Do not check for gmtime_r.
23840         Replace mktime if __mktime_internal does not exist and if mktime
23841         hasn't been replaced already.
23842
23843 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23844
23845         * lib/time_r.c, lib/time_r.h: New files.
23846
23847         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
23848         __localtime_r.
23849         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
23850         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
23851
23852         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
23853         __gmtime_r.
23854         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
23855         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
23856         Include <time_r.h>.
23857
23858         * lib/timegm.c: Switch to glibc implementation, with the following
23859         changes:
23860         [defined HAVE_CONFIG_H]: Include <config.h>.
23861         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
23862         (__mktime_internal) [!defined _LIBC]: New decl.
23863         (__gmtime_r) [!defined _LIBC]: New macro and function.
23864         (timegm): Use a prototype, since gnulib assumes C89.
23865         Do not bother declaring tmp to be const, as it's not really usefu.
23866         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
23867         (timegm): Declare only if HAVE_DECL_TIMEGM.
23868
23869 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23870
23871         * MODULES.html.sh (func_all_modules): Add time_r.
23872         * modules/time_r: New file.
23873         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
23874         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
23875
23876 2003-09-03  Paul Eggert  <eggert@twinsun.com>
23877
23878         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
23879         Bug reported by Lute Kamstra in
23880         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
23881
23882         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
23883         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
23884         course with correspondingly smaller numbers for tomorrow and
23885         yesterday.  From Tadayoshi Funaba.  Originally installed into
23886         sh-utils on 1999-08-07, but the patch got lost (I guess during the
23887         coreutils merge?).
23888
23889 2003-08-31  Simon Josefsson  <jas@extundo.com>
23890
23891         * modules/timegm: New file.
23892         * MODULES.html.sh (func_all_modules): Add timegm.
23893
23894 2003-08-31  Simon Josefsson  <jas@extundo.com>
23895
23896         * m4/timegm.m4: New file.
23897
23898 2003-08-31  Simon Josefsson  <jas@extundo.com>
23899
23900         * lib/timegm.h: New file.
23901         * lib/timegm.c: New file.  Based on
23902         wget-1.8.2/src/http.c:mktime_from_utc.
23903
23904 2003-08-31  Karl Berry  <karl@gnu.org>
23905
23906         * lib/argp.h: update from libc.
23907
23908 2003-08-28  Bruno Haible  <bruno@clisp.org>
23909
23910         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
23911         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
23912         followed by '#define fnmatch fnmatch_posix' gives an error.
23913
23914 2003-08-28  Bruno Haible  <bruno@clisp.org>
23915
23916         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
23917         warning on QNX, which defines O_BINARY to 000000.
23918
23919 2003-08-27  Jim Meyering  <jim@meyering.net>
23920
23921         * m4/mkstemp.m4: Require that the system mkstemp be able to create
23922         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
23923         would fail after 32.  Reported by Danny Levinson.  Details here:
23924         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
23925
23926 2003-08-24  Bruno Haible  <bruno@clisp.org>
23927
23928         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
23929         MSVC7 <stdio.h> is included later.
23930
23931 2003-08-22  Simon Josefsson  <jas@extundo.com>
23932
23933         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
23934
23935 2003-08-20  Karl Berry  <karl@gnu.org>
23936
23937         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
23938
23939 2003-08-20  Bruno Haible  <bruno@clisp.org>
23940
23941         * modules/progname: New file.
23942         * MODULES.html.sh (func_all_modules): Add progname.
23943
23944 2003-08-20  Bruno Haible  <bruno@clisp.org>
23945
23946         * lib/progname.h: New file, from GNU gettext.
23947         * lib/progname.c: New file, from GNU gettext.
23948         * lib/progreloc.c: New file, from GNU gettext.
23949
23950 2003-08-19  Jim Meyering  <jim@meyering.net>
23951
23952         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
23953         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
23954
23955 2003-08-19  Bruno Haible  <bruno@clisp.org>
23956
23957         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
23958         more.
23959
23960 2003-08-19  Bruno Haible  <bruno@clisp.org>
23961
23962         * lib/xstrdup.c: Assume <string.h> exists.
23963
23964 2003-08-18  Paul Eggert  <eggert@twinsun.com>
23965
23966         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
23967         in makefile rules.
23968
23969 2003-08-18  Jim Meyering  <jim@meyering.net>
23970
23971         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
23972         * m4/lib-ld.m4: Likewise.
23973
23974 2003-08-18  Jim Meyering  <jim@meyering.net>
23975
23976         * lib/setenv.h: Indent nested cpp directive.
23977         * lib/vasnprintf.c: Remove trailing blanks.
23978
23979 2003-08-17  Simon Josefsson  <jas@extundo.com>
23980
23981         * modules/xstrndup: New file.
23982         * MODULES.html.sh (func_all_modules): Add xstrndup.
23983
23984 2003-08-17  Simon Josefsson  <jas@extundo.com>
23985
23986         * modules/argp: Fix autoconf macro name. Add more dependencies.
23987
23988 2003-08-17  Simon Josefsson  <jas@extundo.com>
23989
23990         * m4/xstrndup.m4: New file.
23991
23992 2003-08-17  Simon Josefsson  <jas@extundo.com>
23993
23994         * m4/argp.m4: New file.
23995
23996 2003-08-17  Simon Josefsson  <jas@extundo.com>
23997             Bruno Haible  <bruno@clisp.org>
23998
23999         * lib/xstrndup.h: New file.
24000         * lib/xstrndup.c: New file.
24001
24002 2003-08-17  Bruno Haible  <bruno@clisp.org>
24003
24004         * modules/strndup (Files, Include): Add lib/strndup.h.
24005
24006 2003-08-17  Bruno Haible  <bruno@clisp.org>
24007
24008         * modules/euidaccess (Files): Add lib/euidaccess.h.
24009
24010 2003-08-17  Bruno Haible  <bruno@clisp.org>
24011
24012         * lib/strndup.h: New file.
24013
24014 2003-08-17  Bruno Haible  <bruno@clisp.org>
24015
24016         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24017         like AC_GNU_SOURCE.
24018         * modules/extensions (configure.ac): Comment out the invocation of
24019         gl_USE_SYSTEM_EXTENSIONS.
24020
24021 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24022
24023         Merges from coreutils, etc.
24024         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24025         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24026         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24027         fixing a typo.
24028         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24029         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24030
24031 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24032
24033         Document merge from coreutils.
24034         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24035         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24036         * modules/utime: Add m4/utimes-null.m4.
24037
24038 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24039
24040         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24041         space, undoing this 2003-08-12 change:
24042         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24043
24044 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24045
24046         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24047         strtoul.c from libc, undoing this 2003-08-12 change:
24048         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24049
24050 2003-08-16  Jim Meyering  <jim@meyering.net>
24051
24052         Merges from coreutils.
24053         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24054         prefix.  Adjust cache variables similarly.  Create 500 rather than
24055         just 300 files, to exercise bug on Darwin6.5, too.
24056         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24057         $missing_dir.
24058         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24059         AM_SYS_POSIX_TERMIOS.
24060         Reported by mkc@mathdogs.com.
24061         Also change use of $am_cv_sys_posix_termios
24062         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24063         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24064         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24065         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24066         in /proc/mounts until it finds one with matching device number.  This
24067         is unnecessary when the FILE argument *is* a mount point.  No stat call
24068         is necessary in that case.  So, disable the statvfs-testing code on
24069         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24070         as RedHat bug# 84846.
24071         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24072         to 1MB, so as not to render systems with no stack size limit (e.g.,
24073         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24074         Include <unistd.h>.  On some systems,
24075         it is required for the definition of _SC_PAGESIZE.
24076
24077 2003-08-16  Jim Meyering  <jim@meyering.net>
24078
24079         Merge from coreutils.
24080         * lib/xstrtoimax.c: #else #if -> #elif.
24081         * lib/xstrtoumax.c: Likewise.
24082
24083 2003-08-16  Jim Meyering  <jim@meyering.net>
24084
24085         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24086         * m4/utimes.m4: Removed.
24087         * m4/utimes-null.m4: Renamed from utimes.m4.
24088
24089         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24090         to 1MB, so as not to render systems with no stack size limit (e.g.,
24091         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24092         Include <unistd.h>.  On some systems,
24093         it is required for the definition of _SC_PAGESIZE.
24094
24095 2003-08-16  Jim Meyering  <jim@meyering.net>
24096         and Paul Eggert  <eggert@cs.ucla.edu>
24097
24098         Merges from coreutils, etc.
24099
24100         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24101         using the latest version from cvs.  This avoids problems with #line
24102         directives using a vendor (Sun) compiler.
24103         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24104         Don't set GETGROUPS_LIB here; now it's
24105         done via getgroups.m4's wrapper function.
24106         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24107         rather than just in sh-util/configure.in, so that the
24108         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24109         same.
24110         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24111         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24112         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24113         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
24114         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
24115         Remove code that is now done by the newly-required macros.
24116         Append $(EXEEXT) to DF_PROG.
24117         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
24118         Do not invoke or require the following here,
24119         since prereq.m4 or some gnulib .m4 now does this for us:
24120         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
24121         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
24122         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
24123         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
24124         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
24125         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
24126         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
24127         AC_FUNC_OBSTACK.
24128         Do not replace the following functions, as this is now the job
24129         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
24130         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
24131         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
24132         atexit getpass, strdup, getpagesize.
24133         Replace 'raise'.
24134         Do not check for the following functions, as this is now the job
24135         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
24136         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
24137         setregid.
24138         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
24139         Check for sys/sysctl.h.
24140         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
24141         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
24142         of checking for ssize_t ourselves.
24143
24144         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
24145         Require every macro that gnulib/modules/* suggests for us.
24146         (jm_PREREQ_ADDEXT): New macro.
24147         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
24148         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
24149
24150         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
24151         (gl_PHYSMEM): Use it.
24152         Also check for `table' function.
24153         Check for new headers and functions.
24154         Add check for sys/sysmp.h.
24155         With suggestions from Kaveh Ghazi.
24156         Ignore headers that are present but cannot be compiled.  This
24157         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
24158         C 5.4.
24159
24160 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24161
24162         Document merge from coreutils.
24163         * modules/userspec: Depend on posixver.
24164         * modules/strftime: Depend on tzset.
24165
24166 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24167
24168         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
24169         rather than tab, after '#' in shell-script copyright notices.
24170         Suggested by Bruno Haible.
24171
24172 2003-08-15  Paul Eggert  <eggert@twinsun.com>
24173
24174         * config/srclist-update: Use three spaces, rather than tab, after '#'
24175         in shell-script copyright notices.  Suggested by Bruno Haible.
24176         Remove unnecessary parenthesization in regular expression.
24177
24178 2003-08-15  Jim Meyering  <jim@meyering.net>
24179
24180         Merge from coreutils.
24181         * lib/xgethostname.c: Include <stdlib.h>.
24182         (xghostname): Don't exit for anything other than memory-related
24183         failure; just return NULL.
24184         * lib/userspec.c: Include "posixver.h".
24185         (parse_user_spec): Accept `.' as a separator only
24186         in pre-POSIX-200112 mode.
24187         * lib/strtoimax.c: Use #elif rather than #else #if.
24188         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
24189         Remove function, now that we can rely on a working tzset function.
24190         [!_LIBC]: Ensure that the required autoconf test has been run.
24191         [!defined _NL_CURRENT && HAVE_STRFTIME]:
24192         Use underlying_strftime for %r.
24193         * lib/sha.c: Merge in some clean-up and optimization changes from
24194         glibc.
24195         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
24196         Ensure that it is a multiple of 64.
24197         Rearrange loop exit tests so as to avoid performing an
24198         additional fread after encountering an error or EOF.
24199         * lib/realloc.c: Update copyright date.
24200
24201 2003-08-15  Jim Meyering  <jim@meyering.net>
24202         and Paul Eggert  <eggert@twinsun.com>
24203
24204         Merge from coreutils.
24205         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
24206         member but strut utmpx does not.  Needed for AIX 4.3.3.
24207         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
24208
24209 2003-08-15  Jim Meyering  <jim@meyering.net>
24210         and Paul Eggert  <eggert@cs.ucla.edu>
24211
24212         Merges from coreutils, etc.
24213         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
24214         Require gl_FUNC_TZSET_CLOBBER.
24215         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
24216         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
24217         members.
24218
24219 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24220
24221         Help the merge from coreutils.
24222         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
24223         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
24224         * m4/tzset.m4: Use it too.
24225
24226 2003-08-14  Paul Eggert  <eggert@twinsun.com>
24227
24228         * modules/tzset: New file.
24229
24230 2003-08-14  Jim Meyering  <jim@meyering.net>
24231
24232         Merges from coreutils.
24233         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
24234         variable names, rather than @FNMATCH_H@.
24235         * modules/alloca: Likewise for $(ALLOCA_H).
24236
24237         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
24238         the three copies of the literal target, `fnmatch.h'.
24239         * modules/alloca (alloca.h): Likewise.
24240
24241 2003-08-14  Jim Meyering  <jim@meyering.net>
24242
24243         Merge from coreutils.
24244         * m4/tzset.m4: New file.
24245         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
24246         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
24247         otherwise, AIX 5.1 systems would end up using the latter.
24248         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
24249         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
24250         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
24251         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
24252
24253 2003-08-14  Jim Meyering  <jim@meyering.net>
24254
24255         Merge from coreutils.
24256         * lib/obstack.h: Whitespace changes.
24257         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
24258         and xcalloc return values.
24259         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
24260         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
24261         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24262         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24263         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24264         error from mntctl.
24265         Use mntctl's return value to drive the entry-processing loop, since
24266         we can't rely on the value of the vmt_length member in the last
24267         entry.  On some systems doing so could result in exhausting
24268         virtual memory.  Based in part on a patch from Mike Jetzer.
24269
24270 2003-08-14  Jim Meyering  <jim@meyering.net>
24271         and Paul Eggert  <eggert@twinsun.com>
24272
24273         Merges from coreutils, plus other fixes.
24274         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24275         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24276         for credits and details.  Thanks to Kaveh Ghazi for helping
24277         to keep these files in sync.
24278         (ARRAY_SIZE): Define it.
24279         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24280         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24281         (memcasecmp): Don't assume size_t fits in unsigned int.
24282         Remove casts and duplicate code.
24283         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24284         (memcpy): Remove definition.
24285         Merge in some clean-up and optimization changes from glibc.
24286         [BLOCKSIZE]: Move definition to top of file.
24287         Ensure that it is a multiple of 64.
24288         Rearrange loop exit tests so as to avoid performing an
24289         additional fread after encountering an error or EOF.
24290         * lib/md5.h (md5_uintptr): Define.
24291         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24292         return to the initial working directory.  Preserve errno
24293         for caller.
24294         * lib/idcache.c: Include "xalloc.h".
24295         (xmalloc, xrealloc): Remove decls.
24296         (getuser): Remove casts no longer required in C89.
24297         * lib/human.c: Include stdio.h, for sprintf.
24298         * lib/group-member.c: Include "xalloc.h".
24299         (xmalloc, xrealloc): Remove decls.
24300         (get_group_info): Remove casts no longer required in C89.
24301         * lib/getusershell.c (readname): Remove casts no longer required in
24302         C89.
24303         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24304         * lib/getline.c: Whitespace fix, from coreutils.
24305
24306 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24307
24308         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24309         Check for isascii.
24310
24311         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24312         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24313         Undo previous (whitespace-only) change.
24314
24315 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24316
24317         * lib/exclude.c: Include <ctype.h>
24318         (IN_CTYPE_DOMAIN): New macro.
24319         (is_space): New fn.
24320         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
24321         and empty lines.
24322
24323         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24324         Undo previous (whitespace-only) change.
24325
24326 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24327
24328         * config/srclist-update: Change update back to the old behavior,
24329         leaving whitespace alone.  Use one 'sed' command rather than a
24330         pipeline.
24331         (fixlicense): Now a variable, not a function.
24332         (remove_trailing_blanks): Remove.
24333         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
24334         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24335         Undo previous (whitespace-only) change.
24336
24337 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24338
24339         Merge from coreutils.
24340         * modules/euidaccess: Add lib_SOURCES, include for new
24341         file euidaccess.h
24342
24343 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24344
24345         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24346         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24347         Normalize leading white space and remove trailing white space.
24348
24349         Merge from coreutils
24350         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24351
24352         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24353         0.12.1.  These files are now being upgraded automatically by
24354         ../config/srclist-update.
24355
24356 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24357
24358         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24359         Normalize leading white space and remove trailing white space.
24360         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
24361         notice, as per ../config/srclist-update.
24362
24363         Merge from coreutils.
24364         * lib/euidaccess.h: New file.
24365         * lib/euidaccess.c: Include it.
24366         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
24367         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
24368         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
24369
24370 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24371
24372         * config/srclist-update: Add copyright notice.
24373         (remove_id_lines, remove_trailing_blanks): New constants.
24374         (fixfile): Use them to normalize spacing a bit in copied files.
24375         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24376         Normalize leading white space and remove trailing white space.
24377
24378         * config/texinfo.tex: Sync with texinfo.
24379
24380         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
24381         strtoul.c from libc, to merge coreutils whitespace changes.
24382
24383         * config/srclist.txt: Get the following m4 files from gettext:
24384         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
24385         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
24386         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
24387         wint_t.m4.
24388
24389 2003-08-12  Karl Berry  <karl@gnu.org>
24390
24391         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
24392         been made.
24393
24394 2003-08-11  Paul Eggert  <eggert@twinsun.com>
24395
24396         * modules/gnu-source, m4/gnu-source.m4:
24397         Remove; we're assuming Autoconf 2.54 or later now.
24398         Suggested by Bruno Haible.
24399         * MODULES.html.sh (func_all_modules): Remove gnu-source.
24400
24401 2003-08-11  Bruno Haible  <bruno@clisp.org>
24402
24403         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
24404
24405 2003-08-11  Bruno Haible  <bruno@clisp.org>
24406
24407         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
24408         (vasnprintf): Use it instead of wcslen.
24409
24410 2003-08-11  Bruno Haible  <bruno@clisp.org>
24411
24412         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
24413         value to ensure that _Bool promotes to int. Use #define for _Bool when
24414         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
24415
24416 2003-08-10  Karl Berry  <karl@gnu.org>
24417
24418         * lib/regex.h: update from libc (whitespace fix).
24419
24420 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24421
24422         Merge some files from coreutils.  These changes were
24423         originally made by Jim Meyering.
24424         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
24425         many older Unixes require this.
24426         * lib/alloca.c (alloca): Remove cast to argument of free;
24427         no longer needed in C89.
24428         * lib/alloca_.h, regex.h: Fix white space to match
24429         what GNU indent does.
24430
24431 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24432
24433         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
24434         apparently Emacs's Unicode mode got confused before my 2003-08-05
24435         checkin.
24436
24437 2003-08-08  Paul Eggert  <eggert@twinsun.com>
24438
24439         * m4/extensions.m4: New file.
24440         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
24441         Require gl_USE_SYSTEM_EXTENSIONS.
24442         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
24443         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
24444
24445 2003-08-08  Paul Eggert  <eggert@twinsun.com>
24446
24447         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
24448         * modules/extensions, modules/gnu-source: New files.
24449         * modules/timespec, modules/unlocked-io: Depend on extensions.
24450
24451 2003-08-07  Paul Eggert  <eggert@twinsun.com>
24452
24453         * modules/restrict: New file.
24454         * MODULES.html.sh (func_all_modules): Add restrict.
24455         * modules/regex: Depend on restrict.
24456
24457 2003-08-07  Paul Eggert  <eggert@twinsun.com>
24458
24459         * m4/restrict.m4: New file.
24460         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
24461
24462 2003-08-07  Bruno Haible  <bruno@clisp.org>
24463
24464         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
24465         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
24466
24467 2003-08-07  Bruno Haible  <bruno@clisp.org>
24468
24469         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
24470         makes the module 'getndelim2' compatible with the module 'getline'.
24471
24472 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24473
24474         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
24475         byte with "\201" to avoid glitches when editing that source file
24476         with multi-gnome-terminal.
24477
24478 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24479
24480         * lib/bumpalloc.h: Remove.
24481
24482 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24483
24484         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
24485         * modules/bumpalloc: Remove.
24486
24487 2003-08-04  Paul Eggert  <eggert@twinsun.com>
24488
24489         * lib/getloadavg.c: Change copyright notice and spacing to conform to
24490         GNU coding style.
24491
24492         Merge from coreutils.
24493         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
24494         1. From glibc.
24495         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
24496         from Karl Berry, implemented by Jim Meyering.
24497         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
24498         from Dmitry V. Levin.
24499         Remove anachronistic cast of xrealloc.
24500         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
24501         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
24502         type. Otherwise, it wouldn't compile with at least /bin/cc on
24503         ymp-cray-unicos9.0.2.X.
24504         Combine two mostly-identical uses of alloca into one.
24505         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
24506
24507 2003-08-04  Dave Love  <d.love@dl.ac.uk>
24508
24509         [From Emacs.]
24510
24511         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
24512         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
24513         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
24514         obsolete NLIST_NAME_UNION.
24515         [__GNU__]: Undef BSD and FSCALE.
24516         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
24517
24518 2003-08-03  Paul Eggert  <eggert@twinsun.com>
24519
24520         * lib/stdbool_.h (_Bool): Make it signed char, instead of
24521         an enum type, so that it's guaranteed to promote to int.  See:
24522         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
24523
24524 2003-08-03  Karl Berry  <karl@gnu.org>
24525
24526         * config/depcomp: update from automake.
24527
24528 2003-07-31  Paul Eggert  <eggert@twinsun.com>
24529
24530         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
24531         (strerror): Don't assume that a printable int fits in 14 bytes.
24532
24533 2003-07-31  Bruno Haible  <bruno@clisp.org>
24534
24535         * modules/getpass-gnu: New file.
24536         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
24537
24538 2003-07-31  Bruno Haible  <bruno@clisp.org>
24539
24540         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
24541
24542 2003-07-24  Karl Berry  <karl@gnu.org>
24543
24544         * config/missing: update from automake.
24545
24546 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
24547             Bruno Haible  <bruno@clisp.org>
24548
24549         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
24550         * lib/getline.c (getline, getdelim): Likewise.
24551         Remove _GNU_SOURCE define; now it's defined in config.h through
24552         m4/getline.m4.
24553
24554 2003-07-23  Karl Berry  <karl@gnu.org>
24555
24556         * config/config.sub: update from prep.
24557
24558 2003-07-22  Paul Eggert  <eggert@twinsun.com>
24559
24560         * modules/xalloc (Depends-on): Add exitfail.
24561         * modules/xmemcoll: Likewise.
24562
24563 2003-07-22  Paul Eggert  <eggert@twinsun.com>
24564
24565         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
24566         over-parenthesization in macros.
24567
24568         Sync with coreutils.
24569
24570         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
24571         required by C99.
24572
24573         Use `exit_failure' for xalloc and xmemcoll instead of their own
24574         private exit-failure variables.
24575         * lib/xalloc.h (xalloc_exit_failure): Remove.
24576         * lib/xmalloc.c: Likewise.  Include exitfail.h.
24577         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
24578         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
24579         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
24580         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
24581
24582 2003-07-20  Jim Meyering  <jim@meyering.net>
24583
24584         * modules/closeout (Depends-on): Add exitfail.
24585         Suggestion from Bruno Haible.
24586
24587 2003-07-19  Karl Berry  <karl@gnu.org>
24588
24589         * config/config.sub: update from prep.
24590
24591 2003-07-18  Paul Eggert  <eggert@twinsun.com>
24592
24593         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
24594         Remove.
24595         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
24596         to test that it can stand by itself.  Include "exitfail.h".
24597         Clients should set exit_failure instead.
24598         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
24599
24600 2003-07-18  Bruno Haible  <bruno@clisp.org>
24601
24602         * modules/getndelim2: New file.
24603         * modules/getline: Share files with module getndelim2.
24604         * modules/getnline: Depend on getndelim2 instead of sharing files with
24605         it. Add getnline.c to lib_SOURCES.
24606         * MODULES.html.sh (func_all_modules): Add getndelim2.
24607
24608 2003-07-18  Bruno Haible  <bruno@clisp.org>
24609
24610         * m4/getndelim2.m4: New file.
24611         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
24612         invoke gl_PREREQ_GETNDELIM2.
24613         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
24614         gl_PREREQ_GETNDELIM2.
24615         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
24616         gl_GETNDELIM2.
24617
24618 2003-07-18  Bruno Haible  <bruno@clisp.org>
24619
24620         * lib/getndelim2.h: New file.
24621         * lib/getndelim2.c: Make into a module of its own. Include config.h,
24622         getndelim2.h.
24623         (getndelim2): Make non-static. Change return type to ssize_t.
24624         * lib/getline.h: Change argument names.
24625         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
24626         * lib/getnline.c: Include getndelim2.h.
24627
24628 2003-07-18  Andreas Schwab  <schwab@suse.de>
24629
24630         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
24631
24632 2003-07-17  Karl Berry  <karl@gnu.org>
24633
24634         * config/config.sub: update from prep.
24635
24636 2003-07-17  Bruno Haible  <bruno@clisp.org>
24637
24638         * modules/getnline: New file.
24639         * modules/getline: Add lib/getndelim2.c to source file list.
24640         * MODULES.html.sh (func_all_modules): Add getnline.
24641
24642 2003-07-17  Bruno Haible  <bruno@clisp.org>
24643
24644         * m4/getnline.m4: New file.
24645
24646 2003-07-17  Bruno Haible  <bruno@clisp.org>
24647
24648         * m4/Makefile.am.in: Remove file.
24649         * m4/Makefile.am: Remove file.
24650         * m4/Makefile.in: Remove file.
24651
24652 2003-07-17  Bruno Haible  <bruno@clisp.org>
24653
24654         * lib/getnline.h: New file.
24655         * lib/getnline.c: New file.
24656         * lib/getndelim2.c: New file, extracted from getline.c.
24657         (getndelim2): Renamed from getdelim2, with added nmax argument.
24658         * lib/getline.c: Include getndelim2.c.
24659         (getdelim2): Moved out to getndelim2.c.
24660         (getline, getdelim): Update.
24661
24662 2003-07-17  Bruno Haible  <bruno@clisp.org>
24663
24664         * lib/Makefile.am: Remove file.
24665         * lib/Makefile.in: Remove file.
24666
24667 2003-07-17  Bruno Haible  <bruno@clisp.org>
24668
24669         * configure.in: Remove file.
24670         * Makefile.in: Remove file.
24671
24672 2003-07-17  Bruno Haible  <bruno@clisp.org>
24673
24674         * MODULES.html.sh: Put the </BODY> right before </HTML>.
24675
24676 2003-07-16  Karl Berry  <karl@gnu.org>
24677
24678         * config/srclist-update: was running fixlicense twice, which caused
24679                 texinfo.tex to be nullified for some reason.  Simplify,
24680                 $gplsrc is no longer needed as far as I can see?
24681
24682 2003-07-16  Jim Meyering  <jim@meyering.net>
24683
24684         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
24685
24686 2003-07-15  Paul Eggert  <eggert@twinsun.com>
24687
24688         * config/srclist.txt: Get the following files from gettext-runtime/intl
24689         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
24690         ref-del.sin.  From Bruno Haible.
24691         * config/srclist-update (fixfile): Change grep pattern again, since the
24692         previous fix didn't work (there was another trailing $).  Use
24693         '[$]' to escape the $s.
24694
24695 2003-07-15  Karl Berry  <karl@gnu.org>
24696
24697         * lib/vasnprintf.c: update from gettext.
24698
24699 2003-07-15  Karl Berry  <karl@gnu.org>
24700
24701         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
24702         gets expanded when surrounded by '$'.
24703
24704 2003-07-15  Jim Meyering  <jim@meyering.net>
24705
24706         * modules/save-cwd: Don't depend on error.  From Derek Price.
24707
24708 2003-07-15  Jim Meyering  <jim@meyering.net>
24709
24710         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
24711
24712 2003-07-14  Simon Josefsson  <jas@extundo.com>
24713
24714         * modules/mempcpy: New file.
24715         * MODULES.html.sh (func_all_modules): Add mempcpy.
24716
24717 2003-07-14  Simon Josefsson  <jas@extundo.com>
24718
24719         * m4/mempcpy.m4: New file.
24720
24721 2003-07-14  Simon Josefsson  <jas@extundo.com>
24722
24723         * lib/mempcpy.h: New file.
24724         * lib/mempcpy.c: New file.
24725
24726 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24727
24728         * modules/getdate, modules/posixtm: Depend on mktime.
24729
24730 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24731
24732         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
24733         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
24734         unicodeio.c, unicodeio.h, unlocked-io.h:
24735         Switch from LGPL to GPL.
24736
24737 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24738
24739         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
24740         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
24741         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
24742         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
24743         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
24744         updated automatically by ../config/srclist-update.  This changes
24745         their license from LPGL to GPL.
24746
24747 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24748
24749         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
24750         assumed to refer to the root of the most recent stable gettext version.
24751         * config/srclistvars.sh: Add defaults for eggert.
24752         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
24753         Match "This program" as well as "The program".  This is needed
24754         for gettext.
24755
24756 2003-07-14  Jim Meyering  <jim@meyering.net>
24757
24758         Don't emit diagnostics.  Let callers do that.
24759         * lib/save-cwd.c: Don't include "error.h".
24760         (save_cwd): Don't call error.  Ensure that errno is valid
24761         when returning nonzero.
24762
24763         * lib/save-cwd.h (restore_cwd): Update prototype.
24764         * lib/save-cwd.c (restore_cwd): Remove two parameters.
24765         Simplify.  Don't call error upon failure.  Let callers do that.
24766         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
24767         when auditing is enabled.  But don't bother updating the #if.
24768
24769 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
24770
24771         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
24772         it breaks C++ compilation.
24773         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
24774
24775 2003-07-10  Simon Josefsson  <jas@extundo.com>
24776
24777         * modules/strchrnul (Makefile.am): Add strchrnul.h.
24778
24779 2003-07-10  Jim Meyering  <jim@meyering.net>
24780
24781         * m4/clock_time.m4: Remove trailing blank.
24782         * m4/intmax_t.m4: Likewise.
24783
24784 2003-07-10  Jim Meyering  <jim@meyering.net>
24785
24786         * lib/vasnprintf.c: Remove trailing blanks.
24787         Make cpp indentation consistent.
24788
24789 2003-07-09  Paul Eggert  <eggert@twinsun.com>
24790
24791         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
24792         posixver.c, strftime.c, strnlen.c, strverscmp.c:
24793         Switch from LGPL to GPL.
24794
24795 2003-07-09  Paul Eggert  <eggert@twinsun.com>
24796
24797         * config/srclist.txt: Sort sublists.  Add
24798         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
24799         that differ from gnulib for one reason or another; we'd like this list
24800         to be smaller but for now let's document what we have.
24801
24802 2003-07-08  Paul Eggert  <eggert@twinsun.com>
24803
24804         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
24805         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
24806         and sweeter "eval x=$x".
24807         * config/srclist.txt: Get lib/argp* from glibc.
24808
24809 2003-07-07  Paul Eggert  <eggert@twinsun.com>
24810
24811         * lib/mktime.c: Fix some boundary cases and remove need for floating
24812         point.
24813
24814         Issue a compile-time diagnostic if time_t is floating point, or if
24815         two's complement arithmetic is not in effect, or if arithmetic
24816         right shift does not propagate the sign.  These assumptions were
24817         all in the original code but they weren't checked.
24818
24819         (TIME_T_MIDPOINT, verify): New macros.
24820         (__isleap): Remove; it has integer overflow problems.
24821         (leapyear): New function, without those problems.
24822         (ydhms_tm_diff): Remove; splitting into two parts.
24823         (ydhms_diff): New function, containing the arithmetic part of
24824         the old ydhms_tm_diff function.  Issue a compile-time
24825         diagnostic if we are not using C99 integer division.
24826         Avoid casts when possible.
24827         (guess_time_tm): New function, containing the checking part of
24828         the old ydhms_tm_diff function.  Return the new value, rather than
24829         the difference between it and the old.  Accept a new argument T
24830         so that *T specifies the old value.  Check for overflow in the result.
24831
24832         (__mktime_internal): Use a time_t offset, not a long int offset.
24833         This undoes the 2003-06-04 change, which is no longer needed now
24834         that we have better overflow checking.
24835         (localtime_offset): Likewise.
24836
24837         (__mktime_internal): Avoid harmful overflow on hosts where time_t
24838         and long are 64-bit but int is only 32-bit.
24839         (ydhms_diff): Use long int to store year1 and yday1.
24840         Issue a compile-time diagnostic if long int is not wide enough.
24841
24842         (__mktime_internal): Use long int to store adjusted year and yday.
24843         Use plain C rather than preprocessor commands, if that doesn't
24844         affect efficiency.
24845         Check for overflow (and try to repair) after each probe
24846         rather than checking only at the very end.  This avoids some bugs
24847         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
24848         does not equal GMT offset at maximum time).
24849         Use integer to check for overflow rather than floating point; this
24850         is more portable to non-IEEE hosts, and is a tad faster.
24851         When we detect that we are oscillating between two values,
24852         don't check whether tm_isdst has the requested value, since
24853         we already know the answer.  When tm_isdst has the wrong value,
24854         use a different heuristic to find the right one, based on the
24855         extreme values actually observed in practice in tz2003a,
24856         rather than the (overly optimistic) "previous 3 calendar quarters".
24857
24858         (not_equal_tm, print_tm, check_result): Use "const T" rather than
24859         "T const" to accommodate glibc style.
24860         (check_result): Use less-confusing report format.  "long" -> "long int.
24861         (main): Likewise.
24862         Don't loop if the iteration overflows time_t.
24863         Allow a negative step in the iteration.
24864
24865 2003-07-06  Karl Berry  <karl@gnu.org>
24866
24867         * config/depcomp: update from automake.
24868         * config/config.sub: update from prep.
24869
24870 2003-07-03  Karl Berry  <karl@gnu.org>
24871
24872         * config/config.guess: update from prep.
24873
24874 2003-07-01  Paul Eggert  <eggert@twinsun.com>
24875
24876         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
24877         xreadlink.c now includes it unconditionally.
24878
24879 2003-07-01  Paul Eggert  <eggert@twinsun.com>
24880
24881         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
24882         having it depend on HAVE_SYS_TYPES_H.
24883
24884 2003-07-01  Bruno Haible  <bruno@clisp.org>
24885
24886         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
24887         <sys/types.h> should be sufficient.
24888         Reported by Paul Eggert.
24889
24890 2003-06-26  Karl Berry  <karl@gnu.org>
24891
24892         * config/depcomp: update from automake.
24893
24894 2003-06-26  Bruno Haible  <bruno@clisp.org>
24895
24896         * modules/human: Depend on module stdbool.
24897
24898 2003-06-25  Bruno Haible  <bruno@clisp.org>
24899
24900         * modules/readlink: New file.
24901         * modules/xreadlink: Depend on it.
24902         * MODULES.html.sh (func_all_modules): Add readlink.
24903
24904 2003-06-25  Bruno Haible  <bruno@clisp.org>
24905
24906         * m4/readlink.m4: New file.
24907
24908 2003-06-25  Bruno Haible  <bruno@clisp.org>
24909
24910         * lib/readlink.c: New file.
24911
24912 2003-06-22  Karl Berry  <karl@gnu.org>
24913
24914         * config/srclist.txt: update mkinstalldirs from automake.
24915         * config/mkinstalldirs: update.
24916
24917 2003-06-22  Bruno Haible  <bruno@clisp.org>
24918
24919         Portability to mingw32.
24920         * m4/ssize_t.m4: New file, from GNU gettext.
24921         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
24922         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
24923
24924 2003-06-22  Bruno Haible  <bruno@clisp.org>
24925
24926         * modules/safe-read: Add m4/ssize_t.m4.
24927         * modules/xreadlink: Add m4/ssize_t.m4.
24928
24929 2003-06-20  Bruno Haible  <bruno@clisp.org>
24930
24931         Assume C89, so PARAMS isn't needed.
24932         * lib/unicodeio.h (PARAMS): Remove.
24933         * lib/unicodeio.c: Don't use PARAMS.
24934
24935 2003-06-18  Karl Berry  <karl@gnu.org>
24936
24937         * config/config.{guess,sub}: update from prep.
24938
24939 2003-06-18  Jim Meyering  <jim@meyering.net>
24940
24941         Merge changes from coreutils.
24942         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
24943         Remove explicit declarations of xmalloc and realloc.
24944         Include xalloc.h.
24945         (read_utmp): Remove anachronistic cast of xmalloc.
24946
24947 2003-06-17  Paul Eggert  <eggert@twinsun.com>
24948
24949         Assume C89, so PARAMS isn't needed.
24950         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
24951         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
24952         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
24953         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
24954         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
24955         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
24956         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
24957         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
24958         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
24959         lib/xstrtod.h, lib/xstrtol.h: Likewise.
24960         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
24961         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
24962         no longer needed. Anyway, config.h should always be included before any
24963         other file.
24964
24965 2003-06-11  Simon Josefsson  <jas@extundo.com>
24966
24967         * modules/sysexits: New file.
24968         * MODULES.html.sh (func_all_modules): Add sysexits.
24969
24970 2003-06-11  Simon Josefsson  <jas@extundo.com>
24971
24972         * lib/sysexit_.h: New file.
24973
24974 2003-06-11  Derek Price  <derek@ximbiot.com>
24975
24976         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
24977         necessary.
24978
24979 2003-06-11  Bruno Haible  <bruno@clisp.org>
24980
24981         * m4/sysexits.m4: New file.
24982
24983 2003-06-10  Simon Josefsson  <jas@extundo.com>
24984
24985         * lib/argp.h: New file, from glibc.
24986         * lib/argp-ba.c: New file, from glibc.
24987         * lib/argp-eexst.c: New file, from glibc.
24988         * lib/argp-fmtstream.c: New file, from glibc.
24989         * lib/argp-fmtstream.h: New file, from glibc.
24990         * lib/argp-fs-xinl.c: New file, from glibc.
24991         * lib/argp-help.c: New file, from glibc.
24992         * lib/argp-namefrob.h: New file, from glibc.
24993         * lib/argp-parse.c: New file, from glibc.
24994         * lib/argp-pv.c: New file, from glibc.
24995         * lib/argp-pvh.c: New file, from glibc.
24996         * lib/argp-xinl.c: New file, from glibc.
24997
24998 2003-06-10  Simon Josefsson  <jas@extundo.com>
24999
25000         * modules/strchrnul: New file.
25001
25002 2003-06-10  Simon Josefsson  <jas@extundo.com>
25003
25004         * modules/argp: New file.
25005
25006 2003-06-10  Simon Josefsson  <jas@extundo.com>
25007
25008         * m4/strchrnul.m4: New file.
25009
25010 2003-06-10  Simon Josefsson  <jas@extundo.com>
25011
25012         * lib/strchrnul.h: New file.
25013         * lib/strchrnul.c: New file.
25014
25015 2003-06-10  Bruno Haible  <bruno@clisp.org>
25016
25017         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25018
25019 2003-06-07  Karl Berry  <karl@gnu.org>
25020
25021         * config/config.{guess,sub}: update from prep.
25022
25023 2003-06-07  Jim Meyering  <jim@meyering.net>
25024
25025         * modules/strtod: Use $(...) notation, not @...@ for
25026         AC_REPLACE'd variables.
25027         * modules/localcharset: Likewise.
25028
25029 2003-06-07  Jim Meyering  <jim@meyering.net>
25030
25031         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25032         in place of my name in the copyright comment.
25033         Remove definition and uses of __P.
25034
25035         From coreutils.
25036         * lib/stat.c: Don't declare xmalloc explicitly.
25037         Instead, include "xalloc.h".
25038         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25039         xrealloc, and xcalloc return values.
25040         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25041         Improve comment.
25042         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25043
25044 2003-06-07  Bruno Haible  <bruno@clisp.org>
25045
25046         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25047         avoid AC_CONFIG_LINKS.
25048         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25049         fnmatch.h, to avoid AC_CONFIG_LINKS.
25050         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25051
25052 2003-06-07  Bruno Haible  <bruno@clisp.org>
25053
25054         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25055         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25056         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25057         directory.
25058         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25059         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25060         directory.
25061
25062 2003-06-06  Jim Meyering  <jim@meyering.net>
25063
25064         Merge from coreutils.
25065         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25066         Consolidate declarations and initializations of *_base* locals.
25067
25068         Merge from coreutils.
25069         This avoids a core dump on systems without GNU putenv,
25070         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25071         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25072         (unsetenv): New static function, from GNU libc.
25073         (rpl_putenv): Use it.
25074
25075         * lib/modechange.c: Remove trailing blanks.
25076
25077         Merge from coreutils.
25078         * lib/fsusage.c: Remove declaration of statfs.
25079         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25080
25081         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25082
25083 2003-06-06  Jim Meyering  <jim@meyering.net>
25084
25085         * lib/stdbool_.h: Renamed from stdbool.h.in.
25086
25087 2003-06-06  Jim Meyering  <jim@meyering.net>
25088             Bruno Haible  <bruno@clisp.org>
25089
25090         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25091         Adjust Makefile.am snippet not to redirect directly to target.
25092         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25093
25094 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25095
25096         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25097         mismatch, look in future quarters as well as past.  This fixes a
25098         bug when processing fall-backwards gaps immediately after a long
25099         period of daylight-saving time.
25100
25101         * lib/mktime.c: Assume freestanding C89 or better.
25102         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25103         (__P): Remove; not used.
25104         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25105         (mktime, not_equal_tm, print_tm, check_result,
25106         main): Use prototypes.  Use const * where appropriate.
25107         (main): Fix typo in testing code that uncovered by above changes.
25108         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25109
25110 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25111
25112         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25113         locale.h, localeconv.  This merges changes from coreutils.
25114
25115         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
25116         It can be removed after the next Autoconf is released.
25117         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
25118         needed.
25119
25120 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25121
25122         * lib/mktime.c: Fix Debian bug 177940
25123         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
25124         (localtime_offset): Now long int, not time_t, because we want it
25125         to be guaranteed to be signed.  All uses changed.
25126         (__mktime_internal): If overflow would occur when adding offset,
25127         don't add it.
25128
25129         Merge 'human' changes from coreutils.  Rewrite to support
25130         locale-specific notations like thousands separators.
25131         * lib/human.c: Simplify authorship notice.
25132         Include human.h immediately after config.h.
25133         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
25134         <limits.h>: Do not include, since human.h does.
25135         (SIZE_MAX, UINTMAX_MAX): New macros.
25136         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
25137         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
25138         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
25139         (power_letter): Renamed from suffixes.
25140         (generate_suffix_backwards): Remove.
25141         (adjust_value): Now takes int style (because of human.h changes)
25142         and long double value (for greater precision on some platforms).
25143         (group_number): New function.
25144         (human_readable): Use it.  Use integer options, not enum.
25145         Put the options before the sizes in the arg list.
25146         Support all the new options.
25147         The old human_readable function has been removed;
25148         use inttostr.h instead.
25149         (human_readable, default_block_size, humblock):
25150         Use uintmax_t, not int, for block sizes.
25151         (human_readable_inexact, block_size_types): Remove.
25152         (block_size_opts): New constant.
25153         (human_options): Renamed from human_block_size, with new signature
25154         that allows block sizes up to UINTMAX_MAX.  All callers changed.
25155         * lib/human.h: Add copyright and authorship notice.
25156         Include <limits.h> and <stdbool.h> unconditionally.
25157         (PARAMS): Remove.  All uses removed.
25158         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
25159         (enum human_inexact_style): Remove tag; now a nameless enum.
25160         (human_floor, human_ceiling, human_round_to_even): Now have
25161         values 2, 0, 1 rather than -1, 1, 0.
25162         (human_group_digits, human_suppress_point_zero, human_autoscale,
25163         human_base_1024, human_SI, human_B): New constants.
25164         (human_readable_inexact, human_block_size): Remove.
25165         (human_readable): Size args are now uintmax_t, not int.
25166         (human_options): New decl.
25167
25168         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
25169         unnecessary now that we assume C89 or better.  This change
25170         imported from coreutils.
25171
25172         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25173         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
25174         in the 2003-05-30 sync from glibc.
25175
25176         .h files should stand alone, but we shouldn't include <sys/types.h>
25177         if we can get away with just <stddef.h>.
25178
25179         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
25180         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
25181         rather than <sys/types.h>, as we merely need size_t.
25182         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
25183         to get size_t.
25184         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
25185         Include <stdio.h>, to get FILE.
25186         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
25187         memcasecmp.h has included <stddef.h> and all we need is size_t.
25188         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
25189         our interface, instead of including <sys/types.h>
25190
25191 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25192
25193         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
25194         now, as glibc mktime is buggy on non-glibc systems.
25195
25196 2003-06-03  Karl Berry  <karl@gnu.org>
25197
25198         * config/config.sub: update from prep.
25199
25200 2003-06-02  Paul Eggert  <eggert@twinsun.com>
25201
25202         [from coreutils]
25203         Fix some minor time-related bugs with POSIX time arguments.
25204         Some valid time stamps were being rejected (notably -1, and
25205         time stamps before 1900 on 64-bit hosts).  And some invalid
25206         time stamps were being accepted, e.g. September 31.
25207
25208         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
25209         that we can return (time_t) -1 successfully.
25210         * lib/posixtm.c: Likewise.
25211         [HAVE_STDBOOL_H]: Include <stdbool.h>.
25212         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
25213         (t): Remove static var.
25214         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
25215         of static var.  All uses changed.
25216         (year): Do not reject years before 1900; they can occur with
25217         64-bit time_t.
25218         (posix_time_parse): Do not check for out-of-range components;
25219         that is now the caller's responsibility, since our checks were
25220         only approximations.
25221         (posixtime): Use mktime to check for out-of-range components,
25222         since it knows them exactly.
25223         If mktime returns (time_t) -1, check whether an error actually occurred
25224         by invoking localtime on -1.
25225         (main) [TEST_POSIXTIME]: Check for input data errors, and report
25226         posixtime failures better.
25227         Improve the test data (in comments only).
25228
25229 2003-06-02  Karl Berry  <karl@gnu.org>
25230
25231         * config/mkinstalldirs (version): new variable.
25232         (--version): new option.
25233         (usage): improve message.
25234
25235 2003-05-30  Karl Berry  <karl@gnu.org>
25236
25237         * lib/mktime.c: update from libc.
25238
25239 2003-05-30  Bruno Haible  <bruno@clisp.org>
25240
25241         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
25242         * config/config.rpath: Upgrade to gettext-0.12.1.
25243
25244 2003-05-30  Bruno Haible  <bruno@clisp.org>
25245
25246         * m4/gettext.m4: Upgrade to gettext-0.12.1.
25247         * m4/nls.m4: New file, from gettext-0.12.1.
25248         * m4/po.m4: New file, from gettext-0.12.1.
25249         * m4/progtest.m4: Upgrade to gettext-0.12.1.
25250
25251 2003-05-30  Bruno Haible  <bruno@clisp.org>
25252
25253         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
25254         * lib/localcharset.h: Likewise.
25255         * lib/localcharset.c: Likewise.
25256
25257 2003-05-29  Karl Berry  <karl@gnu.org>
25258
25259         * config/config.rpath: update from gettext.
25260
25261 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25262
25263         Assume the headers required for C89 freestanding compilers.
25264         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25265         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25266         * m4/human.m4 (gl_HUMAN): Likewise.
25267         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25268         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25269         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25270         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25271         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25272         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25273
25274 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25275
25276         Assume the headers required for C89 freestanding compilers.
25277         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25278         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25279         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25280         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25281         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25282         define, since <limits.h> is guaranteed to do that.
25283         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25284         * lib/exclude.c: Include <stdbool.h> unconditionally.
25285         * lib/tempname.c: Include <stddef.h> unconditionally.
25286         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25287         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25288         <stddef.h> does that.
25289         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25290         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25291         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25292         needed.
25293         * lib/xstrtol.c: Likewise.
25294         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25295         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25296
25297         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25298         warnings on some platforms.
25299
25300         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25301         arbitrarily.
25302
25303 2003-05-26  Jim Meyering  <jim@meyering.net>
25304
25305         Merge in a change from coreutils:
25306         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25307         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25308         that condition, rather than `-1' which is slightly misleading.
25309         Change the name of the cache variable to have the gl_ prefix.
25310         Prompted by a patch from Richard Dawe for DJGPP.
25311
25312 2003-05-24  Karl Berry  <karl@gnu.org>
25313
25314         * config/config.guess: update from prep.
25315
25316 2003-05-22  Karl Berry  <karl@gnu.org>
25317
25318         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
25319
25320 2003-05-20  Karl Berry  <karl@gnu.org>
25321
25322         * config/config.guess: update from prep.
25323
25324 2003-05-18  Karl Berry  <karl@gnu.org>
25325
25326         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
25327         might actually be set by the user.
25328
25329         * config/depcomp, install-sh, mdate-sh: update from automake.
25330
25331 2003-05-17  Bruno Haible  <bruno@clisp.org>
25332
25333         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
25334         invalid expansion for AC_EGREP_CPP.
25335         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
25336         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
25337         Suggested by Akim Demaille <akim@epita.fr> in
25338         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
25339
25340 2003-05-12  Jim Meyering  <jim@meyering.net>
25341
25342         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
25343         the space-padded-by-default conversion specifiers, %e, %k, %l.
25344
25345 2003-05-12  Bruno Haible  <bruno@clisp.org>
25346
25347         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25348         the string is longer than 4 KB.
25349
25350 2003-05-11  Karl Berry  <karl@gnu.org>
25351
25352         * config/config.{guess,sub}: update from prep.
25353
25354 2003-05-09  Bruno Haible  <bruno@clisp.org>
25355
25356         * modules/error: Add m4/strerror_r.m4 to file list.
25357
25358 2003-05-03  Bruno Haible  <bruno@clisp.org>
25359
25360         Upgrade to Unicode-4.0.
25361         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
25362         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
25363         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
25364         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
25365         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
25366         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
25367         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
25368         Change width of U+E0100..U+E01EF from 1 to 0.
25369
25370 2003-04-25  Jim Meyering  <jim@meyering.net>
25371
25372         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
25373         of type size_t, not int.
25374
25375 2003-04-25  Bruno Haible  <bruno@clisp.org>
25376
25377         * lib/copy-file.c: Include <stddef.h>, for size_t.
25378
25379 2003-04-21  Paul Eggert  <eggert@twinsun.com>
25380
25381         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
25382         code which expansion is under static control.  Patch imported from
25383         Akim Demaille's patch to Bison; see
25384         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
25385
25386 2003-04-14  Bruno Haible  <bruno@clisp.org>
25387
25388         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
25389
25390 2003-04-11  Jim Meyering  <jim@meyering.net>
25391
25392         Merge changes from Coreutils.
25393
25394         2003-03-22  Jim Meyering  <jim@meyering.net>
25395
25396         * lib/strftime.c (widen): Cast alloca return value to proper type.
25397
25398         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
25399
25400         From GNU libc.
25401         * lib/strftime.c (my_strftime): Handle very large width
25402         specifications for numeric values correctly.  Improve checks for
25403         overflow.
25404
25405         2003-01-19  Jim Meyering  <jim@meyering.net>
25406
25407         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
25408         definitions.
25409         (nl_get_alt_digit) [! defined my_strftime]: Define.
25410         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
25411         _nl_get_alt_digit and _nl_get_walt_digit.
25412
25413         * lib/strftime.c (my_strftime): Merge in locale-related changes from
25414         libc. These changes have no effect outside of _LIBC.
25415
25416 2003-04-10  Bruno Haible  <bruno@clisp.org>
25417
25418         * modules/findprog: New file.
25419         * MODULES.html.sh (func_all_modules): Add it.
25420
25421 2003-04-10  Bruno Haible  <bruno@clisp.org>
25422
25423         * m4/findprog.m4: New file.
25424         * m4/eaccess.m4: New file.
25425
25426 2003-04-10  Bruno Haible  <bruno@clisp.org>
25427
25428         * lib/findprog.h: New file, from GNU gettext.
25429         * lib/findprog.c: New file, from GNU gettext.
25430
25431 2003-04-05  Jim Meyering  <jim@meyering.net>
25432
25433         Merge changes from Coreutils.
25434
25435         * lib/exclude.h (PARAMS): Remove definition and uses.
25436         * lib/exclude.c: Remove uses of `PARAMS'.
25437
25438         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
25439         Add test-cases for DOS filenames. Declare program_name.
25440         (main): Set up program_name.  Patch by Rich Dawe.
25441
25442         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25443         error from mntctl.
25444         Use mntctl's return value to drive the entry-processing loop, since
25445         we can't rely on the value of the vmt_length member in the last
25446         entry.  On some systems doing so could result in exhausting
25447         virtual memory.  Based in part on a patch from Mike Jetzer.
25448
25449 2003-04-04  Bruno Haible  <bruno@clisp.org>
25450
25451         * modules/linebreak: New file.
25452         * MODULES.html.sh (func_all_modules): Add it.
25453
25454 2003-04-04  Bruno Haible  <bruno@clisp.org>
25455
25456         * m4/linebreak.m4: New file.
25457
25458 2003-04-04  Bruno Haible  <bruno@clisp.org>
25459
25460         * lib/linebreak.h: New file, from GNU gettext.
25461         * lib/linebreak.c: New file, from GNU gettext with slight
25462         modifications.
25463         * lib/lbrkprop.h: New file, from GNU gettext.
25464
25465 2003-04-03  Bruno Haible  <bruno@clisp.org>
25466
25467         * modules/utf8-ucs4: New file.
25468         * modules/utf16-ucs4: New file.
25469         * modules/ucs4-utf8: New file.
25470         * modules/ucs4-utf16: New file.
25471         * MODULES.html.sh (func_all_modules): Add them.
25472
25473 2003-04-03  Bruno Haible  <bruno@clisp.org>
25474
25475         * m4/utf-ucs4.m4: New file.
25476         * m4/ucs4-utf.m4: New file.
25477
25478 2003-04-03  Bruno Haible  <bruno@clisp.org>
25479
25480         * lib/utf8-ucs4.h: New file, from GNU gettext.
25481         * lib/utf16-ucs4.h: New file, from GNU gettext.
25482         * lib/ucs4-utf8.h: New file, from GNU gettext.
25483         * lib/ucs4-utf16.h: New file, from GNU gettext.
25484
25485 2003-04-02  Bruno Haible  <bruno@clisp.org>
25486
25487         * modules/binary-io: New file.
25488         * MODULES.html.sh (func_all_modules): Add it.
25489
25490 2003-04-02  Bruno Haible  <bruno@clisp.org>
25491
25492         * lib/binary-io.h: New file, from GNU gettext.
25493
25494 2003-04-01  Bruno Haible  <bruno@clisp.org>
25495
25496         * modules/pathname: New file.
25497         * MODULES.html.sh (func_all_modules): Add it.
25498
25499 2003-04-01  Bruno Haible  <bruno@clisp.org>
25500
25501         * lib/pathname.h: New file, from GNU gettext.
25502         * lib/concatpath.c: New file, from GNU gettext.
25503
25504 2003-03-30  Bruno Haible  <bruno@clisp.org>
25505
25506         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
25507
25508 2003-03-30  Bruno Haible  <bruno@clisp.org>
25509
25510         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
25511         function chown() doesn't exist.
25512
25513 2003-03-28  Bruno Haible  <bruno@clisp.org>
25514
25515         * modules/copy-file: New file.
25516         * MODULES.html.sh (func_all_modules): Add it.
25517
25518 2003-03-28  Bruno Haible  <bruno@clisp.org>
25519
25520         * m4/copy-file.m4: New file.
25521
25522 2003-03-28  Bruno Haible  <bruno@clisp.org>
25523
25524         * lib/copy-file.h: New file, from GNU gettext.
25525         * lib/copy-file.c: New file, from GNU gettext.
25526
25527 2003-03-18  Jim Meyering  <jim@meyering.net>
25528
25529         * lib/quote.c (quote_n): Fix typo in comment.
25530
25531 2003-03-18  Bruno Haible  <bruno@clisp.org>
25532
25533         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
25534         checking.
25535         * m4/onceonly_2_57.m4: Likewise.
25536
25537 2003-03-17  Bruno Haible  <bruno@clisp.org>
25538
25539         * m4/onceonly.m4: Require autoconf 2.54 or newer.
25540         (m4_quote): Remove macro.
25541         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
25542
25543 2003-03-14  Jim Meyering  <jim@meyering.net>
25544
25545         Merge changes from Coreutils.
25546         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
25547         to be const, in order to avoid warnings.
25548         (obstack_room): Likewise.
25549         (obstack_empty_p): Likewise.
25550
25551 2003-03-14  Bruno Haible  <bruno@clisp.org>
25552
25553         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
25554         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
25555
25556 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25557
25558         Merge changes from Bison.
25559         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
25560         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
25561         when compiling Bison 1.875's `bitset bset = obstack_alloc
25562         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
25563         * lib/hash.c: Include <stdbool.h> unconditionally.
25564
25565 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25566
25567         * m4/onceonly.m4 (m4_quote): New macro.
25568         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
25569         Quote AC_FOREACH variable-expansions properly.
25570
25571 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25572
25573         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
25574
25575 2003-03-09  Paul Eggert  <eggert@twinsun.com>
25576
25577         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
25578         Reported by Bruce Becker; see:
25579         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
25580
25581 2003-03-03  Paul Eggert  <eggert@twinsun.com>
25582             Bruno Haible  <bruno@clisp.org>
25583
25584         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
25585         Reported by John Hughes, see
25586         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
25587
25588 2003-02-20  Bruno Haible  <bruno@clisp.org>
25589
25590         * MODULES.html.sh (func_all_modules): Add poll.
25591
25592 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25593
25594         * modules/poll: New file.
25595
25596 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25597
25598         * lib/poll_.h: New file.
25599         * lib/poll.c: New file.
25600
25601 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25602
25603         * m4/poll.m4: New file.
25604
25605 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25606
25607         * modules/mathl: New file.
25608
25609 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25610
25611         * lib/mathl.h: New file.
25612         * lib/acosl.c: New file.
25613         * lib/asinl.c: New file.
25614         * lib/atanl.c: New file.
25615         * lib/ceill.c: New file.
25616         * lib/cosl.c: New file.
25617         * lib/expl.c: New file.
25618         * lib/floorl.c: New file.
25619         * lib/frexpl.c: New file.
25620         * lib/ldexpl.c: New file.
25621         * lib/logl.c: New file.
25622         * lib/sincosl.c: New file.
25623         * lib/sinl.c: New file.
25624         * lib/sqrtl.c: New file.
25625         * lib/tanl.c: New file.
25626         * lib/trigl.c: New file.
25627         * lib/trigl.h: New file.
25628
25629 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25630
25631         * m4/mathl.m4: New file.
25632
25633 2003-02-18  Bruno Haible  <bruno@clisp.org>
25634
25635         * MODULES.html.sh (func_all_modules): Add mathl.
25636
25637 2003-02-17  Bruno Haible  <bruno@clisp.org>
25638
25639         * modules/mkdtemp: New module.
25640         * MODULES.html.sh (func_all_modules): Add it.
25641
25642 2003-02-17  Bruno Haible  <bruno@clisp.org>
25643
25644         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
25645
25646 2003-02-17  Bruno Haible  <bruno@clisp.org>
25647
25648         * lib/mkdtemp.h: New file, from GNU gettext.
25649         * lib/mkdtemp.c: New file, from GNU gettext.
25650
25651 2003-02-02  Jim Meyering  <jim@meyering.net>
25652
25653         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
25654         e.g. glibc-2.2.93.
25655
25656 2003-01-31  Bruno Haible  <bruno@clisp.org>
25657
25658         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
25659         'rpl_rename'.
25660         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
25661         'rpl_strnlen'.
25662         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
25663         'rpl_strtod'.
25664         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
25665         'rpl_utime'.
25666
25667 2003-01-31  Bruno Haible  <bruno@clisp.org>
25668
25669         * lib/rename.c: #undef rename before defining rpl_rename.
25670         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
25671
25672 2003-01-30  Bruno Haible  <bruno@clisp.org>
25673
25674         * modules/vasnprintf, modules/vasprintf: New modules.
25675         * MODULES.html.sh (func_all_modules): Add them.
25676
25677 2003-01-30  Bruno Haible  <bruno@clisp.org>
25678
25679         * m4/signed.m4: New file, from GNU gettext.
25680         * m4/longdouble.m4: New file, from GNU gettext.
25681         * m4/wchar_t.m4: New file, from GNU gettext.
25682         * m4/wint_t.m4: New file, from GNU gettext.
25683         * m4/vasnprintf.m4: New file.
25684         * m4/vasprintf.m4: New file.
25685
25686 2003-01-30  Bruno Haible  <bruno@clisp.org>
25687
25688         * lib/printf-args.h: New file, from GNU gettext.
25689         * lib/printf-args.c: New file, from GNU gettext.
25690         * lib/printf-parse.h: New file, from GNU gettext.
25691         * lib/printf-parse.c: New file, from GNU gettext.
25692         * lib/vasnprintf.h: New file, from GNU gettext.
25693         * lib/vasnprintf.c: New file, from GNU gettext.
25694         * lib/asnprintf.c: New file, from GNU gettext.
25695         * lib/vasprintf.h: New file, from GNU gettext with modifications.
25696         * lib/vasprintf.c: New file, from GNU gettext.
25697         * lib/asprintf.c: New file, from GNU gettext.
25698
25699 2003-01-29  Bruno Haible  <bruno@clisp.org>
25700
25701         * modules/stpncpy: New module.
25702         * MODULES.html.sh (func_all_modules): Add it.
25703
25704 2003-01-29  Bruno Haible  <bruno@clisp.org>
25705
25706         * m4/stpncpy.m4: New file.
25707
25708 2003-01-29  Bruno Haible  <bruno@clisp.org>
25709
25710         * lib/stpncpy.h: New file, from GNU gettext with modifications.
25711         * lib/stpncpy.c: New file, from GNU gettext with modifications.
25712
25713 2003-01-28  Bruno Haible  <bruno@clisp.org>
25714
25715         * modules/c-ctype: New module.
25716         * MODULES.html.sh (func_all_modules): Add it.
25717
25718 2003-01-28  Bruno Haible  <bruno@clisp.org>
25719
25720         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
25721         Paul Eggert.
25722         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
25723         Paul Eggert.
25724
25725 2003-01-27  Bruno Haible  <bruno@clisp.org>
25726
25727         * modules/xsetenv: New module.
25728         * MODULES.html.sh (func_all_modules): Add it.
25729
25730 2003-01-27  Bruno Haible  <bruno@clisp.org>
25731
25732         * lib/xsetenv.h: New file, from GNU gettext.
25733         * lib/xsetenv.c: New file, from GNU gettext.
25734
25735 2003-01-23  Jim Meyering  <jim@meyering.net>
25736
25737         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
25738         from working on systems without dirfd (at least Irix and OSF1/Tru64).
25739
25740 2003-01-23  Bruno Haible  <bruno@clisp.org>
25741
25742         * modules/minmax: New module.
25743         * MODULES.html.sh (func_all_modules): Add it.
25744
25745 2003-01-23  Bruno Haible  <bruno@clisp.org>
25746
25747         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
25748         Eggert.
25749
25750 2003-01-22  Bruno Haible  <bruno@clisp.org>
25751
25752         * modules/exit: New module.
25753         * MODULES.html.sh (func_all_modules): Add it.
25754
25755 2003-01-22  Bruno Haible  <bruno@clisp.org>
25756
25757         * lib/exit.h: New file, from GNU gettext.
25758
25759 2003-01-19  Bruno Haible  <bruno@clisp.org>
25760
25761         * gnulib-tool: Recognize option --extract-maintainer.
25762         (func_get_maintainer): New function.
25763         * modules/*: Add Maintainer entry.
25764
25765 2003-01-16  Jim Meyering  <jim@meyering.net>
25766
25767         * m4/regex.m4: The `regex' struct is both input and output.
25768         Initialize it before each use.  Patch by Tim Waugh.
25769
25770 2003-01-16  Bruno Haible  <bruno@clisp.org>
25771
25772         * MODULES.html.sh: Add a table of contents. Add the module name as
25773         leftmost column. Add hyperlinks.
25774
25775 2003-01-15  Bruno Haible  <bruno@clisp.org>
25776
25777         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
25778
25779 2003-01-15  Bruno Haible  <bruno@clisp.org>
25780
25781         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
25782         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
25783         suffix.
25784
25785 2003-01-15  Bruno Haible  <bruno@clisp.org>
25786
25787         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
25788
25789 2003-01-15  Bruno Haible  <bruno@clisp.org>
25790
25791         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
25792         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
25793
25794 2003-01-14  Jim Meyering  <jim@meyering.net>
25795
25796         * lib/same.c (same_name): Tweak a comment.
25797
25798 2003-01-14  Bruno Haible  <bruno@clisp.org>
25799
25800         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
25801         when a string comparison is sufficient.
25802
25803 2003-01-14  Bruno Haible  <bruno@clisp.org>
25804
25805         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
25806         'unsigned int'.
25807
25808 2003-01-14  Bruno Haible  <bruno@clisp.org>
25809
25810         * lib/hash-pjw.c: Add comment about low quality of this function.
25811
25812 2003-01-13  Bruno Haible  <bruno@clisp.org>
25813
25814         * modules/stpcpy: Distribute lib/stpcpy.h.
25815         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
25816
25817 2003-01-13  Bruno Haible  <bruno@clisp.org>
25818
25819         * modules/*: Add a description.
25820         * modules/strpbrk: Fix Makefile.am snippet.
25821         * modules/strtoimax: Fix dependencies.
25822         * modules/strtoumax: Likewise.
25823
25824 2003-01-13  Bruno Haible  <bruno@clisp.org>
25825
25826         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
25827         * modules/alloca (Makefile.am): All object files depend on alloca.h.
25828         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
25829
25830 2003-01-13  Bruno Haible  <bruno@clisp.org>
25831
25832         * gnulib-tool (func_create_testdir): Store config/* files in the main
25833         directory.
25834         * config.rpath: Move to ...
25835         * config/config.rpath: ... here.
25836         * modules/gettext: Contains config/config.rpath, not config.rpath.
25837         * modules/iconv: Likewise.
25838
25839 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25840
25841         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25842         to avoid collisions with libcurses and libreadline.
25843
25844         * m4/getstr.m4: Remove.
25845         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
25846
25847 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25848
25849         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25850         to avoid collisions with libcurses and libreadline.
25851
25852         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
25853         * lib/getstr.h, getstr.c: Remove.
25854         * lib/getline.c: Include "getline.h", to check interface.
25855         Move body of old getstr.c here: this defines MIN_CHUNK and
25856         declares getdelim2, which is renamed from getstr.
25857         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
25858
25859         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
25860         All uses changed.
25861         * lib/linebuffer.h: Likewise.
25862         (readline): Remove backward-compatibility macro.
25863
25864 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25865
25866         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25867         to avoid collisions with libcurses and libreadline.
25868         * getstr: Remove.
25869         * MODULES.html.sh: Remove getstr.
25870         * modules/getline: Depend on unlocked-io, not getstr.
25871
25872 2003-01-12  Jim Meyering  <jim@meyering.net>
25873
25874         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
25875
25876 2003-01-10  Bruno Haible  <bruno@clisp.org>
25877
25878         * modules/alloca: Change Makefile.am requirements. Simplify Include
25879         requirements. Add lib/alloca_.h to file list.
25880
25881 2003-01-10  Bruno Haible  <bruno@clisp.org>
25882
25883         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
25884
25885 2003-01-10  Bruno Haible  <bruno@clisp.org>
25886
25887         * lib/alloca_.h: New file.
25888         * lib/getdate.y: Unconditionally include alloca.h.
25889         * lib/makepath.c: Likewise.
25890         * lib/setenv.c: Likewise.
25891         * lib/userspec.c: Likewise.
25892
25893 2003-01-09  Karl Berry  <karl@gnu.org>
25894
25895         * MODULES.html.sh: include `dirname $0` in PATH, to find
25896         gnulib-tool.
25897
25898 2003-01-09  Bruno Haible  <bruno@clisp.org>
25899
25900         * modules/stdbool: Change configure.ac, Makefile.am requirements.
25901         Simplify Include requirements. Add lib/stdbool.h.in to file list.
25902
25903 2003-01-09  Bruno Haible  <bruno@clisp.org>
25904
25905         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
25906
25907 2003-01-09  Bruno Haible  <bruno@clisp.org>
25908
25909         * lib/stdbool.h.in: New file.
25910
25911 2003-01-09  Bruno Haible  <bruno@clisp.org>
25912
25913         * gnulib-tool (func_all_modules): Ignore files ending in ~.
25914         * MODULES.html.sh: Likewise.
25915
25916 2003-01-08  Jim Meyering  <jim@meyering.net>
25917
25918         * lib/full-write.c: Undefine and define-away `const' after inclusion
25919         of errno.h, not before.  Suggestion from Bruno Haible.
25920
25921 2003-01-08  Bruno Haible  <bruno@clisp.org>
25922
25923         * modules/full-read: Depend on full-write.
25924
25925 2003-01-08  Bruno Haible  <bruno@clisp.org>
25926
25927         * lib/safe-read.c: Include specification header first, to ensure its
25928         selfcontainedness.
25929         * lib/full-write.c: Likewise.
25930
25931 2003-01-07  Jim Meyering  <jim@meyering.net>
25932
25933         * lib/full-write.c: Rework so that it may serve to define full_read,
25934         too.
25935         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
25936
25937 2003-01-07  Bruno Haible  <bruno@clisp.org>
25938
25939         * lib/strtoimax.c: Include <stdint.h> as an alternative to
25940         <inttypes.h>.
25941         * lib/xstrtol.h: Likewise.
25942         * lib/xstrtoimax.c: Likewise.
25943         * lib/xstrtoumax.c: Likewise.
25944         * lib/human.h: Likewise.
25945
25946         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
25947         on systems that have <inttypes.h> but not <stdint.h>.
25948
25949 2003-01-07  Bruno Haible  <bruno@clisp.org>
25950
25951         * MODULES.html.sh: Add copyright notice.
25952         (missed_files): Omit CVS directory entries.
25953         (func_module): Make it work with sed-3.02.
25954         * MODULES.txt: Remove file.
25955
25956 2003-01-06  Jim Meyering  <jim@meyering.net>
25957
25958         * lib/version-etc.c: Update year in translatable copyright string.
25959
25960 2003-01-03  Karl Berry  <karl@gnu.org>
25961
25962         * config/config.{guess,sub}: update from prep.
25963
25964 2003-01-02  Karl Berry  <karl@gnu.org>
25965
25966         * doc/COPYING.DOC: belatedly updated to 1.2.
25967
25968 2003-01-01  Karl Berry  <karl@gnu.org>
25969
25970         * gnulib-tool (func_verify_module): report module name $module in
25971         error message, not $1.
25972         * gnulib-tool (create-testdir): don't complain if destdir couldn't
25973         be created, only if it doesn't exist.
25974         * gnulib-tool (last_checkin_date): don't expand the $Date here.
25975
25976 2002-12-31  Paul Eggert  <eggert@twinsun.com>
25977
25978         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
25979
25980 2002-12-31  Paul Eggert  <eggert@twinsun.com>
25981
25982         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
25983         memcmp if strcoll doesn't work.
25984
25985 2002-12-31  Bruno Haible  <bruno@clisp.org>
25986
25987         * lib/utime.c (utime_null): No need to call ftruncate if the file was
25988         nonempty.
25989
25990 2002-12-31  Bruno Haible  <bruno@clisp.org>
25991
25992         * lib/memcoll.c (STRCOLL): New macro.
25993         (memcoll): Use it.
25994
25995 2002-12-31  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/localcharset.h: New file.
25998         * lib/localcharset.c: Include it.
25999         * lib/unicodeio.c: Likewise.
26000
26001 2002-12-31  Bruno Haible  <bruno@clisp.org>
26002
26003         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26004         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26005
26006 2002-12-31  Bruno Haible  <bruno@clisp.org>
26007
26008         * lib/getline.h: Include <stddef.h>, for size_t.
26009
26010         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26011         * lib/unicodeio.c: Don't include <stddef.h>.
26012
26013 2002-12-31  Bruno Haible  <bruno@clisp.org>
26014
26015         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26016         HAVE_TM_ZONE.
26017
26018 2002-12-24  Karl Berry  <karl@gnu.org>
26019
26020         * config/config.guess: update from prep.
26021
26022 2002-12-24  Bruno Haible  <bruno@clisp.org>
26023
26024         General infrasructure.
26025         * m4/README: Rewritten.
26026         * m4/onceonly.m4: New file.
26027         * m4/onceonly_2_57.m4: New file.
26028
26029         Module atexit.
26030         * m4/atexit.m4: New file.
26031
26032         Module strtod.
26033         * m4/strtod.m4: New file.
26034
26035         Module strtol.
26036         * m4/strtol.m4: New file.
26037
26038         Module strtoul.
26039         * m4/strtoul.m4: New file.
26040
26041         Module memchr.
26042         * m4/memchr.m4: New file.
26043
26044         Module memcmp.
26045         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26046         (jm_FUNC_MEMCMP): Invoke it.
26047
26048         Module memcpy.
26049         * m4/memcpy.m4: New file.
26050
26051         Module memmove.
26052         * m4/memmove.m4: New file.
26053
26054         Module memset.
26055         * m4/memset.m4: New file.
26056
26057         Module strcspn.
26058         * m4/strcspn.m4: New file.
26059
26060         Module strpbrk.
26061         * m4/strpbrk.m4: New file.
26062
26063         Module strstr.
26064         * m4/strstr.m4: New file.
26065
26066         Module strerror.
26067         * m4/strerror.m4: New file.
26068
26069         Module mktime.
26070         * m4/mktime.m4: Renamed from jm-mktime.m4.
26071         (gl_PREREQ_MKTIME): New macro.
26072         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26073
26074         Module malloc.
26075         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26076         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26077         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26078
26079         Module realloc.
26080         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26081         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26082         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26083
26084         Module strftime.
26085         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26086         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26087         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26088         gl_TM_GMTOFF.
26089         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26090
26091         Module xalloc.
26092         * m4/xalloc.m4: New file.
26093
26094         Module alloca.
26095         * m4/alloca.m4: New file.
26096
26097         Module putenv.
26098         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26099         (jm_FUNC_PUTENV): Invoke it.
26100
26101         Module setenv.
26102         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26103         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26104         when invoked twice.
26105         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26106         gt_FUNC_SETENV.
26107
26108         Module memrchr.
26109         * m4/memrchr.m4: New file.
26110
26111         Module stpcpy.
26112         * m4/stpcpy.m4: New file.
26113
26114         Module strcase.
26115         * m4/strcase.m4: New file.
26116
26117         Module strdup.
26118         * m4/strdup.m4: New file.
26119
26120         Module strnlen.
26121         * m4/strnlen.m4: New file.
26122
26123         Module strndup.
26124         * m4/strndup.m4: New file.
26125
26126         Module xstrtod.
26127         * m4/xstrtod.m4: New file.
26128
26129         Module xstrtol.
26130         * m4/xstrtol.m4: New file.
26131
26132         Module getdate.
26133         * m4/getdate.m4: New file.
26134
26135         Module unlocked-io.
26136         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
26137         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
26138         * m4/jm-glibc-io.m4n: Remove file.
26139
26140         Module long-options.
26141         * m4/long-options.m4: New file.
26142
26143         Module md5.
26144         * m4/md5.m4: New file.
26145
26146         Module sha.
26147         * m4/sha.m4: New file.
26148
26149         Module getstr.
26150         * m4/getstr.m4: New file.
26151
26152         Module getline.
26153         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
26154         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
26155         <sys/types.h>, for size_t. Use the function name gnu_getline, not
26156         simply getline. Infoke gl_PREREQ_GETLINE.
26157
26158         Module obstack.
26159         * m4/obstack.m4: New file.
26160
26161         Module hash.
26162         * m4/hash.m4: New file.
26163
26164         Module readtokens.
26165         * m4/readtokens.m4: New file.
26166
26167         Module strverscmp.
26168         * m4/strverscmp.m4: New file.
26169
26170         Module stdbool.
26171         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
26172         OSF/1.
26173
26174         Module strtoll.
26175         * m4/strtoll.m4: New file.
26176
26177         Module strtoull.
26178         * m4/strtoull.m4: New file.
26179
26180         Module strtoimax.
26181         * m4/strtoimax.m4: New file.
26182
26183         Module strtoumax.
26184         * m4/strtoumax.m4: New file.
26185
26186         Module xstrtoimax.
26187         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
26188         jm_AC_PREREQ_XSTRTOIMAX.
26189         Moved the strtol prerequisites to strtol.m4.
26190         Moved the strtoll prerequisites to strtoll.m4.
26191         Moved the strtoimax prerequisites to strtoimax.m4.
26192
26193         Module xstrtoumax.
26194         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
26195         jm_AC_PREREQ_XSTRTOUMAX.
26196         Moved the strtoul prerequisites to strtoul.m4.
26197         Moved the strtoull prerequisites to strtoull.m4.
26198         Moved the strtoumax prerequisites to strtoumax.m4.
26199
26200         Module chown.
26201         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
26202         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
26203
26204         Module dup2.
26205         * m4/dup2.m4: New file.
26206
26207         Module ftruncate.
26208         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
26209         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
26210
26211         Module getgroups.
26212         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
26213         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
26214
26215         Module gettimeofday.
26216         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
26217         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
26218         gl_PREREQ_GETTIMEOFDAY.
26219
26220         Module mkdir.
26221         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
26222         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
26223
26224         Module mkstemp.
26225         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
26226         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
26227         jm_AC_TYPE_UINTMAX_T.
26228         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
26229
26230         Module stat.
26231         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
26232         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
26233
26234         Module lstat.
26235         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
26236         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
26237
26238         Module timespec.
26239         * m4/timespec.m4 (gl_TIMESPEC): New macro.
26240         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
26241         * m4/st_mtim.m4: Indentation.
26242
26243         Module nanosleep.
26244         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
26245         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
26246         gl_PREREQ_NANOSLEEP.
26247
26248         Module regex.
26249         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
26250         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
26251         (gl_REGEX): New macro.
26252
26253         Module rename.
26254         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
26255         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
26256
26257         Module rmdir.
26258         * m4/rmdir.m4: New file.
26259
26260         Module utime.
26261         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26262         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26263         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26264
26265         Module dirname.
26266         * m4/dirname.m4: New file.
26267
26268         Module getopt.
26269         * m4/getopt.m4: New file.
26270
26271         Module unistd-safer.
26272         * m4/unistd-safer.m4: New file.
26273
26274         Module fnmatch.
26275         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26276         declaration.
26277         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26278         (gl_FUNC_FNMATCH_POSIX): New macro.
26279         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26280         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26281         simply fnmatch.
26282
26283         Module exclude.
26284         * m4/exclude.m4: New file.
26285
26286         Module human.
26287         * m4/human.m4: New file.
26288
26289         Module acl.
26290         * m4/acl.m4: Nop.
26291
26292         Module backupfile.
26293         * m4/backupfile.m4: New file.
26294         * m4/d-ino.m4: Indentation.
26295
26296         Module fsusage.
26297         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26298         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26299         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26300
26301         Module dirfd.
26302         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26303         requirements.
26304
26305         Module euidaccess.
26306         * m4/euidaccess.m4: New file.
26307
26308         Module file-type.
26309         * m4/file-type.m4: New file.
26310
26311         Module fileblocks.
26312         * m4/fileblocks.m4: New file.
26313
26314         Module filemode.
26315         * m4/filemode.m4: New file.
26316
26317         Module isdir.
26318         * m4/isdir.m4: New file.
26319
26320         Module lchown.
26321         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
26322         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
26323
26324         Module makepath.
26325         * m4/makepath.m4: New file.
26326
26327         Module modechange.
26328         * m4/modechange.m4: New file.
26329
26330         Module mountlist.
26331         * m4/mountlist.m4: New file.
26332         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
26333         Indentation.
26334
26335         Module path-concat.
26336         * m4/path-concat.m4: New file.
26337
26338         Module pathmax.
26339         * m4/pathmax.m4: New file.
26340
26341         Module same.
26342         * m4/same.m4: New file.
26343
26344         Module save-cwd.
26345         * m4/save-cwd.m4: New file.
26346
26347         Module savedir.
26348         * m4/savedir.m4: New file.
26349
26350         Module xgetcwd.
26351         * m4/xgetcwd.m4: New file.
26352         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26353
26354         Module xreadlink.
26355         * m4/xreadlink.m4: New file.
26356
26357         Module safe-read.
26358         * m4/safe-read.m4: New file.
26359
26360         Module safe-write.
26361         * m4/safe-write.m4: New file.
26362
26363         Module closeout.
26364         * m4/closeout.m4: New file.
26365
26366         Module stdio-safer.
26367         * m4/stdio-safer.m4: New file.
26368
26369         Module getpass.
26370         * m4/getpass.m4: New file.
26371
26372         Module getugroups.
26373         * m4/getugroups.m4: New file.
26374
26375         Module group-member.
26376         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
26377         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
26378
26379         Module idcache.
26380         * m4/idcache.m4: New file.
26381
26382         Module userspec.
26383         * m4/userspec.m4: New file.
26384
26385         Module gettime.
26386         * m4/clock_time.m4: New file.
26387         * m4/gettime.m4: New file.
26388
26389         Module settime.
26390         * m4/settime.m4: New file.
26391
26392         Module posixtm.
26393         * m4/posixtm.m4: New file.
26394
26395         Module gethostname.
26396         * m4/gethostname.m4: New file.
26397
26398         Module canon-host.
26399         * m4/canon-host.m4: New file.
26400
26401         Module gettext.
26402         * m4/codeset.m4: New file, from gettext-0.11.5.
26403         * m4/gettext.m4: New file, from gettext-0.11.5.
26404         * m4/glibc21.m4: New file, from gettext-0.11.5.
26405         * m4/iconv.m4: New file, from gettext-0.11.5.
26406         * m4/intdiv0.m4: New file, from gettext-0.11.5.
26407         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
26408         * m4/inttypes.m4: New file, from gettext-0.11.5.
26409         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
26410         * m4/isc-posix.m4: New file, from gettext-0.11.5.
26411         * m4/lcmessage.m4: New file, from gettext-0.11.5.
26412         * m4/lib-ld.m4: New file, from gettext-0.11.5.
26413         * m4/lib-link.m4: New file, from gettext-0.11.5.
26414         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
26415         * m4/progtest.m4: New file, from gettext-0.11.5.
26416         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
26417         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
26418         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
26419
26420         Module localcharset.
26421         * m4/localcharset.m4: New file.
26422
26423         Module hard-locale.
26424         * m4/hard-locale.m4: New file.
26425
26426         Module mbswidth.
26427         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
26428         onceonly macros.
26429         * m4/mbrtowc.m4: Add comment.
26430
26431         Module memcasecmp.
26432         * m4/memcasecmp.m4: New file.
26433
26434         Module memcoll.
26435         * m4/memcoll.m4: New file.
26436
26437         Module unicodeio.
26438         * m4/unicodeio.m4: New file.
26439
26440         Module rpmatch.
26441         * m4/rpmatch.m4: New file.
26442
26443         Module yesno.
26444         * m4/yesno.m4: New file.
26445
26446         Module exitfail.
26447         * m4/exitfail.m4: New file.
26448
26449         Module c-stack.
26450         * m4/c-stack.m4 (gl_C_STACK): New macro.
26451         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
26452
26453         Module error.
26454         * m4/error.m4 (gl_ERROR): New macro.
26455         (jm_PREREQ_ERROR): Use onceonly macros.
26456
26457         Module fatal.
26458         * m4/fatal.m4: New file.
26459
26460         Module getloadavg.
26461         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
26462         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
26463
26464         Module getpagesize.
26465         * m4/getpagesize.m4: New file.
26466
26467         Module getusershell.
26468         * m4/getusershell.m4: New file.
26469
26470         Module physmem.
26471         * m4/physmem.m4: New file.
26472
26473         Module posixver.
26474         * m4/posixver.m4: New file.
26475
26476         Module quotearg.
26477         * m4/quotearg.m4: New file.
26478
26479         Module quote.
26480         * m4/quote.m4: New file.
26481
26482         Module readutmp.
26483         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
26484
26485         Module sig2str.
26486         * m4/sig2str.m4: New file.
26487
26488         Other.
26489         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
26490         ulonglong.m4.
26491         * m4/intmax_t.m4: New file.
26492         * m4/d-type.m4: Indentation.
26493         * m4/jm-macros.m4: Update.
26494         * m4/prereq.m4 (jm_PREREQ): Update.
26495         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
26496         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
26497         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
26498         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
26499         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
26500         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
26501         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
26502         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
26503         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
26504         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
26505         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
26506         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
26507         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
26508         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
26509         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
26510         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
26511         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
26512         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
26513         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
26514
26515 2002-12-24  Bruno Haible  <bruno@clisp.org>
26516
26517         * MODULES.txt: Update according to m4/ changes.
26518
26519         Module gettext.
26520         * config.rpath: New file, from gettext-0.11.5.
26521
26522         * modules/*: New module descriptions.
26523         * gnulib-tool: New file.
26524         * MODULES.html.sh: New file.
26525
26526 2002-12-21  Karl Berry  <karl@gnu.org>
26527
26528         * doc/fdl.texi: update to version 1.2.
26529
26530 2002-12-19  Karl Berry  <karl@gnu.org>
26531
26532         * config/config.guess: update from prep.
26533
26534 2002-12-18  Bruno Haible  <bruno@clisp.org>
26535
26536         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
26537         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
26538
26539 2002-12-17  Bruno Haible  <bruno@clisp.org>
26540
26541         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
26542         stdlib.h, string.h.
26543
26544 2002-12-17  Bruno Haible  <bruno@clisp.org>
26545
26546         * lib/canon-host.c (strdup): Remove unused declaration.
26547
26548         * lib/fsusage.c: Include full_read.h.
26549         (get_fs_usage): Use full_read instead of safe_read.
26550
26551         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
26552
26553 2002-12-12  Karl Berry  <karl@gnu.org>
26554
26555         * config/config.guess: update from prep.
26556
26557 2002-12-11  Bruno Haible  <bruno@clisp.org>
26558
26559         * m4/setenv.m4: New file, from gettext-0.11.5.
26560
26561 2002-12-11  Bruno Haible  <bruno@clisp.org>
26562
26563         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
26564         not unsetenv().
26565         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
26566         modifications:
26567
26568         2002-12-11  Bruno Haible  <bruno@clisp.org>
26569
26570                 * setenv.c (alloca): Fall back to malloc.
26571                 (freea): New macro.
26572                 (setenv): Use freea() to free memory allocated with alloca().
26573
26574         2002-11-13  Bruno Haible  <bruno@clisp.org>
26575
26576                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
26577                 function declarations.
26578                 * unsetenv.c (unsetenv): Likewise.
26579
26580         2002-03-04  Bruno Haible  <bruno@clisp.org>
26581
26582                 Portability to AIX 4.3.3.
26583                 * unsetenv.c: New file, extracted from setenv.c.
26584                 * setenv.c: Move the unsetenv() function to unsetenv.c.
26585
26586         2001-12-20  Bruno Haible  <bruno@clisp.org>
26587
26588                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
26589                 use malloc instead. For SunOS 4.
26590
26591         2001-12-11  Bruno Haible  <bruno@clisp.org>
26592
26593                 * setenv.c: Declare alloca.
26594                 (compar_fn_t): New typedef.
26595                 (KNOWN_VALUE, STORE_VALUE): Use it.
26596
26597         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
26598         setenv.h.
26599
26600 2002-12-10  Paul Eggert  <eggert@twinsun.com>
26601
26602         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
26603         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
26604         Choose values that are less likely to collide with system fnmatch
26605         options.
26606         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
26607         defined (e.g., a pure POSIX system).
26608         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
26609         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
26610
26611 2002-12-06  Paul Eggert  <eggert@twinsun.com>
26612
26613         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
26614         a pain in practice to deal with generated m4 files.  This change
26615         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
26616
26617         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
26618         and jm-glibc-io.m4, as they are no longer a special case.
26619         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
26620         kludge and the auto-generation stuff.  Check only whether the
26621         functions are declared, not whether they exist, since older hosts
26622         that don't declare the functions can't use the optimization anyway.
26623
26624 2002-12-06  Jim Meyering  <jim@meyering.net>
26625
26626         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
26627
26628         Merge in changes from libc's misc/error.c, in preparation
26629         for the merge of gnulib's changes back into libc.
26630
26631         * lib/error.c (_): Define only if not already defined.
26632         Move definition to follow all #include directives.
26633         Include unlocked-io.h only if !_LIBC.
26634         [_LIBC]: Include <libio/libioP.h>.
26635         [USE_IN_LIBIO]: Include <libio/iolibio.h>
26636         (fflush): Tweak definition to use INTUSE.
26637         (putc): Define.
26638
26639 2002-12-05  Paul Eggert  <eggert@twinsun.com>
26640
26641         * lib/alloca.c [defined emacs]: Include "lisp.h".
26642         (xalloc_die) [defined emacs]: New macro.
26643         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
26644         [! defined emacs]: Include <xalloc.h>.
26645         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
26646         (pointer): Typedef to POINTER_TYPE *.
26647         (malloc): Remove decl; we now always use xmalloc.
26648         (alloca): Use old-style definition, since Emacs needs this.
26649         Check for arithmetic overflow when computing combined size.
26650
26651 2002-12-04  Paul Eggert  <eggert@twinsun.com>
26652
26653         Do not generate unlocked-io.h automatically, since it's easier to
26654         maintain it by hand.
26655
26656         * lib/unlocked-io.h: New file, from GNU diffutils,
26657         but with proper copyright notice and attribution.
26658         * lib/gen-uio: Remove.
26659         * lib/Makefile.am: Add copyright notice.
26660         (libfetish_a_SOURCES): Add unlocked-io.h.
26661         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
26662         (DISTCLEANFILES, io_functions): Remove macros.
26663         (EXTRA_DIST): Remove gen_uio.
26664         (unlocked-io.h): Remove rule.
26665
26666 2002-12-04  Jim Meyering  <jim@meyering.net>
26667
26668         Reflect the fact that stat.c and lstat.c are no longer generated.
26669         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
26670         (DISTCLEANFILES): Likewise.
26671         (EXTRA_DIST): Likewise.
26672         (all_local): Don't depend on stat.c or lstat.c.
26673         (stat.c, lstat.c): Remove rules.
26674         (EXTRA_DIST): Remove xstat.in.
26675
26676         * lib/xstat.in: Remove file.  Contents moved into stat.c.
26677         * lib/stat.c: New file.  Contents mostly from xstat.in.
26678         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
26679         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
26680
26681         * lib/safe-read.c: Rework so that it may serve to define safe_write,
26682         too.
26683         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
26684
26685 2002-12-03  Jim Meyering  <jim@meyering.net>
26686
26687         * lib/safe-read.c, safe-write.c: Change variable names and comments,
26688         but not semantics, to minimize the differences between these two files.
26689         (safe_read): Change comment to mention SAFE_READ_ERROR.
26690
26691         * lib/safe-read.c (IS_EINTR): Define.
26692         (safe_read): Use IS_EINTR in place of in-function cpp directives.
26693
26694 2002-12-02  Jim Meyering  <jim@meyering.net>
26695
26696         * lib/safe-read.c (EINTR): Define.
26697         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26698         (INT_MAX): Provide fallback.
26699         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
26700
26701         * lib/safe-read.h (SAFE_READ_ERROR): Define.
26702
26703 2002-12-02  Bruno Haible  <bruno@clisp.org>
26704
26705         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
26706         Define, taken from safe-read.c.
26707         (INT_MAX): Provide fallback.
26708         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
26709         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
26710
26711         * lib/safe-read.c (EINTR): Remove definition.
26712         (safe_read): Don't use EINTR if it is absent.
26713
26714 2002-12-01  Jim Meyering  <jim@meyering.net>
26715
26716         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
26717         zero.
26718         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
26719
26720 2002-11-27  Paul Eggert  <eggert@twinsun.com>
26721
26722         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
26723         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
26724         with `if (! (value < limit)) abort ();', for readability.
26725
26726 2002-11-26  Karl Berry  <karl@gnu.org>
26727
26728         * lib/strdup.c: copy from libc again, with jim's ok.
26729         * lib/.cppi-disable: re-add strdup.c
26730
26731 2002-11-25  Karl Berry  <karl@gnu.org>
26732
26733         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
26734         instead of "strtol.c".
26735
26736 2002-11-25  Karl Berry  <karl@gnu.org>
26737
26738         * config/install-sh: update from automake for variable quoting, $0 in
26739         error msgs, etc.
26740
26741         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
26742         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
26743         entry.
26744
26745 2002-11-25  Jim Meyering  <jim@meyering.net>
26746
26747         * lib/mktime.c: Sync from libc, now that it has the latest fix.
26748
26749 2002-11-24  Karl Berry  <karl@gnu.org>
26750
26751         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
26752         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
26753
26754 2002-11-24  Jim Meyering  <jim@meyering.net>
26755
26756         Update from coreutils:
26757
26758         * lib/mktime.c: Merge in changes from libc.
26759
26760         Avoid a link-time failure on some Linux systems.
26761         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
26762         (otherwise).
26763         (__mon_yday): Declare with the STATIC attribute.
26764         (__mktime_internal): Likewise.
26765         Based on a report from Greg Schafer.
26766
26767 2002-11-23  Jim Meyering  <jim@meyering.net>
26768
26769         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
26770         Use `unsigned', not `int', as type of index.
26771
26772         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
26773
26774         * lib/fsusage.c: Remove unneeded parentheses around operands of
26775         `defined'.
26776
26777 2002-11-22  Paul Eggert  <eggert@twinsun.com>
26778
26779         * lib/quotearg.h: Allow multiple inclusion by surrounding with
26780         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
26781         so that we can be included first.
26782         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
26783         * lib/quotearg.c: Include quotearg.h immediately after config.h.
26784         No need to include stddef.h or sys/types.h any more.
26785         Surround local include files with "", not "<>".
26786         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
26787         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
26788         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
26789         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
26790         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
26791         (ISPRINT): Remove; no longer needed now that we assume C89.
26792
26793         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
26794         Preserve errno.
26795
26796         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
26797         quotearg_char): Use SIZE_MAX rather than
26798         (size_t) -1 when we are talking about "infinity".
26799
26800         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
26801
26802 2002-11-22  Paul Eggert  <eggert@twinsun.com>
26803
26804         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
26805         hint that one should use `if (! x) abort ();' rather than `assert
26806         (x);', and anyway it's one less thing to worry about configuring.
26807         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
26808         hash_rehash, hash_insert): Use abort rather than assert.
26809
26810 2002-11-22  Bruno Haible  <bruno@clisp.org>
26811
26812         * lib/safe-read.h: Assume C89. Add comments.
26813         (safe_read): Change return type to size_t.
26814         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
26815         byte counts > SSIZE_MAX correctly.
26816         * lib/safe-write.h: New file.
26817         * lib/safe-write.c: New file.
26818         * lib/full-read.h: New file.
26819         * lib/full-read.c: New file.
26820         * lib/full-write.h: Assume C89. Add comments.
26821         * lib/full-write.c: Include safe-write.h.
26822         (full_write): Rewritten to use safe_write.
26823         Suggested by Jim Meyering and Paul Eggert.
26824
26825 2002-11-21  Jim Meyering  <jim@meyering.net>
26826
26827         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
26828
26829         Merge in changes from the coreutils.
26830
26831         2002-09-25  Paul Eggert  <eggert@twinsun.com>
26832         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
26833         <stdint.h>.
26834         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
26835         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
26836         int.  Work more efficiently if X is the same width as uintmax_t.
26837         Do not compare X to -1, to avoid bogus compiler warning.
26838         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
26839         Don't assume that f_frsize and f_bsize are the same type.
26840
26841         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
26842         warning on FreeBSD.
26843
26844         * lib/makepath.c (make_path): Restore umask *before* creating the final
26845         component.
26846         (make_path): Minor reformatting.
26847
26848         * lib/xmalloc.c: Adjust to work with new autoconf macros,
26849         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
26850         HAVE_MALLOC/HAVE_REALLOC.
26851
26852         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
26853         dummy ones.  At least on GNU/Linux systems, `auto' means something
26854         else.
26855         From Michael Stone.
26856
26857 2002-11-21  Bruno Haible  <bruno@clisp.org>
26858
26859         Remove case insensitive option matching.
26860         * lib/argmatch.h (argcasematch): Remove declaration.
26861         (ARGCASEMATCH): Remove macro.
26862         (__xargmatch_internal): Remove case_sensitive argument.
26863         (XARGMATCH): Update.
26864         (XARGCASEMATCH): Remove macro.
26865         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
26866         case_sensitive argument.
26867         (argcasematch): Remove function.
26868         (__xargmatch_internal): Remove case_sensitive argument.
26869         (main): Use XARGMATCH instead of XARGCASEMATCH.
26870
26871         * lib/xmalloc.c: Change compile-time error message. Add comment about
26872         required autoconf version.
26873
26874 2002-11-20  Paul Eggert  <eggert@twinsun.com>
26875
26876         Merge argmatch cleanups from Bison.  Assume C89.
26877
26878         * lib/argmatch.c: Include config.h here, not in argmatch.h.
26879         Include stdlib.h, for EXIT_FAILURE.
26880         Always include <string.h>, since we assume C89.
26881         (EXIT_FAILURE): Remove pre-C89 bug workaround.
26882         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
26883         Include <stddef.h> instead, since it's all we need for size_t.
26884         (PARAMS): Remove.  All uses removed.
26885         (ARRAY_CARDINALITY): Do not bother to #undef.
26886         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
26887         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
26888         Remove unnecessary parentheses.
26889         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
26890         Insert necessary parentheses.
26891         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
26892         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
26893
26894 2002-11-19  Bruno Haible  <bruno@clisp.org>
26895
26896         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
26897         * lib/mbswidth.h: Include <stddef.h>, for size_t.
26898
26899         * lib/mbswidth.h (PARAMS): Remove macro.
26900         (mbswidth, mbsnwidth): Use ANSI C function declarations.
26901         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
26902
26903         * lib/gcd.h (PARAMS): Remove macro.
26904         (gcd): Use ANSI C function declarations.
26905         * lib/gcd.c (gcd): Likewise.
26906
26907 2002-11-15  Bruno Haible  <bruno@clisp.org>
26908
26909         * lib/strcspn.c: Include <stddef.h>.
26910         (strcspn): Use ANSI C function declaration. Change return type to
26911         size_t. Use NULL.
26912         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
26913         (strpbrk): Use NULL.
26914         * lib/strpbrk.h (PARAMS): Remove macro.
26915         (strpbrk): Use ANSI C function declaration.
26916         * lib/strstr.c: Don't include <sys/types.h>.
26917         * lib/strstr.h (PARAMS): Remove macro.
26918         (strstr): Use ANSI C function declarations.
26919
26920 2002-11-14  Karl Berry  <karl@gnu.org>
26921
26922         * config/mkinstalldirs: `do' on separate line, instead of
26923         `for var; do'.
26924
26925 2002-11-06  Bruno Haible  <bruno@clisp.org>
26926
26927         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
26928         * lib/gcd.c (gcd): Likewise.
26929
26930 2002-11-05  Bruno Haible  <bruno@clisp.org>
26931
26932         * lib/gcd.h: New file, from gettext-0.11.5.
26933         * lib/gcd.c: New file, from gettext-0.11.5.
26934
26935 2002-11-05  Bruno Haible  <bruno@clisp.org>
26936
26937         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26938         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26939         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26940         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26941
26942         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
26943         <libintl.h>.
26944         * lib/makepath.c: Include gettext.h instead of <locale.h> and
26945         <libintl.h>.
26946
26947         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
26948         * lib/human.c: Include gettext.h instead of <libintl.h>.
26949         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
26950         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
26951         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
26952         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
26953         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
26954         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
26955         (textdomain): Remove definition.
26956         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
26957
26958         * lib/long-options.c: Remove include of <libintl.h> and definition of
26959         _.
26960         * lib/same.c: Remove include of <libintl.h> and definition of _.
26961
26962 2002-11-04  Owen Taylor  <otaylor@redhat.com>
26963
26964         * lib/config.charset: A few additions for Solaris.
26965
26966 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
26967
26968         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
26969         * lib/localcharset.c (locale_charset): Declare as extern "C".
26970
26971 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
26972
26973         * lib/config.charset: msdos in uk_UA uses CP1125.
26974
26975 2002-11-04  Bruno Haible  <bruno@clisp.org>
26976
26977         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
26978         * lib/strcase.h: New file, from GNU gettext-0.11.5.
26979         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
26980         * lib/strstr.h: New file, from GNU gettext-0.11.5.
26981         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
26982
26983 2002-11-04  Bruno Haible  <bruno@clisp.org>
26984
26985         * lib/localcharset.c (locale_charset): Don't return an empty string.
26986
26987 2002-11-04  Bruno Haible  <bruno@clisp.org>
26988
26989         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
26990         aliases.
26991
26992 2002-11-04  Bruno Haible  <bruno@clisp.org>
26993
26994         * lib/config.charset: Update for newest glibc. Add canonical names
26995         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
26996
26997 2002-11-04  Bruno Haible  <bruno@clisp.org>
26998
26999         * lib/config.charset: Add support for NetBSD.
27000
27001 2002-11-04  Bruno Haible  <bruno@clisp.org>
27002
27003         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27004
27005 2002-11-01  Bruno Haible  <bruno@clisp.org>
27006
27007         * configure.in: Add AC_CONFIG_AUX_DIR call.
27008         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27009         test/Makefile.
27010         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27011
27012 2002-09-28  Karl Berry  <karl@gnu.org>
27013
27014         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27015         installed automake until the next release, since changes have been
27016         made.
27017
27018 2002-09-25  Karl Berry  <karl@gnu.org>
27019
27020         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27021         * lib/getopt*: copy from libc/posix.
27022         * lib/gettext.h: copy from gettext.
27023         * lib/.cppi-disable: add strdup.c, gettext.h.
27024
27025 2002-09-25  Karl Berry  <karl@gnu.org>
27026
27027         * config/srclist.txt: enable gettext.h check.
27028         * config/config.{guess,sub}: update from prep.
27029         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27030                 from automake 1.6.3.
27031         See srclist*.
27032
27033 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27034
27035         * regex.c (PATFETCH): Remove the translating fetch.
27036         (PATFETCH_RAW): Rename to PATFETCH.
27037         (set_image_of_range): New fun.
27038         (SET_RANGE_TABLE_WORK_AREA): Use it.
27039         (regex_compile): Don't translate the pattern chars so eagerly.
27040         Only do it when inserting an `exactn' bytecode or when handling
27041         a char-range.
27042         (mutually_exclusive_p): Avoid empty statement.
27043
27044 2002-07-06  Jim Meyering  <meyering@lucent.com>
27045
27046         * m4/README: Don't mention Makefile.am.in.
27047         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27048
27049 2002-07-01  Jim Meyering  <meyering@lucent.com>
27050
27051         * lib/c-stack.c: Include sys/time.h.
27052         From Volker Borchert.
27053
27054 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27055
27056         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27057
27058 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27059
27060         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27061         New macro.  Use it uniformly instead of
27062         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27063         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27064         reported by Vin Shelton.
27065
27066 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27067
27068         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27069         Do not assume SA_SIGINFO behavior.
27070         Bug reported by Jim Meyering on NetBSD 1.5.2.
27071
27072 2002-06-22  Jim Meyering  <meyering@lucent.com>
27073
27074         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27075         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27076
27077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27078         now that configure.ac uses AC_GNU_SOURCE.
27079         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27080         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27081
27082         Update to latest tools.  Suggestions from Paul Eggert.
27083         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27084         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27085         * m4/fnmatch.m4: Likewise.
27086         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27087         to AC_HEADER_STDBOOL
27088
27089 2002-06-22  Jim Meyering  <meyering@lucent.com>
27090
27091         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27092         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27093
27094 2002-06-22  Jim Meyering  <meyering@lucent.com>
27095
27096         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27097
27098         * lib/exitfail.c, exitfail.h: Likewise.
27099         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27100
27101         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27102         of fnmatch.h.
27103         (EXTRA_DIST): Add fnmatch_loop.c.
27104         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27105
27106         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27107         * lib/fnmatch.c: Update from diffutils-2.8.2.
27108         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27109         * lib/fnmatch.h: Remove file.
27110
27111 2002-06-21  Jim Meyering  <meyering@lucent.com>
27112
27113         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
27114         * m4/mbrtowc.m4: Likewise.
27115
27116         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
27117         * m4/mbswidth.m4: Reflect name change:
27118         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
27119         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27120
27121         * m4/lib-link.m4: Update from gettext-0.11.2.
27122         * m4/gettext.m4: Likewise.
27123
27124         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
27125         From Alfred M. Szmidt.
27126
27127 2002-06-18  Paul Eggert  <eggert@twinsun.com>
27128
27129         * lib/file-type.h: Report an error if neither S_ISREG nor
27130         S_IFREG is defined, instead of using a test specific to glibc
27131         2.2.  This should be safe, since POSIX requires S_ISREG and
27132         Unix Version 7 had S_IFREG.  We don't need to check for
27133         <sys/types.h> since we don't use any symbols that it defines.
27134
27135 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
27136
27137         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
27138         $@-t, so that each temporary file name is unique and valid in the first
27139         8 characters, for operation under DOS.
27140
27141 2002-06-15  Paul Eggert  <eggert@twinsun.com>
27142
27143         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
27144
27145 2002-06-15  Jim Meyering  <meyering@lucent.com>
27146
27147         Work even with DJGPP 2.03, which lacks support for symlinks.
27148         From Richard Dawe.
27149         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
27150         is defined.
27151         * lib/lchown.c (S_ISLNK): Likewise.
27152
27153 2002-06-15  Jim Meyering  <meyering@lucent.com>
27154
27155         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
27156         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
27157         have been included before this file.
27158
27159 2002-06-14  Jim Meyering  <meyering@lucent.com>
27160
27161         * lib/file-type.h: Use the version from diffutils-2.8.2.
27162         * lib/file-type.c: Likewise.
27163
27164 2002-06-07  Jim Meyering  <meyering@lucent.com>
27165
27166         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
27167         They're needed at least for NetBSD 1.5.2.
27168         ($statxfs_includes): Include those same headers.
27169         ($statxfs_includes): Include sys/vfs.h if available.
27170         ($statxfs_includes): Likewise for sys/statvfs.h.
27171         Check for the following members in both structs statfs and statvfs:
27172         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
27173
27174 2002-06-01  Jim Meyering  <meyering@lucent.com>
27175
27176         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
27177         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
27178
27179 2002-05-28  Jim Meyering  <meyering@lucent.com>
27180
27181         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
27182         Reported by Volker Borchert.
27183
27184 2002-05-27  Jim Meyering  <meyering@lucent.com>
27185
27186         Fix a problem seen only on nonconforming systems whereby ls.c's
27187         use of localtime, and then of gettimeofday would cause trouble:
27188         the localtime call used to initialize rpl_gettimeofday's save
27189         mechanism would clobber ls's current local time information so
27190         that in any long listing the first file would always be listed
27191         with date 1970-01-01.  Analysis by Volker Borchert.
27192
27193         * lib/gettimeofday.c (localtime): Undefine.
27194         (rpl_localtime): New function.
27195
27196 2002-05-27  Jim Meyering  <meyering@lucent.com>
27197
27198         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
27199         localtime.
27200
27201         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
27202         use the replacement function; it wouldn't resolve at link time.
27203         Reported by Volker Borchert.
27204
27205 2002-05-22  Jim Meyering  <meyering@lucent.com>
27206
27207         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
27208         file-type.h.
27209         * lib/file-type.h: New file.
27210         * lib/file-type.c (file_type): New file/function.  Extracted from
27211         diffutils.
27212
27213 2002-04-30  Jim Meyering  <meyering@lucent.com>
27214
27215         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
27216
27217 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27218
27219         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
27220
27221 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27222
27223         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
27224         Do not check for alloca.h (no longer used) or stdbool.h (was never
27225         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
27226
27227 2002-04-29  Paul Eggert  <eggert@twinsun.com>
27228
27229         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
27230
27231 2002-04-29  Jim Meyering  <meyering@lucent.com>
27232
27233         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
27234         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
27235         Use AC_FUNC_STRNLEN here instead.
27236
27237         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
27238         With autoconf-2.53a, it's part of AC_PROG_CC.
27239
27240 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27241
27242         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
27243         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
27244
27245 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27246
27247         * lib/sig2str.h, lib/sig2str.c: New files.
27248         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
27249
27250 2002-04-28  Paul Eggert  <eggert@twinsun.com>
27251
27252         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
27253         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
27254         of 127, since 64 is the largest conceivable number for ancient
27255         nonstandard hosts.
27256         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
27257
27258 2002-04-28  Jim Meyering  <meyering@lucent.com>
27259
27260         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
27261
27262 2002-04-24  Jim Meyering  <meyering@lucent.com>
27263
27264         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27265         (jm_PREREQ): Use it.
27266
27267         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27268         mach/mach.h fcntl.h.
27269         Check for this function: setlocale.
27270
27271 2002-04-24  Jim Meyering  <meyering@lucent.com>
27272
27273         * lib/gettext.h: New file, from Gettext.
27274         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27275         (libfetish_a_SOURCES): Add gettext.h.
27276
27277 2002-04-16  Jim Meyering  <meyering@lucent.com>
27278
27279         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27280         ut_pid, ut_id, ut_exit.
27281
27282 2002-04-16  Jim Meyering  <meyering@lucent.com>
27283
27284         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27285         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27286         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27287
27288 2002-04-12  Jim Meyering  <meyering@lucent.com>
27289
27290         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27291         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27292         existence of the getmntinfo function.  Needed for Darwin 5.3.
27293
27294         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27295         This is necessary at least on Darwin 5.3.
27296
27297         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27298         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27299         strnlen.o in the library, and that makes some versions of ranlib
27300         object.
27301
27302 2002-04-12  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27305
27306 2002-04-09  Jim Meyering  <meyering@lucent.com>
27307
27308         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27309         to be more precise.  Rather than saying we're checking whether the
27310         function `works', say what we're testing.
27311         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27312         Reported by Bruno Haible.
27313
27314 2002-03-10  Jim Meyering  <meyering@lucent.com>
27315
27316         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
27317         Suggestion from Santiago Vila.
27318
27319 2002-03-08  Jim Meyering  <meyering@lucent.com>
27320
27321         * lib/rename.c: Mention that this wrapper is needed also on
27322         mips-dec-ultrix4.4 systems.
27323
27324 2002-03-02  Jim Meyering  <meyering@lucent.com>
27325
27326         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
27327         not HAVE_CLOCK_SETTIME.
27328
27329 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27330
27331         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
27332         Check for clock_settime.
27333
27334 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27335
27336         * lib/nanosleep.h: Rename to....
27337         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
27338
27339         * lib/gettime.c: New file.
27340         * lib/settime.c: New file.
27341         * lib/stime.c: Remove.
27342
27343         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
27344         timespec.h.  Remove nanosleep.h.
27345
27346 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27347
27348         * m4/acl.m4: New file.
27349         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27350         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27351
27352 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27353
27354         * lib/acl.c, lib/acl.h: New files.
27355         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27356
27357 2002-02-24  Jim Meyering  <meyering@lucent.com>
27358
27359         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
27360         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
27361         cause trouble.  Reported by Nelson Beebe.
27362
27363 2002-02-23  Paul Eggert  <eggert@twinsun.com>
27364
27365         * lib/path-concat.c (xpath_concat): Reorder code to pacify
27366         compilers that don't know that xalloc_die never returns.
27367
27368 2002-02-20  Jim Meyering  <meyering@lucent.com>
27369
27370         * lib/getdate.c: Regenerate using bison-1.33.
27371
27372 2002-02-17  Jim Meyering  <meyering@lucent.com>
27373
27374         * config/config.guess (main): Don't use `head -1'; it's no longer
27375         portable. Use `sed 1q' instead.
27376
27377 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
27378
27379         * m4/codeset.m4: Upgrade to gettext-0.11.
27380         * m4/gettext.m4: Upgrade to gettext-0.11.
27381         * m4/glibc21.m4: Upgrade to gettext-0.11.
27382         * m4/iconv.m4: Upgrade to gettext-0.11.
27383         * m4/isc-posix.m4: Upgrade to gettext-0.11.
27384         * m4/lcmessage.m4: Upgrade to gettext-0.11.
27385         * m4/lib-ld.m4: New file, from gettext-0.11.
27386         * m4/lib-link.m4: New file, from gettext-0.11.
27387         * m4/lib-prefix.m4: New file, from gettext-0.11.
27388         * m4/progtest.m4: Upgrade to gettext-0.11.
27389
27390 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27391
27392         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
27393         (jm_PREREQ): Use it.
27394
27395 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27396
27397         * lib/posixver.c, lib/posixver.h: New files.
27398         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27399
27400 2002-02-02  Paul Eggert  <eggert@twinsun.com>
27401             Bruno Haible  <bruno@clisp.org>
27402
27403         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
27404         (fwrite_success_callback): New declaration.
27405         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
27406         print_unicode_char. Call failure callback instead of error.
27407         (fwrite_success_callback): New function.
27408         (exit_failure_callback): New function.
27409         (fallback_failure_callback): New function.
27410         (print_unicode_char): Call unicode_to_mb.
27411
27412 2002-01-26  Jim Meyering  <meyering@lucent.com>
27413
27414         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
27415         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
27416
27417 2002-01-26  Jim Meyering  <meyering@lucent.com>
27418
27419         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
27420
27421 2002-01-22  Paul Eggert  <eggert@twinsun.com>
27422
27423         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
27424
27425 2002-01-22  Jim Meyering  <meyering@lucent.com>
27426
27427         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
27428         Otherwise, some versions of automake would omit the rule that makes
27429         Makefile from Makefile.in.
27430
27431 2002-01-21  Paul Eggert  <eggert@twinsun.com>
27432
27433         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
27434         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27435         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
27436         (memcoll): Set errno to zero if there is no error.
27437
27438         * lib/quotearg.c (quotearg_buffer_restyled):
27439         Fix bug with quoting buffers containing NUL when backslashing escapes.
27440         This bug was exposed by the other changes in this patch.
27441         (quotearg_n_options): New arg ARGSIZE.
27442         All callers changed.
27443         (quoting_options_from_style): New function.
27444         (quotearg_n_style): Use it.
27445         (quotearg_n_style_mem): New function.
27446
27447         * lib/quotearg.h (quotearg_n_style_mem): New function.
27448
27449 2002-01-19  Jim Meyering  <meyering@lucent.com>
27450
27451         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
27452         Remove useless quotes: DF_PROG="df".
27453         * m4/strnlen.m4: New file.
27454
27455 2002-01-16  Paul Eggert  <eggert@twinsun.com>
27456
27457         * lib/backupfile.c (ISDIGIT): Comment fix.
27458         * lib/getdate.y (ISDIGIT): Likewise.
27459         * lib/posixtm.c (ISDIGIT, year): Likewise.
27460         * lib/strverscmp.c (ISDIGIT): Likewise.
27461         * lib/userspec.c (ISDIGIT): Likewise.
27462
27463 2002-01-16  Jim Meyering  <meyering@lucent.com>
27464
27465         * lib/getdate.y: Add three semicolons, each just before a closing
27466         brace. Bison (as of version 1.31) no longer papers over that mistake.
27467
27468 2002-01-05  Jim Meyering  <meyering@lucent.com>
27469
27470         * lib/version-etc.c (version_etc_copyright): Update copyright year.
27471
27472 2001-12-19  Paul Eggert  <eggert@twinsun.com>
27473
27474         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
27475         not silently exit merely because the output buffer happens to
27476         have nothing pending.
27477
27478 2001-12-18  Paul Eggert  <eggert@twinsun.com>
27479
27480         See the big note in ../ChangeLog.
27481         * lib/human.c (suffixes): Prefer K to k for 1024.
27482         (generate_suffix_backwards): New function.
27483         (human_readable_inexact): Use it.
27484         * lib/xstrtol.c (__xstrtol): If there is no number but there
27485         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
27486         Accept 'K' as well as 'k'.
27487
27488 2001-12-15  Jim Meyering  <meyering@lucent.com>
27489
27490         * lib/regex.h (__restrict_arr): Update from libc.
27491
27492         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
27493         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
27494         (STREQ): Define.
27495
27496 2001-12-14  Jim Meyering  <meyering@lucent.com>
27497
27498         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
27499         Suggestion from Bruno Haible.
27500
27501 2001-12-10  Jim Meyering  <meyering@lucent.com>
27502
27503         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
27504         xrealloc, Instead, include "xalloc.h".
27505         (initbuffer): Don't cast xmalloc return value to char*.
27506         (readline): Reword comment.
27507         Don't cast xrealloc return value to char*
27508         Return NULL, not 0.
27509
27510 2001-12-09  Jim Meyering  <meyering@lucent.com>
27511
27512         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
27513         about `signed and unsigned type in conditional expression'.
27514         * lib/posixtm.c (posix_time_parse): Likewise.
27515
27516         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
27517
27518         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
27519         to avoid a pedantic warning.
27520
27521         * lib/getstr.c: Don't include assert.h.
27522         (getstr): Remove warning-evoking assertions.
27523         Return -1 if offset parameter is out of bounds.
27524         Change the type of a local from int to size_t.
27525
27526         * lib/strftime.c (my_strftime_localtime_r): Include this function
27527         definition in the `#if ! HAVE_TM_GMTOFF' block.
27528
27529         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
27530         Include xalloc.h instead.
27531
27532 2001-12-02  Jim Meyering  <meyering@lucent.com>
27533
27534         * lib/tempname.c: Don't declare getenv, thus reverting the change of
27535         2001-11-18.  It's no longer necessary, now that stdlib.h is always
27536         included.
27537
27538         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
27539         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
27540
27541 2001-11-30  Akim Demaille  <akim@epita.fr>
27542
27543         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
27544         before being defined.
27545
27546 2001-11-27  Paul Eggert  <eggert@twinsun.com>
27547
27548         * lib/quotearg.h (quotearg_n, quotearg_n_style):
27549         First arg is int, not unsigned.
27550         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
27551         (SIZE_MAX, UINT_MAX): New macros.
27552         (quotearg_n_options): Abort if N is negative.
27553         Avoid overflow check on hosts where size_t is 64 bits and int
27554         is 32 bits, as overflow is impossible there.
27555         Fix off-by-one typo that caused unnecessary reallocation.
27556
27557 2001-11-27  Jim Meyering  <meyering@lucent.com>
27558
27559         * lib/tempname.c: Merge with version from libc.
27560         * lib/regex.c: Likewise.
27561
27562         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
27563         systems for which STDC_HEADERS is 0, it was not included, resulting in
27564         a warning about an integer-to-pointer conversion problem with getenv.
27565         Reported by Volker Borchert.
27566
27567 2001-11-26  Jim Meyering  <meyering@lucent.com>
27568
27569         * lib/gtod.h: Remove file.
27570         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
27571         * lib/gettimeofday.c: Don't include gtod.h.
27572         (GTOD_init): Remove function.
27573         (rpl_gettimeofday): Do its job here instead, rather than aborting.
27574         Suggestion from Volker Borchert.
27575
27576 2001-11-23  Jim Meyering  <meyering@lucent.com>
27577
27578         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
27579         it.
27580         * lib/hash.c (struct hash_table): Define it here instead.
27581
27582 2001-11-22  Jim Meyering  <meyering@lucent.com>
27583
27584         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
27585
27586 2001-11-20  Jim Meyering  <meyering@lucent.com>
27587
27588         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
27589         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
27590
27591 2001-11-19  Jim Meyering  <meyering@lucent.com>
27592
27593         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
27594         directory.  Use "conftestXXXXXX" as the template.
27595         Suggestion from Paul Eggert.
27596
27597         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
27598         immediately, so the test doesn't mistakenly hit the max-open-files
27599         limit.
27600
27601 2001-11-18  Paul Eggert  <eggert@twinsun.com>
27602
27603         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
27604         (TEMPORARIES): New macro.
27605         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
27606         removes an artificial limitation (e.g. HP-UX 10.20, where
27607         TMP_MAX is 17576).
27608
27609 2001-11-18  Jim Meyering  <meyering@lucent.com>
27610
27611         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
27612
27613 2001-11-18  Jim Meyering  <meyering@lucent.com>
27614
27615         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
27616         on SunOS 4.
27617
27618         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
27619         files will be created before anything else.
27620
27621 2001-11-17  Paul Eggert  <eggert@twinsun.com>
27622
27623         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
27624         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
27625
27626 2001-11-17  Jim Meyering  <meyering@lucent.com>
27627
27628         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
27629         Prompted by a report from Bob Proulx.
27630
27631         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
27632         Instead, require UTILS_FUNC_MKSTEMP.
27633
27634 2001-11-17  Jim Meyering  <meyering@lucent.com>
27635
27636         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
27637         Now, that's done as part of AC_FUNC_STRTOD.
27638
27639 2001-11-17  Jim Meyering  <meyering@lucent.com>
27640
27641         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
27642         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
27643         rather than group writable.  Patch by Juan F. Codagnone.
27644
27645         * lib/readtokens.c: Remove explicit declarations of xmalloc and
27646         xrealloc, Instead, include "xalloc.h".
27647
27648         * lib/mountlist.c: Include unlocked-io.h after all system headers.
27649         Remove explicit declarations of xmalloc, xrealloc,
27650         and xstrdup.  Instead, include "xalloc.h".
27651
27652         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
27653         unlocked-io.h.
27654         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
27655         Likewise.
27656         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
27657
27658         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
27659         Reported by Padraig Brady.
27660
27661         * lib/mkstemp.c: #undef mkstemp.
27662         Include config.h.
27663         (rpl_mkstemp): Rename from mkstemp.
27664         Protoize.
27665
27666 2001-11-16  Jim Meyering  <meyering@lucent.com>
27667
27668         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
27669         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
27670         determine the amount of total physical memory, use pstat_getstatic.
27671         HPUX-11 doesn't define _SC_PHYS_PAGES.
27672         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
27673         If sysconf couldn't be used to determine the amount of available
27674         physical memory, use both pstat_getstatic and pstat_getdynamic.
27675         Based on a patch from Bob Proulx.
27676
27677 2001-11-10  Jim Meyering  <meyering@lucent.com>
27678
27679         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
27680         (jm_PREREQ): Use it.
27681
27682 2001-11-09  Jim Meyering  <meyering@lucent.com>
27683
27684         * m4/jm-macros.m4: Require autoconf-2.52f.
27685         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
27686         Use these AC_-prefixed names, not the AM_-prefixed ones.
27687
27688         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
27689
27690 2001-11-05  Jim Meyering  <meyering@lucent.com>
27691
27692         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
27693
27694 2001-11-04  Jim Meyering  <meyering@lucent.com>
27695
27696         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
27697         $DEFS.
27698
27699 2001-11-03  Jim Meyering  <meyering@lucent.com>
27700
27701         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
27702         of AC_DEFUN.
27703
27704         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
27705         know the name of the variable in the macro definition.
27706
27707 2001-11-03  Jim Meyering  <meyering@lucent.com>
27708
27709         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
27710         in argmatch_to_argument call.
27711
27712         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
27713         argument.
27714
27715         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
27716         e.g., a fault due to an attempt to free a NULL pointer.
27717
27718 2001-11-01  Jim Meyering  <meyering@lucent.com>
27719
27720         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
27721         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
27722
27723 2001-11-01  Jim Meyering  <meyering@lucent.com>
27724
27725         * lib/dirfd.c, lib/dirfd.h: New files.
27726         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
27727
27728         * lib/hash.c (hash_print) [TESTING]: Clean up.
27729
27730 2001-10-22  Paul Eggert  <eggert@twinsun.com>
27731
27732         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
27733         to avoid a warning if -Wall.
27734
27735 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
27736
27737         * README: New file
27738         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
27739         (per RMS's instructions, this is now the canonical source)
27740         * lgpl/, gpl/: New directories.
27741
27742 2001-10-21  Paul Eggert  <eggert@twinsun.com>
27743
27744         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
27745
27746 2001-10-21  Jim Meyering  <meyering@lucent.com>
27747
27748         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
27749         this code would end up calling gettext even in packages built
27750         with --disable-nls.
27751         * lib/getopt.c (_): Likewise.
27752         * lib/regex.c (_): Likewise.
27753
27754 2001-10-20  Paul Eggert  <eggert@twinsun.com>
27755
27756         * m4/error.m4 (jm_PREREQ_ERROR):
27757         Do not invoke AC_CHECK_FUNCS with strerror_r, as
27758         AC_FUNC_STRERROR_R does that.
27759         Check for strerror declaration.
27760
27761         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
27762         are supposed to have them these days.
27763         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
27764         Merge changes from latest Autoconf CVS.
27765         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
27766         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
27767         POSIX decided to standardize on the int flavor of strerror_r.
27768
27769 2001-10-20  Paul Eggert  <eggert@twinsun.com>
27770
27771         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
27772         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
27773         Use strerror_r that is only a macro, even if it is not a function.
27774         (strerror): Check for HAVE_DECL_STRERROR before declaring.
27775         (private_strerror): Use prototypes, not old-style function definition.
27776         (print_errno_message): New function.
27777         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
27778         char*-flavored one.
27779         (error_tail, error, error_at_line): Use it.
27780
27781 2001-10-11  Jim Meyering  <meyering@lucent.com>
27782
27783         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
27784         and quote_n (1, ... to avoid clobbering a buffer.
27785
27786 2001-10-05  Jim Meyering  <meyering@lucent.com>
27787
27788         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
27789         hash-pjw.h.
27790         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
27791         * lib/hash-pjw.h: New file.
27792
27793 2001-09-30  Jim Meyering  <meyering@lucent.com>
27794
27795         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
27796         `struct fsstat' has the `f_fstypename' member.
27797         Use that to define FS_TYPE, which is now used to make
27798         the getfsstat link test tighter.
27799
27800 2001-09-30  Jim Meyering  <meyering@lucent.com>
27801
27802         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
27803         Include <sys/ucred.h>, for Apple Darwin.
27804         Include sys/mount.h and sys/fs_types.h only if available.
27805         (FS_TYPE): Define.
27806         (read_filesystem_list): Use FS_TYPE.
27807
27808 2001-09-29  Paul Eggert  <eggert@twinsun.com>
27809
27810         * lib/exclude.c (excluded_filename): 0 -> false, since it's
27811         a boolean context.
27812
27813 2001-09-29  Jim Meyering  <meyering@lucent.com>
27814
27815         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
27816         [one-argument getmntent function]): Include stdio.h before mntent.h.
27817         SunOS 4.1.x needs it for the declaration of `FILE'.
27818         Patch by Volker Borchert.
27819
27820         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
27821         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
27822         sys/fs_types.h, and make the link-test for getfsstat guard #include
27823         directives with appropriate #if HAVE_*_H tests so that we can
27824         detect getfsstat on Apple Darwin1.3.7 systems.
27825         Reported by Nelson Beebe.
27826         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
27827
27828 2001-09-28  Paul Eggert  <eggert@twinsun.com>
27829
27830         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
27831         #defines strtoimax.  Also treat the other strto* functions
27832         like strtoimax.
27833
27834         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
27835         Check for strtoul and strtoumax,
27836         as those declarations are made even in the signed case.
27837         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
27838         Likewise, for strtol and strtoimax.
27839
27840 2001-09-28  Paul Eggert  <eggert@twinsun.com>
27841
27842         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
27843         #defines strtoimax.  Also treat the other strto* functions
27844         like strtoimax.
27845
27846         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
27847         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
27848         (strtoimax, strtoumax): Do not declare if already defined as a macro.
27849
27850 2001-09-26  Jim Meyering  <meyering@lucent.com>
27851
27852         Most macros in unlocked-io.h had the wrong number of arguments.
27853         * lib/gen-uio: New script.
27854         (USE_UNLOCKED_IO): Define to 1 if not already defined.
27855         * lib/unlocked-io.hin: Remove file.
27856         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
27857         rather than trying to embed it here.
27858         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
27859         Reported by Padraig Brady.
27860
27861 2001-09-25  Volker Borchert  <bt@teknon.de>
27862
27863         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
27864         `result'.
27865
27866 2001-09-24  Jim Meyering  <meyering@lucent.com>
27867
27868         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
27869
27870 2001-09-23  Jim Meyering  <meyering@lucent.com>
27871
27872         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
27873         instead of the mere test for existence of mntent.h.  The latter
27874         would get a false-positive on AIX 3.4 systems.
27875         In the outer getmntent if-block, don't die if neither of the getmntent
27876         tests succeeds.  Instead, just fall through and continue with the
27877         remaining tests.
27878
27879 2001-09-23  Jim Meyering  <meyering@lucent.com>
27880
27881         * lib/mountlist.c: Remove useless parentheses in #if directives.
27882         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
27883         the deprecated MOUNTED symbol is no longer defined in mntent.h.
27884
27885 2001-09-22  Jim Meyering  <meyering@lucent.com>
27886
27887         * m4/gettext.m4: New file.  From gettext.
27888         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
27889         * m4/progtest.m4: Likewise
27890         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
27891         * m4/glibc21.m4: Likewise.
27892
27893         * m4/libintl.m4: Remove.  No longer used.
27894
27895 2001-09-22  Jim Meyering  <meyering@lucent.com>
27896
27897         * lib/localcharset.c: Update from latest gettext.
27898         * lib/config.charset: Likewise.
27899
27900 2001-09-20  Jim Meyering  <meyering@lucent.com>
27901
27902         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
27903         strtoimax.
27904         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
27905         strtoumax.
27906
27907 2001-09-20  Jim Meyering  <meyering@lucent.com>
27908
27909         * lib/xstrtol.c (strtoimax): Guard declaration with
27910         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
27911         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
27912         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
27913         (strtoumax): Likewise, for completeness (it wasn't necessary).
27914
27915 2001-09-17  Paul Eggert  <eggert@twinsun.com>
27916
27917         * lib/strtoimax.c (HAVE_LONG_LONG):
27918         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
27919         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
27920         to work around bug in IBM C compiler.
27921
27922 2001-09-17  Jim Meyering  <meyering@lucent.com>
27923
27924         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
27925         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
27926         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
27927         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
27928         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
27929         whenever the right hand side need not be expanded by the shell.
27930
27931 2001-09-16  Paul Eggert  <eggert@twinsun.com>
27932
27933         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
27934         library.  It's not correct, as some older glibcs are buggy.
27935         fnmatch wasn't fixed until glibc 2.2.
27936
27937         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
27938         special shell magic here.
27939
27940 2001-09-16  Jim Meyering  <meyering@lucent.com>
27941
27942         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
27943         * m4/jm-macros.m4: Require it.
27944
27945 2001-09-16  Jim Meyering  <meyering@lucent.com>
27946
27947         * lib/mkdir.c: New file.
27948
27949 2001-09-15  Jim Meyering  <meyering@lucent.com>
27950
27951         * m4/jm-macros.m4: Check for help2man.
27952
27953 2001-09-11  Jim Meyering  <meyering@lucent.com>
27954
27955         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
27956         The body, by Paul Eggert, was moved here from configure.in.
27957         * m4/jm-macros.m4: Require UTILS_HOST_OS.
27958
27959 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27960
27961         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
27962         (jm_PREREQ): Use it.
27963
27964 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27965
27966         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
27967         Use ssize_t, not int, to store result of readlink.
27968         Check for ssize_t overflow as well as size_t overflow,
27969         as POSIX says the result of readlink is implementation-defined
27970         when ssize_t overflows.
27971         Remove unnecessary cast to char*.
27972         Use free+malloc instead of realloc, as the storage doesn't need
27973         to be preserved and it's clearer and can be more efficient that way.
27974         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
27975         * lib/xreadlink.h (xreadlink): Update prototype.
27976
27977 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27978
27979         * lib/xgetcwd.c: Revert some of the previous change; intead,
27980         fix the HAVE_GETCWD_NULL code to behave more like the
27981         !HAVE_GETCWD_NULL code used to.
27982
27983         Include "xalloc.h".
27984         (xgetcwd): Do not return NULL when memory is exhausted; instead,
27985         invoke xalloc_die.
27986
27987 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27988
27989         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
27990         sys/param.h, as pathmax.h includes them.
27991
27992 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27993
27994         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
27995         (jm_PREREQ_XGETCWD): New macro.
27996
27997         * m4/getcwd.m4: New file.
27998
27999 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28000
28001         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28002         like the HAVE_GETCWD_NULL code.
28003         Include pathmax.h if not HAVE_GETCWD.
28004         Do not include xalloc.h.
28005         (INITIAL_BUFFER_SIZE): New symbol.
28006         Do not use xmalloc / xrealloc, since the caller is responsible for
28007         handling errors.  Preserve errno around `free' during failure.
28008         Do not overrun buffer when using getwd.
28009
28010 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28011
28012         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28013         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28014         getcwd (NULL, 0).
28015
28016 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28017
28018         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28019         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28020         spotted by Jim Meyering.
28021
28022 2001-09-03  Jim Meyering  <meyering@lucent.com>
28023
28024         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28025         failure.
28026
28027 2001-09-02  Jim Meyering  <meyering@lucent.com>
28028
28029         * lib/error.c: Update from GNU libc.
28030
28031 2001-09-01  Jim Meyering  <meyering@lucent.com>
28032
28033         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28034         Used by df.
28035
28036 2001-09-01  Jim Meyering  <meyering@lucent.com>
28037
28038         * lib/xreadlink.c: New file.
28039         * lib/xreadlink.h: New file.
28040         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28041         xreadlink.h.
28042
28043         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28044         doesn't conflict with sparc Solaris 7's definition in
28045         /usr/include/sys/int_types.h.
28046
28047         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28048         files.
28049         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28050         and strncasecmp as r-values.  Unixware didn't have declarations.
28051
28052 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28053
28054         * lib/xstrtol.h: Add copyright notice.
28055         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28056         LONGINT_INVALID_SUFFIX_CHAR.
28057
28058 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28059
28060         * lib/xstrtol.c (strtoimax): New decl.
28061
28062 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28063
28064         * lib/xgetcwd.c: Don't include pathmax.h.
28065         Include stdlib.h and unistd.h if available.
28066         Include xalloc.h.
28067         (xmalloc, xstrdup, free): Remove decls.
28068         (xgetcwd): Don't assume sizes fit in unsigned.
28069         Check for overflow when computing sizes.
28070         Simplify reallocation code.
28071
28072 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28073
28074         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28075         a directory's st_size can have an arbitrary value, so the old
28076         usage could waste an arbitrary amount of memory.  All uses
28077         changed.
28078         * lib/savedir.h: Update prototype.
28079
28080 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28081
28082         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28083
28084         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28085         old strtoimax.c.
28086
28087         Also, make the following further changes to make this file's
28088         configuration more similar to that of strtol.c:
28089         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28090         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28091         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28092         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28093         changed to signed values.
28094
28095         And make the following changes as well:
28096         Fix copyright notice, as 1999 was missing.
28097         (verify): New macro.
28098         (strtoimax): Check sizes at compile-time, not run-time.
28099         Prefer strtol to strtoll if both work.
28100         (main): Remove; it was not that useful and was a pain to maintain.
28101
28102         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28103
28104 2001-08-31  Jim Meyering  <meyering@lucent.com>
28105
28106         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28107         Use an initial, malloc'd, buffer of length 128 rather than
28108         a statically allocated one of length 1024.
28109
28110 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28111
28112         Simplify code, partly by assuming autoconf 2.52 semantics.
28113
28114         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
28115
28116         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
28117         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
28118         All uses removed.
28119         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28120         Move AC_REQUIRE to next-to-top level, to avoid confusion.
28121         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
28122         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
28123         jm_AC_HEADER_INTTYPES_H.
28124         * m4/jm-macros.m4 (jm_MACROS): Likewise.
28125
28126         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
28127
28128         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28129         Quote first arg of AC_DEFUN.
28130         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
28131         since they are needed to parse the include file even if we need
28132         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
28133         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
28134         but with opposite signedness.
28135
28136 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28137
28138         Merge 'exclude' changes from tar 1.13.22.
28139         This fixes one or two unlikely storage allocation overflow bugs,
28140         but doesn't change user-visible behavior otherwise.
28141
28142 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28143
28144         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
28145         (jm_PREREQ_EXCLUDE): New macro.
28146
28147 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28148
28149         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
28150         tm to be declared.
28151
28152 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28153
28154         * lib/hash.c: Remove '2001' from copyright notice.
28155
28156 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28157
28158         * lib/full-write.h: New file.
28159         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
28160         * lib/full-write.c: Correct credits, as cccp.c no longer
28161         exists and anyway it was so heavily changed from the old cccp
28162         code as to be unrecognizable.  Include full-write.h.
28163         (full_write) Return size_t, with short writes meaning failure.
28164         All callers changed.  This fixes a bug with large buffers
28165         on 64-bit hosts.
28166         * lib/utime.c: Include full-write.h.
28167
28168 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28169
28170         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
28171         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
28172         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
28173         Include if available.
28174         (<xalloc.h>): Include
28175         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
28176         (verify): New macro.  Use it to verify that EXCLUDE macros do not
28177         collide with FNM macros.
28178         (struct patopts): New struct.
28179         (struct exclude): Use it, as exclude patterns now come with options.
28180         (new_exclude): Support above changes.
28181         (new_exclude, add_exclude_file):
28182         Initial size must now be a power of two to simplify overflow checking.
28183         (free_exclude, fnmatch_no_wildcards): New function.
28184         (excluded_filename): No longer requires options arg, as the options
28185         are determined by add_exclude.  Now returns bool, not int.
28186         (excluded_filename, add_exclude):
28187         Add support for the fancy new exclusion options.
28188         (add_exclude, add_exclude_file): Now takes int options arg.
28189         Check for arithmetic overflow when computing sizes.
28190         (add_exclude_file): xrealloc might modify errno, so don't
28191         realloc until after errno might be used.
28192
28193         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
28194         New macros.
28195         (free_exclude): New decl.
28196         (add_exclude, add_exclude_file): Now takes int options arg.
28197         (excluded_filename): No longer requires options arg, as the options
28198         are determined by add_exclude.  Now returns bool, not int.
28199
28200 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28201
28202         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
28203
28204 2001-08-27  Jim Meyering  <meyering@lucent.com>
28205
28206         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
28207
28208         * lib/version-etc.c (N_): Remove definition.
28209         Revert most of last change.
28210         Instead, simply don't mark the `Copyright...' string for translation.
28211         Based on advice from Paul Eggert.
28212
28213         * lib/strtoxmax.c: Tweak comment.
28214
28215 2001-08-26  Jim Meyering  <meyering@lucent.com>
28216
28217         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
28218
28219         * m4/xstrtoimax.m4: New file.
28220         * m4/xstrtoumax.m4: Add comments explaining why we
28221         AC_REPLACE_FUNCS(strtol).
28222
28223 2001-08-26  Jim Meyering  <meyering@lucent.com>
28224
28225         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
28226         of copyright with `%s' so translators don't get an untranslated
28227         message in 2002.
28228         (COPYRIGHT_YEAR): Define.
28229         (version_etc): Use fprintf rather than fputs.
28230         Suggestion from Ulrich Drepper.
28231
28232         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
28233
28234         * lib/strtoll.c: New file, from GNU libc.
28235         * lib/xstrtoimax.c: New file.
28236
28237         * lib/xstrtol.h: Add xstrtoimax.
28238         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
28239         * lib/strtoimax.c: New file.  Likewise, but first define
28240         STRTOUXMAX_SIGNED.
28241
28242         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
28243         ...
28244         * lib/strtoxmax.c: ... then renamed to this.
28245
28246 2001-08-18  Paul Eggert  <eggert@twinsun.com>
28247
28248         * m4/inttypes.m4: Add AC_PREREQ(2.13).
28249         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
28250         (jm_AC_TYPE_INTMAX_T): New macro.
28251         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
28252
28253         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
28254
28255         * m4/longlong.m4: Renamed from ulonglong.m4.
28256         * m4/inttypes.m4: Renamed from inttypes_h.m4.
28257         * m4/uintmax_t.m4: Removed.
28258
28259 2001-08-13  Paul Eggert  <eggert@twinsun.com>
28260
28261         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28262         Port to Solaris 8, where 'sed' requires a space after the 'r'
28263         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28264         Redirect output to $tmp just once.
28265
28266 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28267
28268         * lib/addext.c (<errno.h>): Include.
28269         (errno): Declare if not defined.
28270         (addext): Work correctly when pathconf returns -1 and leaves
28271         errno alone because there is no limit.  Also, work even if
28272         pathconf returns a value greater than SIZE_MAX.
28273
28274 2001-08-12  Jim Meyering  <meyering@lucent.com>
28275
28276         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28277         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28278         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28279         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28280         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28281         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28282         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28283         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28284         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28285         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28286         utime.m4, utimes.m4, xstrtoumax.m4:
28287         Quote the first argument in each use of AC_DEFUN.
28288
28289 2001-08-12  Jim Meyering  <meyering@lucent.com>
28290
28291         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28292         Simply `return getcwd (NULL, 0);'.
28293         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28294         Use 1300 as initial value for length, not PATH_MAX.
28295
28296         * lib/pathmax.h: Clean up cpp syntax.
28297
28298 2001-08-12  Jim Meyering  <meyering@lucent.com>
28299
28300         * lib/gettimeofday.c: New file.
28301         * lib/gtod.h: New file.
28302         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28303
28304 2001-08-05  Jim Meyering  <meyering@lucent.com>
28305
28306         * m4/jm-macros.m4: Require autoconf-2.52.
28307
28308 2001-08-04  Jim Meyering  <meyering@lucent.com>
28309
28310         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28311         stmt, to get in sync with glibc.
28312
28313 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28314
28315         The following changes are from gettext 0.10.39 as maintained by
28316         Bruno Haible.
28317
28318         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
28319         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
28320         with inverted sense.  All uses changed.
28321
28322         * lib/mbswidth.c: Don't include <limits.h>.
28323         Include <stdlib.h> and <string.h> unconditionally.
28324         (iswcntrl, mbsinit, ISCNTRL): New macros.
28325         (mbsnwidth): Use K&R style function declarations.
28326         Don't bother checking for MB_LEN_MAX == 1, since the compiler
28327         can optimize it when MB_CUR_MAX == 1.
28328         The width of control characters is zero, not 1.
28329
28330 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28331
28332         The following changes are from gettext 0.10.39 as maintained by
28333         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
28334
28335         * m4/codeset.m4: Upgrade to serial AM1.
28336         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
28337         all uses changed.  Quote first arg of AC_DEFUN.
28338         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
28339
28340         * m4/iconv.m4: Upgrade to serial AM2.
28341         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
28342         Add --with-libconv-prefix.
28343         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
28344         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28345         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28346         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28347         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28348
28349         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28350         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28351         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28352         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28353         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28354         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28355         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28356         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28357         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
28358
28359         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
28360         string.h any more.
28361
28362         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
28363         not the default value.
28364
28365         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
28366         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
28367         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
28368         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
28369         Also check for iswcntrl, used for wcwidth fallback.
28370         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
28371         to Autoconf 2.13.
28372
28373 2001-08-03  Jim Meyering  <meyering@lucent.com>
28374
28375         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
28376         as it was in the original.  Reported by Paul Eggert.
28377
28378 2001-07-16  Jim Meyering  <meyering@lucent.com>
28379
28380         * m4/gettimeofday.m4: New file.
28381         Prompted by a report from Bernhard Baehr.
28382
28383 2001-07-15  Jim Meyering  <meyering@lucent.com>
28384
28385         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
28386         stuff. Now it's in ../Makefile.cfg.
28387
28388 2001-07-15  Jim Meyering  <meyering@lucent.com>
28389
28390         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
28391         (BUILT_SOURCES): Add unlocked-io.h.
28392         (io_functions): Define.
28393         (unlocked-io.h): New rule.
28394         (DISTCLEANFILES): Add unlocked-io.h.
28395         (all-local): Depend on unlocked-io.h, to ensure it is created.
28396
28397         * lib/unlocked-io.hin: New file
28398
28399         * lib/regex.c: Update from glibc.
28400
28401 2001-07-05  Jim Meyering  <meyering@lucent.com>
28402
28403         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
28404         recommendation.
28405         (libfetish_a_SOURCES): Put all .h files here instead.
28406         Remove a thus-exposed (better checks in automake) duplicate and
28407         two unnecessary .h files.
28408
28409 2001-07-04  Jim Meyering  <meyering@lucent.com>
28410
28411         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
28412         that generates jm-glibc-io.m4 so that it doesn't trigger any make
28413         distcheck failure.
28414
28415 2001-07-02  Jim Meyering  <meyering@lucent.com>
28416
28417         The following changes were prompted by suggestions from Bruno Haible.
28418
28419         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
28420         is now generated.
28421         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
28422         definition of EXTRA_DIST.
28423         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
28424         ensure that the generated file is created/updated whenever the list
28425         of $(unlocked_functions) is changed.
28426         (jm-glibc-io.m4): New rule.
28427         (unlocked-io.h): New rule -- currently unused.
28428
28429 2001-06-24  Jim Meyering  <meyering@lucent.com>
28430
28431         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
28432         unmatched right bracket, rather than kludging it with an extra,
28433         falsely-matching quote in a comment.  Patch by Akim Demaille.
28434
28435 2001-06-11  Jim Meyering  <meyering@lucent.com>
28436
28437         * lib/regex.c: Update from GNU libc.
28438
28439 2001-05-27  Jim Meyering  <meyering@lucent.com>
28440
28441         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
28442         Check for ut_type in struct utmp.
28443
28444 2001-05-27  Jim Meyering  <meyering@lucent.com>
28445
28446         * lib/readutmp.h (UT_TYPE): Define.
28447
28448 2001-05-24  Jim Meyering  <meyering@lucent.com>
28449
28450         * lib/argmatch.c: Include "quote.h".
28451         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
28452         quote function.  Reported by Göran Uddeborg.
28453
28454 2001-05-22  Jim Meyering  <meyering@lucent.com>
28455
28456         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
28457         now that we use the package-supplied version unconditionally.
28458         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
28459
28460 2001-05-21  Jim Meyering  <meyering@lucent.com>
28461
28462         * m4/regex.m4: Change a couple backticks to single quotes to avoid
28463         shell syntax errors.
28464
28465 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
28466
28467         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
28468
28469 2001-05-20  Paul Eggert  <eggert@twinsun.com>
28470
28471         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
28472         Don't bother to check library strftime, since
28473         we'll be using our own my_strftime function anyway.
28474         Define my_strftime instead of strftime.
28475
28476 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
28477
28478         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
28479         which is not yet declared.
28480
28481 2001-05-15  Jim Meyering  <meyering@lucent.com>
28482
28483         * m4/regex.m4: Use proper quoting so brackets appear in the test
28484         program.
28485         Reported by, and with help from, Bruno Haible.
28486
28487 2001-05-13  Jim Meyering  <meyering@lucent.com>
28488
28489         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
28490         undefined.
28491
28492 2001-05-11  Paul Eggert  <eggert@twinsun.com>
28493
28494         dirname code cleanup.  base_name now behaves more compatibly
28495         with POSIX basename when given file names that have trailing
28496         slashes, and similarly for dir_name.  Add new primitives
28497         base_len and dir_len.  Put the directory-name-related decls
28498         into dirname.h.
28499
28500         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
28501         * lib/backupfile.c (base_name): Likewise.
28502         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
28503         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
28504         * lib/makepath.c (strip_trailing_slashes): Likewise.
28505         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
28506         ISSLASH): Likewise.
28507         * lib/rename.c (strip_trailing_slashes): Likewise.
28508         * lib/same.c (base_name): Likewise.
28509         * lib/stripslash.c (ISSLASH): Likewise.
28510
28511         * lib/addext.c: Include <dirname.h> after size_t is defined.
28512         * lib/backupfile.c: Likewise.
28513
28514         * lib/addext.c (addext): Use base_len to trim redundant
28515         trailing slashes instead of doing it ourselves.
28516         But do not trim the last slash if it is not redundant.
28517
28518         * lib/backupfile.c (find_backup_file_name,
28519         max_backup_version): Use base_len instead of rolling it ourselves.
28520         Handle the case of "" and (on DOS) "C:" correctly.
28521
28522         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
28523         needed. Include <string.h>, <dirname.h>.
28524         (base_name): Allow file names ending in slashes, other than names
28525         that are all slashes.  In this case, return the basename followed
28526         by the slashes.  This is more general, and can be used in places
28527         where the original base_name purposely had an assertion failure.
28528         (base_len): New function.
28529
28530         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
28531         Do not include <assert.h>; no longer needed.
28532         Include xalloc.h.
28533         (memrchr): Remove decl.
28534         (dir_name_r): Remove.
28535         (dir_len): Renamed from dirlen.  All callers changed.
28536         Rewrite in terms of base_name, for simplicity and consistency.
28537         (dir_name): Never return NULL.  All callers changed.
28538         Do not include <stdlib.h> in test program; no longer needed.
28539         return 0; is fine for test program.
28540
28541         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
28542         New macros.
28543         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
28544
28545         * lib/path-concat.c (path_concat): Use base_len to compute
28546         base length, not strlen; this means we cannot rely on memcpy
28547         to null-terminate.
28548
28549         * lib/same.c (STREQ): Remove.
28550         (same_name): Handle the case where the basename ends in trailing '/'.
28551
28552         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
28553         a slash was stripped.  Do not strip the last slash after a
28554         file system prefix.
28555
28556 2001-05-11  Paul Eggert  <eggert@twinsun.com>
28557
28558         * lib/Makefile.am (libfetish_a_SOURCES):
28559         Add strftime.c, since we now compile it on all hosts.
28560
28561         * lib/strftime.c (my_strftime):
28562         Define to nstrftime if emacs, but only if my_strftime is not defined.
28563         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
28564         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
28565         Add one more extra argument: a nanoseconds value.
28566         All uses changed.
28567         (ns): New macro.
28568         (my_strftime function): Add %N format.
28569         (emacs_strftimeu): Renamed from emacs_strftime,
28570         with extra ut argument.
28571
28572 2001-05-09  Paul Eggert  <eggert@twinsun.com>
28573
28574         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
28575
28576 2001-04-21  Jim Meyering  <meyering@lucent.com>
28577
28578         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
28579         doesn't interfere.
28580
28581 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
28582
28583         * m4/ftruncate.m4: Check for chsize.
28584         Link with ftruncate.o unconditionally if ftruncate is missing.
28585         This was required when cross-compiling to i586-mingw32msvc.
28586
28587 2001-04-08  Jim Meyering  <meyering@lucent.com>
28588
28589         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
28590         recomputed; that's necessary when the offset spans a DST transition.
28591         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
28592
28593 2001-04-02  Jim Meyering  <meyering@lucent.com>
28594
28595         * lib/regex.h, regex.c: Update from GNU libc.
28596
28597 2001-03-24  Jim Meyering  <meyering@lucent.com>
28598
28599         * m4/jm-macros.m4: Require autoconf-2.49d.
28600
28601 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
28602
28603         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
28604
28605 2001-03-19  Paul Eggert  <eggert@twinsun.com>
28606
28607         * lib/version-etc.c (version_etc_copyright): Update to 2001.
28608
28609 2001-03-17  Jim Meyering  <meyering@lucent.com>
28610
28611         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
28612         now that the version in autoconf is equivalent.
28613         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
28614
28615         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
28616         Suggestion from Akim Demaille.
28617
28618         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
28619         (jm_PREREQ_TEMPNAME): New function.
28620
28621 2001-03-16  Paul Eggert  <eggert@twinsun.com>
28622
28623         * lib/tempname.c (uint64_t): Define to uintmax_t if
28624         not defined, and if UINT64_MAX is not defined.
28625         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
28626         Reported by John David Anglin.
28627
28628 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
28629
28630         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
28631         resolve alias if codeset is empty.
28632         * lib/config.charset (BeOS): Use wildcard syntax.
28633
28634 2001-03-13  Jim Meyering  <meyering@lucent.com>
28635
28636         * lib/path-concat.c (path_concat)
28637         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
28638         concatenating e.g., `C:' and `foo'.
28639         From Bruno Haible.
28640
28641 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
28642
28643         * lib/localcharset.c (locale_charset): Don't use
28644         setlocale(LC_CTYPE,NULL). Don't return NULL.
28645         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
28646
28647 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
28648
28649         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
28650         support for DOS/DJGPP.
28651
28652 2001-03-01  Paul Eggert  <eggert@twinsun.com>
28653
28654         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
28655         lacks mkstemp.  Compile our own tempname.c if we compile our own
28656         mkstemp.c, as mkstemp relies on tempname.
28657
28658 2001-03-01  Jim Meyering  <meyering@lucent.com>
28659
28660         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
28661         AH_VERBATIM really does output its argument verbatim.
28662
28663 2001-02-28  Paul Eggert  <eggert@twinsun.com>
28664
28665         * lib/Makefile.am (libfetish_a_SOURCES):
28666         Add dup-safer.c, fopen-safer.c.
28667         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
28668
28669         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
28670         * lib/unistd-safer.h: New files.
28671
28672 2001-02-25  Paul Eggert  <eggert@twinsun.com>
28673
28674         The mkstemp replacement is taken from glibc 2.2.2, with some
28675         portability fixes for use outside glibc, as follows:
28676
28677         * lib/tempname.c (struct_stat64): New macro.
28678         (direxists, __gen_tempname): Use it.
28679         This avoids a portability problem with Solaris 8.
28680
28681         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
28682         (<stddef.h>, <stdint.h>, <string.h>):
28683         Include only if STDC_HEADERS || _LIBC.
28684         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
28685         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
28686         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
28687         (__set_errno): Define this macro if <errno.h> doesn't.
28688         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
28689         Define these macros if <stdio.h> doesn't.
28690         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
28691         Define these macros if <sys/stat.h>
28692         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
28693         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
28694         __xstat64): Define if not _LIBC.
28695         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
28696         (__gen_tempname): Invoke gettimeofday only if
28697         HAVE_GETTIMEOFDAY || _LIBC;
28698         otherwise, fall back on plain "time".
28699         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
28700
28701         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
28702
28703         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
28704
28705 2001-02-18  Paul Eggert  <eggert@twinsun.com>
28706
28707         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
28708
28709 2001-02-17  Paul Eggert  <eggert@twinsun.com>
28710
28711         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
28712         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
28713         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
28714         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28715
28716 2001-02-17  Paul Eggert  <eggert@twinsun.com>
28717
28718         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
28719         Remove workaround macros for hosts that have mbrtowc but not
28720         mbstate_t, as we now insist on proper declarations for both
28721         before using mbrtowc.
28722
28723 2001-02-17  Jim Meyering  <meyering@lucent.com>
28724
28725         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
28726         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
28727         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
28728         UnixWare 7.1.1.
28729
28730         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
28731         rather than AC_CACHE_VAL.
28732
28733 2001-02-17  Jim Meyering  <meyering@lucent.com>
28734
28735         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
28736         around included file name.
28737
28738         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
28739
28740         * lib/strftime.c: Update from GNU libc (the only changes were to
28741         comments).
28742
28743 2001-02-17  Jim Meyering  <meyering@lucent.com>
28744
28745         * lib/regex.c: Update from libc.
28746
28747 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
28748
28749         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
28750         clash.
28751
28752 2001-02-16  Paul Eggert  <eggert@twinsun.com>
28753
28754         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
28755         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
28756         Reported by Mark Hounschell via Paul Eggert.
28757
28758 2001-02-07  Jim Meyering  <meyering@lucent.com>
28759
28760         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
28761
28762 2001-02-05  Jim Meyering  <meyering@lucent.com>
28763
28764         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
28765         it includes the patch required for `large file' support with at least
28766         HP-UX's 10.20 /bin/cc.
28767
28768 2001-02-03  Jim Meyering  <meyering@lucent.com>
28769
28770         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
28771         AS_IF, now that it works once again (mysteriously).
28772         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
28773
28774 2001-01-30  Jim Meyering  <meyering@lucent.com>
28775
28776         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
28777         * m4/chown.m4: Rename conftestchown to conftest.chown.
28778         * m4/rename.m4: s/conftestdir/conftest.d1/ and
28779         s/conftestdir2/conftest.d2/.
28780         * m4/utimes.m4: s/conftestdata/conftest.data/
28781         Inspired by Pavel Roskin's change in autoconf.
28782
28783 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
28784
28785         * lib/config.charset: Update for FreeBSD 4.2.
28786
28787 2001-01-27  Jim Meyering  <meyering@lucent.com>
28788
28789         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
28790         a use of AS_IF.
28791         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
28792
28793 2001-01-26  Jim Meyering  <meyering@lucent.com>
28794
28795         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
28796         quotearg.c includes it.
28797
28798 2001-01-26  Jim Meyering  <meyering@lucent.com>
28799
28800         * lib/quotearg.c: Include stddef.h.
28801         * lib/quote.c: Include stddef.h.
28802         Reported by Axel Kittenberger.
28803
28804         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
28805         line in double quotes so that it evokes a better diagnostic.
28806         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
28807         Reported by Axel Kittenberger.
28808
28809 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
28810
28811         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
28812         as if it was a `charset'.
28813
28814 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
28815
28816         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
28817         has const.
28818
28819 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
28820
28821         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
28822         to avoid a warning.  Add back 'const' to inptr.
28823
28824 2001-01-20  Jim Meyering  <meyering@lucent.com>
28825
28826         Be sure that headers are checked before used in code compiled
28827         for the type checks.
28828         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
28829         In place of that, invoke jm_CHECK_ALL_TYPES.
28830         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
28831         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
28832         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
28833         The check for ssize_t was mistakenly run before the test for unistd.h.
28834
28835         The configure-time check for stdbool.h was missing.
28836         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
28837         (jm_PREREQ_HASH): New function.
28838
28839 2001-01-17  Jim Meyering  <meyering@lucent.com>
28840
28841         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
28842         for autoconf-2.49c.
28843         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
28844
28845 2001-01-16  Jim Meyering  <meyering@lucent.com>
28846
28847         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
28848         From Bruno Haible.
28849
28850 2001-01-14  Jim Meyering  <meyering@lucent.com>
28851
28852         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
28853         foo and bar.  Create conftestdir/ in the script, not in the C code.
28854         Remove directories in the script, not in the C code.
28855         Remove conftestdir{,2} before trying to create the directory.
28856         Make the entire configure script fail if the mkdir fails.
28857
28858 2001-01-14  Jim Meyering  <meyering@lucent.com>
28859
28860         * lib/rename.c: New file.  From Volker Borchert.
28861         Include stdlib.h, string.h or strings.h, and xalloc.h.
28862         Use strip_trailing_slashes rather than open-coding it.
28863
28864 2001-01-03  Paul Eggert  <eggert@twinsun.com>
28865
28866         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
28867
28868 2001-01-03  Jim Meyering  <meyering@lucent.com>
28869
28870         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
28871         of local `inptr' to avoid warning with some system declarations of
28872         iconv.
28873
28874 2001-01-02  Volker Borchert  <bt@teknon.de>
28875
28876         * m4/rename.m4: New file.
28877         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
28878
28879 2001-01-01  Jim Meyering  <meyering@lucent.com>
28880
28881         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
28882         even on systems with utmpx.h.  It's necessary for the declaration of
28883         utmp's ut_user member.  Reported by Andreas Jaeger.
28884
28885         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
28886         available. They are required for the declarations of getgrgid and
28887         getpwuid resp.
28888         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
28889         Reported by Andreas Jaeger.
28890
28891 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
28892
28893         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
28894         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
28895         so `make install' also works in VPATH builds.
28896
28897 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
28898
28899         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
28900         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
28901         can be used in subdirectories.
28902
28903 2000-12-29  Paul Eggert  <eggert@twinsun.com>
28904
28905         * lib/modechange.c: Do not assume that mode_t uses the
28906         traditional octal encoding.  E.g. "chmod 1 FOO" should set
28907         the other-execute bit of FOO even if S_IXOTH != 1.
28908
28909         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
28910         WOTH, XOTH, ALLM): New macros.
28911         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
28912          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
28913         Use them.
28914         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
28915         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
28916         (mode_compile):
28917         No need to use uintmax_t; unsigned long is long enough.
28918         Don't bother to get suffix since we don't use it.
28919
28920 2000-12-26  Jim Meyering  <meyering@lucent.com>
28921
28922         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
28923         better with autoheader.
28924
28925 2000-12-24  Jim Meyering  <meyering@lucent.com>
28926
28927         * lib/hash.c (is_prime): Return explicit boolean values.
28928         (hash_get_first): Return NULL to appease Irix5.6's 89.
28929         Reported by Nelson Beebe.
28930
28931 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
28932
28933         * lib/localcharset.c (locale_charset): Add support for Win32.
28934
28935 2000-12-18  Paul Eggert  <eggert@twinsun.com>
28936
28937         * lib/physmem.h, lib/physmem.c: New files.
28938
28939         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
28940         (noinst_HEADERS): Add physmem.h.
28941
28942         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
28943         't' for compatibility with Solaris 8 sort.
28944
28945 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
28946
28947         * lib/config.charset: Add support for BeOS.
28948
28949 2000-12-17  Jim Meyering  <meyering@lucent.com>
28950
28951         * m4/dos.m4 (jm_AC_DOS): New file and macro.
28952         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
28953
28954 2000-12-16  Jim Meyering  <meyering@lucent.com>
28955
28956         This bug had a serious impact on chown: `chown N:M FILE' (for integer
28957         N and M) would have treated it like `chown N:N FILE'.
28958
28959         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
28960
28961 2000-12-16  Jim Meyering  <meyering@lucent.com>
28962
28963         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
28964         SHELLS_FILE to a file name that's useful on djgpp systems.
28965         Include stdlib.h.
28966         (ADDITIONAL_DEFAULT_SHELLS): Define.
28967         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
28968         Based mostly on a patch from Prashant TR.
28969
28970 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
28971
28972         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
28973         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
28974         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
28975
28976 2000-12-08  Andreas Schwab  <schwab@suse.de>
28977
28978         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
28979         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
28980
28981 2000-12-07  Jim Meyering  <meyering@lucent.com>
28982
28983         * lib/stripslash.c (ISSLASH): Define.
28984         (strip_trailing_slashes): Use ISSLASH rather than comparing against
28985         `/'.
28986         From Prashant TR.
28987
28988         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
28989         (dir_name_r): Declare this function as static.
28990         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
28991         manifest itself on a name containing a mix of slashes and
28992         backslashes.
28993         Make this function work with names starting with a DOS-style
28994         drive letter and colon prefix.
28995         (dir_name): Append `.' if necessary.
28996         Based mostly on patches from Prashant TR and Eli Zaretskii.
28997
28998         * lib/dirname.h (dir_name_r): Remove prototype.
28999
29000 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29001
29002         * m4/off_t-format.m4: Remove this file.
29003         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29004
29005 2000-12-06  Jim Meyering  <meyering@lucent.com>
29006
29007         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29008         replacement strtoull, we may well need the replacement strtoul, too.
29009         Check for declarations of strtoul and strtoull.
29010         Check for strtol.  Mainly as a cue to cause automake to include
29011         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29012         Check for limits.h -- strtol.c needs it.
29013
29014 2000-12-05  Jim Meyering  <meyering@lucent.com>
29015
29016         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29017
29018 2000-12-04  Jim Meyering  <meyering@lucent.com>
29019
29020         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29021         Also include memory.h, stdlib.h, unistd.h if appropriate.
29022         Reported by Andreas Jaeger (conflicting declaration of malloc).
29023
29024 2000-12-02  Jim Meyering  <meyering@lucent.com>
29025
29026         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29027         * m4/jm-macros.m4 (jm_MACROS): require it.
29028
29029 2000-12-02  Jim Meyering  <meyering@lucent.com>
29030
29031         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29032
29033 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29034
29035         * lib/memrchr.c: Include <config.h> before any system include file.
29036
29037 2000-11-30  Jim Meyering  <meyering@lucent.com>
29038
29039         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29040
29041 2000-11-30  Jim Meyering  <meyering@lucent.com>
29042
29043         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29044
29045 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29046
29047         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29048
29049 2000-11-26  Jim Meyering  <meyering@lucent.com>
29050
29051         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29052
29053 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29054
29055         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29056         size of (size_t) -1; it's not portable.
29057
29058 2000-11-17  Jim Meyering  <meyering@lucent.com>
29059
29060         * lib/strstr.c: Update from GNU libc.
29061
29062 2000-11-17  Akim Demaille  <akim@epita.fr>
29063
29064         * lib/obstack.h: Formatting changes.
29065         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29066         prevent type checking.
29067         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29068         cast the value to (void *): assigning a `foo *' to a `void *'
29069         variable is valid.
29070         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29071
29072 2000-11-16  Jim Meyering  <meyering@lucent.com>
29073
29074         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29075
29076 2000-11-11  Jim Meyering  <meyering@lucent.com>
29077
29078         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29079
29080 2000-11-10  Jim Meyering  <meyering@lucent.com>
29081
29082         * lib/obstack.h: Update from GNU libc.
29083         * lib/obstack.c: Likewise.
29084
29085 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29086
29087         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29088
29089 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29090
29091         * lib/getusershell.c (setusershell): Use rewind rather than
29092         fseek/fseeko, to avoid configuration hassles with fseeko.
29093         Don't bother opening SHELLS_FILE if shellstream is NULL;
29094         it's not necessary.
29095
29096 2000-11-05  Jim Meyering  <meyering@lucent.com>
29097
29098         * lib/makepath.h (make_dir): Declare.
29099         * lib/makepath.c (make_dir): Remove `static' attribute.
29100         Tweak a comment.
29101
29102 2000-11-04  Jim Meyering  <meyering@lucent.com>
29103
29104         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29105
29106 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29107
29108         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29109         last one in a bucket, advance to the next bucket.
29110
29111 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29112
29113         * lib/fnmatch.c: Do not comment out all the code if we are using
29114         the GNU C library, because in some cases we are replacing buggy
29115         code in the GNU C library itself.
29116
29117 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
29118
29119         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
29120         (regex_compile): Catch bogus \(\1\).
29121
29122 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29123
29124         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
29125         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
29126         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
29127
29128 2000-10-30  Paul Eggert  <eggert@twinsun.com>
29129
29130         * lib/error.h, getline.h, modechange.h:
29131         Remove "2000" from Copyright line, as the file hasn't been
29132         changed this year other than in the copyright notice.
29133
29134         * lib/xalloc.h: Add "2000" to Copyright line, as this file
29135         was changed this year.
29136
29137 2000-10-29  Jim Meyering  <meyering@lucent.com>
29138
29139         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
29140         renaming.
29141         * m4/ls-mntd-fs.m4: Likewise
29142
29143 2000-10-29  Jim Meyering  <meyering@lucent.com>
29144
29145         * lib/xstat.in: Fix grammar in comment.
29146
29147 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
29148
29149         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
29150         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
29151         doesn't define __restrict_arr.
29152
29153 2000-10-28  Jim Meyering  <meyering@lucent.com>
29154
29155         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
29156         (jm_PREREQ_MEMCHR): New function.
29157
29158 2000-10-28  Jim Meyering  <meyering@lucent.com>
29159
29160         * lib/memchr.c: Update from libc.
29161         Adjust for portability:
29162         [HAVE_STDLIB_H]: Include stdlib.h.
29163         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
29164         Undef __memchr, too.
29165         [!weak_alias]: Define __memchr to memchr.
29166
29167         * lib/regex.c: Update from libc.
29168         * lib/regex.h: Likewise.
29169         * lib/getopt1.c: Likewise.
29170         * lib/memcmp.c: Likewise.
29171
29172         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
29173         Avoid using fseek, when possible -- it's broken by design.
29174         Patch by Ulrich Drepper.
29175
29176 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
29177
29178         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
29179         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
29180         Giving in to popular pressure to shut up the compiler with casts.
29181
29182 2000-10-26  Jim Meyering  <meyering@lucent.com>
29183
29184         * lib/strftime.c: Update from libc.
29185
29186 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
29187
29188         * regex.c: More `unsigned char' -> `re_char' changes.
29189         Also change several `int' into `re_wchar_t'.
29190         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
29191         (PUSH_FAILURE_POINTER): Don't cast any more.
29192         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
29193         We want GCC to complain, since this piece of code makes
29194         re_match non-reentrant, which *should* be fixed.
29195         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
29196         (EXTEND_BUFFER): Use RETALLOC.
29197         (SET_LIST_BIT): Don't cast.
29198         (re_wchar_t): New type.
29199         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
29200         that those two functions will always properly return.
29201         (IMMEDIATE_QUIT_CHECK): Cast to void.
29202         (analyse_first): Use recursion rather than an explicit stack.
29203         (re_compile_fastmap): Can't fail anymore.
29204         (re_search_2): Don't check re_compile_fastmap for failure.
29205         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
29206         Now also sets the new value (passed in a new argument).
29207         (re_match_2_internal): Use it.
29208         Also, use a new var `reg' of type size_t when looping through regs
29209         rather than reuse the inappropriate `mcnt'.
29210
29211 2000-10-25  Jim Meyering  <meyering@lucent.com>
29212
29213         * lib/obstack.c: Update from libc.
29214
29215 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
29216
29217         * regex.c (regex_compile): Change the way of handling a range from
29218         a char less than 256 to a char not less than 256.
29219
29220 2000-10-24  Andrew Innes  <andrewi@gnu.org>
29221
29222         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
29223         NT-Emacs only.
29224         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
29225         so that re_search functions only quit when callers expect them to.
29226
29227 2000-10-23  Jim Meyering  <meyering@lucent.com>
29228
29229         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
29230         wrong.  That set_locale call must not have any side effects.
29231         From Paul Eggert.
29232
29233 2000-10-22  Jim Meyering  <meyering@lucent.com>
29234
29235         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
29236         [CYCLIC]: Remove now-unused definition.
29237
29238         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
29239         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
29240         Suggestion from Ulrich Drepper.
29241
29242 2000-10-21  Jim Meyering  <meyering@lucent.com>
29243
29244         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
29245         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
29246         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
29247
29248 2000-10-21  Jim Meyering  <meyering@lucent.com>
29249
29250         * lib/dirname.c (memrchr): Declare if necessary.
29251         (dir_name): Remove the restriction that there be no
29252         trailing slashes.  Now, this code skips past them, effectively
29253         ignoring them.
29254         [TEST_DIRNAME] (main): New unit tests.
29255
29256         * lib/memrchr.c: New file from GNU libc.
29257         Undef __memrchr, too.
29258         [!weak_alias]: Define __memrchr to memrchr.
29259         Guard weak_alias use with `#ifdef weak_alias'.
29260
29261 2000-10-21  Jim Meyering  <meyering@lucent.com>
29262
29263         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29264         (dir_name): Use dir_name_r.
29265         * lib/dirname.h (dir_name_r): Declare it.
29266
29267 2000-10-17  Jim Meyering  <meyering@lucent.com>
29268
29269         * lib/quote.h (PARAMS): Define and use.
29270         Reported by Akim Demaille.
29271
29272         * lib/getopt.c: Update from libc.
29273
29274 2000-10-16  Jim Meyering  <meyering@lucent.com>
29275
29276         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29277         setlocale.
29278         From Jan Fedak.
29279
29280 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29281
29282         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29283
29284 2000-09-25  Jim Meyering  <meyering@lucent.com>
29285
29286         * lib/md5.h (rol): Define (from GnuPG).
29287
29288         * lib/sha.c: Give credit (GnuPG) where due.
29289         (M): Use rol rather than open-coding it.
29290         Add a FIXME comment.
29291
29292 2000-09-21  Jim Meyering  <meyering@lucent.com>
29293
29294         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29295         Reported by Michael Stone.
29296
29297 2000-09-20  Jim Meyering  <meyering@lucent.com>
29298
29299         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29300         (noinst_HEADERS): Add sha.h.
29301         Based on code from Scott G. Miller and from GnuPG.
29302
29303 2000-09-18  Jim Meyering  <meyering@lucent.com>
29304
29305         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29306         LIBS. Otherwise, everyone ends up linking with -lelf for some
29307         configurations.
29308         Reported by Mike Stone.
29309
29310 2000-09-15  Jim Meyering  <meyering@lucent.com>
29311
29312         * lib/regex.c: Update from libc.
29313
29314 2000-09-10  Jim Meyering  <meyering@lucent.com>
29315
29316         * lib/getopt.c (_getopt_internal): Update from glibc.
29317
29318 2000-09-09  Jim Meyering  <meyering@lucent.com>
29319
29320         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
29321         think it should be used as a general replacement for isascii.
29322         * lib/fnmatch.c: Likewise.
29323         * lib/mbswidth.c: Likewise
29324         * lib/regex.c: Likewise.
29325
29326         Don't use atoi.
29327         * lib/userspec.c: Include sys/param.h and limits.h.
29328         Include xstrtol.h.
29329         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29330         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
29331         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
29332         UID, GID.  Check range.
29333
29334 2000-09-06  Jim Meyering  <meyering@lucent.com>
29335
29336         * lib/getopt.c (_getopt_internal): Update from glibc.
29337
29338 2000-08-30  Jim Meyering  <meyering@lucent.com>
29339
29340         * lib/strftime.c: Merge in changes from GNU libc.
29341
29342 2000-08-26  Jim Meyering  <meyering@lucent.com>
29343
29344         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29345         * m4/fpending.m4: New file.
29346
29347 2000-08-26  Jim Meyering  <meyering@lucent.com>
29348
29349         * lib/closeout.c: Include "__fpending.h".
29350         (close_stdout_status): Return right away if there's nothing to flush.
29351
29352         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29353         * lib/__fpending.c: New file.
29354         * lib/__fpending.h: New file.
29355
29356 2000-08-20  Jim Meyering  <meyering@lucent.com>
29357
29358         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
29359         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
29360         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
29361
29362 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
29363
29364         Improve fileutils installation on systems where running
29365         programs (like install) can't be unlinked.
29366         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
29367         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
29368
29369 2000-08-07  Paul Eggert  <eggert@twinsun.com>
29370
29371         Standardize on "memory exhausted" instead of "Memory exhausted"
29372         or "virtual memory exhausted".
29373         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
29374         "virtual memory exhausted".
29375         * lib/same.c (same_name): Invoke xalloc_die instead of printing
29376         our own message.
29377         * lib/userspec.c (parse_user_spec): Likewise.
29378         * lib/bumpalloc.h: comment fix
29379         * lib/same.c, userspec.c: Include xalloc.h.
29380
29381         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
29382         not char *const and pointing to a constant array.
29383         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
29384         (xrealloc): Comment fix.
29385
29386         * lib/userspec.c (parse_user_spec):
29387         Don't translate a message until just before returning,
29388         to avoid unnecessary translation.
29389
29390 2000-08-07  Jim Meyering  <meyering@lucent.com>
29391
29392         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
29393         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
29394         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
29395         getgroups.c, gethostname.c, getopt.h, group-member.c,
29396         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
29397         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
29398         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
29399         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
29400         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
29401         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
29402         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
29403         yesno.c: Back out Copyright date changes for each file with no change
29404         this year.  This eases coordination with other programs using the same
29405         source code modules.  From Paul Eggert.
29406
29407 2000-08-06  Paul Eggert  <eggert@twinsun.com>
29408
29409         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
29410         not char, for compatibility with glibc 2.1.3 strftime.c.
29411
29412 2000-08-03  Greg McGary  <greg@mcgary.org>
29413
29414         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
29415         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
29416         (EXTEND_BUFFER): Use them.
29417
29418 2000-08-01  Jim Meyering  <meyering@lucent.com>
29419
29420         * lib/dirname.c (ISSLASH): Define.
29421         (BACKSLASH_IS_PATH_SEPARATOR): Define.
29422         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
29423         both `\' and `/' may be use as path separators.
29424         Based on a patch from Prashant TR.
29425
29426 2000-07-31  Paul Eggert  <eggert@twinsun.com>
29427
29428         * lib/quotearg.c (quotearg_n_options): Don't make the initial
29429         slot vector a constant, since it might get modified.
29430
29431 2000-07-31  Jim Meyering  <meyering@lucent.com>
29432
29433         * lib/xmalloc.c: Use `virtual memory exhausted', not
29434         `Memory exhausted'.
29435         * lib/obstack.c (print_and_abort): Likewise.
29436
29437 2000-07-30  Paul Eggert  <eggert@twinsun.com>
29438
29439         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
29440         buffer, so that the caller can always quote one small
29441         component of a "memory exhausted" message in slot 0.
29442         From a suggestion by Jim Meyering.
29443
29444 2000-07-30  Jim Meyering  <meyering@lucent.com>
29445
29446         * lib/makepath.c (make_path): Quote the other instance, too.
29447
29448         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
29449         (STATIC_BUF_SIZE): Define.
29450         (quotearg_n_options): Use only statically allocated storage when
29451         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
29452         than STATIC_BUF_SIZE.
29453
29454 2000-07-29  Jim Meyering  <meyering@lucent.com>
29455
29456         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
29457         * lib/dirname.c (dir_name): Likewise.
29458
29459         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
29460         `/'.
29461
29462         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
29463         (dir_name): Assert that there are no trailing slashes.
29464
29465 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
29466
29467         * lib/mbswidth.h (mbswidth): Add a flags argument.
29468         (mbswidth): New declaration.
29469         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
29470         * lib/mbswidth.c (mbswidth): Add a flags argument.
29471         (mbsnwidth): New function.
29472
29473 2000-07-24  Jim Meyering  <meyering@lucent.com>
29474
29475         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
29476
29477 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29478
29479         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
29480
29481 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29482
29483         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
29484         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
29485         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
29486         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
29487         invoke multibyte primitives.
29488
29489 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29490
29491         * lib/quotearg.c:
29492         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
29493         so that mbstate_t is always defined.
29494
29495         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
29496         be 1 in at least one GCC installation, and this configuration
29497         error is likely to be common.  Ignoring MB_LEN_MAX hurts
29498         performance on hosts that have mbrtowc but have only unibyte
29499         locales, but I assume these hosts are rare.
29500
29501 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29502
29503         * lib/mbswidth.c (_XOPEN_SOURCE):
29504         Don't define; this causes problems on Solaris 7.
29505         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
29506
29507 2000-07-23  Jim Meyering  <meyering@lucent.com>
29508
29509         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
29510         too: getgrgid, getpwuid, getuid.
29511
29512 2000-07-23  Jim Meyering  <meyering@lucent.com>
29513
29514         * lib/basename.c (base_name): Add an assertion.
29515
29516 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
29517
29518         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
29519         shadow its mbsinit function.
29520
29521 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
29522
29523         * lib/mbswidth.h: New file.
29524         * lib/mbswidth.c: New file.
29525         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
29526         (noinst_HEADERS): Add mbswidth.h.
29527
29528 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
29529
29530         * lib/config.charset: Add support for FreeBSD. Improve support for
29531         HP-UX and IRIX 6.
29532
29533 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
29534
29535         * m4/mbswidth.m4: New file.
29536         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
29537
29538 2000-07-15  Jim Meyering  <meyering@lucent.com>
29539
29540         * lib/makepath.c: Include quote.h.
29541         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
29542         corresponding argument in a `quote (...)' call.
29543         Give better diagnostics.
29544
29545         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
29546         (noinst_HEADERS): Add quote.h.
29547
29548         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
29549         from tar's src/misc.c.
29550         * lib/quote.h: New file.  Prototypes for same.
29551
29552 2000-07-14  Paul Eggert  <eggert@twinsun.com>
29553
29554         From a suggestion by Bruno Haible.
29555         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
29556         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
29557         to decide whether to define the BeOS workaround macro;
29558         this adjusts to the change to AC_MBSTATE_T.
29559
29560 2000-07-14  Jim Meyering  <meyering@lucent.com>
29561
29562         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
29563         jm_AC_TYPE_UINTMAX_T.
29564
29565 2000-07-13  Paul Eggert  <eggert@twinsun.com>
29566
29567         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
29568
29569         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
29570         quotearg_buffer_restyled): Add support for
29571         clocale_quoting_style.  Undo previous change to
29572         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
29573         and "{RIGHT QUOTATION MARK}" msgids.
29574
29575 2000-07-10  Paul Eggert  <eggert@twinsun.com>
29576
29577         From a suggestion by Bruno Haible.
29578         * m4/mbstate_t.m4 (AC_MBSTATE_T):
29579         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
29580         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
29581         and mbstate_t, to a single-part test that simply defines mbstate_t.
29582         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
29583         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
29584
29585 2000-07-10  Jim Meyering  <meyering@lucent.com>
29586
29587         * m4/strerror_r.m4: Mirror the correction made in autoconf.
29588
29589         * m4/gnu-source.m4: Output to confdefs.h directly.
29590         Suggestion from Akim Demaille.
29591
29592 2000-07-09  Paul Eggert  <eggert@twinsun.com>
29593
29594         The old behavior of quoting `like this' doesn't look good with
29595         newer, ISO-style fonts.  See:
29596         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
29597
29598         Instead, quote "like this" by default.  Let the translator
29599         tailor the locale-specific quoting behavior by providing
29600         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
29601
29602         * lib/quotearg.c (N_): New macro.
29603         (gettext_default): New function.
29604         (quotearg_buffer_restyled): Use
29605         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
29606         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
29607
29608 2000-07-09  Jim Meyering  <meyering@lucent.com>
29609
29610         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
29611         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
29612
29613         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
29614         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
29615
29616 2000-07-09  Jim Meyering  <meyering@lucent.com>
29617
29618         * lib/Most files: Update copyright dates to include 2000.
29619
29620 2000-07-08  Jim Meyering  <meyering@lucent.com>
29621
29622         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
29623         if not defined.
29624         (xgethostname): Remove now-unnecessary #ifdef.
29625         Move declaration of `err' into loop where it's used.
29626
29627 2000-07-05  Paul Eggert  <eggert@twinsun.com>
29628         and Bruno Haible  <haible@clisp.cons.org>
29629
29630         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
29631         only if the test for an object-type mbstate_t fails.  This
29632         prevents us from mistakenly reporting that mbstate_t is a
29633         system object type after we "#define mbstate_t int" to work
29634         around its lack.
29635
29636 2000-07-05  Paul Eggert  <eggert@twinsun.com>
29637         and Bruno Haible  <haible@clisp.cons.org>
29638
29639         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
29640
29641 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29642
29643         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
29644         to strerror_r.
29645         Include <ctype.h> for use of isalpha.
29646
29647 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29648
29649         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
29650         by allocating a larger buffer. Test the gethostname return value for
29651         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
29652         returns an error and ENAMETOOLONG isn't defined.
29653
29654 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29655
29656         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
29657         dimension.
29658
29659 2000-07-04  Jim Meyering  <meyering@lucent.com>
29660
29661         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
29662         of the deprecated AC_CHECKING.
29663
29664 2000-07-04  Jim Meyering  <meyering@lucent.com>
29665
29666         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
29667         Reported by Bruno Haible.
29668
29669 2000-07-04  Jim Meyering  <meyering@lucent.com>
29670
29671         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
29672         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
29673         lacks mbrtowc.
29674
29675 2000-07-03  Paul Eggert  <eggert@twinsun.com>
29676
29677         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
29678         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
29679
29680 2000-07-03  Paul Eggert  <eggert@twinsun.com>
29681         and Bruno Haible  <haible@clisp.cons.org>
29682
29683         * lib/quotearg.c (mbrtowc):
29684         Assign to *pwc, and return 1 only if result is nonzero.
29685         (iswprint): Use ISPRINT when substituting our own mbrtowc.
29686
29687 2000-07-03  Jim Meyering  <meyering@lucent.com>
29688
29689         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
29690
29691 2000-07-03  Jim Meyering  <meyering@lucent.com>
29692
29693         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
29694         This is necessary to get a definition of e.g., UTMP_FILE on
29695         HP-UX 10.20.
29696         From Bob Proulx.
29697
29698 2000-07-02  Jim Meyering  <meyering@lucent.com>
29699
29700         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
29701
29702         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
29703         AC_LIBOBJ(function_name).
29704         * m4/chown.m4: Likewise.
29705         * m4/fnmatch.m4: Likewise.
29706         * m4/ftruncate.m4: Likewise.
29707         * m4/getgroups.m4: Likewise.
29708         * m4/getline.m4: Likewise.
29709         * m4/group-member.m4: Likewise.
29710         * m4/jm-macros.m4: Likewise.
29711         * m4/lstat.m4: Likewise.
29712         * m4/malloc.m4: Likewise.
29713         * m4/memcmp.m4: Likewise.
29714         * m4/nanosleep.m4: Likewise.
29715         * m4/putenv.m4: Likewise.
29716         * m4/realloc.m4: Likewise.
29717         * m4/regex.m4: Likewise.
29718         * m4/stat.m4: Likewise.
29719         * m4/strftime.m4: Likewise.
29720
29721 2000-07-02  Jim Meyering  <meyering@lucent.com>
29722
29723         * lib/quotearg.c (mbstate_t): Don't define here.
29724
29725 2000-07-02  Jim Meyering  <meyering@lucent.com>
29726
29727         * lib/nanosleep.c (SIGCONT): Define if not already defined.
29728
29729 2000-07-01  Jim Meyering  <meyering@lucent.com>
29730
29731         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
29732
29733 2000-07-01  Jim Meyering  <meyering@lucent.com>
29734
29735         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
29736         problem.
29737
29738 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
29739
29740         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
29741         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
29742
29743 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
29744
29745         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
29746         per change in ../m4/ls-mntd-fs.m4.
29747         (read_filesystem_list): Ignore symbolic links.
29748
29749 2000-06-29  Jim Meyering  <meyering@lucent.com>
29750
29751         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
29752         for declaration of strcmp.
29753
29754         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
29755
29756         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
29757         Avoid warning by casting result to `char *' to remove `const'.
29758
29759 2000-06-28  Jim Meyering  <meyering@lucent.com>
29760
29761         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
29762         included by quotearg.c, for which we perform this test.  From
29763         Bruno Haible.
29764
29765 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
29766
29767         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
29768         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
29769         <utmpx.h> exists, put readutmp.o into LIBOBJS.
29770
29771 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
29772
29773         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
29774
29775 2000-06-26  Paul Eggert  <eggert@twinsun.com>
29776
29777         savedir now sets errno on failure and invokes xmalloc to get memory.
29778         Fix a couple of other minor bugs while we're at it.
29779
29780         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
29781         (NAMLEN): Remove macro.
29782         (malloc, realloc): Remove decls.
29783         (stpcpy): Likewise.
29784         ("xalloc.h"): Include.
29785         (NAME_SIZE_DEFAULT): New macro.
29786         (savedir): Use xmalloc / xrealloc to allocate memory.
29787         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
29788         Skip "" directory entries.
29789         Use strlen to calculate directory entry length, since the old method
29790         is rarely used these days and isn't worth supporting.
29791         Don't use a pointer after freeing it.
29792         Check for integer overflow when calculating allocation size.
29793         Use memcpy to copy entries, instead of stpcpy.
29794         Set errno properly when returning NULL.
29795         Check for readdir error.
29796
29797 2000-06-26  Jim Meyering  <meyering@lucent.com>
29798
29799         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
29800
29801 2000-06-25  Jim Meyering  <meyering@lucent.com>
29802
29803         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
29804         Linux header bug when _XOPEN_SOURCE is defined to 500.
29805
29806 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
29807
29808         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
29809         deficiency.
29810
29811 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
29812
29813         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
29814         Include xalloc.h.
29815         Don't include <stdlib.h>.  Don't declare malloc, realloc.
29816
29817 2000-06-24  Jim Meyering  <meyering@lucent.com>
29818
29819         * m4/strerror_r.m4: Revive this file -- to try out an experimental
29820         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
29821         for which strerror does return char*, but which lacks a conveniently
29822         accessible declaration of the function.  If the compile-test says
29823         strerror_r doesn't work, then resort to a `run'-test that works on
29824         BeOS and segfaults on DEC Unix.
29825
29826 2000-06-24  Jim Meyering  <meyering@lucent.com>
29827
29828         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
29829
29830 2000-06-23  Paul Eggert  <eggert@twinsun.com>
29831
29832         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
29833         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
29834
29835 2000-06-23  Paul Eggert  <eggert@twinsun.com>
29836
29837         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
29838         (mbrtowc, mbstate_t): Define substitutes if
29839         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
29840         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
29841         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
29842
29843 2000-06-23  Jim Meyering  <meyering@lucent.com>
29844
29845         * m4/afs.m4: Add missing AC_MSG_RESULT.
29846         Reported by Bruno Haible.
29847
29848         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
29849         Suggestion from Bruno Haible.
29850
29851 2000-06-23  Jim Meyering  <meyering@lucent.com>
29852
29853         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
29854
29855 2000-06-21  Jim Meyering  <meyering@lucent.com>
29856
29857         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
29858
29859 2000-06-21  Jim Meyering  <meyering@lucent.com>
29860
29861         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
29862         (noinst_HEADERS): Add getstr.h.
29863
29864         * lib/getline.c (getstr): Move into a separate file.
29865         * lib/getstr.c (getstr): New file, extracted from getline.c, with
29866         the following changes: new parameter, delim2; both delim[12]
29867         parameters have type `int', not `char'.  The latter would lose
29868         with 8-bit delimiters.
29869         * lib/getstr.h: New file.
29870
29871 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29872
29873         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
29874         than 1024, return a memory chunk of least possible size, instead
29875         of size PATH_MAX + 2. In the loop, increment the size proportionally.
29876         Use free/xmalloc instead of xrealloc to avoid copying for very long
29877         paths.
29878
29879 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29880
29881         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
29882         the empty string.
29883
29884 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29885
29886         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
29887         address, not strdup.  Include <stdlib.h> and don't declare free().
29888
29889 2000-06-19  Jim Meyering  <meyering@lucent.com>
29890
29891         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
29892
29893 2000-06-18  Jim Meyering  <meyering@lucent.com>
29894
29895         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
29896
29897         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
29898         `checking whether...' message to be consistent with that of the
29899         lstat test.
29900
29901 2000-06-18  Jim Meyering  <meyering@lucent.com>
29902
29903         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
29904         Besides, these days every porting target provides a mkdir function.
29905
29906         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
29907         needed. (this snippet comes from src/system.h).
29908
29909 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
29910
29911         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
29912
29913 2000-06-15  Paul Eggert  <eggert@twinsun.com>
29914
29915         * lib/human.c (adjust_value): New function.
29916         (human_readable_inexact): Apply rounding style even when
29917         printing approximate values.
29918
29919 2000-06-14  Paul Eggert  <eggert@twinsun.com>
29920
29921         * lib/human.c (human_readable_inexact): Allow an input block
29922         size that is not a multiple of the output block size, and vice versa.
29923         Reported by Piergiorgio Sartor.
29924
29925 2000-06-14  Paul Eggert  <eggert@twinsun.com>
29926
29927         * lib/getdate.y (get_date): Apply relative times after time
29928         zone indicator, not before.  Reported by Todd A. Jacobs.
29929
29930 2000-06-13  Jim Meyering  <meyering@lucent.com>
29931
29932         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
29933
29934         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
29935
29936 2000-06-12  Paul Eggert  <eggert@twinsun.com>
29937
29938         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
29939
29940 2000-06-12  Jim Meyering  <meyering@lucent.com>
29941
29942         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
29943         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
29944         optional argument.
29945         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
29946         the optional argument, `lib'.
29947
29948 2000-06-08  Jim Meyering  <meyering@lucent.com>
29949
29950         * m4/largefile.m4: Remove file (now that it's part of autoconf).
29951
29952 2000-06-04  Paul Eggert  <eggert@twinsun.com>
29953
29954         Rewrite largefile configuration so that we don't need to run
29955         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
29956         AC_CANONICAL_HOST in configure.in -- jmm]
29957
29958         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
29959         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
29960         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
29961         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
29962         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
29963         All uses changed.
29964         Instead of inspecting the output of getconf, try to compile the
29965         test program without and with the macro definition.
29966         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
29967         for getconf.  Instead, check for the needed flags by compiling
29968         test programs.
29969
29970 2000-06-04  Paul Eggert  <eggert@twinsun.com>
29971
29972         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
29973
29974 2000-06-04  Jim Meyering  <meyering@lucent.com>
29975
29976         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
29977         SunOS 4.1.4 for which gid_t is an unsigned type.
29978
29979 2000-06-03  Jim Meyering  <meyering@lucent.com>
29980
29981         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
29982         now that autoconf requires that.
29983
29984         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
29985         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
29986         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
29987
29988 2000-06-03  Jim Meyering  <meyering@lucent.com>
29989
29990         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
29991
29992 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
29993
29994         * m4/glibc21.m4: New file.
29995         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
29996
29997 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
29998
29999         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30000         newer, don't install charset.alias.
30001         * lib/config.charset: Change the Linux/glibc rules so they become empty
30002         on glibc-2.1 or newer.
30003
30004 2000-06-02  Jim Meyering  <meyering@lucent.com>
30005
30006         * lib/mountlist.c: Back out last change.  Instead, do this...
30007         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30008         me_dummy member using the same `ignore'-testing code.
30009         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30010         fs_type strings.
30011         From Mark D. Roth.
30012
30013 2000-05-29  Jim Meyering  <meyering@lucent.com>
30014
30015         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30016         mounts with the `ignore' attribute.  Based on a patch from
30017         Mark D. Roth.
30018
30019 2000-05-28  Jim Meyering  <meyering@lucent.com>
30020
30021         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30022         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30023         * m4/stat.m4: Likewise.
30024         * m4/lstat.m4: Likewise.
30025         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30026
30027         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30028         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30029
30030 2000-05-26  Jim Meyering  <meyering@lucent.com>
30031
30032         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30033
30034 2000-05-24  Jim Meyering  <meyering@lucent.com>
30035
30036         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30037         autoconf requires that.
30038         * m4/lib-check.m4: Likewise.
30039         * m4/jm-macros.m4: Likewise.
30040         * m4/strftime.m4: Likewise.
30041
30042         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30043         AC_CHECK_DECLS, now that autoconf requires that.
30044
30045 2000-05-22  Jim Meyering  <meyering@lucent.com>
30046
30047         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30048         * m4/lstat.m4: Likewise.
30049
30050 2000-05-22  Jim Meyering  <meyering@lucent.com>
30051
30052         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30053
30054 2000-05-20  Jim Meyering  <meyering@lucent.com>
30055
30056         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30057         (jm_PREREQ): Use it.
30058
30059 2000-05-18  Jim Meyering  <meyering@lucent.com>
30060
30061         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30062         back, too, since it may have been modified by allocate_entry.
30063         (hash_delete): Rewrite to use neither the assignment operator
30064         nor the comma operator in an if-expression.
30065
30066 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30067
30068         * lib/closeout.c:
30069         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30070         Remove; no longer needed.
30071         "quotearg.h": Add include.
30072         (file_name): Do not bother to explicitly initialize to NULL; it's less
30073         efficient on some hosts.
30074         (close_stdout_status): Remove test as to whether stdout was already
30075         closed; it breaks for the case "echo x | sort >&-".
30076         Quote file name colons.
30077         Do not assume that _("write error") lacks format strings.
30078
30079 2000-05-15  Jim Meyering  <meyering@lucent.com>
30080
30081         * lib/version-etc.c (version_etc_copyright): Update the copyright
30082         string used in all --version output.
30083
30084 2000-05-14  Jim Meyering  <meyering@lucent.com>
30085
30086         * lib/closeout.c (close_stdout_set_file_name): New function.
30087         (close_stdout_status): Use new file-scoped global.
30088         Return right away if fstat says the stdout file descriptor is invalid.
30089         * lib/closeout.h (close_stdout_set_file_name): Declare.
30090
30091 2000-05-10  Jim Meyering  <meyering@lucent.com>
30092
30093         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30094         (close_stdout_set_status): New function.
30095         * lib/closeout.h (close_stdout_set_status): Declare.
30096
30097 2000-05-09  Jim Meyering  <meyering@lucent.com>
30098
30099         * m4/gettext.m4: Rename this...
30100         * m4/libintl.m4: ...to this.
30101
30102 2000-05-08  Jim Meyering  <meyering@lucent.com>
30103
30104         * lib/long-options.c: Don't include closeout.h.
30105         (parse_long_options): Don't call close_stdout for --version.
30106
30107 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30108
30109         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30110         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30111         2.1.3 bug.  This avoids a clash when files like regex.c define
30112         _GNU_SOURCE.
30113
30114 2000-05-06  Jim Meyering  <meyering@lucent.com>
30115
30116         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
30117         (AC_REPLACE_FUNCS): Add strnlen.
30118
30119         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
30120         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
30121
30122         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
30123         AC_SEARCH_LIBS call for nanosleep.
30124         (LIB_NANOSLEEP): Set and AC_SUBST.
30125
30126 2000-05-06  Jim Meyering  <meyering@lucent.com>
30127
30128         * lib/strnlen.c: Undefine __strnlen and strnlen.
30129         [!weak_alias]: Define __strnlen to strnlen.
30130
30131         * lib/atexit.c: New file, from libiberty.
30132
30133 2000-05-06  Jim Meyering  <meyering@lucent.com>
30134
30135         * lib/closeout.c (close_stdout_status): Also check for errors on the
30136         stderr stream.
30137
30138 2000-05-05  Jim Meyering  <meyering@lucent.com>
30139
30140         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
30141         AC_SEARCH_LIBS call for clock_gettime.
30142         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
30143
30144         * m4/search-libs.m4: Update from autoconf.
30145
30146         su doesn't work on Solaris 2.6.
30147         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
30148         <shadow.h>.  Reported by Dragos Harabor.
30149
30150 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
30151
30152         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
30153         memcpy instead of xmalloc, xrealloc, path_concat.
30154         (locale_charset): Treat empty environment variables as absent.
30155         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
30156
30157 2000-05-04  Jim Meyering  <meyering@lucent.com>
30158
30159         * lib/getopt.c: Update from glibc.
30160         * lib/obstack.c: Likewise.
30161         * lib/obstack.h: Likewise.
30162         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
30163         file
30164
30165         * lib/regex.h: Likewise.
30166         * lib/strndup.c: Likewise.
30167         * lib/strnlen.c: New file, from glibc.
30168
30169 2000-05-03  Jim Meyering  <meyering@lucent.com>
30170
30171         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
30172
30173 2000-05-02  Paul Eggert  <eggert@twinsun.com>
30174
30175         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
30176         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
30177         compile-time test, rather than inspecting host and OS, to
30178         decide whether to define _LARGEFILE_SOURCE.
30179
30180 2000-05-01  Jim Meyering  <meyering@lucent.com>
30181
30182         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
30183
30184         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
30185         Based on a patch from Bruno Haible.
30186
30187 2000-05-01  Jim Meyering  <meyering@lucent.com>
30188
30189         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
30190
30191 2000-04-29  Jim Meyering  <meyering@lucent.com>
30192
30193         * lib/path-concat.c: Declare strdup only if it's not defined.
30194         * lib/canon-host.c: Likewise.
30195
30196 2000-04-28  Jim Meyering  <meyering@lucent.com>
30197
30198         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
30199         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
30200         is included first, then limits.h is included by locale.h by libintl.h.
30201         From John David Anglin.
30202
30203 2000-04-25  Jim Meyering  <meyering@lucent.com>
30204
30205         * lib/makepath.c (S_IRWXUGO): Define.
30206         (make_path): Always perform explicit chmod if MODE specifies any
30207         of the `special' permission bits.  Prompted by a bug report against
30208         install from Mate Wierdl and Joost van Baal.
30209
30210 2000-04-18  Jim Meyering  <meyering@lucent.com>
30211
30212         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
30213         (jm_PREREQ): Use it.
30214
30215 2000-04-18  Jim Meyering  <meyering@lucent.com>
30216
30217         * lib/README: New file.
30218
30219         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
30220         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
30221
30222 2000-04-17  Jim Meyering  <meyering@lucent.com>
30223
30224         Get it right :-)
30225         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
30226         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
30227         Suggestion from Akim Demaille.
30228
30229 2000-04-17  Jim Meyering  <meyering@lucent.com>
30230
30231         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
30232         the definition of it to rpl_strftime also defined-away the system's
30233         declaration.
30234
30235 2000-04-15  Jim Meyering  <meyering@lucent.com>
30236
30237         Use `C' to denote so-called `contiguous' files, the same way
30238         that tar does.
30239         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
30240         (ftypelet): Use S_ISCTG.
30241         From Michael Deutschmann.
30242
30243 2000-04-14  Jim Meyering  <meyering@lucent.com>
30244
30245         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
30246         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
30247         clobbered.
30248
30249 2000-04-14  Jim Meyering  <meyering@lucent.com>
30250
30251         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
30252
30253 2000-04-13  Jim Meyering  <meyering@lucent.com>
30254
30255         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
30256         AH_VERBATIM to insert required #ifndef into config.h.in.
30257         Suggestion from Akim Demaille.
30258
30259 2000-04-12  Jim Meyering  <meyering@lucent.com>
30260
30261         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30262         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30263         Christian Krackowizer.
30264
30265         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30266         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30267         (AC_SYS_LARGEFILE): Require.
30268         (AM_C_PROTOTYPES): Require.
30269
30270 2000-04-08  Jim Meyering  <meyering@lucent.com>
30271
30272         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30273         names don't conflict.  Reported by Eli Zaretskii.
30274
30275 2000-04-07  Jim Meyering  <meyering@lucent.com>
30276
30277         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30278         sys/types.h, to work around system header problems on AIX 3.2.5.
30279         From Bruno Haible.
30280
30281 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30282
30283         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30284         bug.  Deal with the different error behavior of Irix iconv.
30285
30286 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30287
30288         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30289         IRIX if the installer said otherwise.
30290
30291 2000-04-05  Jim Meyering  <meyering@lucent.com>
30292
30293         Portability tweaks required for ultrix4.3.
30294         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30295         (jm_CHECK_DECLS): Add getutent to the list of functions.
30296         (_jm_DECL_HEADERS): Add utmpx.h.
30297         From John David Anglin.
30298
30299         * m4/strftime.m4: Back out the 2000-04-02 change.
30300         Instead of that change, simply undefine putenv in the test program.
30301
30302 2000-04-05  Jim Meyering  <meyering@lucent.com>
30303
30304         Portability tweaks required for ultrix4.3.
30305         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30306         getutent.
30307         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30308         * lib/canon-host.c: Declare strdup.
30309         * lib/path-concat.c: Likewise.
30310         From John David Anglin.
30311
30312 2000-04-04  Jim Meyering  <meyering@lucent.com>
30313
30314         Be more DOS 8.3-friendly.
30315         * lib/ref-add.sin: Renamed from ref-add.sed.in.
30316         * lib/ref-del.sin: Renamed from ref-del.sed.in.
30317         * lib/Makefile.am: Reflect renaming.
30318         Reported by Eli Zaretskii.
30319
30320         Use a temporary file name that won't clash with `charset.alias'
30321         in the DOS 8.3 name space.
30322         * lib/Makefile.am (charset_tmp): Define.
30323         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
30324         (uninstall-local): Likewise.
30325         Reported by Eli Zaretskii.
30326
30327 2000-04-03  Jim Meyering  <meyering@lucent.com>
30328
30329         * m4/gettext.m4: Fix typo in comment.
30330
30331         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
30332         textutils/configure.in).  Suggestion from Paul Eggert.
30333         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
30334
30335 2000-04-02  Paul Eggert  <eggert@twinsun.com>
30336
30337         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
30338         variable in the shell rather than using putenv, which isn't
30339         portable.  This avoids the configure-time inter-test dependency
30340         on the potentially-renamed putenv function.
30341
30342 2000-03-30  Paul Eggert  <eggert@twinsun.com>
30343
30344         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30345         before checking struct stat.st_blksize, so that
30346         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30347
30348 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30349
30350         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30351         since strftime.c uses HAVE_STRFTIME to decide whether to use
30352         the underlying strftime.
30353
30354 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30355
30356         * lib/time/strftime.c (my_strftime): Make sure we call the system
30357         strftime, not ourselves, when invoking the underlying strftime.
30358
30359 2000-03-24  Jim Meyering  <meyering@lucent.com>
30360
30361         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
30362         (charset_alias): Define.
30363         (install-exec-local): Factor out common code.
30364         (uninstall-local): Split lines longer than 80.
30365         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
30366         (SUFFIXES): Define.
30367         (.sed.in.sed): New rule.  Don't redirect directly to $@.
30368         (CLEANFILES): Add ref-add.sed and ref-del.sed.
30369
30370 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
30371
30372         * lib/config.charset: Output a line containing "Packages using this
30373         file".
30374         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
30375         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
30376         ref-del.sed): New rules.
30377
30378 2000-03-17  Jim Meyering  <meyering@lucent.com>
30379
30380         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
30381         Otherwise, include <strings.h>
30382
30383 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
30384
30385         * lib/unicodeio.c (utf8_wctomb): New function.
30386         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
30387         format instead of in UCS-4 with platform dependent endianness.
30388
30389 2000-03-10  Jim Meyering  <meyering@lucent.com>
30390
30391         * m4/lib-check.m4: Look for getspnam in -lgen, too.
30392         From Marco Franzen.
30393
30394 2000-03-07  Paul Eggert  <eggert@twinsun.com>
30395
30396         * lib/savedir.c (savedir): Work even if directory size is
30397         negative; this can happen with some screwy NFS configurations.
30398
30399 2000-03-06  Jim Meyering  <meyering@lucent.com>
30400
30401         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
30402         if it's NULL (because we ran out of memory).  From Bruno Haible.
30403
30404 2000-03-05  Jim Meyering  <meyering@lucent.com>
30405
30406         * lib/localcharset.c ("path-concat.h"): Include.
30407         (get_charset_aliases): Use path_concat instead of ANSI string
30408         concatenation.
30409
30410         * lib/unicodeio.h (PARAMS): Define.
30411         Use it to guard prototype.
30412
30413 2000-03-04  Jim Meyering  <meyering@lucent.com>
30414
30415         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
30416         for lib/localcharset.c.
30417
30418 2000-03-04  Jim Meyering  <meyering@lucent.com>
30419
30420         * lib/Makefile.am (install-exec-local): Create $(libdir) before
30421         installing into it.
30422         (uninstall-local): Uncomment this rule so `make distcheck' works
30423         once again.
30424
30425         * lib/unicodeio.c (<errno.h>): Include it.
30426         (errno): Declare if not defined.
30427
30428         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
30429
30430         * lib/config.charset: New version, incorporating remarks from a linux
30431         i18n mailing list.  From Bruno Haible.
30432
30433 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
30434
30435         * m4/codeset.m4: New file.
30436         * m4/iconv.m4: New file.
30437         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
30438
30439 2000-03-03  Jim Meyering  <meyering@lucent.com>
30440
30441         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
30442
30443 2000-03-02  Jim Meyering  <meyering@lucent.com>
30444
30445         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
30446         the messages come out on separate lines.
30447
30448         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
30449         rather than jm_CHECK_DECLARATIONS.
30450         * m4/decl.m4: Remove now-unused file.
30451
30452         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
30453         geteuid.
30454
30455 2000-03-02  Jim Meyering  <meyering@lucent.com>
30456
30457         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
30458
30459 2000-03-01  Jim Meyering  <meyering@lucent.com>
30460
30461         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
30462         * lib/unicodeio.c: Likewise.
30463
30464 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
30465
30466         * lib/config.charset: New file.
30467         * lib/localcharset.c: New file.
30468         * lib/unicodeio.h, lib/unicodeio.c: New files.
30469         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
30470         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
30471         (noinst_HEADERS): Add unicodeio.h.
30472         (all-local, install-exec-local, charset.alias): New targets.
30473
30474 2000-02-28  Paul Eggert  <eggert@twinsun.com>
30475
30476         * lib/quotearg.c (ALERT_CHAR): New macro.
30477         (quotearg_buffer_restyled): Use it.
30478
30479 2000-02-27  Jim Meyering  <meyering@lucent.com>
30480
30481         * m4/check-decl.m4: Add getenv to the list.
30482
30483 2000-02-27  Jim Meyering  <meyering@lucent.com>
30484
30485         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
30486         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
30487
30488         * lib/backupfile.c: Guard inclusion of stdlib.h with
30489         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
30490         Declare malloc if needed.
30491
30492         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
30493         `#ifndef HAVE_DECL..'
30494         now that autoconf always defines the HAVE_DECL_ symbols.
30495         * lib/human.c: Likewise.
30496         * lib/same.c: Likewise.
30497         * lib/strtoumax.c: Likewise.
30498
30499         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
30500         declaration check was not run.
30501         * lib/hash.c: Likewise.
30502         * lib/human.c: Likewise.
30503         * lib/same.c: Likewise.
30504         * lib/strtoumax.c: Likewise.
30505
30506         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
30507         `.', then first look up the entire `.'-containing string as a login
30508         name.
30509
30510 2000-02-23  Jim Meyering  <meyering@lucent.com>
30511
30512         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
30513         in place of my hack.
30514
30515 2000-02-18  Paul Eggert  <eggert@twinsun.com>
30516
30517         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
30518         (textint): New typedef.
30519         (parser_control): Member year changed from int to textint.
30520         All uses changed.
30521         (YYSTYPE): Removed; replaced by %union with int and textint members.
30522         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
30523         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
30524         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
30525         (tSNUMBER, tUNUMBER): Now of type <textintval>.
30526         (date, number, to_year): Use width of number in digits, not its value,
30527         to determine whether it's a 2-digit year, or a 2-digit time.
30528         (yylex): Store number of digits of numeric tokens.
30529         Reported by John Kendall.
30530
30531         (parser_control): Changed from struct parser_control to typedef (for
30532         consistency).  All uses changed.
30533
30534         (tID): Removed; not used.
30535         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
30536
30537 2000-02-14  Paul Eggert  <eggert@twinsun.com>
30538
30539         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
30540         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
30541
30542 2000-02-12  Jim Meyering  <meyering@lucent.com>
30543
30544         * lib/userspec.c (ISDIGIT): Define it.
30545         (isdigit): Remove definition.
30546         (is_number): Use ISDIGIT, not isdigit.
30547         <libintl.h>: Include.
30548         (_ and N_): Define.
30549         (parse_user_spec): Mark translatable strings.
30550
30551 2000-02-10  Jim Meyering  <meyering@lucent.com>
30552
30553         With these changes, nanosleep.[ch] are finally enough like the other
30554         lib/* replacement files to compile on a few more losing systems.
30555
30556         * lib/nanosleep.h: Don't include config.h.
30557         Remove prototype from declaration of nanosleep.
30558         (PARAMS): Remove now-unneeded definition.
30559         * lib/nanosleep.c: #undef nanosleep.
30560         (rpl_nanosleep): Rename from nanosleep.
30561
30562 2000-02-10  Jim Meyering  <meyering@lucent.com>
30563
30564         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
30565         gnu_nanosleep to rpl_nanosleep.
30566
30567 2000-02-09  Jim Meyering  <meyering@lucent.com>
30568
30569         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
30570         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
30571
30572 2000-02-08  Akim Demaille  <akim@epita.fr>
30573
30574         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
30575         `[' and `]' and remove uses of `changequote'.
30576         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
30577         (AC_SYS_LARGEFILE): Likewise.
30578         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
30579         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
30580         of changequote.
30581         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
30582         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
30583         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
30584         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
30585
30586 2000-02-05  Jim Meyering  <meyering@lucent.com>
30587
30588         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
30589         Remove explicit use of AC_HEADER_TIME.  It is required by
30590         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
30591         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
30592         in autoconf whereby the expansion of the latter ended up preceding
30593         the expansion of its prerequisite, AC_HEADER_TIME.
30594         Reported by Volker Borchert.
30595
30596 2000-02-03  Jim Meyering  <meyering@lucent.com>
30597
30598         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
30599
30600 2000-02-03  Jim Meyering  <meyering@lucent.com>
30601
30602         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
30603         rather than with `#if HAVE_UTMPNAME'.
30604
30605 2000-02-02  Jim Meyering  <meyering@lucent.com>
30606
30607         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
30608         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
30609         Reported by Eli Zaretskii.
30610
30611 2000-02-01  Jim Meyering  <meyering@lucent.com>
30612
30613         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
30614
30615 2000-01-31  Jim Meyering  <meyering@lucent.com>
30616
30617         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
30618         functions.  Add the time.h and sys/time.h headers along with the
30619         AC_REQUIRE'ment of AC_HEADER_TIME.
30620
30621 2000-01-31  Jim Meyering  <meyering@lucent.com>
30622
30623         * lib/nanosleep.h (nanosleep): Guard declaration with
30624         `#if ! HAVE_DECL_NANOSLEEP'.
30625         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
30626         the declaration in that vendor's sys/timers.h.
30627         Reported by Christian Krackowizer.
30628
30629         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
30630         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
30631         (ISPRINT): Likewise.
30632         Reported by Tom Tromey.
30633
30634 2000-01-30  Jim Meyering  <meyering@lucent.com>
30635
30636         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
30637
30638         * m4/prereq.m4 (utmp_includes): Define.
30639         Check for ut_user and ut_name members in both struct utmpx
30640         and struct utmp.
30641
30642 2000-01-30  Jim Meyering  <meyering@lucent.com>
30643
30644         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
30645         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
30646         header files where only utmpx.ut_user is declared.
30647
30648         * lib/readutmp.h (UT_USER): Define.
30649
30650 2000-01-29  Jim Meyering  <meyering@lucent.com>
30651
30652         * m4/lib-check.m4: New file containing library-related checks from
30653         fileutils and sh-utils (textutils had none).
30654
30655 2000-01-28  Jim Meyering  <meyering@lucent.com>
30656
30657         * m4/perl.m4: Change format of warning message to look more like that
30658         from the missing script.  Suggestion from François Pinard.
30659
30660 2000-01-25  Jim Meyering  <meyering@lucent.com>
30661
30662         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
30663         well as time.h in the compile check.
30664         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
30665         Fix typo in cross-compiling case: s/yes/no/.
30666
30667 2000-01-23  Jim Meyering  <meyering@lucent.com>
30668
30669         * m4/jm-macros.m4: Move df-related tests here from
30670         fileutils/configure.in
30671
30672         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
30673         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
30674
30675         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
30676         s/space/ac_fsusage_space/.
30677         (jm_FILE_SYSTEM_USAGE): Take two parameters.
30678
30679         * m4/ftruncate.m4: New file (derived from part of
30680         fileutils/configure.in).
30681         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
30682         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
30683
30684         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
30685         AC_SUBST these here, rather than just in sh-util/configure.in, so
30686         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
30687         all the same.
30688         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
30689         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
30690         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
30691         (AC_SUBST(POW_LIBM)): Likewise.
30692         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
30693
30694 2000-01-23  Jim Meyering  <meyering@lucent.com>
30695
30696         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
30697         obstack.c.
30698
30699 2000-01-22  Jim Meyering  <meyering@lucent.com>
30700
30701         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
30702
30703         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
30704
30705         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
30706         configure.in
30707         (AC_CHECK_HEADERS): Likewise for sh-utils.
30708         (AC_CHECK_HEADERS): Likewise for textutils.
30709         Merge the three lists of headers.
30710
30711         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
30712         from fileutils' configure.in.
30713
30714         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
30715         code. Moved tests into their own function (_jm_DECL_HEADERS) in
30716         check-decl.m4.
30717
30718         * m4/check-decl.m4: Use #if rather than #ifdef.
30719         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
30720         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
30721         (_jm_DECL_HEADERS): Define new function.
30722         (jm_CHECK_DECLARATIONS): Require it.
30723
30724 2000-01-22  Jim Meyering  <meyering@lucent.com>
30725
30726         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
30727         [! HAVE_DECL_STRTOULL]: Declare strtoull.
30728         Required for some AIX systems.  Reported by Christian Krackowizer.
30729         [TESTING] (main): New function.
30730
30731         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
30732         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
30733         letters.
30734
30735         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
30736         iswprint.
30737
30738         * lib/strverscmp.c (ISDIGIT): Define.
30739         (strverscmp): Use ISDIGIT, not isdigit.
30740
30741 2000-01-19  Jim Meyering  <meyering@lucent.com>
30742
30743         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
30744         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
30745         defines `struct timespec' in <sys/time.h>
30746
30747         * m4/c-bs-a.m4: Remove uses of changequote altogether.
30748         Thanks to Akim for explaining.
30749
30750 2000-01-17  Paul Eggert  <eggert@twinsun.com>
30751
30752         * lib/nanosleep.c (nanosleep):
30753         Don't use SA_INTERRUPT to decide whether to call sigaction, as
30754         POSIX.1 doesn't require SA_INTERRUPT and some systems
30755         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
30756         it's been part of POSIX.1 since day 1 (in 1988).
30757
30758 2000-01-17  Jim Meyering  <meyering@lucent.com>
30759
30760         * lib/interlock: Remove unused file.  Reported by François Pinard.
30761
30762 2000-01-16  Paul Eggert  <eggert@twinsun.com>
30763
30764         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
30765         alert, backslash, formfeed, and vertical tab unnecessarily in
30766         shell quoting style.
30767
30768 2000-01-16  Jim Meyering  <meyering@lucent.com>
30769
30770         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
30771         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
30772         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
30773         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
30774
30775 2000-01-16  Jim Meyering  <meyering@lucent.com>
30776
30777         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
30778         because the latter didn't work.
30779
30780 2000-01-15  Jim Meyering  <meyering@lucent.com>
30781
30782         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
30783         (AC_REPLACE_FUNCS): Add memcpy and memset.
30784         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
30785         Add strpbrk.
30786         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
30787
30788 2000-01-12  Jim Meyering  <meyering@lucent.com>
30789
30790         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
30791         (jm_PREREQ): Use it.
30792         (jm_PREREQ_READUTMP): New macro.
30793         (jm_PREREQ): Use it.
30794
30795 2000-01-11  Paul Eggert  <eggert@twinsun.com>
30796
30797         Quote multibyte characters correctly.
30798         * m4/c-bs-a.m4: New file.
30799         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
30800         (jm_PREREQ): Use it.
30801
30802 2000-01-11  Paul Eggert  <eggert@twinsun.com>
30803
30804         * m4/uintmax_t.m4: Port to autoconf 2.13.
30805
30806 2000-01-08  Jim Meyering  <meyering@ascend.com>
30807
30808         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
30809         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
30810
30811 2000-01-04  Jim Meyering  <meyering@ascend.com>
30812
30813         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
30814         jm_STRUCT_DIRENT_D_TYPE.
30815         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
30816         jm_STRUCT_DIRENT_D_INO.
30817         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
30818         jm_STRUCT_UTIMBUF.
30819         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
30820         renamings.
30821         * m4/utime.m4: Likewise.
30822
30823         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
30824         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
30825
30826 2000-01-03  Paul Eggert  <eggert@twinsun.com>
30827
30828         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
30829         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
30830
30831 2000-01-02  Jim Meyering  <meyering@ascend.com>
30832
30833         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
30834         remember if this is necessary.
30835
30836 1999-12-26  Jim Meyering  <meyering@ascend.com>
30837
30838         * m4/jm-macros.m4: Use it here.
30839         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
30840
30841 1999-12-23  Jim Meyering  <meyering@ascend.com>
30842
30843         * m4/jm-macros.m4: Check for clock_gettime (moved from
30844         fileutils/configure.in)
30845         Check for gettimeofday.
30846
30847 1999-12-20  Jim Meyering  <meyering@ascend.com>
30848
30849         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
30850         autoconf-2.14a-1999-12-20.
30851
30852 1999-12-19  Jim Meyering  <meyering@ascend.com>
30853
30854         * m4/lstat-slash.m4: New file.
30855         * m4/jm-macros.m4: Use the new macro:
30856         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30857
30858 1999-12-07  Jim Meyering  <meyering@ascend.com>
30859
30860         * m4/perl.m4: Require that File::Compare be available, too.
30861         Too many systems seem to lack it.
30862
30863         * m4/strftime.m4: Add checks for most of the cpp macros tested in
30864         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
30865
30866 1999-11-18  Paul Eggert  <eggert@twinsun.com>
30867
30868         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
30869         problem with the QNX 4.25 shell, which doesn't propagate exit
30870         status of failed commands inside shell assignments.
30871
30872 1999-11-17  Jim Meyering  <meyering@ascend.com>
30873
30874         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
30875
30876 1999-11-07  Jim Meyering  <meyering@ascend.com>
30877
30878         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
30879
30880 1999-11-06  Jim Meyering  <meyering@ascend.com>
30881
30882         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
30883         * m4/jm-macros.m4 (jm_MACROS): Use it here.
30884
30885 1999-11-05  Jim Meyering  <meyering@ascend.com>
30886
30887         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
30888         configure.in of textutils, fileutils, and sh-utils into this one
30889         (shared between those packages) file.
30890         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
30891         AC_STRUCT_ST_BLKSIZE.
30892
30893 1999-11-03  Jim Meyering  <meyering@ascend.com>
30894
30895         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
30896         of AC_CHECK_TYPE checks includes unistd.h.
30897         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
30898         Suggestion from Akim Demaille.
30899
30900 1999-10-30  Jim Meyering  <meyering@ascend.com>
30901
30902         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
30903         m4-quoted string.
30904         * m4/ls-mntd-fs.m4: Likewise.
30905         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
30906         * m4/jm-winsz1.m4: Likewise.
30907
30908         * m4/const.m4: Remove file, since the fix made it into the experimental
30909         version of autoconf.
30910         * m4/mktime.m4: Likewise.
30911
30912         * m4/check-type.m4: Remove file, now that the latest version of
30913         AC_CHECK_TYPE takes a third arg to specify additional #includes.
30914
30915         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
30916         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
30917         AC_CHECK_TYPE.
30918
30919 1999-10-04  Jim Meyering  <meyering@ascend.com>
30920
30921         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
30922
30923 1999-09-22  Paul Eggert  <eggert@twinsun.com>
30924
30925         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
30926         2.95.1 bug with HP-UX 10.20.
30927
30928 1999-09-17  Jim Meyering  <meyering@ascend.com>
30929
30930         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
30931         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
30932         due to missing strdup (against sh-utils-2.0).
30933
30934 1999-08-29  Jim Meyering  <meyering@ascend.com>
30935
30936         * m4/jm-macros.m4: Require jm_BISON.
30937         * m4/bison.m4: New file.
30938
30939 1999-08-17  Paul Eggert  <eggert@twinsun.com>
30940
30941         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
30942         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
30943
30944 1999-08-05  Jim Meyering  <meyering@ascend.com>
30945
30946         * m4/getline.m4: Rename test file from conftestdata to conftest.data
30947         to avoid conflicts with `conftest' on 8+3 filesystems.
30948         Suggestion from Eli Zaretskii.
30949
30950 1999-08-04  Jim Meyering  <meyering@ascend.com>
30951
30952         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
30953         fileutils and sh-utils (textutils's getline test was inadequate).
30954         (AM_FUNC_GETLINE): Run this test.
30955         (AC_CHECK_FUNCS): Check for getdelim.
30956         Reported by Bob Proulx.
30957
30958 1999-08-02  Jim Meyering  <meyering@ascend.com>
30959
30960         * m4/jm-macros.m4: Add a comment.
30961
30962 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30963
30964         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
30965         <inttypes.h> defines strtoumax as a macro (and not as a
30966         function).
30967
30968 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30969
30970         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
30971         that we can shift, multiply and divide unsigned long long
30972         values; Ultrix cc can't do it.
30973
30974 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30975
30976         * m4/mktime.m4: New file, which is a preview of what should appear
30977         in the next public autoconf release.
30978
30979 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30980
30981         * m4/lfs.m4: Remove this file.
30982         * m4/largefile.m4: New file.  It contains the old contents of
30983         lfs.m4, except that all names with prefix AC_LFS have been
30984         changed to use the prefix AC_SYS_LARGEFILE instead, to be
30985         compatible with future autoconf versions.  Also, some minor m4
30986         quoting problems have been fixed.
30987
30988 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30989
30990         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
30991         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
30992         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
30993         and simplify the shell code.
30994
30995 1999-08-01  Jim Meyering  <meyering@ascend.com>
30996
30997         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
30998         m4.
30999
31000 1999-07-20  Jim Meyering  <meyering@ascend.com>
31001
31002         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31003
31004 1999-07-15  Jim Meyering  <meyering@ascend.com>
31005
31006         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31007
31008 1999-05-22  Jim Meyering  <meyering@ascend.com>
31009
31010         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31011
31012 1999-05-20  Jim Meyering  <meyering@ascend.com>
31013
31014         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31015         Add a colon after each `then' in case $4 is empty.
31016
31017 1999-05-16  Jim Meyering  <meyering@ascend.com>
31018
31019         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31020
31021 1999-05-10  Jim Meyering  <meyering@ascend.com>
31022
31023         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31024
31025         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31026         AC_FUNC_MKTIME.
31027
31028 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31029
31030         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31031
31032 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31033
31034         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31035         not CPPFLAGS, so that linking works correctly in IRIX.
31036
31037 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31038
31039         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31040
31041 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31042
31043         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31044         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31045         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31046         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31047         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31048
31049         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31050
31051 1999-04-20  Jim Meyering  <meyering@ascend.com>
31052
31053         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31054         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31055         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31056
31057 1999-04-18  Jim Meyering  <meyering@ascend.com>
31058
31059         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31060         * m4/jm-macros.m4: Use it.
31061
31062 1999-04-06  Jim Meyering  <meyering@ascend.com>
31063
31064         * m4/strftime.m4: Remove test for %f.
31065
31066 1999-03-29  Jim Meyering  <meyering@ascend.com>
31067
31068         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31069         superset of the AC_TYPE_* checks in the textutils, fileutils,
31070         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31071         AC_TYPE_PID_T.
31072
31073 1999-03-28  Jim Meyering  <meyering@ascend.com>
31074
31075         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31076         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31077         replaced e.g., in the *.sh files of the sh-utils.
31078
31079 1999-03-20  Jim Meyering  <meyering@ascend.com>
31080
31081         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31082         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31083         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31084
31085 1999-03-19  Jim Meyering  <meyering@ascend.com>
31086
31087         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31088
31089 1999-03-12  Jim Meyering  <meyering@ascend.com>
31090
31091         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31092
31093 1999-03-07  Jim Meyering  <meyering@ascend.com>
31094
31095         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31096         declared.
31097
31098 1999-02-17  Jim Meyering  <meyering@ascend.com>
31099
31100         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31101         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31102
31103 1999-02-07  Jim Meyering  <meyering@ascend.com>
31104
31105         * m4/group-member.m4: New file -- extracted from sh-utils'
31106         configure.in.
31107
31108         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31109         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31110
31111 1999-02-06  Jim Meyering  <meyering@ascend.com>
31112
31113         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
31114         * m4/fnmatch.m4: Likewise.
31115         * m4/getgroups.m4: Likewise.
31116         * m4/lstat.m4: Likewise.
31117         * m4/malloc.m4: Likewise.
31118         * m4/putenv.m4: Likewise.
31119         * m4/realloc.m4: Likewise.
31120         * m4/regex.m4: Likewise.
31121         * m4/stat.m4: Likewise.
31122         * m4/strftime.m4: Likewise.
31123         Suggestion from Alain Magloire.
31124
31125         * m4/chown.m4: Use `.$ac_objext', not `.o'.
31126         * m4/fnmatch.m4: Likewise.
31127         * m4/getgroups.m4: Likewise.
31128         * m4/getline.m4: Likewise.
31129         * m4/lstat.m4: Likewise.
31130         * m4/malloc.m4: Likewise.
31131         * m4/memcmp.m4: Likewise.
31132         * m4/putenv.m4: Likewise.
31133         * m4/realloc.m4: Likewise.
31134         * m4/regex.m4: Likewise.
31135         * m4/stat.m4: Likewise.
31136         * m4/strftime.m4: Likewise.
31137         Suggestion from Alain Magloire.
31138
31139         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
31140         an argument.
31141
31142         * m4/regex.m4: Add a run-time Test for proper operation of
31143         re_compile_pattern.
31144
31145 1999-01-31  Jim Meyering  <meyering@ascend.com>
31146
31147         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
31148
31149 1999-01-30  Jim Meyering  <meyering@ascend.com>
31150
31151         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
31152
31153         * m4/jm-mktime.m4: Make this a wrapper around the official
31154         AM_FUNC_MKTIME rather than my private copy, now that the official one
31155         is up to date.
31156         * m4/mktime.m4: Remove file.
31157
31158         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
31159         * m4/uptime.m4: Likewise.
31160         * m4/uintmax_t.m4: Likewise.
31161
31162 1999-01-28  Jim Meyering  <meyering@ascend.com>
31163
31164         * m4/jm-macros.m4: Use jm_AFS.
31165         * m4/afs.m4: New file (from fileutils' configure.in).
31166
31167         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
31168         * m4/chown.m4: Likewise.
31169         * m4/d-ino.m4: Likewise.
31170         * m4/d-type.m4: Likewise.
31171         * m4/fnmatch.m4: Likewise.
31172         * m4/getgroups.m4: Likewise.
31173         * m4/gettext.m4: Likewise.
31174         * m4/jm-mktime.m4: Likewise.
31175         * m4/jm-winsz2.m4: Likewise.
31176         * m4/lcmessage.m4: Likewise.
31177         * m4/ls-mntd-fs.m4: Likewise.
31178         * m4/malloc.m4: Likewise.
31179         * m4/memcmp.m4: Likewise.
31180         * m4/putenv.m4: Likewise.
31181         * m4/realloc.m4: Likewise.
31182         * m4/st_mtim.m4: Likewise.
31183         * m4/strftime.m4: Likewise.
31184
31185 1999-01-16  Jim Meyering  <meyering@ascend.com>
31186
31187         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
31188         (ARGMATCH_DIE_DECL): Define.
31189
31190 1999-01-12  Jim Meyering  <meyering@ascend.com>
31191
31192         * m4/Makefile.am.in: Rewrite to avoid using fmt.
31193         Reported by Lars Hecking.
31194
31195 1999-01-10  Jim Meyering  <meyering@ascend.com>
31196
31197         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
31198         gross kludge.
31199         * m4/inttypes_h.m4: Likewise.
31200         * m4/lstat.m4: Likewise.
31201         * m4/malloc.m4: Likewise.
31202         * m4/readdir.m4: Likewise.
31203         * m4/realloc.m4: Likewise.
31204         * m4/st_dm_mode.m4: Likewise.
31205         * m4/stat.m4: Likewise.
31206         * m4/utimbuf.m4: Likewise.
31207         * m4/utimes.m4: Likewise.
31208
31209         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
31210         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
31211         comments in config.h.in are meaningful.
31212
31213         * m4/jm-macros.m4: Require autoconf-2.13 here.
31214
31215         * m4/regex.m4: By default, don't use the included regex.c on systems
31216         with glibc 2.  Suggestion from Uli Drepper.
31217
31218 1999-01-02  Jim Meyering  <meyering@ascend.com>
31219
31220         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
31221
31222 1998-12-18  Jim Meyering  <meyering@ascend.com>
31223
31224         * m4/Makefile.am.in (Makefile.am): Simplify rule.
31225         Based on a suggestion from Lars Hecking.
31226
31227 1998-11-16  Paul Eggert  <eggert@twinsun.com>
31228
31229         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
31230
31231 1998-11-16  Jim Meyering  <meyering@ascend.com>
31232
31233         * m4/lfs.m4: Double-quote the `uname...` expression.
31234
31235 1998-11-14  Jim Meyering  <meyering@ascend.com>
31236
31237         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
31238         * m4/stat.m4: Likewise.
31239
31240 1998-11-03  Jim Meyering  <meyering@ascend.com>
31241
31242         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
31243         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
31244
31245 1998-10-18  Jim Meyering  <meyering@ascend.com>
31246
31247         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
31248
31249 1998-10-17  Jim Meyering  <meyering@ascend.com>
31250
31251         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
31252         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
31253         calls for those previously hard-coded headers.  Instead, take a new
31254         parameter.
31255         (jm_CHECK_DECLARATIONS): Reflect interface change.
31256         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
31257         (jm_CHECK_DECL_LOCALTIME_R): New macro.
31258
31259         * m4/mktime.m4: Test for spring-forward gap before long-running test.
31260
31261 1998-10-14  Jim Meyering  <meyering@ascend.com>
31262
31263         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31264         instead of "TZ=America/Vancouver".  From Paul Eggert.
31265
31266 1998-10-11  Jim Meyering  <meyering@ascend.com>
31267
31268         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31269         This adds a test for a recently added compatibility fix for mktime.c.
31270         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31271
31272 1998-09-27  Jim Meyering  <meyering@ascend.com>
31273
31274         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31275
31276         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31277         ../configure.in, including a change from Gordon Matzigkeit to allow
31278         cross-compiling for the Hurd.
31279
31280         * m4/glibc.m4: New file/macro to test for the GNU C Library
31281         versions 1 and 2.  From Gordon Matzigkeit.
31282         Indent.
31283
31284 1998-09-21  Jim Meyering  <meyering@ascend.com>
31285
31286         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31287
31288 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31289
31290         Port nanosecond-resolution times to UnixWare 2.1.2 and
31291         pedantic Solaris 2.6.
31292
31293         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31294         AC_STRUCT_ST_MTIM.
31295         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31296         Generate name of ns member, instead of just 1 or undef.
31297         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31298
31299 1998-08-15  Jim Meyering  <meyering@ascend.com>
31300
31301         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31302         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31303         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31304         instead of jm_TYPE_SSIZE_T.
31305
31306 1998-08-12  Jim Meyering  <meyering@ascend.com>
31307
31308         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31309
31310 1998-08-02  Jim Meyering  <meyering@ascend.com>
31311
31312         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31313         in acconfig.h manually.
31314
31315 1998-07-31  Paul Eggert  <eggert@twinsun.com>
31316
31317         * m4/st_mtim.m4: New file.
31318
31319 1998-07-28  Jim Meyering  <meyering@ascend.com>
31320
31321         * m4/utimes.m4: Undef stat.
31322
31323 1998-07-25  Jim Meyering  <meyering@ascend.com>
31324
31325         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
31326         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
31327
31328 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31329
31330         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
31331         uid and gid actually remain unchanged.
31332
31333 1998-07-07  Jim Meyering  <meyering@ascend.com>
31334
31335         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
31336
31337 1998-07-04  Jim Meyering  <meyering@ascend.com>
31338
31339         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
31340         to prove that this macro can be used in packages without regex.c.
31341
31342 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31343
31344         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31345         is to be used.
31346
31347 1998-07-03  Jim Meyering  <meyering@ascend.com>
31348
31349         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31350
31351         * m4/gettext.m4: New file -- from gettext-0.10.35.
31352         * m4/lcmessage.m4: Likewise.
31353         * m4/progtest.m4: Likewise.
31354
31355         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31356         * m4/jm-macros.m4: Require the new macro.
31357
31358 1998-06-29  Jim Meyering  <meyering@ascend.com>
31359
31360         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
31361         for the definition of NGROUPS (used in a system header included
31362         by sys/mount.h).
31363
31364 1998-06-28  Jim Meyering  <meyering@ascend.com>
31365
31366         * m4/ls-mntd-fs.m4: New file.
31367         * m4/fstypename.m4: New file.
31368
31369         * m4/jm-macros.m4: Require the new macro.
31370         * m4/jm-glibc-io.m4: New file.
31371
31372 1998-05-19  Jim Meyering  <meyering@ascend.com>
31373
31374         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
31375         * m4/lchown.m4: New file.
31376
31377         * m4/Makefile.am.in: New file.
31378         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
31379
31380 1998-05-14  Jim Meyering  <meyering@ascend.com>
31381
31382         * m4/Makefile.am (EXTRA_DIST): Add them.
31383         * m4/jm-macros.m4: New file.
31384         * m4/utimbuf.m4: New file.
31385
31386 1998-05-12  Jim Meyering  <meyering@ascend.com>
31387
31388         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
31389
31390 1998-05-11  Jim Meyering  <meyering@ascend.com>
31391
31392         * m4/isc-posix.m4: New file.
31393
31394 1998-05-10  Jim Meyering  <meyering@ascend.com>