014c59042d46567c470dcf76780b092d898188d6
[gnulib.git] / ChangeLog
1 2007-03-31  Bruno Haible  <bruno@clisp.org>
2
3         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
4         the function is not present.
5
6 2007-03-31  Bruno Haible  <bruno@clisp.org>
7
8         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
9         the function is not present.
10
11 2007-03-31  Bruno Haible  <bruno@clisp.org>
12
13         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
14         a bug in HP-UX iconv_open().
15
16 2007-03-31  Bruno Haible  <bruno@clisp.org>
17
18         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
19         (Mathematics <math.h>): New section, add fpieee.
20         (Input/output <stdio.h>): Add fseterr.
21         (Mathematics <math.h>): New section, add printf-frexp.
22         (Container data structures): Add sublist.
23         (Core language properties): Add fpucw, inline.
24         (Functions for greatest-width integer types <inttypes.h>): Add
25         imaxabs, imaxdiv, inttypes.
26         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
27         isnanl-nolibm, ldexp.
28         (Mathematics <math.h>): New section, add printf-frexpl.
29         (Support for systems lacking POSIX:2001): Add fprintf-posix,
30         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
31         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
32         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
33         (Unicode string functions): Add unistr/u*-mbtoucr.
34         (Java): Add javacomp-script, javaexec-script.
35         (C#): Add csharpcomp-script, csharpexec-script.
36         (Support for building libraries and executables): Add havelib,
37         relocatable-*.
38         (Support for maintaining and releasing projects): Renamed from
39         'Support for maintaining and release projects'. Add announce-gen.
40
41 2007-03-31  Bruno Haible  <bruno@clisp.org>
42
43         * README: Talk primarily about git.
44         (git and CVS): Renamed from CVS.
45         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
46         gnulib is available through git.
47         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
48
49 2007-03-30  Bruno Haible  <bruno@clisp.org>
50
51         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
52         * lib/poll_.h: Likewise.
53         * lib/stat_.h: Likewise.
54         * lib/sys_time_.h: Likewise.
55         * lib/sysexit_.h: Likewise.
56         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
57         * lib/stdbool_.h: Likewise.
58         * lib/byteswap_.h: Add double-inclusion guard.
59
60 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
61
62         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
63
64 2007-03-30  Karl Berry  <karl@gnu.org>
65
66         * config/srclist-update: double space after USA in the license
67         substitution, since that's how it's usually (?) written.
68
69 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
70
71         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
72         reported by Bruno Haible.
73
74 2007-03-29  Bruno Haible  <bruno@clisp.org>
75
76         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
77         a bug in AIX iconv().
78
79 2007-03-29  Bruno Haible  <bruno@clisp.org>
80
81         * modules/ldexpl-tests: New file.
82         * tests/test-ldexpl.c: New file.
83
84 2007-03-29  Bruno Haible  <bruno@clisp.org>
85
86         * lib/ldexpl.c: Include fpucw.h.
87         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
88         multiplication.
89         * modules/ldexpl (Depends-on): Add fpucw.
90
91 2007-03-29  Bruno Haible  <bruno@clisp.org>
92
93         * modules/ldexpl: New file.
94         * m4/ldexpl.m4: New file.
95         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
96         set.
97         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
98         REPLACE_LDEXPL.
99         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
100         REPLACE_LDEXPL.
101         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
102         gl_FUNC_LDEXPL_WORKS.
103         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
104         * modules/mathl (Files): Remove lib/ldexpl.c.
105         (Depends-on): Add ldexpl.
106
107 2007-03-29  Bruno Haible  <bruno@clisp.org>
108
109         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
110
111 2007-03-29  Bruno Haible  <bruno@clisp.org>
112
113         * tests/test-striconveh.c (main): Don't assume that a direct conversion
114         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
115         and possibly also HP-UX.
116         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
117         work on AIX, IRIX, HP-UX, OSF/1.
118         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
119         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
120         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
121         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
122         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
123         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
124
125 2007-03-29  Bruno Haible  <bruno@clisp.org>
126
127         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
128
129 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
130
131         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
132         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
133
134 2007-03-29  Eric Blake  <ebb9@byu.net>
135
136         * lib/acl-internal.h: Remove redundant include.
137         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
138         Cygwin when a file is locked.
139
140 2007-03-29  Bruno Haible  <bruno@clisp.org>
141
142         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
143         file.
144         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
145
146 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
147
148         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
149         try to remove a parent directory if the child couldn't be removed
150         (except for the first rmdir, which could fail because the child
151         doesn't exist).  Problem reported by Jeff Blaine in
152         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
153
154 2007-03-28  Bruno Haible  <bruno@clisp.org>
155
156         * lib/striconveh.c (utf8conv_carefully): New function.
157         (mem_cd_iconveh_internal): Invoke it.
158
159 2007-03-28  Bruno Haible  <bruno@clisp.org>
160
161         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
162         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
163         input.
164         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
165         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
166         unistr/u8-uctomb.
167
168 2007-03-28  Bruno Haible  <bruno@clisp.org>
169
170         * modules/unistr/u8-mbtoucr: New file.
171         * lib/unistr/u8-mbtoucr.c: New file.
172         * modules/unistr/u16-mbtoucr: New file.
173         * lib/unistr/u16-mbtoucr.c: New file.
174         * modules/unistr/u16-mbtoucr: New file.
175         * lib/unistr/u16-mbtoucr.c: New file.
176         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
177
178 2007-03-27  Simon Josefsson  <simon@josefsson.org>
179             Bruno Haible  <bruno@clisp.org>
180
181         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
182         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
183         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
184
185         * m4/stdio_h.m4: Add stubs for vasprintf too.
186
187         * modules/stdio: Support vasprintf in sed command.
188
189         * modules/vasprintf: Depend on stdio for prototypes.  Remove
190         vasprintf.h.  Add stdio module indicator.
191
192         * lib/stdio_.h: Declare asprintf and vasprintf, based on
193         vasprintf.h.
194
195         * lib/vasprintf.h: File removed.
196
197         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
198         * lib/vasprintf.c: Ditto.
199         * lib/xvasprintf.c: Ditto.
200         * tests/test-vasprintf-posix.c: Ditto.
201         * tests/test-vasprintf.c: Ditto.
202
203 2007-03-27  Bruno Haible  <bruno@clisp.org>
204
205         Make vasnprintf multithread-safe.
206         * lib/vasnprintf.c (decimal_point_char): New function.
207         (VASNPRINTF): Use it.
208         Suggested by Simon Josefsson.
209
210 2007-03-27  Eric Blake  <ebb9@byu.net>
211
212         Support sub-second birthtime on cygwin.
213         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
214         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
215         (get_stat_birthtime): Also work with st_birthtim.
216
217 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
218
219         * lib/stat-time.h (USE_BIRTHTIME): Remove.
220         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
221         (get_stat_birthtime_ns): Do not try to use "spare" fields.
222         (get_stat_birthtime_ns): Simplify compile-time tests.
223         (get_stat_birthtime): Change the API to look like
224         get_stat_mtime etc., except return a negative tv_nsec on error.
225         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
226         Don't check for "spare" fields.
227         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
228         or for struct stat.st_birthtime, as these tests aren't used.
229         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
230
231 2007-03-27  Bruno Haible  <bruno@clisp.org>
232
233         * lib/stat-time.h: Include <sys/stat.h>.
234
235 2007-03-27  James Youngman  <jay@gnu.org>
236
237         * lib/stat-time.h (get_stat_birthtime): New function for
238           retrieving st_birthtime as provided by UFS2 (hence *BSD).
239         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
240           and its variants.
241         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
242         * modules/stat-time-test: New file.
243         * tests/test-stat-time.c: New test, devised by Bruno Haible.
244
245 2007-03-26  Bruno Haible  <bruno@clisp.org>
246
247         Better support of signalling NaNs.
248         * lib/atanl.c: Include isnanl.h.
249         (atanl): Perform test for NaN at the beginning of the function and
250         through a call to isnanl.
251         * lib/cosl.c: Include isnanl.h.
252         (cosl): Perform test for NaN at the beginning of the function and
253         through a call to isnanl.
254         * lib/ldexpl.c: Include isnanl.h.
255         (ldexpl): Perform test for NaN through a call to isnanl.
256         * lib/logl.c: Include isnanl.h.
257         (logl): Perform test for NaN at the beginning of the function and
258         through a call to isnanl.
259         * lib/sinl.c: Include isnanl.h.
260         (sinl): Perform test for NaN at the beginning of the function and
261         through a call to isnanl.
262         * lib/sqrtl.c: Include isnanl.h.
263         (sqrtl): Perform test for NaN at the beginning of the function and
264         through a call to isnanl.
265         * lib/tanl.c: Include isnanl.h.
266         (tanl): Perform test for NaN at the beginning of the function and
267         through a call to isnanl.
268         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
269         * modules/mathl (Depends-on): Add isnanl.
270
271 2007-03-26  Eric Blake  <ebb9@byu.net>
272
273         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
274         regression in logic sense of previous patch.
275
276 2007-03-26  Bruno Haible  <bruno@clisp.org>
277
278         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
279         unportable shell command "if ! ...".
280         Reported by Ralf Wildenhues.
281
282 2007-03-25  Bruno Haible  <bruno@clisp.org>
283
284         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
285         <sysexits.h> file, and only add EX_CONFIG.
286         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
287         absolute file name and whether it is sufficient. Substitute also
288         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
289         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
290         ABSOLUTE_SYSEXITS_H into sysexits.h.
291
292 2007-03-25  Bruno Haible  <bruno@clisp.org>
293
294         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
295         hints is NULL.
296
297 2007-03-25  Bruno Haible  <bruno@clisp.org>
298
299         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
300         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
301
302 2007-03-25  Bruno Haible  <bruno@clisp.org>
303
304         * lib/vasnprintf.c: Include langinfo.h.
305         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
306         multithread-safe.
307         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
308         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
309         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
310         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
311         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
312         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
313         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
314         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
315         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
316         Reported by Simon Josefsson.
317
318 2007-03-25  Bruno Haible  <bruno@clisp.org>
319
320         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
321         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
322         * modules/vasnprintf (Depends-on): Add stdint.
323
324 2007-03-25  Bruno Haible  <bruno@clisp.org>
325
326         * modules/fpieee: New file.
327         * m4/fpieee.m4: New file.
328         * modules/isnan-nolibm (Depends-on): Add fpieee.
329         * modules/isnanl-nolibm (Depends-on): Add fpieee.
330         * modules/isnanl (Depends-on): Add fpieee.
331
332 2007-03-25  Bruno Haible  <bruno@clisp.org>
333
334         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
335
336 2007-03-25  Bruno Haible  <bruno@clisp.org>
337
338         Avoid test failures on IRIX 6.5.
339         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
340         (main): Use it.
341         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
342         macros.
343         (main): Use them.
344
345 2007-03-25  Bruno Haible  <bruno@clisp.org>
346
347         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
348         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
349         exists but doesn't work.
350         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
351         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
352         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
353         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
354
355 2007-03-25  Bruno Haible  <bruno@clisp.org>
356
357         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
358         returns inf. Needed on IRIX 6.5.
359
360 2007-03-25  Bruno Haible  <bruno@clisp.org>
361
362         * tests/test-frexpl.c: Include isnanl-nolibm.h.
363         (main): Use isnanl instead of x != x idiom.
364         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
365
366         * tests/test-frexp.c: Include isnan.h.
367         (main): Use isnan instead of x != x idiom.
368         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
369
370 2007-03-25  Bruno Haible  <bruno@clisp.org>
371
372         * tests/test-frexp.c (NaN): New function/macro.
373         (main): Use it instead of 0.0 / 0.0.
374         * tests/test-isnan.c (NaN): New function/macro.
375         (main): Use it instead of 0.0 / 0.0.
376         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
377         (test_function): Use it instead of 0.0 / 0.0.
378         * tests/test-vasprintf-posix.c (NaN): New function/macro.
379         (test_function): Use it instead of 0.0 / 0.0.
380         * tests/test-snprintf-posix.h (NaN): New function/macro.
381         (test_function): Use it instead of 0.0 / 0.0.
382         * tests/test-sprintf-posix.h (NaN): New function/macro.
383         (test_function): Use it instead of 0.0 / 0.0.
384         * tests/test-fprintf-posix.h (NaN): New function/macro.
385         (test_function): Use it instead of 0.0 / 0.0.
386         * tests/test-printf-posix.h (NaN): New function/macro.
387         (test_function): Use it instead of 0.0 / 0.0.
388
389         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
390
391 2007-03-25  Bruno Haible  <bruno@clisp.org>
392
393         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
394
395 2007-03-25  Bruno Haible  <bruno@clisp.org>
396
397         * lib/regexec.c (merge_state_with_log): Make static.
398
399 2007-03-25  Bruno Haible  <bruno@clisp.org>
400
401         * lib/trigl.c (kernel_rem_pio2): Make static.
402
403 2007-03-25  Bruno Haible  <bruno@clisp.org>
404
405         * lib/sincosl.c (sincosl_table): Make static.
406
407 2007-03-25  Bruno Haible  <bruno@clisp.org>
408
409         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
410         if the compiler does not support C99.
411
412 2007-03-25  Bruno Haible  <bruno@clisp.org>
413
414         * modules/time (Makefile.am): Ensure all rule action lines start with a
415         tab.
416
417 2007-03-24  Bruno Haible  <bruno@clisp.org>
418
419         * modules/tsearch-tests: New file.
420         * tests/test-tsearch.sh: New file.
421         * tests/test-tsearch.c: New file, mostly copied from glibc.
422
423         * modules/search-tests: New file.
424         * tests/test-search.c: New file.
425
426         * modules/search: New file.
427         * lib/search_.h: New file, incorporating lib/tsearch.h.
428         * m4/search_h.m4: New file.
429         * lib/tsearch.h: Remove file.
430         * lib/tsearch.c: Include search.h instead of tsearch.h.
431         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
432         HAVE_TSEARCH.
433         * modules/tsearch (Files): Remove lib/tsearch.h.
434         (Depends-on): Add search.
435         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
436         (Include): Change tsearch.h into search.h.
437
438 2007-03-24  Bruno Haible  <bruno@clisp.org>
439
440         * modules/fpucw: New file.
441         * lib/fpucw.h: New file.
442         * lib/frexp.c: Include fpucw.h.
443         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
444         (FUNC): Use them.
445         * lib/printf-frexp.c: Include fpucw.h.
446         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
447         (FUNC): Use them.
448         * lib/vasnprintf.c: Include fpucw.h.
449         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
450         'long double' calculations.
451         * tests/test-frexpl.c: Include fpucw.h.
452         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
453         * tests/test-printf-frexpl.c: Include fpucw.h.
454         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
455         * modules/frexpl (Depends-on): Add fpucw.
456         * modules/printf-frexpl (Depends-on): Likewise.
457         * modules/fprintf-posix (Depends-on): Likewise.
458         * modules/snprintf-posix (Depends-on): Likewise.
459         * modules/sprintf-posix (Depends-on): Likewise.
460         * modules/vasnprintf-posix (Depends-on): Likewise.
461         * modules/vasprintf-posix (Depends-on): Likewise.
462         * modules/vfprintf-posix (Depends-on): Likewise.
463         * modules/vsnprintf-posix (Depends-on): Likewise.
464         * modules/vsprintf-posix (Depends-on): Likewise.
465         * modules/frexpl-tests (Depends-on): Likewise.
466         * modules/printf-frexpl-tests (Depends-on): Likewise.
467
468 2007-03-24  Bruno Haible  <bruno@clisp.org>
469
470         * lib/float+.h: New file.
471         * lib/isnan.c: Include float+.h.
472         (SIZE): New macro.
473         (FUNC): Compare only SIZE bytes of the value.
474         * lib/vasnprintf.c: Include float+.h.
475         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
476         SIZEOF_LDBL or SIZEOF_DBL bytes.
477         * modules/isnan-nolibm (Files): Add lib/float+.h.
478         * modules/isnanl-nolibm (Files): Add lib/float+.h.
479         * modules/isnanl (Files): Add lib/float+.h.
480         * modules/vasnprintf (Files): Add lib/float+.h.
481
482 2007-03-24  Bruno Haible  <bruno@clisp.org>
483
484         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
485         include isnanl-nolibm.h.
486
487 2007-03-24  Bruno Haible  <bruno@clisp.org>
488
489         * tests/test-read-file.c (main): Don't produce spurious output for
490         expected situations. Make the test fail if it encountered unexpected
491         results.
492
493 2007-03-24  Bruno Haible  <bruno@clisp.org>
494
495         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
496         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
497
498 2007-03-24  Bruno Haible  <bruno@clisp.org>
499
500         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
501
502 2007-03-24  Bruno Haible  <bruno@clisp.org>
503
504         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
505         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
506
507         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
508         * modules/utf8-ucs4: Turn into a symbolic link to module
509         unistr/u8-mbtouc.
510
511         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
512         utf8-ucs4-unsafe.
513         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
514         unistr/u8-mbtouc-unsafe.
515
516         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
517         * modules/utf16-ucs4: Turn into a symbolic link to module
518         unistr/u16-mbtouc.
519
520         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
521         utf16-ucs4-unsafe.
522         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
523         unistr/u16-mbtouc-unsafe.
524
525         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
526         * modules/ucs4-utf8: Turn into a symbolic link to module
527         unistr/u8-ubtomb.
528
529         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
530         * modules/ucs4-utf16: Turn into a symbolic link to module
531         unistr/u16-ubtomb.
532
533 2007-03-24  Bruno Haible  <bruno@clisp.org>
534
535         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
536         Enable the function only if HAVE_INLINE.
537         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
538         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
539         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
540         Enable the function only if HAVE_INLINE.
541         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
542         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
543         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
544         Enable the function only if HAVE_INLINE.
545         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
546         Enable the function only if HAVE_INLINE.
547         * modules/utf8-ucs4: Update.
548         * modules/utf8-ucs4-unsafe: Update.
549         * modules/utf16-ucs4: Update.
550         * modules/utf16-ucs4-unsafe: Update.
551         * modules/ucs4-utf8: Update.
552         * modules/ucs4-utf16: Update.
553
554 2007-03-24  Bruno Haible  <bruno@clisp.org>
555
556         * lib/utf8-ucs4.h: Remove file.
557         * lib/utf8-ucs4-unsafe.h: Remove file.
558         * lib/utf16-ucs4.h: Remove file.
559         * lib/utf16-ucs4-unsafe.h: Remove file.
560         * lib/ucs4-utf8.h: Remove file.
561         * lib/ucs4-utf16.h: Remove file.
562         * lib/unistr.h: Include their previous contents.
563         * m4/utf-ucs4.m4: Remove file.
564         * m4/ucs4-utf.m4: Remove file.
565         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
566         (Depends-on): Add unistr/base.
567         (configure.ac): Remove gl_UTF_UCS4.
568         (Makefile.am): Update.
569         (Include): Change to unistr.h.
570         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
571         (Depends-on): Add unistr/base.
572         (configure.ac): Remove gl_UTF_UCS4.
573         (Makefile.am): Update.
574         (Include): Change to unistr.h.
575         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
576         (Depends-on): Add unistr/base.
577         (configure.ac): Remove gl_UTF_UCS4.
578         (Makefile.am): Update.
579         (Include): Change to unistr.h.
580         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
581         (Depends-on): Add unistr/base.
582         (configure.ac): Remove gl_UTF_UCS4.
583         (Makefile.am): Update.
584         (Include): Change to unistr.h.
585         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
586         (Depends-on): Add unistr/base.
587         (configure.ac): Remove gl_UCS4_UTF.
588         (Makefile.am): Update.
589         (Include): Change to unistr.h.
590         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
591         (Depends-on): Add unistr/base.
592         (configure.ac): Remove gl_UCS4_UTF.
593         (Makefile.am): Update.
594         (Include): Change to unistr.h.
595         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
596         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
597         utf8-ucs4-unsafe.h.
598         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
599         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
600         utf16-ucs4-unsafe.h.
601         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
602         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
603         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
604         * lib/unistr/u8-strchr.c: Likewise.
605         * lib/unistr/u8-strrchr.c: Likewise.
606         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
607         * lib/unistr/u16-strchr.c: Likewise.
608         * lib/unistr/u16-strrchr.c: Likewise.
609         * lib/striconveh.c: Update.
610         * lib/linebreak.c: Update.
611
612 2007-03-24  Bruno Haible  <bruno@clisp.org>
613
614         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
615         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
616
617 2007-03-22  Bruno Haible  <bruno@clisp.org>
618
619         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
620
621 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
622
623         * MODULES.html.sh (File system functions): New module write-any-file.
624         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
625         * m4/write-any-file.m4: New files.
626
627 2007-03-23  Eric Blake  <ebb9@byu.net>
628
629         * gnulib-tool: Rearrange space-tab sequences, since some editors
630         like to eat them.
631
632 2007-03-23  Eric Blake  <ebb9@byu.net>
633
634         * lib/version-etc.c (version_etc_va): Update license wording to
635         be more concise.  Recommended by Richard Stallman.
636
637 2007-03-22  Bruno Haible  <bruno@clisp.org>
638
639         * lib/poll.c (MSG_PEEK): New fallback definition.
640
641 2007-03-22  Bruno Haible  <bruno@clisp.org>
642
643         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
644         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
645         (main): Update.
646         Fixes a compilation error on BeOS.
647
648 2007-03-22  Bruno Haible  <bruno@clisp.org>
649
650         * modules/frexpl-tests: New file.
651         * tests/test-frexpl.c: New file.
652
653         * modules/frexpl: New file.
654         * m4/frexpl.m4: New file.
655         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
656         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
657         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
658         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
659         (Depends-on): Add frexpl. Remove isnanl-nolibm.
660         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
661
662 2007-03-22  Bruno Haible  <bruno@clisp.org>
663
664         * lib/frexpl.c: Share code with lib/frexp.c.
665         * modules/mathl (Files): Add lib/frexp.c.
666         (Depends-on): Add isnanl-nolibm.
667
668 2007-03-22  Bruno Haible  <bruno@clisp.org>
669
670         * modules/printf-frexp (Files): Add m4/frexp.m4.
671         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
672         only if the found frexp function actually works.
673
674 2007-03-22  Bruno Haible  <bruno@clisp.org>
675
676         * lib/frexp.c: Remove older implementation that uses divisions.
677
678 2007-03-21  Bruno Haible  <bruno@clisp.org>
679
680         * modules/frexp-tests: New file.
681         * tests/test-frexp.c: New file.
682
683         * modules/frexp: New file.
684         * lib/frexp.c: New file.
685         * m4/frexp.m4: New file.
686         * lib/math_.h (frexp): New declaration.
687         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
688         REPLACE_FREXP.
689         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
690
691 2007-03-21  Bruno Haible  <bruno@clisp.org>
692
693         * modules/isnanl-tests: New file.
694         * tests/test-isnanl.c: New file.
695
696         * modules/isnanl: New file.
697         * lib/isnanl.h: New file.
698         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
699         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
700         gl_FUNC_ISNANL_WORKS.
701         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
702         New macros.
703
704 2007-03-21  Bruno Haible  <bruno@clisp.org>
705
706         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
707         lib/isnanl.h.
708         (Include): Update.
709         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
710         * lib/vasnprintf.c: Update.
711         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
712         tests/test-isnanl.h, remove tests/test-isnanl.c.
713         (Makefile.am): Update.
714         * tests/test-isnanl-nolibm.c: New file.
715         * tests/test-isnanl.h: New file.
716         * tests/test-isnanl.c: Remove file.
717
718 2007-03-21  Jim Meyering  <jim@meyering.net>
719
720         When trying to open ".", treat ESTALE like EACCES.
721         * lib/savewd.c (savewd_save): Resort to forking not just upon
722         failure with EACCES, but also when errno is ESTALE.
723
724 2007-03-20  Bruno Haible  <bruno@clisp.org>
725
726         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
727         Needed on AIX 5.1. Reported by Matthew Woehlke.
728
729 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
730
731         Suggestions by Bruno Haible:
732         * lib/acl-internal.h: Include "gettext.h" rather than rolling
733         our own.
734         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
735         * modules/acl (Depends-on): Add gettext.
736
737 2007-03-19  Bruno Haible  <bruno@clisp.org>
738
739         * modules/iconvme: Remove file.
740         * lib/iconvme.h: Remove file.
741         * lib/iconvme.c: Remove file.
742         * m4/iconvme.m4: Remove file.
743
744 2007-03-19  Bruno Haible  <bruno@clisp.org>
745
746         * doc/relocatable-maint.texi: Break long shell script line.
747         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
748
749 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
750
751         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
752         handle file_has_acl.
753         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
754         * lib/acl.c: Move header inclusions and related macro defns into
755         lib/acl-internal.h.
756         (S_ISLNK): Remove defn, since that's now done for us.
757         (file_has_acl): Move to lib/file-has-acl.c.
758         Call acl_trivial if available.  This is the crucial part of the fix.
759         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
760         shared within the library.  Rewrite a bit, partly to make it compatible
761         with the GNU coding style.
762         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
763         Remove unnecessary double-quotes.
764         Don't test for acl_to_text; the build will catch that.
765         Replace acl_entries if it doesn't exist and it is needed.
766         Check for -lsec and acl_trivial (as used on Solaris 10).
767         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
768         lib/file-has-acl.c.
769         (Depends-on): Add sys_stat, for S_ISLNK.
770
771 2007-03-19  Ben Pfaff  <blp@gnu.org>
772
773         * doc/gnulib.texi: Fix typos.
774         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
775
776 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
777
778         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
779         If size is zero here, buf must be zero.
780
781 2007-03-19  Simon Josefsson  <simon@josefsson.org>
782
783         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
784         <bruno@clisp.org>.
785
786 2007-03-18  Bruno Haible  <bruno@clisp.org>
787
788         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
789         Suggested by Eric Blake.
790
791 2007-03-18  Ben Pfaff  <blp@gnu.org>
792
793         * doc/relocatable.texi: Recommend using as prefix a directory
794         that does not exist and will never be created.  Based on
795         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
796         and others.
797
798 2007-03-17  Bruno Haible  <bruno@clisp.org>
799
800         * lib/fchownat.c: Include lchown.h.
801
802 2007-03-17  Bruno Haible  <bruno@clisp.org>
803
804         Fix endless loop when the given allocated size was > INT_MAX.
805         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
806         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
807         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
808         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
809         * lib/sprintf.c (sprintf): Likewise.
810
811 2007-03-17  Bruno Haible  <bruno@clisp.org>
812
813         * tests/test-argp-2.sh (func_compare): Output a context diff.
814
815 2007-03-17  Bruno Haible  <bruno@clisp.org>
816
817         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
818         locale's decimal-point character.
819
820 2007-03-17  Bruno Haible  <bruno@clisp.org>
821
822         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
823         before comparing it. Needed because on some platforms (e.g. x86) a
824         'long double' occupies less bytes than sizeof (long double).
825
826 2007-03-17  Bruno Haible  <bruno@clisp.org>
827
828         * tests/test-crc.c (main): Make printf statements 64-bit clean.
829         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
830         * tests/test-getaddrinfo.c (simple): Likewise.
831         * tests/test-read-file.c (main): Likewise.
832
833 2007-03-17  Bruno Haible  <bruno@clisp.org>
834
835         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
836
837 2007-03-17  Bruno Haible  <bruno@clisp.org>
838
839         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
840         unused variable.
841
842 2007-03-17  Bruno Haible  <bruno@clisp.org>
843
844         * tests/test-c-strcasecmp.c: Include c-strcase.h.
845         * tests/test-c-strncasecmp.c: Likewise.
846
847 2007-03-17  Bruno Haible  <bruno@clisp.org>
848
849         * modules/stdlib (Depends-on): Add unistd.
850         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
851         Needed for MacOS X 10.3.
852
853 2007-03-17  Bruno Haible  <bruno@clisp.org>
854
855         * lib/unistr/u-strdup.h: Include <stdlib.h>.
856
857 2007-03-17  Bruno Haible  <bruno@clisp.org>
858
859         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
860
861 2007-03-17  Bruno Haible  <bruno@clisp.org>
862
863         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
864         to reflect files copied from gnulib (with or without modifications).
865         Suggested by Jim Meyering.
866
867 2007-03-17  Eric Blake  <ebb9@byu.net>
868
869         * NEWS: Document stdlib change from 2007-02-18.
870
871 2007-03-17  Jim Meyering  <jim@meyering.net>
872
873         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
874         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
875         someone uses a name containing shell meta-characters.
876         Reported by Alfred M. Szmidt.
877
878         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
879
880 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
881
882         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
883         and copy gettext configuration files only if configure.ac contains
884         a use of AM_GNU_GETTEXT_VERSION.
885
886 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
887
888         * build-aux/bootstrap (gnulib_name): New variable.
889         (gnulib_tool_options): Use it.
890
891 2007-03-13  Simon Josefsson  <simon@josefsson.org>
892
893         * tests/test-des.c: Use new namespace.
894
895 2007-03-15  Bruno Haible  <bruno@clisp.org>
896
897         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
898         Reported by James Youngman <jay@gnu.org>.
899
900 2007-03-15  Bruno Haible  <bruno@clisp.org>
901
902         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
903         declared prototype. Needed with cc on OSF/1 5.1.
904
905 2007-03-15  Bruno Haible  <bruno@clisp.org>
906
907         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
908         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
909         (struct gl_list_implementation): Add dispose_fn argument to the
910         'create_empty', 'create' methods.
911         (struct gl_list_impl_base): Add field 'dispose_fn'.
912         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
913         argument.
914         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
915         dispose_fn argument.
916         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
917         dispose_fn on the dropped values.
918         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
919         dispose_fn argument.
920         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
921         dropped values.
922         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
923         (gl_tree_remove_node): Call dispose_fn on the dropped value.
924         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
925         (gl_tree_remove_node): Call dispose_fn on the dropped value.
926         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
927         argument.
928         (gl_tree_list_free): Call dispose_fn on the dropped values.
929         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
930         the dropped values.
931         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
932         Add dispose_fn argument.
933         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
934         Call dispose_fn on the dropped values.
935         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
936         Add dispose_fn argument.
937         (gl_sublist_create): Initialize the 'dispose_fn' field.
938         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
939         * tests/test-array_list.c (main): Update.
940         * tests/test-carray_list.c (main): Update.
941         * tests/test-avltree_list.c (main): Update.
942         * tests/test-rbtree_list.c (main): Update.
943         * tests/test-avltreehash_list.c (main): Update.
944         * tests/test-rbtreehash_list.c (main): Update.
945         * tests/test-linked_list.c (main): Update.
946         * tests/test-linkedhash_list.c (main): Update.
947         * tests/test-array_oset.c (main): Update.
948
949 2007-03-15  Bruno Haible  <bruno@clisp.org>
950
951         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
952         (gl_oset_create_empty): Add dispose_fn argument.
953         (struct gl_oset_implementation): Add dispose_fn argument to
954         'create_empty' method.
955         (struct gl_oset_impl_base): Add dispose_fn field.
956         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
957         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
958         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
959         values.
960         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
961         (gl_tree_oset_free): Call dispose_fn on the dropped values.
962         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
963         dropped value.
964         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
965         dropped value.
966         * tests/test-array_oset.c (main): Update.
967         * tests/test-avltree_oset.c (main): Update.
968         * tests/test-rbtree_oset.c (main): Update.
969         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
970
971 2007-03-13  Bruno Haible  <bruno@clisp.org>
972
973         * tests/test-stdbool.c (i): Update after last patch.
974
975 2007-03-12  Bruno Haible  <bruno@clisp.org>
976
977         * lib/quotearg.c: Include <wctype.h> early, before the definition of
978         the iswprint macro. Needed on Solaris 2.5.1.
979
980 2007-03-12  Bruno Haible  <bruno@clisp.org>
981
982         * tests/test-printf-frexp.c (main): Declare x as volatile.
983
984 2007-03-12  Simon Josefsson  <simon@josefsson.org>
985
986         * doc/gnulib.texi (Build robot for gnulib): New section.
987
988 2007-03-12  Jim Meyering  <jim@meyering.net>
989
990         * build-aux/bootstrap: New file.
991         * build-aux/bootstrap.conf: New file, from coreutils.
992
993 2007-03-11  Bruno Haible  <bruno@clisp.org>
994
995         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
996
997 2007-03-12  Simon Josefsson  <simon@josefsson.org>
998
999         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1000         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1001         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1002
1003 2007-03-11  Bruno Haible  <bruno@clisp.org>
1004
1005         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1006         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1007
1008 2007-03-11  Bruno Haible  <bruno@clisp.org>
1009
1010         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1011         formula. Needed for SunPRO C 5.0.
1012
1013 2007-03-11  Bruno Haible  <bruno@clisp.org>
1014
1015         * modules/long-options (Depends-on): Add getopt.
1016
1017 2007-03-11  Bruno Haible  <bruno@clisp.org>
1018
1019         * modules/modechange (Depends-on): Add stdbool.
1020
1021 2007-03-11  Bruno Haible  <bruno@clisp.org>
1022
1023         * modules/i-ring (Depends-on): Add stdbool.
1024
1025 2007-03-11  Bruno Haible  <bruno@clisp.org>
1026
1027         * modules/gc-des (Depends-on): Add stdbool.
1028
1029 2007-03-11  Bruno Haible  <bruno@clisp.org>
1030
1031         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1032
1033 2007-03-11  Bruno Haible  <bruno@clisp.org>
1034
1035         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1036
1037 2007-03-11  Bruno Haible  <bruno@clisp.org>
1038
1039         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1040
1041 2007-03-11  Bruno Haible  <bruno@clisp.org>
1042
1043         * lib/vasnprintf.c (sprintf): Undefine.
1044
1045 2007-03-11  Bruno Haible  <bruno@clisp.org>
1046
1047         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1048         initializers in SunPRO C and Compaq C compilers.
1049
1050 2007-03-11  Bruno Haible  <bruno@clisp.org>
1051
1052         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1053         decrementing code ANSI C compliant.
1054
1055 2007-03-11  Bruno Haible  <bruno@clisp.org>
1056
1057         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1058         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1059
1060 2007-03-11  Bruno Haible  <bruno@clisp.org>
1061
1062         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1063         <stdbool.h> substitute doesn't pass.
1064
1065 2007-03-11  Bruno Haible  <bruno@clisp.org>
1066
1067         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1068
1069 2007-03-11  Bruno Haible  <bruno@clisp.org>
1070
1071         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1072         script, for submission to autobuild.josefsson.org.
1073
1074 2007-03-10  Bruno Haible  <bruno@clisp.org>
1075
1076         * modules/canonicalize-lgpl-tests: New file.
1077         * tests/test-canonicalize-lgpl.sh: New file.
1078         * tests/test-canonicalize-lgpl.c: New file.
1079
1080         * modules/c-strcase-tests: New file.
1081         * tests/test-c-strcase.sh: New file.
1082         * tests/test-c-strcasecmp.c: New file.
1083         * tests/test-c-strncasecmp.c: New file.
1084
1085         * modules/atexit-tests: New file.
1086         * tests/test-atexit.sh: New file.
1087         * tests/test-atexit.c: New file.
1088
1089 2007-03-10  Bruno Haible  <bruno@clisp.org>
1090
1091         * tests/test-binary-io.sh: Use temporary filenames that are not so
1092         likely to clash with those of other tests (in a parallel make).
1093         * tests/test-binary-io.c: Likewise.
1094
1095 2007-03-10  Bruno Haible  <bruno@clisp.org>
1096
1097         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1098         fallback; use #error instead.
1099         Suggested by Simon Josefsson.
1100
1101 2007-03-10  Bruno Haible  <bruno@clisp.org>
1102
1103         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1104         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1105         first and the last.
1106
1107 2007-03-10  Bruno Haible  <bruno@clisp.org>
1108
1109         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1110
1111 2007-03-10  Bruno Haible  <bruno@clisp.org>
1112
1113         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1114         "make distcheck".
1115         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1116         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1117         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1118
1119 2007-03-10  Bruno Haible  <bruno@clisp.org>
1120
1121         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1122         variable.
1123         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1124         variable.
1125
1126 2007-03-09  Eric Blake  <ebb9@byu.net>
1127         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1128
1129         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1130         types are not being provided by gnulib.
1131         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1132         types are supported.
1133
1134 2007-03-10  Bruno Haible  <bruno@clisp.org>
1135
1136         * lib/stdio_.h (__attribute__): New macro.
1137         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1138         vsprintf): Specify __attribute__ __format__ for GCC.
1139         Suggested by Eric Blake.
1140
1141 2007-03-09  Bruno Haible  <bruno@clisp.org>
1142
1143         * modules/printf-posix-tests: New file.
1144         * tests/test-printf-posix.sh: New file.
1145         * tests/test-printf-posix.c: New file.
1146
1147         * modules/printf-posix: New file.
1148         * lib/printf.c: New file.
1149         * m4/printf-posix-rpl.m4: New file.
1150         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1151         REPLACE_PRINTF.
1152         * lib/stdio_.h (printf): New declaration.
1153         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1154         ____strfmon____): New macros.
1155         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1156         REPLACE_PRINTF.
1157
1158 2007-03-09  Bruno Haible  <bruno@clisp.org>
1159
1160         * tests/test-vasnprintf-posix2.sh: New file.
1161         * tests/test-vasnprintf-posix2.c: New file.
1162         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1163         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1164         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1165
1166         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1167         a locale dependent decimal point, rather than always '.'.
1168
1169 2007-03-09  Eric Blake  <ebb9@byu.net>
1170
1171         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1172         spite of platforms like Tandem/NSK that define it to -1.
1173
1174 2007-03-08  Bruno Haible  <bruno@clisp.org>
1175
1176         * modules/vprintf-posix-tests: New file.
1177         * tests/test-vprintf-posix.sh: New file.
1178         * tests/test-vprintf-posix.c: New file.
1179         * tests/test-printf-posix.h: New file.
1180
1181         * modules/vprintf-posix: New file.
1182         * lib/vprintf.c: New file.
1183         * m4/vprintf-posix.m4: New file.
1184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1185         REPLACE_VPRINTF.
1186         * lib/stdio_.h (vprintf): New declaration.
1187         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1188         REPLACE_VPRINTF.
1189
1190 2007-03-08  Bruno Haible  <bruno@clisp.org>
1191
1192         * modules/fprintf-posix-tests: New file.
1193         * tests/test-fprintf-posix.sh: New file.
1194         * tests/test-fprintf-posix.c: New file.
1195
1196         * modules/fprintf-posix: New file.
1197         * lib/fprintf.c: New file.
1198         * m4/fprintf-posix.m4: New file.
1199         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1200         REPLACE_FPRINTF.
1201         * lib/stdio_.h (fprintf): New declaration.
1202         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1203         REPLACE_FPRINTF.
1204
1205 2007-03-08  Bruno Haible  <bruno@clisp.org>
1206
1207         * modules/vfprintf-posix-tests: New file.
1208         * tests/test-vfprintf-posix.sh: New file.
1209         * tests/test-vfprintf-posix.c: New file.
1210         * tests/test-fprintf-posix.h: New file.
1211         * tests/test-fprintf-posix.out: New file.
1212
1213         * modules/vfprintf-posix: New file.
1214         * lib/vfprintf.c: New file.
1215         * m4/vfprintf-posix.m4: New file.
1216         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1217         REPLACE_VFPRINTF.
1218         * lib/stdio_.h (vfprintf): New declaration.
1219         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1220         REPLACE_VFPRINTF.
1221
1222 2007-03-08  Bruno Haible  <bruno@clisp.org>
1223
1224         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1225
1226 2007-03-08  Bruno Haible  <bruno@clisp.org>
1227
1228         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1229         instead of 'expr' invocations.
1230         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1231         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1232         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1233         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1234         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1235         Suggested by Paul Eggert.
1236
1237 2007-03-08  Bruno Haible  <bruno@clisp.org>
1238
1239         * modules/fseterr-tests: New file.
1240         * tests/test-fseterr.c: New file.
1241
1242         * modules/fseterr: New file.
1243         * lib/fseterr.h: New file.
1244         * lib/fseterr.c: New file.
1245
1246 2007-03-08  Bruno Haible  <bruno@clisp.org>
1247
1248         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1249         * lib/getopt_.h: Likewise.
1250         * lib/mbswidth.h: Likewise.
1251         * lib/setenv.h: Likewise.
1252         * lib/vasnprintf.h: Likewise.
1253         * lib/vasprintf.h: Likewise.
1254         * lib/verror.h: Likewise.
1255         * lib/xsetenv.h: Likewise.
1256         * lib/xvasprintf.h: Likewise.
1257
1258 2007-03-08  Jim Meyering  <jim@meyering.net>
1259
1260         * users.txt: Add parted.
1261
1262         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1263
1264 2007-03-07  Bruno Haible  <bruno@clisp.org>
1265
1266         * m4/printf.m4: Make the shell script snippets copy&pastable.
1267
1268 2007-03-02  Bruno Haible  <bruno@clisp.org>
1269
1270         * lib/netinet_in_.h: New file.
1271         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1272         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1273         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1274         (Depends-on): Add absolute-header.
1275         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1276         into netinet/in.h.
1277
1278 2007-03-03  Bruno Haible  <bruno@clisp.org>
1279
1280         * lib/sys_select_.h: New file.
1281         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1282         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1283         * modules/sys_select (Files): Add lib/sys_select_.h.
1284         (Depends-on): Add absolute-header.
1285         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1286         into sys/select.h.
1287
1288 2007-03-02  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1291         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1292         values.
1293         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1294         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1295         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1296         * modules/sys_socket (Depends-on): Add absolute-header.
1297         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1298         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1299         (Include): Remove requirement of inclusion of <sys/types.h>.
1300
1301 2007-03-02  Bruno Haible  <bruno@clisp.org>
1302
1303         * lib/byteswap_.h (bswap_32): Fix formula.
1304
1305 2007-03-06  Bruno Haible  <bruno@clisp.org>
1306
1307         * modules/sprintf-posix-tests: New file.
1308         * tests/test-sprintf-posix.c: New file.
1309
1310         * modules/sprintf-posix: New file.
1311         * lib/sprintf.c: New file.
1312         * m4/sprintf-posix.m4: New file.
1313         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1314         REPLACE_SPRINTF.
1315         * lib/stdio_.h (sprintf): New declaration.
1316         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1317         REPLACE_SPRINTF.
1318
1319 2007-03-06  Bruno Haible  <bruno@clisp.org>
1320
1321         * modules/vsprintf-posix-tests: New file.
1322         * tests/test-vsprintf-posix.c: New file.
1323         * tests/test-sprintf-posix.h: New file.
1324
1325         * modules/vsprintf-posix: New file.
1326         * lib/vsprintf.c: New file.
1327         * m4/vsprintf-posix.m4: New file.
1328         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1329         REPLACE_VSPRINTF.
1330         * lib/stdio_.h (vsprintf): New declaration.
1331         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1332         REPLACE_VSPRINTF.
1333
1334 2007-03-06  Bruno Haible  <bruno@clisp.org>
1335
1336         * modules/vsnprintf (Depend-on): Remove minmax.
1337
1338 2007-03-06  Bruno Haible  <bruno@clisp.org>
1339
1340         * modules/snprintf-posix-tests: New file.
1341         * tests/test-snprintf-posix.c: New file.
1342
1343         * modules/snprintf-posix: New file.
1344         * m4/snprintf-posix.m4: New file.
1345         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1346         gl_FUNC_SNPRINTF.
1347         (gl_FUNC_SNPRINTF): Invoke it.
1348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1349         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1350         is set.
1351         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1352
1353 2007-03-06  Bruno Haible  <bruno@clisp.org>
1354
1355         * modules/vsnprintf-posix-tests: New file.
1356         * tests/test-vsnprintf-posix.c: New file.
1357         * tests/test-snprintf-posix.h: New file.
1358
1359         * modules/vsnprintf-posix: New file.
1360         * m4/vsnprintf-posix.m4: New file.
1361         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1362         gl_FUNC_VSNPRINTF.
1363         (gl_FUNC_VSNPRINTF): Invoke it.
1364         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1365         * lib/stdio_.h (vsnprintf): Define as a replacement if
1366         REPLACE_VSNPRINTF is set.
1367         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1368
1369 2007-03-06  Bruno Haible  <bruno@clisp.org>
1370
1371         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1372         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1373
1374 2007-03-06  Bruno Haible  <bruno@clisp.org>
1375
1376         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1377         (asinl): Declare also if HAVE_DECL_ASINL is set.
1378         (atanl): Declare also if HAVE_DECL_ATANL is set.
1379         (ceill): Declare also if HAVE_DECL_CEILL is set.
1380         (cosl): Declare also if HAVE_DECL_COSL is set.
1381         (expl): Declare also if HAVE_DECL_EXPL is set.
1382         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1383         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1384         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1385         (logl): Declare also if HAVE_DECL_LOGL is set.
1386         (sinl): Declare also if HAVE_DECL_SINL is set.
1387         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1388         (tanl): Declare also if HAVE_DECL_TANL is set.
1389         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1390         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1391         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1392         declaration of frexpl, ldexpl.
1393         * modules/printf-frexpl (Depends-on): Add math.
1394         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1395
1396 2007-03-05  Bruno Haible  <bruno@clisp.org>
1397
1398         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1399         frexpl and ldexpl are declared.
1400         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1401
1402 2007-03-05  Bruno Haible  <bruno@clisp.org>
1403
1404         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1405         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1406
1407 2007-03-05  Bruno Haible  <bruno@clisp.org>
1408
1409         * lib/stdio_.h: Include <stddef.h>.
1410
1411 2007-03-05  Bruno Haible  <bruno@clisp.org>
1412
1413         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1414
1415 2007-03-05  Bruno Haible  <bruno@clisp.org>
1416
1417         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1418         NetBSD 4, from Ralf Wildenhues.
1419
1420 2007-03-04  Bruno Haible  <bruno@clisp.org>
1421
1422         * lib/vasprintf.h: Update #if logic for the case when the functions
1423         exist but are overridden.
1424
1425 2007-03-04  Bruno Haible  <bruno@clisp.org>
1426
1427         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1428         implementations: glibc-2.4 and MacOS X 10.3.
1429         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1430         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1431         * tests/test-vasprintf-posix.c (test_function): Likewise.
1432
1433 2007-03-04  Bruno Haible  <bruno@clisp.org>
1434
1435         * modules/vasprintf-posix-tests: New file.
1436         * tests/test-vasprintf-posix.c: New file.
1437
1438         * modules/vasprintf-posix: New file.
1439         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1440         defined.
1441         * m4/vasprintf-posix.m4: New file.
1442         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1443         gl_FUNC_VASPRINTF.
1444         (gl_FUNC_VASPRINTF): Invoke it.
1445         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1446         here.
1447         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1448
1449 2007-03-04  Bruno Haible  <bruno@clisp.org>
1450
1451         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1452         REPLACE_GETTIMEOFDAY.
1453         * modules/sys_time (Makefile.am): Likewise.
1454         * m4/sys_time_h.m4: Likewise.
1455         * m4/gettimeofday.m4: Likewise.
1456
1457 2007-03-04  Bruno Haible  <bruno@clisp.org>
1458
1459         * modules/vasnprintf-posix-tests: New file.
1460         * tests/test-vasnprintf-posix.c: New file.
1461
1462         * modules/vasnprintf-posix: New file.
1463         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1464         printf-frexpl.h.
1465         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1466         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1467         REPLACE_VASNPRINTF is defined.
1468         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1469         gl_FUNC_VASNPRINTF.
1470         (gl_FUNC_VASNPRINTF): Invoke it.
1471         * m4/vasnprintf-posix.m4: New file.
1472         * m4/printf.m4: New file.
1473
1474 2007-03-04  Bruno Haible  <bruno@clisp.org>
1475
1476         Compile progreloc.c only if --enable-relocatable is specified.
1477         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1478         if --enable-relocatable was specified.
1479         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1480         lib_SOURCES.
1481
1482 2007-03-04  Jim Meyering  <jim@meyering.net>
1483
1484         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1485         Use it consistently, rather than enumerating errno constants.
1486
1487 2007-03-04  Bruno Haible  <bruno@clisp.org>
1488
1489         * modules/xvasprintf-tests: New file.
1490         * tests/test-xvasprintf.c: New file.
1491
1492         * modules/vasprintf-tests: New file.
1493         * tests/test-vasprintf.c: New file.
1494
1495         * modules/vasnprintf-tests: New file.
1496         * tests/test-vasnprintf.c: New file.
1497
1498         * modules/vsnprintf-tests: New file.
1499         * tests/test-vsnprintf.c: New file.
1500
1501         * modules/snprintf-tests: New file.
1502         * tests/test-snprintf.c: New file.
1503
1504 2007-03-04  Bruno Haible  <bruno@clisp.org>
1505
1506         Compile relocatable.c only if --enable-relocatable is specified.
1507         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1508         gl_RELOCATABLE_LIBRARY.
1509         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1510         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1511         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1512         gl_RELOCATABLE_LIBRARY.
1513         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1514         (Makefile.am): Remove lib_SOURCES.
1515         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1516         gl_RELOCATABLE_LIBRARY.
1517         (Makefile.am): Remove lib_SOURCES.
1518         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1519         always.
1520         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1521         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1522
1523 2007-03-04  Bruno Haible  <bruno@clisp.org>
1524
1525         * modules/argmatch-tests: New file.
1526         * tests/test-argmatch.c: New file.
1527
1528         * tests/test-allocsa.c (main): Halve the number of loop runs.
1529
1530         * modules/alloca-opt-tests: New file.
1531         * tests/test-alloca-opt.c: New file.
1532
1533 2007-03-04  Jim Meyering  <jim@meyering.net>
1534
1535         Work around difference between Linux ACLs and Solaris 10 ZFS.
1536         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1537         for EINVAL.
1538
1539 2007-03-03  Bruno Haible  <bruno@clisp.org>
1540
1541         * modules/relocatable-prog (Depends-on): Add back progreloc's
1542         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1543
1544 2007-03-03  Bruno Haible  <bruno@clisp.org>
1545
1546         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1547         * modules/relocatable-lib: New file.
1548
1549 2007-03-03  Bruno Haible  <bruno@clisp.org>
1550
1551         * modules/relocatable-prog: Renamed from modules/relocatable.
1552         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1553
1554 2007-03-03  Bruno Haible  <bruno@clisp.org>
1555
1556         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1557         m4/relocatable-lib.m4.
1558         (Depends-on): Remove 'relocatable'.
1559         (configure.ac): Add gl_RELOCATABLE_NOP.
1560
1561 2007-03-03  Bruno Haible  <bruno@clisp.org>
1562
1563         * modules/relocatable-prog-wrapper: New file.
1564         * modules/relocatable (Depends-on): Add it. Remove all other
1565         dependencies except progname.
1566         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1567
1568         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1569         (gl_FUNC_STRERROR): Nop.
1570         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1571
1572         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1573         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1574
1575         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1576         (gl_FUNC_READLINK): Update.
1577
1578         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1579
1580 2007-03-03  Bruno Haible  <bruno@clisp.org>
1581
1582         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1583         * modules/xreadlink (Depends-on): Add unistd.
1584         * modules/xreadlink-with-size (Depends-on): Likewise.
1585
1586 2007-03-03  Bruno Haible  <bruno@clisp.org>
1587
1588         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1589         extracted from gt_FUNC_SETENV.
1590         (gt_FUNC_SETENV): Remove macro.
1591         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1592         remove gt_FUNC_SETENV.
1593
1594 2007-03-03  Bruno Haible  <bruno@clisp.org>
1595
1596         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1597         ENABLE_RELOCATABLE here.
1598         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1599
1600 2007-03-03  Bruno Haible  <bruno@clisp.org>
1601
1602         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1603         * tests/test-rbtreehash_list.c: Include progname.h.
1604         (main): Call set_program_name.
1605
1606         * modules/rbtree-oset-tests (Depends-on): Add progname.
1607         * tests/test-rbtree_oset.c: Include progname.h.
1608         (main): Call set_program_name.
1609
1610         * modules/rbtree-list-tests (Depends-on): Add progname.
1611         * tests/test-rbtree_list.c: Include progname.h.
1612         (main): Call set_program_name.
1613
1614         * modules/linked-list-tests (Depends-on): Add progname.
1615         * tests/test-linked_list.c: Include progname.h.
1616         (main): Call set_program_name.
1617
1618 2007-03-03  Bruno Haible  <bruno@clisp.org>
1619
1620         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1621         All uses of __restrict changed to _Restrict_.
1622         * lib/glob_.h (__restrict): Remove macro.
1623
1624 2007-03-02  Bruno Haible  <bruno@clisp.org>
1625
1626         * modules/gettext (configure.ac): Require gettext infrastructure
1627         from version 0.16.1.
1628
1629 2007-03-02  Bruno Haible  <bruno@clisp.org>
1630
1631         * modules/linkedhash-list-tests (Depends-on): Add progname.
1632         * tests/test-linkedhash_list.c: Include progname.h.
1633         (main): Call set_program_name.
1634
1635         * modules/carray-list-tests (Depends-on): Add progname.
1636         * tests/test-carray_list.c: Include progname.h.
1637         (main): Call set_program_name.
1638
1639         * modules/avltreehash-list-tests (Depends-on): Add progname.
1640         * tests/test-avltreehash_list.c: Include progname.h.
1641         (main): Call set_program_name.
1642
1643         * modules/avltree-oset-tests (Depends-on): Add progname.
1644         * tests/test-avltree_oset.c: Include progname.h.
1645         (main): Call set_program_name.
1646
1647         * modules/avltree-list-tests (Depends-on): Add progname.
1648         * tests/test-avltree_list.c: Include progname.h.
1649         (main): Call set_program_name.
1650
1651         * modules/array-oset-tests (Depends-on): Add progname.
1652         * tests/test-array_oset.c: Include progname.h.
1653         (main): Call set_program_name.
1654
1655         * modules/array-list-tests (Depends-on): Add progname.
1656         * tests/test-array_list.c: Include progname.h.
1657         (main): Call set_program_name.
1658
1659         * modules/argp-tests (Depends-on): Add progname.
1660         * tests/test-argp.c: Include argp.h first. Include progname.h.
1661         (main): Call set_program_name.
1662
1663 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1664
1665         * doc/gnulib-tool.texi (Initial import): Reword description of
1666         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1667         limited effect even if defined after the first system include.
1668
1669 2007-03-01  Bruno Haible  <bruno@clisp.org>
1670
1671         * build-aux/config.libpath: Update to libtool-1.5.22.
1672         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1673
1674 2007-03-01  Bruno Haible  <bruno@clisp.org>
1675
1676         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1677         foo_CFLAGS.
1678         Reported by Ralf Wildenhues.
1679
1680 2007-03-01  Bruno Haible  <bruno@clisp.org>
1681
1682         * build-aux/install-reloc: Remove object files left over by some
1683         compilers.
1684         Reported by Ralf Wildenhues.
1685
1686 2007-03-01  Bruno Haible  <bruno@clisp.org>
1687
1688         * build-aux/install-reloc: Break long lines.
1689
1690 2007-03-01  Bruno Haible  <bruno@clisp.org>
1691
1692         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1693         Reported by Ralf Wildenhues.
1694
1695 2007-03-01  Bruno Haible  <bruno@clisp.org>
1696
1697         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1698         include ordering constraints.
1699
1700 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1701
1702         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1703         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1704         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1705         as another example.
1706         * lib/time_.h: Fix misspelling.
1707         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1708         Require gl_HEADER_TIME_H_DEFAULTS.
1709         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1710         * m4/time_r.m4 (gl_TIME_R): Likewise.
1711         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1712
1713 2007-03-01  Bruno Haible  <bruno@clisp.org>
1714
1715         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1716         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1717
1718 2007-03-01  Jim Meyering  <jim@meyering.net>
1719
1720         * modules/xreadlink (Maintainer): Add my name.
1721         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1722
1723 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1724             Bruno Haible  <bruno@clisp.org>
1725
1726         * build-aux/install-reloc: Compile also c-ctype.c.
1727         * build-aux/relocatable.sh.in: New file.
1728         * doc/relocatable.texi: New file.
1729         * doc/relocatable-maint.texi: New file.
1730         * doc/gnulib.texi: Include relocatable-maint.texi.
1731         * lib/progreloc.c: Include unistd.h unconditionally.
1732         * lib/relocwrapper.c: Include unistd.h unconditionally.
1733         Include c-ctype.h.
1734         (add_dotbin): Use c_tolower.
1735         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1736         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1737         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1738         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1739         to m4/relocatable-lib.m4.
1740         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1741         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1742         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1743         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1744         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1745         * modules/relocatable: New file.
1746         * modules/relocatable-lib: New file.
1747         * modules/relocatable-script: New file.
1748
1749 2007-02-28  Bruno Haible  <bruno@clisp.org>
1750
1751         Import --enable-relocatable infrastructure.
1752         * build-aux/config.libpath: New file, from GNU gettext.
1753         * build-aux/install-reloc: New file, from GNU gettext.
1754         * build-aux/reloc-ldflags: New file, from GNU gettext.
1755         * lib/relocatable.h: New file, from GNU gettext.
1756         * lib/relocatable.c: New file, from GNU gettext.
1757         * lib/relocwrapper.c: New file, from GNU gettext.
1758         * m4/relocatable.m4: New file, from GNU gettext.
1759
1760 2007-02-28  Bruno Haible  <bruno@clisp.org>
1761
1762         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1763
1764         * modules/xreadlink: New file, from GNU gettext with modifications.
1765         * lib/xreadlink.c: New file, from GNU gettext.
1766         * lib/xreadlink.h: Add comments.
1767         (xreadlink): New declaration.
1768
1769         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1770         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1771         lib/xreadlink-with-size.c.
1772         (configure.ac): Remove gl_XREADLINK invocation.
1773         (Makefile.am): Augment lib_SOURCES.
1774         * m4/xreadlink.m4: Remove file.
1775         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1776         (xreadlink_with_size): Renamed from xreadink.
1777         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1778         * modules/canonicalize (Depends-on): Replace xreadlink with
1779         xreadlink-with-size.
1780         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1781
1782 2007-02-25  Jim Meyering  <jim@meyering.net>
1783
1784         * build-aux/announce-gen: When complaining about excess arguments,
1785         list them.
1786
1787 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1788
1789         * README: Document signed integer overflow situation more
1790         accurately.
1791
1792 2007-02-25  Bruno Haible  <bruno@clisp.org>
1793
1794         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1795         'a' or 'A' conversion.
1796
1797 2007-02-25  Bruno Haible  <bruno@clisp.org>
1798
1799         * modules/filename: Renamed from modules/pathname.
1800         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1801         lib/concatpath.c with lib/concat-filename.c.
1802         (Makefile.am): Update.
1803         (Include): Replace pathname.h with filename.h.
1804         * lib/filename.h: Renamed from lib/pathname.h.
1805         (concatenated_filename): Renamed from concatenated_pathname.
1806         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1807         (concatenated_filename): Renamed from concatenated_pathname.
1808         * lib/findprog.c: Include filename.h instead of pathname.h.
1809         (find_in_path): Update.
1810         * lib/javacomp.c: Include filename.h instead of pathname.h.
1811         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1812         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1813         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1814         is_oldgcj_14_13_usable, is_javac_usable): Update.
1815         * lib/javaexec.c: Include filename.h instead of pathname.h.
1816         (execute_java_class): Update.
1817         * modules/findprog: Update.
1818         * modules/javacomp: Update.
1819         * modules/javaexec: Update.
1820         * MODULES.html.sh (File system functions): Add 'filename', remove
1821         'pathname'.
1822
1823 2007-02-25  Bruno Haible  <bruno@clisp.org>
1824
1825         * modules/printf-frexpl-tests: New file.
1826         * tests/test-printf-frexpl.c: New file.
1827
1828         * modules/printf-frexpl: New file.
1829         * lib/printf-frexpl.h: New file.
1830         * lib/printf-frexpl.c: New file.
1831         * m4/printf-frexpl.m4: New file.
1832
1833 2007-02-25  Bruno Haible  <bruno@clisp.org>
1834
1835         * modules/printf-frexp-tests: New file.
1836         * tests/test-printf-frexp.c: New file.
1837
1838         * modules/printf-frexp: New file.
1839         * lib/printf-frexp.h: New file.
1840         * lib/printf-frexp.c: New file.
1841         * m4/printf-frexp.m4: New file.
1842
1843 2007-02-25  Bruno Haible  <bruno@clisp.org>
1844
1845         Assume automake >= 1.10 for the tests.
1846         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1847         * modules/arctwo-tests: Likewise.
1848         * modules/argp-tests: Likewise.
1849         * modules/avltree-list-tests: Likewise.
1850         * modules/avltree-oset-tests: Likewise.
1851         * modules/avltreehash-list-tests: Likewise.
1852         * modules/carray-list-tests: Likewise.
1853         * modules/crc-tests: Likewise.
1854         * modules/des-tests: Likewise.
1855         * modules/gc-arcfour-tests: Likewise.
1856         * modules/gc-arctwo-tests: Likewise.
1857         * modules/gc-des-tests: Likewise.
1858         * modules/gc-hmac-md5-tests: Likewise.
1859         * modules/gc-hmac-sha1-tests: Likewise.
1860         * modules/gc-md2-tests: Likewise.
1861         * modules/gc-md4-tests: Likewise.
1862         * modules/gc-md5-tests: Likewise.
1863         * modules/gc-pbkdf2-sha1-tests: Likewise.
1864         * modules/gc-rijndael-tests: Likewise.
1865         * modules/gc-sha1-tests: Likewise.
1866         * modules/gc-tests: Likewise.
1867         * modules/getaddrinfo-tests: Likewise.
1868         * modules/hmac-md5-tests: Likewise.
1869         * modules/hmac-sha1-tests: Likewise.
1870         * modules/linked-list-tests: Likewise.
1871         * modules/linkedhash-list-tests: Likewise.
1872         * modules/lock-tests: Likewise.
1873         * modules/md2-tests: Likewise.
1874         * modules/md4-tests: Likewise.
1875         * modules/md5-tests: Likewise.
1876         * modules/rbtree-list-tests: Likewise.
1877         * modules/rbtree-oset-tests: Likewise.
1878         * modules/rbtreehash-list-tests: Likewise.
1879         * modules/read-file-tests: Likewise.
1880         * modules/rijndael-tests: Likewise.
1881         * modules/stdint-tests: Likewise.
1882         * modules/tls-tests: Likewise.
1883
1884 2007-02-24  Bruno Haible  <bruno@clisp.org>
1885
1886         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1887         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1888         function; instead check whether isnan with a double argument links.
1889         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1890         function; instead check whether isnan with a 'long double' argument
1891         links.
1892         Reported by Eric Blake <ebb9@byu.net>.
1893
1894 2007-02-24  Bruno Haible  <bruno@clisp.org>
1895
1896         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1897         defined.
1898         * lib/isnanl.c: Remove all code. Just include isnan.c.
1899         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1900
1901 2007-02-25  Jim Meyering  <jim@meyering.net>
1902
1903         Avoid conflicting types for 'unsetenv' on FreeBSD.
1904         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1905         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1906         in stdlib.h.
1907
1908 2007-02-24  Bruno Haible  <bruno@clisp.org>
1909
1910         * modules/isnanl-nolibm-tests: New file.
1911         * tests/test-isnanl.c: New file.
1912
1913         * modules/isnanl-nolibm: New file.
1914         * lib/isnanl.h: New file.
1915         * lib/isnanl.c: New file.
1916         * m4/isnanl.m4: New file.
1917
1918 2007-02-24  Bruno Haible  <bruno@clisp.org>
1919
1920         * modules/isnan-nolibm-tests: New file.
1921         * tests/test-isnan.c: New file.
1922
1923         * modules/isnan-nolibm: New file.
1924         * lib/isnan.h: New file.
1925         * lib/isnan.c: New file.
1926         * m4/isnan.m4: New file.
1927
1928 2007-02-24  Bruno Haible  <bruno@clisp.org>
1929
1930         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1931         assume that an exponent fits in 20 bits.
1932
1933 2007-02-24  Jim Meyering  <jim@meyering.net>
1934
1935         * m4/regex.m4: Update the description of the configure-time option,
1936         --without-included-regex, to state accurately what the defaults are,
1937         and perhaps to give people an idea why using this option is risky.
1938
1939 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1940
1941         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1942         loops on small arguments.  This attempts to avoid the problem
1943         Bruno Haible reported for AIX 4.3.2 in
1944         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1945
1946 2007-02-23  Bruno Haible  <bruno@clisp.org>
1947
1948         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1949         Needed for help2man.
1950
1951 2007-02-23  Karl Berry  <karl@gnu.org>
1952
1953         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1954         exists, foo.h should be cvs-ignored, not committed.
1955
1956 2007-02-23  Eric Blake  <ebb9@byu.net>
1957
1958         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1959         * lib/stat-time.h (includes): Likewise.
1960         * lib/utimecmp.c (includes): Likewise.
1961         * lib/utimens.h (includes): Likewise.
1962         * lib/getdate.y (includes): Also include "timespec.h" for use
1963         internal to the module.
1964         * modules/utimens (Depends-on): Revert yesterday's patch.
1965         * modules/nanosleep (Depends-on): Add missing dependency.
1966
1967 2007-02-22  Bruno Haible  <bruno@clisp.org>
1968
1969         * lib/glob.c: Don't include getlogin_r.h.
1970
1971 2007-02-22  Jim Meyering  <jim@meyering.net>
1972
1973         * modules/utimens (Depends-on): Add timespec, required for
1974         utimens.h's inclusion of timespec.h.
1975
1976 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1977
1978         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1979         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1980         Schwab in
1981         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1982         I'll try to think of a better way to fix the Solaris problem.
1983
1984         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1985         like glibc; on Solaris 10, it fails with errno == EINVAL.
1986         POSIX says the behavior is unspecified if the first argument is NULL,
1987         so play it safe and never pass NULL to the system getcwd.
1988
1989 2007-02-21  Jim Meyering  <jim@meyering.net>
1990
1991         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1992         of gettimeofday.  It would conflict with the one now always
1993         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1994         an IRIX 6.5 build failure.
1995
1996 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         Minor fixups to port to Solaris 10 with Sun C 5.8.
1999         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2000         * modules/getcwd (Depends-on): Add dirfd.
2001         * lib/putenv.c (putenv): #undef it.
2002         (rpl_putenv): New decl.
2003         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2004
2005 2007-02-20  Bruno Haible  <bruno@clisp.org>
2006
2007         * modules/stdio-tests: New file.
2008         * tests/test-stdio.c: New file.
2009
2010         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2011         (Depends-on): Add stdio.
2012         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2013         (Include): Use <stdio.h> instead of vsnprintf.h.
2014         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2015         HAVE_DECL_VSNPRINTF.
2016         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2017
2018         * modules/snprintf (Files): Remove lib/snprintf.h.
2019         (Depends-on): Add stdio.
2020         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2021         (Include): Use <stdio.h> instead of snprintf.h.
2022         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2023         HAVE_DECL_SNPRINTF.
2024         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2025         * lib/getaddrinfo.c: Likewise.
2026
2027         * modules/stdio: New file.
2028         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2029         * lib/snprintf.h: Remove file.
2030         * lib/vsnprintf.h: Remove file.
2031         * lib/.cppi-disable: Remove snprintf.h.
2032         * m4/stdio_h.m4: New file.
2033         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2034
2035 2007-02-20  Jim Meyering  <jim@meyering.net>
2036
2037         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2038         used by e.g., mingw.  From Bruno Haible.
2039
2040 2007-02-19  Bruno Haible  <bruno@clisp.org>
2041
2042         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2043         warnings.
2044         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2045
2046 2007-02-19  Bruno Haible  <bruno@clisp.org>
2047
2048         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2049         from mingw users.
2050
2051 2007-02-19  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2054         warnings.
2055         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2056
2057 2007-02-19  Jim Meyering  <jim@meyering.net>
2058
2059         Don't use FD after a successful "fdopendir (fd)".
2060         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2061         Reset it by calling dirfd on the just-obtained DIR*.
2062
2063         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2064         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2065
2066 2007-02-18  Bruno Haible  <bruno@clisp.org>
2067
2068         * lib/readlink.c: Include <unistd.h>.
2069         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2070         HAVE_READLINK.
2071         * modules/readlink (Depends-on): Add unistd.
2072         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2073         (Include): Add <unistd.h>.
2074
2075         * lib/getlogin_r.h: Remove file.
2076         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2077         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2078         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2079         HAVE_DECL_GETLOGIN_R.
2080         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2081         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2082         (Include): Use <unistd.h> instead of getlogin_r.h.
2083
2084         * lib/getcwd.h: Remove file.
2085         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2086         * lib/xgetcwd.c: Likewise.
2087         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2088         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2089         * modules/getcwd (Files): Remove lib/getcwd.h.
2090         (Depends-on): Add unistd.
2091         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2092         (Include): Use <unistd.h> instad of getcwd.h.
2093
2094         * lib/ftruncate.c: Include <unistd.h> first.
2095         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2096         Set HAVE_FTRUNCATE.
2097         * modules/ftruncate (Depends-on): Add unistd.
2098         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2099
2100         * lib/fchdir.c: Include <unistd.h> first.
2101         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2102         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2103         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2104         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2105         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2106
2107         * lib/dup2.c: Include <unistd.h> first.
2108         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2109         HAVE_DUP2.
2110         * modules/dup2 (Depends-on): Add unistd.
2111         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2112
2113         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2114         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2115         REPLACE_CHOWN. Don't define chown as a macro here.
2116         * modules/chown (Depends-on): Add unistd.
2117         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2118
2119         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2120         Add definition for GL_LINK_WARNING.
2121         (chown, dup2): New declarations.
2122         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2123         link warning.
2124         (ftruncate): New declaration.
2125         (getcwd): New declaration, taken from old getcwd.h.
2126         (getlogin_r): New declaration, taken from old getlogin_r.h.
2127         (readlink): New declaration.
2128         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2129         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2130         (gl_PREREQ_UNISTD): Remove macro.
2131         (gl_UNISTD_MODULE_INDICATOR): New macro.
2132         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2133         many new variables. Don't set UNISTD_H.
2134         * modules/unistd (Description): Change.
2135         (Depends-on): Add link-warning.
2136         (configure.ac): Update.
2137         (Makefile.am): Create unistd.h always. Substitute many new variables
2138         into it.
2139
2140 2007-02-18  Bruno Haible  <bruno@clisp.org>
2141
2142         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2143         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2144         HAVE_GETSUBOPT.
2145         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2146         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2147         * lib/getsubopt.h: Remove file.
2148         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2149         (Depends-on): Add stdlib.
2150         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2151         (Includes): Use <stdlib.h> instead of getsubopt.h.
2152         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2153         Set HAVE_GETSUBOPT.
2154         * lib/getsubopt.c: Don't include getsubopt.h.
2155
2156 2007-02-18  Bruno Haible  <bruno@clisp.org>
2157
2158         * modules/fchdir (Depends-on): Add dup2.
2159
2160 2007-02-18  Bruno Haible  <bruno@clisp.org>
2161
2162         * lib/stdlib_.h: Handle glibc's special invocation convention
2163         specially.
2164
2165 2007-02-18  Bruno Haible  <bruno@clisp.org>
2166
2167         * modules/stdlib-tests: New file.
2168         * tests/test-stdlib.c: New file.
2169
2170         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2171         (Depends-on): Add stdlib.
2172         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2173         (Includes): Use <stdlib.h> instead of mkstemp.h.
2174         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2175         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2176         * lib/mkstemp.c: Don't include mkstemp.h.
2177         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2178         * lib/stdlib--.h: Don't include mkstemp.h.
2179
2180         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2181         (Depends-on): Add stdlib.
2182         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2183         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2184         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2185         HAVE_MKDTEMP.
2186         * lib/mkdtemp.c: Don't include mkdtemp.h.
2187         * lib/clean-temp.c: Don't include mkdtemp.h.
2188
2189         * modules/exit (Files): Remove lib/exit.h.
2190         (Depends-on): Add stdlib.
2191         (Makefile.am): Remove lib_SOURCES.
2192         (Include): Use <stdlib.h> instead of exit.h.
2193         * lib/argmatch.c: Don't include exit.h.
2194         * lib/execute.c: Likewise.
2195         * lib/pagealign_alloc.c: Likewise.
2196         * lib/pipe.c: Likewise.
2197         * lib/wait-process.c: Likewise.
2198         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2199         * lib/exitfail.c: Likewise.
2200         * lib/savewd.c: Likewise.
2201         * lib/xsetenv.c: Likewise.
2202
2203         * modules/stdlib: New file.
2204         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2205         and extra comments about mkstemp().
2206         * lib/exit.h: Remove file.
2207         * lib/mkdtemp.h: Remove file.
2208         * lib/mkstemp.h: Remove file.
2209         * m4/stdlib_h.m4: New file.
2210         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2211
2212 2007-02-18  Bruno Haible  <bruno@clisp.org>
2213
2214         * modules/math-tests: New file.
2215         * tests/test-math.c: New file.
2216
2217         * modules/math: New file.
2218         * modules/mathl (Files): Remove lib/mathl.h.
2219         (Depends-on): Add math.
2220         (Makefile.am): Don't mention mathl.h.
2221         (Include): Use <math.h> instead of mathl.h.
2222         * lib/math_.h: New file.
2223         * lib/mathl.h: Remove file.
2224         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2225         mathl.h.
2226         * lib/asinl.c: Likewise.
2227         * lib/atanl.c: Likewise.
2228         * lib/ceill.c: Likewise.
2229         * lib/cosl.c: Likewise.
2230         * lib/expl.c: Likewise.
2231         * lib/floorl.c: Likewise.
2232         * lib/frexpl.c: Likewise.
2233         * lib/ldexpl.c: Likewise.
2234         * lib/logl.c: Likewise.
2235         * lib/sincosl.c: Likewise.
2236         * lib/sinl.c: Likewise.
2237         * lib/sqrtl.c: Likewise.
2238         * lib/tanl.c: Likewise.
2239         * lib/trigl.c: Likewise.
2240         * m4/math_h.m4: New file.
2241         * MODULES.html.sh (Mathematics): Add math.
2242
2243 2007-02-17  Bruno Haible  <bruno@clisp.org>
2244
2245         * modules/wctype-tests: New file.
2246         * tests/test-wctype.c: New file.
2247
2248         * modules/wchar-tests: New file.
2249         * tests/test-wchar.c: New file.
2250
2251         * modules/unistd-tests: New file.
2252         * tests/test-unistd.c: New file.
2253
2254         * modules/time-tests: New file.
2255         * tests/test-time.c: New file.
2256
2257         * modules/sysexits-tests: New file.
2258         * tests/test-sysexits.c: New file.
2259
2260         * modules/sys_time-tests: New file.
2261         * tests/test-sys_time.c: New file.
2262
2263         * modules/sys_stat-tests: New file.
2264         * tests/test-sys_stat.c: New file.
2265
2266         * modules/sys_socket-tests: New file.
2267         * tests/test-sys_socket.c: New file.
2268
2269         * modules/sys_select-tests: New file.
2270         * tests/test-sys_select.c: New file.
2271
2272         * modules/string-tests: New file.
2273         * tests/test-string.c: New file.
2274
2275         * modules/stdbool-tests: New file.
2276         * tests/test-stdbool.c: New file.
2277
2278         * modules/netinet_in-tests: New file.
2279         * tests/test-netinet_in.c: New file.
2280
2281         * modules/inttypes-tests: New file.
2282         * tests/test-inttypes.c: New file.
2283
2284         * modules/fcntl-tests: New file.
2285         * tests/test-fcntl.c: New file.
2286
2287         * modules/byteswap-tests: New file.
2288         * tests/test-byteswap.c: New file.
2289
2290         * modules/arpa_inet-tests: New file.
2291         * tests/test-arpa_inet.c: New file.
2292
2293 2007-02-17  Bruno Haible  <bruno@clisp.org>
2294
2295         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2296         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2297         if the corresponding module is not enabled. Emit link warnings if
2298         the function is used nevertheless.
2299         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2300         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2301         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2302         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2303         * modules/inttypes (Depends-on): Add link-warning.
2304         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2305         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2306         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2307         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2308         * modules/imaxdiv (configure.ac): Likewise.
2309         * modules/strtoimax (configure.ac): Likewise.
2310         * modules/strtoumax (configure.ac): Likewise.
2311
2312 2007-02-17  Bruno Haible  <bruno@clisp.org>
2313
2314         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2315         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2316         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2317         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2318
2319 2007-02-17  Bruno Haible  <bruno@clisp.org>
2320
2321         * modules/link-warning: New file.
2322         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2323         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2324         * modules/string (Depends-on): Add link-warning.
2325         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2326         string.h.
2327         * MODULES.html.sh (Support for building libraries and executables): Add
2328         link-warning.
2329
2330 2007-02-17  Bruno Haible  <bruno@clisp.org>
2331
2332         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2333         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2334         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2335         long lines.
2336
2337 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2338             Bruno Haible  <bruno@clisp.org>
2339
2340         * modules/tmpfile: New file.
2341         * lib/tmpfile.c: New file.
2342         * m4/tmpfile.m4: New file.
2343         * MODULES.html.sh (func_all_modules): New section "Input/output".
2344
2345 2007-02-15  Bruno Haible  <bruno@clisp.org>
2346
2347         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2348         (supports_delete_on_close): New function.
2349         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2350
2351 2007-02-14  Bruno Haible  <bruno@clisp.org>
2352
2353         * modules/mbspcasecmp-tests: New file.
2354         * tests/test-mbspcasecmp.sh: New file.
2355         * tests/test-mbspcasecmp.c: New file.
2356
2357         New module mbspcasecmp.
2358         * modules/mbspcasecmp: New file.
2359         * lib/mbspcasecmp.c: New file.
2360         * lib/string_.h (strncasecmp): Change warning message.
2361         (mbspcasecmp): New declaration.
2362         * m4/mbspcasecmp.m4: New file.
2363         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2364         GNULIB_MBSPCASECMP.
2365         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2366         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2367
2368 2007-02-14  Bruno Haible  <bruno@clisp.org>
2369
2370         * modules/mbsncasecmp-tests: New file.
2371         * tests/test-mbsncasecmp.sh: New file.
2372         * tests/test-mbsncasecmp.c: New file.
2373
2374         New module mbsncasecmp.
2375         * modules/mbsncasecmp: New file.
2376         * lib/mbsncasecmp.c: New file.
2377         * lib/string_.h (mbsncasecmp): New declaration.
2378         * m4/mbsncasecmp.m4: New file.
2379         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2380         GNULIB_MBSNCASECMP.
2381         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2382         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2383
2384 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2385
2386         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2387         Verify that it doesn't overlap with our flags.
2388         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2389         do not have the desired effect in multibyte locales; instead, use
2390         mbscasecmp.
2391         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2392         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2393         we don't require GNU fnmatch ourselves (if our users require it, they
2394         should do so explicitly).
2395
2396         Fix regex code so it doesn't rely on strcasecmp.
2397         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2398         Otherwise, include gnulib's langinfo.h.
2399         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2400         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2401         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2402         * modules/regex (FILES): Remove m4/codeset.m4.
2403         (Depends-on): Add localcharset.  Remove strcase.
2404
2405 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2406
2407         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2408         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2409
2410 2007-02-13  Bruno Haible  <bruno@clisp.org>
2411
2412         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2413         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2414
2415 2007-02-12  Bruno Haible  <bruno@clisp.org>
2416
2417         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2418         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2419         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2420         time warning rather than a link error.
2421
2422 2007-02-12  Bruno Haible  <bruno@clisp.org>
2423
2424         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2425         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2426         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2427
2428 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2429
2430         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2431         args, not 2.
2432
2433 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2434
2435         New module 'time', so that apps can include <time.h> as per
2436         POSIX and GNU instead of separate include files like time_r.h
2437         and timegm.h.  This implementation tries out a simpler approach
2438         for replacing decls in standard include files (as compared to
2439         the string module), somewhat as an experiment.
2440
2441         * config/srclist.txt: Comment out mktime.c for now.
2442         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2443         since it doesn't apply any more.  Use generic wording instead.
2444         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2445         'time'.
2446         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2447         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2448         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2449         Don't include <sys/types.h>; no longer needed since we assume C89.
2450         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2451         * lib/strftime.c: Likewise.
2452         * lib/time_r.c: Likewise.
2453         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2454         * lib/nanosleep.c: Include <time.h> first, to check interface.
2455         * lib/strptime.c: Likewise.
2456         * lib/time_r.c: Likewise.
2457         * lib/timegm.c: Likewise.
2458         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2459         needed.
2460         * lib/timegm.c: Don't include timegm.h; no longer needed.
2461         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2462         time.h now handles any problems in that area.
2463         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2464         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2465         that time.h defines struct timespec.
2466         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2467         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2468         handles that.
2469         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2470         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2471         needed.  Set REPLACE_LOCALTIME.
2472         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2473         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2474         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2475         nanosleep; time_h.m4 now does that.  Don't require
2476         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2477         module handles this now.
2478         * modules/getdate (Depends-on): Remove timespec.  Add time.
2479         * modules/nanosleep (Depends-on): Likewise.
2480         * modules/stat-time (Depends-on): Likewise.
2481         * modules/nanosleep (Include): Include time.h, not timespec.h.
2482         * modules/strptime (Files): Remove lib/strptime.h.
2483         (Depends-on): Add extensions, time.
2484         (Include): Include time.h, not strptime.h.
2485         * modules/time_r (Files): Remove lib/time_r.h.
2486         (Depends-on): Add time.
2487         (Include): Include time.h, not time_r.h.
2488         * modules/timegm: Likewise.
2489         * modules/timespec (Description): Now does timespec-related decls
2490         of our own, instead of struct timespec itself.
2491         (Depends-on): Add time; remove extensions.
2492         (Maintainer): Add self.
2493         * modules/utimecmp (Depends-on): Add time; remove timespec.
2494         * modules/utimens (Depends-on): Likewise.
2495         * modules/xnanosleep (Depends-on): Likewise.
2496
2497 2007-02-11  Bruno Haible  <bruno@clisp.org>
2498
2499         * lib/c-strstr.c: Include allocsa.h.
2500         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2501         * lib/c-strcasestr.c: Include allocsa.h.
2502         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2503         * lib/strcasestr.c: Include allocsa.h.
2504         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2505         * lib/mbsstr.c: Include allocsa.h.
2506         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2507         allocsa/freesa instead of malloc/free.
2508         * lib/mbscasestr.c: Include allocsa.h.
2509         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2510         allocsa/freesa instead of malloc/free.
2511         * modules/c-strstr (Depends-on): Add allocsa.
2512         * modules/c-strcasestr (Depends-on): Likewise.
2513         * modules/strcasestr (Depends-on): Likewise.
2514         * modules/mbsstr (Depends-on): Likewise.
2515         * modules/mbscasestr (Depends-on): Likewise.
2516
2517 2007-02-11  Bruno Haible  <bruno@clisp.org>
2518
2519         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2520
2521         * modules/mbsspn-tests: New file.
2522         * tests/test-mbsspn.sh: New file.
2523         * tests/test-mbsspn.c: New file.
2524
2525 2007-02-11  Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2528
2529         * modules/mbspbrk-tests: New file.
2530         * tests/test-mbspbrk.sh: New file.
2531         * tests/test-mbspbrk.c: New file.
2532
2533 2007-02-11  Bruno Haible  <bruno@clisp.org>
2534
2535         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2536         unneeded cast.
2537
2538         * modules/mbscspn-tests: New file.
2539         * tests/test-mbscspn.sh: New file.
2540         * tests/test-mbscspn.c: New file.
2541
2542 2007-02-11  Bruno Haible  <bruno@clisp.org>
2543
2544         * modules/mbscasecmp-tests: New file.
2545         * tests/test-mbscasecmp.sh: New file.
2546         * tests/test-mbscasecmp.c: New file.
2547
2548 2007-02-11  Bruno Haible  <bruno@clisp.org>
2549
2550         Ensure O(n) worst-case complexity of mbscasestr.
2551         * lib/mbscasestr.c: Include stdbool.h.
2552         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2553         functions.
2554         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2555         the bookkeeping indicates that it's worth it.
2556         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2557
2558         * modules/mbscasestr-tests: New file.
2559         * tests/test-mbscasestr1.c: New file.
2560         * tests/test-mbscasestr2.sh: New file.
2561         * tests/test-mbscasestr2.c: New file.
2562         * tests/test-mbscasestr3.sh: New file.
2563         * tests/test-mbscasestr3.c: New file.
2564         * tests/test-mbscasestr4.sh: New file.
2565         * tests/test-mbscasestr4.c: New file.
2566         * m4/locale-tr.m4: New file.
2567
2568 2007-02-11  Bruno Haible  <bruno@clisp.org>
2569
2570         Ensure O(n) worst-case complexity of mbsstr.
2571         * lib/mbsstr.c: Include stdbool.h.
2572         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2573         functions.
2574         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2575         bookkeeping indicates that it's worth it.
2576         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2577
2578         * modules/mbsstr-tests: New file.
2579         * tests/test-mbsstr1.c: New file.
2580         * tests/test-mbsstr2.sh: New file.
2581         * tests/test-mbsstr2.c: New file.
2582         * tests/test-mbsstr3.sh: New file.
2583         * tests/test-mbsstr3.c: New file.
2584         * m4/locale-fr.m4: New file.
2585
2586 2007-02-11  Bruno Haible  <bruno@clisp.org>
2587
2588         * lib/mbsrchr.c (mbsrchr): Fix bug.
2589
2590         * modules/mbsrchr-tests: New file.
2591         * tests/test-mbsrchr.sh: New file.
2592         * tests/test-mbsrchr.c: New file.
2593
2594 2007-02-11  Bruno Haible  <bruno@clisp.org>
2595
2596         * lib/mbschr.c (mbschr): Fix bug.
2597
2598         * modules/mbschr-tests: New file.
2599         * tests/test-mbschr.sh: New file.
2600         * tests/test-mbschr.c: New file.
2601         * m4/locale-zh.m4: New file.
2602
2603 2007-02-11  Bruno Haible  <bruno@clisp.org>
2604
2605         Support for copying multibyte string iterators.
2606         * lib/mbiter.h: Include <string.h>.
2607         (mbiter_multi_copy): New function.
2608         (mbi_copy): New macro.
2609         * lib/mbuiter.h: Include <string.h>.
2610         (mbuiter_multi_copy): New function.
2611         (mbui_copy): New macro.
2612
2613 2007-02-11  Bruno Haible  <bruno@clisp.org>
2614
2615         New module mbslen.
2616         * modules/mbslen: New file.
2617         * lib/mbslen.c: New file.
2618         * lib/string_.h (mbslen): New declaration.
2619         * m4/mbslen.m4: New file.
2620         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2621         GNULIB_MBSLEN.
2622         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2623         * MODULES.html.sh (Internationalization functions): Add mbslen.
2624
2625 2007-02-11  Bruno Haible  <bruno@clisp.org>
2626
2627         Ensure O(n) worst-case complexity of strcasestr substitute.
2628         * lib/strcasestr.c: Include stdbool.h.
2629         (knuth_morris_pratt): New function.
2630         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2631         bookkeeping indicates that it's worth it.
2632         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2633
2634         * modules/strcasestr-tests: New file.
2635         * tests/test-strcasestr.c: New file.
2636
2637 2007-02-11  Bruno Haible  <bruno@clisp.org>
2638
2639         Ensure O(n) worst-case complexity of c_strcasestr.
2640         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2641         (knuth_morris_pratt): New function.
2642         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2643         the bookkeeping indicates that it's worth it.
2644         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2645
2646         * modules/c-strcasestr-tests: New file.
2647         * tests/test-c-strcasestr.c: New file.
2648
2649 2007-02-11  Bruno Haible  <bruno@clisp.org>
2650
2651         Ensure O(n) worst-case complexity of c_strstr.
2652         * lib/c-strstr.c: Include stdbool.h, string.h.
2653         (knuth_morris_pratt): New function.
2654         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2655         bookkeeping indicates that it's worth it.
2656         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2657
2658         * lib/c-strstr.c: Complete rewrite for maintainability.
2659
2660         * modules/c-strstr-tests: New file.
2661         * tests/test-c-strstr.c: New file.
2662
2663 2007-02-11  Bruno Haible  <bruno@clisp.org>
2664
2665         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2666         5.2.1 and earlier, whereby \055 was treated just like the range
2667         delimiter '-'.
2668         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2669
2670 2007-02-08  Bruno Haible  <bruno@clisp.org>
2671
2672         * modules/regex (Depends-on): Add stdbool.
2673         Reported by Dalibor Topic <robilad@kaffe.org>.
2674
2675 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2676
2677         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2678         Prefer returning from main to exiting from it.
2679         Remove unnecessary parens after sizeof.
2680
2681 2007-02-05  Bruno Haible  <bruno@clisp.org>
2682
2683         New module mbssep.
2684         * modules/mbssep: New file.
2685         * lib/mbssep.c: New file.
2686         * lib/string_.h (strsep): Add a conditional link warning.
2687         (mbssep): New declaration.
2688         * m4/mbssep.m4: New file.
2689         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2690         GNULIB_MBSSEP.
2691         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2692         * MODULES.html.sh (Internationalization functions): Add mbssep.
2693
2694 2007-02-05  Bruno Haible  <bruno@clisp.org>
2695
2696         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2697         Optimize search in case of 1 delimiter.
2698
2699 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2700
2701         * lib/acl.h: Include sys/types.h before sys/acl.h.
2702
2703 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2704
2705         Merge upstream fix for glibc bugzilla #3957:
2706
2707         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2708
2709         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2710         bit for RE_HAT_LISTS_NOT_NEWLINE.
2711         (build_charclass_op): Remove bogus comment.
2712
2713 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2714
2715         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2716
2717 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2718
2719         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2720         * lib/memmem.c [!defined _LIBC]: Include config.h.
2721
2722 2007-02-04  Bruno Haible  <bruno@clisp.org>
2723
2724         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2725         warning message.
2726
2727 2007-02-04  Bruno Haible  <bruno@clisp.org>
2728
2729         New module mbstok_r.
2730         * modules/mbstok_r: New file.
2731         * lib/mbstok_r.c: New file.
2732         * lib/string_.h (strtok_r): Change argument names to match the
2733         comments. Add a conditional link warning.
2734         (mbstok_r): New declaration.
2735         * m4/mbstok_r.m4: New file.
2736         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2737         GNULIB_MBSTOK_R.
2738         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2739         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2740
2741 2007-02-04  Bruno Haible  <bruno@clisp.org>
2742
2743         New module mbsspn.
2744         * modules/mbsspn: New file.
2745         * lib/mbsspn.c: New file.
2746         * lib/string_.h (strspn): Add a conditional link warning.
2747         (mbsspn): New declaration.
2748         * m4/mbsspn.m4: New file.
2749         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2750         GNULIB_MBSSPN.
2751         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2752         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2753
2754 2007-02-04  Bruno Haible  <bruno@clisp.org>
2755
2756         New module mbspbrk.
2757         * modules/mbspbrk: New file.
2758         * lib/mbspbrk.c: New file.
2759         * lib/string_.h (strpbrk): Add a conditional link warning.
2760         (mbspbrk): New declaration.
2761         * m4/mbspbrk.m4: New file.
2762         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2763         GNULIB_MBSPBRK.
2764         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2765         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2766
2767 2007-02-04  Bruno Haible  <bruno@clisp.org>
2768
2769         New module mbscspn.
2770         * modules/mbscspn: New file.
2771         * lib/mbscspn.c: New file.
2772         * lib/string_.h (strcspn): Add a conditional link warning.
2773         (mbscspn): New declaration.
2774         * m4/mbscspn.m4: New file.
2775         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2776         GNULIB_MBSCSPN.
2777         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2778         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2779
2780 2007-02-04  Bruno Haible  <bruno@clisp.org>
2781
2782         New module mbscasestr, reduced goal of strcasestr.
2783         * modules/mbscasestr: New file.
2784         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2785         (mbscasestr): Renamed from strcasestr.
2786         * lib/strcasestr.c: Don't include mbuiter.h.
2787         (strcasestr): Remove support for multibyte locales.
2788         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2789         Change the conditional link warning.
2790         (mbscasestr): New declaration.
2791         * m4/mbscasestr.m4: New file.
2792         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2793         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2794         REPLACE_STRCASESTR.
2795         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2796         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2797         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2798         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2799         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2800         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2801         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2802         (Depends-on): Remove mbuiter.
2803         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2804
2805 2007-02-04  Bruno Haible  <bruno@clisp.org>
2806
2807         Simplify handling of strncasecmp.
2808         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2809         the conditional link warning.
2810         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2811         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2812         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2813         * modules/strcase (configure.ac): Don't invoke
2814         gl_STRING_MODULE_INDICATOR.
2815         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2816
2817 2007-02-04  Bruno Haible  <bruno@clisp.org>
2818
2819         New module mbscasecmp, reduced goal of strcasecmp.
2820         * modules/mbscasecmp: New file.
2821         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2822         (mbscasecmp): Renamed from strcasecmp.
2823         * lib/strcasecmp.c: Don't include mbuiter.h.
2824         (strcasecmp): Remove support for multibyte locales.
2825         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2826         Change the conditional link warning.
2827         (mbscasecmp): New declaration.
2828         * m4/mbscasecmp.m4: New file.
2829         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2830         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2831         REPLACE_STRCASECMP.
2832         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2833         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2834         GNULIB_MBSCASECMP.
2835         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2836         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2837         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2838         (Depends-on): Remove mbuiter.
2839         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2840
2841 2007-02-04  Bruno Haible  <bruno@clisp.org>
2842
2843         New module mbsstr. Remove module strstr.
2844         * modules/mbsstr: New file.
2845         * modules/strstr: Remove file.
2846         * lib/mbsstr.c: Renamed from lib/strstr.c.
2847         (mbsstr): Renamed from strstr.
2848         * lib/string_.h (strstr): Remove declaration. Change the conditional
2849         link warning.
2850         (mbsstr): New declaration.
2851         * m4/mbsstr.m4: New file.
2852         * m4/strstr.m4: Remove file.
2853         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2854         REPLACE_STRSTR.
2855         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2856         Don't initialize GNULIB_STRSTR.
2857         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2858         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2859         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2860         (Support for systems lacking ANSI C 89): Remove strstr.
2861
2862 2007-02-04  Bruno Haible  <bruno@clisp.org>
2863
2864         New module mbsrchr.
2865         * modules/mbsrchr: New file.
2866         * lib/mbsrchr.c: New file.
2867         * lib/string_.h (strrchr): Add a conditional link warning.
2868         (mbsrchr): New declaration.
2869         * m4/mbsrchr.m4: New file.
2870         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2871         GNULIB_MBSRCHR.
2872         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2873         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2874
2875 2007-02-04  Bruno Haible  <bruno@clisp.org>
2876
2877         New module mbschr.
2878         * modules/mbschr: New file.
2879         * lib/mbschr.c: New file.
2880         * lib/string_.h (strchr): Add a conditional link warning.
2881         (mbschr): New declaration.
2882         * m4/mbschr.m4: New file.
2883         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2884         GNULIB_MBSCHR.
2885         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2886         * MODULES.html.sh (Internationalization functions): Add mbschr.
2887
2888 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2889
2890         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2891
2892         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2893
2894 2007-02-04  Bruno Haible  <bruno@clisp.org>
2895
2896         New module description section 'configure.ac-early'.
2897         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2898         (func_get_autoconf_early_snippet): New function.
2899         (func_import, func_create_testdir): Use it. Remove special cases for
2900         modules 'extensions' and 'lock'.
2901         * modules/extensions (configure.ac-early): Require
2902         gl_USE_SYSTEM_EXTENSIONS.
2903         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2904
2905 2007-02-04  Bruno Haible  <bruno@clisp.org>
2906
2907         Make use of gcj-4.3's -fsource and -ftarget option.
2908         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2909         and if so try the options -fsource and -ftarget.
2910         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2911         source_version, ftarget_option, target_version arguments.
2912         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2913         (is_envjavac_oldgcj_14_14_usable): Renamed from
2914         is_envjavac_gcj_14_14_usable.
2915         (is_envjavac_oldgcj_14_13_usable): Renamed from
2916         is_envjavac_gcj_14_13_usable.
2917         (is_gcj_present): Update.
2918         (is_gcj_43, is_gcj43_usable): New functions.
2919         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2920         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2921         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2922         try the options -fsource and -ftarget.
2923
2924 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2925
2926         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2927         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2928         larger value.
2929
2930 2007-02-03  Jim Meyering  <jim@meyering.net>
2931
2932         Give tools a better chance to allocate space for very large buffers.
2933         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2934
2935         Make pwd and readlink work also when run with an unreadable parent dir
2936         on systems with openat support.
2937         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2938         provided getcwd function, even when we have openat support.
2939         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2940
2941 2007-02-02  Bruno Haible  <bruno@clisp.org>
2942
2943         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2944         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2945         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2946         portability problems if one of these functions is only used on specific
2947         platforms.
2948         Reported by Paul Eggert.
2949
2950 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2951
2952         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2953         is causing more trouble than it's curing.
2954         * lib/regex_internal.h (__mempcpy): Remove.
2955         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2956         (and make the code a tad smaller to boot).
2957         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2958
2959 2007-02-02  Jim Meyering  <jim@meyering.net>
2960
2961         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2962         section, not in the Makefile.am: one.
2963
2964 2007-02-02  Eric Blake  <ebb9@byu.net>
2965
2966         * lib/strchrnul.c: Always include config.h first.
2967
2968         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2969         gnulib strstr is not necessary here.
2970
2971 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2972
2973         * m4/socklen.m4: Fix typo.
2974
2975 2007-02-02  Eric Blake  <ebb9@byu.net>
2976
2977         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2978         * modules/netinet_in (Makefile.am): Likewise.
2979
2980 2007-02-01  Bruno Haible  <bruno@clisp.org>
2981
2982         * lib/string_.h (GL_LINK_WARNING): New macro.
2983         (strcasecmp, strstr, strcasestr): If provided by the system,
2984         conditionally define as a macro that leads to a warning instead of to
2985         an error.
2986         (strncasecmp): Conditionally define as a macro that leads to a warning.
2987
2988 2007-02-01  Karl Berry  <karl@gnu.org>
2989
2990         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2991
2992 2007-02-01  Bruno Haible  <bruno@clisp.org>
2993
2994         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2995         renamings.
2996
2997 2007-02-01  Eric Blake  <ebb9@byu.net>
2998
2999         * modules/regex (Depends-on): Revert dependence on mempcpy.
3000         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3001         module's definition of mempcpy.
3002         Reported by Paul Eggert.
3003
3004 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3005
3006         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3007         the symbol XYZ before redefining it.  This fixes a problem with
3008         programs that don't use XYZ, when compiled on systems that define
3009         XYZ to something else.
3010
3011 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3012
3013         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3014         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3015         writeable to group or other and (2) is intended to have a special
3016         mode bit that is set or cleared.  In such a case, the directory
3017         should be neither group- nor other-writeable until the special
3018         mode bits are right.
3019
3020 2007-01-31  Eric Blake  <ebb9@byu.net>
3021
3022         * modules/mountlist (Depends-on): Add strstr.
3023
3024         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3025         bug.
3026         * modules/string (Makefile.am): Remove redundant replacement.
3027         * modules/regex (Depends-on): Add mempcpy.
3028
3029 2007-01-31  Bruno Haible  <bruno@clisp.org>
3030
3031         New module description field 'Link'.
3032         * gnulib-tool (func_usage): Document --extract-link-directive.
3033         (sed_extract_prog): Recognize 'Link' directive.
3034         (func_get_link_directive): New function.
3035         (func_import): Show summary of link directives.
3036         Handle --extract-link-directive option.
3037         * modules/acl (Link): New section.
3038         * modules/clock-time (Link): New section.
3039         * modules/euidaccess (Link): New section.
3040         * modules/gettext (Link): New section.
3041         * modules/iconv (Link): New section.
3042         * modules/lock (Link): New section.
3043         * modules/nanosleep (Link): New section.
3044         * modules/readline (Link): New section.
3045
3046 2007-01-27  Bruno Haible  <bruno@clisp.org>
3047
3048         Enforce the use of gnulib modules for unportable <string.h> functions.
3049         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3050         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3051         (gl_HEADER_STRING_H_BODY): Require it.
3052         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3053         the symbol XYZ to one that gives a link error.
3054         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3055         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3056         * modules/mempcpy (configure.ac): Likewise.
3057         * modules/memrchr (configure.ac): Likewise.
3058         * modules/stpcpy (configure.ac): Likewise.
3059         * modules/stpncpy (configure.ac): Likewise.
3060         * modules/strcase (configure.ac): Likewise.
3061         * modules/strcasestr (configure.ac): Likewise.
3062         * modules/strchrnul (configure.ac): Likewise.
3063         * modules/strdup (configure.ac): Likewise.
3064         * modules/strndup (configure.ac): Likewise.
3065         * modules/strnlen (configure.ac): Likewise.
3066         * modules/strpbrk (configure.ac): Likewise.
3067         * modules/strsep (configure.ac): Likewise.
3068         * modules/strstr (configure.ac): Likewise.
3069         * modules/strtok_r (configure.ac): Likewise.
3070
3071 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3072
3073         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3074
3075 2007-01-30  Jim Meyering  <jim@meyering.net>
3076
3077         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3078
3079 2007-01-29  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3082         * lib/execute.c: Likewise.
3083         * lib/pipe.c: Likewise.
3084         * lib/printf-args.h: Likewise.
3085         * lib/printf-args.c: Likewise.
3086         * lib/printf-parse.c: Likewise.
3087         * lib/vasnprintf.c: Likewise.
3088
3089 2007-01-29  Eric Blake  <ebb9@byu.net>
3090
3091         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3092         declaration.
3093
3094 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3095
3096         * lib/strptime.h (strptime): Use 'restrict' for args where
3097         POSIX requires this.
3098         * lib/strptime.c (strptime): Likewise.
3099         Change license notice from LGPL to GPL, since gnulib-tool will
3100         change this as needed.
3101         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3102         defined.
3103         Include "strptime.h" first, to check interface.
3104         Do not #undef _LIBC and _NL_CURRENT.
3105         Do not include <stdlib.h>; no longer needed.
3106         Include "time_r.h" and declare ptime_locale_status
3107         only if _LIBC is not defined.
3108         (__P): Remove unused macro.
3109         (match_string): Bring back glibc version, but use it only if _LIBC
3110         is defined.
3111         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3112         Remove unnecessary assertion and abort() call.
3113         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3114         * m4/strptime.m4: Fix serial number comment.
3115         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3116         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3117         (Depends-on): Add time_r.
3118
3119 2007-01-29  Bruno Haible  <bruno@clisp.org>
3120
3121         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3122         strptime.
3123         * modules/strptime (Depends-on): Add stdbool.
3124         * lib/strptime.h: Include <time.h> always. Add comments.
3125
3126 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3127
3128         * modules/strptime: New file.
3129         * lib/strptime.h: New file.
3130         * lib/strptime.c: New file.
3131         * m4/strptime.m4: New file.
3132
3133 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3134
3135         * MODULES.html.sh: New module mpsort.
3136         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3137
3138         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3139         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3140         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3141         All uses changed.
3142         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3143         All uses changed.
3144         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3145         to _Restrict_.
3146         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3147         the parameter matches the prototype.
3148
3149 2007-01-28  Jim Meyering  <jim@meyering.net>
3150
3151         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3152         sys/time.h here, reverting that part of the previous patch:
3153         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3154
3155 2007-01-28  Bruno Haible  <bruno@clisp.org>
3156
3157         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3158         value of $(SYS_TIME_H).
3159         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3160         remove it conditionally, too. [added by Jim Meyering]
3161         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3162         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3163         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3164         GETTIMEOFDAY_REPLACEMENT to 1.
3165
3166 2007-01-28  Bruno Haible  <bruno@clisp.org>
3167
3168         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3169         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3170         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3171         Set UNISTD_H instead of UNISTD_H2.
3172         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3173
3174 2007-01-28  Bruno Haible  <bruno@clisp.org>
3175
3176         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3177         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3178
3179 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3180
3181         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3182         (func_create_testdir): Ensure C locale for `grep' and `tr'
3183         character ranges.
3184         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3185         ACLOCAL_AMFLAGS parsing state machine.
3186
3187 2007-01-27  Bruno Haible  <bruno@clisp.org>
3188
3189         * modules/unistr/base: Update.
3190
3191 2007-01-27  Bruno Haible  <bruno@clisp.org>
3192
3193         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3194         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3195         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3196         modules/unistr/u32-mbtouc.
3197         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3198         * lib/unistr.h: Update.
3199         * lib/linebreak.c: Update.
3200         * modules/unistr/u32-mbtouc: Renamed from
3201         modules/unistr/u32-mbtouc-safe.
3202         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3203         * lib/unistr.h: Update.
3204         * lib/unistr/u32-to-u8.c: Update.
3205         * lib/unistr/u32-to-u16.c: Update.
3206
3207 2007-01-27  Bruno Haible  <bruno@clisp.org>
3208
3209         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3210         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3211         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3212         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3213         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3214         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3215         modules/unistr/u16-mbtouc.
3216         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3217         * lib/unistr.h: Update.
3218         * lib/linebreak.c: Update.
3219         * modules/linebreak: Update.
3220         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3221         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3222         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3223         * modules/unistr/u16-mbtouc: Renamed from
3224         modules/unistr/u16-mbtouc-safe.
3225         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3226         * lib/unistr.h: Update.
3227         * lib/unistr/u16-to-u8.c: Update.
3228         * modules/unistr/u16-to-u8: Update.
3229         * lib/unistr/u16-to-u32.c: Update.
3230         * modules/unistr/u16-to-u32: Update.
3231
3232 2007-01-27  Bruno Haible  <bruno@clisp.org>
3233
3234         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3235         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3236         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3237         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3238         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3239         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3240         modules/unistr/u8-mbtouc.
3241         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3242         * lib/unistr.h: Update.
3243         * lib/striconveh.c: Update.
3244         * modules/striconveh: Update.
3245         * lib/linebreak.c: Update.
3246         * modules/linebreak: Update.
3247         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3248         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3249         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3250         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3251         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3252         * lib/unistr.h: Update.
3253         * lib/striconveh.c: Update.
3254         * modules/striconveh: Update.
3255         * lib/unistr/u8-to-u16.c: Update.
3256         * modules/unistr/u8-to-u16: Update.
3257         * lib/unistr/u8-to-u32.c: Update.
3258         * modules/unistr/u8-to-u32: Update.
3259
3260 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3261
3262         Sync from Libtool.
3263         * lib/argz.c: Do not include strings.h nor memory.h, include
3264         string.h unconditionally.  Patch by Simon Josefsson.
3265
3266 2007-01-27  Bruno Haible  <bruno@clisp.org>
3267
3268         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3269         from gl_HEADER_STRING_H_BODY.
3270         (gl_HEADER_STRING_H_BODY): Require it.
3271         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3272         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3273         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3274         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3275         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3276         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3277         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3278         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3279         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3280         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3281         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3282         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3283         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3284         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3285         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3286
3287 2007-01-27  Bruno Haible  <bruno@clisp.org>
3288
3289         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3290         check_PROGRAMS into noinst_PROGRAMS.
3291         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3292         check_PROGRAMS in this case.
3293         (func_import): Set for_test to false.
3294         (func_create_testdir): Set for_test to true.
3295
3296 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3297             Bruno Haible  <bruno@clisp.org>
3298
3299         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3300         (Depends-on): Add string.
3301         (Includes): Use <string.h> instead of strcasestr.h.
3302         * modules/string (Makefile.am): Also substitute the value of
3303         REPLACE_STRCASESTR.
3304         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3305         assume strcasestr is declared in <string.h> not <strings.h>. Also
3306         set REPLACE_STRCASESTR.
3307         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3308         REPLACE_STRCASESTR.
3309         * lib/strcasestr.h: Remove file.
3310         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3311         * lib/string_.h (strcasestr): New declaration.
3312
3313 2007-01-27  Bruno Haible  <bruno@clisp.org>
3314
3315         * lib/string_.h: Use 'extern'.
3316
3317 2007-01-27  Jim Meyering  <jim@meyering.net>
3318
3319         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3320         of set-but-not-used local, "q".
3321
3322         * lib/mempcpy.c: Include <config.h> before <string.h>.
3323         This fixes a compilation error on HP-UX, due to the system's
3324         "restrict"-using mempcpy prototype.
3325
3326 2007-01-26  Bruno Haible  <bruno@clisp.org>
3327
3328         Small optimization.
3329         * lib/javacomp.c: Include c-strstr.h.
3330          (is_envjavac_gcj): Use c_strstr instead of strstr.
3331         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3332
3333 2007-01-26  Bruno Haible  <bruno@clisp.org>
3334
3335         * MODULES.html.sh (Unicode string functions): Add the new modules.
3336
3337         * modules/uniconv/u32-strconv-to-locale: New file.
3338         * lib/uniconv/u32-strconv-to-locale.c: New file.
3339
3340         * modules/uniconv/u16-strconv-to-locale: New file.
3341         * lib/uniconv/u16-strconv-to-locale.c: New file.
3342
3343         * modules/uniconv/u8-strconv-to-locale: New file.
3344         * lib/uniconv/u8-strconv-to-locale.c: New file.
3345
3346         * modules/uniconv/u32-strconv-from-locale: New file.
3347         * lib/uniconv/u32-strconv-from-locale.c: New file.
3348
3349         * modules/uniconv/u16-strconv-from-locale: New file.
3350         * lib/uniconv/u16-strconv-from-locale.c: New file.
3351
3352         * modules/uniconv/u8-strconv-from-locale: New file.
3353         * lib/uniconv/u8-strconv-from-locale.c: New file.
3354
3355         * modules/uniconv/u32-strconv-to-enc: New file.
3356         * lib/uniconv/u32-strconv-to-enc.c: New file.
3357         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3358         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3359
3360         * modules/uniconv/u16-strconv-to-enc: New file.
3361         * lib/uniconv/u16-strconv-to-enc.c: New file.
3362         * lib/uniconv/u-strconv-to-enc.h: New file.
3363         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3364         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3365
3366         * modules/uniconv/u8-strconv-to-enc: New file.
3367         * lib/uniconv/u8-strconv-to-enc.c: New file.
3368         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3369         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3370
3371         * modules/uniconv/u32-strconv-from-enc: New file.
3372         * lib/uniconv/u32-strconv-from-enc.c: New file.
3373         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3374         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3375
3376         * modules/uniconv/u16-strconv-from-enc: New file.
3377         * lib/uniconv/u16-strconv-from-enc.c: New file.
3378         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3379         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3380
3381         * modules/uniconv/u8-strconv-from-enc: New file.
3382         * lib/uniconv/u8-strconv-from-enc.c: New file.
3383         * lib/uniconv/u-strconv-from-enc.h: New file.
3384         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3385         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3386
3387         * modules/uniconv/u32-conv-from-enc: New file.
3388         * lib/uniconv/u32-conv-from-enc.c: New file.
3389         * modules/uniconv/u32-conv-from-enc-tests: New file.
3390         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3391
3392         * modules/uniconv/u16-conv-from-enc: New file.
3393         * lib/uniconv/u16-conv-from-enc.c: New file.
3394         * lib/uniconv/u-conv-from-enc.h: New file.
3395         * modules/uniconv/u16-conv-from-enc-tests: New file.
3396         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3397
3398         * modules/uniconv/u8-conv-from-enc: New file.
3399         * lib/uniconv/u8-conv-from-enc.c: New file.
3400         * modules/uniconv/u8-conv-from-enc-tests: New file.
3401         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3402
3403         * modules/uniconv/base: New file.
3404         * lib/uniconv.h: New file.
3405
3406 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3407
3408         * doc/gnulib-tool.texi (Initial import): Update to match current
3409         behavior with strdup module.
3410         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3411         * lib/memmem.h: Remove; all uses removed.  This is now done
3412         by <string.h>.
3413         * lib/mempcpy.h: Likewise.
3414         * lib/memrchr.h: Likewise.
3415         * lib/stpcpy.h: Likewise.
3416         * lib/stpncpy.h: Likewise.
3417         * lib/strcase.h: Likewise.
3418         * lib/strchrnul.h: Likewise.
3419         * lib/strdup.h: Likewise.
3420         * lib/strndup.h: Likewise.
3421         * lib/strnlen.h: Likewise.
3422         * lib/strpbrk.h: Likewise.
3423         * lib/strsep.h: Likewise.
3424         * lib/strstr.h: Likewise.
3425         * lib/strtok_r.h: Likewise.
3426         * lib/string_.h: New file.
3427         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3428         Rely on <string.h> instead.
3429         * lib/canon-host.c: Likewise.
3430         * lib/chdir-long.c: Likewise.
3431         * lib/concatpath.c: Likewise.
3432         * lib/exclude.c: Likewise.
3433         * lib/fchdir.c: Likewise.
3434         * lib/getaddrinfo.c: Likewise.
3435         * lib/getcwd.c: Likewise.
3436         * lib/getsubopt.c: Likewise.
3437         * lib/glob.c: Likewise.
3438         * lib/hard-locale.c: Likewise.
3439         * lib/iconvme.c: Likewise.
3440         * lib/javacomp.c: Likewise.
3441         * lib/mempcpy.c: Likewise.
3442         * lib/memrchr.c: Likewise.
3443         * lib/regex_internal.h: Likewise.
3444         * lib/stpncpy.c: Likewise.
3445         * lib/strcasecmp.c: Likewise.
3446         * lib/strchrnul.c: Likewise.
3447         * lib/strdup.c: Likewise.
3448         * lib/striconv.c: Likewise.
3449         * lib/striconveh.c: Likewise.
3450         * lib/striconveha.c: Likewise.
3451         * lib/strncasecmp.c: Likewise.
3452         * lib/strndup.c: Likewise.
3453         * lib/strnlen.c: Likewise.
3454         * lib/strsep.c: Likewise.
3455         * lib/strstr.c: Likewise.
3456         * lib/strtok_r.c: Likewise.
3457         * lib/userspec.c: Likewise.
3458         * lib/w32spawn.h: Likewise.
3459         * lib/xstrndup.c: Likewise.
3460         * lib/mountlist.c (strstr): Remove decl.
3461         * m4/string_h.m4: New file.
3462         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3463         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3464         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3465         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3466         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3467         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3468         Set REPLACE_STRCASECMP if necessary.
3469         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3470         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3471         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3472         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3473         HAVE_DECL_STRDUP if necessary.
3474         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3475         since gl_FUNC_STRNDUP does that now.
3476         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3477         Check for decl here...
3478         (gl_PREREQ_STRNLEN): ... not here.
3479         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3480         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3481         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3482         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3483         necessary.
3484         * modules/string: New file.
3485         * modules/memmem (Files): Remove special-purpose include file.
3486         (Depends-on): Add string.
3487         (Include): Include <string.h>, not the removed file.
3488         * modules/mempcpy: Likewise.
3489         * modules/memrchr: Likewise.
3490         * modules/stpcpy: Likewise.
3491         * modules/stpncpy: Likewise.
3492         * modules/strcase: Likewise.
3493         * modules/strchrnul: Likewise.
3494         * modules/strdup: Likewise.
3495         * modules/strndup: Likewise.
3496         * modules/strnlen: Likewise.
3497         * modules/strpbrk: Likewise.
3498         * modules/strsep: Likewise.
3499         * modules/strstr: Likewise.
3500         * modules/strtok_r: Likewise.
3501         * tests/test-dirname.c: Don't include "strdup.h", since
3502         <string.h> now suffices.
3503         * tests/test-memmem.c: Don't include "memmem.h", since
3504         <string.h> now suffices.
3505
3506 2007-01-25  Bruno Haible  <bruno@clisp.org>
3507
3508         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3509         *resultp is 0.
3510
3511         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3512         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3513         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3514         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3515
3516         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3517         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3518         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3519         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3520         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3521         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3522
3523 2007-01-24  Bruno Haible  <bruno@clisp.org>
3524
3525         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3526         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3527         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3528         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3529         gl_FUNC_FTS_CORE.
3530         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3531         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3532         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3533         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3534         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3535         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3536         gl_FUNC_FCHOWNAT.
3537         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3538         gl_FUNC_STRFTIME.
3539         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3540         Reported by Ralf Wildenhues.
3541
3542 2007-01-24  Bruno Haible  <bruno@clisp.org>
3543
3544         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3545         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3546         gl_GETADDRINFO.
3547         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3548         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3549         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3550
3551 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3552
3553         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3554         Don't use 'exit'; just return from 'main'.
3555         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3556
3557         * lib/fnmatch_.h: Readjust white space and comments to match
3558         glibc, to avoid spurious diffs.
3559
3560 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3561
3562         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3563         2004-12-01 change by Jakub Jelinek, since this code won't compile
3564         if !LIBC.  Problem reported by Bob Proulx.
3565
3566 2007-01-23  Bruno Haible  <bruno@clisp.org>
3567
3568         * lib/striconveh.c: Include c-strcaseeq.h.
3569         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3570         * modules/striconveh (Depends-on): Add c-strcaseeq.
3571
3572 2007-01-23  Bruno Haible  <bruno@clisp.org>
3573
3574         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3575
3576         * modules/c-strcaseeq: New file.
3577         * lib/c-strcaseeq.h: New file.
3578
3579         * modules/streq: New file.
3580         * lib/streq.h: New file.
3581
3582 2007-01-23  Bruno Haible  <bruno@clisp.org>
3583
3584         * modules/striconveha-tests: New file.
3585         * tests/test-striconveha.c: New file.
3586
3587         * lib/striconveha.h: Include <stdbool.h>.
3588         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3589         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3590         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3591         (mem_iconveha): New function.
3592         (str_iconveha_notranslit): Renamed from str_iconveha.
3593         (str_iconveha): New function.
3594         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3595         c-strcase.
3596
3597 2007-01-23  Bruno Haible  <bruno@clisp.org>
3598
3599         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3600         encodings without forgiving before trying any encoding with handler.
3601         (str_iconveha): Try all encodings without forgiving before trying any
3602         encoding with handler.
3603
3604 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3605
3606         Import the following changes from libc.
3607
3608         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3609
3610         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3611
3612         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3613
3614         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3615         normal_bracket label.
3616
3617         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3618
3619         [BZ #361]
3620         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3621         to normal_bracket after fetching the next character.
3622
3623 2007-01-22  Bruno Haible  <bruno@clisp.org>
3624
3625         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3626         argument.
3627         * lib/striconveh.c (iconv_carefully_1): New function.
3628         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3629         argument.
3630         (str_cd_iconveh): Update.
3631         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3632         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3633         * tests/test-striconveh.c (MAGIC): New macro.
3634         (new_offsets): New function.
3635         (main): Test call with and without offsets.
3636
3637 2007-01-22  Bruno Haible  <bruno@clisp.org>
3638
3639         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3640         * modules/sys_select (Makefile.am): Likewise.
3641         * modules/sys_socket (Makefile.am): Likewise.
3642         * modules/sys_time (Makefile.am): Likewise.
3643
3644 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3645
3646         * modules/gettimeofday (License): Change from GPL to LGPL, since
3647         gettimeofday is a library function.
3648
3649 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3650
3651         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3652
3653 2007-01-21  Bruno Haible  <bruno@clisp.org>
3654
3655         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3656
3657 2007-01-21  Bruno Haible  <bruno@clisp.org>
3658
3659         * modules/striconveha: New file.
3660         * lib/striconveha.h: New file.
3661         * lib/striconveha.c: New file.
3662         * MODULES.html.sh (Internationalization functions): Add striconveha.
3663         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3664         string.
3665         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3666
3667 2007-01-21  Bruno Haible  <bruno@clisp.org>
3668
3669         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3670         * lib/striconveh.c (str_iconveh): Likewise.
3671
3672 2007-01-21  Bruno Haible  <bruno@clisp.org>
3673
3674         * lib/striconveh.h (mem_iconveh): New declaration.
3675         * lib/striconveh.c (mem_iconveh): New function.
3676         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3677
3678 2007-01-21  Bruno Haible  <bruno@clisp.org>
3679
3680         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3681
3682         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3683         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3684         original result buffer.
3685         (str_cd_iconveh): Update.
3686         * tests/test-striconveh.c (main): Update.
3687
3688         * lib/striconv.h (mem_cd_iconv): Change specification.
3689         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3690         result buffer.
3691         (str_cd_iconv): Update.
3692         * tests/test-striconv.c (main): Update.
3693
3694 2007-01-21  Bruno Haible  <bruno@clisp.org>
3695
3696         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3697
3698 2007-01-20  Jim Meyering  <jim@meyering.net>
3699
3700         * lib/userspec.c (parse_with_separator): If a user or group string
3701         starts with "+", skip the corresponding name-to-ID look-up, since
3702         such a look-up must fail: user and group names may not include "+".
3703
3704 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3705
3706         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3707         since we now assume the sys_time module.
3708         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3709         check for sys/time.h; no longer needed.
3710         * modules/poll (Depends-on): Depend on sys_time.
3711
3712 2007-01-18  Bruno Haible  <bruno@clisp.org>
3713
3714         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3715         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3716
3717         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3718         gettimeofday.
3719
3720         * tests/test-gettimeofday.c: Include <time.h>.
3721         (dummy): Remove variable.
3722
3723         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3724         gl_HEADER_SYS_TIME_H.
3725         (gl_HEADER_SYS_TIME_H): New macro.
3726
3727         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3728         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3729         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3730         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3731         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3732         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3733         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3734         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3735         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3736         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3737         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3738
3739         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3740         last change; it caused a compilation error when cross-compiling to
3741         Cygwin.
3742
3743 2007-01-18  Jim Meyering  <jim@meyering.net>
3744
3745         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3746         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3747         than the race-prone "test -d sys || mkdir sys".
3748         (configure.ac): Use AC_PROG_MKDIR_P.
3749         * modules/sys_select: Likewise.
3750         * modules/sys_socket: Likewise.
3751         * modules/sys_time: Likewise.
3752
3753 2007-01-18  Eric Blake  <ebb9@byu.net>
3754
3755         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3756         replace gettimeofday.
3757         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3758         name, to avoid infinite recursion.
3759
3760 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3763         module sys_time.
3764         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3765         assume timespec.h defines struct timeval.
3766         * lib/settime.c: Likewise.
3767         * lib/utimens.c: Likewise.
3768         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3769         since we now assume the gettimeofday module.
3770         * lib/tempname.c (__gen_tempname): Likewise.
3771         * lib/gettimeofday.h: Remove.
3772         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3773         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3774         Include <time.h>, for 'time()'.
3775         (localtime_buffer_addr): Also use this workaround if
3776         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3777         to simplify the uses.  All uses changed.
3778         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3779         that #undef is inside {}, and 'const' follows type name consistently.
3780         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3781         (gettimeofday): Do not use the maximum possible value for
3782         tv->tv_usec, since that might break usages other than ls.c.
3783         Instead, we'll leave ls.c alone.  This undoes today's patch
3784         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3785         we've never observed the problem but might as well keep the
3786         canary.
3787         * lib/nanosleep.c: Include timespec.h first, for interface check.
3788         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3789         now assume the sys_time module.
3790         * lib/tempname.c: Likewise.
3791         * lib/timespec.h: Likewise.
3792         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3793         needed.
3794         * lib/strftime.c: Likewise.
3795         * lib/timespec.h: Likewise.
3796         * lib/posixtm.c: Include posixtm.h first, for interface check.
3797         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3798         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3799         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3800         * lib/sys_time_.h: New file.
3801         * lib/timespec.h (struct timespec): Use long int, not long.
3802         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3803         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3804         Remove obsolescent call to AC_HEADER_TIME.
3805         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3806         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3807         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3808         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3809         Likewise.
3810         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3811         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3812         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3813         into the sys_time module.  Check for gettimeofday just once.
3814         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3815         for gettimeofday signature to just check the signature.  Merely
3816         compile it, since linking doesn't test signature.  Improve test for
3817         whether gettimeofday.o is actually needed.
3818         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3819         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3820         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3821         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3822         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3823         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3824         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3825         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3826         than worrying about sys/time.h.
3827         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3828         Don't bother worrying about TIME_WITH_SYS_TIME.
3829         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3830         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3831         * m4/sys_time_h.m4: New file.
3832         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3833         Don't include sys/time.h.  Return from main rather than exiting.
3834         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3835         all uses changed.
3836         * modules/gethrxtime (Depends-on): Add sys_time.
3837         * modules/gettime (Depends-on): Likewise.
3838         * modules/gettimeofday (Depends-on): Likewise.
3839         * modules/nanosleep (Depends-on): Likewise.
3840         * modules/settime (Depends-on): Likewise.
3841         * modules/tempname (Depends-on): Likewise.
3842         * modules/utimens (Depends-on): Likewise.
3843         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3844         (Include:) Change back to <sys/time.h>.
3845         (Maintainer:) Add self.
3846         * modules/sys_time: New file.
3847         * modules/tempname (Depends-on): Add gettimeofday.
3848         * tests/test-gettimeofday.c: Include <sys/time.h>
3849         rather than gettimeofday.h.
3850
3851 2007-01-17  Bruno Haible  <bruno@clisp.org>
3852
3853         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3854         the license default to GPL.
3855         (func_create_testdir): Don't complain if a module is LGPL and its
3856         tests module depends on GPLed modules.
3857
3858 2007-01-17  Bruno Haible  <bruno@clisp.org>
3859
3860         * lib/gettimeofday.c (gettimeofday): Add code for the case
3861         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3862         maximum possible value for tv->tv_usec, rather than the minimum one.
3863
3864 2005-10-08  Martin Lambers  <marlam@marlam.de>
3865 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3866 2007-01-16  Bruno Haible  <bruno@clisp.org>
3867
3868         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3869         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3870         gl_FUNC_GETTIMEOFDAY.
3871         (Include): Add gettimeofday.h.
3872         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3873         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3874         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3875         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3876         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3877         * lib/gettimeofday.h: New file.
3878         * lib/gettimeofday.c: Include <sys/timeb.h>.
3879         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3880         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3881         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3882         fall back on time().
3883
3884         * tests/test-gettimeofday.c: New file.
3885         * modules/gettimeofday-tests: New file.
3886
3887 2007-01-16  Eric Blake  <ebb9@byu.net>
3888
3889         * modules/fnmatch (Depends-on): Depend on wchar.
3890         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3891         * m4/fnmatch.m4: Likewise.
3892         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3893         * m4/mbchar.m4: Likewise.
3894         * modules/mbswidth (Depends-on): Depend on wchar.
3895         * lib/mbswidth.c: Assume <wchar.h>.
3896         * m4/mbswidth.m4: Likewise.
3897         * modules/quotearg (Depends-on): Depend on wchar.
3898         * lib/quotearg.c: Assume <wchar.h>.
3899         * m4/quotearg.m4: Likewise.
3900         * modules/regex (Depends-on): Depend on wchar.
3901         * lib/regex_internal.h: Assume <wchar.h>.
3902         * m4/regex.m4: Likewise.
3903         * modules/stdint (Depends-on): Depend on wchar.
3904         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3905         * m4/stdint.m4: Likewise.
3906         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3907         * modules/strftime (Depends-on): Depend on wchar.
3908         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3909         * modules/strtol (Depends-on): Depend on wchar.
3910         * lib/strtol.c: Assume <wchar.h>.
3911         * modules/wcwidth (Depends-on): Depend on wchar.
3912         * lib/wcwidth.h: Assume <wchar.h>.
3913         * m4/wcwidth.m4: Likewise.
3914
3915 2007-01-16  Bruno Haible  <bruno@clisp.org>
3916
3917         * modules/csharpexec-script: New, created from...
3918         * modules/csharpexec: ... this.
3919
3920 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3921
3922         * modules/javaexec-script: New, created from...
3923         * modules/javaexec: ... this.
3924
3925 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3926
3927         * modules/poll (Dependencies): Add sys_select.
3928
3929 2007-01-15  Jim Meyering  <jim@meyering.net>
3930
3931         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3932         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3933         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3934         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3935
3936 2007-01-15  Bruno Haible  <bruno@clisp.org>
3937
3938         * modules/striconveh: New file.
3939         * lib/striconveh.h: New file.
3940         * lib/striconveh.c: New file.
3941         * MODULES.html.sh (Internationalization functions): Add striconveh.
3942
3943         * modules/striconveh-tests: New file.
3944         * tests/test-striconveh.c: New file.
3945
3946 2007-01-15  Bruno Haible  <bruno@clisp.org>
3947
3948         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3949         not from GNU libiconv or GNU libc.
3950
3951 2007-01-15  Bruno Haible  <bruno@clisp.org>
3952
3953         * doc/gnulib-intro.texi (Copyright): Explain the different license
3954         terms for module descriptions, autoconf macros, tests, documentation.
3955
3956 2007-01-14  Bruno Haible  <bruno@clisp.org>
3957
3958         * modules/striconv-tests: New file.
3959         * tests/test-striconv.c: New file.
3960
3961 2007-01-14  Bruno Haible  <bruno@clisp.org>
3962
3963         * modules/iconv-tests: New file.
3964         * tests/test-iconv.c: New file.
3965
3966 2007-01-14  Bruno Haible  <bruno@clisp.org>
3967
3968         * gnulib-tool (func_get_license): For test modules, use the license of
3969         the main module.
3970
3971 2007-01-14  Bruno Haible  <bruno@clisp.org>
3972
3973         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3974         if iconv is found to exist.
3975
3976 2007-01-14  Bruno Haible  <bruno@clisp.org>
3977
3978         * modules/c-ctype-tests: New file.
3979         * tests/test-c-ctype.c: New file.
3980
3981 2007-01-14  Bruno Haible  <bruno@clisp.org>
3982
3983         * modules/binary-io-tests: New file.
3984         * tests/test-binary-io.sh: New file.
3985         * tests/test-binary-io.c: New file.
3986
3987 2007-01-14  Bruno Haible  <bruno@clisp.org>
3988
3989         * modules/array-oset-tests: New file.
3990         * tests/test-array_oset.c: New file.
3991
3992 2007-01-14  Bruno Haible  <bruno@clisp.org>
3993
3994         * modules/array-list-tests: New file.
3995         * tests/test-array_list.c: New file.
3996
3997 2007-01-14  Bruno Haible  <bruno@clisp.org>
3998
3999         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4000         and make.
4001         Reported by Simon Josefsson in
4002         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4003
4004 2007-01-14  Bruno Haible  <bruno@clisp.org>
4005
4006         * modules/allocsa-tests: New file.
4007         * tests/test-allocsa.c: New file.
4008
4009 2007-01-14  Bruno Haible  <bruno@clisp.org>
4010
4011         * modules/fchdir (Depends-on): Add absolute-header.
4012         * modules/unistd (Depends-on): Likewise.
4013
4014 2006-12-30  Bruno Haible  <bruno@clisp.org>
4015
4016         * modules/fchdir: New file.
4017         * modules/unistd (Files): Add lib/unistd_.h.
4018         (Makefile.am): Generate unistd.h from unistd_.h.
4019         * lib/fchdir.c: New file.
4020         * lib/dirent_.h: New file.
4021         * lib/unistd_.h: New file.
4022         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4023         * m4/fchdir.m4: New file.
4024         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4025         (gl_HEADER_UNISTD): Invoke it.
4026         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4027         function.
4028         * lib/backupfile.c (opendir, closedir): Undefine.
4029         * lib/chown.c (open, close): Undefine.
4030         * lib/clean-temp.c (open, close): Undefine.
4031         * lib/copy-file.c (open, close): Undefine.
4032         * lib/execute.c (open, close): Undefine.
4033         * lib/fsusage.c (open, close): Undefine.
4034         * lib/gc-gnulib.c (open, close): Undefine.
4035         * lib/getcwd.c (opendir, closedir): Undefine.
4036         * lib/glob.c (opendir, closedir): Undefine.
4037         * lib/javacomp.c (open, close): Undefine.
4038         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4039         * lib/openat-proc.c (open, close): Undefine.
4040         * lib/pagealign_alloc.c (open, close): Undefine.
4041         * lib/pipe.c (open, close): Undefine.
4042         * lib/progreloc.c (open, close): Undefine.
4043         * lib/savedir.c (opendir, closedir): Undefine.
4044         * lib/utime.c (open, close): Undefine.
4045         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4046
4047 2007-01-10  Bruno Haible  <bruno@clisp.org>
4048
4049         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4050
4051 2007-01-12  Eric Blake  <ebb9@byu.net>
4052
4053         Provide a robust <wchar.h>.  Further simplifications are now
4054         possible in other modules, but not included here.
4055         * modules/wchar: New module.
4056         * m4/wchar.m4: New file.
4057         * lib/wchar_.h: Likewise.
4058         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4059         of the new module.
4060         * MODULES.html.sh (Extended multibyte and wide character utilities):
4061         New section.
4062
4063 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4064
4065         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4066         to a reasonable default for memory allocation.
4067         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4068         file system that reports garbage st_size values for symlinks.
4069         Problem reported by Liyang Hu.
4070
4071 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4072
4073         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4074         Emacs .#* auto-save files).
4075
4076 2007-01-11  Bruno Haible  <bruno@clisp.org>
4077
4078         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4079         directory.
4080
4081 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4082
4083         Use @...@ consistently in lib/wctype_.h.
4084         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4085         on it being set to 1 or 0.
4086         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4087         go back to AC_SUBSTing it.
4088         * modules/wctype (Makefile.am): Undo previous change.
4089
4090 2007-01-10  Eric Blake  <ebb9@byu.net>
4091
4092         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4093         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4094         * modules/wctype (Makefile.am): Likewise.
4095         Reported by Chris McGuire.
4096
4097 2007-01-10  Jim Meyering  <jim@meyering.net>
4098
4099         fts.c: a small readability/maintainability improvement
4100         * lib/fts.c (fts_read): Make this code slightly more readable and
4101         maintainable by hoisting the "sp->fts_cur = p" assignments to
4102         immediately follow the statements that set P.  Derived from
4103         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4104
4105 2007-01-10  Eric Blake  <ebb9@byu.net>
4106
4107         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4108         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4109         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4110         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4111         Reported by Chris McGuire.
4112
4113 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4114
4115         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4116         in sed script.
4117
4118 2007-01-09  Bruno Haible  <bruno@clisp.org>
4119
4120         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4121         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4122         variables.
4123         (func_module): Use them.
4124
4125 2007-01-09  Bruno Haible  <bruno@clisp.org>
4126
4127         * modules/unistr/base: New file.
4128         * lib/unistr.h: New file.
4129
4130         * modules/unistr/u8-to-u16: New file.
4131         * lib/unistr/u8-to-u16.c: New file.
4132
4133         * modules/unistr/u8-to-u32: New file.
4134         * lib/unistr/u8-to-u32.c: New file.
4135
4136         * modules/unistr/u16-to-u8: New file.
4137         * lib/unistr/u16-to-u8.c: New file.
4138
4139         * modules/unistr/u16-to-u32: New file.
4140         * lib/unistr/u16-to-u32.c: New file.
4141
4142         * modules/unistr/u32-to-u8: New file.
4143         * lib/unistr/u32-to-u8.c: New file.
4144
4145         * modules/unistr/u32-to-u16: New file.
4146         * lib/unistr/u32-to-u16.c: New file.
4147
4148         * modules/unistr/u8-check: New file.
4149         * modules/unistr/u16-check: New file.
4150         * modules/unistr/u32-check: New file.
4151         * lib/unistr/u8-check.c: New file.
4152         * lib/unistr/u16-check.c: New file.
4153         * lib/unistr/u32-check.c: New file.
4154
4155         * modules/unistr/u8-chr: New file.
4156         * modules/unistr/u16-chr: New file.
4157         * modules/unistr/u32-chr: New file.
4158         * lib/unistr/u8-chr.c: New file.
4159         * lib/unistr/u16-chr.c: New file.
4160         * lib/unistr/u32-chr.c: New file.
4161
4162         * modules/unistr/u8-cmp: New file.
4163         * modules/unistr/u16-cmp: New file.
4164         * modules/unistr/u32-cmp: New file.
4165         * lib/unistr/u8-cmp.c: New file.
4166         * lib/unistr/u16-cmp.c: New file.
4167         * lib/unistr/u32-cmp.c: New file.
4168
4169         * modules/unistr/u8-cpy: New file.
4170         * modules/unistr/u16-cpy: New file.
4171         * modules/unistr/u32-cpy: New file.
4172         * lib/unistr/u8-cpy.c: New file.
4173         * lib/unistr/u16-cpy.c: New file.
4174         * lib/unistr/u32-cpy.c: New file.
4175         * lib/unistr/u-cpy.h: New file.
4176
4177         * modules/unistr/u8-cpy-alloc: New file.
4178         * modules/unistr/u16-cpy-alloc: New file.
4179         * modules/unistr/u32-cpy-alloc: New file.
4180         * lib/unistr/u8-cpy-alloc.c: New file.
4181         * lib/unistr/u16-cpy-alloc.c: New file.
4182         * lib/unistr/u32-cpy-alloc.c: New file.
4183         * lib/unistr/u-cpy-alloc.h: New file.
4184
4185         * modules/unistr/u8-endswith: New file.
4186         * modules/unistr/u16-endswith: New file.
4187         * modules/unistr/u32-endswith: New file.
4188         * lib/unistr/u8-endswith.c: New file.
4189         * lib/unistr/u16-endswith.c: New file.
4190         * lib/unistr/u32-endswith.c: New file.
4191         * lib/unistr/u-endswith.h: New file.
4192
4193         * modules/unistr/u8-mblen: New file.
4194         * modules/unistr/u16-mblen: New file.
4195         * modules/unistr/u32-mblen: New file.
4196         * lib/unistr/u8-mblen.c: New file.
4197         * lib/unistr/u16-mblen.c: New file.
4198         * lib/unistr/u32-mblen.c: New file.
4199
4200         * modules/unistr/u8-mbtouc: New file.
4201         * modules/unistr/u16-mbtouc: New file.
4202         * modules/unistr/u32-mbtouc: New file.
4203         * lib/unistr/u8-mbtouc.c: New file.
4204         * lib/unistr/u16-mbtouc.c: New file.
4205         * lib/unistr/u32-mbtouc.c: New file.
4206
4207         * modules/unistr/u8-mbtouc-safe: New file.
4208         * modules/unistr/u16-mbtouc-safe: New file.
4209         * modules/unistr/u32-mbtouc-safe: New file.
4210         * lib/unistr/u8-mbtouc-safe.c: New file.
4211         * lib/unistr/u16-mbtouc-safe.c: New file.
4212         * lib/unistr/u32-mbtouc-safe.c: New file.
4213
4214         * modules/unistr/u8-move: New file.
4215         * modules/unistr/u16-move: New file.
4216         * modules/unistr/u32-move: New file.
4217         * lib/unistr/u8-move.c: New file.
4218         * lib/unistr/u16-move.c: New file.
4219         * lib/unistr/u32-move.c: New file.
4220         * lib/unistr/u-move.h: New file.
4221
4222         * modules/unistr/u8-next: New file.
4223         * modules/unistr/u16-next: New file.
4224         * modules/unistr/u32-next: New file.
4225         * lib/unistr/u8-next.c: New file.
4226         * lib/unistr/u16-next.c: New file.
4227         * lib/unistr/u32-next.c: New file.
4228
4229         * modules/unistr/u8-prev: New file.
4230         * modules/unistr/u16-prev: New file.
4231         * modules/unistr/u32-prev: New file.
4232         * lib/unistr/u8-prev.c: New file.
4233         * lib/unistr/u16-prev.c: New file.
4234         * lib/unistr/u32-prev.c: New file.
4235
4236         * modules/unistr/u8-set: New file.
4237         * modules/unistr/u16-set: New file.
4238         * modules/unistr/u32-set: New file.
4239         * lib/unistr/u8-set.c: New file.
4240         * lib/unistr/u16-set.c: New file.
4241         * lib/unistr/u32-set.c: New file.
4242         * lib/unistr/u-set.h: New file.
4243
4244         * modules/unistr/u8-startswith: New file.
4245         * modules/unistr/u16-startswith: New file.
4246         * modules/unistr/u32-startswith: New file.
4247         * lib/unistr/u8-startswith.c: New file.
4248         * lib/unistr/u16-startswith.c: New file.
4249         * lib/unistr/u32-startswith.c: New file.
4250         * lib/unistr/u-startswith.h: New file.
4251
4252         * modules/unistr/u8-stpcpy: New file.
4253         * modules/unistr/u16-stpcpy: New file.
4254         * modules/unistr/u32-stpcpy: New file.
4255         * lib/unistr/u8-stpcpy.c: New file.
4256         * lib/unistr/u16-stpcpy.c: New file.
4257         * lib/unistr/u32-stpcpy.c: New file.
4258         * lib/unistr/u-stpcpy.h: New file.
4259
4260         * modules/unistr/u8-stpncpy: New file.
4261         * modules/unistr/u16-stpncpy: New file.
4262         * modules/unistr/u32-stpncpy: New file.
4263         * lib/unistr/u8-stpncpy.c: New file.
4264         * lib/unistr/u16-stpncpy.c: New file.
4265         * lib/unistr/u32-stpncpy.c: New file.
4266         * lib/unistr/u-stpncpy.h: New file.
4267
4268         * modules/unistr/u8-strcat: New file.
4269         * modules/unistr/u16-strcat: New file.
4270         * modules/unistr/u32-strcat: New file.
4271         * lib/unistr/u8-strcat.c: New file.
4272         * lib/unistr/u16-strcat.c: New file.
4273         * lib/unistr/u32-strcat.c: New file.
4274         * lib/unistr/u-strcat.h: New file.
4275
4276         * modules/unistr/u8-strchr: New file.
4277         * modules/unistr/u16-strchr: New file.
4278         * modules/unistr/u32-strchr: New file.
4279         * lib/unistr/u8-strchr.c: New file.
4280         * lib/unistr/u16-strchr.c: New file.
4281         * lib/unistr/u32-strchr.c: New file.
4282
4283         * modules/unistr/u8-strcmp: New file.
4284         * modules/unistr/u16-strcmp: New file.
4285         * modules/unistr/u32-strcmp: New file.
4286         * lib/unistr/u8-strcmp.c: New file.
4287         * lib/unistr/u16-strcmp.c: New file.
4288         * lib/unistr/u32-strcmp.c: New file.
4289
4290         * modules/unistr/u8-strcpy: New file.
4291         * modules/unistr/u16-strcpy: New file.
4292         * modules/unistr/u32-strcpy: New file.
4293         * lib/unistr/u8-strcpy.c: New file.
4294         * lib/unistr/u16-strcpy.c: New file.
4295         * lib/unistr/u32-strcpy.c: New file.
4296         * lib/unistr/u-strcpy.h: New file.
4297
4298         * modules/unistr/u8-strcspn: New file.
4299         * modules/unistr/u16-strcspn: New file.
4300         * modules/unistr/u32-strcspn: New file.
4301         * lib/unistr/u8-strcspn.c: New file.
4302         * lib/unistr/u16-strcspn.c: New file.
4303         * lib/unistr/u32-strcspn.c: New file.
4304         * lib/unistr/u-strcspn.h: New file.
4305
4306         * modules/unistr/u8-strdup: New file.
4307         * modules/unistr/u16-strdup: New file.
4308         * modules/unistr/u32-strdup: New file.
4309         * lib/unistr/u8-strdup.c: New file.
4310         * lib/unistr/u16-strdup.c: New file.
4311         * lib/unistr/u32-strdup.c: New file.
4312         * lib/unistr/u-strdup.h: New file.
4313
4314         * modules/unistr/u8-strlen: New file.
4315         * modules/unistr/u16-strlen: New file.
4316         * modules/unistr/u32-strlen: New file.
4317         * lib/unistr/u8-strlen.c: New file.
4318         * lib/unistr/u16-strlen.c: New file.
4319         * lib/unistr/u32-strlen.c: New file.
4320         * lib/unistr/u-strlen.h: New file.
4321
4322         * modules/unistr/u8-strmblen: New file.
4323         * modules/unistr/u16-strmblen: New file.
4324         * modules/unistr/u32-strmblen: New file.
4325         * lib/unistr/u8-strmblen.c: New file.
4326         * lib/unistr/u16-strmblen.c: New file.
4327         * lib/unistr/u32-strmblen.c: New file.
4328
4329         * modules/unistr/u8-strmbtouc: New file.
4330         * modules/unistr/u16-strmbtouc: New file.
4331         * modules/unistr/u32-strmbtouc: New file.
4332         * lib/unistr/u8-strmbtouc.c: New file.
4333         * lib/unistr/u16-strmbtouc.c: New file.
4334         * lib/unistr/u32-strmbtouc.c: New file.
4335
4336         * modules/unistr/u8-strncat: New file.
4337         * modules/unistr/u16-strncat: New file.
4338         * modules/unistr/u32-strncat: New file.
4339         * lib/unistr/u8-strncat.c: New file.
4340         * lib/unistr/u16-strncat.c: New file.
4341         * lib/unistr/u32-strncat.c: New file.
4342         * lib/unistr/u-strncat.h: New file.
4343
4344         * modules/unistr/u8-strncmp: New file.
4345         * modules/unistr/u16-strncmp: New file.
4346         * modules/unistr/u32-strncmp: New file.
4347         * lib/unistr/u8-strncmp.c: New file.
4348         * lib/unistr/u16-strncmp.c: New file.
4349         * lib/unistr/u32-strncmp.c: New file.
4350
4351         * modules/unistr/u8-strncpy: New file.
4352         * modules/unistr/u16-strncpy: New file.
4353         * modules/unistr/u32-strncpy: New file.
4354         * lib/unistr/u8-strncpy.c: New file.
4355         * lib/unistr/u16-strncpy.c: New file.
4356         * lib/unistr/u32-strncpy.c: New file.
4357         * lib/unistr/u-strncpy.h: New file.
4358
4359         * modules/unistr/u8-strnlen: New file.
4360         * modules/unistr/u16-strnlen: New file.
4361         * modules/unistr/u32-strnlen: New file.
4362         * lib/unistr/u8-strnlen.c: New file.
4363         * lib/unistr/u16-strnlen.c: New file.
4364         * lib/unistr/u32-strnlen.c: New file.
4365         * lib/unistr/u-strnlen.h: New file.
4366
4367         * modules/unistr/u8-strpbrk: New file.
4368         * modules/unistr/u16-strpbrk: New file.
4369         * modules/unistr/u32-strpbrk: New file.
4370         * lib/unistr/u8-strpbrk.c: New file.
4371         * lib/unistr/u16-strpbrk.c: New file.
4372         * lib/unistr/u32-strpbrk.c: New file.
4373         * lib/unistr/u-strpbrk.h: New file.
4374
4375         * modules/unistr/u8-strrchr: New file.
4376         * modules/unistr/u16-strrchr: New file.
4377         * modules/unistr/u32-strrchr: New file.
4378         * lib/unistr/u8-strrchr.c: New file.
4379         * lib/unistr/u16-strrchr.c: New file.
4380         * lib/unistr/u32-strrchr.c: New file.
4381
4382         * modules/unistr/u8-strspn: New file.
4383         * modules/unistr/u16-strspn: New file.
4384         * modules/unistr/u32-strspn: New file.
4385         * lib/unistr/u8-strspn.c: New file.
4386         * lib/unistr/u16-strspn.c: New file.
4387         * lib/unistr/u32-strspn.c: New file.
4388         * lib/unistr/u-strspn.h: New file.
4389
4390         * modules/unistr/u8-strstr: New file.
4391         * modules/unistr/u16-strstr: New file.
4392         * modules/unistr/u32-strstr: New file.
4393         * lib/unistr/u8-strstr.c: New file.
4394         * lib/unistr/u16-strstr.c: New file.
4395         * lib/unistr/u32-strstr.c: New file.
4396         * lib/unistr/u-strstr.h: New file.
4397
4398         * modules/unistr/u8-strtok: New file.
4399         * modules/unistr/u16-strtok: New file.
4400         * modules/unistr/u32-strtok: New file.
4401         * lib/unistr/u8-strtok.c: New file.
4402         * lib/unistr/u16-strtok.c: New file.
4403         * lib/unistr/u32-strtok.c: New file.
4404         * lib/unistr/u-strtok.h: New file.
4405
4406         * modules/unistr/u8-uctomb: New file.
4407         * modules/unistr/u16-uctomb: New file.
4408         * modules/unistr/u32-uctomb: New file.
4409         * lib/unistr/u8-uctomb.c: New file.
4410         * lib/unistr/u16-uctomb.c: New file.
4411         * lib/unistr/u32-uctomb.c: New file.
4412
4413         * MODULES.html.sh (Unicode string functions): Add the new modules.
4414
4415 2007-01-08  Bruno Haible  <bruno@clisp.org>
4416
4417         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4418         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4419         subdirectories.
4420
4421 2007-01-08  Karl Berry  <karl@gnu.org>
4422
4423         * doc/error.texi: mention that main() fns must set program_name
4424         when progname is used.
4425
4426 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4427
4428         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4429         WCTYPE_H is empty, for the benefit of builds from non-distclean
4430         directories.  Problem reported by Eric Blake in
4431         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4432
4433 2007-01-08  Bruno Haible  <bruno@clisp.org>
4434
4435         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4436         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4437         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4438         PROVIDE_CANONICALIZE_FILENAME_MODE.
4439         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4440
4441 2007-01-08  Bruno Haible  <bruno@clisp.org>
4442
4443         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4444         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4445         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4446         * lib/fts.c: Likewise.
4447         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4448
4449 2006-12-25  Bruno Haible  <bruno@clisp.org>
4450
4451         * modules/utf8-ucs4-safe: New file.
4452         * lib/utf8-ucs4-safe.h: New file.
4453         * lib/unistr/utf8-ucs4-safe.c: New file.
4454
4455         * modules/utf16-ucs4-safe: New file.
4456         * lib/utf16-ucs4-safe.h: New file.
4457         * lib/unistr/utf16-ucs4-safe.c: New file.
4458
4459         * MODULES.html.sh (Unicode string functions): Add the new modules.
4460
4461 2007-01-08  Bruno Haible  <bruno@clisp.org>
4462
4463         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4464         (Depends-on): Add unitypes.
4465         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4466         (u8_mbtouc_aux): Move out to separate file.
4467         (u8_mbtouc): Use ucs4_t, uint8_t types.
4468         * lib/unistr/utf8-ucs4.c: New file.
4469
4470         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4471         (Depends-on): Add unitypes.
4472         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4473         (u16_mbtouc_aux): Move out to separate file.
4474         (u16_mbtouc): Use ucs4_t, uint16_t types.
4475         * lib/unistr/utf16-ucs4.c: New file.
4476
4477         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4478         (Depends-on): Add unitypes.
4479         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4480         (u8_uctomb_aux): Move out to separate file.
4481         (u8_uctomb): Use ucs4_t, uint8_t types.
4482         * lib/unistr/ucs4-utf8.c: New file.
4483
4484         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4485         (Depends-on): Add unitypes.
4486         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4487         (u16_uctomb_aux): Move out to separate file.
4488         (u16_uctomb): Use ucs4_t, uint16_t types.
4489         * lib/unistr/ucs4-utf16.c: New file.
4490
4491 2006-12-25  Bruno Haible  <bruno@clisp.org>
4492
4493         * modules/unitypes: New file.
4494         * lib/unitypes.h: New file.
4495         * MODULES.html.sh (func_all_modules): New section "Unicode string
4496         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4497         this section. Add unitypes.
4498
4499 2007-01-08  Bruno Haible  <bruno@clisp.org>
4500
4501         Avoid variable names that conflict with those from libtool.
4502         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4503         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4504         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4505         library_names_spec to acl_library_names_spec, hardcode_* to
4506         acl_hardcode_*.
4507         Reported by Ralf Wildenhues.
4508
4509 2007-01-08  Bruno Haible  <bruno@clisp.org>
4510
4511         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4512         definition.
4513         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4514         definition.
4515         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4516         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4517         definition.
4518         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4519         definition.
4520         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4521         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4522         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4523         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4524         definition.
4525         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4526         definition.
4527         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4528         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4529         GC_USE_<algorithm>.
4530         * lib/gc-libgcrypt.c: Likewise.
4531         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4532         * modules/gc-arctwo (configure.ac): Likewise.
4533         * modules/gc-des (configure.ac): Likewise.
4534         * modules/gc-hmac-md5 (configure.ac): Likewise.
4535         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4536         * modules/gc-md2 (configure.ac): Likewise.
4537         * modules/gc-md4 (configure.ac): Likewise.
4538         * modules/gc-md5 (configure.ac): Likewise.
4539         * modules/gc-random (configure.ac): Likewise.
4540         * modules/gc-rijndael (configure.ac): Likewise.
4541         * modules/gc-sha1 (configure.ac): Likewise.
4542
4543 2007-01-08  Bruno Haible  <bruno@clisp.org>
4544
4545         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4546         macro definition.
4547         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4548         definition.
4549         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4550         definition.
4551         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4552         * modules/fcntl-safer (configure.ac): Likewise.
4553         * modules/fopen-safer (configure.ac): Likewise.
4554         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4555         GNULIB_FWRITEERROR macro definition.
4556
4557 2007-01-08  Bruno Haible  <bruno@clisp.org>
4558
4559         * m4/gnulib-common.m4: New file.
4560         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4561         (func_get_filelist): Add m4/gnulib-common.m4.
4562
4563 2007-01-08  Bruno Haible  <bruno@clisp.org>
4564
4565         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4566         command.
4567
4568 2007-01-08  Jim Meyering  <jim@meyering.net>
4569
4570         Use a more robust test for a "can't happen" condition.
4571         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4572         narrowed the st_size value.  Presuming the "can't happen" condition
4573         is true, that narrowing could conceivably convert an invalid st_size
4574         value into a valid one.  Instead, use a change based on Matthew
4575         Woehlke's original patch.
4576
4577         Slight readability improvement: use an assert-like macro
4578         in place of literal "abort ()" uses.
4579         * lib/fts.c (fts_assert): Define.
4580         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4581         Use this macro instead of a bare 'abort'.
4582
4583 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4584
4585         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4586         simply work around them.
4587         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4588         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4589         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4590         declaring.
4591         Don't bother to define as macros, since the standard doesn't require it.
4592         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4593         longer worry about IRIX 5.3.
4594         (HAVE_WCTYPE_CTMP_BUG): Remove.
4595
4596 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4597
4598         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4599         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4600         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4601         Problems reported by Georg Schwarz for IRIX 5.3.
4602
4603         * gnulib-tool (autoconf_minversion): Take the maximum version number
4604         found, not the minimum.  Problem reported by James Youngman.
4605
4606 2007-01-03  Karl Berry  <karl@gnu.org>
4607
4608         * doc/error.texi: new file, explaining interaction with progname.
4609         * doc/gnulib.texi: include it.  Update copyright.
4610
4611 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4612
4613         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4614         AC_CANONICAL_HOST, to improve autobuild outputs.
4615
4616 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4617             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4618
4619         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4620         sockets, server sockets, and other file descriptors.  Count errors
4621         to compute the return value.  Reorder the code a bit to be easier
4622         to follow.  Don't set event bits that were not requested (except
4623         POLLERR and POLLHUP).
4624
4625 2007-01-01  Bruno Haible  <bruno@clisp.org>
4626
4627         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4628
4629 2007-01-03  Jim Meyering  <jim@meyering.net>
4630
4631         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4632
4633 2007-01-02  Bruno Haible  <bruno@clisp.org>
4634
4635         * modules/settime (Include): Require timespec.h.
4636         * modules/nanosleep (Include): Likewise.
4637
4638 2007-01-01  Bruno Haible  <bruno@clisp.org>
4639
4640         * gnulib-tool (func_emit_copyright_notice): Bump year.
4641         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4642
4643 2007-01-01  Bruno Haible  <bruno@clisp.org>
4644
4645         Improve support for OpenBSD.
4646         * build-aux/config.rpath (libname_spec): Export.
4647         (library_names_spec): New variable. Export.
4648         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4649         library_names_spec from the config.rpath output. Locate shared library
4650         through the name pattern in library_names_spec.
4651
4652 2007-01-01  Eric Blake  <ebb9@byu.net>
4653
4654         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4655
4656 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4657
4658         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4659         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4660         assume the C locale, and avoid an "eval" that could cause trouble.
4661         Problem with SORT reported by Bob Proulx.
4662
4663         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4664         Define.  Trivial patch from Henning Nielsen Lund, originally
4665         sent to bug-grep@gnu.org today.
4666
4667 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4668
4669         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4670         struct stat.  Problem reported by Henning Nielsen Lund.
4671         * lib/acl.c: Include acl.h first, to check interface.  Don't
4672         bother to include sys/types.h and sys/stat.h again.
4673
4674 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4675
4676         Import the following change from libc; problem reported by
4677         Sven Verdoolaege.
4678
4679         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4680
4681         [BZ #1373]
4682         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4683
4684 2006-12-28  Jim Meyering  <jim@meyering.net>
4685
4686         * build-aux/announce-gen: Do not assume that the package
4687         builds any of tar.gz, tar.bz2, and .xdelta files.
4688         Suggestion from Simon Josefsson.
4689
4690 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4691
4692         * modules/announce-gen: New file.
4693
4694 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4695
4696         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4697         handles its gotchas now.
4698         * lib/mbswidth.c: Likewise.
4699         * lib/wcwidth.h: Likewise.
4700         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4701         and iswcntrl; the wctype module does this stuff now.
4702         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4703         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4704         * modules/mbchar (Depends-on): Add wctype.
4705         * modules/mbswidth (Depends-on): Likewise.
4706         * modules/wcwidth (Depends-on): Likewise.
4707
4708 2006-12-27  Eric Blake  <ebb9@byu.net>
4709
4710         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4711         module uses more than what <wctype.h> is required to provide.
4712
4713 2006-12-26  Eric Blake  <ebb9@byu.net>
4714
4715         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4716
4717 2006-12-26  Eric Blake  <ebb9@byu.net>
4718
4719         * modules/absolute-header: New module.
4720         * modules/fcntl (Depends-on): Depend on it.
4721         * modules/inttypes (Depends-on): Likewise.
4722         * modules/stdint (Depends-on): Likewise.
4723         * modules/sys_stat (Depends-on): Likewise.
4724         * modules/wctype (Depends-on): Likewise.
4725         * MODULES.html.sh (Support for building libraries and
4726         executables): Document it.
4727
4728 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4729
4730         * gnulib-tool (SED): Remove, undoing previous change.
4731         The problem was that it broke coreutils on Solaris, because
4732         "sed --posix" leaked into a makefile.
4733         (sed): New alias, if 'alias' and GNU sed.
4734
4735 2006-12-24  Jim Meyering  <jim@meyering.net>
4736
4737         Work around an fchownat bug in glibc-2.4:
4738         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4739         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4740         in spite of the -P option.
4741         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4742         New macros.
4743         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4744         * modules/openat (Files): Add lib/fchownat.c.
4745         * lib/openat.c (fchownat): Don't define here.  Move to...
4746         * lib/fchownat.c: ...this new file.
4747
4748 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4749
4750         Fix bug reported by Bruno Haible in
4751         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4752         where quotearg.c didn't compile on Mac OS X 10.2 because it
4753         lacks <wchar.h> and wint_t.
4754         * lib/wctype_.h (__wctype_wint_t): New type.
4755         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4756         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4757         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4758         Arg is now of type __wctype_wint_t, not wint_t.
4759         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4760         substitute HAVE_WINT_T.
4761         * modules/wctype (Files): Add m4/wint_t.m4.
4762         (wctype.h): Substitute HAVE_WINT_T.
4763
4764 2006-12-23  Bruno Haible  <bruno@clisp.org>
4765
4766         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4767
4768 2006-12-23  Bruno Haible  <bruno@clisp.org>
4769
4770         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4771         S_ISLNK.
4772         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4773         mingw.
4774
4775 2006-12-22  Bruno Haible  <bruno@clisp.org>
4776
4777         * lib/copy-file.c: Include acl.h.
4778         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4779         Close the file descriptors only after being done with copy_acl.
4780         * modules/copy-file (Depends-on): Add acl.
4781
4782 2006-12-22  Bruno Haible  <bruno@clisp.org>
4783
4784         * gnulib-tool (SED): New variable.
4785         Use $SED instead of sed everywhere.
4786
4787 2006-12-22  Bruno Haible  <bruno@clisp.org>
4788
4789         * modules/no-c++: New file.
4790         * m4/no-c++.m4: New file.
4791         * MODULES.html.sh (Support for building libraries and executables):
4792         Add no-c++.
4793
4794 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4795
4796         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4797         Include <limits.h>, and use its INT_MAX to rewrite the
4798         j loop so that it does not overflow 'int'.  Problem reported by
4799         Ralf Wildenhues in
4800         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4801         Play it safe by shifting left by 1 rather than multiplying by 2,
4802         as GCC is less likely to optimize this away when the value
4803         is signed (when it assumes overflow leads to undefined behavior).
4804         Also, don't assume time_t uses two's complement.
4805
4806 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4807
4808         * MODULES.html.sh: New module wctype.
4809         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4810         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4811         <wctype.h>, since the new wctype module should fix this.
4812         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4813         the wctype module should arrange for it.
4814         * lib/regex_internal.h: Likewise.
4815         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4816         since the wctype module should handle this now.
4817         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4818         * modules/fnmatch (Depends-on): Add wctype.
4819         * modules/quotearg (Depends-on): Likewise.
4820         * modules/regex (Depends-on): Likewise.
4821
4822 2006-12-19  Bruno Haible  <bruno@clisp.org>
4823
4824         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4825         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4826
4827 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4828
4829         * modules/savewd (Depends-on): Fix dependency on fcntl.
4830
4831 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4832
4833         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4834         conforms to C99, rather than relying on the user's environment
4835         setting of STDINT_H.
4836
4837 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4838         and Eric Blake  <ebb9@byu.net>
4839
4840         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4841         This is more consistent with the other defines here.
4842         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4843         Port to z/OS.  Problem reported by Paul Gilmartin.
4844         Change local vars to use gl_ prefix rather than ac_.
4845         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4846         with other defines.
4847         * modules/double-slash-root: New module.
4848         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4849         (Depends-on): Add double-slash-root.
4850         * MODULES.html.sh (File system functions): Mention new module.
4851
4852 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4853
4854         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4855         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4856         This is for the benefit of gzip, which doesn't do i18n.
4857
4858 2006-12-12  Jim Meyering  <jim@meyering.net>
4859
4860         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4861         Reported by Andreas Schwab <schwab@suse.de>.
4862
4863 2006-12-12  Bruno Haible  <bruno@clisp.org>
4864
4865         Merge these changes.
4866         2006-09-05  Bruno Haible  <bruno@clisp.org>
4867         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4868         iconv_alloc succeeded.
4869         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4870         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4871         test for " && dest " at the end - dest is always != NULL there. Call
4872         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4873         with 2xNULL arguments, also to flush the state storage. Handle the
4874         IRIX iconv behaviour. Realloc the final result, to throw away unused
4875         memory.
4876
4877 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4878
4879         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4880         and fchmodat unconditionally, since glibc 2.4 has them.
4881         Problem reported by Arkadiusz Miskiewicz.
4882
4883 2006-12-10  Bruno Haible  <bruno@clisp.org>
4884
4885         * gnulib-tool (func_import): Show the include files only for those
4886         modules that are copied and specified.
4887         Reported by Karl Berry.
4888
4889 2006-12-08  Jim Meyering  <jim@meyering.net>
4890
4891         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4892         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4893
4894         * build-aux/announce-gen: Add two new options, both optional:
4895         --bootstrap-tools=TOOL_LIST
4896               a comma-separated list of tools, e.g.,
4897               autoconf,automake,bison,gnulib
4898         --gnulib-snapshot-date=DATE
4899               if gnulib is in the bootstrap tool list,
4900               then report this as the snapshot date.
4901               If not specified, use the current date/time.
4902               If you specify a date here, be sure it's UTC.
4903
4904 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4905
4906         * tests/test-argp-2.sh: Fix test to match actual output.
4907         (func_compare): Fix sed script to be portable.
4908
4909 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4910
4911         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4912         workaround for this case.  It is not autoconfigured now; offhand
4913         it's hard to see how to autoconfigure it.
4914
4915 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4916
4917         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4918         a directory that is about to be chowned.  Such a directory's
4919         initial file permissions should permit the owner only and this
4920         should not be changed until after the chown, since the group and
4921         other bits would be incorrect if they granted permission before
4922         the chown.
4923
4924         Fix porting problem for iswctype reported by Georg Schwarz in:
4925         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4926         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4927         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4928         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4929         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4930
4931 2006-12-03  Jim Meyering  <jim@meyering.net>
4932
4933         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4934         p->fts_statp may not yet be defined.
4935         (fts_read): Instead, set it in the caller, once p->fts_statp is
4936         sure to be defined, and corresponds to a top-level directory.
4937         This bug made du -x fail.  Here's the coreutils test case:
4938         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4939         Reported by Mike Frysinger.
4940
4941 2006-12-01  Jim Meyering  <jim@meyering.net>
4942
4943         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4944         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4945         Reported by Simon Josefsson.
4946
4947 2006-11-30  Jim Meyering  <jim@meyering.net>
4948
4949         * m4/warning.m4: Use the all-permissive copyright notice
4950         recommended by RMS (rather than LGPL).
4951         * m4/vararrays.m4: Likewise.
4952         * m4/flexmember.m4: Likewise.
4953
4954 2006-11-29  Bruno Haible  <bruno@clisp.org>
4955
4956         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4957         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4958         using +=.
4959         Reported by Simon Josefsson <simon@josefsson.org>.
4960
4961 2006-11-28  James Youngman <jay@gnu.org>
4962
4963         * README: Advise users that they might find the bug-gnulib@gnu.org
4964         and autotools-announce@gnu.org mailing lists useful.
4965
4966 2006-11-28  Bruno Haible  <bruno@clisp.org>
4967
4968         * m4/ptrdiff_max.m4: Remove file.
4969
4970 2006-11-21  Bruno Haible  <bruno@clisp.org>
4971
4972         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4973         _AC_COMPUTE_INT.
4974         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4975         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4976         _AC_COMPUTE_INT.
4977         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4978         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4979         _AC_COMPUTE_INT.
4980         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4981
4982 2006-11-28  Jim Meyering  <jim@meyering.net>
4983
4984         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4985         warning from "gcc -Wshadow" about shadowing the builtin.
4986
4987 2006-11-27  Bruno Haible  <bruno@clisp.org>
4988
4989         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4990         _AC_COMPUTE_INT.
4991         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4992
4993 2006-11-27  Bruno Haible  <bruno@clisp.org>
4994             Paul Eggert  <eggert@cs.ucla.edu>
4995
4996         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4997
4998 2006-11-26  Bruno Haible  <bruno@clisp.org>
4999
5000         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5001         noinst_LTLIBRARIES.
5002
5003 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5004             Bruno Haible  <bruno@clisp.org>
5005
5006         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5007         if compiling with "gcc -ansi".
5008
5009 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5010
5011         Fix some incompatibilities with gcc -ansi -pedantic.
5012         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5013         if compiling pedantically with GCC, unless it's C99 or later.
5014         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5015         it mishandles gcc -ansi -pedantic as well.
5016         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5017         if gcc -pedantic.
5018         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5019         initializers for struct if -pedantic, unless it's C99 or later.
5020
5021 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5022
5023         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5024         Don't close an fd more than once. Identical atimes indicate
5025         success, not failure.
5026
5027 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5028
5029         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5030
5031 2006-11-23  Jim Meyering  <jim@meyering.net>
5032
5033         * build-aux/announce-gen: New file.  From coreutils.
5034
5035 2006-11-22  Jim Meyering  <jim@meyering.net>
5036
5037         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5038         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5039         (fts_read): Use a temporary to narrow the overused st_size member
5040         before using it in a switch statement.  Reported by Matthew Woehlke.
5041
5042         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5043         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5044
5045 2006-11-20  Bruno Haible  <bruno@clisp.org>
5046
5047         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5048         changequote instead of pairs of brackets.
5049         Reported by Andreas Schwab <schwab@suse.de>.
5050
5051 2006-11-21  Jim Meyering  <jim@meyering.net>
5052
5053         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5054         so as to remain compatible with older compilers.
5055         Patch from Michael Deutschmann.
5056
5057 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5058
5059         * MODULES.html.sh (File system functions): Add openat.
5060
5061         * lib/openat.h (rpl_fstatat): New macro, if
5062         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5063         (fstatat): Define to rpl_fstatat under the same conditions,
5064         unless COMPILING_FSTATAT.
5065         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5066         seems to have the bug.
5067         * lib/fstatat.c: New file.
5068         * modules/openat (Files): Add it.
5069
5070 2006-11-20  Bruno Haible  <bruno@clisp.org>
5071
5072         * Makefile: New file.
5073
5074 2006-11-20  Jim Meyering  <jim@meyering.net>
5075
5076         The beginnings of syntax-related checks for gnulib.
5077         * lib/Makefile: New file.
5078         * lib/t-idcache: New script.  Ensure that the two halves of
5079         idcache.c stay in sync.
5080
5081         * lib/idcache.c: Adjust comments in user- and group- portions to
5082         be more accurate, and to be consistent with one another.
5083
5084 2006-11-20  Jim Meyering  <jim@meyering.net>
5085
5086         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5087         continue using the flexible array member (thus, this module performs
5088         half as many malloc calls), with the addition that...
5089         (getgroup, getuser): Consistently record a non-match via an empty
5090         "name" string, and map an empty string match to a NULL return value.
5091         * modules/idcache (Depends-on): Re-add flexmember.
5092
5093         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5094         (getuidbyname, getgroup, getgidbyname): Likewise.
5095
5096         Use cleaner syntax: NULL rather than 0.
5097         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5098
5099 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5100
5101         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5102         It mishandled the case where the group was missing.
5103         Problem reported by Greg Schafer.
5104         * modules/idcache: Likewise.
5105
5106 2006-11-18  Jim Meyering  <jim@meyering.net>
5107
5108         * check-module (%exempt_header): Add exception for some
5109         conditionally-included headers.
5110
5111         * modules/i-ring (Depends-on): Add verify.
5112         (License): Change to LGPL.
5113
5114 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5115
5116         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5117         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5118         and inttostr.h.  Use snprintf rather than uinttostr, so that
5119         LGPLed code doesn't depend on GPLed.
5120
5121 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5122
5123         * modules/inline (License): Change from GPL to LGPL.
5124
5125 2006-11-17  Jim Meyering  <jim@meyering.net>
5126
5127         * modules/d-type (License): Switch to LGPL.
5128
5129 2006-11-15  Bruno Haible  <bruno@clisp.org>
5130
5131         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5132
5133 2006-11-15  Eric Blake  <ebb9@byu.net>
5134
5135         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5136         the module dependency.
5137
5138 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5139             Bruno Haible  <bruno@clisp.org>
5140
5141         * gnulib-tool (func_create_testdir): Add license consistency check.
5142
5143 2006-11-15  Eric Blake  <ebb9@byu.net>
5144
5145         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5146         random "(cached)" in configure output.
5147
5148 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5149
5150         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5151         test for conforming inttypes.h is both announced and cached.
5152
5153         * MODULES.html.sh (seen_modules, seen_files): New variables.
5154         (func_module): Rewrite to use a few less gnulib-tool and sed
5155         invocations.  Avoid a couple of quadratic algorithms for ...
5156         (missed_modules, missed_files): ... these, with ...
5157         (func_append, func_tmpdir): ... these new functions, from
5158         gnulib-tool.  Analogously, install traps for cleanup.
5159
5160         * tests/test-gc.c (main): Remove unused variables.
5161         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5162
5163 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5164
5165         * modules/inttostr (License): Change to LGPL.
5166
5167 2006-11-14  Eric Blake  <ebb9@byu.net>
5168
5169         * modules/tempname (License): Change to LGPL.
5170
5171 2006-11-14  Eric Blake  <ebb9@byu.net>
5172
5173         * doc/functions.texi (Function Portability): *printf functions on
5174         Cygwin now understand all POSIX size specifiers.
5175
5176 2006-11-14  Bruno Haible  <bruno@clisp.org>
5177
5178         * modules/c-ctype (License): Change to LGPL.
5179
5180 2006-11-12  Bruno Haible  <bruno@clisp.org>
5181
5182         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5183         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5184         for GNOME libraries, for which the include files are installed in
5185         subdirectories of $prefix/include.
5186
5187 2006-11-12  Bruno Haible  <bruno@clisp.org>
5188
5189         * m4/lib-link.m4: Require at least autoconf-2.54.
5190         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5191         name to underscores for the --with option.
5192
5193 2006-11-13  Bruno Haible  <bruno@clisp.org>
5194
5195         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5196         the tests directory.
5197         Reported by Ralf Wildenhues.
5198
5199 2006-11-13  Bruno Haible  <bruno@clisp.org>
5200
5201         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5202         (func_emit_initmacro_end): Undo the override here.
5203         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5204         Works around the famous automake error in coreutils.
5205
5206 2006-11-13  Eric Blake  <ebb9@byu.net>
5207
5208         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5209         element, not its node.
5210
5211 2006-11-12  Bruno Haible  <bruno@clisp.org>
5212
5213         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5214         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5215
5216 2006-11-12  Bruno Haible  <bruno@clisp.org>
5217
5218         * gnulib-tool: New option --local-symlink.
5219         (func_usage): Document it.
5220         (lsymbolic): New variable.
5221         (func_import, func_create_testdir): If --symlink was not specified,
5222         test whether --local-symlink was specified and the file comes from
5223         the local_gnulib_dir.
5224
5225 2006-11-12  Bruno Haible  <bruno@clisp.org>
5226
5227         * gnulib-tool (func_ln): New function.
5228         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5229
5230 2006-11-12  Bruno Haible  <bruno@clisp.org>
5231
5232         Finish support for source files in subdirectories.
5233         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5234         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5235         AUTOMAKE_OPTIONS.
5236         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5237
5238 2006-11-12  Bruno Haible  <bruno@clisp.org>
5239
5240         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5241         EXTRA_lib_SOURCES augmentation.
5242         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5243
5244 2006-11-12  Jim Meyering  <jim@meyering.net>
5245
5246         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5247         file descriptors.  This also averts a failure on systems with
5248         native openat support when a traversed directory lacks "x" access.
5249         * lib/fts_.h: Include "i-ring.h"
5250         (struct FTS) [fts_fd_ring]: New member.
5251         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5252         (FCHDIR): Add parentheses.
5253         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5254         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5255         When descending, rather than simply closing the previous
5256         fts_cwd_fd value, push that file descriptor onto the ring.
5257         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5258         (fts_open): Initialize the new fd_ring member.
5259         (fts_close): Clear the ring.
5260         (fts_safe_changedir): When possible, use our new fd_ring to skip
5261         the diropen and fstat and dev/ino comparison that would normally
5262         accompany a virtual `chdir ("..")'.
5263
5264         * modules/fts (Depends-on): Add i-ring.
5265         * modules/i-ring: New module.
5266         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5267         * m4/i-ring.m4: New file.
5268
5269 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5270
5271         * gnulib-tool (func_create_testdir): Fix replacement of
5272         `build-aux' in configure.ac.  Run autotools in gltests
5273         subdirectory.
5274         (func_create_testdir, func_create_megatestdir, test): There is
5275         no need for '--force' in most autotool invocations in a new
5276         tree.  Actually fail the whole test if any of the tools, or the
5277         configure or make stages fail.
5278
5279         Sync from Automake.
5280         * build-aux/gnupload: Revert last change.  Add pointer to upload
5281         instructions of the GNU Maintenance Instructions.
5282         Suggestion by Karl Berry.
5283
5284 2006-11-10  Jim Meyering  <jim@meyering.net>
5285
5286         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5287
5288 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5289
5290         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5291         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5292         (bind_textdomain_codeset) [! ENABLE_NLS]:
5293         Evaluate all the arguments.  That way, callers get compatible behavior
5294         if the arguments have side effects.  Also, it avoids some GCC
5295         diagnostics in some cases; Joel E. Denny reported problems when Bison
5296         was configured with --enable-gcc-warnigs.
5297
5298 2006-11-10  Jim Meyering  <jim@meyering.net>
5299
5300         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5301         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5302         account.
5303
5304 2006-11-10  Jim Meyering  <jim@meyering.net>
5305
5306         * modules/inline: New file/module.
5307         * modules/xalloc (Files): Remove m4/inline.m4.
5308         (Depends-on): Add inline, instead.
5309         * modules/oset: Likewise.
5310         * modules/list: Likewise.
5311
5312 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5315         Problem reported by Matthew Woehlke.
5316
5317 2006-11-09  Bruno Haible  <bruno@clisp.org>
5318
5319         * lib/tempname.c (gen_tempname): Remove variant that invokes
5320         __gen_tempname.
5321         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5322         __gen_tempname.
5323
5324 2006-11-08  Bruno Haible  <bruno@clisp.org>
5325
5326         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5327         to 'yes' instead of 'cross-compiling'.
5328
5329 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5330
5331         * lib/quotearg.h (quotearg_free): New decl.
5332         * lib/quotearg.c (quotearg_free): New function.
5333         (slot0, nslots, slotvec0, slotvec):
5334         Now file-scope so that quotearg_free can get at them.
5335
5336 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5337
5338         Sync from Automake.
5339         * build-aux/gnupload: Add missing 'gnu' to example URL.
5340         Report by Karl Berry.
5341
5342 2006-11-08  Bruno Haible  <bruno@clisp.org>
5343
5344         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5345         Suggested by Paul Eggert.
5346
5347 2006-11-08  Jim Meyering  <jim@meyering.net>
5348
5349         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5350         It's already included if !_LIBC.
5351         (fts_safe_changedir): Add a comment.
5352
5353 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5354
5355         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5356         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5357         Matthew Woehlke.
5358
5359         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5360         definitions up, to avoid colliding with change below.
5361         (static_inline) [HAVE_INLINE]: New macro.
5362         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5363         Provide extern decls when !HAVE_INLINE.  Do not define unless
5364         static_inline is defined, either by us or by xmalloc.c.  Use
5365         static_inline rather than static inline.
5366         (XCALLOC): Optimize sizeof(T) = 1 case.
5367         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5368
5369 2006-11-07  Bruno Haible  <bruno@clisp.org>
5370
5371         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5372         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5373         AC_C_INLINE.
5374         * modules/xalloc (Files): Add m4/inline.m4.
5375
5376 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5377
5378         * README: Fix typo.
5379         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5380         (Miscellanous Notes): ...from this.
5381
5382 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5383
5384         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5385         Mention that offsetof should be used instead of sizeof.
5386         From Bruno Haible.
5387
5388 2006-11-07  Bruno Haible  <bruno@clisp.org>
5389
5390         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5391
5392 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5393
5394         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5395         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5396         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5397         (gl_tree_add_before, gl_tree_add_after):
5398         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5399         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5400         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5401         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5402         (gl_linked_add_after, gl_linked_add_at): Likewise.
5403         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5404         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5405         (gl_tree_add_before, gl_tree_add_after): Likewise.
5406         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5407         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5408         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5409
5410 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5411
5412         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5413
5414 2006-11-06  Bruno Haible  <bruno@clisp.org>
5415
5416         * m4/inline.m4: New file.
5417         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5418         * modules/list (Files): Add m4/inline.m4.
5419         * modules/oset (Files): Likewise.
5420
5421 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5422
5423         * lib/idcache.c: Include <stddef.h>, for offsetof.
5424         (struct userid.name): Change from char * to a flexible array member.
5425         All uses changed.
5426         * modules/idcache (Depends-on): Add flexmember.
5427
5428         * MODULES.html.sh (Core language properties): New module flexmember.
5429         * modules/flexmember, m4/flexmember.m4: New files.
5430
5431         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5432         inline functions that are identical with the old xnmalloc_inline,
5433         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5434         that we can avoid some unnecessary integer multiplications and
5435         divisions in the common case where the element size is known at
5436         compile time.
5437         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5438         needed.
5439         (xnboundedmalloc): Remove.
5440         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5441         arguments, for consistency with rest of this header.
5442         (xcharalloc): Rewrite using XNMALLOC.
5443         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5444         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5445         versions have been moved to lib/xalloc.h and renamed to be the
5446         non-*_inline versions.
5447         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5448         and xnrealloc functions, since those functions are now inline and
5449         now call us.
5450         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5451         renaming described above.
5452         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5453         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5454         captures the dependency in AC_C_INLINE.
5455
5456         New module canonicalize-lgpl, proposed by Charles Wilson in
5457         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5458         with a few small changes afterwards.
5459         * MODULES.html.sh (File system functions): New module
5460         canonicalize-lgpl.
5461         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5462         and canonicalize_file_name.
5463         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5464         * modules/canonicalize-lgpl: New files.
5465
5466 2006-11-05  Bruno Haible  <bruno@clisp.org>
5467
5468         * gnulib-tool (func_import, func_create_testdir): Create directories
5469         also for files in subdirectories of lib/.
5470
5471 2006-11-05  Bruno Haible  <bruno@clisp.org>
5472
5473         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5474         ANSI C compliant.
5475
5476 2006-11-03  Bruno Haible  <bruno@clisp.org>
5477
5478         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5479         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5480         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5481         (xnboundedmalloc): New inline function.
5482         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5483         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5484         xmalloc.
5485         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5486         xmalloc.
5487         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5488         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5489         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5490         xmalloc.
5491         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5492         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5493         xmalloc.
5494         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5495         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5496         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5497         xmalloc.
5498         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5499         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5500         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5501         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5502         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5503         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5504         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5505
5506 2006-11-03  Bruno Haible  <bruno@clisp.org>
5507
5508         * lib/c-ctype.h [C++]: Define functions without name mangling.
5509         * lib/fwriteerror.h [C++]: Likewise.
5510         * lib/gcd.h [C++]: Likewise.
5511         * lib/linebreak.h [C++]: Likewise.
5512
5513 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5514
5515         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5516         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5517         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5518         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5519         Check for functions and headers just once.
5520         Check for declaration of canonicalize_file_name.
5521         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5522
5523 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5524
5525         * gnulib-tool (func_import): Fix typo in actioncmd.
5526
5527 2006-11-02  Bruno Haible  <bruno@clisp.org>
5528
5529         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5530         newline sequence in the Makefile.am snippet as a space, like "make"
5531         does.
5532         Reported by Roger Persson <perrog@gmail.com>.
5533
5534 2006-11-01  Bruno Haible  <bruno@clisp.org>
5535
5536         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5537         already declared in <string.h>.
5538         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5539
5540 2006-11-01  Bruno Haible  <bruno@clisp.org>
5541
5542         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5543         * lib/strcase.h: Include <string.h>.
5544         (strcasecmp): Define to rpl_strcasecmp here.
5545
5546 2006-11-01  Bruno Haible  <bruno@clisp.org>
5547
5548         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5549
5550 2006-11-01  Eric Blake  <ebb9@byu.net>
5551
5552         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5553
5554         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5555
5556 2006-10-29  Bruno Haible  <bruno@clisp.org>
5557
5558         Make it compile in C++ mode.
5559         * lib/full-write.c (full_rw): Add a cast.
5560
5561 2006-11-01  Bruno Haible  <bruno@clisp.org>
5562
5563         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5564         be POSIX compliant.
5565         Reported by Roger Persson <perrog@gmail.com>.
5566
5567 2006-11-01  Eric Blake  <ebb9@byu.net>
5568
5569         * lib/getopt_.h: Fix comments.
5570
5571 2006-10-31  Eric Blake  <ebb9@byu.net>
5572
5573         * modules/tmpdir (Depends-on): Add sys_stat.
5574         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5575         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5576         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5577         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5578         tempname.
5579
5580 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         Avoid some C++ diagnostics reported by Bruno Haible.
5583         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5584         xmalloc.
5585         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5586         (struct slotvec): Move to top level.
5587         (quotearg_n_options): Rewrite to avoid xmalloc.
5588         * lib/xalloc.h (xcharalloc): New function.
5589         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5590         [defined __cplusplus]: Add function template that provides result
5591         type propagation.  This part of the change is from Bruno Haible.
5592
5593 2006-10-29  Bruno Haible  <bruno@clisp.org>
5594
5595         Make it compile in C++ mode.
5596         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5597         * lib/strnlen1.c (strnlen1): Cast memchr result.
5598         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5599         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5600         (create_temp_dir): Rename local variable 'template'.
5601         (compile_csharp_using_sscli): Add cast.
5602         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5603         * lib/findprog.c (find_in_path): Likewise.
5604         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5605         * lib/wait-process.c (register_slave_subprocess): Likewise.
5606
5607 2006-10-22  Bruno Haible  <bruno@clisp.org>
5608
5609         * modules/tsearch: New file.
5610         * lib/tsearch.h: New file.
5611         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5612         * m4/tsearch.m4: New file.
5613         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5614
5615 2006-10-29  Eric Blake  <ebb9@byu.net>
5616
5617         * lib/arcfour.c: Assume config.h.
5618         * lib/arctwo.c: Likewise.
5619         * lib/base64.c: Likewise.
5620         * lib/check-version.c: Likewise.
5621         * lib/crc.c: Likewise.
5622         * lib/des.c: Likewise.
5623         * lib/gc-gnulib.c: Likewise.
5624         * lib/gc-libgcrypt.c: Likewise.
5625         * lib/gc-pbkdf2-sha1.c: Likewise.
5626         * lib/getaddrinfo.c: Likewise.
5627         * lib/getdelim.c: Likewise.
5628         * lib/getline.c: Likewise.
5629         * lib/hmac-md5.c: Likewise.
5630         * lib/hmac-sha1.c: Likewise.
5631         * lib/iconvme.c: Likewise.
5632         * lib/md2.c: Likewise.
5633         * lib/md4.c: Likewise.
5634         * lib/memxor.c: Likewise.
5635         * lib/read-file.c: Likewise.
5636         * lib/readline.c: Likewise.
5637         * lib/rijndael-alg-fst.c: Likewise.
5638         * lib/rijndael-api-fst.c: Likewise.
5639         * lib/xgetdomainname.c: Likewise.
5640
5641 2006-10-28  Eric Blake  <ebb9@byu.net>
5642
5643         * lib/xstrndup.c: Assume config.h.
5644
5645 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5646
5647         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5648         stat-macros.h is now for our own macros, whereas stat_h is for
5649         macros in the <sys/stat.h> name space.
5650         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5651         (STAT_MACROS_H): Remove.
5652         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5653         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5654         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5655         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5656         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5657         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5658         Move these macros to ...
5659         * lib/stat_.h: here.  Don't include stat-macros.h.
5660         * lib/canonicalize.c: Don't include stat-macros.h.
5661         * lib/chown.c: Likewise.
5662         * lib/euidaccess.c: Likewise.
5663         * lib/file-type.c: Likewise.
5664         * lib/filemode.c: Likewise.
5665         * lib/glob.c: Likewise.
5666         * lib/isapipe.c: Likewise.
5667         * lib/lchown.c: Likewise.
5668         * lib/lstat.c: Likewise.
5669         * lib/mkdir-p.c: Likewise.
5670         * lib/rmdir.c: Likewise.
5671         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5672         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5673         unless mkdir isn't declared, to speed up 'configure'.
5674         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5675         would define all the S_* symbols.
5676         * modules/canonicalize (Depends-on):
5677         Depend on sys_stat, not stat-macros.
5678         * modules/chown: Likewise.
5679         * modules/euidaccess: Likewise.
5680         * modules/filemode: Likewise.
5681         * modules/file-type: Likewise.
5682         * modules/glob: Likewise.
5683         * modules/isapipe: Likewise.
5684         * modules/lchown: Likewise.
5685         * modules/lstat: Likewise.
5686         * modules/mkancesdirs: Likewise.
5687         * modules/rmdir: Likewise.
5688         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5689         * modules/modechange: Likewise.
5690         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5691         (configure.ac): Remove gl_STAT_MACROS.
5692         * modules/sys_stat (Depends-on): Remove stat-macros.
5693
5694 2006-10-27  Bruno Haible  <bruno@clisp.org>
5695
5696         * m4/signed.m4: Remove file.
5697         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5698         invocation.
5699         * modules/vasnprintf (Files): Remove m4/signed.m4.
5700
5701 2006-10-27  Bruno Haible  <bruno@clisp.org>
5702
5703         Update to GNU gettext 0.16.
5704         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5705         m4/inttypes-h.m4, m4/signed.m4.
5706         * m4/gettext.m4: Update to GNU gettext 0.16.
5707         * m4/intl.m4: New file, from GNU gettext.
5708         * m4/intldir.m4: New file, from GNU gettext.
5709         * config/srclist.txt: Update
5710
5711 2006-10-27  Eric Blake  <ebb9@byu.net>
5712
5713         * MODULES.html.sh: Document tempname.
5714         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5715         dependencies.
5716         (Files): Move lib/tempname.c...
5717         * modules/tempname: ...to this new module.
5718         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5719         (gl_PREREQ_TEMPNAME): Move...
5720         * m4/tempname.m4: ...to this new file.
5721         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5722         * modules/sys_stat (Depends-on): Add stat-macros.
5723         * lib/stat_.h (includes): Pick up stat macros.
5724         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5725         if stat macros are broken.
5726         * lib/tempname.c (includes): No need to include "stat-macros.h".
5727         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5728         (direxists, __path_search) [!_LIBC]: Don't compile these in
5729         gnulib; the tmpdir module covers that.
5730         * lib/tempname.h: New file.
5731
5732 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5733
5734         * COPYING: Explain how gnulib-tool converts licence headers.
5735         Almost all wording by Eric Blake.
5736
5737 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5738
5739         * lib/mbchar.h (is_basic_table): Make read-only.
5740         * lib/mbchar.c (is_basic_table): Likewise.
5741         Reported by John Darrington.
5742
5743 2006-10-25  Bruno Haible  <bruno@clisp.org>
5744
5745         * lib/progname.h (set_program_name): Undefine before defining.
5746
5747 2006-10-25  Bruno Haible  <bruno@clisp.org>
5748
5749         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5750         false for non-gcc C++ compilers.
5751         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5752
5753 2006-10-24  Bruno Haible  <bruno@clisp.org>
5754
5755         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5756         iconv implementations like Irix iconv.
5757
5758 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5759
5760         * modules/vararrays: New file.
5761         * m4/vararrays.m4: New file, taken from diffutils.
5762         * MODULES.html.sh: New module vararrays.
5763
5764 2006-10-24  Karl Berry  <karl@gnu.org>
5765
5766         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5767         Don't call GNU Unix.
5768
5769 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5770
5771         * users.txt: Add Libtool.
5772
5773         Sync from Libtool:
5774
5775         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5776
5777         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5778         to gnulib's policy of including config.h unconditionally.
5779
5780 2006-10-24  Bruno Haible  <bruno@clisp.org>
5781
5782         * modules/wcwidth (Files): Add m4/wint_t.m4.
5783         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5784         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5785
5786 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5787
5788         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5789         to pacify GCC with some -W flags enabled.  Problem reported by
5790         Bruno Haible.
5791
5792 2006-10-24  Jim Meyering  <jim@meyering.net>
5793
5794         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5795         Reported by Karl Berry.
5796
5797 2006-10-23  Bruno Haible  <bruno@clisp.org>
5798
5799         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5800
5801 2006-10-24  Bruno Haible  <bruno@clisp.org>
5802
5803         * lib/gl_list.h: Use C comment style, not C++ comment style.
5804
5805 2006-10-23  Eric Blake  <ebb9@byu.net>
5806
5807         * lib/getaddrinfo.c (includes): Add missing include.
5808
5809 2006-10-23  Bruno Haible  <bruno@clisp.org>
5810             Paul Eggert  <eggert@cs.ucla.edu>
5811
5812         Ability to rename obstack_free.
5813         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5814         obstack_free.
5815         (obstack_free): Invoke the __obstack_free macro.
5816         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5817
5818 2006-10-23  Bruno Haible  <bruno@clisp.org>
5819             Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5822         __argc, __argv from the declaration. (They are defined as macros on
5823         mingw.)
5824
5825 2006-10-22  Bruno Haible  <bruno@clisp.org>
5826
5827         * doc/gnulib-intro.texi: New file.
5828         * doc/gnulib.texi: Include it.
5829
5830 2006-10-21  Bruno Haible  <bruno@clisp.org>
5831
5832         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5833         "Introduction", "Miscellanous Notes", "Particular Modules".
5834
5835 2006-10-21  Bruno Haible  <bruno@clisp.org>
5836
5837         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5838         Change mostlyclean-local rule to avoid sh syntax error from bash
5839         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5840
5841 2006-10-23  Jim Meyering  <jim@meyering.net>
5842
5843         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5844         in place of snprintf.
5845
5846         * modules/inttostr (Files): Add lib/uinttostr.c.
5847         * lib/uinttostr.c (inttostr): New file/function.
5848         * lib/inttostr.h (uinttostr): Declare.
5849         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5850         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5851         Add uinttostr.
5852         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5853
5854 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5855
5856         * lib/canonicalize.c (ELOOP): Define if not already defined.
5857         Problem reported by Bruno Haible in
5858         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5859
5860 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5861
5862         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5863         Problem reported by Perry Smith and Ville Laurikari.
5864
5865         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5866         uses.
5867
5868 2006-10-19  Bruno Haible  <bruno@clisp.org>
5869
5870         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5871         for mingw.
5872
5873 2006-10-19  Bruno Haible  <bruno@clisp.org>
5874
5875         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5876         Needed for mingw.
5877
5878 2006-10-19  Bruno Haible  <bruno@clisp.org>
5879
5880         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5881
5882 2006-10-19  Bruno Haible  <bruno@clisp.org>
5883
5884         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5885         it.
5886
5887 2006-10-19  Bruno Haible  <bruno@clisp.org>
5888
5889         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5890         invocation.
5891
5892 2006-10-19  Bruno Haible  <bruno@clisp.org>
5893
5894         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5895         mountlist by default.
5896
5897 2006-10-16  Bruno Haible  <bruno@clisp.org>
5898
5899         * lib/c-strstr.c: Include c-strstr.h.
5900
5901 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5902
5903         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5904         in a slash.
5905
5906 2006-10-18  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/lock.h [C++]: Wrap definitions in extern "C".
5909
5910 2006-10-18  Bruno Haible  <bruno@clisp.org>
5911
5912         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5913         gl_LIBOBJS list.
5914
5915 2006-10-18  Bruno Haible  <bruno@clisp.org>
5916
5917         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5918
5919 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5920
5921         * lib/xstrtol.h: Include gettext.h.
5922         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5923         Problem reported by Eric Blake.
5924         * modules/xstrtol (Depends-on): Add gettext-h.
5925
5926 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5927
5928         * lib/strftime.c (advance): New macro.
5929         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5930         incomplete type, so you can't add 0 to it.  Problem and patch
5931         reported by Eelco Dolstra for dietlibc.
5932
5933 2006-10-18  Jim Meyering  <jim@meyering.net>
5934
5935         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5936         type for a local, and rename it: s/up/user_proc/.
5937
5938 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5939
5940         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5941         READ_UTMP_USER_PROCESS.
5942         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5943
5944 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5945
5946         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5947         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5948
5949 2006-10-17  Eric Blake  <ebb9@byu.net>
5950
5951         * lib/sigprocmask.c (sigprocmask): Fix typo.
5952
5953         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5954
5955         * modules/clean-temp (Makefile.am): Don't add to make output...
5956         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5957         config.h.
5958
5959 2006-10-17  Bruno Haible  <bruno@clisp.org>
5960
5961         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5962         differently if DEFAULT_TEXT_DOMAIN is set.
5963
5964 2006-10-16  Bruno Haible  <bruno@clisp.org>
5965
5966         * lib/clean-temp.c: Include fwriteerror.h.
5967
5968 2006-10-16  Bruno Haible  <bruno@clisp.org>
5969
5970         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5971
5972 2006-10-16  Bruno Haible  <bruno@clisp.org>
5973
5974         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5975         * lib/sigprocmask.h: Include <sys/types.h>.
5976         (sigset_t): Use the system's definition if present.
5977
5978 2006-10-17  Eric Blake  <ebb9@byu.net>
5979
5980         * lib/xvasprintf.c (includes): Assume config.h.
5981         * lib/xasprintf.c (includes): Likewise.
5982
5983 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5984
5985         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5986         at least as wide as intmax_t.
5987
5988 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5989
5990         (Imported from Automake.)
5991         * build-aux/gnupload: Update to version 1.1 of directive file.
5992
5993 2006-10-16  Eric Blake  <ebb9@byu.net>
5994
5995         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5996         match Automake 1.10a.
5997
5998 2006-10-14  Bruno Haible  <bruno@clisp.org>
5999
6000         * modules/sigprocmask: New file.
6001         * lib/sigprocmask.h: New file.
6002         * lib/sigprocmask.c: New file.
6003         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6004         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6005         request sigprocmask.o.
6006         (gl_PREREQ_SIGPROCMASK): New macro.
6007         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6008         (Depends-on): Add sigprocmask.
6009         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6010         gt_SIGNALBLOCKING. Test for 'raise' only once.
6011         * lib/fatal-signal.c: Include sigprocmask.h.
6012         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6013         unblock_fatal_signals): Define always.
6014         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6015         sigprocmask.
6016
6017 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6018
6019         Sync from Automake.
6020         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6021         which incorrectly sets the mode of an existing destination
6022         directory.  In some cases the unpatched install-sh could do the
6023         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6024         system.  We hope this is rare in practice, but it's clearly worth
6025         fixing.  Problem reported by Alex Unleashed in
6026         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6027         Also, don't bother to check for -m bugs unless we're using -m;
6028         suggested by Stepan Kasal.
6029
6030 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6031
6032         Sync from Automake.
6033         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6034         `-c' flag, so they appear at the same position as in %FASTDEP%
6035         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6036         which ignores unknown options only after the first non-option.
6037         Bug report against M4 by Nelson H. F. Beebe.
6038
6039 2006-10-13  Jim Meyering  <jim@meyering.net>
6040
6041         Fix a bug in yesterday's change.
6042         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6043         p->fts_statp->st_dev would be used uninitialized.
6044         Ensures that we always call fts_stat on the very first entry.
6045         Miklos Szeredi reported that find -xdev stopped working.
6046
6047 2006-10-12  Bruno Haible  <bruno@clisp.org>
6048
6049         * gnulib-tool (func_get_automake_snippet): Append an automatically
6050         computed EXTRA_DIST augmentation.
6051         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6052         * modules/alloca-opt (Makefile.am): Likewise.
6053         * modules/allocsa (Makefile.am): Likewise.
6054         * modules/arcfour (Makefile.am): Likewise.
6055         * modules/arctwo (Makefile.am): Likewise.
6056         * modules/argmatch (Makefile.am): Likewise.
6057         * modules/argz (Makefile.am): Likewise.
6058         * modules/atexit (Makefile.am): Likewise.
6059         * modules/backupfile (Makefile.am): Likewise.
6060         * modules/byteswap (Makefile.am): Likewise.
6061         * modules/c-strtod (Makefile.am): Likewise.
6062         * modules/c-strtold (Makefile.am): Likewise.
6063         * modules/calloc (Makefile.am): Likewise.
6064         * modules/canon-host (Makefile.am): Likewise.
6065         * modules/canonicalize (Makefile.am): Likewise.
6066         * modules/chdir-long (Makefile.am): Likewise.
6067         * modules/chdir-safer (Makefile.am): Likewise.
6068         * modules/check-version (Makefile.am): Likewise.
6069         * modules/chown (Makefile.am): Likewise.
6070         * modules/cloexec (Makefile.am): Likewise.
6071         * modules/close-stream (Makefile.am): Likewise.
6072         * modules/closeout (Makefile.am): Likewise.
6073         * modules/crc (Makefile.am): Likewise.
6074         * modules/csharpexec (Makefile.am): Likewise.
6075         * modules/cycle-check (Makefile.am): Likewise.
6076         * modules/des (Makefile.am): Likewise.
6077         * modules/dev-ino (Makefile.am): Likewise.
6078         * modules/dirfd (Makefile.am): Likewise.
6079         * modules/dirname (Makefile.am): Likewise.
6080         * modules/dup2 (Makefile.am): Likewise.
6081         * modules/eealloc (Makefile.am): Likewise.
6082         * modules/error (Makefile.am): Likewise.
6083         * modules/euidaccess (Makefile.am): Likewise.
6084         * modules/exclude (Makefile.am): Likewise.
6085         * modules/exitfail (Makefile.am): Likewise.
6086         * modules/fcntl-safer (Makefile.am): Likewise.
6087         * modules/fcntl (Makefile.am): Likewise.
6088         * modules/file-type (Makefile.am): Likewise.
6089         * modules/fileblocks (Makefile.am): Likewise.
6090         * modules/filemode (Makefile.am): Likewise.
6091         * modules/filenamecat (Makefile.am): Likewise.
6092         * modules/fnmatch (Makefile.am): Likewise.
6093         * modules/fopen-safer (Makefile.am): Likewise.
6094         * modules/fpending (Makefile.am): Likewise.
6095         * modules/fprintftime (Makefile.am): Likewise.
6096         * modules/free (Makefile.am): Likewise.
6097         * modules/fsusage (Makefile.am): Likewise.
6098         * modules/ftruncate (Makefile.am): Likewise.
6099         * modules/fts (Makefile.am): Likewise.
6100         * modules/gc-arcfour (Makefile.am): Likewise.
6101         * modules/gc-des (Makefile.am): Likewise.
6102         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6103         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6104         * modules/gc-md4 (Makefile.am): Likewise.
6105         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6106         * modules/gc-sha1 (Makefile.am): Likewise.
6107         * modules/gc (Makefile.am): Likewise.
6108         * modules/getaddrinfo (Makefile.am): Likewise.
6109         * modules/getcwd (Makefile.am): Likewise.
6110         * modules/getdelim (Makefile.am): Likewise.
6111         * modules/getdomainname (Makefile.am): Likewise.
6112         * modules/getgroups (Makefile.am): Likewise.
6113         * modules/gethostname (Makefile.am): Likewise.
6114         * modules/gethrxtime (Makefile.am): Likewise.
6115         * modules/getline (Makefile.am): Likewise.
6116         * modules/getloadavg (Makefile.am): Likewise.
6117         * modules/getlogin_r (Makefile.am): Likewise.
6118         * modules/getndelim2 (Makefile.am): Likewise.
6119         * modules/getopt (Makefile.am): Likewise.
6120         * modules/getpagesize (Makefile.am): Likewise.
6121         * modules/getpass-gnu (Makefile.am): Likewise.
6122         * modules/getpass (Makefile.am): Likewise.
6123         * modules/getsubopt (Makefile.am): Likewise.
6124         * modules/gettime (Makefile.am): Likewise.
6125         * modules/gettimeofday (Makefile.am): Likewise.
6126         * modules/getugroups (Makefile.am): Likewise.
6127         * modules/getusershell (Makefile.am): Likewise.
6128         * modules/glob (Makefile.am): Likewise.
6129         * modules/group-member (Makefile.am): Likewise.
6130         * modules/hard-locale (Makefile.am): Likewise.
6131         * modules/hash (Makefile.am): Likewise.
6132         * modules/hmac-md5 (Makefile.am): Likewise.
6133         * modules/hmac-sha1 (Makefile.am): Likewise.
6134         * modules/human (Makefile.am): Likewise.
6135         * modules/idcache (Makefile.am): Likewise.
6136         * modules/imaxabs (Makefile.am): Likewise.
6137         * modules/imaxdiv (Makefile.am): Likewise.
6138         * modules/inet_ntop (Makefile.am): Likewise.
6139         * modules/inet_pton (Makefile.am): Likewise.
6140         * modules/intprops (Makefile.am): Likewise.
6141         * modules/inttostr (Makefile.am): Likewise.
6142         * modules/inttypes (Makefile.am): Likewise.
6143         * modules/isapipe (Makefile.am): Likewise.
6144         * modules/javaversion (Makefile.am): Likewise.
6145         * modules/lchmod (Makefile.am): Likewise.
6146         * modules/lchown (Makefile.am): Likewise.
6147         * modules/localcharset (Makefile.am): Likewise.
6148         * modules/long-options (Makefile.am): Likewise.
6149         * modules/lstat (Makefile.am): Likewise.
6150         * modules/malloc (Makefile.am): Likewise.
6151         * modules/mathl (Makefile.am): Likewise.
6152         * modules/mbchar (Makefile.am): Likewise.
6153         * modules/md2 (Makefile.am): Likewise.
6154         * modules/md4 (Makefile.am): Likewise.
6155         * modules/md5 (Makefile.am): Likewise.
6156         * modules/memcasecmp (Makefile.am): Likewise.
6157         * modules/memchr (Makefile.am): Likewise.
6158         * modules/memcmp (Makefile.am): Likewise.
6159         * modules/memcoll (Makefile.am): Likewise.
6160         * modules/memcpy (Makefile.am): Likewise.
6161         * modules/memmem (Makefile.am): Likewise.
6162         * modules/memmove (Makefile.am): Likewise.
6163         * modules/mempcpy (Makefile.am): Likewise.
6164         * modules/memrchr (Makefile.am): Likewise.
6165         * modules/memset (Makefile.am): Likewise.
6166         * modules/memxor (Makefile.am): Likewise.
6167         * modules/mkancesdirs (Makefile.am): Likewise.
6168         * modules/mkdir-p (Makefile.am): Likewise.
6169         * modules/mkdir (Makefile.am): Likewise.
6170         * modules/mkdtemp (Makefile.am): Likewise.
6171         * modules/mkstemp (Makefile.am): Likewise.
6172         * modules/mktime (Makefile.am): Likewise.
6173         * modules/modechange (Makefile.am): Likewise.
6174         * modules/mountlist (Makefile.am): Likewise.
6175         * modules/nanosleep (Makefile.am): Likewise.
6176         * modules/obstack (Makefile.am): Likewise.
6177         * modules/openat (Makefile.am): Likewise.
6178         * modules/pagealign_alloc (Makefile.am): Likewise.
6179         * modules/pathmax (Makefile.am): Likewise.
6180         * modules/physmem (Makefile.am): Likewise.
6181         * modules/poll (Makefile.am): Likewise.
6182         * modules/posixtm (Makefile.am): Likewise.
6183         * modules/posixver (Makefile.am): Likewise.
6184         * modules/putenv (Makefile.am): Likewise.
6185         * modules/quote (Makefile.am): Likewise.
6186         * modules/quotearg (Makefile.am): Likewise.
6187         * modules/raise (Makefile.am): Likewise.
6188         * modules/read-file (Makefile.am): Likewise.
6189         * modules/readline (Makefile.am): Likewise.
6190         * modules/readlink (Makefile.am): Likewise.
6191         * modules/readtokens (Makefile.am): Likewise.
6192         * modules/readutmp (Makefile.am): Likewise.
6193         * modules/realloc (Makefile.am): Likewise.
6194         * modules/regex (Makefile.am): Likewise.
6195         * modules/rename-dest-slash (Makefile.am): Likewise.
6196         * modules/rename (Makefile.am): Likewise.
6197         * modules/rijndael (Makefile.am): Likewise.
6198         * modules/rmdir (Makefile.am): Likewise.
6199         * modules/rpmatch (Makefile.am): Likewise.
6200         * modules/safe-read (Makefile.am): Likewise.
6201         * modules/safe-write (Makefile.am): Likewise.
6202         * modules/same-inode (Makefile.am): Likewise.
6203         * modules/same (Makefile.am): Likewise.
6204         * modules/save-cwd (Makefile.am): Likewise.
6205         * modules/savedir (Makefile.am): Likewise.
6206         * modules/setenv (Makefile.am): Likewise.
6207         * modules/settime (Makefile.am): Likewise.
6208         * modules/sha1 (Makefile.am): Likewise.
6209         * modules/sig2str (Makefile.am): Likewise.
6210         * modules/snprintf (Makefile.am): Likewise.
6211         * modules/stat-macros (Makefile.am): Likewise.
6212         * modules/stat-time (Makefile.am): Likewise.
6213         * modules/stdbool (Makefile.am): Likewise.
6214         * modules/stdint (Makefile.am): Likewise.
6215         * modules/stdlib-safer (Makefile.am): Likewise.
6216         * modules/stpcpy (Makefile.am): Likewise.
6217         * modules/stpncpy (Makefile.am): Likewise.
6218         * modules/strcase (Makefile.am): Likewise.
6219         * modules/strcasestr (Makefile.am): Likewise.
6220         * modules/strchrnul (Makefile.am): Likewise.
6221         * modules/strcspn (Makefile.am): Likewise.
6222         * modules/strdup (Makefile.am): Likewise.
6223         * modules/strerror (Makefile.am): Likewise.
6224         * modules/strftime (Makefile.am): Likewise.
6225         * modules/strndup (Makefile.am): Likewise.
6226         * modules/strnlen (Makefile.am): Likewise.
6227         * modules/strpbrk (Makefile.am): Likewise.
6228         * modules/strsep (Makefile.am): Likewise.
6229         * modules/strstr (Makefile.am): Likewise.
6230         * modules/strtod (Makefile.am): Likewise.
6231         * modules/strtoimax (Makefile.am): Likewise.
6232         * modules/strtok_r (Makefile.am): Likewise.
6233         * modules/strtol (Makefile.am): Likewise.
6234         * modules/strtoll (Makefile.am): Likewise.
6235         * modules/strtoul (Makefile.am): Likewise.
6236         * modules/strtoull (Makefile.am): Likewise.
6237         * modules/strtoumax (Makefile.am): Likewise.
6238         * modules/strverscmp (Makefile.am): Likewise.
6239         * modules/sys_socket (Makefile.am): Likewise.
6240         * modules/sys_stat (Makefile.am): Likewise.
6241         * modules/sysexits (Makefile.am): Likewise.
6242         * modules/time_r (Makefile.am): Likewise.
6243         * modules/timegm (Makefile.am): Likewise.
6244         * modules/timespec (Makefile.am): Likewise.
6245         * modules/tmpfile-safer (Makefile.am): Likewise.
6246         * modules/trim (Makefile.am): Likewise.
6247         * modules/unistd-safer (Makefile.am): Likewise.
6248         * modules/unlinkdir (Makefile.am): Likewise.
6249         * modules/unlocked-io (Makefile.am): Likewise.
6250         * modules/userspec (Makefile.am): Likewise.
6251         * modules/utime (Makefile.am): Likewise.
6252         * modules/utimecmp (Makefile.am): Likewise.
6253         * modules/utimens (Makefile.am): Likewise.
6254         * modules/vasnprintf (Makefile.am): Likewise.
6255         * modules/vasprintf (Makefile.am): Likewise.
6256         * modules/vsnprintf (Makefile.am): Likewise.
6257         * modules/xalloc (Makefile.am): Likewise.
6258         * modules/xgetcwd (Makefile.am): Likewise.
6259         * modules/xnanosleep (Makefile.am): Likewise.
6260         * modules/xreadlink (Makefile.am): Likewise.
6261         * modules/xstrtod (Makefile.am): Likewise.
6262         * modules/xstrtol (Makefile.am): Likewise.
6263         * modules/xstrtold (Makefile.am): Likewise.
6264         * modules/yesno (Makefile.am): Likewise.
6265         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6266
6267 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6268
6269         * modules/error (Makefile.am): Distribute files through
6270         EXTRA_DIST, not lib_SOURCES.
6271
6272 2006-10-12  Eric Blake  <ebb9@byu.net>
6273
6274         * modules/error (Makefile.am): Distribute files in /lib.
6275         * modules/obstack (Makefile.am): Likewise.
6276
6277 2006-10-12  Bruno Haible  <bruno@clisp.org>
6278
6279         * modules/acl (Makefile.am): Distribute all files in lib/ through
6280         EXTRA_DIST.
6281         * modules/arcfour (Makefile.am): Likewise.
6282         * modules/arctwo (Makefile.am): Likewise.
6283         * modules/argmatch (Makefile.am): Likewise.
6284         * modules/argz (Makefile.am): Likewise.
6285         * modules/atexit (Makefile.am): Likewise.
6286         * modules/backupfile (Makefile.am): Likewise.
6287         * modules/c-strtod (Makefile.am): Likewise.
6288         * modules/c-strtold (Makefile.am): Likewise.
6289         * modules/calloc (Makefile.am): Likewise.
6290         * modules/canon-host (Makefile.am): Likewise.
6291         * modules/canonicalize (Makefile.am): Likewise.
6292         * modules/chdir-long (Makefile.am): Likewise.
6293         * modules/chdir-safer (Makefile.am): Likewise.
6294         * modules/check-version (Makefile.am): Likewise.
6295         * modules/chown (Makefile.am): Likewise.
6296         * modules/cloexec (Makefile.am): Likewise.
6297         * modules/close-stream (Makefile.am): Likewise.
6298         * modules/closeout (Makefile.am): Likewise.
6299         * modules/crc (Makefile.am): Likewise.
6300         * modules/cycle-check (Makefile.am): Likewise.
6301         * modules/des (Makefile.am): Likewise.
6302         * modules/dirfd (Makefile.am): Likewise.
6303         * modules/dirname (Makefile.am): Likewise.
6304         * modules/dup2 (Makefile.am): Likewise.
6305         * modules/euidaccess (Makefile.am): Likewise.
6306         * modules/exclude (Makefile.am): Likewise.
6307         * modules/exitfail (Makefile.am): Likewise.
6308         * modules/fcntl-safer (Makefile.am): Likewise.
6309         * modules/file-type (Makefile.am): Likewise.
6310         * modules/fileblocks (Makefile.am): Likewise.
6311         * modules/filemode (Makefile.am): Likewise.
6312         * modules/filenamecat (Makefile.am): Likewise.
6313         * modules/fnmatch (Makefile.am): Likewise.
6314         * modules/fopen-safer (Makefile.am): Likewise.
6315         * modules/fpending (Makefile.am): Likewise.
6316         * modules/fprintftime (Makefile.am): Likewise.
6317         * modules/free (Makefile.am): Likewise.
6318         * modules/fsusage (Makefile.am): Likewise.
6319         * modules/ftruncate (Makefile.am): Likewise.
6320         * modules/fts (Makefile.am): Likewise.
6321         * modules/gc (Makefile.am): Likewise.
6322         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6323         * modules/getaddrinfo (Makefile.am): Likewise.
6324         * modules/getcwd (Makefile.am): Likewise.
6325         * modules/getdelim (Makefile.am): Likewise.
6326         * modules/getdomainname (Makefile.am): Likewise.
6327         * modules/getgroups (Makefile.am): Likewise.
6328         * modules/gethostname (Makefile.am): Likewise.
6329         * modules/gethrxtime (Makefile.am): Likewise.
6330         * modules/getline (Makefile.am): Likewise.
6331         * modules/getloadavg (Makefile.am): Likewise.
6332         * modules/getlogin_r (Makefile.am): Likewise.
6333         * modules/getopt (Makefile.am): Likewise.
6334         * modules/getpass (Makefile.am): Likewise.
6335         * modules/getpass-gnu (Makefile.am): Likewise.
6336         * modules/getsubopt (Makefile.am): Likewise.
6337         * modules/gettime (Makefile.am): Likewise.
6338         * modules/gettimeofday (Makefile.am): Likewise.
6339         * modules/getugroups (Makefile.am): Likewise.
6340         * modules/getusershell (Makefile.am): Likewise.
6341         * modules/glob (Makefile.am): Likewise.
6342         * modules/group-member (Makefile.am): Likewise.
6343         * modules/hard-locale (Makefile.am): Likewise.
6344         * modules/hash (Makefile.am): Likewise.
6345         * modules/hmac-md5 (Makefile.am): Likewise.
6346         * modules/hmac-sha1 (Makefile.am): Likewise.
6347         * modules/human (Makefile.am): Likewise.
6348         * modules/idcache (Makefile.am): Likewise.
6349         * modules/imaxabs (Makefile.am): Likewise.
6350         * modules/imaxdiv (Makefile.am): Likewise.
6351         * modules/inet_ntop (Makefile.am): Likewise.
6352         * modules/inet_pton (Makefile.am): Likewise.
6353         * modules/inttostr (Makefile.am): Likewise.
6354         * modules/isapipe (Makefile.am): Likewise.
6355         * modules/lchown (Makefile.am): Likewise.
6356         * modules/long-options (Makefile.am): Likewise.
6357         * modules/lstat (Makefile.am): Likewise.
6358         * modules/malloc (Makefile.am): Likewise.
6359         * modules/mathl (Makefile.am): Likewise.
6360         * modules/mbchar (Makefile.am): Likewise.
6361         * modules/md2 (Makefile.am): Likewise.
6362         * modules/md4 (Makefile.am): Likewise.
6363         * modules/md5 (Makefile.am): Likewise.
6364         * modules/memcasecmp (Makefile.am): Likewise.
6365         * modules/memchr (Makefile.am): Likewise.
6366         * modules/memcmp (Makefile.am): Likewise.
6367         * modules/memcoll (Makefile.am): Likewise.
6368         * modules/memcpy (Makefile.am): Likewise.
6369         * modules/memmem (Makefile.am): Likewise.
6370         * modules/memmove (Makefile.am): Likewise.
6371         * modules/mempcpy (Makefile.am): Likewise.
6372         * modules/memrchr (Makefile.am): Likewise.
6373         * modules/memset (Makefile.am): Likewise.
6374         * modules/memxor (Makefile.am): Likewise.
6375         * modules/mkancesdirs (Makefile.am): Likewise.
6376         * modules/mkdir (Makefile.am): Likewise.
6377         * modules/mkdir-p (Makefile.am): Likewise.
6378         * modules/mkdtemp (Makefile.am): Likewise.
6379         * modules/mkstemp (Makefile.am): Likewise.
6380         * modules/mktime (Makefile.am): Likewise.
6381         * modules/modechange (Makefile.am): Likewise.
6382         * modules/mountlist (Makefile.am): Likewise.
6383         * modules/nanosleep (Makefile.am): Likewise.
6384         * modules/openat (Makefile.am): Likewise.
6385         * modules/pagealign_alloc (Makefile.am): Likewise.
6386         * modules/physmem (Makefile.am): Likewise.
6387         * modules/poll (Makefile.am): Likewise.
6388         * modules/posixtm (Makefile.am): Likewise.
6389         * modules/posixver (Makefile.am): Likewise.
6390         * modules/putenv (Makefile.am): Likewise.
6391         * modules/quote (Makefile.am): Likewise.
6392         * modules/quotearg (Makefile.am): Likewise.
6393         * modules/raise (Makefile.am): Likewise.
6394         * modules/read-file (Makefile.am): Likewise.
6395         * modules/readline (Makefile.am): Likewise.
6396         * modules/readlink (Makefile.am): Likewise.
6397         * modules/readtokens (Makefile.am): Likewise.
6398         * modules/readutmp (Makefile.am): Likewise.
6399         * modules/realloc (Makefile.am): Likewise.
6400         * modules/regex (Makefile.am): Likewise.
6401         * modules/rename (Makefile.am): Likewise.
6402         * modules/rename-dest-slash (Makefile.am): Likewise.
6403         * modules/rijndael (Makefile.am): Likewise.
6404         * modules/rmdir (Makefile.am): Likewise.
6405         * modules/rpmatch (Makefile.am): Likewise.
6406         * modules/safe-read (Makefile.am): Likewise.
6407         * modules/safe-write (Makefile.am): Likewise.
6408         * modules/same (Makefile.am): Likewise.
6409         * modules/save-cwd (Makefile.am): Likewise.
6410         * modules/savedir (Makefile.am): Likewise.
6411         * modules/setenv (Makefile.am): Likewise.
6412         * modules/settime (Makefile.am): Likewise.
6413         * modules/sha1 (Makefile.am): Likewise.
6414         * modules/sig2str (Makefile.am): Likewise.
6415         * modules/snprintf (Makefile.am): Likewise.
6416         * modules/stdlib-safer (Makefile.am): Likewise.
6417         * modules/stpcpy (Makefile.am): Likewise.
6418         * modules/stpncpy (Makefile.am): Likewise.
6419         * modules/strcase (Makefile.am): Likewise.
6420         * modules/strcasestr (Makefile.am): Likewise.
6421         * modules/strchrnul (Makefile.am): Likewise.
6422         * modules/strcspn (Makefile.am): Likewise.
6423         * modules/strdup (Makefile.am): Likewise.
6424         * modules/strerror (Makefile.am): Likewise.
6425         * modules/strftime (Makefile.am): Likewise.
6426         * modules/strndup (Makefile.am): Likewise.
6427         * modules/strnlen (Makefile.am): Likewise.
6428         * modules/strpbrk (Makefile.am): Likewise.
6429         * modules/strsep (Makefile.am): Likewise.
6430         * modules/strstr (Makefile.am): Likewise.
6431         * modules/strtod (Makefile.am): Likewise.
6432         * modules/strtoimax (Makefile.am): Likewise.
6433         * modules/strtok_r (Makefile.am): Likewise.
6434         * modules/strtol (Makefile.am): Likewise.
6435         * modules/strtoll (Makefile.am): Likewise.
6436         * modules/strtoul (Makefile.am): Likewise.
6437         * modules/strtoull (Makefile.am): Likewise.
6438         * modules/strtoumax (Makefile.am): Likewise.
6439         * modules/strverscmp (Makefile.am): Likewise.
6440         * modules/time_r (Makefile.am): Likewise.
6441         * modules/timegm (Makefile.am): Likewise.
6442         * modules/tmpfile-safer (Makefile.am): Likewise.
6443         * modules/unistd-safer (Makefile.am): Likewise.
6444         * modules/unlinkdir (Makefile.am): Likewise.
6445         * modules/userspec (Makefile.am): Likewise.
6446         * modules/utime (Makefile.am): Likewise.
6447         * modules/utimecmp (Makefile.am): Likewise.
6448         * modules/utimens (Makefile.am): Likewise.
6449         * modules/vasnprintf (Makefile.am): Likewise.
6450         * modules/vasprintf (Makefile.am): Likewise.
6451         * modules/vsnprintf (Makefile.am): Likewise.
6452         * modules/xalloc (Makefile.am): Likewise.
6453         * modules/xgetcwd (Makefile.am): Likewise.
6454         * modules/xnanosleep (Makefile.am): Likewise.
6455         * modules/xreadlink (Makefile.am): Likewise.
6456         * modules/xstrtod (Makefile.am): Likewise.
6457         * modules/xstrtol (Makefile.am): Likewise.
6458         * modules/xstrtold (Makefile.am): Likewise.
6459         * modules/yesno (Makefile.am): Likewise.
6460
6461 2006-10-12  Jim Meyering  <jim@meyering.net>
6462
6463         * m4/getloadavg.m4: Revert the change below.
6464
6465         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6466         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6467         fail with a symlink, which is what coreutils' ./bootstrap now
6468         creates by default.
6469
6470 2006-10-12  Bruno Haible  <bruno@clisp.org>
6471
6472         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6473         mingw.
6474         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6475         MSVC and mingw explicitly.
6476
6477 2006-10-11  Simon Josefsson  <jas@extundo.com>
6478             Bruno Haible  <bruno@clisp.org>
6479
6480         Add support for multiple gnulib-tool invocations in the scope of a
6481         single configure.ac file.
6482         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6483         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6484         with the same contents as the _LIBADD variable.
6485         (func_emit_initmacro_start, func_emit_initmacro_end,
6486         func_emit_initmacro_done): New functions.
6487         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6488         gl_LIBOBJS and gl_LTLIBOBJS.
6489
6490 2006-10-11  Bruno Haible  <bruno@clisp.org>
6491
6492         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6493         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6494         autoreconf. Instead, invoke autopoint explicitly but move back the
6495         *.m4 files from gnulib.
6496
6497 2006-10-11  Bruno Haible  <bruno@clisp.org>
6498
6499         * gnulib-tool (func_usage): Make module names after --create-testdir
6500         optional.
6501         (func_create_testdir): If no module was specified, use nearly all
6502         modules.
6503
6504 2006-10-12  Jim Meyering  <jim@meyering.net>
6505
6506         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6507         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6508         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6509         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6510         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6511         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6512         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6513         (fts_set_stat_required): New function.
6514         (fts_open): Defer the calls to fts_stat, if possible or requested.
6515         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6516         into fts_stat itself.
6517         (fts_read): Perform any required (deferred) fts_stat call.
6518         (fts_build): Likewise, for the directory we're about to open and read.
6519         In the readdir loop, carefully decide whether each entry will require
6520         an eventual call to fts_stat, using dirent.d_type info if available.
6521         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6522         a command line argument into this function.  Update all callers.
6523         Map a return value of FTS_DOT to FTS_D for a command line argument.
6524         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6525         Thanks to Miklos Szeredi for his tenacity and for the initial
6526         bug report about "find" failing on a FUSE-based file system.
6527
6528         * lib/fts.c (fts_open): Use consistent indentation.
6529
6530 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6531
6532         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6533         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6534         reported by Jim Meyering.  All uses of cache variables renamed
6535         to match Autoconf's.
6536         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6537         the other one.
6538
6539         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6540         Fix misspelling in diagnostic.
6541
6542 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6543
6544         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6545         defined.  Problem reported by Matthew Woehlke.
6546
6547         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6548         Add support for Tandem NonStop R series.
6549         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6550         Use new macro.
6551
6552         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6553         (has_trailing_slash): Omit size arg; all callers changed.
6554         Omit 'inline', since it doesn't help performance and we'd
6555         need to configure it.
6556         Don't count //, ///, etc. as having a trailing slash.
6557         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6558         (rpl_rename_dest_slash): On failure, use rename's errno rather
6559         than (in some cases) an incorrect or junk errno.
6560         Simplify code by removing need to compute length; this does
6561         cause it to make two passes instead of one over the file name,
6562         but it's worth it.
6563
6564         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6565         change, since Autoconf's version may no longer be appropriate now
6566         that we are using CVS Autoconf's version.  Add support for Tandem.
6567
6568 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6569             Bruno Haible  <bruno@clisp.org>
6570
6571         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6572         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6573         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6574         gl_AC_TYPE_LONG_LONG.
6575
6576         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6577         instead of HAVE_LONG_LONG.
6578         * lib/printf-args.c (printf_fetchargs): Likewise.
6579         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6580         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6581         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6582         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6583         gl_AC_TYPE_LONG_LONG.
6584
6585 2006-10-11  Bruno Haible  <bruno@clisp.org>
6586
6587         * m4/longlong.m4: Add comments.
6588         * m4/ulonglong.m4: Likewise.
6589
6590 2006-10-10  Bruno Haible  <bruno@clisp.org>
6591
6592         Make it possible to #define stpcpy, strdup to aliases.
6593         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6594         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6595
6596 2006-10-10  Bruno Haible  <bruno@clisp.org>
6597
6598         Make it possible to #define gcd to an alias.
6599         * lib/gcd.c: Include config.h.
6600
6601 2006-10-10  Bruno Haible  <bruno@clisp.org>
6602
6603         Make it possible to #define c_isascii to an alias.
6604         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6605         defined. Undefine the macros before defining them, to avoid gcc
6606         warnings.
6607         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6608         define NO_C_CTYPE_MACROS early.
6609
6610 2006-10-10  Bruno Haible  <bruno@clisp.org>
6611
6612         Make it possible to #define set_program_name to an alias.
6613         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6614         ENABLE_RELOCATABLE early.
6615
6616 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6617
6618         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6619         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6620         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6621         More generally, don't assume that 64-bit signed int is available
6622         if unsigned int is, and vice versa.
6623         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6624         unsigned symbols, not on their signed counterparts.
6625         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6626         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6627         (UINT64_C, UINTMAX_C):
6628         Likewise.
6629         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6630         unsigned counterparts.
6631         (Have_long_long, Unsigned): New macros.
6632         (Int): Renamed from INT.
6633         (strtoimax): Use the new macros.
6634         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6635         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6636         * modules/inttypes (inttypes.h): Substitute
6637         HAVE_UNSIGNED_LONG_LONG_INT.
6638         * modules/stdint (stdint.h): Likewise.
6639         (Files): Add m4/ulonglong.m4.
6640
6641 2006-10-10  Bruno Haible  <bruno@clisp.org>
6642
6643         Fix a gcc -Wshadow warning.
6644         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6645         to 'bucket'.
6646         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6647         gl_linked_indexof_from_to): Likewise.
6648         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6649         Likewise.
6650         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6651         Likewise.
6652         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6653         Reported by Eric Blake.
6654
6655 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6656
6657         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6658         for NetBSD.  Problem reported by Bruno Haible.
6659
6660 2006-10-09  Jim Meyering  <jim@meyering.net>
6661
6662         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6663         Patch from Bruno Haible.
6664
6665 2006-10-09  Jim Meyering  <jim@meyering.net>
6666
6667         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6668         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6669         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6670
6671 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6672
6673         Don't include <config.h> twice; this doesn't work in some cases,
6674         e.g., when config.h has "#define intmax_t long long int" and
6675         we include <config.h>, <inttypes.h>, <config.h> in that order.
6676         Problem reported by Matthew Woehlke in:
6677         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6678         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6679         * lib/fts-cycle.c: Don't include config.h.
6680         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6681         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6682         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6683         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6684         inttypes.h.
6685         * lib/xstrtoumax.c: Likewise.
6686         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6687         __strtol and the like, so that this module is more like its siblings.
6688         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6689         Remove; no longer needed now that we assume gnulib inttypes.h.
6690
6691 2006-10-08  Bruno Haible  <bruno@clisp.org>
6692
6693         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6694         option.
6695
6696 2006-10-07  Jim Meyering  <jim@meyering.net>
6697
6698         * modules/inttypes (inttypes.h): Revert what seems to have been
6699         an inadvertent part of today's change: use "|", not "/" in the
6700         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6701
6702 2006-10-07  Bruno Haible  <bruno@clisp.org>
6703
6704         * modules/sublist: New file.
6705
6706 2006-10-07  Bruno Haible  <bruno@clisp.org>
6707
6708         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6709         * modules/argz (argz.h): Likewise.
6710         * modules/arpa_inet (arpa/inet.h): Likewise.
6711         * modules/byteswap (byteswap.h): Likewise.
6712         * modules/configmake (configmake.h): Likewise.
6713         * modules/fcntl (fcntl.h): Likewise.
6714         * modules/fnmatch (fnmatch.h): Likewise.
6715         * modules/getopt (getopt.h): Likewise.
6716         * modules/glob (glob.h): Likewise.
6717         * modules/inttypes (inttypes.h): Likewise.
6718         * modules/netinet_in (netinet/in.h): Likewise.
6719         * modules/poll (poll.h): Likewise.
6720         * modules/stdbool (stdbool.h): Likewise.
6721         * modules/stdint (stdint.h): Likewise.
6722         * modules/sys_select (sys/select.h): Likewise.
6723         * modules/sys_socket (sys/socket.h): Likewise.
6724         * modules/sys_stat (sys/stat.h): Likewise.
6725         * modules/sysexits (sysexits.h): Likewise.
6726         * modules/unistd (unistd.h): Likewise.
6727         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6728         Add a "DO NOT EDIT" comment to the generated file.
6729         (func_import): Likewise for gnulib-comp.m4.
6730
6731 2006-10-07  Bruno Haible  <bruno@clisp.org>
6732
6733         * lib/gl_sublist.h: New file.
6734         * lib/gl_sublist.c: New file.
6735
6736 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6737
6738         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6739         name (relative to the original working directory) and the file
6740         name component (relative to the temporary working directory).  All
6741         callers changed.
6742         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6743         * lib/mkdir-p.c (make_dir_parents): Likewise.
6744         * lib/mkdir-p.h (make_dir_parents): Likewise.
6745
6746 2006-10-06  Eric Blake  <ebb9@byu.net>
6747
6748         Define several macros for use by the clean-temp module.
6749         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6750         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6751         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6752
6753         * lib/clean-temp.h (close_stream_temp): New declaration.
6754         * lib/clean-temp.c (includes): Pull in headers according to what
6755         other modules are in use.
6756         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6757
6758 2006-10-06  Bruno Haible  <bruno@clisp.org>
6759
6760         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6761         instead of fopen, fwriteerror.
6762
6763 2006-10-06  Bruno Haible  <bruno@clisp.org>
6764
6765         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6766         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6767         int.
6768         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6769         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6770         Return an error indicator.
6771         Suggested by Eric Blake.
6772
6773 2006-10-06  Bruno Haible  <bruno@clisp.org>
6774
6775         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6776         Reported by Eric Blake.
6777
6778 2006-10-06  Bruno Haible  <bruno@clisp.org>
6779
6780         * modules/closeout (Description): Mention stderr too.
6781
6782 2006-10-06  Bruno Haible  <bruno@clisp.org>
6783         and Paul Eggert  <eggert@cs.ucla.edu>
6784
6785         * lib/closeout.c (close_stdout): Also close stderr.
6786         * lib/closeout.h: Update comment.
6787
6788 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6789
6790         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6791         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6792         * lib/dirchownmod.c: Include lchown.h.
6793         * lib/lchown.c: Don't include files that lchown.h now includes.
6794         Don't declare chown, since lchown.h now does that.
6795         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6796         (lchown): Define to rpl_chown if lchown is declared but
6797         does not exist.  Declare using a prototype if lchown is not
6798         declared.  Add a copyright notice.
6799         * lib/mkstemp.h: Include <unistd.h>.
6800         * lib/openat.c: Include lchown.h.
6801
6802         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6803         we now test for that separately.
6804         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6805         rather than O_NOFOLLOW, when testing whether it's possible to
6806         avoid a race condition reliably.
6807         * lib/savewd.c (savewd_chdir): Likewise.
6808
6809         Remove macros that are no longer needed now that stdint.h is
6810         reliable.
6811         * lib/fsusage.c (UINTMAX_MAX): Remove.
6812         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6813         * lib/utimecmp.c (SIZE_MAX): Remove.
6814
6815         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6816
6817         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6818         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6819         O_NOATIME works.
6820
6821 2006-10-05  Bruno Haible  <bruno@clisp.org>
6822
6823         * lib/gl_list.h (gl_sortedlist_search_from_to,
6824         gl_sortedlist_indexof_from_to): New declarations.
6825         (gl_list_implementation): New fields sortedlist_search_from_to,
6826         sortedlist_indexof_from_to.
6827         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6828         inline functions.
6829         * lib/gl_list.c (gl_sortedlist_search_from_to,
6830         gl_sortedlist_indexof_from_to): New functions.
6831         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6832         function.
6833         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6834         (gl_array_sortedlist_search_from_to): New function.
6835         (gl_array_list_implementation): Update.
6836         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6837         function.
6838         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6839         (gl_carray_sortedlist_search_from_to): New function.
6840         (gl_carray_list_implementation): Update.
6841         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6842         gl_linked_sortedlist_indexof_from_to): New functions.
6843         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6844         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6845         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6846         gl_tree_sortedlist_indexof_from_to): New functions.
6847         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6848         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6849         Update.
6850         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6851         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6852         Update.
6853
6854 2006-10-05  Bruno Haible  <bruno@clisp.org>
6855
6856         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6857         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6858         (struct gl_list_implementation): Add fields search_from_to,
6859         indexof_from_to. Remove fields search, indexof.
6860         (gl_list_search): Use the search_from_to method.
6861         (gl_list_search_from, gl_list_search_from_to): New functions.
6862         (gl_list_indexof): Use the indexof_from_to method.
6863         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6864         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6865         (gl_list_search_from, gl_list_search_from_to): New functions.
6866         (gl_list_indexof): Use the indexof_from_to method.
6867         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6868         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6869         gl_array_indexof. Add start_index, end_index arguments.
6870         (gl_array_search_from_to): Renamed from gl_array_search. Add
6871         start_index, end_index arguments.
6872         (gl_array_remove, gl_array_list_implementation): Update.
6873         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6874         gl_carray_indexof. Add start_index, end_index arguments.
6875         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6876         start_index, end_index arguments.
6877         (gl_carray_remove, gl_carray_list_implementation): Update.
6878         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6879         gl_linked_search. Add start_index, end_index arguments.
6880         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6881         start_index, end_index arguments.
6882         (gl_linked_remove): Update.
6883         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6884         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6885         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6886         field to 'size_t'.
6887         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6888         gl_tree_search. Add start_index, end_index arguments.
6889         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6890         start_index, end_index arguments.
6891         (gl_tree_remove): Update.
6892         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6893         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6894         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6895         function.
6896         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6897         gl_tree_search. Add start_index, end_index arguments.
6898         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6899         start_index, end_index arguments.
6900         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6901         Update.
6902         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6903
6904 2006-10-05  Bruno Haible  <bruno@clisp.org>
6905
6906         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6907
6908         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6909         fwriteerror_temp): New declarations.
6910         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6911         (descriptors): New variable.
6912         (cleanup): First, close the descriptors.
6913         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6914         fclose_temp, fwriteerror_temp): New functions.
6915
6916 2006-10-04  Jim Meyering  <jim@meyering.net>
6917
6918         * lib/fts.c (fts_open): Tiny comment change.
6919
6920 2006-10-04  Bruno Haible  <bruno@clisp.org>
6921
6922         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6923         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6924         gl_LOCK_BODY.
6925         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6926         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6927         gl_LOCK_EARLY_BODY.
6928         (gl_LOCK): Require gl_LOCK_BODY.
6929
6930 2006-10-04  Bruno Haible  <bruno@clisp.org>
6931
6932         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6933         (gl_oset_search_atleast): New declaration.
6934         (struct gl_oset_implementation): Add field 'search_atleast'.
6935         (gl_oset_search_atleast): New inline function.
6936         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6937         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6938         (gl_array_oset_implementation): Update.
6939         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6940         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6941         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6942
6943 2006-10-04  Bruno Haible  <bruno@clisp.org>
6944
6945         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6946
6947 2006-10-03  Bruno Haible  <bruno@clisp.org>
6948
6949         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6950         from gl_avltreehash_list_implementation.
6951
6952 2006-10-03  Bruno Haible  <bruno@clisp.org>
6953
6954         * lib/gl_oset.c (gl_oset_add): Fix return type.
6955
6956 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6957
6958         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6959
6960 2006-10-02  Eric Blake  <ebb9@byu.net>
6961
6962         * modules/strnlen (Depends-on): Add extensions.
6963
6964 2006-10-02  Eric Blake  <ebb9@byu.net>
6965
6966         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6967         definition in 2.60+.
6968
6969 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6970
6971         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6972         checks.
6973
6974 2006-10-02  Bruno Haible  <bruno@clisp.org>
6975
6976         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6977         to the AUTOMAKE_OPTIONS.
6978         Reported by Jim Meyering.
6979
6980 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6981
6982         Work around bug in Solaris 10 /proc file system:
6983         /proc/self/fd/NNN/.. isn't the parent directory of
6984         the directory whose file descriptor is NNN.  This needs to
6985         be worked around at run time, not compile time, since a
6986         program might be built on Solaris 8, where things work, and
6987         run on Solaris 10.
6988         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6989         to use the following interface instead:
6990         (OPENAT_BUFFER_SIZE): New macro.
6991         (openat_proc_name): New function.
6992         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6993         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6994         Likewise.
6995         * lib/openat-proc.c: New file.
6996         * modules/openat (Files): Add lib/openat-proc.c.
6997         (Depends-on): Add same-inode, stdbool.
6998         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6999
7000 2006-09-29  Bruno Haible  <bruno@clisp.org>
7001
7002         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7003         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7004         argument. Set stdout_closed before testing for ferror, not after.
7005         (fwriteerror, fwriteerror_no_ebadf): New functions.
7006
7007 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7008
7009         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7010
7011 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7012
7013         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7014         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7015
7016 2006-09-28  Jim Meyering  <jim@meyering.net>
7017
7018         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7019         Include <unistd.h>.
7020
7021 2006-09-28  Bruno Haible  <bruno@clisp.org>
7022
7023         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7024         * modules/linkedhash-list (Depends-on): Likewise.
7025         * modules/rbtreehash-list (Depends-on): Likewise.
7026
7027 2006-09-28  Bruno Haible  <bruno@clisp.org>
7028
7029         * lib/strndup.h: Simplify the redefinition of strndup.
7030         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7031         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7032
7033 2006-09-28  Bruno Haible  <bruno@clisp.org>
7034
7035         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7036         * lib/gl_linkedhash_list.c: Likewise.
7037         * lib/gl_rbtreehash_list.c: Likewise.
7038
7039 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7040
7041         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7042         getaddrinfo.
7043
7044         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7045         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7046         it causes <stdio_ext.h> to cause a compile-time error.
7047         Problem reported by Nelson H. F. Beebe.
7048         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7049         of HAVE_DECL___PENDING.
7050
7051         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7052         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7053         declaration.
7054
7055 2006-09-27  Jim Meyering  <jim@meyering.net>
7056
7057         This file could end up with a definition for a function
7058         named __strndup, rather than rpl_strndup on a system with
7059         incomplete weak_alias support.
7060         * lib/strndup.c (strndup): Rename from __strndup.
7061         Remove #defines that used to map __strndup to strndup.
7062         Don't use K&R prototypes.
7063         Remove LIBC-related code, since this file is not sync'd with glibc.
7064         * lib/strndup.h: Revamp, accordingly.
7065         * m4/strndup.m4: Modernize.
7066
7067 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7068
7069         * modules/savewd (Depends-on): Add 'raise'.
7070         * lib/savewd.c: Include <signal.h>, for 'raise'.
7071
7072 2006-09-26  Jim Meyering  <jim@meyering.net>
7073
7074         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7075         when we detect Darwin 8.7.0's acl_get_file bug.
7076         Rearrange to perform the new (below) run-test while $LIBS
7077         contains any acl-related library.  Set USE_ACL at the end.
7078         (gl_ACL_GET_FILE): New function.
7079
7080 2006-09-26  Eric Blake  <ebb9@byu.net>
7081
7082         * lib/verror.c: Include <config.h> unconditionally.
7083
7084 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7085
7086         * modules/clock-time (Maintainer): Add self.
7087         * modules/getlogin_r (Depends-on): Add extensions.
7088
7089 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7090
7091         * modules/clock-time: New module.
7092         * modules/nanosleep (Depends-on): Add clock-time.
7093         * modules/gethrxtime (Depends-on): Likewise.
7094         * modules/gettime (Depends-on): Likewise.
7095         * modules/settime (Depends-on): Likewise.
7096
7097         * modules/fts-lgpl: Depend on openat.
7098         * modules/mkancesdirs: Depend on savewd.
7099         * modules/mkdir-p: Likewise.
7100
7101 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7102
7103         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7104
7105         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7106         `gl_have_arbitrary_file_name_length_limit' to
7107         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7108         actually works between configure runs.
7109
7110 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7111             Bruno Haible  <bruno@clisp.org>
7112
7113         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7114
7115 2006-09-25  Jim Meyering  <jim@meyering.net>
7116
7117         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7118         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7119
7120 2006-09-25  Eric Blake  <ebb9@byu.net>
7121
7122         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7123         exec's in 2006-09-18 patch when shuffling fds.
7124
7125 2006-09-25  Bruno Haible  <bruno@clisp.org>
7126
7127         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7128         Reported by Jim Meyering.
7129
7130 2006-09-24  Jim Meyering  <jim@meyering.net>
7131
7132         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7133         compare a pointer against a literal "0".  That caused failures with
7134         at least HP-UX's hpcc.
7135
7136 2006-09-22  Simon Josefsson  <jas@extundo.com>
7137
7138         * modules/gc-sha1:
7139         * modules/gc-md4:
7140         * modules/gc-hmac-sha1:
7141         * modules/gc-hmac-md5:
7142         * modules/gc-des:
7143         * modules/gc-arcfour: Distribute more files.
7144
7145 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7146
7147         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7148         (gl_linked_iterator_from_to): Initialize struct completely.
7149         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7150         (gl_tree_iterator_from_to): Likewise
7151         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7152         * lib/gl_array_list.c [lint] (gl_array_iterator)
7153         (gl_array_iterator_from_to): Likewise.
7154         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7155         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7156         (gl_carray_iterator_from_to): Likewise.
7157
7158         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7159         * lib/md4.c (md4_process_block): Remove unused variable.
7160         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7161         parentheses for clarity.
7162
7163 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7164
7165         * modules/bison-i18n (Depends-on): Add gettext.
7166
7167 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7168
7169         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7170         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7171         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7172         also add missing comma that caused broken test.
7173         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7174         stdlib.h, for `abort'.
7175         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7176         variables.
7177         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7178         include unistd.h if present, for `rmdir'.
7179         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7180         variables.
7181         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7182         in the process include standard headers for prototypes.
7183         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7184         gets declared on GNU/Linux.
7185         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7186         unistd.h, for `rmdir'.
7187         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7188
7189         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7190         always true.
7191         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7192
7193         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7194
7195 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7196
7197         * gnulib-tool (func_version): Create output all at once.  This
7198         may help avoid triggering unnecessary SIGPIPEs, and at any
7199         rate it doesn't hurt.
7200
7201 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7202             Bruno Haible  <bruno@clisp.org>
7203
7204         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7205         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7206         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7207
7208         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7209         (gl_FUNC_VASPRINTF): Invoke it.
7210
7211 2006-09-22  Bruno Haible  <bruno@clisp.org>
7212
7213         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7214         getloadavg.c as first argument.
7215
7216 2006-09-22  Bruno Haible  <bruno@clisp.org>
7217
7218         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7219         at the beginning of the gl_INIT macro.
7220         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7221         gl_GETLOADAVG.
7222
7223 2006-09-22  Bruno Haible  <bruno@clisp.org>
7224
7225         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7226         module.
7227         Suggested by Ralf Wildenhues.
7228
7229 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7230
7231         Import this patch from libc:
7232
7233         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7234
7235         * lib/regex_internal.c (re_string_reconstruct): Handle
7236         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7237         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7238         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7239         re_string_context_at.
7240
7241         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7242         now requires it.
7243         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7244         gl_REGEX now does it for us.
7245         (gl_REGEX): Add test taken from
7246         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7247
7248         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7249         Check that large offsets work.  Modernize Autoconf usages.
7250         Prefer "yes" to mean a good thing rather than a bad.
7251         Don't put "#define mkstemp" in config.h, as this might interfere
7252         with standard system headers that "#define mkstemp mkstemp64".
7253
7254         * modules/mkstemp (Depends-on): Add extensions, so that
7255         mkstemp is visible on some platforms.
7256         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7257         (Include): Change to "mkstemp.h" from <stdlib.h>.
7258         (Files): Add mkstemp.h.
7259
7260         * lib/mkstemp.h: New file, since some standard headers
7261         #define mkstemp.
7262         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7263         Include "mkstemp.h".
7264         Make the _LIBC code resemble glibc original more,
7265         e.g., use K&R style.
7266         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7267         (mkstemp): Remove, since mkstemp.h does this for us.
7268         * lib/stdlib--.h: Include mkstemp.h.
7269
7270         Import this patch from libc:
7271
7272         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7273
7274         * lib/tempname.c (__gen_tempname): Change attempts_min
7275         into a macro.  Use preprocessor to decide how to initialize
7276         attempts [Coverity CID 67].
7277
7278 2006-09-20  Bruno Haible  <bruno@clisp.org>
7279
7280         * lib/mkdtemp.c: Import from libc.
7281         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7282                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7283                 attempts_min into a macro.  Use preprocessor to decide how to
7284                 initialize attempts [Coverity CID 67].
7285         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7286                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7287                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7288
7289 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7290
7291         * gnulib-tool (func_exit): New function, to allow to pass the
7292         exit status portably through the trap.  Use everywhere.
7293         (--help, --version): Signal a write error.
7294         (trap): catch SIGPIPE, for write errors.
7295         Exit at the end of the trap, with the correct exit status.
7296
7297 2006-09-19  Karl Berry  <karl@gnu.org>
7298
7299         * doc/gnulib.texi: note about the license texinfo files.
7300
7301 2006-09-19  Eric Blake  <ebb9@byu.net>
7302
7303         * gnulib-tool: Avoid space-tab.
7304
7305 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7306
7307         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7308         that prevented coreutils 6.1 from building.  Problem reported
7309         by Petter Reinholdtsen.
7310
7311 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7312
7313         * gnulib-tool (avoidlist): Fix typo that broke options like
7314         --avoid=lock that are used by coreutils bootstrap.
7315
7316 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7317
7318         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7319         more systematically.
7320
7321 2006-09-18  Jim Meyering  <jim@meyering.net>
7322
7323         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7324
7325 2006-09-18  Bruno Haible  <bruno@clisp.org>
7326
7327         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7328
7329 2006-09-18  Bruno Haible  <bruno@clisp.org>
7330
7331         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7332         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7333         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7334         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7335         * m4/gettext.m4: Require autoconf >= 2.52.
7336         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7337         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7338         of gl_cv_header_inttypes_h.
7339
7340 2006-09-18  Bruno Haible  <bruno@clisp.org>
7341
7342         * lib/javaversion.c: Include configmake.h.
7343
7344 2006-09-18  Bruno Haible  <bruno@clisp.org>
7345
7346         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7347         avoid that the while loops be executed in a subshell.
7348
7349 2006-09-18  Bruno Haible  <bruno@clisp.org>
7350
7351         * MODULES.html.sh (func_module): Break long lines.
7352         Suggested by Bruce Korb <bkorb@gnu.org>.
7353
7354 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7355
7356         Speed up by a factor of 1.12.
7357         * gnulib-tool (nl): New variable.
7358         (func_import): Rewrite include directive extraction to only read each
7359         directive once.
7360
7361 2006-09-17  Bruno Haible  <bruno@clisp.org>
7362
7363         * modules/javaversion (Makefile.am): Remove DEFS setting.
7364         (Depends-on): Add configmake, for PKGDATADIR definition.
7365
7366 2006-09-17  Bruno Haible  <bruno@clisp.org>
7367
7368         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7369
7370 2006-09-17  Bruno Haible  <bruno@clisp.org>
7371
7372         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7373         (func_modules_transitive_closure, func_modules_add_dummy,
7374         func_modules_to_filelist, func_import, func_create_testdir,
7375         func_create_megatestdir, ...): Use it wherever possible.
7376         Suggested by Ralf Wildenhues.
7377
7378 2006-09-16  Karl Berry  <karl@gnu.org>
7379
7380         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7381         to avoid sectioning errors.
7382         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7383         [ifinfo]: blank line after @center-ed titles.
7384         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7385         Spell FSF address consistently with others.
7386         (These changes approved by rms.)
7387
7388 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7389
7390         Speed up by a factor of 1.61.
7391         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7392         already checked module names again.
7393
7394 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7395
7396         Speed up by a factor of 1.13.
7397         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7398         for new_files, and the input to func_add_or_update.
7399
7400 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7401
7402         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7403         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7404
7405 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7406
7407         * modules/mkancesdirs (Depends-on): Add fcntl.
7408         * modules/savewd: New file.
7409         * MODULES.html.sh (File system functions): Add savewd.
7410
7411         * modules/configmake (Makefile.am): Add support for the
7412         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7413
7414 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7415
7416         * m4/savewd.m4: New file.
7417
7418 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7419
7420         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7421         (dirchownmod): New arg FD.  All callers changed.
7422         Use FD rather than opening the directory ourself, as opening is
7423         now the caller's responsibility.
7424         * lib/dirchownmod.h: Likewise.
7425         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7426         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7427         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7428         (test_dir): Remove.
7429         (mkancesdirs): Return length of prefix of FILE that has already
7430         been made, or -2 if there is a child doing the work.  Redo
7431         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7432         ".", and treat ".." specially since it might stray back into
7433         already-created areas.  Use a subprocess if necessary.  New arg
7434         WD; all users changed.  MAKE_DIR function should now return 1
7435         if it creates a directory that is not readable.  Return -2 if
7436         a child process is spun off.
7437         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7438         Adjust signature to match code.
7439         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7440         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7441         all users changed.
7442         * lib/savewd.c, lib/savewd.h: New files.
7443
7444 2006-09-15  Jim Meyering  <jim@meyering.net>
7445
7446         * modules/rename-dest-slash: New module.
7447         * MODULES.html.sh (posix_compat): Add it here.
7448
7449         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7450
7451 2006-09-15  Jim Meyering  <jim@meyering.net>
7452
7453         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7454         file.
7455
7456         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7457
7458 2006-09-15  Jim Meyering  <jim@meyering.net>
7459
7460         * lib/rename-dest-slash.c (has_trailing_slash): Use
7461         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7462         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7463         test before testing whether SRC is a directory.
7464         Suggestions from Bruno Haible.
7465
7466         Avoid a warning about an unused variable.
7467         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7468         into the #ifdef block where it's used.
7469
7470         * lib/rename-dest-slash.c: New file.
7471
7472 2006-09-14  Bruno Haible  <bruno@clisp.org>
7473
7474         * lib/allocsa.c: Include <config.h> unconditionally.
7475         * lib/asnprintf.c: Likewise.
7476         * lib/asprintf.c: Likewise.
7477         * lib/c-strcasecmp.c: Likewise.
7478         * lib/c-strcasestr.c: Likewise.
7479         * lib/c-strncasecmp.c: Likewise.
7480         * lib/c-strstr.c: Likewise.
7481         * lib/classpath.c: Likewise.
7482         * lib/clean-temp.c: Likewise.
7483         * lib/concatpath.c: Likewise.
7484         * lib/copy-file.c: Likewise.
7485         * lib/csharpcomp.c: Likewise.
7486         * lib/csharpexec.c: Likewise.
7487         * lib/execute.c: Likewise.
7488         * lib/fatal-signal.c: Likewise.
7489         * lib/findprog.c: Likewise.
7490         * lib/fwriteerror.c: Likewise.
7491         * lib/gl_array_list.c: Likewise.
7492         * lib/gl_array_oset.c: Likewise.
7493         * lib/gl_avltree_list.c: Likewise.
7494         * lib/gl_avltree_oset.c: Likewise.
7495         * lib/gl_avltreehash_list.c: Likewise.
7496         * lib/gl_carray_list.c: Likewise.
7497         * lib/gl_linked_list.c: Likewise.
7498         * lib/gl_linkedhash_list.c: Likewise.
7499         * lib/gl_list.c: Likewise.
7500         * lib/gl_oset.c: Likewise.
7501         * lib/gl_rbtree_list.c: Likewise.
7502         * lib/gl_rbtree_oset.c: Likewise.
7503         * lib/gl_rbtreehash_list.c: Likewise.
7504         * lib/imaxabs.c: Likewise.
7505         * lib/imaxdiv.c: Likewise.
7506         * lib/javacomp.c: Likewise.
7507         * lib/javaexec.c: Likewise.
7508         * lib/javaversion.c: Likewise.
7509         * lib/linebreak.c: Likewise.
7510         * lib/localcharset.c: Likewise.
7511         * lib/lock.c: Likewise.
7512         * lib/mbchar.c: Likewise.
7513         * lib/mbswidth.c: Likewise.
7514         * lib/mkdtemp.c: Likewise.
7515         * lib/pipe.c: Likewise.
7516         * lib/printf-args.c: Likewise.
7517         * lib/printf-parse.c: Likewise.
7518         * lib/progname.c: Likewise.
7519         * lib/progreloc.c: Likewise.
7520         * lib/readlink.c: Likewise.
7521         * lib/sh-quote.c: Likewise.
7522         * lib/stpcpy.c: Likewise.
7523         * lib/stpncpy.c: Likewise.
7524         * lib/strcasecmp.c: Likewise.
7525         * lib/strcasestr.c: Likewise.
7526         * lib/strcspn.c: Likewise.
7527         * lib/striconv.c: Likewise.
7528         * lib/strncasecmp.c: Likewise.
7529         * lib/strnlen1.c: Likewise.
7530         * lib/strstr.c: Likewise.
7531         * lib/strtok_r.c: Likewise.
7532         * lib/tls.c: Likewise.
7533         * lib/tmpdir.c: Likewise.
7534         * lib/unicodeio.c: Likewise.
7535         * lib/unsetenv.c: Likewise.
7536         * lib/vasnprintf.c: Likewise.
7537         * lib/vasprintf.c: Likewise.
7538         * lib/wait-process.c: Likewise.
7539         * lib/xallocsa.c: Likewise.
7540         * lib/xsetenv.c: Likewise.
7541         * lib/xstriconv.c: Likewise.
7542
7543 2006-09-13  Simon Josefsson  <jas@extundo.com>
7544
7545         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7546         that internally, suggested by Ralf Wildenhues
7547         <Ralf.Wildenhues@gmx.de>.
7548
7549 2006-09-13  Simon Josefsson  <jas@extundo.com>
7550
7551         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7552         @LIBOBJS@.
7553         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7554
7555 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7556
7557         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7558         longer worry about uses that don't define HAVE_CONFIG_H.
7559         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7560         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7561         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7562         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7563         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7564         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7565         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7566         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7567         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7568         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7569         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7570         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7571         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7572         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7573         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7574         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7575         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7576         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7577         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7578         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7579         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7580         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7581         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7582         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7583         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7584         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7585         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7586         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7587         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7588         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7589         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7590         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7591         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7592         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7593         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7594         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7595         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7596         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7597         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7598         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7599         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7600         Likewise.
7601
7602 2006-09-13  Eric Blake  <ebb9@byu.net>
7603
7604         * lib/getopt.c: Fix typo in last commit.
7605
7606 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7607
7608         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7609         dgettext.
7610
7611 2006-09-12  Jim Meyering  <jim@meyering.net>
7612
7613         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7614         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7615         Reported by Nelson H. F. Beebe.
7616
7617 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7618
7619         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7620         program_invocation_name and program_invocation_short_name are
7621         initialized.
7622         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7623         and program_invocation_short_name to argp.h, so they are visible
7624         to user programs.
7625         * lib/argp.h: Likewise
7626
7627 2006-09-10  Bruno Haible  <bruno@clisp.org>
7628
7629         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7630         m4/inttypes_h.m4, m4/uintmax_t.m4.
7631
7632 2006-09-10  Bruno Haible  <bruno@clisp.org>
7633
7634         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7635         gl_AC_TYPE_UINTMAX_T.
7636
7637 2006-09-10  Bruno Haible  <bruno@clisp.org>
7638
7639         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7640
7641 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7642
7643         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7644         convention.  Text proposed by Bruno Haible.
7645         (struct argp_option): Document the use of N_() wrappers.
7646
7647         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7648         '\v', and translate the two parts separately, instead of feeding
7649         the whole string to gettext.  This allows to exclude
7650         '\v' from the strings visible to the translator by writing doc
7651         strings as N_("..") "\v" N_("..").
7652
7653 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7654
7655         * config/srclist.txt: Undo latest change; the bug was fixed.
7656
7657 2006-09-09  Bruno Haible  <bruno@clisp.org>
7658
7659         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7660         assignments if building a library without libtool.
7661         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7662         in func_emit_lib_Makefile_am.
7663         (func_import): When building a static library libfoo.a, arrange to
7664         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7665         (func_create_testdir): Likewise.
7666         * modules/gc (configure.ac, Makefile.am): If building statically,
7667         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7668         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7669         * modules/striconv (configure.ac, Makefile.am): Likewise.
7670         Based on a suggestion by Ralf Wildenhues.
7671
7672 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7673
7674         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7675         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7676         Also:
7677
7678         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7679         Add year_2050_test to catch glibc bug 2821
7680         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7681
7682         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7683         Prefer #ifdef to #if.
7684
7685         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7686         Return from 'main' instead of calling 'exit'.
7687
7688 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7689
7690         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7691         returned the maximum time_t value rather than (time_t) -1.
7692         Problem originally reported by William Bardwell
7693         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7694
7695         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7696         Moved to here ...
7697         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7698         ... from here.
7699
7700 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7703         2821 is fixed.
7704
7705 2006-09-08  Jim Meyering  <jim@meyering.net>
7706
7707         Don't make generated files read-only.  That would bother too many
7708         people.  However, do retain the ability to work when targets are
7709         read-only: remove the destination and temporary files before writing
7710         them (when generated via sed or echo), or by using the -f option for
7711         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7712         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7713         * modules/byteswap, modules/configmake, modules/fcntl:
7714         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7715         * modules/localcharset, modules/netinet_in, modules/poll:
7716         * modules/stdbool, modules/stdint, modules/sys_select:
7717         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7718
7719 2006-09-08  Jim Meyering  <jim@meyering.net>
7720
7721         Avoid new build failure on FreeBSD 6.0.
7722         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7723         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7724         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7725
7726 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7727
7728         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7729
7730 2006-09-07  Jim Meyering  <jim@meyering.net>
7731
7732         Fix global typo in last change: use chmod u-w, not chmod u-x.
7733         Spotted by Paul Eggert and Bruce Korb.
7734         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7735         * modules/byteswap, modules/configmake, modules/fcntl:
7736         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7737         * modules/localcharset, modules/netinet_in, modules/poll:
7738         * modules/stdbool, modules/stdint, modules/sys_select:
7739         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7740
7741 2006-09-06  Jim Meyering  <jim@meyering.net>
7742
7743         Make generated files be read-only.
7744         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7745         Ensure that each generated file is now read-only.
7746         * modules/argz: Likewise.
7747         * modules/arpa_inet: Likewise.
7748         * modules/byteswap: Likewise.
7749         * modules/configmake: Likewise.
7750         * modules/fcntl: Likewise.
7751         * modules/fnmatch: Likewise.
7752         * modules/getopt: Likewise.
7753         * modules/glob: Likewise.
7754         * modules/inttypes: Likewise.
7755         * modules/netinet_in: Likewise.
7756         * modules/poll: Likewise.
7757         * modules/stdbool: Likewise.
7758         * modules/stdint: Likewise.
7759         * modules/sys_select: Likewise.
7760         * modules/sys_socket: Likewise.
7761         * modules/sys_stat: Likewise.
7762         * modules/sysexits: Likewise.
7763         * modules/localcharset: Same as above, but continue using temporary
7764         file named "t-$@" (why different?) rather than the "$@-t" used
7765         everywhere else.
7766
7767         * modules/sysexits (Makefile.am): Replace literal occurrences
7768         of "sysexit.h" more readable, and more consistent, "$@".
7769
7770 2006-09-06  Bruno Haible  <bruno@clisp.org>
7771
7772         * modules/striconv: New file.
7773         * modules/xstriconv: New file.
7774         * MODULES.html.sh (Internationalization functions): Add striconv,
7775         xstriconv.
7776
7777 2006-09-06  Bruno Haible  <bruno@clisp.org>
7778
7779         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7780         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7781         not using libtool correctly.
7782
7783 2006-09-06  Bruno Haible  <bruno@clisp.org>
7784
7785         * lib/striconv.h: New file.
7786         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7787         iconvstring.c.
7788         * lib/xstriconv.h: New file.
7789         * lib/xstriconv.c: New file.
7790
7791 2006-09-06  Bruno Haible  <bruno@clisp.org>
7792
7793         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7794         lib_..._LDFLAGS.
7795
7796 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7797
7798         * lib/argz_.h: Sync from Libtool.
7799
7800         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7801                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7802
7803         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7804
7805 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7806
7807         * modules/trim: New file.
7808
7809 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7810
7811         * lib/trim.h: New file.
7812         * lib/trim.c: New file.
7813
7814 2006-09-05  Bruno Haible  <bruno@clisp.org>
7815
7816         * MODULES.html.sh (String handling): Add trim.
7817
7818 2006-09-04  Karl Berry  <karl@gnu.org>
7819
7820         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7821         until next release.
7822
7823 2006-09-03  Bruno Haible  <bruno@clisp.org>
7824
7825         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7826         correctly.
7827
7828 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7829
7830         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7831         not gl_GETLOADAVG.  Omit unneeded semicolons.
7832         Problems reported by Ralf Wildenhues in
7833         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7834         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7835         at the end, which is the usual gnulib style.
7836
7837         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7838         of doing all the work ourselves.
7839         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7840         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7841
7842 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7843
7844         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7845         Problem reported by Ralf Wildenhues in
7846         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7847
7848         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7849         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7850
7851 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7852
7853         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7854         yesterday's patch by changing test -n to test -z.
7855
7856 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7857
7858         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7859         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7860         the former is now obsolescent.
7861
7862         * modules/chdir-long (Depends-on): Add fcntl.
7863
7864 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7865
7866         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7867         obsolescent, and programs should use gnulib instead.
7868         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7869         but with prefixes changed.
7870
7871 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7872
7873         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7874         or stdbool.h, because they might not exist while configuring.
7875
7876         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7877         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7878         does that for us.
7879         (O_DIRECTORY): Remove.
7880
7881 2006-08-31  Eric Blake  <ebb9@byu.net>
7882
7883         * gnulib-tool: Don't let emacs change spaces to TAB.
7884
7885 2006-08-31  Bruno Haible  <bruno@clisp.org>
7886
7887         * gnulib-tool: When calling func_import more than once, do it in a
7888         subshell.
7889         Reported by Eric Blake <ebb9@byu.net>.
7890
7891 2006-08-31  Bruno Haible  <bruno@clisp.org>
7892
7893         * gnulib-tool (nl): Remove variable.
7894         (sed_transform_lib_file): Use more robust test for config-h module.
7895         (func_import): Fix typo in 2006-08-25 patch.
7896
7897 2006-08-31  Bruno Haible  <bruno@clisp.org>
7898
7899         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7900         specified, augment Makefile.am variables instead of assigning them.
7901
7902 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7903
7904         Work around a bug in both the Linux and SunOS 64-bit kernels:
7905         nanosleep mishandles sleeps for longer than 2**31 seconds.
7906         Problem reported by Frank v Waveren in
7907         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7908         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7909         Check for nanosleep bug.
7910         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7911
7912 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7913
7914         Work around a bug in both the Linux and SunOS 64-bit kernels:
7915         nanosleep mishandles sleeps for longer than 2**31 seconds.
7916         Problem reported by Frank v Waveren in
7917         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7918         * lib/nanosleep.c (BILLION): New constant.
7919         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7920         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7921         implementation.
7922
7923 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7924
7925         * modules/nanosleep (Depends-on): Add gettime.
7926
7927 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7928         and Simon Josefsson  <jas@extundo.com>
7929         and Oskar Liljeblad  <oskar@osk.mine.nu>
7930
7931         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7932         * gnulib-tool (func_import): New license type 'unmodifiable license
7933         text'.
7934         * modules/fdl: Use it.  Longer description.
7935         * module/gpl, module/lgpl: New files.
7936
7937 2006-08-30  Jim Meyering  <jim@meyering.net>
7938
7939         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7940         shadowing the parameter.
7941
7942 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7943
7944         Sync from Libtool:
7945
7946         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7947
7948         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7949         sharing with gnulib.  Report by Eric Blake.
7950
7951 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7952
7953         * modules/isapipe: New file.
7954         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7955
7956 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7957
7958         * modules/configmake (Makefile.am): Add a comment, and omit
7959         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7960         by Bruno Haible.
7961
7962 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7963
7964         * m4/isapipe.m4: New file.
7965
7966 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7967
7968         * lib/isapipe.c, lib/isapipe.h: New files.
7969
7970 2006-08-29  Jim Meyering  <jim@meyering.net>
7971
7972         * modules/configmake (Makefile.am): Make configmake.h depend on
7973         Makefile.  Otherwise, a stale configmake.h could hang around.
7974
7975 2006-08-29  Eric Blake  <ebb9@byu.net>
7976
7977         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7978         resolution of upstream bug 3044.
7979
7980 2006-08-29  Bruno Haible  <bruno@clisp.org>
7981
7982         * modules/localcharset (Depends-on): Add configmake.
7983         (Makefile.am): Remove setting of LIBDIR through DEFS.
7984
7985 2006-08-29  Bruno Haible  <bruno@clisp.org>
7986
7987         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7988         defined.
7989
7990 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7991
7992         * modules/fcntl: New file.
7993         * modules/chdir-safer (Depends-on): Add fcntl.
7994         * modules/fts: Likewise.
7995         * modules/mkdir-p: Likewise.
7996
7997         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7998         This undoes the most recent change, since we're now addressing the
7999         problem in a different way.
8000
8001         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8002         into output, since the output might be called Makefile.am even
8003         if $makefile_name is something different.
8004         (func_import): Use $makefile_am rather than
8005         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8006         empty.
8007
8008         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8009
8010 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8011
8012         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8013         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8014         recent change to stdint.m4, since we're now addressing the problem in a
8015         different way.
8016
8017 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8018
8019         * m4/fcntl_h.m4: New file.
8020
8021 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8022
8023         * lib/fcntl_.h: New file.
8024         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8025         the fcntl module.
8026         * lib/dirchownmod.c: Likewise.
8027         * lib/fts.c: Likewise.
8028
8029         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8030         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8031         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8032         just before including <inttypes.h>, to avoid circular inclusion.
8033
8034 2006-08-28  Jim Meyering  <jim@meyering.net>
8035
8036         * doc/visibility.texi: Actually read and correct the grammar of the
8037         sentence affected by yesterday's change.
8038
8039 2006-08-28  Eric Blake  <ebb9@byu.net>
8040
8041         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8042         needs wrapper.
8043
8044 2006-08-28  Eric Blake  <ebb9@byu.net>
8045
8046         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8047
8048 2006-08-28  Eric Blake  <ebb9@byu.net>
8049
8050         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8051
8052 2006-08-28  Bruno Haible  <bruno@clisp.org>
8053
8054         * modules/c-strstr: New file, from GNU gettext.
8055         * MODULES.html.sh (String handling): Add c-strstr.
8056
8057 2006-08-28  Bruno Haible  <bruno@clisp.org>
8058
8059         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8060         macros.
8061         Reported by Eric Blake.
8062
8063 2006-08-28  Bruno Haible  <bruno@clisp.org>
8064
8065         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8066         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8067         * lib/vasprintf.c: Include errno.h, limits.h.
8068         (EOVERFLOW): New fallback definition.
8069         (vasprintf): Test here whether the string length is > INT_MAX.
8070         * lib/vsnprintf.c: Include errno.h, limits.h.
8071         (EOVERFLOW): New fallback definition.
8072         (vsnprintf): Fix bug when generated string was too long for the buffer.
8073         Test here whether the string length is > INT_MAX.
8074
8075 2006-08-28  Bruno Haible  <bruno@clisp.org>
8076
8077         * lib/inttypes_.h (SCNX*): Remove definitions.
8078         Reported by Eric Blake.
8079
8080 2006-08-28  Bruno Haible  <bruno@clisp.org>
8081
8082         * lib/c-strstr.h: New file, from GNU gettext.
8083         * lib/c-strstr.c: New file, from GNU gettext.
8084
8085 2006-08-28  Bruno Haible  <bruno@clisp.org>
8086
8087         * gnulib-tool: Reorder some statements.
8088
8089 2006-08-28  Bruno Haible  <bruno@clisp.org>
8090
8091         * gnulib-tool: New option --makefile-name.
8092         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8093         $makefile_name.
8094         (func_import): Write $makefile_name to the cache file, and read it from
8095         there unless explicitly specified. Use $makefile_name as file name
8096         instead of Makefile.am. Adjust the recommendations accordingly.
8097
8098 2006-08-28  Bruno Haible  <bruno@clisp.org>
8099
8100         * gnulib-tool (func_verify_module): Check against misapplying patch.
8101
8102 2006-08-28  Bruno Haible  <bruno@clisp.org>
8103
8104         * gnulib-tool (func_relativize, func_relconcat): New functions.
8105         Give an error if --local-dir is given with --update.
8106         Remove trailing slashes from $local_gnulib_dir.
8107         (func_import): Store the relativized $local_gnulib_dir in
8108         gnulib-cache.m4, and read it from there if not specified explicitly.
8109
8110 2006-08-28  Bruno Haible  <bruno@clisp.org>
8111
8112         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8113         is the current directory. Respect also $local_gnulib_dir.
8114
8115 2006-08-28  Bruno Haible  <bruno@clisp.org>
8116             Simon Josefsson  <jas@extundo.com>
8117
8118         BeOS portability.
8119         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8120
8121 2006-08-27  Jim Meyering  <jim@meyering.net>
8122
8123         * doc/visibility.texi: Remove duplicate word: "pointer".
8124
8125 2006-08-26  Bruno Haible  <bruno@clisp.org>
8126
8127         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8128         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8129         (Makefile.am): Create inttypes.h from inttypes_.h.
8130         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8131
8132         * modules/imaxabs: New file.
8133
8134         * modules/imaxdiv: New file.
8135
8136 2006-08-26  Bruno Haible  <bruno@clisp.org>
8137
8138         * m4/inttypes.m4: New file.
8139         * m4/_inttypes_h.m4: Remove file.
8140         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8141         PRI_MACROS_BROKEN.
8142         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8143
8144         * m4/imaxabs.m4: New file.
8145
8146         * m4/imaxdiv.m4: New file.
8147
8148 2006-08-26  Bruno Haible  <bruno@clisp.org>
8149
8150         * lib/inttypes_.h: New file.
8151         * lib/inttypes.h: Remove file.
8152         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8153
8154         * lib/imaxabs.c: New file.
8155
8156         * lib/imaxdiv.c: New file.
8157
8158 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8159
8160         New config-h module, so that "make" output needn't be cluttered
8161         by -DHAVE_CONFIG_H.
8162         * MODULES.html.sh (Support for building libraries and executables):
8163         Add config-h.
8164         * modules/config-h: New file.
8165         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8166         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8167         the config-h module is used.
8168
8169         New configmake module, so that "make" output needn't be cluttered
8170         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8171         * MODULES.html.sh (Support for building libraries and executables):
8172         Add configmake.
8173         * modules/configmake: New file.
8174
8175 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * m4/config-h.m4: New file.
8178
8179 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * config/srclist.txt: Add elisp-comp.
8182
8183 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8184
8185         * MODULES.html.sh (Support for building libraries and executables):
8186         Add elisp-comp.
8187         * build-aux/elisp-comp: New file.
8188         * modules/elisp-comp: New file.
8189
8190 2006-08-24  Bruno Haible  <bruno@clisp.org>
8191
8192         * gnulib-tool (func_create_testdir): Use non-default values of
8193         sourcebase and m4base.
8194
8195 2006-08-24  Bruno Haible  <bruno@clisp.org>
8196
8197         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8198         HTML structure.
8199
8200 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8201
8202         * modules/openat (Depends-on): Add lchown.
8203
8204 2006-08-23  Bruno Haible  <bruno@clisp.org>
8205
8206         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8207         of gl_LOCK_EARLY instead of gl_LOCK.
8208
8209 2006-08-23  Bruno Haible  <bruno@clisp.org>
8210
8211         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8212         on OSF/1 to no.
8213         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8214
8215 2006-08-23  Bruno Haible  <bruno@clisp.org>
8216
8217         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8218         as unusable.
8219
8220         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8221         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8222         (gl_LOCK): New macro.
8223
8224 2006-08-22  Simon Josefsson  <jas@extundo.com>
8225
8226         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8227         to md5 module.
8228
8229 2006-08-22  Simon Josefsson  <jas@extundo.com>
8230
8231         * MODULES.html.sh: Add "Support for maintaining and release
8232         projects".
8233
8234         * build-aux/gnupload: New file, from coreutils.
8235
8236 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8237
8238         Avoid the need for AC_LIBSOURCES in m4 macros.
8239         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8240         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8241         * modules/check-version (EXTRA_DIST): Add check-version.h.
8242         * modules/crc (EXTRA_DIST): Add crc.h.
8243         * modules/des (EXTRA_DIST): Add des.h.
8244         * modules/gc (EXTRA_DIST): Add gc.h.
8245         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8246         * modules/getline (EXTRA_DIST): Add getline.h.
8247         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8248         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8249         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8250         * modules/md2 (EXTRA_DIST): Add md2.h.
8251         * modules/md4 (EXTRA_DIST): Add md4.h.
8252         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8253         * modules/read-file (EXTRA_DIST): Add read-file.h.
8254         * modules/readline (EXTRA_DIST): Add readline.h.
8255         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8256         rijndael-api-fst.h.
8257
8258 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8259
8260         * m4/rijndael.m4 (gl_ARCFOUR):
8261         * m4/arctwo.m4 (gl_ARCTWO):
8262         * m4/check-version.m4 (gl_CHECK_VERSION):
8263         * m4/crc.m4 (gl_CRC):
8264         * m4/des.m4 (gl_DES):
8265         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8266         * m4/gc.m4 (gl_GC):
8267         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8268         * m4/getline.m4 (gl_FUNC_GETLINE):
8269         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8270         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8271         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8272         * m4/md2.m4 (gl_MD2):
8273         * m4/md4.m4 (gl_MD4):
8274         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8275         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8276         * m4/readline.m4 (gl_FUNC_READLINE):
8277         * m4/rijndael.m4 (gl_RIJNDAEL):
8278         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8279         to get the necessary .h files and whatnot.
8280
8281 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8282
8283         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8284         gnulib rather than the other way around.
8285         * config/srclistvars.sh (COREUTILS): Remove.
8286
8287 2006-08-22  Jim Meyering  <jim@meyering.net>
8288
8289         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8290
8291         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8292
8293 2006-08-22  Eric Blake  <ebb9@byu.net>
8294
8295         * modules/regexprops-generic: New file.
8296         * MODULES.html.sh (Support for building documentation): List it.
8297
8298 2006-08-22  Eric Blake  <ebb9@byu.net>
8299
8300         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8301         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8302         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8303         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8304
8305 2006-08-22  Bruno Haible  <bruno@clisp.org>
8306
8307         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8308         and lib_LTLIBRARIES like the other lib_* variables.
8309
8310 2006-08-22  Bruno Haible  <bruno@clisp.org>
8311
8312         * build-aux/x-to-1.in: New file, from GNU gettext.
8313
8314 2006-08-22  Bruno Haible  <bruno@clisp.org>
8315
8316         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8317         <utmpx.h> exists.
8318
8319 2006-08-22  Bruno Haible  <bruno@clisp.org>
8320
8321         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8322         <utmpx.h> exists.
8323
8324 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8325
8326         BeOS portability.
8327         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8328         exist.
8329         Problem reported by Bruno Haible.
8330
8331 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8332
8333         Avoid the need for AC_LIBSOURCES in m4 macros.
8334         * modules/acl (EXTRA_DIST): Add acl.h.
8335         * modules/argmatch (Files): Add m4/argmatch.m4.
8336         (configure.ac): Add gl_ARGMATCH.
8337         (EXTRA_DIST): Renamed from lib_SOURCES, for
8338         consistency with the other modules.  Remove argmatch.c.
8339         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8340         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8341         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8342         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8343         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8344         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8345         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8346         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8347         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8348         * modules/closeout (EXTRA_DIST): Add closeout.h.
8349         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8350         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8351         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8352         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8353         dirname.h; remove basename.c and stripslash.c.
8354         * modules/exclude (EXTRA_DIST): Add exclude.h.
8355         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8356         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8357         * modules/file-type (EXTRA_DIST): Add file-type.h.
8358         * modules/filemode (EXTRA_DIST): Add filemode.h.
8359         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8360         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8361         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8362         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8363         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8364         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8365         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8366         * modules/getdate (EXTRA_DIST): Add getdate.c.
8367         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8368         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8369         * modules/getpass (EXTRA_DIST): Add getpass.h.
8370         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8371         * modules/group-member (EXTRA_DIST): Add group-member.h.
8372         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8373         * modules/hash (EXTRA_DIST): Add hash.h.
8374         * modules/human (EXTRA_DIST): Add human.h.
8375         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8376         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8377         * modules/lchown (EXTRA_DIST): Add lchown.h.
8378         * modules/long-options (EXTRA_DIST): Add long-options.h.
8379         * modules/lstat (EXTRA_DIST): Add lstat.h.
8380         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8381         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8382         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8383         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8384         * modules/memxor (EXTRA_DIST): Add memxor.h.
8385         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8386         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8387         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8388         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8389         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8390         * modules/physmem (EXTRA_DIST): Add physmem.h.
8391         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8392         * modules/posixver (EXTRA_DIST): Add posixver.h.
8393         * modules/quote (EXTRA_DIST): Add quote.h.
8394         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8395         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8396         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8397         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8398         regex_internal.h regexec.c.
8399         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8400         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8401         * modules/same (EXTRA_DIST): Add same.h.
8402         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8403         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8404         * modules/savedir (EXTRA_DIST): Add savedir.h.
8405         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8406         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8407         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8408         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8409         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8410         * modules/strdup (EXTRA_DIST): Add strdup.h.
8411         * modules/strftime (EXTRA_DIST): Add strftime.h.
8412         * modules/strndup (EXTRA_DIST): Add strndup.h.
8413         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8414         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8415         * modules/time_r (EXTRA_DIST): Add time_r.h.
8416         * modules/timespec (EXTRA_DIST): Add timespec.h.
8417         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8418         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8419         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8420         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8421         * modules/userspec (EXTRA_DIST): Add userspec.h.
8422         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8423         * modules/utimens (EXTRA_DIST): Add utimens.h.
8424         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8425         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8426         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8427         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8428         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8429         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8430         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8431         * modules/yesno (EXTRA_DIST): Add yesno.h.
8432
8433 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8434
8435         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8436
8437         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8438         * m4/dev-ino.m4, same-inode.m4: Remove.
8439
8440         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8441         * m4/acl.m4 (AC_FUNC_ACL):
8442         * m4/backupfile.m4 (gl_BACKUPFILE):
8443         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8444         * m4/canon-host.m4 (gl_CANON_HOST):
8445         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8446         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8447         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8448         * m4/cloexec.m4 (gl_CLOEXEC):
8449         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8450         * m4/closeout.m4 (gl_CLOSEOUT):
8451         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8452         * m4/dirname.m4 (gl_DIRNAME):
8453         * m4/exclude.m4 (gl_EXCLUDE):
8454         * m4/exitfail.m4 (gl_EXITFAIL):
8455         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8456         * m4/file-type.m4 (gl_FILE_TYPE):
8457         * m4/filemode.m4 (gl_FILEMODE):
8458         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8459         * m4/fpending.m4 (gl_FUNC_FPENDING):
8460         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8461         * m4/fts.m4 (gl_FUNC_FTS):
8462         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8463         * m4/getdate.m4 (gl_GETDATE):
8464         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8465         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8466         * m4/getpass.m4 (gl_FUNC_GETPASS):
8467         * m4/gettime.m4 (gl_GETTIME):
8468         * m4/getugroups.m4 (gl_GETUGROUPS):
8469         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8470         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8471         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8472         * m4/hash.m4 (gl_HASH):
8473         * m4/idcache.m4 (gl_IDCACHE):
8474         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8475         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8476         * m4/long-options.m4 (gl_LONG_OPTIONS):
8477         * m4/lstat.m4 (gl_FUNC_LSTAT):
8478         * m4/md5.m4 (gl_MD5):
8479         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8480         * m4/memcoll.m4 (gl_MEMCOLL):
8481         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8482         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8483         * m4/memxor.m4 (gl_MEMXOR):
8484         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8485         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8486         * m4/modechange.m4 (gl_MODECHANGE):
8487         * m4/mountlist.m4 (gl_MOUNTLIST):
8488         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8489         * m4/openat.m4 (gl_FUNC_OPENAT):
8490         * m4/pathmax.m4 (gl_PATHMAX):
8491         * m4/physmem.m4 (gl_PHYSMEM):
8492         * m4/posixtm.m4 (gl_POSIXTM):
8493         * m4/posixver.m4 (gl_POSIXVER):
8494         * m4/quote.m4 (gl_QUOTE):
8495         * m4/quotearg.m4 (gl_QUOTEARG):
8496         * m4/readtokens.m4 (gl_READTOKENS):
8497         * m4/readutmp.m4 (gl_READUTMP):
8498         * m4/regex.m4 (gl_REGEX):
8499         * m4/safe-read.m4 (gl_SAFE_READ):
8500         * m4/safe-write.m4 (gl_SAFE_WRITE):
8501         * m4/same.m4 (gl_SAME):
8502         * m4/save-cwd.m4 (gl_SAVE_CWD):
8503         * m4/savedir.m4 (gl_SAVEDIR):
8504         * m4/settime.m4 (gl_SETTIME):
8505         * m4/sha1.m4 (gl_SHA1):
8506         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8507         * m4/stat-macros.m4 (gl_STAT_MACROS):
8508         * m4/stat-time.m4 (gl_STAT_TIME):
8509         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8510         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8511         * m4/strdup.m4 (gl_FUNC_STRDUP):
8512         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8513         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8514         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8515         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8516         * m4/time_r.m4 (gl_TIME_R):
8517         * m4/timespec.m4 (gl_TIMESPEC):
8518         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8519         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8520         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8521         * m4/userspec.m4 (gl_USERSPEC):
8522         * m4/utimecmp.m4 (gl_UTIMECMP):
8523         * m4/utimens.m4 (gl_UTIMENS):
8524         * m4/xalloc.m4 (gl_XALLOC):
8525         * m4/xgetcwd.m4 (gl_XGETCWD):
8526         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8527         * m4/xreadlink.m4 (gl_XREADLINK):
8528         * m4/xstrtod.m4 (gl_XSTRTOD):
8529         * m4/yesno.m4 (gl_YESNO):
8530         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8531         to get the necessary .h files and whatnot.
8532
8533 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8534             Bruno Haible  <bruno@clisp.org>
8535
8536         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8537         /bin/sh understanding of '!' conditional negation.
8538
8539 2006-08-21  Jim Meyering  <jim@meyering.net>
8540
8541         * modules/openat (Depends-on): Really alphabetize.
8542
8543         * modules/acl (Depends-on): Add error and quote.
8544
8545         * check-module (find_included_lib_files): Add at-func.c to the
8546         ok-to-include-more-than-once white list.
8547
8548         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8549
8550 2006-08-21  Bruno Haible  <bruno@clisp.org>
8551
8552         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8553         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8554         Reported by Martin Lambers <marlam@marlam.de>.
8555
8556 2006-08-21  Bruno Haible  <bruno@clisp.org>
8557
8558         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8559         specify an installation location, don't emit a noinst_LIBRARIES or
8560         noinst_LTLIBRARIES assignment.
8561
8562 2006-08-21  Bruno Haible  <bruno@clisp.org>
8563
8564         BeOS portability.
8565         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8566         BeOS has mbrtowc() but no <wctype.h>.
8567
8568 2006-08-21  Bruno Haible  <bruno@clisp.org>
8569
8570         BeOS portability.
8571         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8572         exist.
8573
8574 2006-08-21  Bruno Haible  <bruno@clisp.org>
8575
8576         BeOS portability.
8577         * lib/mbchar.h: Include <wctype.h> only if it exists.
8578
8579 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         Remove files that are no longer needed by their respective modules.
8582         * m4/obstack.m4: Remove.
8583         * m4/strerror_r.m4: Remove.
8584         * m4/uint32_t.m4: Remove.
8585         * m4/uintptr_t.m4: Remove.
8586         * m4/ullong_max.m4: Remove.
8587         * m4/xstrtoimax.m4: Remove.
8588         * m4/xstrtoumax.m4: Remove.
8589
8590         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8591         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8592         dependencies now capture this.
8593
8594         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8595         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8596         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8597         * m4/human.m4 (gl_HUMAN): Likewise.
8598         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8599         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8600
8601         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8602
8603         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8604         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8605         stdint.
8606         * m4/human.m4 (gl_HUMAN): Likewise.
8607         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8608         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8609         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8610         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8611         * m4/xstrtol (gl_XSTRTOL): Likewise.
8612
8613         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8614         AC_TYPE_LONG_LONG_INT.
8615         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8616         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8617         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8618         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8619
8620         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8621         on stdbool.
8622
8623         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8624         (gl_PREREQ_XSTRTOUL): Remove.
8625
8626         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8627
8628         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8629         mode.
8630
8631 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8632
8633         Add and change modules to make it easier for coreutils to use
8634         gnulib-tool.
8635         * modules/backupfile (Files): Remove m4/d-ino.m4.
8636         (Depends-on): Add d-ino.
8637         * modules/cycle-check (Depends-on): Add stdint.
8638         (lib_SOURCES): Add cycle-check.h.
8639         * modules/d-ino: New module.
8640         * modules/d-type: New module.
8641         * modules/error (Files): Remove m4/strerror_r.m4.
8642         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8643         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8644         m4/inttypes_h.m4, m4/uintmax_t.m4.
8645         (Depends-on): Add stdint.
8646         (lib_SOURCES): Add fsusage.h.
8647         * modules/getcwd (Files): Remove d-ino.m4.
8648         (Depends-on): Add d-ino.
8649         * modules/getndelim2 (Depends-on): Add stdint.
8650         * modules/glob (Files): Remove m4/d-type.m4.
8651         (Depends-on): Add d-type.
8652         * modules/host-os: New module.
8653         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8654         m4/inttypes_h.m4, m4/uintmax_t.m4.
8655         * Depends-on: Add stdint.
8656         (lib_SOURCES): Add human.h.
8657         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8658         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8659         m4/uintmax_t.m4, m4/ulonglong.m4.
8660         (Depends-on): Add stdint.
8661         (EXTRA_DIST): Add inttostr.h.
8662         * modules/lchmod: New module.
8663         * modules/link-follow: New module.
8664         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8665         (Depends-on): Add lchmod.
8666         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8667         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8668         (Depends-on): Add stdint.
8669         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8670         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8671         (Depends-on): Add stdint.
8672         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8673         * modules/perl: New module.
8674         * modules/regex (Depends-on): Add stdint.
8675         * modules/rmdir-errno: New module.
8676         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8677         m4/intmax_t.m4.
8678         (Depends-on): Add stdint.
8679         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8680         m4/uintmax_t.m4.
8681         (Depends-on): Add stdint.
8682         * modules/unlink-busy: New module.
8683         * modules/utimecmp (Depends-on): Add stdint.
8684         * modules/uptime: New module.
8685         * modules/winsz-ioctl: New module.
8686         * modules/winsz-termios: New module.
8687         * modules/xnanosleep (Depends-on): Add nanosleep.
8688         * modules/ullong_max: Remove.
8689         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8690         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8691         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8692         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8693         (Depends-on): Add inttypes.
8694         (lib_SOURCES): Add xstrtol.h.
8695         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8696         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8697         * MODULES.html.sh: Move 'assert' into the assert section.
8698         Move 'dummy' into the linking section.
8699         Remove ullong_max.
8700         Add section for compatibility checks for POSIX:2001 functions,
8701         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8702         winsz-ioctl, and winsz-termios into it.
8703         Add lchmod.
8704         Add top-level Misc section and put host-os, perl, and uptime
8705         into it.
8706
8707 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8708
8709         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8710         now assume the stdint module.  Do not include inttypes.h.
8711         * lib/fsusage.h: Likewise.
8712         * lib/getndelim2.c: Likewise.
8713         * lib/human.h: Likewise.
8714         * lib/inttostr.h: Likewise.
8715         * lib/obstack.c: Likewise.
8716         * lib/regex_internal.h: Likewise.
8717         * lib/tempname.c: Likewise.
8718         * lib/utimecmp.c: Likewise.
8719         * lib/xstrtol.h: Likewise.
8720
8721         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8722
8723         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8724         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8725         * lib/xtime.h: Likewise.
8726
8727 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8728
8729         * modules/openat (Files): Add lib/fchmodat.c.
8730         Fixes problem reported by Jay Youngman.
8731
8732 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8733
8734         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8735         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8736
8737 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8738             Bruno Haible  <bruno@clisp.org>
8739
8740         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8741         and is a script that invokes bison. Tighten the code. Add comments.
8742
8743 2006-08-18  Jim Meyering  <jim@meyering.net>
8744
8745         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8746         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8747         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8748         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8749
8750 2006-08-18  Bruno Haible  <bruno@clisp.org>
8751
8752         * modules/bison-i18n: New file.
8753         * MODULES.html.sh (Internationalization functions): Add it.
8754
8755 2006-08-18  Bruno Haible  <bruno@clisp.org>
8756
8757         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8758         sys/statvfs.h. When getmntinfo was found, check its declaration and
8759         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8760
8761 2006-08-18  Bruno Haible  <bruno@clisp.org>
8762
8763         * m4/bison-i18n.m4: New file, from bison.
8764
8765 2006-08-18  Bruno Haible  <bruno@clisp.org>
8766
8767         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8768         (ME_DUMMY): Treat "kernfs" as a dummy.
8769         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8770
8771 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8772
8773         Update from coreutils.
8774
8775         2006-08-15  Jim Meyering  <jim@meyering.net>
8776
8777         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8778
8779         2006-01-17  Jim Meyering  <jim@meyering.net>
8780
8781         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8782
8783         2006-01-11  Jim Meyering  <jim@meyering.net>
8784
8785         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8786         Check for the lchmod function.
8787
8788 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8789
8790         Update from coreutils.
8791
8792         * lib/__fpending.h: Add copyright notice.
8793         * lib/fprintftime.h: Likewise.
8794         * lib/savedir.c: Use (C) in copyright notice.
8795         * lib/savedir.h: Likewise.
8796
8797         2006-08-15  Jim Meyering  <jim@meyering.net>
8798
8799         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8800         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8801         in support of the EXPECTED_ERRNO macro.
8802         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8803         definitions.  Instead, define the appropriate symbols and include
8804         "at-func.c".
8805         * lib/mkdirat.c (mkdirat): Likewise.
8806         * lib/fchmodat.c (fchmodat): Likewise.
8807         (ENOSYS): Remove definition.
8808         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8809         it.  Don't include "unistd--.h" -- it wasn't ever used.
8810
8811         2006-01-17  Jim Meyering  <jim@meyering.net>
8812
8813         Rewrite fts.c not to change the current working directory,
8814         by using openat, fstatat, fdopendir, etc..
8815
8816         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8817         (HAVE_OPENAT_SUPPORT): Define.
8818         [_LIBC] (fchdir): Don't undef or define; no longer used.
8819         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8820         Now, this `function' always succeeds, and consumes its file descriptor
8821         parameter -- so callers must not close such FDs.  Update callers.
8822         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8823         (diropen): Add parameter, SP.  Adjust all callers.
8824         Implement using diropen_fd, rather than open.
8825         (fts_open): Initialize new member, fts_cwd_fd.
8826         Remove fts_rft-setting code.
8827         (fts_close): Close fts_cwd_fd, if necessary.
8828         (__opendir2): Define in terms of opendir or opendirat,
8829         depending on whether the FST_NOCHDIR flag is set.
8830         (fts_build): Since fts_safe_changedir consumes its FD, and since
8831         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8832         and close the dup'd file descriptor upon failure.
8833         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8834         (fts_safe_changedir): Tweak semantics to reflect that this function
8835         now calls cwd_advance_fd and hence consumes its FD argument.
8836         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8837         [struct FTS] (fts_rft): Remove now-unused member.
8838         [struct FTS] (fts_cycle.state): Improve comment.
8839
8840         * lib/openat.c (openat_needs_fchdir): New function.
8841         * lib/openat.h (openat_needs_fchdir): Declare it.
8842
8843 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8844
8845         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8846         Problem and fix reported by Pádraig Brady in
8847         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8848
8849 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8850
8851         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8852
8853 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8854
8855         * lib/memcoll.c (memcoll): Optimize for the common case where the
8856         arguments are bytewise equal.
8857
8858 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8859
8860         * doc/regexprops-generic.texi: Add a copyright notice.
8861
8862 2006-08-15  Bruno Haible  <bruno@clisp.org>
8863
8864         * modules/tmpdir (License): Change to LGPL.
8865
8866 2006-08-15  Bruno Haible  <bruno@clisp.org>
8867
8868         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8869         module.
8870
8871 2006-08-14  Simon Josefsson  <jas@extundo.com>
8872
8873         * config/srclist.txt: Add gnupload.
8874
8875 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8876
8877         Change copyright notice from LGPL 2 to GPL 2, since that's the
8878         standard form used in the gnulib repository.
8879         * tests/test-lock.c: Likewise.
8880         * tests/test-stdint.c: Likewise.
8881         * tests/test-tls.c: Likewise.
8882
8883         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8884         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8885         Add copyright notice.
8886
8887         * check-module: Add copyright notice.  Output a copyright
8888         notice if "--version" is specified.
8889         * modules/COPYING: New file.
8890         * tests/test-getaddrinfo.c: Add copyright notice.
8891         * tests/test-verify.c: Likewise.
8892
8893 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8894
8895         Change copyright notice from LGPL 2 to GPL 2, since that's the
8896         standard form used in the gnulib repository.
8897         * lib/lock.c: LGPL -> GPL.
8898         * lib/lock.h: Likewise.
8899         * lib/strnlen1.c: Likewise.
8900         * lib/strnlen1.h: Likewise.
8901         * lib/tls.c: Likewise.
8902         * lib/tls.h: Likewise.
8903         * lib/tmpdir.c: Likewise.
8904
8905         * lib/TODO: Remove; this belongs only in coreutils.
8906
8907 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8908
8909         Add copyright notices to long-enough files that lack them, since
8910         otherwise the files aren't clearly free.  Use the same notice that
8911         getdate.texi already uses.
8912         * doc/alloca-opt.texi: Add copyright notice.
8913         * doc/alloca.texi: Likewise.
8914         * doc/ctime.texi: Likewise.
8915         * doc/functions.texi: Likewise.
8916         * doc/gcd.texi: Likewise.
8917         * doc/gnulib-tool.texi: Likewise.
8918         * doc/inet_ntoa.texi: Likewise.
8919         * doc/visibility.texi: Likewise.
8920
8921         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8922         * doc/quote.texi: Add copyright notice.
8923
8924         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8925         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8926         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8927         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8928         is now obsolete, and give a pointer to the Sun list.
8929         Add copyright notice.
8930
8931 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8932
8933         * config/srclistvars.sh: Add copyright notice.
8934
8935 2006-08-14  Eric Blake  <ebb9@byu.net>
8936
8937         Import the following change from libc:
8938
8939         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8940
8941         Upstream bug 2997.
8942         * lib/misc/error.c: Add space between program name and message if file
8943         name is missing.
8944
8945 2006-08-12  Karl Berry  <karl@gnu.org>
8946
8947         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8948         remove, these originate in gnulib now.
8949
8950 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8951
8952         * doc/Makefile (standards.info standards.html standards.dvi):
8953         Also depend on make-stds.texi.
8954
8955 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8956
8957         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8958         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8959
8960         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8961         in wchar_t.  Problem reported by Eric Blake.
8962
8963         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8964         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8965         Also, help the compiler to keep LEN in a register.
8966
8967 2006-08-11  Eric Blake  <ebb9@byu.net>
8968
8969         * users.txt: Sort.  Add tar.
8970
8971 2006-08-11  Bruno Haible  <bruno@clisp.org>
8972
8973         * users.txt: New file.
8974
8975 2006-08-11  Bruno Haible  <bruno@clisp.org>
8976
8977         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8978         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8979
8980 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8981
8982         * modules/snprintf (Depends-on): Remove minmax.
8983         (Maintainer): Add self and Bruno.
8984
8985 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8986
8987         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8988         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8989         (EOVERFLOW): Define if the system does not.
8990         Do not include "minmax.h"; it wasn't used.
8991         (snprintf): Don't assume size_t promotes to an unsigned type.
8992         Fix bug when generated string was too long for the buffer: the
8993         buffer's contents are supposed to be the initial prefix of the
8994         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8995         exceeds INT_MAX; do the check ourselves.
8996
8997         Import the following changes from libc:
8998
8999         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9000
9001         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9002         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9003         set wc to the byte which couldn't be converted.
9004         (re_string_reconstruct): Don't clear valid_raw_len before calling
9005         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9006         tip_context using re_string_context_at.
9007
9008         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9009
9010         * lib/posix/regex.h: g++ still cannot handled [restrict].
9011
9012         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9013
9014         * lib/posix/regex.h: Remove special handling for VMS.
9015
9016 2006-08-10  Jim Meyering  <jim@meyering.net>
9017
9018         * modules/same-inode: New module.
9019         * modules/dev-ino: New module.
9020         * modules/cycle-check: Depend on these modules, rather than simply
9021         including their .h files.
9022         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9023         required via m4/cycle-check.m4.
9024         * modules/same: Depend on new same-inode module, rather than
9025         including same-inode.h.
9026         * modules/chdir-safer: New file.
9027
9028         * modules/chown (Depends-on): Add stat-macros.
9029
9030 2006-08-10  Jim Meyering  <jim@meyering.net>
9031
9032         * m4/cycle-check.m4: New file.
9033         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9034         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9035
9036 2006-08-10  Eric Blake  <ebb9@byu.net>
9037
9038         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9039         in from original proposal.
9040
9041 2006-08-10  Eric Blake  <ebb9@byu.net>
9042         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9043
9044         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9045         namespace.
9046
9047 2006-08-10  Bruno Haible  <bruno@clisp.org>
9048
9049         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9050         as well.
9051
9052 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9053
9054         Sync from coreutils.
9055
9056         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9057
9058         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9059         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9060
9061 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9062
9063         * modules/restrict: Remove; no longer needed now that we assume
9064         Autoconf 2.59 or later.
9065         * MODULES.html.sh: Remove 'restrict'.
9066         * modules/argp (Depends-on): Remove 'restrict'.
9067         * modules/base64 (Depends-on): Likewise.
9068         * modules/gc (Depends-on): Likewise.
9069         * modules/getaddrinfo (Depends-on): Likewise.
9070         * modules/glob (Depends-on): Likewise.
9071         * modules/inet_ntop (Depends-on): Likewise.
9072         * modules/inet_pton (Depends-on): Likewise.
9073         * modules/memxor (Depends-on): Likewise.
9074         * modules/regex (Depends-on): Likewise.
9075         * modules/strtok_r (Depends-on): Likewise.
9076         * modules/time_r (Depends-on): Likewise.
9077
9078 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9079
9080         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9081         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9082         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9083         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9084         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9085         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9086         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9087         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9088
9089         Merge from coreutils.
9090         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9091         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9092         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9093         * m4/time_r.m4 (gl_TIME_R): Likewise.
9094
9095 2006-08-09  Karl Berry  <karl@gnu.org>
9096
9097         * config/srclist.txt: no more gettext-tools, per Bruno.
9098
9099 2006-08-08  Eric Blake  <ebb9@byu.net>
9100
9101         * modules/verror: New module.
9102         * MODULES.html.sh: Document it.
9103
9104 2006-08-08  Eric Blake  <ebb9@byu.net>
9105
9106         * lib/verror.h, lib/verror.c: New files.
9107
9108 2006-08-08  Eric Blake  <ebb9@byu.net>
9109
9110         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9111         verror_at_line output complies with GNU Coding Standards even when
9112         file is NULL.
9113
9114 2006-08-07  Bruno Haible  <bruno@clisp.org>
9115
9116         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9117         versions of AIX.
9118         Reported by Ralf Wildenhues.
9119
9120 2006-08-07  Bruno Haible  <bruno@clisp.org>
9121
9122         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9123         in an AC_DEFUN. Needed so that the autoconf snippets can use
9124         AC_REQUIRE.
9125
9126 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9127
9128         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9129         Initialize pkgdata_DATA.
9130         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9131         overriding it.
9132
9133 2006-08-06  Eric Blake  <ebb9@byu.net>
9134
9135         * lib/error.h: Fold in some upstream changes from glibc.
9136         * lib/error.c: Likewise.
9137
9138 2006-08-04  Bruno Haible  <bruno@clisp.org>
9139
9140         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9141         Make the mostlyclean-local rule depend on mostlyclean-generic.
9142         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9143
9144 2006-07-31  Bruno Haible  <bruno@clisp.org>
9145
9146         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9147         <stdlib.h>, <string.h>.
9148
9149 2006-07-30  Bruno Haible  <bruno@clisp.org>
9150
9151         * modules/readlink (License): Change to LGPL.
9152
9153 2006-07-30  Bruno Haible  <bruno@clisp.org>
9154
9155         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9156         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9157         set PKGDATADIR to point to it.
9158
9159 2006-07-30  Bruno Haible  <bruno@clisp.org>
9160
9161         * modules/csharpexec (configure.ac): Comment out macro invocation.
9162         * modules/javaexec (configure.ac): Likewise.
9163         * modules/javacomp-script (configure.ac): Likewise.
9164
9165         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9166
9167 2006-07-30  Bruno Haible  <bruno@clisp.org>
9168
9169         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9170         linked-list.
9171
9172 2006-07-30  Bruno Haible  <bruno@clisp.org>
9173
9174         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9175
9176 2006-07-30  Bruno Haible  <bruno@clisp.org>
9177
9178         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9179         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9180         get removed.
9181
9182 2006-07-29  Bruno Haible  <bruno@clisp.org>
9183
9184         Make it possible for gnulib-tool to work with locally modified or
9185         augmented gnulib repositories.
9186         * gnulib-tool (func_usage): Document --local-dir option.
9187         (local_gnulib_dir): New variable.
9188         Handle --local-dir option.
9189         (func_lookup_file): New function.
9190         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9191         (func_get_description, func_get_filelist, func_get_description,
9192         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9193         func_get_automake_snippet, func_get_include_directive,
9194         func_get_license, func_get_maintainer): Use func_lookup_file.
9195         (func_import, func_create_testdir): Use func_lookup_file.
9196
9197 2006-07-29  Bruno Haible  <bruno@clisp.org>
9198
9199         * modules/setenv (Depends-on): Add unistd.
9200
9201 2006-07-29  Bruno Haible  <bruno@clisp.org>
9202
9203         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9204
9205 2006-07-29  Bruno Haible  <bruno@clisp.org>
9206
9207         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9208
9209 2006-07-29  Bruno Haible  <bruno@clisp.org>
9210
9211         * gnulib-tool (import, update): If there is no Makefile.am, look at
9212         aclocal.m4, instead of bailing out.
9213
9214 2006-07-29  Bruno Haible  <bruno@clisp.org>
9215
9216         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9217         Categorize the options by when they are useful.
9218
9219 2006-07-29  Bruno Haible  <bruno@clisp.org>
9220
9221         * gnulib-tool (func_usage): Document option --no-libtool.
9222         Handle option --no-libtool.
9223         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9224         for changed semantics of $libtool variable.
9225         (func_import): Likewise. If libtool is not used, show this through
9226         an option --no-libtool.
9227         (func_create_testdir): Update.
9228
9229 2006-07-29  Bruno Haible  <bruno@clisp.org>
9230
9231         * gnulib-tool (func_import): Extend error message about missing
9232         --doc-base.
9233
9234 2006-07-29  Bruno Haible  <bruno@clisp.org>
9235
9236         * gnulib-tool (func_import): Don't create the $docbase directory if
9237         there is no file to store there.
9238
9239 2006-07-29  Bruno Haible  <bruno@clisp.org>
9240
9241         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9242         relevant, look for configure.ac there, not in the current directory.
9243         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9244
9245 2006-07-29  Bruno Haible  <bruno@clisp.org>
9246
9247         * gnulib-tool (SORT): New variable.
9248         (func_usage): Undocument --assume-autoconf option.
9249         Remove --assume-autoconf option handling.
9250         (autoconf_minversion): Determine from the contents of configure.ac.
9251         (func_import): Remove autoconf_minversion handling.
9252         Suggested by Eric Blake.
9253
9254 2006-07-29  Bruno Haible  <bruno@clisp.org>
9255
9256         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9257
9258 2006-07-29  Bruno Haible  <bruno@clisp.org>
9259
9260         * config/srclist.txt (*setenv.[ch]): Remove rules.
9261
9262 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9263
9264         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9265
9266 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9267
9268         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9269         arpa/inet.h.
9270
9271 2006-07-28  Simon Josefsson  <jas@extundo.com>
9272
9273         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9274         * modules/inet_pton (Depends-on): Likewise.
9275
9276 2006-07-28  Simon Josefsson  <jas@extundo.com>
9277
9278         * m4/netinet_in_h.m4: New file.
9279
9280 2006-07-28  Simon Josefsson  <jas@extundo.com>
9281
9282         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9283         #include's.
9284
9285 2006-07-28  Simon Josefsson  <jas@extundo.com>
9286
9287         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9288         #include's.
9289
9290 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9291
9292         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9293         setgid on directories only if they set these bits.
9294         * lib/modechange.h: Remove obsolete comment about masks.
9295
9296 2006-07-28  Eric Blake  <ebb9@byu.net>
9297
9298         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9299         macro expansion.
9300
9301 2006-07-28  Bruno Haible  <bruno@clisp.org>
9302
9303         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9304
9305 2006-07-28  Bruno Haible  <bruno@clisp.org>
9306
9307         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9308
9309 2006-07-28  Bruno Haible  <bruno@clisp.org>
9310
9311         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9312         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9313         Define fallbacks.
9314         Avoids link error on FreeBSD 4.x.
9315         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9316
9317         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9318         encoding.
9319         * lib/mbswidth.c (iswcntrl): Likewise.
9320
9321 2006-07-27  Bruno Haible  <bruno@clisp.org>
9322
9323         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9324         test.
9325
9326 2006-07-27  Bruno Haible  <bruno@clisp.org>
9327
9328         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9329         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9330         defined.
9331
9332 2006-07-26  Eric Blake  <ebb9@byu.net>
9333
9334         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9335
9336 2006-07-26  Eric Blake  <ebb9@byu.net>
9337
9338         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9339         like mingw that lack mkstemp.
9340         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9341         avoid compilation warning on mingw.
9342
9343 2006-07-26  Bruno Haible  <bruno@clisp.org>
9344
9345         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9346         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9347         INT_FAST*_MIN, INTPTR_MIN.
9348
9349 2006-07-25  Bruno Haible  <bruno@clisp.org>
9350
9351         * modules/version-etc (Depends-on): Add stdarg.
9352
9353 2006-07-25  Bruno Haible  <bruno@clisp.org>
9354
9355         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9356         complex commands.
9357
9358 2006-07-25  Bruno Haible  <bruno@clisp.org>
9359
9360         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9361         defined in <stdarg.h> or config.h.
9362
9363 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9364
9365         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9366         (gl_STDIO_SAFER): Remove.
9367
9368 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9369
9370         * MODULES.html.sh (File stream based Input/Output):
9371         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9372         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9373         * modules/fopen-safer, modules/tmpfile-safer: New files.
9374         * modules/stdio-safer: Remove.
9375
9376 2006-07-24  Bruno Haible  <bruno@clisp.org>
9377
9378         * modules/tmpdir: New file.
9379         * MODULES.html.sh (File system functions): Add it.
9380
9381 2006-07-24  Bruno Haible  <bruno@clisp.org>
9382
9383         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9384         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9385
9386 2006-07-24  Bruno Haible  <bruno@clisp.org>
9387
9388         * modules/clean-temp: New file.
9389
9390 2006-07-24  Bruno Haible  <bruno@clisp.org>
9391
9392         * m4/tmpdir.m4: New file, from GNU gettext.
9393
9394 2006-07-24  Bruno Haible  <bruno@clisp.org>
9395
9396         * lib/tmpdir.h: New file, from GNU gettext.
9397         * lib/tmpdir.c: New file, from GNU gettext.
9398
9399 2006-07-24  Bruno Haible  <bruno@clisp.org>
9400
9401         * lib/clean-temp.h: New file, from GNU gettext.
9402         * lib/clean-temp.c: New file, from GNU gettext.
9403
9404 2006-07-23  Eric Blake  <ebb9@byu.net>
9405
9406         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9407         (Depends-on): Add binary-io.
9408
9409 2006-07-23  Eric Blake  <ebb9@byu.net>
9410
9411         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9412
9413 2006-07-23  Eric Blake  <ebb9@byu.net>
9414
9415         * lib/tmpfile-safer.c: New file.
9416         * lib/stdio-safer.h (fopen_safer): Add prototype.
9417         * lib/stdio--.h (tmpfile): Make safer.
9418
9419 2006-07-23  Bruno Haible  <bruno@clisp.org>
9420
9421         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9422         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9423         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9424         gl_linked_remove_at): Use it.
9425
9426 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9427         and Simon Josefsson <jas@extundo.com>
9428
9429         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9430
9431         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9432
9433 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9434
9435         * modules/close-stream: New file.
9436         * modules/closeout (Description): Make it clear that it exits
9437         with a diagnostic on error.
9438         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9439         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9440
9441 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9442
9443         * m4/close-stream.m4: New file.
9444
9445 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9446
9447         * lib/close-stream.c, lib/close-stream.h: New files.
9448
9449 2006-07-22  Bruno Haible  <bruno@clisp.org>
9450
9451         Merge from GNU gettext 0.15.
9452
9453         2006-05-01  Bruno Haible  <bruno@clisp.org>
9454
9455                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9456
9457         2006-07-22  Bruno Haible  <bruno@clisp.org>
9458
9459                 * modules/javaversion: New file.
9460                 * MODULES.html.sh (Java): Add javaversion.
9461
9462         2006-03-12  Bruno Haible  <bruno@clisp.org>
9463
9464                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9465
9466         2005-12-04  Bruno Haible  <bruno@clisp.org>
9467
9468                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9469                 (untested).
9470
9471         2006-06-21  Bruno Haible  <bruno@clisp.org>
9472
9473                 Avoid warnings from recent versions of mcs.
9474                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9475                 -o, -L, -r any more. Use options documented since mcs-1.0
9476                 instead. Similarly for -g.
9477
9478         2005-12-04  Bruno Haible  <bruno@clisp.org>
9479
9480                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9481                 .resources, not .resource.
9482
9483         2005-07-09  Bruno Haible  <bruno@clisp.org>
9484
9485                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9486                 add a .dll suffix.
9487                 Reported by Mark Junker <mjscod@gmx.de>.
9488
9489         2006-07-22  Bruno Haible  <bruno@clisp.org>
9490
9491                 * modules/gettext: Upgrade to gettext-0.15.
9492                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9493                 m4/visibility.m4.
9494                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9495
9496 2006-07-22  Bruno Haible  <bruno@clisp.org>
9497
9498         Merge from GNU gettext 0.15.
9499
9500         2006-03-25  Bruno Haible  <bruno@clisp.org>
9501
9502                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9503
9504         2006-07-21  Bruno Haible  <bruno@clisp.org>
9505
9506                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9507                 "1.1".
9508
9509         2006-05-09  Bruno Haible  <bruno@clisp.org>
9510
9511                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9512                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9513                 for the conftestver execution.
9514
9515         2006-05-01  Bruno Haible  <bruno@clisp.org>
9516
9517                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9518                 optional target-version argument. Verify that the compiler
9519                 groks source of the specified source-version, or add -source
9520                 option as necessary. Verify that the compiler produces
9521                 bytecode in the specified target-version, or add -target and
9522                 -source options as necessary. Make the result of the test
9523                 available as variable CONF_JAVAC. Also log error output in
9524                 config.log.
9525
9526         2006-03-11  Bruno Haible  <bruno@clisp.org>
9527
9528                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9529
9530         2006-05-09  Bruno Haible  <bruno@clisp.org>
9531
9532                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9533                 CLASSPATH_SEPARATOR to a semicolon.
9534
9535         2006-03-12  Bruno Haible  <bruno@clisp.org>
9536
9537                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9538                 available as variable CONF_JAVA, for subsequent autoconf
9539                 tests. Also log error output in config.log.
9540
9541         2006-07-19  Bruno Haible  <bruno@clisp.org>
9542
9543                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9544                 that getline works on glibc2 systems. Needed to avoid trouble
9545                 in relocatable.c.
9546                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9547
9548         2005-12-04  Bruno Haible  <bruno@clisp.org>
9549
9550                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9551                 launcher (untested).
9552
9553         2005-12-04  Bruno Haible  <bruno@clisp.org>
9554
9555                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9556
9557         2006-07-22  Bruno Haible  <bruno@clisp.org>
9558
9559                 * gettext.m4: Update from GNU gettext-0.15.
9560                 * nls.m4: Likewise.
9561                 * po.m4: Likewise.
9562                 * inttypes-pri.m4: Likewise.
9563                 * inttypes-h.m4: Renamed from inttypes.m4.
9564                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9565
9566 2006-07-22  Bruno Haible  <bruno@clisp.org>
9567
9568         Merge from GNU gettext 0.15.
9569
9570         2005-07-05  Bruno Haible  <bruno@clisp.org>
9571
9572                 * printf-args.c (printf_fetchargs): Work around broken
9573                 definition of wint_t on mingw.
9574
9575         2005-02-12  Bruno Haible  <bruno@clisp.org>
9576
9577                 * xallocsa.h: Add extern "C" for C++.
9578
9579         2006-05-17  Bruno Haible  <bruno@clisp.org>
9580
9581                 Cygwin portability.
9582                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9583
9584         2006-04-30  Bruno Haible  <bruno@clisp.org>
9585
9586                 * progreloc.c: Include <mach-o/dyld.h> if available.
9587                 (find_executable): Use _NSGetExecutablePath when possible.
9588
9589         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9590
9591                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9592                 function.
9593
9594         2005-12-29  Bruno Haible  <bruno@clisp.org>
9595
9596                 * progreloc.c (set_program_name_and_installdir): Fix
9597                 compilation error.
9598
9599         2005-12-04  Bruno Haible  <bruno@clisp.org>
9600
9601                 Cygwin portability.
9602                 * progreloc.c: Include <windows.h> also on Cygwin.
9603                 (find_executable): Add support for Cygwin.
9604                 (set_program_name_and_installdir): Handle also platforms with
9605                 nonempty EXEEXT.
9606
9607         2006-07-11  Bruno Haible  <bruno@clisp.org>
9608
9609                 * javacomp.c: Fix a comment.
9610                 Reported by Jim Meyering.
9611
9612         2006-04-30  Bruno Haible  <bruno@clisp.org>
9613
9614                 * javacomp.h (compile_java_class): Add source_version,
9615                 target_version arguments.
9616                 * javacomp.c: Rewritten to choose only a compiler that
9617                 respects the specified source_version and target_version.
9618
9619         2006-06-27  Bruno Haible  <bruno@clisp.org>
9620
9621                 Assume correct S_ISDIR macro.
9622                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9623
9624         2006-07-22  Bruno Haible  <bruno@clisp.org>
9625
9626                 * javaversion.h: New file, from GNU gettext.
9627                 * javaversion.c: New file, from GNU gettext.
9628                 * javaversion.java: New file, from GNU gettext.
9629                 * javaversion.class: New file, from GNU gettext.
9630
9631         2006-05-17  Bruno Haible  <bruno@clisp.org>
9632
9633                 Cygwin portability.
9634                 * javaexec.c (execute_java_class): Test for jview program
9635                 also on Cygwin.
9636
9637         2006-04-09  Bruno Haible  <bruno@clisp.org>
9638
9639                 * fatal-signal.c: Don't include string.h.
9640                 (at_fatal_signal): Use a copying loop instead of memcpy.
9641
9642         2005-12-04  Bruno Haible  <bruno@clisp.org>
9643
9644                 * csharpexec.c: Add support for 'clix' launcher (untested).
9645                 (execute_csharp_using_sscli): New function.
9646                 (execute_csharp_program): Call it.
9647
9648         2006-06-21  Bruno Haible  <bruno@clisp.org>
9649
9650                 Avoid warnings from recent versions of mcs.
9651                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9652                 -o, -L, -r any more. Use options documented since mcs-1.0
9653                 instead. Similarly for -g.
9654
9655         2005-07-09  Bruno Haible  <bruno@clisp.org>
9656
9657                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9658                 add a .dll suffix.
9659                 Reported by Mark Junker <mjscod@gmx.de>.
9660
9661         2006-06-17  Bruno Haible  <bruno@clisp.org>
9662
9663                 * config.charset: Update for NetBSD 3.0.
9664
9665         2006-05-17  Bruno Haible  <bruno@clisp.org>
9666
9667                 Cygwin portability.
9668                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9669
9670         2006-05-16  Bruno Haible  <bruno@clisp.org>
9671
9672                 * localcharset.c [CYGWIN]: Include <windows.h>.
9673                 (get_charset_aliases): For Cygwin, return the same CPxxx
9674                 aliases list as under WIN32.
9675                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9676                 the environment variables. Fall back to GetACP().
9677
9678         2006-04-05  Bruno Haible  <bruno@clisp.org>
9679
9680                 * config.charset: Update Juan Manuel Guerrero's address.
9681
9682         2005-02-12  Bruno Haible  <bruno@clisp.org>
9683
9684                 * allocsa.h: Add extern "C" for C++.
9685
9686         2005-02-10  Bruno Haible  <bruno@clisp.org>
9687
9688                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9689                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9690
9691         2006-07-22  Bruno Haible  <bruno@clisp.org>
9692
9693                 * gettext.h: Update to GNU gettext-0.15.
9694
9695 2006-07-22  Bruno Haible  <bruno@clisp.org>
9696
9697         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9698         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9699         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9700
9701 2006-07-21  Eric Blake  <ebb9@byu.net>
9702
9703         * modules/stdlib-safer: New file.
9704         * MODULES.html.sh (File stream based Input/Output): Add
9705         stdlib-safer.
9706
9707 2006-07-21  Eric Blake  <ebb9@byu.net>
9708
9709         * lib/stdlib-safer.h: New file from coreutils, required by
9710         stdlib--.h.
9711
9712 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9713
9714         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9715
9716 2006-07-20  Bruno Haible  <bruno@clisp.org>
9717
9718         * gnulib-tool: Recognize new option --assume-autoconf.
9719         (autoconf_minversion): New variable.
9720         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9721
9722 2006-07-20  Bruno Haible  <bruno@clisp.org>
9723
9724         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9725
9726 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9727
9728         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9729         Reindent and repaginate.
9730
9731 2006-07-19  Derek Price  <derek@ximbiot.com>
9732
9733         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9734         Correct grammar.
9735
9736 2006-07-17  Bruno Haible  <bruno@clisp.org>
9737
9738         * modules/list: New file.
9739         * modules/array-list: New file.
9740         * modules/carray-list, modules/carray-list-tests: New files.
9741         * modules/linked-list, modules/linked-list-tests: New files.
9742         * modules/avltree-list, modules/avltree-list-tests: New files.
9743         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9744         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9745         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9746         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9747         * modules/oset: New file.
9748         * modules/array-oset: New file.
9749         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9750         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9751         * tests/test-carray_list.c: New file.
9752         * tests/test-linked_list.c: New file.
9753         * tests/test-avltree_list.c: New file.
9754         * tests/test-rbtree_list.c: New file.
9755         * tests/test-linkedhash_list.c: New file.
9756         * tests/test-avltreehash_list.c: New file.
9757         * tests/test-rbtreehash_list.c: New file.
9758         * tests/test-avltree_oset.c: New file.
9759         * tests/test-rbtree_oset.c: New file.
9760         * MODULES.html.sh (Container data structures): New section.
9761
9762 2006-07-17  Bruno Haible  <bruno@clisp.org>
9763
9764         * m4/gl_list.m4: New file.
9765
9766 2006-07-17  Bruno Haible  <bruno@clisp.org>
9767
9768         * lib/gl_list.h: New file.
9769         * lib/gl_list.c: New file.
9770         * lib/gl_array_list.h: New file.
9771         * lib/gl_array_list.c: New file.
9772         * lib/gl_carray_list.h: New file.
9773         * lib/gl_carray_list.c: New file.
9774         * lib/gl_linked_list.h: New file.
9775         * lib/gl_linked_list.c: New file.
9776         * lib/gl_anylinked_list1.h: New file.
9777         * lib/gl_anylinked_list2.h: New file.
9778         * lib/gl_avltree_list.h: New file.
9779         * lib/gl_avltree_list.c: New file.
9780         * lib/gl_anyavltree_list1.h: New file.
9781         * lib/gl_anyavltree_list2.h: New file.
9782         * lib/gl_rbtree_list.h: New file.
9783         * lib/gl_rbtree_list.c: New file.
9784         * lib/gl_anyrbtree_list1.h: New file.
9785         * lib/gl_anyrbtree_list2.h: New file.
9786         * lib/gl_anytree_list1.h: New file.
9787         * lib/gl_anytree_list2.h: New file.
9788         * lib/gl_linkedhash_list.h: New file.
9789         * lib/gl_linkedhash_list.c: New file.
9790         * lib/gl_anyhash_list1.h: New file.
9791         * lib/gl_anyhash_list2.h: New file.
9792         * lib/gl_avltreehash_list.h: New file.
9793         * lib/gl_avltreehash_list.c: New file.
9794         * lib/gl_rbtreehash_list.h: New file.
9795         * lib/gl_rbtreehash_list.c: New file.
9796         * lib/gl_anytreehash_list1.h: New file.
9797         * lib/gl_anytreehash_list2.h: New file.
9798
9799         * lib/gl_oset.h: New file.
9800         * lib/gl_oset.c: New file.
9801         * lib/gl_array_oset.h: New file.
9802         * lib/gl_array_oset.c: New file.
9803         * lib/gl_avltree_oset.h: New file.
9804         * lib/gl_avltree_oset.c: New file.
9805         * lib/gl_rbtree_oset.h: New file.
9806         * lib/gl_rbtree_oset.c: New file.
9807         * lib/gl_anytree_oset.h: New file.
9808
9809 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9810
9811         * m4/mkancesdirs.m4: New file.
9812         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9813         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9814         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9815         it.
9816
9817 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9818
9819         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9820         * lib/mkancesdirs.h: New files.
9821         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9822         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9823         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9824         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9825         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9826         callers changed.  Revamp internals significantly, by not
9827         attempting to create directories that are temporarily more
9828         permissive than the final results.  Do not attempt to use
9829         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9830         This removes some race conditions, fixes some bugs, and simplifies
9831         things.  Use new dirchownmod function to do owner and mode changes.
9832         * lib/mkdir-p.h: Likewise.
9833         * lib/modechange.c (octal_to_mode): New function.
9834         (struct mode_change): New member mentioned.
9835         (make_node_op_equals): New arg mentioned.  All callers changed.
9836         (mode_compile): Keep track of which mode bits the user has explicitly
9837         mentioned.
9838         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9839         New arg PMODE_BITS, to keep track of which mode bits the user
9840         mentioned; it treats S_ISUID and S_ISGID speciall.
9841         All callers changed.
9842         * lib/modechange.h: Likewise.
9843
9844 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9845
9846         * MODULES.html.sh: Add mkancestors.
9847         * modules/mkancesdirs: New module.
9848         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9849         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9850         The chdir-safer and afs files are now orphans; I'll remove them
9851         unless someone speaks up.
9852         Add lib/dirchownmod.c, lib/dirchownmod.h.
9853         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9854         Add lchown, mkancesdirs.
9855         (Maintainer): Add self.
9856
9857 2006-07-15  Karl Berry  <karl@gnu.org>
9858
9859         * gnulib-tool: help message wording/arrangement.
9860
9861 2006-07-14  Simon Josefsson  <jas@extundo.com>
9862
9863         * doc/gnulib.texi (Libtool and Windows): New section.
9864
9865 2006-07-12  Simon Josefsson  <jas@extundo.com>
9866
9867         * modules/gendocs (License): Fix license, approved by Karl.
9868
9869 2006-07-12  Eric Blake  <ebb9@byu.net>
9870
9871         * MODULES.html.sh: Add gendocs.
9872
9873 2006-07-11  Eric Blake  <ebb9@byu.net>
9874
9875         * modules/fdl: New module, to install doc/fdl.texi.
9876         * MODULES.html.sh: Add new section for documentation modules.
9877         * gnulib-tool: Avoid space-tab.
9878         (--doc-base): New option, to manage files from doc.
9879
9880 2006-07-11  Eric Blake  <ebb9@byu.net>
9881
9882         * m4/absolute-header.m4: Fix comments to match recent change.
9883
9884 2006-07-11  Eric Blake  <ebb9@byu.net>
9885
9886         * gnulib-tool: List --doc-base before --tests-base.
9887
9888 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9889
9890         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9891
9892 2006-07-11  Bruno Haible  <bruno@clisp.org>
9893
9894         * README: Mention where to put documentation.
9895
9896 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9897
9898         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9899
9900 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9901
9902         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9903         to stdint.m4.
9904
9905 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9906
9907         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9908         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9909         "no/such/file/stdint.h" when there is no such file, so that
9910         the resulting C code can be parsed by dodgy compilers.
9911         Problems reported by Bob Proulx.
9912
9913 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9914
9915         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9916         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9917         macros into the GNU _D_EXACT_NAMLEN.
9918         * lib/savedir.c:  Likewise.
9919         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9920
9921 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9922         and Paul Eggert  <eggert@cs.ucla.edu>
9923
9924         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9925         * m4/savedir.m4:
9926         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9927         macros into the GNU _D_EXACT_NAMLEN.
9928
9929 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9932         around the absolute name, to work around a problem with the HP-UX
9933         11.23 native C compiler, reported by Bob Proulx.
9934
9935 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9936
9937         * doc/maintain.texi, make-stds.texi: Sync from
9938         <http://savannah.gnu.org/projects/gnustandards>.
9939
9940 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9941
9942         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9943
9944 2006-07-09  Jim Meyering  <jim@meyering.net>
9945
9946         * m4/glob.m4: Remove a doubled word in a comment.
9947
9948 2006-07-09  Jim Meyering  <jim@meyering.net>
9949
9950         * lib/argp-pv.c: Remove a doubled word in a comment.
9951         * lib/check-version.c (check_version): Likewise.
9952         * lib/javacomp.c (compile_java_class): Likewise.
9953
9954 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9955
9956         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9957         for the benefit of people using Autoconf 2.60.  If you want to
9958         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9959         (or m4/onceonly.m4, if pre-2.57) manually.
9960
9961 2006-07-08  Jim Meyering  <jim@meyering.net>
9962
9963         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9964         comment.
9965         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9966         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9967         comment.
9968
9969 2006-07-08  Jim Meyering  <jim@meyering.net>
9970
9971         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9972
9973 2006-07-07  Simon Josefsson  <jas@extundo.com>
9974
9975         * tests/test-crc.c: Change expected crc value, the test vector
9976         were probably computed using the old broken crc.c?
9977
9978 2006-07-06  Simon Josefsson  <jas@extundo.com>
9979
9980         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9981         now the canonical place for the M4 file).
9982
9983         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9984         from the sys_socket dependency now.
9985
9986         * modules/inet_pton (Files): Ditto.
9987
9988         * modules/inet_ntop (Files): Ditto.
9989
9990 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9991
9992         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9993         not gl_PREREQ_GETUSERSHELL.
9994
9995 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9996
9997         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9998         with only one argument, for Autoconf 2.60.
9999         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10000         expand to nothing, so add a shell command to avoid syntax error.
10001         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10002
10003 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10004
10005         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10006
10007 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10008
10009         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10010         no longer needed.  Check for isblank decl.
10011         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10012         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10013         of existence.
10014
10015 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10016
10017         * lib/getloadavg.c: Use __VMS, not VMS.
10018         * lib/getopt.c: Likewise.
10019         * lib/getpagesize.h: Likewise.
10020         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10021         and probably does not work.
10022
10023 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10024
10025         * lib/.cppi-disable: Add wcwidth.
10026         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10027         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10028         (ISGRAPH): Remove.  All uses changed to isgraph.
10029         (FOLD) [!defined _LIBC]: Remove special case.
10030         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10031         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10032         HAVE_ISBLANK.
10033         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10034         case.
10035
10036 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10037
10038         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10039         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10040         brackets.  Other minor changes to suppress some compiler
10041         warnings.
10042
10043 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10044         and Paul Eggert  <eggert@cs.ucla.edu>
10045
10046         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10047         of invoking obsolescent AC_HEADER_DIRENT macro.
10048         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10049         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10050         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10051         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10052         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10053         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10054         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10055         * m4/readdir.m4: Remove; no longer needed.
10056
10057 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10058         and Paul Eggert  <eggert@cs.ucla.edu>
10059
10060         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10061         Don't worry about this obsolete case any more.
10062         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10063         directories.
10064         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10065         worry about this obsolete case any more.
10066         * lib/fts.c: Likewise.
10067         * lib/getcwd.c: Likewise.
10068         * lib/glob.h: Likewise.
10069         * lib/savedir.c: Likewise.
10070
10071 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10072
10073         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10074         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10075         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10076         needed.
10077         All uses removed.
10078         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10079         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10080         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10081         needed.
10082         * m4/getdate.m4 (gl_GETDATE): Likewise.
10083         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10084         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10085         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10086         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10087         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10088         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10089         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10090         needed.
10091
10092 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10093
10094         * lib/memcasecmp.c: Include <limits.h>.
10095         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10096         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10097         Don't assume isdigit succeeds only on '0' through '9'.
10098
10099 2006-07-05  Eric Blake  <ebb9@byu.net>
10100
10101         * modules/getaddrinfo (Depends-on): Add snprintf.
10102
10103 2006-07-05  Eric Blake  <ebb9@byu.net>
10104
10105         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10106         to avoid 'header present but could not be compiled' on cygwin.
10107
10108 2006-07-05  Eric Blake  <ebb9@byu.net>
10109
10110         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10111         missing from netdb.h.
10112         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10113
10114 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10115
10116         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10117         no longer needed.
10118         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10119         * m4/getdate.m4 (gl_GETDATE): Likewise.
10120         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10121         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10122         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10123         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10124         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10125
10126 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10127
10128         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10129         All uses of is_space replaced by isspace.
10130         * lib/exit.h: Don't talk about STDC_HEADERS.
10131         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10132         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10133         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10134         replaced by isprint etc.
10135         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10136         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10137         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10138         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10139         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10140         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10141
10142 2006-07-05  Bruno Haible  <bruno@clisp.org>
10143
10144         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10145         the function exists, before testing against AIX.
10146         Reported by Martin Lambers <marlam@marlam.de>.
10147
10148 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10149
10150         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10151         From Mark D. Baushke.
10152
10153 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10154
10155         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10156         to the absolute name, not just one, to bypass Sun C 5.8's
10157         "warning: #include of /usr/include/... may be non-portable".
10158
10159 2006-07-04  Eric Blake  <ebb9@byu.net>
10160
10161         * modules/dirname-tests: New test module.
10162         * tests/test-dirname.c: New file, replacing dirname.c
10163         TEST_DIRNAME section that was recently deleted.
10164
10165 2006-07-04  Bruno Haible  <bruno@clisp.org>
10166
10167         Assume ANSI C header files and <ctype.h> functions.
10168         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10169         (mbsnwidth): Use isprint, iscntrl instead.
10170
10171 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10172
10173         Merge from coreutils.
10174         * MODULES.html.sh: Add xstrtold.
10175         * modules/xstrtold: New file.
10176         * modules/cycle-check (Files): Add lib/same-inode.h.
10177         * modules/dirname (Files): Add m4/double-slash-root.m4.
10178         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10179         * modules/mkdir-p (Files): Add lib/same-inode.h.
10180         * modules/same (Files): Add lib/same-inode.h.
10181
10182 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10183
10184         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10185         This is to keep the terminology clean; POSIX talks about
10186         "absolute pathnames", not "full pathnames", but the GNU
10187         Coding Standards say to use "path" for something else;
10188         so use "absolute" to keep both sides happy.
10189         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10190         Set gl_absolute_header, not gl_full_header_path.
10191         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10192         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10193         All uses changed.
10194
10195         Merge from coreutils.
10196
10197         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10198
10199         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10200         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10201         want to require the building of c-strtod.o.
10202         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10203         needs -lm directly.
10204         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10205
10206         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10207
10208         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10209         --as-needed option if available.  Problem reported by Albert Chin in
10210         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10211         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10212         cc merely issues a bunch of annoying warnings for --as-needed
10213         (this problem was reported by Bob Proulx).  Also, try linking with
10214         -lm to detect a bug in binutils 2.16 (this problem was reported
10215         by Ralf Wildenhues).
10216
10217         2006-06-18  Jim Meyering  <jim@meyering.net>
10218
10219         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10220         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10221         macro.
10222         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10223         also check for glibc-2.4's abort-inducing bug.
10224
10225         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10226         Low-probability clean-up should be to use rmdir to get rid of
10227         the just-created directory, not unlink.
10228
10229         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10230         configure fail, and request a bug report to inform us about it.
10231         Add a comment that, barring reports to the contrary, in 2007 we'll
10232         assume ftruncate is universally available.
10233
10234         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10235
10236         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10237
10238         2006-03-12  Jim Meyering  <jim@meyering.net>
10239
10240         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10241         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10242         * m4/same.m4 (gl_SAME): Likewise.
10243         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10244
10245         2006-03-11  Eric Blake  <ebb9@byu.net>
10246
10247         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10248         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10249         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10250         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10251
10252 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10253
10254         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10255         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10256         reported by Mark D. Baushke, one in
10257         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10258
10259         Merge from coreutils.
10260
10261         * lib/.cppi-disable: Add stdint_.h.
10262         * lib/.cvsignore: Add stdint.h.
10263
10264         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10265
10266         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10267         both double and long double versions.
10268         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10269         * lib/xstrtold.c: New file.
10270         * lib/xstrtod.h (xstrtold): New decl.
10271
10272         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10273
10274         * lib/filemode.c (setst): Remove.
10275         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10276         (arguably) clearer, and the generated code is a bit smaller on my
10277         Debian GNU/Linux stable x86 host.
10278
10279         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10280
10281         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10282         Assume that filemode.h includes sys/types.h and sys/stat.h.
10283         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10284         (ftypelet): Reorder to put common cases first, for efficiency.
10285         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10286         to do 'M'.
10287         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10288         of 10, for compatibility with FreeBSD.  All callers changed.
10289         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10290         types that can't be deduced solely from st_mode.  First arg is now a
10291         const pointer.
10292         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10293         (strmode): Renamed from mode_string.
10294         (filemodestring): New decl.
10295         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10296         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10297         needed.
10298         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10299
10300         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10301
10302         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10303         fsusage.h now does that.  Include fsusage.h first, to test interface.
10304         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10305         at most one method (the old code could have generated decls that
10306         didn't conform to C89, not that this was ever exercised).
10307         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10308
10309         2006-03-19  Jim Meyering  <jim@meyering.net>
10310
10311         Work even in a chroot where d_ino values for entries in "/"
10312         don't match the stat.st_ino values for the same names.
10313         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10314         number, iterate through all entries again, using lstat instead.
10315         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10316         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10317
10318         * lib/getcwd.c (__getcwd): Clarify a comment.
10319         Use memcpy in place of a call to strcpy.
10320
10321         2006-03-12  Jim Meyering  <jim@meyering.net>
10322
10323         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10324         matches that of the current directory (which we're about to chdir ".."
10325         out of), then save the dev-ino of the parent, instead.
10326
10327         * lib/same-inode.h (SAME_INODE): New file/macro.
10328         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10329         Include "same-inode.h", instead.
10330         * lib/same.c: Likewise.
10331         * lib/cycle-check.h: Include "same-inode.h".
10332         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10333         * lib/cycle-check.c (SAME_INODE): Remove definition.
10334         * lib/root-dev-ino.h: Include "same-inode.h".
10335
10336         2006-03-11  Eric Blake  <ebb9@byu.net>
10337
10338         * lib/same.c (same_name): s/base_name/last_component/
10339         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10340         * lib/filenamecat.c (file_name_concat): Likewise.
10341
10342         2006-03-11  Eric Blake  <ebb9@byu.net>,
10343                     Paul Eggert  <eggert@cs.ucla.edu>
10344
10345         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10346         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10347         drive prefix.
10348         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10349         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10350         (last_component): New method.
10351         * lib/dirname.c (dir_len): Determine when drive letters need a
10352         subsequent slash.  Preserve // when it is special.
10353         (dir_name): Don't append dot when drive letter is absolute.
10354         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10355         * lib/basename.c (base_name): New semantics - malloc the result.
10356         Preserve // when it is special.  Preserve relative files that look
10357         like drive letters.
10358         (base_len): Preserve // when it is special.
10359         (last_component): New method, similar to old base_name semantics.
10360         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10361         base_name.  Strip redundant slashes from ///.
10362
10363 2006-07-03  Jim Meyering  <jim@meyering.net>
10364
10365         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10366         macro is used before the first cycle_check call.
10367
10368 2006-07-03  Eric Blake  <ebb9@byu.net>
10369
10370         * modules/dirname (Depends-on): Add xstrndup.
10371
10372 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10373
10374         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10375         test cases, so that config.log is a bit easier to follow.
10376
10377 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10380         both are 64 bits, since this seems to be the tradition, and this
10381         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10382         we ever run into a host that prefers long long to long in this
10383         case, we'll need another configure-time test.  Problem reported by
10384         Jim Meyering.
10385
10386 2006-07-02  Eric Blake  <ebb9@byu.net>
10387
10388         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10389
10390 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10391
10392         * modules/inttypes (Depends-on): No longer depends on stdint.
10393         * modules/stdint (Description): Say more about assumptions.
10394         Say that the fast types might differ.  Say macros are used.
10395         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10396         (Makefile.am): Revise list of substituted symbols to match
10397         new stdint.m4.
10398         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10399         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10400         * tests/test-stdint.c (verify_same_types)
10401         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10402         the code conforms to C99/C89.
10403         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10404         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10405
10406 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10409         but fix a bug, by requiring at least 64 bits.
10410         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10411         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10412         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10413         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10414
10415         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10416         changes.  Make 2.59 a prerequisite.  Check and substitute for
10417         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10418         inttypes.h.  Do not use special include files; just use the
10419         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10420         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10421         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10422         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10423         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10424         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10425         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10426         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10427         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10428         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10429         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10430         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10431         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10432         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10433         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10434         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10435         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10436         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10437         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10438         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10439         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10440         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10441         not check for things that C99 does not require, e.g., int8_t.  If
10442         a test isn't needed unless <stdint.h> isn't working, and is
10443         unlikely to be needed for any other reason, then don't do it
10444         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10445         size_t, since we assume C89 freestanding at least.  Do not check
10446         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10447         the right thing even if the types are not defined.  Instead use:
10448         (gl_STDINT_TYPE_PROPERTIES): New macro.
10449         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10450         testing whether <sys/types.h> clashes, as Autoconf does this for
10451         us now.  All uses removed.
10452         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10453         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10454         (gl_CHECK_TYPE_SAME):
10455         Remove; no longer needed.
10456         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10457         exists, since we'll return 0 anyway in that case.
10458         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10459
10460 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10461
10462         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10463         possible collision with system files.
10464         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10465         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10466         WCHAR_MIN and WCHAR_MAX in this case.
10467         (<stddef.h>): Do not include; no longer needed.
10468         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10469         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10470         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10471         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10472         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10473         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10474         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10475         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10476         !defined(__c99))]: Include in this case too, since it's harmless
10477         now.
10478         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10479         dangerous to do so.
10480         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10481         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10482         (_STDINT_MIN, _STDINT_MAX): New macros.
10483         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10484         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10485         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10486         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10487         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10488         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10489         macros, not typedefs; this simplifies things quite a bit.
10490         Use long int for all types narrower than int64_t.
10491         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10492         Define in terms of long long int or int64_t or long int,
10493         not int64_t or int32_t.  This saves some compile-time testing.
10494         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10495         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10496         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10497         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10498         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10499         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10500         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10501         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10502         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10503         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10504         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10505         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10506         undef any previous version and define our own version, for
10507         simplicity and consistency with the new macros for types.
10508         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10509         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10510         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10511         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10512         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10513         @WINT_T_SUFFIX@ to keep things simple here.
10514         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10515         Simplify by assuming typical 8/16/32/64 host, since we're
10516         already doing that elsewhere anyway.
10517         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10518         and assume long long int is 64 bits if available.  This
10519         speeds up 'configure'.
10520
10521 2006-07-01  Eric Blake  <ebb9@byu.net>
10522
10523         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10524         Reported by Andreas Buening.
10525
10526 2006-07-01  Eric Blake  <ebb9@byu.net>
10527
10528         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10529
10530 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10531
10532         * lib/getaddrinfo.c: fixed typo
10533
10534 2006-06-29  Jim Meyering  <jim@meyering.net>
10535
10536         * modules/strftime (Maintainer): Add my name, since with the
10537         FPRINTFTIME changes strftime.c has forked from glibc.
10538
10539 2006-06-29  Eric Blake  <ebb9@byu.net>
10540
10541         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10542
10543 2006-06-29  Eric Blake  <ebb9@byu.net>
10544
10545         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10546
10547 2006-06-29  Eric Blake  <ebb9@byu.net>
10548
10549         * lib/stat_.h: New file.
10550
10551 2006-06-29  Eric Blake  <ebb9@byu.net>
10552
10553         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10554         unused static function.
10555
10556 2006-06-29  Eric Blake  <ebb9@byu.net>
10557
10558         * doc/functions.texi (Function Portability): Document missing lstat
10559         on mingw.
10560
10561 2006-06-29  Eric Blake  <ebb9@byu.net>
10562
10563         * MODULES.html.sh: Add sys_stat.
10564         * modules/sys_stat: New module.
10565         * modules/mkstemp (Depends-on): Add sys_stat.
10566
10567 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10568
10569         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10570
10571 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10572
10573         * m4/c-bs-a.m4: Removed.
10574
10575 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10576
10577         * lib/strftime.c: Assume strftime() exists.
10578
10579 2006-06-29  Derek Price  <derek@ximbiot.com>
10580
10581         * modules/c-bs-a: Removed - \a is C89.
10582         * MODULES.html.sh: Remove c-bs-a.
10583
10584 2006-06-29  Bruno Haible  <bruno@clisp.org>
10585
10586         * modules/wcwidth (License): Change to LGPL.
10587
10588 2006-06-28  Simon Josefsson  <jas@extundo.com>
10589
10590         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10591         on _WIN32.
10592
10593         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10594         getnameinfo.
10595
10596 2006-06-28  Simon Josefsson  <jas@extundo.com>
10597
10598         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10599
10600 2006-06-28  Simon Josefsson  <jas@extundo.com>
10601
10602         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10603         functions there.  It will succeed on Windows XP, but on Windows
10604         2000 and (presumably) earlier, it will fail, and use the internal
10605         re-implementation.
10606         (use_win32_p): New function.
10607         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10608         Support AI_NUMERICSERV to disable getservbyname.
10609         (getnameinfo): New function, only supports
10610         NI_NUMERICHOST|NI_NUMERICSERV for now.
10611
10612         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10613         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10614         getnameinfo.
10615
10616 2006-06-28  Eric Blake  <ebb9@byu.net>
10617
10618         * modules/wcwidth: New file.
10619         * modules/mbchar (Depends-on): Add wcwidth.
10620         * modules/mbswidth (Depends-on): Add wcwidth.
10621         * MODULES.html.sh: Add wcwidth.
10622
10623 2006-06-28  Eric Blake  <ebb9@byu.net>
10624
10625         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10626         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10627
10628 2006-06-28  Eric Blake  <ebb9@byu.net>
10629
10630         * lib/xvasprintf.h: Fix comments.
10631
10632 2006-06-28  Eric Blake  <ebb9@byu.net>
10633
10634         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10635         * lib/mbswidth.c (wcwidth): Move from here...
10636         * lib/wcwidth.h: ...to this new file.
10637
10638 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10639
10640         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10641
10642         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10643         it's obsolete.
10644         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10645
10646 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10647
10648         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10649         Autoconf 2.60 says this stuff was obsolete.
10650
10651 2006-06-28  Bruno Haible  <bruno@clisp.org>
10652
10653         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10654
10655 2006-06-28  Bruno Haible  <bruno@clisp.org>
10656
10657         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10658         gt_TYPE_WCHAR_T.
10659
10660 2006-06-28  Bruno Haible  <bruno@clisp.org>
10661
10662         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10663         declaration for wcwidth.
10664         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10665
10666 2006-06-28  Bruno Haible  <bruno@clisp.org>
10667
10668         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10669         (mkdir): Define using _mkdir.
10670
10671 2006-06-28  Bruno Haible  <bruno@clisp.org>
10672
10673         * lib/getaddrinfo.h: Fix POSIX URL.
10674         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10675         _WIN32.
10676         (use_win32_p): Make static.
10677         (getaddrinfo): Reject service name if it is empty or does not consist
10678         solely of decimal digits, or if its value is > 65535.
10679         (getnameinfo): Remove useless casts.
10680
10681 2006-06-27  Simon Josefsson  <jas@extundo.com>
10682
10683         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10684         Eggert and Martin Lambers.
10685
10686 2006-06-27  Simon Josefsson  <jas@extundo.com>
10687
10688         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10689         Eggert and Martin Lambers.
10690
10691 2006-06-27  Bruno Haible  <bruno@clisp.org>
10692
10693         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10694         result to 0, not to empty.
10695         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10696
10697 2006-06-27  Bruno Haible  <bruno@clisp.org>
10698
10699         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10700
10701 2006-06-26  Simon Josefsson  <jas@extundo.com>
10702
10703         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10704         present.
10705
10706 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10707
10708         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10709         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10710         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10711
10712 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10713
10714         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10715
10716 2006-06-26  Bruno Haible  <bruno@clisp.org>
10717
10718         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10719
10720 2006-06-26  Bruno Haible  <bruno@clisp.org>
10721
10722         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10723
10724 2006-06-26  Bruno Haible  <bruno@clisp.org>
10725
10726         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10727         SGI C compiler in pre-C99 mode.
10728         Suggested by Mark D. Baushke and Larry Jones.
10729
10730 2006-06-26  Bruno Haible  <bruno@clisp.org>
10731
10732         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10733         WCHAR_MAX.
10734         Reported by Mark D. Baushke and Larry Jones.
10735
10736 2006-06-26  Bruno Haible  <bruno@clisp.org>
10737
10738         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10739         in pre-C99 mode.
10740         Suggested by Mark D. Baushke and Larry Jones.
10741
10742 2006-06-23  Simon Josefsson  <jas@extundo.com>
10743             Bruno Haible  <bruno@clisp.org>
10744
10745         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10746         Emit mostlyclean-local rule.
10747         (func_emit_tests_Makefile_am): Likewise.
10748         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10749
10750 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10751
10752         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10753
10754 2006-06-23  Bruno Haible  <bruno@clisp.org>
10755
10756         * tests/test-stdint.c: Update to match ISO C 99 Technical
10757         Corrigendum 1.
10758
10759 2006-06-23  Bruno Haible  <bruno@clisp.org>
10760
10761         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10762
10763 2006-06-23  Bruno Haible  <bruno@clisp.org>
10764
10765         * lib/stdint_.h: Treat IRIX like OpenBSD.
10766
10767 2006-06-23  Bruno Haible  <bruno@clisp.org>
10768
10769         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10770         ISO C 99 Technical Corrigendum 1.
10771
10772 2006-06-22  Simon Josefsson  <jas@extundo.com>
10773
10774         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10775         MinGW.
10776
10777 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10778
10779         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10780         needed.  Some compiler complained about some of them.  Problem reported
10781         by Larry Jones in
10782         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10783
10784 2006-06-21  Simon Josefsson  <jas@extundo.com>
10785
10786         * tests/test-getaddrinfo.c: New file.
10787
10788         * modules/getaddrinfo-tests: New file.
10789
10790         * MODULES.html.sh: Add inet_pton.
10791
10792         * modules/inet_pton: New file.
10793
10794 2006-06-21  Simon Josefsson  <jas@extundo.com>
10795
10796         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10797         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10798         of using the (limited) gnulib implementation on Windows XP.
10799
10800         * m4/inet_pton.m4: New file.
10801
10802 2006-06-21  Simon Josefsson  <jas@extundo.com>
10803
10804         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10805         variable.
10806
10807         * lib/socket_.h: Don't define WINVER.
10808
10809         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10810         slightly modified to work in gnulib.
10811
10812 2006-06-21  Simon Josefsson  <jas@extundo.com>
10813
10814         * doc/gnulib.texi (Windows sockets): Add.
10815
10816 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10817
10818         * lib/read-file.c (fread_file): Start with buffer allocation of
10819         0 bytes rather than 1 byte; this simplifies the code.
10820         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10821         code to free buffer and save/restore errno.
10822         (internal_read_file): Remove unused local.
10823
10824 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10825
10826         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10827         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10828         Problem reported by Denis Excoffier in
10829         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10830
10831 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10832
10833         * modules/sys_socket, modules/socklen: Include sys/types since
10834         FreeBSD 4.x's sys/socket.h needs it.
10835
10836 2006-06-19  Simon Josefsson  <jas@extundo.com>
10837
10838         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10839
10840 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10841
10842         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10843
10844 2006-06-19  Bruno Haible  <bruno@clisp.org>
10845
10846         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10847         and FULL_PATH_INTTYPES_H in angle brackets.
10848         Reported by Mark D. Baushke <mdb@gnu.org>.
10849
10850 2006-06-17  Eric Blake  <ebb9@byu.net>
10851
10852         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10853         errno.
10854
10855 2006-06-17  Bruno Haible  <bruno@clisp.org>
10856
10857         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10858         <sys/inttypes.h>.
10859
10860 2006-06-17  Bruno Haible  <bruno@clisp.org>
10861
10862         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10863         whether errno is declared. Assume <errno.h> declares errno.
10864
10865 2006-06-17  Bruno Haible  <bruno@clisp.org>
10866
10867         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10868
10869 2006-06-17  Bruno Haible  <bruno@clisp.org>
10870
10871         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10872         problem on Solaris 2.5.1.
10873
10874 2006-06-16  Eric Blake  <ebb9@byu.net>
10875
10876         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10877         * lib/unicodeio.c [!defined errno]: Likewise.
10878         * lib/strtol.c [!defined errno]: Likewise.
10879         * lib/strtod.c [!defined errno]: Likewise.
10880
10881 2006-06-15  Eric Blake  <ebb9@byu.net>
10882
10883         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10884
10885 2006-06-15  Eric Blake  <ebb9@byu.net>
10886
10887         * config/srclist.txt (ssize_t.m4): Lose sync.
10888
10889 2006-06-15  Bruno Haible  <bruno@clisp.org>
10890
10891         * modules/stdint (Files): Include m4/full-header-path.m4,
10892         m4/size_max.m4, m4/wchar_t.m4.
10893         (Makefile.am): Many more substitutions.
10894         * modules/stdint-tests: New file.
10895         * tests/test-stdint.c: New file.
10896
10897 2006-06-15  Bruno Haible  <bruno@clisp.org>
10898
10899         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10900         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10901         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10902         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10903         gl_CHECK_TYPE_SAME): New macros.
10904
10905 2006-06-15  Bruno Haible  <bruno@clisp.org>
10906
10907         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10908
10909 2006-06-15  Bruno Haible  <bruno@clisp.org>
10910
10911         * lib/stdint_.h: Rewritten to be fully auto-configured.
10912         Fixes bug on HP-UX/IA64.
10913
10914 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10915
10916         * lib/getdate.y (__attribute__): Don't define if already defined.
10917         Problem reported by Larry Jones.
10918         * lib/utimens.c (__attribute__): Likewise.
10919
10920 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10921
10922         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10923         reported by Andreas Schwab.
10924
10925 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10926             Bruno Haible  <bruno@clisp.org>
10927
10928         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10929         check for the declaration of strnlen and a run test that exposes the
10930         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10931         rpl_strndup.
10932
10933 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10934             Bruno Haible  <bruno@clisp.org>
10935
10936         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10937
10938 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10939
10940         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10941         compile test, for Tru64 4.0D.
10942
10943 2006-05-28  Karl Berry  <karl@gnu.org>
10944
10945         * config/srclist.txt (printf-args.c): lose sync.
10946
10947 2006-05-26  Martin Lambers  <marlam@marlam.de>
10948
10949         * lib/getpass.c: Updates the test for the native W32 API, and adds
10950         missing includes, thus fixing compilation warnings.
10951
10952 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10953
10954         * lib/exclude.c (exclude_fnmatch): New function.
10955         (excluded_file_name): Call exclude_fnmatch.
10956         * lib/exclude.h (excluded_file_name): New prototype
10957
10958 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10959
10960         * lib/tempname.c (small_open, large_open): New macros.
10961         (__open, __open64) [!_LIBC]: Remove.
10962         (__gen_tempname): Use small_open and large_open instead of __open
10963         and __open64.  This fixes a portability bug on HP-UX 11.11i
10964         reported by Simon Wing-Tang in
10965         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10966
10967 2006-05-24  Bruno Haible  <bruno@clisp.org>
10968
10969         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10970         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10971         Reported by Thorsten Maerz <torte@netztorte.de> via
10972         Aaron Stone <aaron@serendipity.cx>.
10973
10974 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10975
10976         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10977         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10978         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10979         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10980         not really conditional on the cache.
10981         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10982
10983 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10984
10985         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10986         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10987         (my_usleep): Don't mishandle maximum value.
10988
10989 2006-05-19  Jim Meyering  <jim@meyering.net>
10990
10991         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10992
10993 2006-05-17  Bruno Haible  <bruno@clisp.org>
10994
10995         Cygwin portability.
10996         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10997
10998 2006-05-17  Bruno Haible  <bruno@clisp.org>
10999
11000         * lib/stdint_.h: Fix recognition of Cygwin.
11001
11002 2006-05-15  Bruno Haible  <bruno@clisp.org>
11003
11004         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11005         on libtool patch by Ralf Wildenhues.
11006
11007 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11008
11009         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11010         test for C99 conformance; (bool) 0.5 is an integer constant
11011         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11012         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11013
11014 2006-05-11  Simon Josefsson  <jas@extundo.com>
11015
11016         * m4/xvasprintf.m4: Fix obvious typo.
11017
11018 2006-05-11  Jim Meyering  <jim@meyering.net>
11019
11020         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11021         James Lemley.
11022
11023 2006-05-10  Simon Josefsson  <jas@extundo.com>
11024
11025         * lib/md4.c: Typo fix, update copyright years.
11026         (K1, K2): Don't use L because it turn computations into 64-bit on
11027         64-bit platforms.
11028
11029 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11030
11031         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11032         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11033         unwanted sign propagation, e.g., on hosts with 64-bit int.
11034         There still are some problems with reeelly weird theoretical hosts
11035         (e.g., 33-bit int) but it's not worth worrying about now.
11036         * lib/sha1.c (rol): Likewise.
11037         (K1, K2, K3, K4): Remove unnecessary L suffix.
11038
11039 2006-05-10  Bruno Haible  <bruno@clisp.org>
11040
11041         * lib/des.c: Cast to avoid warnings.
11042
11043 2006-05-09  Bruno Haible  <bruno@clisp.org>
11044
11045         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11046         (Depends-on): Depend also on xsize, stdarg.
11047         (configure.ac): Add gl_XVASPRINTF.
11048
11049 2006-05-09  Bruno Haible  <bruno@clisp.org>
11050
11051         * m4/xvasprintf.m4: New file.
11052
11053 2006-05-09  Bruno Haible  <bruno@clisp.org>
11054
11055         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11056         (EOVERFLOW): Define fallback value.
11057         (xstrcat): New function.
11058         (xvasprintf): Recognize the special case of a string concatenation.
11059
11060 2006-05-08  Eric Blake  <ebb9@byu.net>
11061
11062         * gnulib-tool (func_version): Base copyright year on CVS date.
11063         (func_emit_copyright_notice): New function.
11064         (func_emit_lib_Makefile_am): Use it.
11065         (func_emit_tests_Makefile_am): Likewise.
11066         (func_import): Likewise.
11067
11068 2006-05-08  Bruno Haible  <bruno@clisp.org>
11069
11070         * modules/stdarg: New file.
11071         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11072
11073 2006-05-08  Bruno Haible  <bruno@clisp.org>
11074
11075         * m4/stdarg.m4: New file, from GNU gettext.
11076
11077 2006-05-08  Bruno Haible  <bruno@clisp.org>
11078
11079         * config/srclist.txt (build-aux/config.rpath): different from latest
11080         release.
11081
11082 2006-05-08  Bruno Haible  <bruno@clisp.org>
11083
11084         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11085
11086 2006-05-05  Jim Meyering  <jim@meyering.net>
11087
11088         * m4/warning.m4: New file, derived from bison's file by the same name.
11089
11090 2006-05-03  Bruno Haible  <bruno@clisp.org>
11091
11092         * lib/stdint_.h: Shorter URL.
11093         * lib/inttypes.h: Likewise.
11094
11095 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11096
11097         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11098
11099 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11100
11101         * lib/verify.h: Document the internals better.  Most of this change
11102         was written by Bruno Haible.
11103
11104 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11105
11106         * doc/verify.texi: New file, partly based on a proposal by
11107         Bruno Haible.
11108
11109 2006-05-02  Bruno Haible  <bruno@clisp.org>
11110
11111         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11112         test from here...
11113         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11114
11115 2006-04-29  Bruno Haible  <bruno@clisp.org>
11116
11117         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11118         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11119
11120 2006-04-29  Bruno Haible  <bruno@clisp.org>
11121
11122         * gnulib-tool: Make --update option actually work.
11123
11124 2006-04-29  Bruno Haible  <bruno@clisp.org>
11125
11126         * doc/gcd.texi: New file.
11127         * doc/gnulib.texi: Include it.
11128
11129 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11130
11131         * lib/getdate.y (get_date): When adding relative date, start with the
11132         initial time, not with the result of the first mktime call.
11133
11134 2006-04-25  Bruno Haible  <bruno@clisp.org>
11135
11136         * gnulib-tool (func_import): Output the include directives in three
11137         blocks, sorted separately.
11138         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11139
11140 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11143         to define main with arguments, for C++.  Reported by Eric Blake.
11144         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11145         Prefer 'int main ()' to 'int main (void)', for C++.
11146         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11147         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11148         for 'main', for C99 and C++.
11149
11150 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11151
11152         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11153         Don't assume that exit status -1 is valid.
11154         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11155         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11156         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11157         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11158         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11159         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11160         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11161         functions can be used without declaring them, or that you can
11162         exit with status -1.
11163         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11164
11165 2006-04-24  Karl Berry  <karl@gnu.org>
11166
11167         * config/srclist.txt (longdouble.m4): sync lost.
11168
11169 2006-04-24  Eric Blake  <ebb9@byu.net>
11170
11171         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11172
11173 2006-04-24  Bruno Haible  <bruno@clisp.org>
11174
11175         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11176         poll() implementation in AIX.
11177         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11178
11179 2006-04-24  Bruno Haible  <bruno@clisp.org>
11180
11181         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11182         assigned exactly once.
11183
11184 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11185             Bruno Haible  <bruno@clisp.org>
11186
11187         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11188         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11189         for AM_CPPFLAGS.
11190
11191 2006-04-23  Bruno Haible  <bruno@clisp.org>
11192
11193         * modules/copy-file: Depend on unistd.
11194         * modules/execute: Likewise.
11195         * modules/fatal-signal: Likewise.
11196         * modules/findprog: Likewise.
11197         * modules/mkdtemp : Likewise.
11198         * modules/pipe: Likewise.
11199         * modules/wait-process: Likewise.
11200
11201 2006-04-23  Bruno Haible  <bruno@clisp.org>
11202
11203         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11204         condition was already detected.
11205         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11206
11207 2006-04-23  Bruno Haible  <bruno@clisp.org>
11208
11209         * lib/copy-file.c: Include <unistd.h> unconditionally.
11210         * lib/execute.c: Likewise.
11211         * lib/fatal-signal.c: Likewise.
11212         * lib/findprog.c: Likewise.
11213         * lib/mkdtemp.c: Likewise.
11214         * lib/pipe.h: Likewise.
11215         * lib/pipe.c: Likewise.
11216         * lib/wait-process.h: Likewise.
11217
11218 2006-04-23  Bruno Haible  <bruno@clisp.org>
11219
11220         * gnulib-tool (func_usage): Fix --import description. Document
11221         --update.
11222         (func_import): Create temporary file in a temporary directory, if
11223         --dry-run is specified. Silence errors from 'grep' when there are no
11224         m4 files in $m4dir.
11225         (func_create_testdir): Silence errors from 'grep' when there are no
11226         m4 files in $m4dir.
11227         Reported by Karl Berry <karl@freefriends.org>.
11228
11229 2006-04-20  Bruno Haible  <bruno@clisp.org>
11230
11231         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11232         one argument, so that the code will be portable to Autoconf 2.60.
11233         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11234         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11235         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11236
11237 2006-04-19  Derek Price  <derek@ximbiot.com>
11238             Eric Blake  <ebb9@byu.net>
11239
11240         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11241         rather than "/full/path.h".  Update comment to match.  Shorten &
11242         generalize m4_translit call via AS_TR_CPP.
11243
11244 2006-04-19  Derek Price  <derek@ximbiot.com>
11245             Eric Blake  <ebb9@byu.net>
11246
11247         * lib/inttypes.h: Correct grammar in comment.
11248
11249 2006-04-18  Derek Price  <derek@ximbiot.com>
11250             Paul Eggert  <eggert@cs.ucla.edu>
11251
11252         * modules/inttypes: New file.
11253         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11254
11255 2006-04-18  Derek Price  <derek@ximbiot.com>
11256             Paul Eggert  <eggert@cs.ucla.edu>
11257
11258         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11259         New files.
11260
11261 2006-04-18  Derek Price  <derek@ximbiot.com>
11262             Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * lib/inttypes.h: New file.
11265         * lib/strtoimax.c: Assume <inttypes.h>.
11266
11267 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11268
11269         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11270         isn't mounted.  Problem reported by Kir Kolyshkin.
11271
11272 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11273
11274         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11275         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11276         Derek R. Price.
11277         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11278         implementation.
11279
11280 2006-04-12  Eric Blake  <ebb9@byu.net>
11281
11282         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11283         is now done automatically by the corresponding Autoconf macro.
11284
11285 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11286
11287         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11288         time_r.h.
11289
11290 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11291
11292         Merge regex changes from libc, removing some of our
11293         POSIX-conformance changes that were rejected and redoing them in a
11294         less-intrusive way.
11295
11296         * lib/regcomp.c (re_compile_internal, init_dfa):
11297         Length arg is now size_t, not Idx.  All uses changed.
11298         (peek_token): Forward decl now says internal_function.
11299         (__re_error_msgid, __re_error_msgid_idx):
11300         Now static rather than extern with attribute_hidden.
11301         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11302         For some reason libc prefers K&R style defns for external functions.
11303         (regerror) [!defined _LIBC]: Likewise.
11304         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11305         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11306         (build_range_exp, build_collating_symbol):
11307         Use K&R-style defn.
11308         (re_compile_fastmap): Use '\0' to memset, not 0.
11309         (utf8_sb_map): Make the calculations more obvious.
11310         (init_dfa, parse_bracket_exp, build_charclass_op):
11311         Call calloc and cast result, as glibc does.
11312         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11313         (build_range_exp, build_collating_symbol):
11314         Now internal functions.
11315
11316         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11317
11318         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11319         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11320         Don't depend on VMS; depend on __VMS instead, for POSIX
11321         namespace cleanness.
11322         (regoff_t): Define to ssize_t, not long int.
11323
11324         Remove the REG_ macros named below.  Instead, make the old names
11325         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11326         __USE_GNU_REGEX.
11327         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11328         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11329         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11330         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11331         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11332         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11333         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11334         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11335         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11336         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11337         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11338         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11339         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11340         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11341         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11342         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11343         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11344         (REG_NREGS):
11345         Remove.  All uses replaced by the old RE_* names.
11346         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11347         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11348         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11349         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11350         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11351         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11352         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11353         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11354         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11355         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11356         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11357         Don't bother having these macros be independent of each others'
11358         values, since they no longer exist in the POSIX name space.
11359
11360         Rename the following member names back to their old names,
11361         unless !__USE_GNU_REGEX.  All uses changed back.
11362         (buffer): Renamed from re_buffer.
11363         (allocated): Renamed from re_allocated.
11364         (used): Renamed from re_used.
11365         (syntax): Renamed from re_syntax.
11366         (fastmap): Renamed from re_fastmap.
11367         (translate): Renamed from re_translate.
11368         (can_be_null): Renamed from re_can_be_null.
11369         (regs_allocated): Renamed from re_regs_allocated.
11370         (fastmap_accurate): Renamed from re_fastmap_accurate.
11371         (no_sub): Renamed from re_no_sub.
11372         (not_bol): Renamed from re_not_bol.
11373         (not_eol): Renamed from re_not_eol.
11374         (newline_anchor): Renamed from re_newline_anchor.
11375         (num_regs): Renamed from rm_num_regs.
11376         (start): Renamed from rm_start.
11377         (end): Renamed from rm_end.
11378
11379         (free_state): Move up a bit.
11380
11381         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11382         #define to be empty.
11383         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11384         when that is what is intended.
11385         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11386         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11387         (MAX): New macro.
11388         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11389         All uses changed back to re_malloc, etc.  It's now the caller's
11390         responsibility to check for overflow; all callers changed.
11391         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11392         (re_x2nrealloc): Remove.
11393         (free_state): Remove decl.
11394
11395         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11396         (re_set_registers, re_exec):
11397         Use K&R-style defn.
11398
11399         2006-01-31  Roland McGrath  <roland@redhat.com>
11400
11401         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11402         Reported by Mike Frysinger <vapier@gentoo.org>.
11403
11404         2006-01-15  Andreas Jaeger  <aj@suse.de>
11405
11406         [BZ #1950]
11407         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11408         build_wcs_upper_buffer change.
11409         (build_wcs_upper_buffer): Change return type.
11410
11411         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11412
11413         * lib/regex_internal.h: Include <stdint.h> if available.
11414
11415         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11416
11417         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11418
11419         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11420
11421         * lib/regcomp.c: Adjust for changed secondary hash function.
11422
11423         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11424
11425         * lib/regex.h: Pretty printing.
11426         Clean up namespace a bit.
11427
11428         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11429
11430         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11431         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11432
11433         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11434                     Ulrich Drepper  <drepper@redhat.com>
11435
11436         [BZ #1302]
11437         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11438         changed.
11439         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11440
11441         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11442
11443         [BZ #281]
11444         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11445         * lib/regcomp.c: Remove unnecessary uses of
11446         unsigned RE_TRANSLATE_TYPE.
11447         * lib/regex_internal.h: Likewise.
11448         * lib/regex_internal.c: Likewise.
11449         * lib/regexec.c: Likewise.
11450         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11451
11452         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11453
11454         * lib/regexec.c (find_recover_state): Remove unnecessary
11455         initialization.
11456         (transit_state_bkref): Make DFA a const pointer.
11457         (get_subexp): Likewise.
11458         (check_arrival): Likewise.
11459         (update_cur_sifted_state): Likewise.
11460         (re_search_internal): Likewise.
11461         (prune_impossible_nodes): Likewise.
11462         (acquire_init_state_context): Likewise.
11463         (proceed_next_node): Likewise.
11464         (set_regs): Likewise.
11465         (free_fail_stack_return): Likewise.
11466         (check_arrival_expand_ecl): Mark DFA parameter as const.
11467         (check_arrival_expand_ecl_sub): Likewise.
11468         (check_subexp_limits): Likewise.
11469         (sub_epsilon_src_nodes):  Likewise.
11470         (add_epsilon_src_nodes):  Likewise.
11471         (merge_state_array): Likewise.
11472         (update_regs): Likewise.
11473         (build_trtable): Likewise.
11474         (sift_states_backward): Mark MCTX parameter as const.
11475         (build_sifted_states): Likewise.
11476         (update_cur_sifted_state): Likewise.
11477         (sift_states_mkref): Likewise.
11478         (check_arrival_expand_ecl): Mark eclosure as const.
11479         (check_dst_limits_calc_pos_1): Likewise.
11480         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11481         pointer.
11482
11483         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11484
11485         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11486         (transit_state_sb): Likewise.
11487         (transit_state_mb): Likewise.
11488         (sift_states_iter_mb): Likewise.
11489         (check_arrival_add_next_nodes): Likewise.
11490         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11491         [_LIBC] (re_search_2_stub): Use mempcpy.
11492
11493         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11494         mbrtowc for very simple UTF-8 case.
11495
11496         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11497         a pointer-to-const.
11498         (re_acquire_state_context): Likewise.
11499         * lib/regex_internal.h: Adjust prototypes.
11500
11501         * lib/regex.c: Prevent using C++ compilers.
11502
11503         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11504         (re_acquire_state_context): Likewise.
11505
11506 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11507
11508         * modules/regex (Depends-on): Add ssize_t.
11509
11510 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11511
11512         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11513         translation table.
11514
11515 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11516
11517         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11518
11519 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11520             Bruno Haible  <bruno@clisp.org>
11521
11522         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11523         <sys/types.h> and <inttypes.h>.
11524
11525 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11526
11527         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11528         `__error_t_defined', so argp.h will not typedef the former.
11529
11530 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11531
11532         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11533         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11534         glibc names.  Even if glibc is changed to conform to POSIX, the
11535         traditional names will be available anyway, since regex depends on
11536         the extensions module.  Also, fix a longstanding typo in the
11537         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11538         reported by Emanuele Giaquinta.  Also, change sense of cached
11539         variable, so that the message makes sense.
11540
11541 2006-03-24  Simon Josefsson  <jas@extundo.com>
11542
11543         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11544         including some doc fixes.
11545         (base64_encode_alloc): Fix +1 bug on allocation failures.
11546
11547 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11548
11549         * lib/base64.c (base64_encode): Do not read past end of array with
11550         unsanitized input on systems with CHAR_BIT > 8.
11551
11552 2006-03-24  Eric Blake  <ebb9@byu.net>
11553
11554         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11555
11556 2006-03-22  Karl Berry  <karl@gnu.org>
11557
11558         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11559         * config/srclistvars.sh (COREUTILS): new var.
11560
11561 2006-03-17  Jim Meyering  <jim@meyering.net>
11562
11563         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11564         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11565
11566 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11567
11568         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11569         no longer needs it.  Instead, check that regoff_t is as least
11570         as wide as ptrdiff_t.
11571
11572         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11573         so that our regex.h stays compatible with the installed regex.
11574         This is helpful for installers who configure --without-included-regex.
11575         Problem reported by Emanuele Giaquinta.
11576
11577 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11578
11579         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11580         Typedef to long int, not to off_, as POSIX will likely change
11581         in that direction.
11582
11583 2006-03-15  Eric Blake  <ebb9@byu.net>
11584
11585         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11586
11587 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11588
11589         * lib/argp-help.c (validate_uparams): Fix typo
11590         * lib/argp-parse.c (argp_default_options): Consistently begin help
11591         messages with a lowercase letter.
11592
11593 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11594
11595         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11596         overrun buffers and shouldn't be used (much as gets shouldn't be
11597         used).
11598         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11599
11600 2006-03-08  Simon Josefsson  <jas@extundo.com>
11601
11602         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11603         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11604
11605 2006-03-08  Simon Josefsson  <jas@extundo.com>
11606
11607         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11608         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11609
11610 2006-03-08  Simon Josefsson  <jas@extundo.com>
11611
11612         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11613         signal that configure disabled the device.
11614
11615 2006-03-08  Simon Josefsson  <jas@extundo.com>
11616
11617         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11618         languages.
11619
11620 2006-03-07  Simon Josefsson  <jas@extundo.com>
11621
11622         * modules/getopt (Depends-on): Add unistd.
11623
11624         * modules/unistd: New file.
11625
11626 2006-03-07  Simon Josefsson  <jas@extundo.com>
11627
11628         * modules/gc-random: New file.
11629
11630 2006-03-07  Simon Josefsson  <jas@extundo.com>
11631
11632         * m4/unistd_h.m4: New file.
11633
11634 2006-03-07  Simon Josefsson  <jas@extundo.com>
11635
11636         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11637         test to be side-effect free by storing the result in the cache
11638         variable gl_cv_lib_readline, and moving the assignment of
11639         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11640         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11641
11642 2006-03-07  Simon Josefsson  <jas@extundo.com>
11643
11644         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11645         error on missing devices (the functions will return an error).
11646
11647         * m4/gc.m4: Move random stuff to gc-random.m4
11648
11649 2006-03-07  Simon Josefsson  <jas@extundo.com>
11650
11651         * lib/unistd_.h: New file.
11652
11653 2006-03-07  Simon Josefsson  <jas@extundo.com>
11654
11655         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11656
11657 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11658
11659         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11660         Problem reported by Juan Manuel Guerrero.
11661
11662 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11663
11664         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11665         the unistd module.
11666         * lib/getlogin_r.c: Likewise.
11667         * lib/getlogin_r.h: Likewise.
11668         * lib/glob.c: Likewise.
11669         * lib/pagealign_alloc.c: Likewise.
11670         * lib/unistd_.h: Remove; no longer needed.
11671
11672 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11673
11674         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11675         Add unistd.
11676         * modules/c-stack (Depends-on): Add unistd.
11677         * modules/getlogin_r: Likewise.
11678         * modules/glob: Likewise.
11679         * modules/pagealign_alloc: Likewise.
11680         * modules/unistd (Files): Remove lib/unistd_.h.
11681         (EXTRA_DIST): Remove.
11682         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11683         need unistd_.h.
11684         (MOSTLYCLEANFILES): Remove unistd.h-t.
11685
11686 2006-03-03  Simon Josefsson  <jas@extundo.com>
11687
11688         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11689
11690 2006-03-03  Simon Josefsson  <jas@extundo.com>
11691
11692         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11693         libidn and bison.
11694
11695 2006-03-03  Simon Josefsson  <jas@extundo.com>
11696
11697         * build-aux/maint.mk: Add indent target.
11698
11699 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11700
11701         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11702         our replacement poll.h in any case, to avoid a differing
11703         declaration from a system header.  Seen on AIX.
11704
11705 2006-03-01  Simon Josefsson  <jas@extundo.com>
11706
11707         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11708         <kasal@ucw.cz>.
11709
11710 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11711
11712         * modules/gettime (Depends-on): Add extensions module.
11713         * modules/nanosleep (Depends-on): Likewise.
11714         * modules/settime (Depends-on): Likewise.
11715
11716 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11717
11718         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11719         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11720         pedantically.
11721         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11722         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11723
11724         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11725         not "==".  Reported by Ralf Wildenhues.
11726
11727 2006-03-01  Karl Berry  <karl@gnu.org>
11728
11729         * doc/Copyright/request-*: new files, synced from gnuorg.
11730
11731 2006-03-01  Karl Berry  <karl@gnu.org>
11732
11733         * config/srclist.txt (Copyright/*): new entries.
11734
11735 2006-02-28  Simon Josefsson  <jas@extundo.com>
11736
11737         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11738
11739 2006-02-27  Simon Josefsson  <jas@extundo.com>
11740
11741         * lib/base64.h: Indent #define's.  From Jim Meyering
11742         <jim@meyering.net>.
11743
11744 2006-02-27  Jim Meyering  <jim@meyering.net>
11745
11746         Revert the change of 2006-02-24, so these files can continue
11747         to be sync'd from gettext.
11748         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11749         of `config.h'.
11750
11751 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11752
11753         * modules/intprops: New file.
11754         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11755         Add intprops.
11756         * modules/getloadavg (Files): Remove lib/intprops.h.
11757         (Depends-on): Add intprops.
11758         * modules/human: Likewise.
11759         * modules/inttostr: Likewise.
11760         * modules/openat: Likewise.
11761         * modules/sig2str: Likewise.
11762         * modules/userspec: Likewise.
11763         * modules/utimecmp: Likewise.
11764         * modules/xnanosleep: Likewise.
11765         * modules/xstrtol: Likewise.
11766
11767 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11768
11769         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11770         * modules/lock-tests (TESTS): Use $(EXEEXT).
11771         * modules/tls-tests: Likewise.
11772         * modules/argp-tests: Likewise.
11773         (check_PROGRAMS): New var, replacing...
11774         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11775
11776 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11777
11778         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11779         `config.h'.
11780
11781 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11782
11783         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11784
11785 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11786
11787         Sync from coreutils.
11788         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11789         gl_CHDIR_SAFER.
11790
11791 2006-02-22  Jim Meyering  <jim@meyering.net>
11792
11793         Sync from coreutils.
11794         * m4/chdir-safer.m4: New file.
11795
11796 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11797
11798         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11799         AT_FDCWD exceeds INT_MAX.
11800         * lib/openat.h (AT_FDCWD): Likewise.
11801
11802 2006-02-17  Eric Blake  <address@hidden>
11803
11804         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11805
11806 2006-02-16  Simon Josefsson  <jas@extundo.com>
11807
11808         * modules/getaddrinfo (Depends-on): Add sys_socket.
11809
11810 2006-02-15  Simon Josefsson  <jas@extundo.com>
11811
11812         * build-aux/maint.mk: Add dsyntax-check rule.
11813
11814 2006-02-15  Eric Blake  <ebb9@byu.net>
11815
11816         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11817         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11818         'present but cannot compile' warnings on cygwin.
11819         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11820         use ws2tcpip.h if sys/socket.h works.
11821         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11822         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11823
11824 2006-02-14  Simon Josefsson  <jas@extundo.com>
11825
11826         * modules/maintainer-makefile (Files): Rename.
11827
11828         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11829         and (the local) Makefile.cfg to maint-cfg.mk.
11830
11831         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11832         to the latter.
11833
11834         * modules/maintainer-makefile: New module.
11835
11836         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11837         severaly stripped to make it possible to build it up from scratch
11838         with reliable tests.
11839
11840         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11841         fixes to permit overriding the default actions when configure and
11842         makefile are not available.
11843
11844 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11845
11846         Sync from coreutils.
11847         * modules/lstat (Depends-on): Don't depend on xalloc.
11848         (License): Change from GPL to LGPL, since this is now simply a
11849         replacement for a libc function.
11850
11851 2006-02-14  Jim Meyering  <jim@meyering.net>
11852
11853         Sync from coreutils.
11854
11855         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11856         failure on deficient systems, and simplify gnulib lgpl dependencies.
11857         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11858         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11859
11860         * lib/xalloc-die.c: Remove unused definition of N_.
11861
11862 2006-02-14  Jim Meyering  <jim@meyering.net>
11863
11864         Sync from coreutils.
11865         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11866         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11867         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11868         double-quote uses of that variable, to accommodate the rare case in
11869         which getmntent is available in none of the libraries checked.  This
11870         happens at least on FreeBSD 5.0.
11871
11872 2006-02-13  Simon Josefsson  <jas@extundo.com>
11873
11874         * gnulib-tool (Usage): Fix --import, from
11875         karl@freefriends.org (Karl Berry).
11876
11877 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11878
11879         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11880
11881 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11882
11883         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11884         "autoupdate" on 2005-12-12.
11885
11886 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11887
11888         * modules/closeout (Depends-on): Remove atexit.
11889
11890 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11891
11892         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11893         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11894
11895 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11898         __EXTENSIONS__ if this causes compilation to fail.  Problem
11899         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11900         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11901
11902 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11903
11904         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11905         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11906         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11907         All uses changed.
11908
11909 2006-01-26  Simon Josefsson  <jas@extundo.com>
11910
11911         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11912         prototype is visible on mingw32.
11913
11914         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11915         for mingw32.
11916
11917         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11918         mingw32).
11919
11920 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11923         attempt to open for write; this always fails, at least on POSIX
11924         hosts.  This reinstates the 2006-01-09 change, which was
11925         inadvertently removed.
11926
11927 2006-01-26  Bruno Haible  <bruno@clisp.org>
11928
11929         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11930         Reported by Paul Eggert.
11931
11932 2006-01-26  Bruno Haible  <bruno@clisp.org>
11933             Paul Eggert  <eggert@cs.ucla.edu>
11934
11935         * lib/stdbool_.h (_Bool)
11936         [(! (defined __cplusplus || defined __BEOS__)
11937           && !defined __GNUC__
11938           && !(defined __HP_cc || defined __xlc__
11939                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11940                || defined __sgi))]:
11941         #define to signed char in these cases too; this simplifies
11942         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11943         etc., separately) and makes it more conservative.
11944
11945 2006-01-25  Simon Josefsson  <jas@extundo.com>
11946
11947         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11948         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11949         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11950
11951 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11952
11953         * lib/argp-namefrob.h: Bugfix. Remove stray #
11954
11955 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11956
11957         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11958         so that we test the test.
11959         Check for yet another HP-UX cc bug involving *bool |= bool.
11960
11961 2006-01-25  Karl Berry  <karl@gnu.org>
11962
11963         * config/srclist.txt (vasnprintf.c): sync lost.
11964
11965 2006-01-25  Jim Meyering  <jim@meyering.net>
11966
11967         Sync from the stable (b5) branch of coreutils:
11968
11969         * lib/fts.c (fts_children): Don't let close() clobber errno from
11970         failed fchdir().
11971
11972         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11973         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11974         a dangling symlink.  That can also happen at least for ELOOP.
11975         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11976         FYI, this bug predates the inclusion of fts.c in coreutils.
11977
11978         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11979         in their own block, so pre-c99 compilers don't object.
11980
11981         Avoid the double-free (first in fts_read, second in fts_close) that
11982         would occur when an `active' directory is made inaccessible (e.g.,
11983         via chmod a-x) during a traversal.
11984         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11985         before returning.  Reproduce this failure by
11986         mkdir -p a/b; cd a; chmod a-x . b
11987         Reported by Stavros Passas.
11988
11989 2006-01-25  Jim Meyering  <jim@meyering.net>
11990
11991         * lib/fileblocks.c: Remove more useless parentheses.
11992         * lib/readutmp.h: Likewise.
11993
11994 2006-01-25  Bruno Haible  <bruno@clisp.org>
11995
11996         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11997         warnings.
11998         Reported by Paul Eggert.
11999
12000 2006-01-25  Bruno Haible  <bruno@clisp.org>
12001
12002         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12003         rid of a trap command. For Solaris sh.
12004         Reported by Mark D. Baushke <mdb@gnu.org>.
12005
12006 2006-01-24  Simon Josefsson  <jas@extundo.com>
12007
12008         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12009         Bruno.
12010
12011 2006-01-24  Karl Berry  <karl@gnu.org>
12012
12013         * config/srclist.txt (argp-namefrob.h): sync lost.
12014
12015 2006-01-24  Jim Meyering  <jim@meyering.net>
12016
12017         * modules/openat (Files): Add lib/intprops.h.
12018         From Mark D. Baushke.
12019
12020 2006-01-24  Jim Meyering  <jim@meyering.net>
12021
12022         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12023         Reported by Mark D. Baushke.
12024
12025 2006-01-24  Jim Meyering  <jim@meyering.net>
12026
12027         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12028
12029 2006-01-24  Bruno Haible  <bruno@clisp.org>
12030
12031         * modules/strnlen (Maintainer): Change from glibc to all.
12032
12033 2006-01-24  Bruno Haible  <bruno@clisp.org>
12034
12035         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12036         Patch by Paul Eggert.
12037
12038 2006-01-24  Bruno Haible  <bruno@clisp.org>
12039
12040         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12041         already has it.
12042         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12043         2005-11-26.
12044
12045         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12046         'signed char' to avoid problems with the built-in _Bool type.
12047         Reported by Paul Eggert on 2005-11-26.
12048
12049 2006-01-24  Bruno Haible  <bruno@clisp.org>
12050
12051         * gnulib-tool (func_import): Avoid constructing complicated sed
12052         expressions inside backquote.
12053         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12054
12055 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12056
12057         These changes imported from libc.
12058         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12059         test and two separate function calls.
12060         * lib/strndup.c (__strndup): Add libc_hidden_def.
12061
12062 2006-01-23  Simon Josefsson  <jas@extundo.com>
12063
12064         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12065         Remove the test_*_SOURCES variable: automake infers it by default.
12066         * modules/tls-tests: Likewise.
12067
12068 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12069
12070         Work around porting bugs reported by Dieter in
12071         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12072         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12073         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12074         Include "getopt.h" first, to check interface.
12075         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12076         !HAVE_DECL_GETENV.
12077         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12078         (__strndup): Revert to K&R-style function dfns, the glibc style.
12079         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12080         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12081         Include strnlen.h first, to get prototype properly.
12082         (strnlen): Renamed from __strnlen.
12083         Remove weak alias.
12084
12085 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12086
12087         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12088
12089 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12090
12091         * config/srclist.txt: Adjust to reflect glibc reorganization.
12092         This affects only comments.
12093
12094 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12095
12096          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12097          Reported by Bruce Korb <bkorb@gnu.org>.
12098
12099 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12102         to pacify gcc -Wswitch-default.
12103
12104 2006-01-22  Bruno Haible  <bruno@clisp.org>
12105
12106         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12107         temporary buffer for sprintf, take into account the precision also
12108         for 'd', 'i', 'u', 'o', 'x', 'X'.
12109
12110 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12111
12112         * modules/argp-tests: New module
12113         * tests/test-argp.c: New file
12114         * tests/test-argp-2.sh: New file
12115
12116 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12117
12118         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12119         (__argp_base_name): Removed
12120         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12121         typo.
12122         (__argp_base_name): Provide macro definition or extern declaration
12123         depending on the configuration
12124
12125 2006-01-20  Simon Josefsson  <jas@extundo.com>
12126
12127         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12128
12129 2006-01-20  Simon Josefsson  <jas@extundo.com>
12130
12131         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12132
12133 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12134
12135         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12136         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12137         Suggested by Bruno Haible.
12138
12139 2006-01-20  Karl Berry  <karl@gnu.org>
12140
12141         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12142         until changes propagate, I guess.
12143
12144 2006-01-19  Simon Josefsson  <jas@extundo.com>
12145
12146         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12147
12148 2006-01-19  Simon Josefsson  <jas@extundo.com>
12149
12150         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12151
12152 2006-01-19  Simon Josefsson  <jas@extundo.com>
12153
12154         * gnulib-tool: Set check_PROGRAMS.
12155
12156         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12157         modules/des-tests, modules/gc-arcfour-tests,
12158         modules/gc-arctwo-tests, modules/gc-des-tests,
12159         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12160         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12161         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12162         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12163         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12164         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12165         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12166         test_*_SOURCES.
12167
12168 2006-01-18  Simon Josefsson  <jas@extundo.com>
12169
12170         * modules/socklen (Depends-on): Depend on sys_socket.
12171
12172 2006-01-18  Simon Josefsson  <jas@extundo.com>
12173
12174         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12175         modules/des-tests, modules/gc-arcfour-tests,
12176         modules/gc-arctwo-tests, modules/gc-des-tests,
12177         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12178         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12179         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12180         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12181         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12182         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12183         $(EXEEXT) to automake TESTS variable, for mingw32.
12184
12185 2006-01-17  Simon Josefsson  <jas@extundo.com>
12186
12187         * modules/socklen (Include): Need sys/socket.h.
12188
12189 2006-01-17  Bruno Haible  <bruno@clisp.org>
12190
12191         * modules/ssize_t (Include): Add <sys/types.h>.
12192
12193 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12194
12195         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12196         it's not portable and it doesn't work with cross-compiles.
12197         Problem reported by Bruno Haible.  Fix missing-$ typo in
12198         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12199         -zignore from being used with Sun's C compiler.
12200
12201 2006-01-12  Simon Josefsson  <jas@extundo.com>
12202
12203         * lib/base64.c: Fix warning, reported by Bruno Haible
12204         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12205
12206 2006-01-12  Bruno Haible  <bruno@clisp.org>
12207
12208         * modules/ldd: New file.
12209         * build-aux/ldd.sh.in: New file.
12210         * MODULES.html.sh (Support for building libraries and executables): Add
12211         ldd.
12212
12213 2006-01-12  Bruno Haible  <bruno@clisp.org>
12214
12215         * m4/ldd.m4: New file.
12216
12217 2006-01-12  Bruno Haible  <bruno@clisp.org>
12218
12219         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12220         endless loop while replacing $auxdir with build-aux.
12221
12222 2006-01-11  Simon Josefsson  <jas@extundo.com>
12223
12224         * lib/stdint_.h (SIZE_MAX): Add missing (.
12225
12226 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12227
12228         Sync from coreutils.
12229         * lib/md5.c: Fix commentary typos.
12230         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12231         * lib/md5.h (__attribute__): Remove; unused.
12232         * lib/sha1.c: Fix commentary to match md5 better.
12233         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12234         so that we don't need to worry about alignment.  All uses changed.
12235         This merges the 2005-10-28 md5 change into sha1.
12236
12237 2006-01-11  Jim Meyering  <jim@meyering.net>
12238
12239         Sync from coreutils.
12240         * lib/md5.c (OP): Fix spacing.
12241
12242 2006-01-11  Bruno Haible  <bruno@clisp.org>
12243
12244         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12245         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12246         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12247
12248 2006-01-11  Bruno Haible  <bruno@clisp.org>
12249
12250         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12251         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12252         the "early" section as well.
12253
12254 2006-01-11  Bruno Haible  <bruno@clisp.org>
12255
12256         Avoid "ar: no archive members specified" error on MacOS X.
12257         * gnulib-tool (func_modules_add_dummy): New function.
12258         (func_import, func_create_testdir): Invoke it.
12259
12260 2006-01-11  Bruno Haible  <bruno@clisp.org>
12261
12262         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12263         with $auxdir in AC_CONFIG_FILES statements.
12264
12265 2006-01-11  Bruno Haible  <bruno@clisp.org>
12266
12267         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12268         Initialize also noinst_HEADERS to empty.
12269
12270 2006-01-11  Bruno Haible  <bruno@clisp.org>
12271
12272         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12273         variables.
12274         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12275         autoreconf.
12276
12277 2006-01-11  Bruno Haible  <bruno@clisp.org>
12278
12279         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12280         overridable by the user.
12281         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12282
12283 2006-01-10  Simon Josefsson  <jas@extundo.com>
12284
12285         * modules/sys_socket: New file.
12286
12287 2006-01-10  Simon Josefsson  <jas@extundo.com>
12288
12289         * m4/sys_socket_h.m4: New file.
12290
12291 2006-01-10  Simon Josefsson  <jas@extundo.com>
12292
12293         * lib/socket_.h: New file.
12294
12295 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12296
12297         * modules/readutmp (Maintainer): Add myself.
12298
12299 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12300
12301         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12302         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12303         People who are still concerned with buggy memcmp implementations
12304         can invoke gl_FUNC_MEMCMP themselves.
12305
12306 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * lib/regex_internal.h (BITSET_WORD_BITS):
12309         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12310         preprocessor mishandles large unsigned values as if they were signed.
12311         Problem reported by Claudio Fontana in
12312         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12313
12314 2006-01-10  Jim Meyering  <jim@meyering.net>
12315
12316         Avoid the double-free (first in fts_read, second in fts_close) that
12317         would occur when an `active' directory is made inaccessible (e.g.,
12318         via chmod a-x) during a traversal.
12319         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12320         before returning.  Reproduce this failure by
12321         mkdir -p a/b; cd a; chmod a-x . b
12322         Reported by Stavros Passas.
12323
12324         Sync from coreutils.
12325         * lib/sha1.c: Tweak grammar in a comment.
12326
12327 2006-01-10  Jim Meyering  <jim@meyering.net>
12328
12329         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12330         Patch by Joerg Sonnenberger.
12331
12332 2006-01-10  Bruno Haible  <bruno@clisp.org>
12333
12334         * modules/readutmp: Depend on module free.
12335         * modules/strtok_r: Depend on module restrict.
12336
12337 2006-01-10  Bruno Haible  <bruno@clisp.org>
12338
12339         * modules/gettext (configure.ac): Add an invocation of
12340         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12341
12342 2006-01-10  Bruno Haible  <bruno@clisp.org>
12343
12344         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12345         Reported by Werner Lemberg <wl@gnu.org>.
12346
12347 2006-01-10  Bruno Haible  <bruno@clisp.org>
12348
12349         * lib/localcharset.c: Update from GNU gettext.
12350
12351 2006-01-10  Bruno Haible  <bruno@clisp.org>
12352
12353         * lib/argp.h (__const): Remove macro. Use const instead.
12354         * lib/argp-fmtstream.h (__const): Likewise.
12355         * lib/glob_.h (__const): Remove macro.
12356         * lib/glob-libc.h: Use const instead of __const.
12357
12358 2006-01-10  Bruno Haible  <bruno@clisp.org>
12359
12360         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12361         variable.
12362         Needed to avoid an automake error regarding the 'gettext' module.
12363
12364 2006-01-09  Simon Josefsson  <jas@extundo.com>
12365
12366         * modules/inet_ntop (Depends-on): Add restrict.
12367
12368 2006-01-09  Simon Josefsson  <jas@extundo.com>
12369
12370         * modules/gc-rijndael-tests (License): Put under LGPL.
12371
12372         * modules/gc-des-tests (License): Likewise.
12373
12374         * modules/gc-arcfour-tests (License): Likewise.
12375
12376         * modules/gc-arctwo-tests (License): Likewise.
12377
12378         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12379
12380         * modules/gc-hmac-sha1-tests (Files): Likewise.
12381
12382         * modules/gc-hmac-md5-tests (License): Likewise.
12383
12384         * modules/gc-sha1-tests (License): Likewise.
12385
12386         * modules/gc-md5-tests (License): Likewise.
12387
12388         * modules/gc-md4-tests (License): Likewise.
12389
12390         * modules/gc-md2-tests (License): Likewise.
12391
12392         * modules/gc-tests (License): Likewise.
12393
12394         * modules/des-tests (License): Likewise.
12395
12396         * modules/md4-tests (License): Likewise.
12397
12398         * modules/md2-tests (License): Likewise.
12399
12400 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12401
12402         Sync from coreutils:
12403
12404         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12405         * modules/lib-ignore: New file.
12406         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12407         chdir-safer.m4, lchmod.m4.
12408         * modules/openat: Add mkdirat.c, openat-priv.h.
12409
12410 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12411
12412         Sync from coreutils.
12413         * m4/lib-ignore.m4: New file.
12414         * m4/lchmod.m4: New file.
12415
12416 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12417
12418         Sync from coreutils.
12419         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12420         for write access: POSIX says that must fail.
12421         * lib/fts.c (diropen): Likewise.
12422         * lib/save-cwd.c (save_cwd): Likewise.
12423         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12424         well, for minor improvements on hosts that lack O_DIRECTORY.
12425         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12426         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12427         Fall back on chown if open failed with EACCES.
12428
12429         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12430         Report an error at compile-time if only a 1-second nominal clock
12431         resolution is found.
12432
12433         * lib/lchmod.h: New file.
12434         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12435         (make_dir_parents): Use lchown rather than chown, and
12436         lchmod rather than chmod.
12437
12438         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12439         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12440         "proc" reported by n0dalus.
12441
12442         * lib/mountlist.c: Include <limits.h>.
12443         (dev_from_mount_options)
12444         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12445         New function.  It no longer assumes "dev=" has the System V meaning
12446         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12447         (read_file_system_list)
12448         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12449         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12450         dev= in that case.
12451
12452         * lib/posixtm.h (PDS_PRE_2000): New macro.
12453         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12454         allow_century.  All usages changed.  Reject dates outside the range
12455         1969-1999 if PDS_PRE_2000 is used.
12456
12457 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12458
12459         Sync from coreutils.
12460         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12461         (Time of day items): Mention the possibility of leap seconds.
12462         Problem reported by Dr. David Alan Gilbert.
12463
12464 2006-01-09  Jim Meyering  <jim@meyering.net>
12465
12466         Sync from coreutils.
12467
12468         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12469
12470         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12471
12472         * lib/modechange.c (mode_compile): Reject an invalid mode string
12473         that starts with an octal digit.  From Andreas Gruenbacher.
12474
12475         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12476         and dup to open_safer and dup_safer, respectively.
12477         (openat_permissive): Fix typo in comment.
12478
12479         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12480         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12481         (_): Remove; no longer needed.
12482         (openat): Renamed from rpl_openat; no need for rpl_openat
12483         since openat.h renames openat for us.
12484         Replace most of the body with a call to openat_permissive,
12485         to avoid duplicate code.
12486         Port to (probably hypothetical) environments were mode_t is
12487         wider than int.
12488         (openat_permissive): Require mode arg, so that we can check
12489         types better.  Put it just after flags.  Change cwd failure
12490         indicator from pointer-to-bool to pointer-to-errno-value.
12491         All callers changed.
12492         Invoke openat_save_fail and/or openat_restore_fail if
12493         cwd_errno is null, so that openat can call us.
12494         (openat_permissive, fdopendir, fstatat, unlinkat):
12495         Simplify errno handling to avoid some duplicate code,
12496         as it's OK to set errno on success.
12497         * lib/openat.h: Revamp code so that function macros depend on
12498         __OPENAT_PREFIX only, not also on AT_FDCWD.
12499         (openat_ro): Remove.  Caller changed to use openat_permissive.
12500         (openat_permissive): Now a macro, if not a function.
12501         (openat_restore_fail, openat_save_fail): Now always functions,
12502         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12503
12504         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12505         and openat.c.
12506         * lib/mkdirat.c: Include openat-priv.h.
12507         Remove definitions of macros defined therein.
12508         * lib/openat.c: Likewise.
12509
12510         * lib/mkdirat.c (mkdirat): New file and function.
12511         * lib/openat.h (mkdirat): Declare.
12512
12513         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12514
12515         * lib/openat.h (openat_permissive): Declare.
12516         (openat_ro): Define.
12517
12518         * lib/openat.c (EXPECTED_ERRNO): New macro.
12519         (openat_permissive): New function -- used in remove.c rewrite.
12520         (all functions): Set errno just before returning, only if there
12521         was an actual failure.
12522         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12523
12524         Emulate openat-family functions using Linux's procfs, if possible.
12525         Idea and some code based on Ulrich Drepper's glibc changes.
12526
12527         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12528         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12529         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12530         before falling back on save_cwd and restore_cwd.
12531         (fdopendir, fstatat, unlinkat): Likewise.
12532
12533         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12534         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12535
12536         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12537         as second argument to va_arg.  Otherwise, some versions of gcc
12538         warn that `if this code is reached, the program will abort'.
12539
12540 2006-01-09  Jim Meyering  <jim@meyering.net>
12541
12542         Sync from coreutils.
12543         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12544         Require openat-priv.h.
12545
12546 2006-01-09  Bruno Haible  <bruno@clisp.org>
12547
12548         * modules/strnlen (Include): Use strnlen.h.
12549
12550 2006-01-09  Bruno Haible  <bruno@clisp.org>
12551
12552         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12553
12554 2006-01-09  Bruno Haible  <bruno@clisp.org>
12555
12556         * lib/sysexit_.h (EX_OK): New macro.
12557         Suggested by Martin Lambers <marlam@marlam.de>.
12558
12559 2006-01-09  Bruno Haible  <bruno@clisp.org>
12560
12561         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12562         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12563
12564 2006-01-09  Bruno Haible  <bruno@clisp.org>
12565
12566         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12567         numbers.
12568
12569 2006-01-09  Bruno Haible  <bruno@clisp.org>
12570
12571         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12572         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12573         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12574         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12575
12576 2006-01-09  Bruno Haible  <bruno@clisp.org>
12577
12578         * build-aux/javacomp.sh.in: New file, moved from lib/.
12579         * modules/javacomp-script (Files): Update.
12580         (configure.ac): Add AC_CONFIG_FILES invocation.
12581         (EXTRA_DIST): Remove variable.
12582
12583         * build-aux/javaexec.sh.in: New file, moved from lib/.
12584         * modules/javaexec (Files): Update.
12585         (configure.ac): Add AC_CONFIG_FILES invocation.
12586         (EXTRA_DIST): Remove javaexec.sh.in.
12587
12588         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12589         * modules/csharpcomp-script (Files): Update.
12590         (configure.ac): Add AC_CONFIG_FILES invocation.
12591         (EXTRA_DIST): Remove variable.
12592
12593         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12594         * modules/csharpexec (Files): Update.
12595         (configure.ac): Add AC_CONFIG_FILES invocation.
12596         (EXTRA_DIST): Remove csharpexec.sh.in.
12597
12598 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12599
12600         Sync from coreutils.
12601
12602         Add POSIX ACL support
12603         * lib/acl.h (copy_acl, set_acl): Add declarations.
12604         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12605         systems other than Linux.
12606         (chmod_or_fchmod): New function: use fchmod when possible,
12607         and chmod otherwise.
12608         (file_has_acl): Add a POSIX ACL implementation, with a
12609         Linux-specific subcase.
12610         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12611         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12612         acls are unsupported.
12613         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12614         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12615         are unsupported.
12616
12617 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12618
12619         Sync from coreutils.
12620         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12621
12622 2006-01-07  Bruno Haible  <bruno@clisp.org>
12623
12624         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12625         gl_EARLY.
12626
12627 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12628
12629         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12630         Problem reported for Mingw by Mark Junker.
12631
12632 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         * README: Gnulib normally doesn't generate a tarball.
12635
12636 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12637
12638         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12639         long int, not int, for nanosecond counts, so that people who are
12640         used to POSIX struct timespec won't be surprised.  Reported by Jim
12641         Meyering.
12642
12643 2005-12-28  Bruno Haible  <bruno@clisp.org>
12644
12645         * build-aux/config.rpath: Update from GNU gettext.
12646
12647 2005-12-16  Jim Meyering  <jim@meyering.net>
12648
12649         * modules/fprintftime: New module.
12650         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12651
12652 2005-12-16  Jim Meyering  <jim@meyering.net>
12653
12654         * m4/fprintftime.m4: New file.
12655
12656 2005-12-16  Jim Meyering  <jim@meyering.net>
12657
12658         * lib/fprintftime.c, lib/fprintftime.h: New files.
12659
12660 2005-12-15  Simon Josefsson  <jas@extundo.com>
12661
12662         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12663         new m4/socklen.m4.
12664
12665 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12666
12667         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12668         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12669
12670 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12671
12672         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12673         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12674         struct uparams is valid. Fall back to the default values if it is
12675         not.
12676
12677 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12678
12679         * modules/argp (Files): Add argp-pin.c
12680         (Depends-on): dirname
12681         (lib_SOURCES): Add argp-pin.c
12682
12683 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12684
12685         * m4/argp.m4:  Check if program_invocation_name and
12686         program_invocation_short_name are declared and define appropriate
12687         macros if they are not.
12688
12689 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12690
12691         * lib/argp-help.c (__argp_base_name): New function
12692         (__argp_short_program_name): Rewrite using __argp_base_name
12693         * lib/argp-namefrob.h: Define program_invocation_name and
12694         program_invocation_short_name if requested
12695         (__argp_base_name): Add prototype
12696         * lib/argp-parse.c (argp_def): Use gettext wrappers
12697         (argp_default_parser): Use __argp_base_name
12698         * lib/argp-pin.c: New file. Defines program_invocation_name and
12699         program_invocation_short_name on systems that lack them.
12700
12701 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12702
12703         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12704         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12705         porting problem reported by Georg Schwarz in
12706         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12707
12708 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12709
12710         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12711         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12712         porting problem reported by Georg Schwarz in
12713         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12714
12715 2005-12-05  Bruno Haible  <bruno@clisp.org>
12716
12717         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12718         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12719         Reported by Mark Junker <mjscod@gmx.de>.
12720
12721 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12722
12723         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12724         Use implementation from Albert Chin, with some
12725         comments/corrections by Stepan Kasal and myself.
12726
12727 2005-12-02  Bruno Haible  <bruno@clisp.org>
12728
12729         * gnulib-tool (func_import): Accept GPLed build tool modules when
12730         --lgpl is given.
12731         * modules/csharpcomp-script: New file.
12732         * modules/csharpcomp: Depend on it.
12733         * modules/javacomp-script: New file.
12734         * modules/javacomp: Depend on it.
12735         Suggested by Simon Josefsson.
12736
12737 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12740         statement, to work around an HP-UX 10.20 compiler bug reported by
12741         Peter O'Gorman.
12742
12743 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12744
12745         * modules/savedir (Depends-on): Add openat.
12746
12747 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12748
12749         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12750         (uintmax_t) [defined uintmax_t]: Do not declare.
12751         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12752         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12753         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12754         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12755         sake of portability to weird hosts that C allows (though we don't
12756         know of any practical examples).
12757
12758         * lib/savedir.h (fdsavedir): New decl.
12759         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12760         contains most of the former guts of savedir.
12761         (savedir): Use savedirstream.
12762         Include "openat.h".
12763
12764 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12765
12766         * modules/obstack (Files): Add m4/ulonglong.m4.
12767         Problem reported by Davide Angelocola.
12768
12769 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12770
12771         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12772         coreutils no longer futzes with rounding modes.
12773
12774 2005-11-14  Jim Meyering  <jim@meyering.net>
12775
12776         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12777         replacement of mkstemp.
12778
12779 2005-11-10  Simon Josefsson  <jas@extundo.com>
12780
12781         * lib/readline.c: Remove EOL.
12782
12783 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12784
12785         * modules/gethrxtime (Depends-on): Add gettime.
12786
12787 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12788
12789         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12790         or gettimeofday; no longer needed.
12791
12792 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12793
12794         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12795         time business.
12796         (gethrxtime) [! (HAVE_NANOUPTIME
12797         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12798         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12799         our own approximation.
12800
12801 2005-11-08  Eric Blake  <ebb9@byu.net>
12802
12803         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12804
12805 2005-11-08  Eric Blake  <ebb9@byu.net>
12806
12807         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12808
12809 2005-11-04  Bruno Haible  <bruno@clisp.org>
12810
12811         * gnulib-tool: Implement --update mode.
12812
12813 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12814
12815         Fix porting problem reported by Theodoros V. Kalamatianos.
12816         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12817         Don't assume that futimes failing means we must fail.
12818
12819 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12822         variables to suggest the intended function of the PATH_MAX check.
12823
12824 2005-10-30  Kean Johnston  <jkj@sco.com>
12825
12826         Trivial changes to support SCO systems.
12827         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12828         as PATH_MAX.
12829         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12830         where __ptr is null when no I/O is pending.
12831
12832 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12833
12834         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12835         leave errno alone.  Problem reported by Dmitry V. Levin.
12836
12837 2005-10-28  Simon Josefsson  <jas@extundo.com>
12838
12839         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12840         Test more.
12841
12842         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12843
12844         * modules/md2, modules/md2-tests: New files.
12845
12846 2005-10-28  Simon Josefsson  <jas@extundo.com>
12847
12848         * m4/inet_ntop.m4: More tests.
12849
12850         * m4/gc-md2.m4, md2.m4: New file.
12851
12852 2005-10-28  Simon Josefsson  <jas@extundo.com>
12853
12854         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12855         "restrict" keywords, as per POSIX.  Protect the function
12856         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12857         Don't use K&R prototypes.  Check the sprintf return values.
12858         Re-define EAFNOSUPPORT if not present.  Indent.
12859
12860         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12861         suggested by Bruno Haible <bruno@clisp.org>.
12862
12863         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12864
12865         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12866
12867         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12868         libgcrypt).
12869
12870         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12871
12872         * lib/md2.h, lib/md2.c: New files.
12873
12874 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12875
12876         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12877         errno alone.  Problem reported by Frederic Jolliton.
12878
12879 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12880
12881         * modules/verify (License): Change from GPL to LGPL.  This is a
12882         tiny module and there are apparently near-equivalents that are
12883         under the BSD license.
12884
12885 2005-10-24  Simon Josefsson  <jas@extundo.com>
12886
12887         * modules/sha1: Relicense to LGPL.
12888
12889 2005-10-24  Simon Josefsson  <jas@extundo.com>
12890
12891         * lib/md4.h: Shrink buffer size, now that we changed the type.
12892
12893 2005-10-23  Simon Josefsson  <jas@extundo.com>
12894
12895         * gnulib-tool (func_import): Fix --tests-base.
12896
12897 2005-10-22  Simon Josefsson  <jas@extundo.com>
12898
12899         * modules/arcfour (Depends-on): Need stdint.
12900
12901 2005-10-22  Simon Josefsson  <jas@extundo.com>
12902
12903         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12904         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12905
12906 2005-10-22  Simon Josefsson  <jas@extundo.com>
12907
12908         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12909         suggested by Bruno Haible <bruno@clisp.org>.
12910
12911 2005-10-22  Simon Josefsson  <jas@extundo.com>
12912
12913         * lib/crc.h: Include stddef.h, for size_t.
12914
12915 2005-10-22  Simon Josefsson  <jas@extundo.com>
12916
12917         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12918         arcfour_context struct (simplify test vector testing in GNU
12919         Shishi).
12920
12921 2005-10-21  Simon Josefsson  <jas@extundo.com>
12922
12923         * modules/des, modules/des-tests: New files.
12924
12925         * modules/gc-des, modules/gc-des-tests: New files.
12926
12927         * tests/test-des.c, tests/test-gc-des.c: New file.
12928
12929 2005-10-21  Simon Josefsson  <jas@extundo.com>
12930
12931         * modules/arctwo, modules/arctwo-tests: New files.
12932
12933         * tests/test-arctwo.c: New file.
12934
12935         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12936
12937         * tests/test-gc-arctwo.c: New file.
12938
12939 2005-10-21  Simon Josefsson  <jas@extundo.com>
12940
12941         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12942         Bruno Haible <bruno@clisp.org>.
12943
12944         * m4/gc-des.m4: New file.
12945
12946 2005-10-21  Simon Josefsson  <jas@extundo.com>
12947
12948         * m4/arctwo.m4: New file.
12949
12950         * m4/gc-arctwo.m4: New file.
12951
12952 2005-10-21  Simon Josefsson  <jas@extundo.com>
12953
12954         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12955         block.
12956
12957 2005-10-21  Simon Josefsson  <jas@extundo.com>
12958
12959         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12960         <bruno@clisp.org>.
12961
12962         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12963
12964         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12965         Bruno Haible <bruno@clisp.org>.
12966
12967         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12968         <bruno@clisp.org>.
12969
12970 2005-10-21  Simon Josefsson  <jas@extundo.com>
12971
12972         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12973
12974 2005-10-21  Simon Josefsson  <jas@extundo.com>
12975
12976         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12977
12978 2005-10-21  Simon Josefsson  <jas@extundo.com>
12979
12980         * lib/des.h, lib/des.c: New files.
12981
12982         * lib/gc-gnulib.c: Support DES.c
12983
12984 2005-10-21  Simon Josefsson  <jas@extundo.com>
12985
12986         * lib/arctwo.h, lib/arctwo.c: New files.
12987
12988         * lib/gc-gnulib.c: Support ARCTWO.
12989
12990 2005-10-21  Simon Josefsson  <jas@extundo.com>
12991
12992         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12993         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12994
12995 2005-10-21  Simon Josefsson  <jas@extundo.com>
12996
12997         * gnulib-tool (func_import, func_create_testdir): Define automake
12998         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12999         Makefile.am snippet),
13000         suggested by Bruno Haible <bruno@clisp.org>.
13001
13002         * modules/gc (Makefile.am): Use it.
13003
13004 2005-10-21  Bruno Haible  <bruno@clisp.org>
13005
13006         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13007         patch.
13008
13009 2005-10-19  Simon Josefsson  <jas@extundo.com>
13010
13011         * tests/test-gc-rijndael.c: New file.
13012
13013         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13014
13015 2005-10-19  Simon Josefsson  <jas@extundo.com>
13016
13017         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13018         interface too.
13019
13020 2005-10-19  Simon Josefsson  <jas@extundo.com>
13021
13022         * tests/test-gc-arcfour.c: New file.
13023
13024         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13025
13026 2005-10-19  Simon Josefsson  <jas@extundo.com>
13027
13028         * modules/gc-md4, modules/gc-md4-tests: New file.
13029
13030         * tests/test-gc-md4.c: New file.
13031
13032 2005-10-19  Simon Josefsson  <jas@extundo.com>
13033
13034         * m4/gc-md4.m4: New file.
13035
13036 2005-10-19  Simon Josefsson  <jas@extundo.com>
13037
13038         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13039         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13040         <kasal@ucw.cz>.
13041
13042 2005-10-19  Simon Josefsson  <jas@extundo.com>
13043
13044         * m4/gc-arcfour.m4: New file.
13045
13046         * m4/gc-rijndael.m4: New file.
13047
13048 2005-10-19  Simon Josefsson  <jas@extundo.com>
13049
13050         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13051
13052 2005-10-19  Simon Josefsson  <jas@extundo.com>
13053
13054         * lib/gc-gnulib.c: Support ARCFOUR.
13055
13056 2005-10-19  Simon Josefsson  <jas@extundo.com>
13057
13058         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13059         support.
13060
13061         * lib/gc.h: Add ECB enum type.
13062
13063         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13064
13065 2005-10-18  Simon Josefsson  <jas@extundo.com>
13066
13067         * tests/test-md5.c: New file.
13068
13069         * modules/md5-tests: New file.
13070
13071 2005-10-18  Simon Josefsson  <jas@extundo.com>
13072
13073         * tests/test-md4.c: New file.
13074
13075         * modules/md4, modules/md4-tests: New files.
13076
13077 2005-10-18  Simon Josefsson  <jas@extundo.com>
13078
13079         * m4/md4.m4: New file.
13080
13081 2005-10-18  Simon Josefsson  <jas@extundo.com>
13082
13083         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13084
13085 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13086
13087         * gnulib-tool (func_create_testdir): Omit the second check whether
13088         BUILT_SOURCES in nonempty.
13089
13090 2005-10-17  Simon Josefsson  <jas@extundo.com>
13091
13092         * tests/test-rijndael.c: New file.
13093
13094 2005-10-17  Simon Josefsson  <jas@extundo.com>
13095
13096         * modules/sha1: Depend on stdint instead of md5.
13097
13098         * modules/md5: Depend on stdint, remove uint32_t.
13099
13100 2005-10-17  Simon Josefsson  <jas@extundo.com>
13101
13102         * modules/gc-sha1-tests: New file.
13103
13104         * tests/test-gc-sha1.c: New file.
13105
13106 2005-10-17  Simon Josefsson  <jas@extundo.com>
13107
13108         * m4/md5.m4: Remove call to uint32_t.m4.
13109
13110 2005-10-17  Simon Josefsson  <jas@extundo.com>
13111
13112         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13113
13114         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13115         md5.h.
13116
13117         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13118
13119         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13120
13121 2005-10-17  Simon Josefsson  <jas@extundo.com>
13122
13123         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13124
13125 2005-10-17  Simon Josefsson  <jas@extundo.com>
13126
13127         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13128
13129 2005-10-17  Simon Josefsson  <jas@extundo.com>
13130
13131         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13132
13133         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13134
13135 2005-10-17  Bruno Haible  <bruno@clisp.org>
13136
13137         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13138         that it can also be used in a test.
13139
13140 2005-10-16  Bruno Haible  <bruno@clisp.org>
13141
13142         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13143         TESTS_ENVIRONMENT, so that individual tests can augment it.
13144
13145         * gnulib-tool (func_create_testdir): Use an intermediate target for
13146         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13147         macros, like $(ALLOCA_H), which cannot be passed through the command
13148         line.
13149
13150 2005-10-15  Simon Josefsson  <jas@extundo.com>
13151
13152         * modules/rijndael-tests: New file.
13153
13154         * modules/rijndael: New file.
13155
13156 2005-10-15  Simon Josefsson  <jas@extundo.com>
13157
13158         * m4/rijndael.m4: New file.
13159
13160 2005-10-15  Simon Josefsson  <jas@extundo.com>
13161
13162         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13163
13164         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13165
13166 2005-10-14  Simon Josefsson  <jas@extundo.com>
13167
13168         * tests/test-arcfour.c: New file.
13169
13170         * modules/arcfour, modules/arcfour-tests: New files.
13171
13172 2005-10-14  Simon Josefsson  <jas@extundo.com>
13173
13174         * m4/arcfour.m4: New file.
13175
13176 2005-10-14  Simon Josefsson  <jas@extundo.com>
13177
13178         * lib/arcfour.h, lib/arcfour.c: New files.
13179
13180 2005-10-14  Roland McGrath  <roland@redhat.com>
13181
13182         Import from libc.  [BZ #1331]
13183         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13184         macro argument.
13185         Reported by Matej Vela <vela@debian.org>.
13186
13187 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13188
13189         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13190         include <wchar.h>; no longer needed.
13191
13192 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13193
13194         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13195
13196 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13197         and  Ulrich Drepper  <drepper@redhat.com>
13198
13199         Import from libc.
13200         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13201         instead of inline stream orientation test and two separate
13202         function calls.  Pay no attention to USE_IN_LIBIO.
13203
13204 2005-10-13  Simon Josefsson  <jas@extundo.com>
13205
13206         * modules/gc-hmac-md5-tests: New file.
13207
13208         * tests/test-gc-hmac-sha1.c: New file.
13209
13210         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13211
13212         * modules/gc-hmac-md5-tests: New file.
13213
13214         * tests/test-gc-md5.c: New file.
13215
13216         * modules/gc-md5-tests: New file.
13217
13218 2005-10-13  Simon Josefsson  <jas@extundo.com>
13219
13220         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13221         Move memory allocation outside of loop.
13222
13223 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13226         intermediate directory is in a read-only file system.  Problem
13227         reported by Eric Blake.
13228
13229 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13230
13231         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13232
13233 2005-10-12  Simon Josefsson  <jas@extundo.com>
13234
13235         * tests/test-hmac-sha1.c: New file.
13236
13237         * modules/hmac-sha1-tests: New file.
13238
13239         * modules/hmac-sha1: New file.
13240
13241 2005-10-12  Simon Josefsson  <jas@extundo.com>
13242
13243         * modules/gc-sha1: New file.
13244
13245 2005-10-12  Simon Josefsson  <jas@extundo.com>
13246
13247         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13248
13249         * tests/test-gc-pbkdf2-sha1.c: New file.
13250
13251 2005-10-12  Simon Josefsson  <jas@extundo.com>
13252
13253         * modules/gc-md5, modules/gc-hmac-md5: New files.
13254
13255         * modules/gc (Files): Remove md5, memxor and hmac files.
13256
13257 2005-10-12  Simon Josefsson  <jas@extundo.com>
13258
13259         * m4/gc-pbkdf2-sha1.m4: New file.
13260
13261         * m4/gc-hmac-sha1.m4: New file.
13262
13263         * m4/gc-sha1: New file.
13264
13265         * m4/hmac-sha1.m4: New file.
13266
13267 2005-10-12  Simon Josefsson  <jas@extundo.com>
13268
13269         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13270
13271         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13272
13273 2005-10-12  Simon Josefsson  <jas@extundo.com>
13274
13275         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13276         suggested by Bruno Haible <bruno@clisp.org>.
13277
13278 2005-10-12  Simon Josefsson  <jas@extundo.com>
13279
13280         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13281
13282 2005-10-12  Simon Josefsson  <jas@extundo.com>
13283
13284         * lib/gc-pbkdf2-sha1.c: New file.
13285
13286         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13287
13288 2005-10-12  Simon Josefsson  <jas@extundo.com>
13289
13290         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13291
13292         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13293
13294 2005-10-12  Simon Josefsson  <jas@extundo.com>
13295
13296         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13297         GC_USE_HMAC_MD5, respectively.
13298
13299         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13300         (gc_md5): Fix typo.
13301
13302         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13303
13304         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13305
13306         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13307
13308 2005-10-12  Bruno Haible  <bruno@clisp.org>
13309
13310         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13311         Reported by Stepan Kasal <kasal@ucw.cz>.
13312
13313 2005-10-11  Simon Josefsson  <jas@extundo.com>
13314
13315         * tests/test-crc.c: New file.
13316
13317         * modules/crc, modules/crc-tests: New files.
13318
13319 2005-10-11  Simon Josefsson  <jas@extundo.com>
13320
13321         * m4/crc.m4: New file.
13322
13323 2005-10-11  Simon Josefsson  <jas@extundo.com>
13324
13325         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13326
13327         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13328
13329         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13330
13331 2005-10-11  Simon Josefsson  <jas@extundo.com>
13332
13333         * lib/crc.h, lib/crc.c: New files.
13334
13335         * lib/gc.h (gc_hash_buffer): Add doc.
13336
13337 2005-10-11  Bruno Haible  <bruno@clisp.org>
13338
13339         * modules/c-strcasestr: New file.
13340         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13341
13342 2005-10-11  Bruno Haible  <bruno@clisp.org>
13343
13344         * modules/c-strcase: New file.
13345         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13346
13347 2005-10-11  Bruno Haible  <bruno@clisp.org>
13348
13349         * lib/strcasecmp.c: Include limits.h.
13350         (strcasecmp): Avoid integer overflow on exotic platforms.
13351         * lib/strncasecmp.c: Include limits.h.
13352         (strncasecmp): Avoid integer overflow on exotic platforms.
13353         Reported by Paul Eggert.
13354
13355 2005-10-11  Bruno Haible  <bruno@clisp.org>
13356
13357         * lib/c-strcasestr.h: New file, from GNU gettext.
13358         * lib/c-strcasestr.c: New file, from GNU gettext.
13359
13360 2005-10-11  Bruno Haible  <bruno@clisp.org>
13361
13362         * lib/c-strcase.h: New file, from GNU gettext.
13363         * lib/c-strcasecmp.c: New file, from GNU gettext.
13364         * lib/c-strncasecmp.c: New file, from GNU gettext.
13365
13366 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13367
13368         * modules/mempcpy (License): GPL -> LGPL.
13369         * modules/strchrnul (License): Likewise.
13370         * modules/sysexits (License): Likewise.
13371
13372 2005-10-08  Simon Josefsson  <jas@extundo.com>
13373
13374         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13375
13376 2005-10-07  Simon Josefsson  <jas@extundo.com>
13377
13378         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13379
13380 2005-10-06  Simon Josefsson  <jas@extundo.com>
13381
13382         * tests/test-hmac-md5.c: New file.
13383
13384         * modules/hmac-md5-tests: New file.
13385
13386         * modules/hmac-md5: New file.
13387
13388 2005-10-06  Simon Josefsson  <jas@extundo.com>
13389
13390         * m4/hmac-md5.m4: New file.
13391
13392         * m4/memxor.m4: Require gl_C_RESTRICT.
13393
13394 2005-10-06  Simon Josefsson  <jas@extundo.com>
13395
13396         * lib/memxor.c (memxor): Avoid casts and warnings.
13397
13398 2005-10-06  Simon Josefsson  <jas@extundo.com>
13399
13400         * lib/hmac-md5.c: New file.
13401
13402         * lib/hmac.h: New file.
13403
13404 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13407         promotes to int, not unsigned int, to catch the AIX 5.3
13408         compiler bug.
13409
13410 2005-10-05  Simon Josefsson  <jas@extundo.com>
13411
13412         * modules/memxor: New file.
13413
13414         * modules/iconv (Files): Move config.rpath to havelib, it is used
13415         there.
13416
13417         * modules/havelib (Files): Add config.rpath.
13418
13419 2005-10-05  Simon Josefsson  <jas@extundo.com>
13420
13421         * m4/memxor.m4: New file.
13422
13423 2005-10-05  Simon Josefsson  <jas@extundo.com>
13424
13425         * lib/memxor.c (memxor): Fix compiler error.
13426
13427         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13428         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13429
13430         * lib/memxor.h, lib/memxor.c: New files.
13431
13432         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13433         we assume all systems have it, suggested by Jim Meyering
13434         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13435         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13436         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13437         same reasons.
13438
13439 2005-10-05  Simon Josefsson  <jas@extundo.com>
13440
13441         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13442
13443 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13444
13445         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13446         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13447         needed, since the source code now assumes these .h files.
13448
13449 2005-10-05  Derek Price  <derek@ximbiot.com>
13450
13451         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13452
13453 2005-10-05  Bruno Haible  <bruno@clisp.org>
13454
13455         * modules/stdint (License): Change to LGPL.
13456
13457 2005-10-04  Simon Josefsson  <jas@extundo.com>
13458
13459         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13460         D. Baushke" <mdb@gnu.org>.
13461
13462 2005-10-04  Bruno Haible  <bruno@clisp.org>
13463
13464         * lib/verify.h (verify_true): Provide alternative definition for C++.
13465
13466 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13469         (SSIZE_MAX): New macro, if not already defined.
13470         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13471         than 2 GiB.
13472
13473 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13474
13475         Sync from coreutils.
13476         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13477         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13478         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13479         ULLONG_MAX doesn't work with 2.7.2.1.
13480
13481 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13482
13483         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13484         From Ben Pfaff.
13485
13486         * modules/exclude (Depends-on): Depend on verify.
13487         * modules/strtoimax (Depends-on): Likewise.
13488         * modules/utimecmp (Depends-on): Likewise.
13489
13490 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13491
13492         * lib/exclude.c: Include verify.h.
13493         (verify): Remove.  All callers changed to use verify.h's version.
13494         * lib/strtoimax.c: Likewise.
13495         * lib/utimecmp.c: Likewis.e
13496
13497         Sync from coreutils.
13498         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13499         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13500         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13501         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13502         bother returning ENOSYS if settimeofday or stime fails; just let
13503         them return whatever errno they want to return.
13504         * lib/utimens.c: Include unistd.h, for dup2.
13505         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13506         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13507
13508 2005-10-02  Jim Meyering  <jim@meyering.net>
13509
13510         Sync from coreutils.
13511         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13512         from glibc-2.2.5 that fails for read-only files.
13513
13514 2005-10-02  Jim Meyering  <jim@meyering.net>
13515
13516         Sync from coreutils.
13517         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13518         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13519         `#if HAVE_CONFIG_H'.
13520         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13521         Remove AT_FDCWD test.
13522         Do not consume the fd unless successful.
13523         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13524         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13525         block, so that we don't even try to compile it if settimeofday is
13526         available.  This works around a compilation failure on OSF1 V5.1,
13527         due to stime requiring a `long int*' while tv_sec is `int'.
13528
13529 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13530
13531         Sync from coreutils.
13532         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13533         against `yes', rather than just testing for nonempty.
13534
13535 2005-10-01  Simon Josefsson  <jas@extundo.com>
13536
13537         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13538         and Darwin.
13539
13540         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13541         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13542         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13543         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13544         Check if struct addrinfo is declared.
13545
13546 2005-10-01  Simon Josefsson  <jas@extundo.com>
13547
13548         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13549         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13550         AI_* and EAI_* definitions.  Protect function declarations.
13551
13552 2005-10-01  Jim Meyering  <jim@meyering.net>
13553
13554         Sync from coreutils.
13555
13556         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13557         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13558         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13559         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13560         in the inet and nsl libraries.  Required on Solaris 5.7.
13561
13562 2005-10-01  Jim Meyering  <jim@meyering.net>
13563
13564         Sync from coreutils.
13565         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13566         in the inet and nsl libraries.  Required on Solaris 5.7.
13567
13568 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13569
13570         * lib/getdelim.c (getdelim): Remove unused variables.
13571
13572 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13573
13574         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13575         so that the code works even with ancient cpp.  Portability problem
13576         with GCC 2.7.2.1 reported by Thomas M.Ott.
13577
13578 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13579
13580         * modules/regex (Depends-on): Add strcase.
13581
13582         * modules/gethostname (Licence): Change from GPL to LGPL, since
13583         gethostname.c is a trivial implementation of a standard library
13584         function.
13585         * modules/poll (License): Change from GPL to LGPL, since it's
13586         derived from LGPL code.
13587
13588 2005-09-27  Jim Meyering  <jim@meyering.net>
13589
13590         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13591         HAVE_CONFIG_H.
13592
13593         * lib/intprops.h (signed_type_or_expr__): Define.
13594         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13595         for unsigned types.
13596
13597 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13598
13599         * lib/verify.h (verify_expr): Remove, replacing with:
13600         (verify_true): New macro that returns true instead of void.
13601         (verify_type__): Remove.
13602         (verify): Use verify_true rather than verify_type__.
13603
13604 2005-09-26  Bruno Haible  <bruno@clisp.org>
13605
13606         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13607         is necessary.
13608         (lib_SOURCES): Remove mbchar.c.
13609         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13610         (Files): Add m4/mbrtowc.m4.
13611         * modules/mbiter: Likewise.
13612         * modules/mbuiter: Likewise.
13613
13614 2005-09-26  Bruno Haible  <bruno@clisp.org>
13615
13616         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13617         compile mbchar.c if they are not both present.
13618         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13619         * m4/mbiter.m4 (gl_MBITER): Likewise.
13620         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13621         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13622         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13623
13624 2005-09-25  Jim Meyering  <jim@meyering.net>
13625
13626         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13627         also uses socklen_t.
13628
13629 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13630
13631         * lib/utimens.c (ENOSYS): Define if not already defined.
13632         (futimens): Support having a null PATH if the file descriptor
13633         is nonnegative.
13634
13635         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13636         Remove.
13637         (__attribute): Define to empty unless GCC 3.1 or later.
13638         This works around a core dump on OpenBSD 3.4, which has GCC
13639         2.95.3, which dumps core when given __attribute__(()).  It also
13640         simplifies other tests, since we really don't want to bother with
13641         worrying about which ancient version of GCC supported what.
13642         Original problem reported by Yoann Vandoorselaere, with part of
13643         the fix suggested by Derek Price.
13644
13645 2005-09-24  Jim Meyering  <jim@meyering.net>
13646
13647         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13648         so we can once again use a positive bitfield width of 1 -- now we
13649         don't have to explain why we were using a bitfield width of 2.
13650
13651 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13652
13653         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13654         and similarly for the other external symbols.  Problem reported
13655         by James Gallager.
13656
13657         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13658         bug reported by Jim Meyering.
13659
13660         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13661         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13662         not needed, since socklen is a prerequisite module.
13663
13664 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13665
13666         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13667         Problem reported by Eric Blake.
13668         (getaddrinfo): Initialize se so that it's not garbage.
13669         Redo internal storage allocation so that it doesn't make unportable
13670         assumptions about alignment.
13671         Fix a memory leak.
13672
13673         * lib/utimens.c (futimens): Use futimesat if available.
13674         Prefer it to futimes since it doesn't have the futimes bug.
13675
13676         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13677         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13678         Instead, declare a function that returns a pointer to an array,
13679         and use verify_type__ to declare the size of the array.
13680         Problem and germ of a solution reported by Bruno Haible.
13681         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13682         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13683
13684 2005-09-23  Jim Meyering  <jim@meyering.net>
13685
13686         Sync from coreutils.
13687         Correct build failure (socklen_t not defined) on at least
13688         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13689         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13690
13691 2005-09-23  Jim Meyering  <jim@meyering.net>
13692
13693         * modules/getaddrinfo (Depends-on): Add socklen.
13694
13695 2005-09-23  Bruno Haible  <bruno@clisp.org>
13696
13697         * tests/test-verify.c: New file.
13698
13699 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13700
13701         Sync from coreutils.
13702
13703         * modules/argmatch (Depends-on): Add verify.
13704         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13705         unistd-safer.
13706         * modules/save-cwd (Depends-on): Likewise.
13707
13708         * modules/openat (Files): Add lib/openat-die.c.
13709         (Depends-on): Remove error, exitfail.
13710         Add dirname.
13711
13712         * modules/verify: New file.
13713         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13714         with "verify" module.
13715
13716 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         Sync from coreutils.
13719
13720         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13721         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13722         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13723         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13724         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13725         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13726         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13727         Don't bother checking for string.h, stdlib.h, unistd.h.
13728         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13729         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13730         module's job.
13731         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13732         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13733
13734         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13735         (gl_GETDATE): Use it.
13736
13737         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13738
13739 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13740
13741         Sync from coreutils.
13742
13743         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13744         stat-time.h.
13745         * lib/argmatch.h: Include verify.h
13746         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13747         (ARGMATCH_ASSERT): Remove; unused.
13748         * lib/canonicalize.c: Assume STDC_HEADERS.
13749         * lib/exclude.c: Include "strcase.h".
13750         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13751         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13752         and stdio-safer.h.
13753         (getusershell): Call fopen, not fopen_safer.
13754         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13755         Do not include unistd-safer.h.
13756         (save_cwd): Don't call fd_safer; no longer needed
13757         now that we include fcntl--.h.
13758
13759         * lib/getdate.y (relative_time): New type.
13760         (RELATIVE_TIME_0): New constant.
13761         (parser_control): Use relative_time instead of doing it ourselves.
13762         (%union): Add new relative_time rel member.
13763         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13764         Now typeless.
13765         (relunit, relunit_snumber): Now of type rel.
13766         (zone, rel, relunit, get_date): Adjust to above changes.
13767
13768         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13769         Do not include unistd-safer.h.
13770         (getloadavg): Don't call fd_safer; no longer needed
13771         now that we include fcntl--.h.
13772
13773         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13774         (make_dir_parents): Treat ENOSYS like EEXIST.
13775
13776         Improve quality of diagnostics on restore_cwd failure.
13777         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13778         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13779         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13780         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13781         each time through the loop.  Do not diagnose restore_cwd failure;
13782         that is the caller's job (and perhaps the caller does not care).
13783
13784         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13785         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13786         If the file already exists but is not a directory, don't bother
13787         to try to make its parents.
13788         Close potential file descriptor leak if we can't chdir("/") (!).
13789         Don't always return true if chdir($PWD) fails; return true only
13790         if the requested action was done successfully (except for the
13791         chdir($PWD)).
13792         Don't log final directory unless we actually made it.
13793         Refactor to avoid duplicate code to fix up permissions.
13794         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13795
13796         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13797         to make it a bit faster and (I hope) clearer.
13798         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13799         Fix bug in formats like %2N.
13800
13801         * lib/verify.h: New file.
13802
13803 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13804
13805         Sync from coreutils.
13806         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13807
13808 2005-09-22  Jim Meyering  <jim@meyering.net>
13809
13810         Sync from coreutils.
13811
13812         * m4/lstat.m4 (gl_FUNC_LSTAT):
13813         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13814         Remove obsolete comment.
13815         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13816         * m4/xstrtod.m4: Likewise.
13817
13818         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13819
13820 2005-09-22  Jim Meyering  <jim@meyering.net>
13821
13822         Sync from coreutils.
13823
13824         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13825
13826         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13827         the .tm_year member, since otherwise gcc-4.0 would now warn about
13828         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13829
13830         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13831         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13832
13833         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13834         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13835         when run in a time zone for which daylight savings time is in effect
13836         for the starting date.
13837
13838         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13839         stop us from restricting permissions of just-created absolute-named
13840         directories.
13841         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13842         to restore initial working directory.
13843         * lib/mkdir-p.c (make_dir_parents): New parameter:
13844         different_working_dir, to tell caller if/when we change the working
13845         directory and are unable to return to the initial one.
13846         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13847         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13848         `return false'.  This fixes a bug introduced on 2004-07-30.
13849
13850         * lib/openat.c (fdopendir): Be sure to close the supplied
13851         file descriptor before returning.  This makes our replacement
13852         implementation a little closer to Solaris's, where fdopendir
13853         ties the file descriptor to the returned DIR* pointer.
13854         * lib/openat.c (unlinkat): New function.
13855         * lib/openat.h (unlinkat): Add prototype.
13856         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13857         (openat_restore_fail): Rename from openat_restore_die.
13858         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13859
13860         Provide an alternative to exiting immediately upon save_cwd or
13861         restore_cwd failure.  Now, an application can arrange e.g.,
13862         to perform a longjump in that case.
13863         * lib/openat.c: Include dirname.h.
13864         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13865         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13866         and openat_restore_die rather than calling error directly.
13867         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13868
13869         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13870         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13871         define.
13872
13873         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13874         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13875                             int utc, int nanoseconds);
13876         Background:
13877         date should not have to allocate a megabyte of virtual memory to
13878         handle a format argument like +%1048575T.  When implemented with
13879         strftime, it must allocate such a buffer, use strftime to fill it
13880         in, print it, then free it.
13881         With fprintftime, it simply prints everything and exits.
13882         With no need for memory allocation, that's one fewer way to fail.
13883         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13884         optional field width, not before, so we accept %9:z, not %:9z.
13885         (my_strftime): Be sure to use L_('x') for literals.
13886
13887         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13888         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13889         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13890         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13891         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13892         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13893         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13894         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13895         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13896         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13897         * lib/xgethostname.c, lib/xreadlink.c:
13898         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13899
13900         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13901         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13902         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13903         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13904         and don't include <sys/file.h>).
13905
13906 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13907
13908         Sync from coreutils.
13909
13910         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13911         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13912         [!LDAV_DONE]: Avoid unused variable warning.
13913
13914 2005-09-21  Bruno Haible  <bruno@clisp.org>
13915
13916         * lib/unicodeio.h (unicode_to_mb): New declaration.
13917
13918 2005-09-20  Derek Price  <derek@ximbiot.com>
13919
13920         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13921         getaddrinfo.h.
13922
13923 2005-09-20  Bruno Haible  <bruno@clisp.org>
13924
13925         * gnulib-tool: Remove trailing slashes from the values specified for
13926         --source-base, --m4-base, --tests-base, --aux-dir.
13927         Suggested by Simon Josefsson <jas@extundo.com>.
13928
13929 2005-09-20  Bruno Haible  <bruno@clisp.org>
13930
13931         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13932         func_modules_to_filelist, func_import, func_create_testdir): Make all
13933         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13934         change when gnulib-tool is invoked in a different locale.
13935
13936 2005-09-19  Simon Josefsson  <jas@extundo.com>
13937
13938         * m4/socklen.m4: Fix typo.
13939
13940 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13941
13942         Use a consistent style for including <config.h>.
13943         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13944         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13945         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13946         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13947         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13948         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13949         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13950         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13951         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13952         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13953         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13954         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13955         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13956         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13957         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13958         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13959         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13960         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13961         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13962         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13963         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13964         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13965         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13966         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13967         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13968         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13969         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13970         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13971         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13972         lib/xstrtoumax.c, lib/yesno.c:
13973         Standardize inclusion of config.h.
13974         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13975         lib/inttostr.h:  Removed inclusion of config.h from header files.
13976         * lib/inttostr.c:  Adjusted in-tree users.
13977         * lib/timespec.h: Remove superfluous warning to include config.h.
13978         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13979         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13980         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13981         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13982         config.h with HAVE_CONFIG_H.
13983
13984 2005-09-19  Jim Meyering  <jim@meyering.net>
13985
13986         * modules/pathmax (License): Change to LGPL.
13987
13988 2005-09-19  Derek Price  <derek@ximbiot.com>
13989
13990         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13991
13992 2005-09-19  Bruno Haible  <bruno@clisp.org>
13993
13994         * gnulib-tool (import): Provide default for --tests-base.
13995
13996 2005-09-19  Bruno Haible  <bruno@clisp.org>
13997
13998         * doc/quote.texi: New file, extracted from gnulib.texi.
13999         * doc/ctime.texi: New file, extracted from gnulib.texi.
14000         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14001         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14002         * doc/gnulib.texi: Include them.
14003
14004 2005-09-18  Bruno Haible  <bruno@clisp.org>
14005
14006         Portability fix.
14007         * gnulib-tool (func_readlink): New function.
14008         (func_ln_if_changed): Use it.
14009
14010 2005-09-18  Bruno Haible  <bruno@clisp.org>
14011
14012         * gnulib-tool: Support --with-tests also with --import.
14013         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14014         (func_import): Use variables $testsbase and $inctests. Emit a
14015         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14016         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14017         SUBDIRS += $testsdir.
14018         (func_create_testdir): Update.
14019
14020 2005-09-18  Bruno Haible  <bruno@clisp.org>
14021
14022         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14023         instead of $dry_run.
14024         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14025         (func_ln_if_changed): Don't handle dry-run here.
14026         (func_import): In dry-run mode, detect more precisely which actions
14027         would be performed, and don't use "...ing" verbs.
14028
14029 2005-09-18  Bruno Haible  <bruno@clisp.org>
14030
14031         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14032         (func_import): Use join on two temporary files instead of three nested
14033         loops, in order to determine which files are new or old.
14034
14035 2005-09-18  Bruno Haible  <bruno@clisp.org>
14036
14037         * gnulib-tool (func_import): Comment out code that spits out the
14038         new files with --dry-run.
14039
14040 2005-09-18  Bruno Haible  <bruno@clisp.org>
14041
14042         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14043
14044 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * lib/stat-time.h: New file.
14047         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14048         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14049         in a different way.
14050         (timespec_cmp): New function.
14051         * lib/utimecmp.c: Include stat-time.h.
14052         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14053         members exist, not on the obsolescent ST_MTIM_NSEC.
14054         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14055
14056 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14057
14058         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14059
14060 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14061
14062         * MODULES.html.sh (File system functions): Add stat-time.
14063         * modules/stat-time: New file.
14064         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14065         is now done in a different way, by the stat-time module.
14066         * modules/utimecmp (Depends-on): Add stat-time.
14067
14068 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14069
14070         * m4/st_mtim.m4: Remove.  Superseded by...
14071         * m4/stat-time.m4: New file.
14072         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14073         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14074
14075 2005-09-15  Derek Price  <derek@ximbiot.com>
14076
14077         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14078
14079 2005-09-15  Derek Price  <derek@ximbiot.com>
14080
14081         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14082         * lib/regex_internal.c: Ditto, using this...
14083         (__GNUC_PREREQ): ...new macro.
14084         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14085         using...
14086         (__GNUC_PREREQ): ...this new macro.
14087
14088         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14089
14090 2005-09-15  Derek Price  <derek@ximbiot.com>
14091             Paul Eggert  <eggert@cs.ucla.edu>
14092
14093         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14094         changes, consolidating in...
14095         * lib/regex_internal.h: ...this file.
14096
14097 2005-09-13  Jim Meyering  <jim@meyering.net>
14098
14099         * lib/canon-host.c: Filter through gnu indent and reword comments
14100         slightly.
14101         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14102
14103 2005-09-13  Derek Price  <derek@ximbiot.com>
14104
14105         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14106         failure.
14107         Reported by Jim Meyering  <jim@meyering.net>.
14108
14109 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14110
14111         * lib/base64.c: Typo.
14112         (base64_encode): Put b64str in initialized data section.
14113
14114 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         Merge glibc and coreutils changes into gnulib, plus a few
14117         extra fixes.
14118         * lib/md5.c: Use #error rather than a string.
14119         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14120         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14121         (__attribute__): Define to empty for non recent-GCC.
14122         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14123         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14124         Renamed from their non-__ counterparts, with new macros replacing
14125         them if not _LIBC.  Add __THROW attribute.
14126         (rol): Remove.
14127         (struct md5_ctx): Align buffer if using GCC.
14128         * lib/sha1.h (struct sha1_ctx): Likewise.
14129         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14130         The old name was backwards.
14131         (NOTSWAP): Remove; not used.
14132         (rol): New macro, moved here from md5.h.
14133         (sha1_process_block): Remove a FIXME that doesn't make sense.
14134
14135 2005-09-12  Derek Price  <derek@ximbiot.com>
14136
14137         Return usable errors from canon-host.
14138         * lib/canon-host.h: New file.
14139         * lib/canon-host.c (canon_host): Wrap...
14140         (canon_host_r): ...this new function, which now relies exclusively on
14141         getaddrinfo.
14142         (ch_strerror): New function.
14143         (last_cherror): New global.
14144         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14145         interface.
14146         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14147         void *.
14148         (freeaddrinfo): Free ai->ai_canonname when set.
14149
14150 2005-09-12  Derek Price  <derek@ximbiot.com>
14151
14152         Make canon-host require getaddrinfo.
14153         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14154         AC_LIBSOURCE canon-host.h.  Call...
14155         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14156         gl_GETADDRINFO.
14157         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14158
14159 2005-09-12  Derek Price  <derek@ximbiot.com>
14160
14161         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14162         LGPL.
14163         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14164
14165 2005-09-12  Derek Price  <derek@ximbiot.com>
14166
14167         * lib/gai_strerror.c: Include config.h when available.  Include
14168         getaddrinfo.h before other headers to test interface.
14169         Reported by Larry Jones <lawrence.jones@ugs.com>.
14170
14171 2005-09-12  Derek Price  <derek@ximbiot.com>
14172             Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * modules/glob (Files): Add glob-libc.h.
14175
14176 2005-09-12  Derek Price  <derek@ximbiot.com>
14177             Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14180         glob_.h, glob-libc.h.
14181         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14182
14183 2005-09-12  Derek Price  <derek@ximbiot.com>
14184             Paul Eggert  <eggert@cs.ucla.edu>
14185
14186         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14187         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14188         protecting things that should be done only in gnulib contexts.
14189         * lib/glob_.h: New file, containing only the glob things needed for
14190         gnulib.
14191         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14192         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14193         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14194         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14195         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14196         and to respect the namespace rules better.
14197
14198 2005-09-08  Simon Josefsson  <jas@extundo.com>
14199
14200         * modules/socklen: New file.
14201
14202 2005-09-08  Simon Josefsson  <jas@extundo.com>
14203
14204         * m4/socklen.m4: New file.
14205
14206 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         * modules/utimens (Files): Add m4/utimbuf.m4, since
14209         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14210         Reported by Sergey Poznyakoff.
14211
14212 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14213
14214         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14215         definitions, since that's the preferred style in glibc.
14216         Fix a minor spacing issue, and update copyright notice to match
14217         glibc's.
14218
14219 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14220
14221         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14222
14223 2005-09-06  Simon Josefsson  <jas@extundo.com>
14224
14225         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14226         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14227
14228 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14229
14230         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14231         warning.
14232
14233 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * config/srclist.txt: Add glibc bug 1302.
14236
14237 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14238
14239         Change bitset word type from unsigned int to unsigned long int,
14240         as this has better performance on typical 64-bit hosts.
14241         Port bitset code to hosts with unusual word sizes.
14242         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14243         (build_collating_symbol):
14244         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14245         argument is a bitset.  This is merely a style issue, but it makes
14246         it clearer that an entire array is expected.
14247         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14248         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14249         Port to the case where bitset_word is not the same as unsigned int.
14250         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14251         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14252         Likewise.
14253         * lib/regexec.c (check_dst_limits_calc_pos_1,
14254         check_subexp_matching_top):
14255         (build_trtable, group_nodes_into_DFAstates):
14256         Likewise.
14257         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14258         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14259         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14260         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14261         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14262         * lib/regcomp.c (optimize_subexps, lower_subexp):
14263         Work even if bitset_word has holes in its bitwise representation.
14264         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14265         * lib/regexec.c (check_dst_limits_calc_pos_1,
14266         check_subexp_matching_top):
14267         Likewise.
14268         * lib/regex_internal.c (re_string_reconstruct):
14269         Don't assume UCHAR_MAX == 255.
14270         * lib/regex_internal.h (bitset_set_all): Likewise.
14271         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14272         All uses changed.
14273         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14274         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14275         All uses changed.
14276         (BITSET_WORD_MAX): New macro.
14277         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14278         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14279         (bitset_empty, bitset_copy):
14280         Prefer sizeof (bitset) to multiplying it out ourselves.
14281         (bitset_not_merge): Remove; unused.
14282         (bitset_contain): Return bool, not unsigned int with one bit on.
14283         All callers changed.
14284         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14285         alignment than re_node_set; do this by defining a new internal
14286         type struct dests_alloc and using it to allocate memory.
14287
14288 2005-09-05  Bruno Haible  <bruno@clisp.org>
14289
14290         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14291         links.
14292
14293 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14294
14295         * modules/size_max (Makefile.am): Add size_max.h
14296
14297 2005-09-04  Derek Price  <derek@ximbiot.com>
14298
14299         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14300
14301 2005-09-03  Simon Josefsson  <jas@extundo.com>
14302
14303         * gnulib-tool: Fix typo.
14304
14305 2005-09-03  Simon Josefsson  <jas@extundo.com>
14306
14307         * config/srclist.txt: Add glibc bug 1293.
14308
14309 2005-09-03  Derek Price  <derek@ximbiot.com>
14310
14311         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14312         From Larry Jones <lawrence.jones@ugs.com>.
14313
14314 2005-09-02  Simon Josefsson  <jas@extundo.com>
14315
14316         * modules/socklen: New file.
14317
14318 2005-09-02  Simon Josefsson  <jas@extundo.com>
14319
14320         * modules/havelib: New module.
14321
14322         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14323         Use havelib.
14324
14325 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14326
14327         Check for arithmetic overflow when calculating sizes, to prevent
14328         some buffer-overflow issues.  These patches are conservative, in the
14329         sense that when I couldn't determine whether an overflow was possible,
14330         I inserted a run-time check.
14331         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14332         macros.
14333         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14334         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14335         (re_xnrealloc, re_x2nrealloc): New inline functions.
14336         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14337         parse_bracket_exp):
14338         (build_equiv_class, build_charclass): Check for arithmetic overflow
14339         in size expression calculations.
14340         * lib/regex_internal.c (re_string_realloc_buffers):
14341         (build_wcs_upper_buffer, re_node_set_add_intersect):
14342         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14343         (re_dfa_add_node, register_state): Likewise.
14344         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14345         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14346         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14347         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14348
14349 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14350
14351         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14352         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14353
14354 2005-09-02  Bruno Haible  <bruno@clisp.org>
14355
14356         Support for lib vs. lib64 distinction on biarch platforms.
14357         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14358         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14359         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14360
14361 2005-09-02  Bruno Haible  <bruno@clisp.org>
14362
14363         * gnulib-tool (import): In the other first-use case, provide defaults
14364         as well.
14365
14366 2005-09-02  Bruno Haible  <bruno@clisp.org>
14367
14368         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14369         patches not yet found in the latest gettext release.
14370
14371 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14372
14373         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14374         to avoid a collision with bits/local_lim.h in glibc.
14375         All uses changed.  Problem reported by Dmitry V. Levin in
14376         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14377
14378         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14379         bugs in int versus size_t comparisons.
14380         (re_string_context_at): Fix bug where the code assumed that
14381         Idx is signed.
14382
14383         Use bool where appropriate.
14384         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14385         All callers changed.
14386         (calc_eclosure_iter): Likewise, for ROOT arg.
14387         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14388         (build_charclass_op): Likewise, for NON_MATCH arg.
14389         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14390         (re_string_construct_common): Likewise, for ICASE arg.
14391         * lib/regexec.c (re_search_2_stub, re_search_stub):
14392         Likewise, for RET_LEN arg.
14393         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14394         (set_regs): Likewise, for FL_BACKTRACK arg.
14395         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14396         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14397         (calc_eclosure_iter, parse_bracket_exp):
14398         Use bool for internal variables that are booleans.
14399         * lib/regexec.c (re_search_internal, check_matching,
14400         proceed_next_node):
14401         (set_regs, build_sifted_states, sift_states_bkref):
14402         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14403         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14404         (find_collation_sequence_value):
14405         Likewise.
14406         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14407         (re_node_set_compare):
14408         Return bool, not int. All callers changed.
14409         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14410         (build_trtable, check_node_accept): Likewise.
14411         * lib/regex_internal.h: Include stdbool.h.
14412
14413         Fix bugs uncovered when converting to bool.
14414         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14415         failure instead of charging ahead blindly.
14416         * lib/regex_internal.c (register_state): Likewise.
14417         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14418         for freeing internal storage.
14419         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14420         bitset pieces used as boolean, to avoid undefined behavior
14421         on hosts that do int overflow checking.
14422
14423 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * config/srclist.txt: Add glibc bugs 1285-1287.
14426
14427 2005-09-01  Jim Meyering  <jim@meyering.net>
14428
14429         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14430         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14431         Require gl_STAT_MACROS, too.
14432
14433 2005-09-01  Bruno Haible  <bruno@clisp.org>
14434
14435         * gnulib-tool (import): In the first-use case, provide defaults.
14436
14437 2005-09-01  Bruno Haible  <bruno@clisp.org>
14438
14439         * gnulib-tool (func_import): Remove the .tmp files.
14440
14441 2005-09-01  Bruno Haible  <bruno@clisp.org>
14442
14443         * gnulib-tool (func_import): Fix handling of symbolic links.
14444
14445 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14446
14447         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14448         old glibc regex code mishandles strings longer than 2**31 bytes.
14449         This patch fixes this when the regex code is used in gnulib
14450         (i.e., outside glibc).
14451
14452         This patch should not affect the use of the regex code inside
14453         glibc.  No doubt this problem also needs to be handled for glibc
14454         as well, but the result will be an incompatible change to the
14455         glibc ABI, and the old ABI will have to be supported too.  That
14456         can be the the subject for another patch.
14457
14458         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14459         governing whether the rest of this patch is active.  By default,
14460         the macro is disabled and the patch has no effect.
14461         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14462         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14463         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14464         (re_match_2, re_set_registers): Use the new types.
14465         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14466         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14467         New macros.
14468         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14469         (re_string_context_at, bin_tree_t, re_dfastate_t):
14470         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14471         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14472         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14473         (re_string_char_size_at, re_string_wchar_at):
14474         (re_string_elem_size_at):
14475         Use the new types and macros to port to 64-bit hosts.
14476         Use unsigned types for internal values, so that the code
14477         mostly works even for arrays larger than SSIZE_MAX.
14478         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14479         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14480         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14481         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14482         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14483         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14484         (calc_inveclosure, parse_dup_op, build_range_exp):
14485         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14486         (fetch_number, create_token_tree, mark_opt_subexp):
14487         Likewise.
14488         * lib/regex_internal.c (re_string_construct_common,
14489         create_ci_newstate):
14490         (create_cd_newstate, re_string_allocate, re_string_construct):
14491         (re_string_realloc_buffers, build_wcs_upper_buffer):
14492         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14493         (re_string_reconstruct, re_string_peek_byte_case):
14494         (re_string_fetch_byte_case, re_string_context_at):
14495         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14496         (re_node_set_init_copy, re_node_set_add_intersect):
14497         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14498         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14499         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14500         (re_acquire_state, re_acquire_state_context, register_state):
14501         Likewise.
14502         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14503         search_cur_bkref_entry):
14504         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14505         (re_search_internal, re_search_2_stub, re_search_stub)
14506         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14507         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14508         (update_cur_sifted_state, check_dst_limits):
14509         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14510         (check_subexp_limits, sift_states_bkref, merge_state_array):
14511         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14512         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14513         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14514         (expand_bkref_cache, check_node_accept_bytes):
14515         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14516         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14517         (acquire_init_state_context, check_halt_node_context):
14518         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14519         (sift_states_backward, clean_state_log_if_needed):
14520         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14521         (find_recover_state, transit_state_sb, transit_state_mb):
14522         (transit_state_bkref, build_trtable, match_ctx_clean):
14523         Likewise.
14524         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14525         to work around an assumption that REG_MISSING is negative.
14526
14527         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14528         (seek_collating_symbol_entry) [defined _LIBC]:
14529         (lookup_collation_sequence_value) [defined _LIBC]:
14530         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14531         Use prototypes rather than old-style function definitions.
14532         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14533         (transit_state_sb) [0]:
14534         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14535
14536         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14537         rm_eo.
14538
14539         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14540         (optimize_subexps, lower_subexp):
14541         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14542         since the signed shift might overflow.  Use 1u<<31 instead.
14543         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14544         Likewise.
14545         * lib/regexec.c (check_dst_limits_calc_pos_1,
14546         check_subexp_matching_top): Likewise.
14547
14548         * lib/regcomp.c (optimize_subexps, lower_subexp):
14549         Use CHAR_BIT rather than 8, for clarity.
14550         * lib/regexec.c (check_dst_limits_calc_pos_1):
14551         (check_subexp_matching_top): Likewise.
14552         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14553         have to worry about portability issues when shifting it left.
14554         Remove no-longer-needed test for table_size > 0.
14555         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14556         in a word, as the resulting behavior is undefined.
14557         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14558         in one case, a <= should have been an <, and in another case the
14559         whole test was missing.
14560         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14561         the standard name CHAR_BIT.
14562         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14563         this is not true on one's complement and signed-magnitude hosts.
14564
14565         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14566         next_last_offset.
14567         (struct re_dfa_t): Remove unused member states_alloc.
14568         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14569
14570 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14573         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14574         and large-file glibc and in 32-bit large-file Solaris.
14575
14576 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14577
14578         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14579         lengths fit in regoff_t; this isn't true if regoff_t is the same
14580         width as size_t.
14581         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14582         (= START + RANGE) instead of RANGE.  This avoids overflow
14583         problems when regoff_t is the same width as size_t.
14584         All callers changed.
14585         (re_search_2_stub): Check for overflow when adding the
14586         sizes of the two strings.
14587         (re_search_stub): Check for overflow when adding START
14588         to RANGE; if it occurs, substitute the extreme value.
14589
14590 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14591
14592         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14593
14594 2005-08-31  Jim Meyering  <jim@meyering.net>
14595
14596         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14597         a pointer-to-const.
14598         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14599         (register_state): Likewise.
14600         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14601         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14602         (group_nodes_into_DFAstates): Likewise.
14603
14604 2005-08-31  Jim Meyering  <jim@meyering.net>
14605
14606         * check-module: Add a FIXME comment.
14607
14608 2005-08-31  Eric Blake  <ebb9@byu.net>
14609
14610         * modules/unistd-safer (Files): Add unistd--.h.
14611         * modules/stdio-safer (Files): Add stdio--.h.
14612
14613 2005-08-31  Derek Price  <derek@ximbiot.com>
14614
14615         * lib/getdelim.c (getdelim): Return EOF on EOF.
14616         Reported by Larry Jones <lawrence.jones@ugs.com>.
14617
14618 2005-08-31  Bruno Haible  <bruno@clisp.org>
14619
14620         Avoid unnecessary diffs in the generated lib/Makefile.am.
14621         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14622         the generated files.
14623         (func_import): Don't set cmd.
14624
14625 2005-08-31  Bruno Haible  <bruno@clisp.org>
14626
14627         * lib/strstr.c: Include <stddef.h>, for NULL.
14628         * lib/strcasestr.c: Likewise.
14629         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14630
14631 2005-08-31  Bruno Haible  <bruno@clisp.org>
14632
14633         * gnulib-tool: New option --macro-prefix.
14634         (func_import): Use macro_prefix.
14635         (import): Handle option --macro-prefix.
14636
14637 2005-08-31  Bruno Haible  <bruno@clisp.org>
14638
14639         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14640         Also use new variables cached_lgpl, cached_libtool.
14641
14642 2005-08-31  Bruno Haible  <bruno@clisp.org>
14643
14644         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14645         always instantiating them.
14646
14647 2005-08-31  Bruno Haible  <bruno@clisp.org>
14648
14649         * gnulib-tool (func_import): Read the previous cached settings
14650         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14651         earlier added by gnulib but are now dropped. Warn when a gnulib file
14652         overwrites a non-gnulib file.
14653
14654 2005-08-31  Bruno Haible  <bruno@clisp.org>
14655
14656         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14657         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14658         projects that don't keep autogenerated files in CVS. Put into
14659         actioncmd only the specified modules, not the transitive closure.
14660
14661 2005-08-31  Bruno Haible  <bruno@clisp.org>
14662
14663         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14664         Create directories that shall be filled.
14665         (import): Don't look for gl_* macros in configure.ac. Recurse across
14666         all directories containing a gnulib-cache.m4 files, if meaningful.
14667
14668 2005-08-31  Bruno Haible  <bruno@clisp.org>
14669
14670         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14671         (import): Set seen_libtool when we see gl_LIBTOOL.
14672
14673 2005-08-31  Bruno Haible  <bruno@clisp.org>
14674
14675         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14676         declaration macro definitions from generated gnulib.m4.
14677
14678 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14679
14680         * lib/iconvme.h: Add prototype for iconv_alloc.
14681
14682 2005-08-29  Simon Josefsson  <jas@extundo.com>
14683
14684         * lib/iconvme.c: Fix errno.
14685
14686 2005-08-29  Bruno Haible  <bruno@clisp.org>
14687
14688         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14689         that it works when the directory contains spaces.
14690
14691 2005-08-29  Bruno Haible  <bruno@clisp.org>
14692
14693         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14694
14695 2005-08-29  Bruno Haible  <bruno@clisp.org>
14696
14697         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14698         Emit more advice.
14699
14700 2005-08-29  Bruno Haible  <bruno@clisp.org>
14701         and Stepan Kasal  <kasal@ucw.cz>
14702
14703         * check-module: If more parameters are given, check each of them
14704         separately; add more exceptions, as noted by Jim Meyering.
14705         (check_module): New procedure.
14706         (%exempt_header): Now contains all exceptions.
14707
14708 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14709
14710         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14711
14712 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14713
14714         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14715
14716 2005-08-28  Bruno Haible  <bruno@clisp.org>
14717
14718         * m4/gnulib-tool.m4: New file.
14719
14720 2005-08-27  Jim Meyering  <jim@meyering.net>
14721
14722         * modules/unistd-safer (Files): Add pipe-safer.c.
14723         * modules/fcntl-safer (Files): Add creat-safer.c.
14724
14725 2005-08-27  Jim Meyering  <jim@meyering.net>
14726
14727         * m4/stdlib-safer.m4: New file.  From coreutils.
14728         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14729         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14730         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14731         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14732         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14733
14734 2005-08-27  Jim Meyering  <jim@meyering.net>
14735
14736         * lib/fopen-safer.c: Merge minor changes from coreutils.
14737         * lib/dup-safer.c: Likewise.
14738         * lib/fd-safer.c: Likewise.
14739
14740         Merge from coreutils.
14741         * lib/stdio--.h: New file.
14742         * lib/stdlib--.h: New file.
14743         * lib/mkstemp-safer.c: New file.
14744
14745         GNU tar needs these.
14746         * lib/pipe-safer.c: New file.
14747         * lib/creat-safer.c: New file.
14748         * lib/fcntl--.h (creat): Define to creat_safer.
14749         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14750         * lib/unistd--.h (pipe): Define to pipe_safer.
14751         * lib/unistd-safer.h: Declare pipe_safer.
14752
14753 2005-08-26  Simon Josefsson  <jas@extundo.com>
14754
14755         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14756         Haible <bruno@clisp.org>.
14757
14758 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14759
14760         * lib/regex_internal.h: Remove all references to
14761         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14762         or better.
14763         (bitset_not, bitset_merge, bitset_not_merge):
14764         (bitset_mask, re_string_allocate, re_string_construct):
14765         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14766         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14767         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14768         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14769         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14770         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14771         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14772         (re_acquire_state_context):
14773         Remove unnecessary forward decls.
14774         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14775         Put __attribute at function definition,
14776         now that the function decl has been removed.
14777         * lib/regex_internal.c (re_string_peek_byte_case):
14778         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14779         Likewise.
14780
14781 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14782
14783         * m4/regex.m4: Add AC_PREREQ(2.50).
14784         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14785
14786 2005-08-25  Simon Josefsson  <jas@extundo.com>
14787
14788         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14789         __fsetlocking.
14790
14791 2005-08-25  Simon Josefsson  <jas@extundo.com>
14792
14793         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14794         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14795         GLIBC specific code.
14796
14797 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14798
14799         Make regex safe for g++.  This fixes one real bug (an "err"
14800         that should have been "*err").  g++ problem reported by
14801         Sam Steingold.
14802         * lib/regex_internal.h (re_calloc): New macro, consistent with
14803         re_malloc etc.  All callers of calloc changed to use re_calloc.
14804         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14805         not int.  All callers changed.
14806         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14807         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14808         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14809         (find_recover_state): Change "err" to "*err"; this fixes what
14810         appears to be a real bug.
14811         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14812         versus int.
14813
14814 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14815
14816         * modules/regex (Depends-on): Add malloc, since the code
14817         assumes that !malloc(0) means failure.
14818
14819 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14820
14821         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14822
14823         alloca modernization/simplification for regex.
14824         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14825         needs to be at the start of the file, and can be moved into
14826         regex_internal.h and simplified.
14827         * lib/regex_internal.h: Include <alloca.h>.
14828         (__libc_use_alloca) [!defined _LIBC]: New macro.
14829         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14830         now works outside glibc.
14831
14832 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14833
14834         * config/srclist.txt: Add glibc bugs 1241, 1245.
14835
14836 2005-08-25  Jim Meyering  <jim@meyering.net>
14837
14838         * lib/open-safer.c: Include <config.h>.
14839         Otherwise, we'd lose LARGEFILE support in any file using
14840         e.g. "fcntl--.h"
14841
14842 2005-08-25  Bruno Haible  <bruno@clisp.org>
14843
14844         * m4/minmax.m4: Require autoconf 2.52.
14845         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14846         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14847         alternatives of translit over the alphabet.
14848         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14849
14850 2005-08-24  Simon Josefsson  <jas@extundo.com>
14851
14852         * tests/test-getpass.c: New file.
14853
14854 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14855
14856         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14857         for GNU regex features.
14858
14859 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14862         * lib/regex.h (regerror): Likewise.
14863
14864         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14865         requires this.  (The code never needed it.)
14866
14867         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14868         All uses of recently-renamed identifiers changed to use the new,
14869         POSIX-compliant names.  The code will build and run just fine
14870         without these changes, but it's better to eat our own dog food
14871         and use the standard-conforming names.
14872
14873         * lib/regex.h: Fix a multitude of POSIX name space violations.
14874         These changes have an effect only for programs that define
14875         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14876         do not change anything for programs compiled in the normal way.
14877         Also, there is no effect on the ABI.
14878
14879         (_REGEX_SOURCE): New macro.
14880         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14881         defined and _GNU_SOURCE is not; this fixes a name space violation.
14882
14883         Rename the following macros to obey POSIX requirements.
14884         The old names are still visible as macros if _REGEX_SOURCE is defined.
14885         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14886         RE_BACKSLASH_ESCAPE_IN_LISTS.
14887         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14888         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14889         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14890         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14891         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14892         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14893         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14894         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14895         (REG_INTERVALS): renamed from RE_INTERVALS.
14896         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14897         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14898         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14899         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14900         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14901         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14902         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14903         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14904         RE_UNMATCHED_RIGHT_PAREN_ORD.
14905         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14906         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14907         (REG_DEBUG): renamed from RE_DEBUG.
14908         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14909         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14910         unusual, since we can't clash with the POSIX REG_ICASE.
14911         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14912         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14913         (REG_NO_SUB): renamed from RE_NO_SUB.
14914         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14915         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14916         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14917         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14918         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14919         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14920         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14921         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14922         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14923         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14924         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14925         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14926         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14927         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14928         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14929         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14930         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14931         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14932         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14933         (REG_FIXED): Renamed from REGS_FIXED.
14934         (REG_NREGS): Renamed from RE_NREGS.
14935
14936         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14937         of other REG_* macros, since POSIX says the user is allowed to
14938         #undef these macros selectively.
14939
14940         (reg_errcode_t): Update comment stating what other tables need
14941         to be consistent.
14942
14943         Rename the following enum values to obey POSIX requirements.
14944         The old names are still visible as macros.
14945         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14946         is not defined, since GNU is supposed to be a superset of POSIX as
14947         much as possible, and since we want reg_errcode_t to be a signed
14948         type for implementation consistency.
14949         (_REG_NOERROR): Renamed from REG_NOERROR.
14950         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14951         (_REG_BADPAT): Renamed from REG_BADPAT.
14952         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14953         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14954         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14955         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14956         (_REG_EBRACK): Renamed from REG_EBRACK.
14957         (_REG_EPAREN): Renamed from REG_EPAREN.
14958         (_REG_EBRACE): Renamed from REG_EBRACE.
14959         (_REG_BADBR): Renamed from REG_BADBR.
14960         (_REG_ERANGE): Renamed from REG_ERANGE.
14961         (_REG_ESPACE): Renamed from REG_ESPACE.
14962         (_REG_BADRPT): Renamed from REG_BADRPT.
14963         (_REG_EEND): Renamed from REG_EEND.
14964         (_REG_ESIZE): Renamed from REG_ESIZE.
14965         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14966         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14967         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14968         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14969         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14970
14971         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14972         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14973         changed.  But support the old name if the new one is not defined
14974         and if _REGEX_SOURCE.
14975
14976         Change the following member names in struct re_pattern_buffer.
14977         The old names are still supported if !_REGEX_SOURCE.
14978         The new names are always supported, regardless of _REGEX_SOURCE.
14979         (re_buffer): Renamed from buffer.
14980         (re_allocated): Renamed from allocated.
14981         (re_used): Renamed from used.
14982         (re_syntax): Renamed from syntax.
14983         (re_fastmap): Renamed from fastmap.
14984         (re_translate): Renamed from translate.
14985         (re_can_be_null): Renamed from can_be_null.
14986         (re_regs_allocated): Renamed from regs_allocated.
14987         (re_fastmap_accurate): Renamed from fastmap_accurate.
14988         (re_no_sub): Renamed from no_sub.
14989         (re_not_bol): Renamed from not_bol.
14990         (re_not_eol): Renamed from not_eol.
14991         (re_newline_anchor): Renamed from newline_anchor.
14992
14993         Change the following member names in struct re_registers.
14994         The old names are still supported if !_REGEX_SOURCE.
14995         The new names are always supported, regardless of _REGEX_SOURCE.
14996         (rm_num_regs): Renamed from num_regs.
14997         (rm_start): Renamed from start.
14998         (rm_end): Renamed from end.
14999
15000         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15001         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15002         Prepend __ to parameter names.
15003
15004         Undo yesterday's changes.
15005
15006 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15007
15008         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15009         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15010         lib/regex.c.
15011
15012 2005-08-24  Jim Meyering  <jim@meyering.net>
15013
15014         Sync from coreutils.
15015         * m4/fcntl-safer.m4: New file.
15016
15017         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15018         and object files for this module.
15019
15020 2005-08-24  Jim Meyering  <jim@meyering.net>
15021
15022         Sync from coreutils.
15023         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15024
15025 2005-08-24  Jim Meyering  <jim@meyering.net>
15026
15027         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15028         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15029
15030 2005-08-24  Jim Meyering  <jim@meyering.net>
15031
15032         * modules/fcntl-safer: New module.
15033         * modules/fts (Depends-on): Add fcntl-safer.
15034         * MODULES.html.sh (File descriptor based Input/Output):
15035         Add fcntl-safer.
15036
15037 2005-08-24  Bruno Haible  <bruno@clisp.org>
15038
15039         Support for unit test modules.
15040         * modules/README: Mention tests modules.
15041         * modules/TEMPLATE-TESTS: New file.
15042         * gnulib-tool: New options --extract-tests-module, --with-tests and
15043         --tests-base (unused for the moment).
15044         (testsbase, inctests): New variables.
15045         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15046         (func_verify_module): Exclude TEMPLATE-TESTS.
15047         (func_verify_nontests_module, func_verify_tests_module): New functions.
15048         (func_get_dependencies): Add implicit dependency for tests modules.
15049         (func_get_tests_module): New function.
15050         (func_modules_transitive_closure): When --with-tests was specified,
15051         include the unit tests as well, unless explicitly avoided.
15052         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15053         (func_emit_tests_Makefile_am): New function.
15054         (func_create_testdir): When --with-tests was specified, emit a
15055         tests/ directory.
15056         * MODULES.html.sh (Future developments): Update.
15057
15058 2005-08-24  Bruno Haible  <bruno@clisp.org>
15059
15060         * modules/tls-tests: New file.
15061         * tests/test-tls.c: New file, from GNU gettext.
15062
15063 2005-08-24  Bruno Haible  <bruno@clisp.org>
15064
15065         * modules/lock-tests: New file.
15066         * tests/test-lock.c: New file, from GNU gettext.
15067
15068 2005-08-24  Bruno Haible  <bruno@clisp.org>
15069
15070         * lib/lock.h: Add multiple inclusion guard.
15071         * lib/tls.h: Add multiple inclusion guard.
15072
15073 2005-08-24  Bruno Haible  <bruno@clisp.org>
15074
15075         * gnulib-tool: Add support for the --aux-dir option to
15076         --create-testdir, --create-megatestdir, --test, --megatest.
15077         (func_create_testdir, func_create_megatestdir): Optionally emit a
15078         AC_CONFIG_AUX_DIR directive.
15079         (create-testdir, create-megatestdir, test, megatest): Provide a
15080         default value for $auxdir.
15081
15082 2005-08-24  Bruno Haible  <bruno@clisp.org>
15083
15084         * gnulib-tool (import): Use compound statement instead of subshell
15085         where possible.
15086
15087 2005-08-24  Bruno Haible  <bruno@clisp.org>
15088
15089         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15090
15091 2005-08-24  Bruno Haible  <bruno@clisp.org>
15092
15093         * gnulib-tool (func_version): Update.
15094
15095 2005-08-24  Bruno Haible  <bruno@clisp.org>
15096
15097         * gnulib-tool (func_import, func_create_testdir,
15098         func_create_megatestdir): Quote all autoconf macro arguments.
15099
15100 2005-08-24  Bruno Haible  <bruno@clisp.org>
15101
15102         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15103         option --force, because --force causes the aclocal.m4 of each
15104         subdirectory to be newer than the corresponding config.h.in.
15105
15106 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15109         All contents moved to gl_REGEX.
15110         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15111         assume that it does.
15112
15113 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15114
15115         * lib/regex.h (REG_NOSYS)
15116         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15117         Define, since POSIX requires it as of 2001.
15118         (_REG_ENOSYS)
15119         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15120         New private symbol, used to keep the enum signed in all cases.
15121         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15122         Youngman in
15123         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15124
15125         * lib/regex_internal.c (re_string_skip_chars, register_state):
15126         (calc_state_hash):
15127         Remove forward decls; no longer needed now that we use prototypes.
15128         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15129         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15130         (clean_state_log_if_needed): Likewise.
15131
15132 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15133
15134         * config/srclist.txt: Add glibc bugs 1231-1233.
15135
15136 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         Fix problems reported by Sam Steingold in
15139         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15140         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15141         assumed that reg_errcode_t is a signed type, which is not
15142         necessarily true if _XOPEN_SOURCE is not defined.
15143         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15144         since some compilers warn about it otherwise.
15145
15146 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15147
15148         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15149         (init_word_char, create_initial_state, duplicate_node_closure):
15150         (fetch_token, peek_token_bracket, build_range_exp):
15151         (build_collating_symbol): Remove forward decls; no longer needed
15152         now that we use prototypes.
15153
15154         * lib/regcomp.c:
15155         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15156         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15157         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15158         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15159         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15160         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15161         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15162         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15163         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15164         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15165         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15166         (build_charclass, build_charclass_op, fetch_number, create_tree):
15167         (create_token_tree, mark_opt_subexp, duplicate_tree):
15168         Use prototypes rather than old-style definitions.
15169
15170         * lib/regex_internal.c:
15171         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15172         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15173         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15174         (re_string_reconstruct, re_string_peek_byte_case):
15175         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15176         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15177         (re_node_set_init_copy, re_node_set_add_intersect):
15178         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15179         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15180         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15181         (re_acquire_state, re_acquire_state_context, register_state):
15182         (create_ci_newstate, create_cd_newstate, free_state):
15183         Likewise.
15184         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15185         re_search_2):
15186         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15187         (re_search_internal, prune_impossible_nodes):
15188         (acquire_init_state_context, check_matching, static):
15189         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15190         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15191         (update_regs, sift_states_backward, build_sifted_states):
15192         (clean_state_log_if_needed, merge_state_array):
15193         (update_cur_sifted_state, add_epsilon_src_nodes):
15194         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15195         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15196         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15197         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15198         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15199         (check_arrival, check_arrival_add_next_nodes):
15200         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15201         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15202         (check_node_accept_bytes, check_node_accept, extend_buffers):
15203         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15204         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15205         (sift_ctx_init):
15206         Likewise.
15207
15208         * lib/regex_internal.h:
15209         (re_string_allocate, re_string_construct, re_string_reconstruct):
15210         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15211         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15212         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15213         (re_string_context_at, re_string_peek_byte_case):
15214         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15215         is defined, since we now use prototypes always.
15216
15217         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15218         C89 or better.  All uses removed.
15219
15220 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15221
15222         * config/srclist.txt: Add glibc bugs 1220-1227.
15223
15224 2005-08-20  Jim Meyering  <jim@meyering.net>
15225
15226         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15227         of unused local, dfa.
15228
15229 2005-08-20  Bruno Haible  <bruno@clisp.org>
15230
15231         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15232
15233 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15234
15235         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15236         (re_node_set_insert_last, re_dfa_add_node):
15237         Rename local variables to avoid GCC shadowing warnings.
15238
15239 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15240
15241         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15242         [defined lint]: Suppress bogus uninitialized-variable warnings.
15243
15244         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15245         and let the caller return REG_ESPACE if out of space.  This
15246         removes an uninitialied-variable warning with GCC 4.0.1, and also
15247         avoids taking the address of a local variable.  All callers
15248         changed.
15249
15250 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15251
15252         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15253         $LIBCSRC/posix/regexec.c.
15254         Add glibc bug 1217 for regcomp.c.
15255
15256 2005-08-19  Jim Meyering  <jim@meyering.net>
15257
15258         * lib/regexec.c (proceed_next_node): Redo local variables to
15259         avoid GCC shadowing warnings.
15260
15261 2005-08-18  Bruno Haible  <bruno@clisp.org>
15262
15263         * lib/strstr.c (strstr): Fix return value in multibyte case.
15264         * lib/strcasestr.c (strcasestr): Likewise.
15265
15266 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15267
15268         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15269
15270 2005-08-17  Jim Meyering  <jim@meyering.net>
15271
15272         Make the %s format (seconds since the epoch) work for a negative
15273         number and when used with a zero-padded field width, e.g. %015s.
15274
15275         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15276         label so that it precedes the code to set `digits'.  Otherwise,
15277         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15278         print `00-22'.  Now, it prints `-0022', as it should.
15279
15280 2005-08-17  Bruno Haible  <bruno@clisp.org>
15281
15282         * modules/strstr (Files): Add m4/mbrtowc.m4.
15283         (Depends-on): Add mbuiter.
15284
15285 2005-08-17  Bruno Haible  <bruno@clisp.org>
15286
15287         * modules/strcasestr: New file.
15288         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15289         strcasestr.
15290
15291 2005-08-17  Bruno Haible  <bruno@clisp.org>
15292
15293         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15294
15295 2005-08-17  Bruno Haible  <bruno@clisp.org>
15296
15297         * modules/mbuiter: New file.
15298         * MODULES.html.sh (Extended multibyte and wide character utilities):
15299         Add mbuiter.
15300
15301 2005-08-17  Bruno Haible  <bruno@clisp.org>
15302
15303         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15304         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15305
15306 2005-08-17  Bruno Haible  <bruno@clisp.org>
15307
15308         * m4/strcasestr.m4: New file.
15309
15310 2005-08-17  Bruno Haible  <bruno@clisp.org>
15311
15312         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15313         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15314
15315 2005-08-17  Bruno Haible  <bruno@clisp.org>
15316
15317         * lib/strcasestr.h: New file.
15318         * lib/strcasestr.c: New file.
15319
15320 2005-08-17  Bruno Haible  <bruno@clisp.org>
15321
15322         * lib/strcasecmp.c: Use mbuiter.h.
15323
15324 2005-08-17  Bruno Haible  <bruno@clisp.org>
15325
15326         * lib/mbuiter.h: New file.
15327
15328 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15329
15330         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15331         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15332         and gl_GETOPT are both invoked via different paths (as happens
15333         with GNU tar CVS because it uses both argp and getopt), the former
15334         wins.
15335
15336 2005-08-16  Bruno Haible  <bruno@clisp.org>
15337
15338         * modules/tls: New file.
15339         * MODULES.html.sh (Multithreading): Add tls.
15340
15341 2005-08-16  Bruno Haible  <bruno@clisp.org>
15342
15343         * modules/strnlen1: New file.
15344         * MODULES.html.sh (String handling): Add strnlen1.
15345
15346 2005-08-16  Bruno Haible  <bruno@clisp.org>
15347
15348         * modules/strcase (Files): Add m4/mbrtowc.m4.
15349         (Depends-on): Add strnlen1, mbchar.
15350
15351 2005-08-16  Bruno Haible  <bruno@clisp.org>
15352
15353         * modules/mbiter: New file.
15354         * MODULES.html.sh (Extended multibyte and wide character utilities):
15355         Add mbiter.
15356
15357 2005-08-16  Bruno Haible  <bruno@clisp.org>
15358
15359         * modules/mbfile: New file.
15360         * MODULES.html.sh (Extended multibyte and wide character utilities):
15361         Add mbfile.
15362
15363 2005-08-16  Bruno Haible  <bruno@clisp.org>
15364
15365         * modules/mbchar: New file.
15366         * MODULES.html.sh (Extended multibyte and wide character utilities):
15367         New section.
15368
15369 2005-08-16  Bruno Haible  <bruno@clisp.org>
15370
15371         * m4/tls.m4: New file, from GNU gettext.
15372
15373 2005-08-16  Bruno Haible  <bruno@clisp.org>
15374
15375         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15376         always.
15377         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15378
15379 2005-08-16  Bruno Haible  <bruno@clisp.org>
15380
15381         * m4/mbiter.m4: New file.
15382
15383 2005-08-16  Bruno Haible  <bruno@clisp.org>
15384
15385         * m4/mbfile.m4: New file.
15386
15387 2005-08-16  Bruno Haible  <bruno@clisp.org>
15388
15389         * m4/mbchar.m4: New file.
15390
15391 2005-08-16  Bruno Haible  <bruno@clisp.org>
15392
15393         * lib/tls.h: New file, from GNU gettext.
15394         * lib/tls.c: New file, from GNU gettext.
15395
15396 2005-08-16  Bruno Haible  <bruno@clisp.org>
15397
15398         * lib/strnlen1.h: New file.
15399         * lib/strnlen1.c: New file.
15400
15401 2005-08-16  Bruno Haible  <bruno@clisp.org>
15402
15403         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15404         (mbi_init): Update.
15405         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15406         NUL byte, not after it.
15407
15408 2005-08-16  Bruno Haible  <bruno@clisp.org>
15409
15410         * lib/strcase.h (strcasecmp): Add note in comments.
15411         * lib/strncasecmp.c: Use code from strcasecmp.c.
15412         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15413         (strcasecmp): Work correctly in multibyte locales.
15414
15415 2005-08-16  Bruno Haible  <bruno@clisp.org>
15416
15417         * lib/mbiter.h: New file.
15418
15419 2005-08-16  Bruno Haible  <bruno@clisp.org>
15420
15421         * lib/mbfile.h: New file.
15422
15423 2005-08-16  Bruno Haible  <bruno@clisp.org>
15424
15425         * lib/mbchar.h: New file.
15426         * lib/mbchar.c: New file.
15427
15428 2005-08-16  Bruno Haible  <bruno@clisp.org>
15429
15430         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15431         the valid ones. Makes the comparison operations transitive:
15432         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15433         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15434
15435 2005-08-15  Simon Josefsson  <jas@extundo.com>
15436
15437         * modules/ssize_t (License): Change to 'unlimited'.
15438
15439         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15440
15441 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15442
15443         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15444         Add comments for each pending glibc patch.
15445
15446 2005-08-15  Bruno Haible  <bruno@clisp.org>
15447
15448         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15449         __cplusplus is defined.
15450
15451 2005-08-14  Jim Meyering  <jim@meyering.net>
15452
15453         Sync from coreutils.
15454
15455         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15456         Use the hash-table-based cycle-detection code not just when
15457         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15458         Reported by James Youngman in
15459         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15460         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15461         FTS_TIGHT_CYCLE_CHECK.
15462         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15463         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15464         once again.
15465         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15466         * lib/fts.c (fd_safer): Remove decl.
15467         Include fcntl--.h rather than unistd-safer.h
15468         (fts_safe_changedir): Don't call fd_safer; no longer needed
15469         now that we include fcntl--.h.
15470
15471 2005-08-12  Simon Josefsson  <jas@extundo.com>
15472
15473         * modules/getndelim2: Use ssize_t module.
15474         * modules/getnline: Likewise.
15475         * modules/safe-read: Likewise.
15476         * modules/xreadlink: Likewise.
15477
15478         * modules/ssize_t: New file.
15479
15480 2005-08-12  Simon Josefsson  <jas@extundo.com>
15481
15482         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15483
15484 2005-08-12  Simon Josefsson  <jas@extundo.com>
15485
15486         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15487         ssize_t.
15488
15489 2005-08-12  Simon Josefsson  <jas@extundo.com>
15490
15491         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15492         readline, getdelim and check_version.
15493         (Support for systems lacking ISO C 99: Sizes of integer types):
15494         Add size_max.
15495
15496 2005-08-12  Bruno Haible  <bruno@clisp.org>
15497
15498         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15499
15500 2005-08-11  Simon Josefsson  <jas@extundo.com>
15501
15502         * modules/readline: New file.
15503
15504         * modules/strnlen (Files): Add strnlen.h.
15505
15506 2005-08-11  Simon Josefsson  <jas@extundo.com>
15507
15508         * m4/readline.m4: New file.
15509
15510 2005-08-11  Simon Josefsson  <jas@extundo.com>
15511
15512         * lib/readline.h, readline.c: New file.
15513
15514 2005-08-11  Simon Josefsson  <jas@extundo.com>
15515
15516         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15517         gl_AVOID.
15518
15519 2005-08-11  Bruno Haible  <bruno@clisp.org>
15520
15521         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15522
15523 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15524
15525         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15526
15527 2005-08-10  Simon Josefsson  <jas@extundo.com>
15528
15529         * tests/test-iconvme.c: New file.
15530
15531 2005-08-10  Simon Josefsson  <jas@extundo.com>
15532
15533         * m4/strnlen.m4: New file.
15534
15535         * m4/strndup.m4: Don't check for strnlen declaration, done in
15536         strnlen.m4.
15537
15538 2005-08-10  Simon Josefsson  <jas@extundo.com>
15539
15540         * lib/strndup.c: Use strnlen.h.
15541
15542         * lib/strnlen.h: New file.
15543
15544 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15545
15546         * README: Typos.
15547
15548 2005-08-02  Simon Josefsson  <jas@extundo.com>
15549
15550         * modules/readline: New file.
15551
15552 2005-08-02  Simon Josefsson  <jas@extundo.com>
15553
15554         * modules/getdelim: New file.
15555
15556         * modules/getline: Rewrite, don't use getndelim2.
15557
15558 2005-08-02  Simon Josefsson  <jas@extundo.com>
15559
15560         * m4/getline.m4: Separate out getdelim stuff into separate module.
15561
15562         * m4/getdelim.m4: New file.
15563
15564 2005-08-02  Simon Josefsson  <jas@extundo.com>
15565
15566         * lib/getline.h, getline.c: Rewrite.
15567
15568         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15569
15570 2005-07-31  Bruno Haible  <bruno@clisp.org>
15571
15572         * lib/lock.h (gl_lock_initializer): New macro.
15573         (gl_lock_define_initialized): Use it.
15574         (gl_rwlock_initializer): New macro.
15575         (gl_rwlock_define_initialized): Use it.
15576         (gl_recursive_lock_initializer): New macro.
15577         (gl_recursive_lock_define_initialized): Use it.
15578
15579 2005-07-30  Karl Berry  <karl@gnu.org>
15580
15581         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15582         Report from Ben Pfaff, regarding getopt.
15583
15584 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15585
15586         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15587         normal way.
15588         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15589         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15590         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15591         (gl_GETOPT): Use the new macros.  Most of the implementation
15592         is moved to the new macros.  This is for programs like Emacs
15593         that don't want all the functionality of gl_GETOPT.
15594
15595 2005-07-26  Bruno Haible  <bruno@clisp.org>
15596
15597         * m4/lock.m4: Update from GNU gettext.
15598
15599 2005-07-26  Bruno Haible  <bruno@clisp.org>
15600
15601         * lib/lock.h: Update from GNU gettext.
15602         * lib/lock.c: Update from GNU gettext.
15603
15604 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15605
15606         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15607         obsolescent AC_TRY_RUN.  Include the default includes files, for
15608         'exit'.
15609
15610 2005-07-24  Bruno Haible  <bruno@clisp.org>
15611
15612         * modules/visibility: New file.
15613         * MODULES.html.sh (Misc): Add visibility.
15614
15615 2005-07-24  Bruno Haible  <bruno@clisp.org>
15616
15617         * m4/visibility.m4: New file.
15618
15619 2005-07-24  Bruno Haible  <bruno@clisp.org>
15620
15621         * doc/visibility.texi: New file.
15622
15623 2005-07-22  Bruno Haible  <bruno@clisp.org>
15624
15625         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15626         $(ALLOCA_H), redundant through BUILT_SOURCES.
15627         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15628         redundant through BUILT_SOURCES.
15629         * modules/byteswap (Makefile.am): Remove explicit dependency on
15630         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15631         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15632         $(FNMATCH_H), redundant through BUILT_SOURCES.
15633         * modules/getopt (Makefile.am): Remove explicit dependency on
15634         $(GETOPT_H), redundant through BUILT_SOURCES.
15635         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15636         redundant through BUILT_SOURCES.
15637         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15638         redundant through BUILT_SOURCES.
15639         * modules/stdbool (Makefile.am): Remove explicit dependency on
15640         $(STDBOOL_H), redundant through BUILT_SOURCES.
15641         * modules/stdint (Makefile.am): Remove explicit dependency on
15642         $(STDINT_H), redundant through BUILT_SOURCES.
15643         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15644         Remove explicit dependency on $(SYSEXITS_H).
15645         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15646
15647 2005-07-18  Simon Josefsson  <jas@extundo.com>
15648
15649         * lib/check-version.c (check_version): Accept identical versions too.
15650
15651 2005-07-18  Bruno Haible  <bruno@clisp.org>
15652
15653         * modules/lock: New file.
15654         * MODULES.html.sh (Multithreading): New section.
15655
15656 2005-07-18  Bruno Haible  <bruno@clisp.org>
15657
15658         * m4/lock.m4: New file, from GNU gettext.
15659
15660 2005-07-18  Bruno Haible  <bruno@clisp.org>
15661
15662         * lib/lock.h: New file, from GNU gettext.
15663         * lib/lock.c: New file, from GNU gettext.
15664
15665 2005-07-18  Bruno Haible  <bruno@clisp.org>
15666
15667         * lib/lock.h (gl_once_t): New type.
15668         (gl_once_define, gl_once): New macros.
15669         * lib/lock.c (fresh_once): New variable.
15670         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15671         functions.
15672
15673 2005-07-16  Simon Josefsson  <jas@extundo.com>
15674
15675         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15676         workaround, suggested by Bruno.
15677
15678 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         * modules/xalloc (Depends-on): Add xalloc-die.
15681         * modules/xvasprintf (Depends-on): Add xalloc-die.
15682
15683 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15686         with a minor change.
15687
15688 2005-07-15  Bruno Haible  <bruno@clisp.org>
15689
15690         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15691         When using lib/poll.c, define poll as rpl_poll.
15692
15693 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         * modules/argp (Depends-on): Remove unlocked-io.
15696
15697 2005-07-14  Derek Price  <derek@ximbiot.com>
15698
15699         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15700         for glob symlink bug.
15701
15702 2005-07-14  Bruno Haible  <bruno@clisp.org>
15703
15704         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15705         Instead, test for *_unlocked function declarations directly.
15706
15707 2005-07-11  Simon Josefsson  <jas@extundo.com>
15708
15709         * modules/size_max: New file.
15710
15711         * modules/xsize: Depend on size_max module for size_max.m4.
15712
15713 2005-07-11  Simon Josefsson  <jas@extundo.com>
15714
15715         * lib/size_max.h: New file.
15716
15717 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15718
15719         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15720         copyright symbol and the year.
15721         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15722         (version_etc_va): Use parameterized copyright notice.
15723         Reword to conform to the current GNU coding standards.
15724
15725 2005-07-11  Karl Berry  <karl@gnu.org>
15726
15727         * doc/gnulib.texi (Quoting): new node.
15728         (Initial import): more info, from Patrice.
15729
15730 2005-07-11  Bruno Haible  <bruno@clisp.org>
15731
15732         * gnulib-tool (func_usage): Document option --avoid.
15733         (Command line options): Handle --avoid.
15734         (func_acceptable): New function.
15735         (func_modules_transitive_closure): Use it.
15736
15737 2005-07-11  Bruno Haible  <bruno@clisp.org>
15738
15739         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15740         Reported by Jim Meyering.
15741
15742 2005-07-10  Bruno Haible  <bruno@clisp.org>
15743
15744         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15745         Needed when size_t is smaller than 'unsigned int'.
15746         Reported by Paul Eggert.
15747
15748 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15749
15750         * modules/argp (Depends-on): Add unlocked-io
15751
15752 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15753
15754         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15755         block of defines.
15756
15757 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15758
15759         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15760         fix now.
15761
15762 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15763         and Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15766         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15767
15768 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15769
15770         * modules/regex (Files): Add lib/regex_internal.c,
15771         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15772         (Depends-on): Add extensions.
15773         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15774
15775 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15776
15777         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15778         pathconf.
15779         * m4/same.m4 (gl_SAME): Likewise.
15780         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15781
15782         * m4/regex.m4: Adjust to new libc regex implementation.
15783         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15784         all the .c and .h parts of (the new) regex.
15785         Quote the m4 stuff better.
15786         Check for RE_ICASE bug of old gnulib.
15787         Check for REG_STARTEND of recent libc.
15788         Rename local variables from jm_* to gl_*.
15789         Quote operand of "test -f".
15790         Say "recent enough" version of libc, not "version 2".
15791         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15792         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15793         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15794         Remove check for btowc, isascii.
15795         Require AM_LANGINFO_CODESET.
15796
15797 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         * lib/regex.c, regex.h: Sync from libc.
15800         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15801         * lib/regexec.c:
15802         New files, synced from libc, except that regex_internal.h
15803         currently has a small porting fix.
15804
15805 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15806
15807         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15808         regex_internal.c, regexec.c.
15809         Add regex_internal.h too, but as a comment, since the libc version
15810         is currently broken in gnulib mode.
15811
15812 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         Support programs like Emacs that use gnulib but not gettext.
15815         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15816         * modules/gettext-h: New file.
15817         * modules/gettext (Files): Remove lib/gettext.h.
15818         (Depends-on): Add gettext-h.
15819         (Makefile.am): Remove lib_SOURCES.
15820         * modules/argmatch, modules/c-stack, modules/closeout:
15821         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15822         * modules/execute, modules/file-type, modules/getaddrinfo:
15823         * modules/getopt, modules/human, modules/javacomp:
15824         * modules/javaexec, modules/mkdir-p, modules/obstack:
15825         * modules/openat, modules/pagealign_alloc, modules/pipe:
15826         * modules/quotearg, modules/regex, modules/rpmatch:
15827         * modules/unicodeio, modules/userspec, modules/version-etc:
15828         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15829         * modules/xsetenv:
15830         Depend on gettext-h, not gettext.
15831
15832 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15833
15834         * gnulib-tool (func_import): Add support for 'public domain' license.
15835         * modules/alloca, modules/atexit, modules/memmove:
15836         Now public domain, not GPL.
15837         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15838         * modules/realloc, modules/strerror, modules/strtod:
15839         Now LGPL, not GPL.
15840
15841 2005-07-05  Bruno Haible  <bruno@clisp.org>
15842
15843         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15844         autoconf CVS. Needed for mingw.
15845
15846 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15847
15848         Remove the dependency of the strftime module on the tzset module.
15849         * modules/strftime (Depends-on): Remove dependency on tzset.
15850
15851 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         Remove the dependency of the strftime module on the tzset module.
15854         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15855         gl_FUNC_TZSET_CLOBBER.
15856
15857 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15858
15859         Remove the dependency of the strftime module on the tzset module.
15860         * lib/strftime.c (my_strftime)
15861         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15862         Copy the input structure, to work around some of the bug with
15863         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15864         Solaris releases, you should also use the tzset module, but we won't
15865         require it as a dependency any more since we don't want LGPLed code
15866         to depend on GPLed code.
15867
15868 2005-07-02  Jim Meyering  <jim@meyering.net>
15869
15870         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15871         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15872         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15873         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15874
15875 2005-07-02  Jim Meyering  <jim@meyering.net>
15876
15877         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15878
15879 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15880
15881         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15882         declares only 'struct timespec;' (!).
15883
15884 2005-07-01  Jim Meyering  <jim@meyering.net>
15885
15886         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15887         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15888         * lib/save-cwd.c, tempname.c:
15889         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15890         and don't include <sys/file.h>).
15891
15892 2005-06-29  Jim Meyering  <jim@meyering.net>
15893
15894         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15895         type name.  Use the variable name instead.
15896         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15897         Likewise.
15898
15899 2005-06-28  Simon Josefsson  <jas@extundo.com>
15900
15901         * modules/check-version (Files): Add check-version.m4.
15902
15903 2005-06-28  Simon Josefsson  <jas@extundo.com>
15904
15905         * m4/check-version.m4: New file, suggested by Jim Meyering
15906         <jim@meyering.net>.
15907
15908 2005-06-28  Simon Josefsson  <jas@extundo.com>
15909
15910         * lib/check-version.h, lib/check-version.c: New files.
15911
15912 2005-06-28  Simon Josefsson  <jas@extundo.com>
15913
15914         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15915         collision with global variable.  Better indentation.  Don't
15916         increment buffer pointer beyond buffer end.  Based on comments
15917         from Paul Eggert <eggert@cs.ucla.edu>.
15918
15919         * lib/base64.h: Indent.
15920
15921 2005-06-28  Simon Josefsson  <jas@extundo.com>
15922
15923         * doc/gnulib.texi (Library version handling): New section.
15924
15925 2005-06-28  Jim Meyering  <jim@meyering.net>
15926
15927         * check-module (find_included_lib_files): Hard-code another
15928         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15929         but modules/fts-lgpl (correctly) does not list those files.
15930
15931         * modules/canonicalize (Files): Add lib/pathmax.h.
15932
15933 2005-06-25  Simon Josefsson  <jas@extundo.com>
15934
15935         * modules/check-version: New file.
15936
15937 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15938
15939         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15940         initializer of struct addrinfo, as an indication that we don't
15941         care how many members the structure has.
15942
15943 2005-06-24  Derek Price  <derek@ximbiot.com>
15944         and Bruno Haible  <bruno@clisp.org>
15945
15946         Remove stat module & update lstat.
15947         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15948         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15949         * m4/stat.m4: Remove this file.
15950
15951 2005-06-24  Derek Price  <derek@ximbiot.com>
15952         and Bruno Haible  <bruno@clisp.org>
15953
15954         Remove stat module & update lstat.
15955         * lib/stat.c: Remove this file...
15956         (slash_aware_lstat): ...moving this content and its support...
15957         * lib/lstat.c (rpl_lstat): ...into here.
15958         * lib/lstat.h: New file.
15959
15960 2005-06-24  Derek Price  <derek@ximbiot.com>
15961         and Bruno Haible  <bruno@clisp.org>
15962
15963         Remove stat module & update lstat.
15964         * config/srclist.txt (libc sources): Remove stat.
15965
15966 2005-06-24  Derek Price  <derek@ximbiot.com>
15967         and Bruno Haible  <bruno@clisp.org>
15968
15969         Remove stat module & update lstat.
15970         * MODULES.html.sh (stat): Remove.
15971         * MODULES.html: Regenerated.
15972         * modules/lstat (Description): Correct function name.
15973         (Files): Add "lstat.h".
15974         (Depends-on): Remove stat, add xalloc, stat-macros.
15975         * modules/stat: Remove this file.
15976         (Include): Add "lstat.h", remove <sys/stat.h>.
15977
15978 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15979
15980         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15981         (ranged_convert): Don't save conversion in a temporary struct.
15982         This causes a warning with GCC 4.0.0, and anyway in the typical
15983         case it's not worth the extra 100 bytes or so of code.
15984         (ranged_convert, __mktime_internal): When calling a function via a
15985         pointer P, use P () rather than (*P) (), as we now assume C89 or
15986         better.
15987
15988 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15989
15990         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15991         "who -r" failed to give output.  Problem reported by Tim Waugh.
15992
15993         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15994         (xcalloc): Use it to avoid needless tests.
15995         Problem reported by Jim Meyering.
15996
15997 2005-06-20  Derek Price  <derek@ximbiot.com>
15998
15999         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16000         unnecessary for Autoconfs > 2.59c.
16001
16002 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16003
16004         * lib/argp.h (__option_is_short): Check upper limit of
16005         __key. Isprint() requires its argument to have the value
16006         of an unsigned char or EOF.
16007
16008 2005-06-16  Jim Meyering  <jim@meyering.net>
16009
16010         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16011         when either N or S is zero.
16012
16013 2005-06-16  Derek Price  <derek@ximbiot.com>
16014
16015         * m4/bison.m4: Declare YACC & YFLAGS precious.
16016
16017 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16020         multibyte string or pattern, fall back on unibyte matching.
16021         Problem reported by James Youngman.
16022
16023 2005-06-08  Bruno Haible  <bruno@clisp.org>
16024
16025         * modules/csharpcomp: New file.
16026         * MODULES.html.sh (C#): Add csharpcomp.
16027
16028 2005-06-08  Bruno Haible  <bruno@clisp.org>
16029
16030         * m4/csharpcomp.m4: New file, from GNU gettext.
16031
16032 2005-06-08  Bruno Haible  <bruno@clisp.org>
16033
16034         * lib/csharpcomp.h: New file, from GNU gettext.
16035         * lib/csharpcomp.c: New file, from GNU gettext.
16036         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16037
16038 2005-06-08  Bruno Haible  <bruno@clisp.org>
16039
16040         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16041         warning on mingw.
16042
16043 2005-06-07  Derek Price  <derek@ximbiot.com>
16044
16045         Sync from CVS.
16046         * lib/glob_.h: Indent nested #ifdef.
16047
16048 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16049
16050         Sync from coreutils.
16051         Use "file name" when talking about file names, instead of "filename"
16052         or "path", as per the GNU coding standards.
16053         * lib/mkdir-p.c: Renamed from makepath.c.
16054         (make_dir_parents): Renamed from make_path.  All callers changed.
16055         * lib/mkdir-p.h: Likewise.  All includers changed.
16056         * lib/filenamecat.c: Renamed from path-concat.c.
16057         (file_name_concat): Renamed from path_concat.  All callers changed.
16058         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16059         * lib/filenamecat.h: Likewise.  All includers changed.
16060         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16061         in comments or local variable names.
16062         * lib/basename.c: Likewise.
16063         * lib/canonicalize.c, canonicalize.h: Likewise.
16064         * lib/dirname.c, dirname.h: Likewise.
16065         * lib/euidaccess.c: Likewise.
16066         * lib/exclude.c: Likewise
16067         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16068         * lib/fsusage.c, fsuage.h: Likewise.
16069         * lib/fts.c, fts_.h: Likewise.
16070         * lib/getcwd.c: Likewise.
16071         * lib/getloadavg.c: Likewise.
16072         * lib/mkstemp.c: Likewise.
16073         * lib/mountlist.c, mountlist.h: Likewise.
16074         * lib/openat.c, openat.h: Likewise.
16075         * lib/readlink-stub.c: Likewise.
16076         * lib/readutmp.c, readutmp.h: Likewise.
16077         * lib/rename.c: Likewise.
16078         * lib/rmdir.c: Likewise.
16079         * lib/same.c: Likewise.
16080         * lib/savedir.c: Likewise.
16081         * lib/stripslash.c: Likewise.
16082         * lib/tempname.c: Likewise.
16083         * lib/xreadlink.c: Likewise.
16084         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16085         All uses changed.
16086         * lib/exclude.h: Likewise.
16087
16088         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16089         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16090         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16091         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16092         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16093         files have been getting away with it for years (MORE/BSD 4.3
16094         is extinct now).
16095         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16096         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16097
16098         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16099         Define to 256, not 255, as per modern POSIX.
16100
16101 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16102
16103         Sync from coreutils.
16104         Use "file name" when talking about file names, instead of "filename"
16105         or "path", as per the GNU coding standards.
16106         * MODULES.html.sh: mkdir-p renamed from makepath.
16107         filenamecat renamed from path-concat.
16108         * modules/filenamecat: Renamed from modules/path-concat.
16109         (Files): filenamecat.h and filenamecat.c renamed from
16110         path-concat.h and path-concat.c.
16111         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16112         (Include): filenamecat.h, not path-concat.h.
16113         * modules/mkdir-p: Renamed from modules/makepath.
16114         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16115         makepath.c.
16116         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16117         (Include): mkdir-p.h, not makepath.h.
16118
16119 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16120
16121         Sync from coreutils.
16122         * m4/mkdir-p.m4: Renamed from makepath.m4.
16123         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16124         Rename files from makepath.c to mkdir-p.c, and from
16125         makepath.h to mkdir-p.h.
16126         * m4/filenamecat.m4: Renamed from path-concat.m4.
16127         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16128         Rename files from path-concat.c to filenamecat.c,
16129         and from path-concat.h to filenamecat.h.
16130         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16131         "file name" in local variables or comments.
16132         * m4/rename.m4: Likewise.
16133
16134 2005-06-01  Bruno Haible  <bruno@clisp.org>
16135
16136         * modules/csharpexec: New file.
16137         * MODULES.html.sh (C#): New section.
16138
16139 2005-06-01  Bruno Haible  <bruno@clisp.org>
16140
16141         * m4/csharp.m4: New file, from GNU gettext.
16142         * m4/csharpexec.m4: New file, from GNU gettext.
16143
16144 2005-06-01  Bruno Haible  <bruno@clisp.org>
16145
16146         * lib/csharpexec.h: New file, from GNU gettext.
16147         * lib/csharpexec.c: New file, from GNU gettext.
16148         * lib/csharpexec.sh.in: New file, from GNU gettext.
16149
16150 2005-05-31  Derek Price  <derek@ximbiot.com>
16151             Paul Eggert  <eggert@cs.ucla.edu>
16152
16153         Sync from cvs.
16154         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16155
16156 2005-05-31  Derek Price  <derek@ximbiot.com>
16157             Paul Eggert  <eggert@cs.ucla.edu>
16158
16159         Sync from cvs.
16160         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16161
16162 2005-05-29  Derek Price  <derek@ximbiot.com>
16163
16164         * config/srclist.txt (glob_.h, glob.c): Add these files.
16165
16166 2005-05-29  Derek Price  <derek@ximbiot.com>
16167
16168         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16169         * modules/glob: New file.
16170         * modules/getlogin_r: Add link to POSIX spec in description.
16171
16172 2005-05-29  Derek Price  <derek@ximbiot.com>
16173             Paul Eggert  <eggert@cs.ucla.edu>
16174
16175         * m4/glob.m4: New file.
16176
16177 2005-05-29  Derek Price  <derek@ximbiot.com>
16178             Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * lib/glob_.h, lib/glob.c: New files.
16181
16182 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16183
16184         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16185         * modules/fts-lgpl (Depends-on): Remove gettext.
16186
16187 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16190         and don't require gt_INTTYPES_PRI.
16191
16192 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16193
16194         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16195
16196         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16197         the configuration hassle isn't worth it.
16198         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16199         (LONGEST_MODIFIER, PRIuMAX): Remove.
16200
16201 2005-05-27  Bruno Haible  <bruno@clisp.org>
16202
16203         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16204
16205 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16206
16207         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16208         _POSIX_PTHREAD_SEMANTICS for Solaris.
16209
16210 2005-05-25  Derek Price  <derek@ximbiot.com>
16211
16212         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16213
16214 2005-05-25  Derek Price  <derek@ximbiot.com>
16215             Paul Eggert  <eggert@cs.ucla.edu>
16216
16217         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16218         * lib/getlogin_r.c, getlogin_r.h: New files.
16219
16220 2005-05-25  Bruno Haible  <bruno@clisp.org>
16221             Derek Price  <derek@ximbiot.com>
16222
16223         * lib/getlogin_r.h: Simplify API documentation.
16224
16225 2005-05-23  Derek Price  <derek@ximbiot.com>
16226
16227         * modules/minmax (Files): Add m4/minmax.m4.
16228         (configure.ac): Add gl_MINMAX.
16229
16230 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16231
16232         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16233         so that unistd-safer.h (GPL'ed code) need not be included.
16234
16235 2005-05-22  Bruno Haible  <bruno@clisp.org>
16236
16237         * m4/minmax.m4: New file.
16238         Based on a patch by Derek Price <derek@ximbiot.com>.
16239
16240 2005-05-22  Bruno Haible  <bruno@clisp.org>
16241
16242         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16243         (INT64_MIN): Fix definition.
16244         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16245
16246         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16247         NEED_SIGNED_INT_TYPES.
16248
16249         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16250         HAVE_SYSTEM_INTTYPES.
16251
16252 2005-05-22  Bruno Haible  <bruno@clisp.org>
16253
16254         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16255         Also include <sys/param.h> if it defines MIN, MAX.
16256         Based on a patch by Derek Price <derek@ximbiot.com>.
16257
16258 2005-05-21  Jim Meyering  <jim@meyering.net>
16259
16260         * modules/fts (Files): Add m4/inttypes-pri.m4.
16261         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16262
16263 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16264
16265         New fts module.
16266         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16267         (setup_dir, free_dir): New functions.
16268         (enter_dir, leave_dir): Define trivial
16269         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16270         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16271         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16272         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16273         Move to fts-cycle.c.
16274         (fts_open): Use setup_dir.
16275         (fts_close): Use free_dir.
16276         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16277         This adds a label and some gotos, but the alternatives were messier.
16278         Check for memory allocation failure when entering a dir.
16279         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16280         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16281         (FTS): New member fts_cycle, that is a union that contains the
16282         old active_dir_ht and cycle_state.  All uses changed to mention
16283         fts_cycle.ht and fts_cycle.state.
16284         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16285         fts.c, with the following changes:
16286         (setup_dir, free_dir): New functions.
16287         (enter_dir): Now returns bool.  Return true if successful, false
16288         if memory exhausted.  All callers changed.
16289         Do not bother partly cleaning up on
16290         memory allocation failure; that is free_dir's job.
16291         However, free ad if hash_insert fails, to avoid memory leak.
16292         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16293         fts->fts_options to see which union member to use.
16294
16295 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16296
16297         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16298         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16299
16300 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16301
16302         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16303
16304 2005-05-20  Jim Meyering  <jim@meyering.net>
16305
16306         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16307         Now a macro, to pacify GCC.
16308
16309 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16310
16311         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16312         of -1.
16313
16314 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16315
16316         * lib/chown.c (rpl_chown): Return -1 on failure.
16317
16318 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16321         Don't check for stddef.h.
16322         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16323         don't use its results.
16324         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16325         since we include them unconditionally.  Don't require
16326         AM_STDBOOL_H, since stdbool is a prerequisite.
16327         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16328         since we assume C89 or better.
16329         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16330         as we don't use their results.
16331         Don't check for fchdir, memmove, memset, strrchr, as we use
16332         them unconditionally.
16333         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16334         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16335
16336 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16339         Include <stddef.h> unconditionally, since we assume C89 now.
16340         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16341         * lib/fts.c: Include fts_.h first, to check interface.
16342         Do not include intprops.h; no longer needed.
16343         Include cycle-check.h and hash.h, since fts_.h no longer does.
16344         Remove unnecessary casts of closedir to void.
16345         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16346         decide whether to decrement nlinks.
16347         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16348         (FTS): Use struct hash_table * instead of Hash_table, so that
16349         we no longer need to include hash.h here.
16350
16351 2005-05-18  Jim Meyering  <jim@meyering.net>
16352
16353         * modules/dirfd (License): Change to LGPL.  Most of the code
16354         is already in the public domain.
16355
16356 2005-05-18  Jim Meyering  <jim@meyering.net>
16357
16358         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16359         Reported by Yoann Vandoorselaere.
16360
16361 2005-05-17  Jim Meyering  <jim@meyering.net>
16362
16363         * m4/fts.m4: New file, from coreutils.
16364
16365 2005-05-17  Jim Meyering  <jim@meyering.net>
16366
16367         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16368
16369 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16370
16371         Sync from coreutils.
16372         * m4/unlinkdir.m4: New file.
16373
16374 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         Sync from coreutils.
16377         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16378         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16379         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16380         White space changes only.
16381         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16382         special.
16383         * lib/yesno.c: Include getline.h, not ctype.h.
16384         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16385         Use getline to remove arbitrary restriction on response length.
16386
16387 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16388
16389         * config/srclist-update: Spell out "Street" in FSF postal
16390         mail address; this is the style the FSF seems to prefer.
16391
16392         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16393         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16394         this updates FSF postal mail address.
16395
16396         Sync from coreutils.
16397         * modules/unlinkdir: New file.
16398         * modules/yesno (Depends-on): Add getline.
16399         * MODULES.html.sh (File system functions): Add unlinkdir.
16400
16401 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16402
16403         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16404         lib/strsep.h:
16405         Change the initial comment to refer to GPL, not LGPL.
16406         gnulib-tool will change it to LGPL as needed.
16407
16408         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16409         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16410         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16411         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16412         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16413         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16414         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16415         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16416         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16417         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16418         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16419         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16420         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16421         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16422         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16423         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16424         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16425         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16426         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16427         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16428         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16429         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16430         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16431         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16432         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16433         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16434         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16435         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16436         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16437         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16438         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16439         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16440         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16441         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16442         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16443         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16444         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16445         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16446         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16447         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16448         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16449         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16450         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16451         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16452         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16453         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16454         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16455         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16456         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16457         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16458         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16459         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16460         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16461         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16462         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16463         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16464         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16465         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16466         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16467         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16468         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16469         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16470         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16471         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16472         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16473         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16474         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16475         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16476         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16477         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16478         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16479         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16480         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16481         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16482         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16483         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16484         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16485         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16486         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16487         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16488         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16489         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16490         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16491         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16492         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16493         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16494         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16495         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16496         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16497         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16498         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16499         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16500         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16501         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16502         lib/yesno.c, lib/yesno.h:
16503         Update FSF postal mail address.
16504
16505 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16506
16507         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16508         tests/test-memmem.c, tests/test-stpncpy.c:
16509         Update FSF postal mail address.
16510
16511 2005-05-13  Bruno Haible  <bruno@clisp.org>
16512
16513         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16514         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16515         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16516         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16517         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16518         Add support for 64-bit integers in the MSVC compiler.
16519
16520 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16521
16522         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16523
16524 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16525
16526         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16527
16528 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16529
16530         * doc/getdate.texi (General date syntax): Don't say that date
16531         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16532         Problem reported by Nic Ferrier.
16533
16534 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16535
16536         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16537         specified in ai_socktype. Fix invalid ai_protocol
16538         check. ai_protocol is usually set to 0 or depending on
16539         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16540         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16541         ai_socktype / ai_protocol in the returned addrinfo structure.
16542
16543 2005-05-10  Simon Josefsson  <jas@extundo.com>
16544
16545         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16546         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16547
16548 2005-05-10  Karl Berry  <karl@gnu.org>
16549
16550         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16551         (from http://www.gnu.org/licenses).
16552         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16553         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16554         fdl.texi suffices.
16555
16556 2005-05-10  Karl Berry  <karl@gnu.org>
16557
16558         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16559         (COPYING.DOC): remove.
16560
16561         * config/srclist-update: new FSF address.
16562
16563 2005-05-10  Derek Price  <derek@ximbiot.com>
16564
16565         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16566         possible.
16567
16568 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16569             Bruno Haible  <bruno@clisp.org>
16570
16571         * modules/inet_ntop: New file.
16572         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16573         inet_ntop.
16574
16575 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16576             Bruno Haible  <bruno@clisp.org>
16577
16578         * m4/inet_ntop.m4: New file.
16579
16580 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16581             Bruno Haible  <bruno@clisp.org>
16582
16583         * lib/inet_ntop.h: New file.
16584         * lib/inet_ntop.c: New file, from glibc with modifications.
16585
16586 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16587
16588         * modules/time_r (License): Change to LGPL.
16589         * modules/extensions (License): Change to LGPL.  Actually,
16590         the license is more permissive than that, but currently gnulib-tool
16591         doesn't know how to handle more-permissive licenses.
16592
16593         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16594         Problem reported by Dave Love.
16595
16596 2005-05-08  Jim Meyering  <jim@meyering.net>
16597
16598         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16599         blank.
16600
16601 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16602
16603         * modules/argmatch (Depends-on): Add stdbool.
16604         * modules/backupfile (Depends-on): Likewise.
16605         * modules/chdir-long (Depends-on): Likewise.
16606         * modules/closeout (Depends-on): Likewise.
16607         * modules/cycle-check (Depends-on): Likewise.
16608         * modules/dirname (Depends-on): Likewise.
16609         * modules/fnmatch (Depends-on): Likewise.
16610         * modules/fsusage (Depends-on): Likewise.
16611         * modules/fwriteerror (Depends-on): Likewise.
16612         * modules/getcwd (Depends-on): Likewise.
16613         * modules/getloadavg (Depends-on): Likewise.
16614         * modules/hard-locale (Depends-on): Likewise.
16615         * modules/makepath (Depends-on): Likewise.
16616         * modules/mountlist (Depends-on): Likewise.
16617         * modules/nanosleep (Depends-on): Likewise.
16618         * modules/posixtm (Depends-on): Likewise.
16619         * modules/quotearg (Depends-on): Likewise.
16620         * modules/readtokens (Depends-on): Likewise.
16621         * modules/readtokens0 (Depends-on): Likewise.
16622         * modules/readutmp (Depends-on): Likewise.
16623         * modules/save-cwd (Depends-on): Likewise.
16624         * modules/strftime (Depends-on): Likewise.
16625         * modules/userspec (Depends-on): Likewise.
16626         * modules/utimecmp (Depends-on): Likewise.
16627         * modules/xgetcwd (Depends-on): Likewise.
16628         * modules/xnanosleep (Depends-on): Likewise.
16629         * modules/xstrtod (Depends-on): Likewise.
16630         * modules/yesno (Depends-on): Likewise.
16631
16632 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16633
16634         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16635         needless checks.
16636
16637 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         Merge from coreutils.  Among other things,
16640         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16641         * lib/fd-safer.c: New file.
16642         * lib/fcntl-safer.h, open-safer.c: Remove.
16643         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16644         * lib/dup-safer.c: Include unistd-safer.h first.
16645         Don't include errno.h.
16646         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16647         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16648         * lib/file-type.c: Rely on file-type.h change.
16649         * lib/getloadavg.c: Include unistd-safer.h.
16650         (getloadavg): Use safer open.
16651         * lib/getusershell.c: Include "stdio-safer.h".
16652         (getusershell): Use safer fopen.
16653         * lib/long-options.c (long_options): Use NULL rather than 0.
16654         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16655         'free'.
16656         * lib/modechange.c: Likewise.
16657         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16658         (MODE_DONE): New constant.
16659         (struct mode_change): Remove 'next' member.
16660         (make_node_op_equals): New function; like the old one of the
16661         same name, except it allocates an array.
16662         (mode_compile, mode_create_from_ref): Use it.
16663         (mode_compile): Allocate result as an array, not a linked list.
16664         Parse octal string ourself, so that we catch mistakes like "+0".
16665         (mode_adjust): Arg is an array, not a linked list.
16666         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16667         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16668         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16669         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16670         Remove.  This is now stat-macros.h's job.
16671         (talloc): Remove.  All callers replaced by xalloc, so that
16672         our invokers don't have to worry about reporting memory failures.
16673         (make_node_op_equals): Remove.
16674         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16675         New constants.
16676         (struct mode_change): Moved here from modechange.h.
16677         (mode_append_entry): Remove.
16678         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16679         apps to have incorrect behavior.  Use simpler algorithm for head
16680         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16681         Detect more invalid usages rather than having somewhat-random behavior.
16682         Don't insert an "a=" action, as that leads to incorrect behavior.
16683         (mode_compile, mode_create_from_ref): Return NULL on error instead
16684         of an enum, since now there's only one way to have an error.  All
16685         callers changed.
16686         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16687         at the correct time.  Simplify calculation of "+u" and its ilk.
16688         Don't mishandle "+X".
16689         (mode_free): Remove "register" and localize decls.
16690         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16691         (struct mode_change): Move to modechange.c; callers don't
16692         need to see this stuff.
16693         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16694         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16695         (mode_change, mode_adjust): Reflect the new signatures noted above.
16696         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16697         that might redefine system include files.
16698         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16699         (my_usleep): Use NULL rather than (void *) 0.
16700         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16701         Use siginterrupt to specify that system calls should be interrupted.
16702         (rpl_nanosleep): Move initialization of suspended closer to call of
16703         my_usleep.
16704         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16705         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16706         (desirable_utmp_entry): New function.
16707         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16708         using x2nrealloc, to simplify logic.
16709         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16710         size calculation.  Do not assume utmp file is a regular file.
16711         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16712         (READ_UTMP_CHECK_PIDS): New constant.
16713         * lib/save-cwd.c: Include unistd-safer.h.
16714         (save_cwd): Use fd_safer.
16715         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16716         [!_LIBC] Include "stat-macros.h" instead.
16717         * lib/unistd-safer.h (fd_safer): New decl.
16718
16719 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16720
16721         * modules/getloadavg (Depends-on): Add unistd-safer.
16722         * modules/getusershell (Depends-on): Add stdio-safer.
16723         * modules/lstat (Depends-on): Remove xalloc.
16724         * modules/mkstemp (Depends-on): Add stat-macros.
16725         * modules/modechange (Depends-on): Remove xstrtol.
16726         Add stat-macros, xalloc.
16727         * modules/save-cwd (Depends-on): Add unistd-safer.
16728         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16729         * modules/unistd-safer (Files): Add lib/fd-safer.c
16730         (Makefile.am): Remove lib_SOURCES.
16731
16732         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16733         Remove fcntl-safer; unistd-safer supersedes it.
16734
16735 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16736
16737         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16738         AC_HEADER_STAT.
16739         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16740         (gl_PREREQ_CHOWN): Remove.
16741         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16742         it.  Don't require AC_HEADER_STAT.
16743         (gl_PREREQ_LSTAT): Remove.
16744         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16745         Don't require AC_HEADER_STAT.
16746         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16747         (gl_PREREQ_RMDIR): Remove.
16748         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16749         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16750         the stat-macros module a prerequisite.
16751         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16752         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16753         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16754         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16755         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16756         variable names.
16757         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16758         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16759         variable prefixes.
16760         * m4/fcntl-safer.m4: Remove.
16761         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16762         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16763         Invoke gl_PREREQ_FD_SAFER.
16764         (gl_PREREQ_FD_SAFER): New macro.
16765         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16766         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16767         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16768         Remove duplicate call to AC_LIBOBJ(readutmp).
16769         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16770
16771         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16772         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16773
16774 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16775
16776         * MODULES.html.sh (Misc): Add byteswap.
16777
16778 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16779
16780         * modules/getcwd (Depends-on): Add extensions.
16781         * modules/openat (Depends-on): Likewise.
16782
16783 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16784
16785         * modules/byteswap: New file.
16786
16787 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16788
16789         * m4/byteswap.m4: New file.
16790
16791 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16792
16793         * lib/byteswap_.h: New file.
16794
16795 2005-04-25  Karl Berry  <karl@gnu.org>
16796
16797         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16798
16799 2005-04-25  Albert Chin  <china@thewrittenword.com>
16800
16801         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16802         Toolkit C bug.
16803
16804 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16805
16806         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16807         (func_ln_if_changed) Remove forcibly for no error message
16808         in case file does not exist.
16809
16810 2005-04-19  Simon Josefsson  <jas@extundo.com>
16811
16812         * gnulib-tool (Options): Make --symlink mean --symbolic.
16813
16814 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16815
16816         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16817
16818 2005-04-16  Simon Josefsson  <jas@extundo.com>
16819
16820         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16821
16822 2005-04-15  Simon Josefsson  <jas@extundo.com>
16823
16824         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16825
16826 2005-04-15  Simon Josefsson  <jas@extundo.com>
16827
16828         * gnulib-tool: Rename --symlink to --symbolic.
16829
16830 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16831
16832         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16833         symbolic links to files instead of copying/moving.  Add --aux-dir,
16834         specifying directory relative --dir where auxiliary build tools
16835         are placed.
16836
16837 2005-04-14  Bruno Haible  <bruno@clisp.org>
16838
16839         * modules/allocsa (License): Change to LGPL.
16840         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16841
16842 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16843
16844         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16845         that "UTC +1 second" continues to work.  Problem reported
16846         by Dmitry V. Levin.
16847         (relunit_snumber): New rule.
16848         (relunit): Use it.
16849
16850 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16851
16852         * lib/getdate.y (universal_time_zone_table): New constant.
16853         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16854         universal_time_zone_table.
16855         (lookup_zone): Prefer universal_time_zone_table to
16856         local_time_zone_table, so that "GMT" time stamps are allowed in
16857         London during the summer.  Problem reported by Ian Abbott.
16858
16859 2005-04-12  Jim Meyering  <jim@meyering.net>
16860
16861         * lib/human.c (humblock): Set *options even when returning due to
16862         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16863         warning from gcc-4.
16864
16865 2005-04-09  Jim Meyering  <jim@meyering.net>
16866
16867         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16868         -Wuninitialized: initialize tm0.tm_year.
16869
16870 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16871
16872         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16873         count, since there's no maximum.  All uses changed.
16874         Add member dsts_seen.
16875         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16876         not being INT_MAX.
16877         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16878         Use pc_rels_seen to decide whther a date is absolute.
16879
16880         * lib/getdate.y (number): Don't overwrite year.
16881         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16882         check.
16883
16884 2005-04-02  Simon Josefsson  <jas@extundo.com>
16885
16886         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16887         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16888
16889 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16890
16891         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16892         where no absolute path name can be longer than PATH_MAX.
16893
16894 2005-03-27  Jim Meyering  <jim@meyering.net>
16895
16896         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16897
16898 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16899
16900         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16901         "one's complement" -> "ones' complement" in comment, as per Knuth.
16902         "value of type" -> "type or expression" in comment.
16903         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16904
16905 2005-03-26  Jim Meyering  <jim@meyering.net>
16906
16907         Comment nits.
16908         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16909         Correct typos: s/or/of/.
16910
16911 2005-03-26  Jim Meyering  <jim@meyering.net>
16912
16913         * modules/check-include-files: Move to ../ and rename to...
16914         * check-module: ...this.
16915
16916 2005-03-25  Jim Meyering  <jim@meyering.net>
16917
16918         * modules/xvasprintf (Files): Add xalloc.h.
16919
16920 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16921
16922         * modules/gettext (Files): config/config.rpath ->
16923         build-aux/config.rpath
16924         * modules/iconv (Files): Likewise.
16925         Problem reported by Oskar Liljeblad.
16926
16927 2005-03-23  Jim Meyering  <jim@meyering.net>
16928
16929         * modules/check-include-files: New script to check for
16930         missing dependencies, multiple includes, etc.
16931
16932         * modules/c-strtold (Depends-on): Add xalloc.
16933         * modules/c-strtod (Depends-on): Add xalloc.
16934         * modules/hash (Depends-on): Add xalloc.
16935         (Files): Remove lib/xalloc.h.
16936
16937         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16938         * modules/userspec (Files): Add lib/inttostr.h.
16939
16940 2005-03-23  Jim Meyering  <jim@meyering.net>
16941
16942         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16943
16944 2005-03-22  Jim Meyering  <jim@meyering.net>
16945
16946         * modules/stat-macros: New module.
16947         * modules/canonicalize, modules/euidaccess, modules/file-type,
16948         * modules/filemode, modules/lchown, modules/makepath,
16949         * modules/rmdir, modules/stat: Depend on new stat-macros module
16950         rather than listing lib/stat-macros.h manually.
16951         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16952
16953 2005-03-22  Jim Meyering  <jim@meyering.net>
16954
16955         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16956
16957 2005-03-22  Bruno Haible  <bruno@clisp.org>
16958
16959         * config/srclist.txt: Replace target directory 'config' with
16960         'build-aux'.
16961         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16962         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16963         ../build-aux/.
16964
16965 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * modules/chdir-long (Depends-on): Add mempcpy.
16968
16969         * modules/acl, modules/backupfile, modules/c-strtod,
16970         modules/c-strtold, modules/canon-host, modules/canonicalize,
16971         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16972         modules/exclude, modules/exitfail, modules/file-type,
16973         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16974         modules/getdate, modules/getline, modules/getpagesize,
16975         modules/getpass, modules/getugroups, modules/group-member,
16976         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16977         modules/inttostr, modules/long-options, modules/makepath,
16978         modules/md5, modules/memcasecmp, modules/memcoll,
16979         modules/modechange, modules/mountlist, modules/path-concat,
16980         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16981         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16982         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16983         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16984         modules/strftime, modules/strndup, modules/strverscmp,
16985         modules/timespec, modules/unlocked-io, modules/userspec,
16986         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16987         modules/yesno:
16988         Remove lib_SOURCES line from Makefile.am section, as this is now
16989         done automatically by the corresponding Autoconf macro.
16990
16991 2005-03-21  Jim Meyering  <jim@meyering.net>
16992
16993         Changes imported from coreutils.
16994
16995         * lib/cycle-check.c: Don't include xalloc.h.
16996
16997         * lib/path-concat.c: Don't include assert.h.
16998         (path_concat): Remove assertion that would have triggered
16999         for ABASE starting with more than one slash.
17000         Reported by Andreas Schwab.
17001
17002         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17003         properly when ABASE is an absolute file name.
17004         Correct the description of this function.
17005         Include <assert.h>.
17006         Add an assertion and a test driver.
17007         This fixes a bug introduced on 2004-07-02.
17008         Andreas Schwab reported the resulting failure of cp --parents:
17009         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17010
17011 2005-03-21  Jim Meyering  <jim@meyering.net>
17012
17013         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17014         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17015
17016 2005-03-21  Jim Meyering  <jim@meyering.net>
17017         and  Paul Eggert  <eggert@cs.ucla.edu>
17018
17019         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17020         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17021         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17022         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17023         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17024         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17025         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17026         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17027         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17028         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17029         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17030         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17031         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17032         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17033         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17034         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17035         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17036         for these modules.
17037
17038 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17039
17040         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17041         (which shouldn't happen), generate nothing instead of returning 0
17042         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17043
17044 2005-03-16  Bruno Haible  <bruno@clisp.org>
17045
17046         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17047         HAVE_LONGLONG_64BIT.
17048
17049 2005-03-16  Bruno Haible  <bruno@clisp.org>
17050
17051         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17052         HAVE_LONGLONG_64BIT.
17053
17054 2005-03-16  Bruno Haible  <bruno@clisp.org>
17055
17056         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17057         HAVE_LONGLONG_64BIT.
17058
17059 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17060
17061         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17062         reliably distinguish strftime failure from empty output on POSIX
17063         hosts.
17064
17065 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17066
17067         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17068         (iconv_string): Don't guess a size-zero buffer, as that might cause
17069         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17070         result would be 'too large', where 'too large' is (heuristically)
17071         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17072         overflow concerns.  This will prevent some unwanted malloc failures
17073         when the inputs are very large.
17074
17075 2005-03-15  Karl Berry  <karl@gnu.org>
17076
17077         * config/srclist.txt (config.rpath): from gettext.
17078         * config/config.rpath: update.
17079
17080 2005-03-15  Bruno Haible  <bruno@clisp.org>
17081
17082         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17083         to 'negate'.
17084
17085         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17086         variable.
17087
17088         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17089         results.
17090
17091 2005-03-14  Simon Josefsson  <jas@extundo.com>
17092
17093         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17094         <fx@gnu.org>.
17095
17096 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17099         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17100         intprops.h.
17101         * lib/strtol.c: Likewise.
17102
17103 2005-03-14  Jim Meyering  <jim@meyering.net>
17104
17105         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17106         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17107         to be nonzero so that we (and caller) can detect the difference
17108         between a valid zero-length expansion and an error return, even
17109         when the underlying strftime fails before writing anything into
17110         that location.
17111
17112 2005-03-14  Bruno Haible  <bruno@clisp.org>
17113
17114         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17115         Update from GNU gettext 0.14.3.
17116
17117 2005-03-10  Jim Meyering  <jim@meyering.net>
17118
17119         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17120
17121 2005-03-10  Jim Meyering  <jim@meyering.net>
17122
17123         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17124         so that this module works on systems without fchdir.
17125
17126 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17127
17128         Factor int-properties macros into a single file, except for
17129         glibc-related files.
17130         * lib/intprops.h: New file.
17131         * lib/getloadavg.c: Include it instead of limits.h.
17132         (INT_STRLEN_BOUND): Remove.
17133         * lib/human.c: Include intprops.h.
17134         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17135         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17136         302/1000.
17137         * lib/inttostr.h: Include intprops.h instead of limits.h.
17138         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17139         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17140         for consistency with intprops.h.
17141         (time_t_is_integer, twos_complement_arithmetic): Use them.
17142         * lib/sig2str.h: Include <signal.h>, intprops.h.
17143         (INT_STRLEN_BOUND): Remove.
17144         * lib/strftime.c (TYPE_SIGNED): Remove.
17145         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17146         * lib/strtol.c: Adjust comments to match intprops.h.
17147         * lib/userspec.c: Include intprops.h.
17148         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17149         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17150         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17151         instead of rolling our own expressions.
17152         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17153
17154         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17155         instead of int.
17156         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17157         the right thing even if adding 1900 would overflow.  Similarly
17158         for tm_mon + 1 and tm_yday + 1.
17159         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17160         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17161         (DO_SIGNED_NUMBER): New macro.
17162         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17163
17164 2005-03-07  Bruno Haible  <bruno@clisp.org>
17165
17166         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17167
17168 2005-03-07  Bruno Haible  <bruno@clisp.org>
17169
17170         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17171
17172 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17173
17174         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17175         (func_import): Only replace files via --import when they have actually
17176         changed.
17177
17178 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17179
17180         * m4/mmap-anon.m4: New file.
17181         * m4/pagealign_alloc.m4: New file.
17182
17183 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17184             Bruno Haible  <bruno@clisp.org>
17185
17186         * modules/pagealign_alloc: New file.
17187         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17188
17189 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17190             Bruno Haible  <bruno@clisp.org>
17191
17192         * lib/pagealign_alloc.h: New file.
17193         * lib/pagealign_alloc.c: New file.
17194
17195 2005-03-03  Bruno Haible  <bruno@clisp.org>
17196
17197         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17198         Use an all-permissive copyright notice, recommended by RMS.
17199
17200 2005-03-02  Bruno Haible  <bruno@clisp.org>
17201
17202         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17203         of AIX, the replacement has to be done only after <string.h> is
17204         included, therefore not in config.h. stpncpy.h does the replacement,
17205         and stpncpy.c uses it.
17206
17207 2005-03-02  Bruno Haible  <bruno@clisp.org>
17208
17209         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17210         stpncpy.c uses it.
17211
17212 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17213
17214         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17215         The workaround isn't strictly needed for POSIX conformance, and
17216         it's too much of a pain to configure and maintain.  We'll ask
17217         people to fix their kernels instead.
17218         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17219         (NANOSLEEP_BUG_WORKAROUND): Remove.
17220         (xnanosleep): Remove the workaround.
17221
17222 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17223
17224         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17225         Reported by Derek Price.
17226         (Include): Add "timespec.h".
17227
17228         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17229
17230 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17231
17232         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17233         to detect nanosleep bug.
17234
17235 2005-03-01  Bruno Haible  <bruno@clisp.org>
17236
17237         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17238
17239 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17240
17241         * modules/gethrxtime: New file.
17242         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17243         (Depends-on): Add gethrxtime.
17244         (configure.ac): Add gl_XNANOSLEEP.
17245         (Makefile.am): Remove lib_SOURCES line.
17246
17247 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17248
17249         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17250         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17251
17252 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17253
17254         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17255         * lib/timespec.h (gettime): Return void, since it always
17256         succeeds now.  All uses changed.
17257         * lib/gettime.c (gettime) Likewise.
17258         [HAVE_NANOTIME]: Prefer nanotime.
17259         Assume gettimeofday succeeds, as POSIX requires.
17260         Assime time () succeeds, since other code already does.
17261         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17262         (timespec_subtract): Remove.
17263         (NANOSLEEP_BUG_WORKAROUND): New constant.
17264         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17265         things considerably.  Use it only on GNU/Linux hosts, since the
17266         workaround shouldn't be needed elsewhere.
17267
17268 2005-02-24  Bruno Haible  <bruno@clisp.org>
17269
17270         * modules/gettext (Files): Add m4/glibc2.m4.
17271
17272 2005-02-24  Bruno Haible  <bruno@clisp.org>
17273
17274         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17275         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17276         * m4/progtest.m4:
17277         Update from GNU gettext 0.14.2.
17278         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17279
17280 2005-02-24  Bruno Haible  <bruno@clisp.org>
17281
17282         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17283         * lib/config.charset: Update from GNU gettext 0.14.2.
17284
17285 2005-02-24  Bruno Haible  <bruno@clisp.org>
17286
17287         * lib/gettext.h: Update from GNU gettext 0.14.2.
17288
17289 2005-02-23  Simon Josefsson  <jas@extundo.com>
17290
17291         * m4/iconvme.m4: New file.
17292
17293 2005-02-23  Jim Meyering  <jim@meyering.net>
17294
17295         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17296         change.
17297         Thanks to Bruno Haible for catching it.
17298
17299 2005-02-22  Simon Josefsson  <jas@extundo.com>
17300
17301         * modules/iconvme: New file.
17302
17303         * MODULES.html.sh: Add iconvme.
17304
17305 2005-02-22  Simon Josefsson  <jas@extundo.com>
17306
17307         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17308
17309 2005-02-22  Simon Josefsson  <jas@extundo.com>
17310
17311         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17312
17313 2005-02-22  Jim Meyering  <jim@meyering.net>
17314
17315         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17316         s/ifndef/ifdef/.
17317
17318 2005-02-20  Neil Conway  <neilc@samurai.com>
17319
17320         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17321         returned by OSX/Darwin if the specified buffer is not large
17322         enough for the hostname.
17323
17324 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17325
17326         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17327         pass it to _help, otherwise the latter coredumps trying to
17328         dereference state.root_argp.
17329
17330 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17331
17332         * modules/chdir-long (Depends-on): Add memrchr.
17333         * modules/memrchr (Files): Add lib/memrchr.h.
17334         (Include): "memrchr.h".
17335
17336 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17337
17338         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17339
17340 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * lib/memrchr.h: New file.
17343         * lib/chdir-long.c: Include it.
17344         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17345         Don't bother including stddef.h.
17346
17347 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17348
17349         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17350         inclusion.
17351         Include <sys/types.h>, for dev_t.
17352         (ME_DUMMY, ME_REMOTE): Move from here....
17353         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17354         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17355         Dmitry V. Levin.
17356         Include mountlist.h first, to test the interface.
17357
17358 2005-01-29  Bruno Haible  <bruno@clisp.org>
17359
17360         * lib/progname.c (program_name): Initialize.
17361         Needed when linking statically on MacOS X.
17362
17363 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17364
17365         Sync from coreutils.
17366         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17367         (Depends-on): Add c-strtod.
17368         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17369
17370 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17371
17372         Sync from coreutils.
17373         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17374
17375         Remove files that are specific to coreutils.
17376         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17377
17378 2005-01-28  Bruno Haible  <bruno@clisp.org>
17379
17380         * modules/javacomp: New file.
17381         * MODULES.html.sh (Java): Add javacomp.
17382
17383 2005-01-28  Bruno Haible  <bruno@clisp.org>
17384
17385         * m4/javacomp.m4: New file, from GNU gettext.
17386
17387 2005-01-28  Bruno Haible  <bruno@clisp.org>
17388
17389         * lib/javacomp.sh.in: New file, from GNU gettext.
17390         * lib/javacomp.h: New file, from GNU gettext.
17391         * lib/javacomp.c: New file, from GNU gettext.
17392
17393 2005-01-26  Simon Josefsson  <jas@extundo.com>
17394
17395         * lib/gai_strerror.c: Use GPL in header.
17396
17397 2005-01-26  Bruno Haible  <bruno@clisp.org>
17398
17399         * modules/javaexec: New file.
17400         * MODULES.html.sh (Java): Add javaexec.
17401
17402 2005-01-26  Bruno Haible  <bruno@clisp.org>
17403
17404         * m4/javaexec.m4: New file, from GNU gettext.
17405
17406 2005-01-26  Bruno Haible  <bruno@clisp.org>
17407
17408         * lib/javaexec.sh.in: New file, from GNU gettext.
17409         * lib/javaexec.h: New file, from GNU gettext.
17410         * lib/javaexec.c: New file, from GNU gettext.
17411
17412 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17413
17414         * modules/lchown (Depends-on): Remove lchown.h
17415
17416 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17417
17418         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17419         must be defined if the header file was not found, in order
17420         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17421
17422 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17423
17424         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17425         initializers for struct pentry_state.
17426         (__argp_error): Check return value of __asprintf
17427         (__argp_failure): Translate error message
17428
17429         * lib/argp-parse.c: Removed braces around the expansion of N_()
17430
17431 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17434         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17435         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17436         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17437         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17438         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17439         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17440         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17441         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17442         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17443         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17444         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17445         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17446         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17447         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17448         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17449         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17450         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17451         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17452         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17453         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17454         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17455         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17456         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17457         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17458         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17459         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17460         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17461         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17462         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17463         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17464         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17465         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17466         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17467         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17468         Use an all-permissive copyright notice, recommended by RMS.
17469
17470 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17471
17472         * modules/chdir-long (Depends-on): Remove mempcpy.
17473
17474 2005-01-21  Jim Meyering  <jim@meyering.net>
17475
17476         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17477         same value as for Solaris 9.
17478
17479         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17480         component length.  This included changing the parameter to be
17481         of type `char *' rather than `char const *'.
17482         * lib/chdir-long.h (chdir_long): Update prototype.
17483
17484         * lib/openat.c (fdopendir, fstatat): New functions.
17485         * lib/openat.h: Include headers required for use of DIR and struct
17486         stat.
17487         [AT_SYMLINK_NOFOLLOW]: Define.
17488         (fdopendir, fstatat): Add prototypes.
17489
17490 2005-01-21  Bruno Haible  <bruno@clisp.org>
17491
17492         * modules/classpath: New file.
17493         * MODULES.html.sh (Java): Add classpath.
17494
17495 2005-01-21  Bruno Haible  <bruno@clisp.org>
17496
17497         * lib/classpath.h: New file, from GNU gettext.
17498         * lib/classpath.c: New file, from GNU gettext.
17499
17500 2005-01-20  Simon Josefsson  <jas@extundo.com>
17501
17502         * modules/version-etc-fsf: New file.
17503
17504 2005-01-20  Simon Josefsson  <jas@extundo.com>
17505
17506         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17507         * lib/version-etc.c: Remove version_etc_copyright.
17508         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17509         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17510
17511 2005-01-20  Simon Josefsson  <jas@extundo.com>
17512
17513         * lib/base64.h (isbase64): Add.
17514
17515         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17516         using a unsigned prototype, don't inline.
17517         (base64_decode): Use it.
17518
17519 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17520
17521         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17522         it.
17523
17524 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17525
17526         * lib/save-cwd.c (save_cwd): Remove code to support the case
17527         where fchdir is missing or flaky.
17528
17529 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17530
17531         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17532
17533 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17534
17535         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17536         AC_LIBSOURCES now does this.
17537         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17538         with new ullong_max module.
17539
17540 2005-01-19  Bruno Haible  <bruno@clisp.org>
17541
17542         * modules/sh-quote: New file.
17543         * MODULES.html.sh (Executing programs): Add sh-quote.
17544
17545 2005-01-19  Bruno Haible  <bruno@clisp.org>
17546
17547         * lib/sh-quote.h: New file, from GNU gettext.
17548         * lib/sh-quote.c: New file, from GNU gettext.
17549
17550 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17551
17552         Merge from coreutils.
17553         * m4/ullong_max.m4: New file.
17554         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17555         (gl_MACROS): Assume localeconv exists.
17556
17557 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17558
17559         Merge changes from coreutils, as described below in several
17560         changelogs dated today.
17561
17562         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17563         (O_DIRECTORY): Remove; not needed here, since "." must be
17564         a directory.  All uses removed.
17565         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17566         universal on Suns, and we also need to test for IRIX.
17567         Revamp code to use 'if' rather than '#if'.
17568         Avoid unnecessary comparison of cwd->desc to 0.
17569
17570         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17571         for known valid error numbers rather than observed invalid ones.
17572
17573 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17574
17575         * modules/ullong_max: New file.
17576
17577         * modules/chdir-long, modules/openat: New files.
17578         * modules/save-cwd (Depends-on): Depend on chdir-long.
17579         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17580
17581 2005-01-18  Jim Meyering  <jim@meyering.net>
17582
17583         Merge from coreutils.
17584         * m4/chdir-long.m4, m4/openat.m4: New files.
17585         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17586         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17587         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17588         is sane and DOES follow symlinks.  Besides, testing 20 different
17589         systems found no broken chown implementations.
17590         Prompted by a change in rsync's copy of this macro.
17591         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17592
17593         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17594
17595         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17596         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17597         NULL-means-set-to-current-time semantics.
17598         Remove temporary file immediately, rather than waiting
17599         for configure's at-exit trap code to do it.
17600
17601 2005-01-18  Jim Meyering  <jim@meyering.net>
17602
17603         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17604
17605         * lib/utimens.c (futimens): Account for the fact that futimes
17606         can also fail with errno == ENOSYS or errno == ENOENT.
17607         Patch from Dmitry V. Levin.
17608
17609         Change the name of the robust chdir function from chdir to chdir_long.
17610         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17611         (restore_cwd): Use chdir_long, not chdir.
17612         * lib/chdir-long.c: Renamed from chdir.c.
17613         * lib/chdir-long.h: Renamed from chdir.h.
17614         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17615         Hurd.
17616
17617 2005-01-18  Bruno Haible  <bruno@clisp.org>
17618
17619         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17620         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17621         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17622         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17623         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17624         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17625         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17626         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17627         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17628         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17629         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17630         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17631         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17632         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17633         Use an all-permissive copyright notice, recommended by RMS.
17634
17635 2005-01-18  Bob Proulx  <bob@proulx.com>
17636
17637         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17638         simplify offsetof() macro construct to avoid compile failure with
17639         native HP-UX 11.0 ANSI C compiler.
17640
17641 2005-01-17  Bruno Haible  <bruno@clisp.org>
17642
17643         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17644         redundant because stpncpy.m4 takes care of it.
17645
17646 2005-01-17  Bruno Haible  <bruno@clisp.org>
17647
17648         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17649
17650 2005-01-17  Bruno Haible  <bruno@clisp.org>
17651
17652         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17653         used.
17654
17655 2005-01-17  Bruno Haible  <bruno@clisp.org>
17656
17657         * lib/fwriteerror.h (fwriteerror): Change specification to include
17658         fclose.
17659         * lib/fwriteerror.c: Include <stdbool.h>.
17660         (fwriteerror): At the end, close the file stream. Record whether
17661         stdout was already closed.
17662
17663 2005-01-17  Bruno Haible  <bruno@clisp.org>
17664
17665         * lib/execute.c (environ): Declare if needed.
17666         * lib/pipe.c (environ): Likewise.
17667         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17668
17669 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17670
17671         * modules/argp: Depend on vsnprintf
17672
17673 2005-01-10  Jim Meyering  <jim@meyering.net>
17674
17675         * modules/closeout (Depends-on): Add atexit.
17676
17677 2005-01-06  Bruno Haible  <bruno@clisp.org>
17678
17679         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17680
17681 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17684         definitions to be after all include files, to avoid collisions.
17685         Problem reported by Bob Proulx.
17686
17687 2005-01-04  Jim Meyering  <jim@meyering.net>
17688
17689         Changes imported from coreutils.
17690         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17691         as the mkstemp template, use a temporary directory and an
17692         8.3-friendly template to avoid trouble on systems like DJGPP.
17693         Reported by Juan M. Guerrero via Stepan Kasal.
17694         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17695         close. Remove the temporary directory right away, rather than waiting
17696         for configure's at-exit trap code to do it.
17697         Suggestion from Stepan Kasal.
17698
17699 2005-01-01  Simon Josefsson  <jas@extundo.com>
17700
17701         * gnulib-tool: Print #include directives when --import'ing.
17702
17703 2004-12-28  Simon Josefsson  <jas@extundo.com>
17704
17705         * tests/test-base64.c: Include required header files.  Remove
17706         unused variables.
17707
17708 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17709
17710         * modules/error (Depends-on): Remove gettext.
17711
17712 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17713
17714         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17715         not needed.  This removes a dependency on the gettext module.
17716         [defined _LIBC]: Do not include <libintl.h>; not needed.
17717
17718 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17719
17720         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17721         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17722
17723 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17724
17725         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17726         HAVE_DECL_STRTOLD.
17727
17728 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17729
17730         * modules/getdate (Depends-on): Remove alloca-opt.
17731
17732 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17733
17734         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17735
17736 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17737
17738         * lib/argp-parse.c: Include <stddef.h>.
17739         (alignof, alignto): New macros.
17740         (parser_init): Don't assume that void * is aligned sufficiently
17741         for struct option.
17742
17743         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17744         need to extend the stack.
17745         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17746         large.
17747
17748 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17749
17750         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17751
17752 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17753
17754         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17755         (2004-10-24) change.  Apparently this was a false alarm.
17756
17757         * modules/getdate: Depend on alloca-opt, not alloca.
17758
17759 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17760
17761         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17762         Remove now-obsolete comment about AIX.
17763         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17764         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17765         (YYMAXDEPTH): New macro.
17766
17767 2004-12-18  Simon Josefsson  <jas@extundo.com>
17768
17769         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17770
17771 2004-12-18  Bruno Haible  <bruno@clisp.org>
17772
17773         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17774
17775 2004-12-18  Bruno Haible  <bruno@clisp.org>
17776
17777         * lib/fatal-signal.c (fatal_signals): Make non-const.
17778         (init_fatal_signals): New function.
17779         (uninstall_handlers, install_handlers): Ignore signals that were set to
17780         SIG_IGN.
17781         (at_fatal_signal): Call init_fatal_signals.
17782         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17783         SIG_IGN.
17784         Reported by Paul Eggert.
17785
17786 2004-12-18  Bruno Haible  <bruno@clisp.org>
17787
17788         * doc/alloca.texi: New file.
17789         * doc/alloca-opt.texi: New file.
17790
17791 2004-12-17  Jim Meyering  <jim@meyering.net>
17792
17793         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17794         Otherwise, install-sh could exit with improper exit status when
17795         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17796
17797 2004-12-16  Simon Josefsson  <jas@extundo.com>
17798
17799         * tests/test-base64.c: Add license.
17800
17801 2004-12-15  Stepan Kasal  <address@hidden>
17802
17803         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17804
17805 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17806
17807         * modules/getcwd (Files): Add m4/d-ino.m4.
17808         Suggested by Mark D. Baushke.
17809
17810 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17811
17812         * lib/getdate.y (textint): New member "negative".
17813         (time_zone_hhmm): New function.
17814         Expect 14 shift-reduce conflicts, not 13.
17815         (o_colon_minutes): New rule.
17816         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17817         (yylex): Set the "negative" member of signed numbers.
17818
17819 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17820
17821         * doc/getdate.texi (Time of day items, Time zone items):
17822         Describe new formats +00:00, UTC+00:00.
17823
17824 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17825
17826         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17827         spurious "-l"s.  Problem reported by Stepan Kasal.
17828
17829 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17830
17831         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17832         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17833
17834 2004-12-04  Simon Josefsson  <jas@extundo.com>
17835
17836         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17837         Vandoorselaere <yoann@prelude-ids.org>.
17838
17839 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17840
17841         Changes imported from coreutils.
17842         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17843         exist.
17844         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17845
17846 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17847
17848         Changes imported from coreutils.
17849         * lib/hard-locale.c: Assume <locale.h> exists.
17850         Include "strdup.h".
17851         (GLIBC_VERSION): New macro.
17852         (hard_locale): Assume setlocale exists.
17853         Rewrite to avoid #ifdef.
17854         Use strdup rather than malloc + strcpy.
17855         * lib/human.c: Assume <locale.h> exists.
17856         (human_readable): Assume localeconv exists.
17857
17858 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17859
17860         * modules/hard-locale (Depends-on): Add strdup.
17861
17862 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17863
17864         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17865         convert T2, not T.  (Imported from libc.)
17866
17867 2004-11-30  Simon Josefsson  <jas@extundo.com>
17868
17869         * modules/restrict (License): Change to LGPL.
17870
17871 2004-11-30  Simon Josefsson  <jas@extundo.com>
17872
17873         * m4/restrict.m4: Add copyright and copying conditions.
17874
17875 2004-11-30  Simon Josefsson  <jas@extundo.com>
17876
17877         * m4/base64.m4: New file.
17878
17879 2004-11-30  Simon Josefsson  <jas@extundo.com>
17880
17881         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17882         base64.
17883
17884         * tests/test-base64.c: New file.
17885
17886         * modules/base64: New file.
17887
17888 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17889
17890         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17891         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17892
17893         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17894
17895 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17896
17897         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17898         (__getcwd.c): Don't restore errno; glibc doesn't.
17899         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17900         first, falling back to our code only if its results look suspicious.
17901         Ensure that the resulting buffer is only as large as necessary.
17902
17903         * lib/readutmp.c: Include readutmp.h first.
17904         Include <errno.h>, since readutmp.h no longer does that.
17905         * lib/readutmp.h: Don't include <errno.h>,
17906         <sys/param.h>, <time.h>; not needed to establish interface.
17907         (errno): Remove decl.
17908         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17909         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17910         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17911
17912 2004-11-28  Simon Josefsson  <jas@extundo.com>
17913
17914         * lib/base64.h, base64.c: New file.
17915
17916 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17919
17920 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17921
17922         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17923         (Depends-on): Remove pathmax, same.  Add mempcpy.
17924         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17925         (Makefile.am): Append getcwd.h to lib_SOURCES.
17926         (Include): Add getcwd.h.
17927         (Maintainer): Change from Jim Meyering to "all, glibc",
17928         since getdate now uses intended-for-glibc code.
17929         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17930         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17931
17932 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17935         HP's ANSI C compiler.
17936         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17937         Declaring int functions causes warnings on some modern systems and
17938         shouldn't be needed to compile on ancient ones.
17939         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17940         defined.
17941
17942         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17943         with the following changes.
17944         (__set_errno): Parenthesize properly.
17945         Include <stdbool.h>.
17946         (MIN, MAX, MATCHING_INO): New macros.
17947         (__getcwd): Define with prototype, not K&R form.
17948         Use heuristics to allocate default buffer on stack if possible.
17949         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17950         behavior, and to avoid the PATH_MAX limit when computing
17951         ../../../../...
17952         Use MATCHING_INO to compare inode number to file.
17953         Check for arithmetic overflow in size calculations.
17954         Fix bug in reallocation of dot array that caused getcwd to fail
17955         on directories nested deeper than 75.
17956         Be more careful about saving errno on error.
17957         Do not use realloc; use only free+malloc, as this is a bit
17958         more flexible and avoids a needless copy operation.
17959         Do not inspect st_dev and st_ino for symbolic links; POSIX
17960         doesn't specify the latter.
17961         Check for closedir errors.
17962         Avoid needless casts.
17963         Use "#ifdef weak_alias" around weak_alias, to be like other
17964         glibc code.
17965         The following changes to getcwd.c have effect only when used in
17966         gnulib; they have no effect inside glibc proper.
17967         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17968         as alloca isn't used.
17969         (alloca, __alloca): Likewise.
17970         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17971         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17972         unconditionally, as gnulib assumes C89 or better.
17973         Do not include <sys/param.h>.
17974         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17975         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17976         better.
17977         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17978         Include <dirent.h> in a way that is compatible with modern Autoconf.
17979         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17980         New macros, if not already defined.
17981         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17982         Use "_LIBC", not "defined _LIBC", for consistency.
17983         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17984         a mempcpy module.
17985         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17986         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17987         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17988         credit only to Jim Meyering and adjust the copyright dates.
17989         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17990         <stdlib.h>, <unistd.h>, "pathmax.h".
17991         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17992         (INITIAL_BUFFER_SIZE): Remove.
17993         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17994
17995 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17996
17997         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17998         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17999         Use the _ONCE methods, for efficiency.
18000         Check for fcntl.h.  In test program, include <errno.h>
18001         and <fcntl.h> if available.  Remove old K&R cruft from
18002         test program.  Check for common errors in GNU/Linux,
18003         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18004         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18005         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18006         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18007         name accordingly.
18008         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18009         accommodate new getcwd.c.
18010         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18011         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18012         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18013         that's all we need now.
18014
18015 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18016
18017         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18018         argp-parse.c depends on getopt internals, that means we should
18019         always use our getopt, to be on the safe side.
18020         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18021         order not to spoil the result of an eventual previous invocation
18022         of gl_GETOPT_SUBSTITUTE.
18023
18024 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18025
18026         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18027         redefinition warnings. To avoid them, include the defines
18028         in `#if !defined __need_getopt ... #endif'. The only place
18029         where __getopt_argv_const is used is in definitions
18030         of getopt_long and getopt_long_only below, which are as well
18031         protected by `#ifndef __need_getopt'.
18032         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18033         __need_getopt after including <stdio.h> and <unistd.h> These
18034         headers might have defined it.
18035
18036 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18037
18038         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18039
18040 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18041
18042         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18043         (futimens): New function, which uses futimes if available.
18044         (futimens, utimens): Support timespec==NULL, with same semantics
18045         as utime and utimens.
18046         * lib/utimens.h (futimens): New decl.
18047
18048 2004-11-23  Jim Meyering  <jim@meyering.net>
18049
18050         * lib/getopt_.h: Remove trailing blanks.
18051
18052 2004-11-23  Jim Meyering  <jim@meyering.net>
18053
18054         * lib/__fpending.c: Add comment.
18055
18056 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         * modules/canonicalize (Depends-on): Add xreadlink.
18059         Problem reported by James Youngman.
18060
18061 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18062
18063         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18064         New macros.
18065         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18066         optopt): Use them instead of invoking ## directly; otherwise, the
18067         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18068
18069 2004-11-19  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/strtok_r.c: Move comments from here...
18072         * lib/strtok_r.h: ... to here.
18073
18074 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18075
18076         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18077         implementations that mishandle size_t overflow.
18078
18079 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18080
18081         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18082         might fail.  Problem reported by Yoann Vandoorselaere.
18083         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18084         implementations that mishandle size_t overflow.
18085
18086 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18087
18088         * modules/canon-host (Depends-on): Add strdup.
18089
18090 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18091
18092         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18093
18094 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18095
18096         * lib/canon-host.c: Include "strdup.h".
18097         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18098         Use strdup instead of malloc/strcpy to duplicate strings.
18099
18100         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18101         (human_space_before_unit): New constant.
18102         * lib/human.c (human_readable): Support it.
18103
18104         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18105         (xgetcwd): Set errno correctly when failing.
18106         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18107         the failure is actually due to a PATH_MAX problem.
18108
18109         Further getopt changes to make it more likely that glibc will
18110         buy the changes back.
18111         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18112         (getopt): Use it, so to preserve glibc semantic
18113         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18114         when compiling for libc.
18115         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18116         (getopt_long, getopt_long_only): Use it.
18117
18118         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18119         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18120         (getopt): Argv is now char * const *, as per standard.
18121         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18122         not char *__getopt_argv_const *.
18123         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18124         _getopt_long_only_r): Likewise.
18125         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18126         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18127         _getopt_long_r, _getopt_long_only_r): Likewise.
18128         * lib/getopt_.h (__getopt_argv_const): Remove.
18129         (getopt): Argv is now char * const *, as per standard.
18130
18131         * lib/getdate.y (tORDINAL): New token.
18132         (day, relunit): Allow it for relative times.
18133         (relative_time_table): Use tORDINAL for ordinals.
18134
18135 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18136
18137         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18138         Document that "second" isn't allowed as an ordinal number.
18139
18140 2004-11-16  Jim Meyering  <jim@meyering.net>
18141
18142         * modules/closeout (Depends-on): Add fpending.
18143
18144 2004-11-15  Jim Meyering  <jim@meyering.net>
18145
18146         * lib/closeout.c: Include "__fpending.h" once again.
18147         Include <stdbool.h>.
18148         (close_stdout): Don't fail just because stdout was closed initially,
18149         since some programs don't write to stdout in the normal course of
18150         operation (other than --version and --help), and we don't want this
18151         function to make e.g. `touch file >&-' fail.
18152         But do fail if it was closed and someone has tried to write to it.
18153         E.g., `printf foo >&-' must fail.
18154
18155 2004-11-13  Jim Meyering  <jim@meyering.net>
18156
18157         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18158
18159 2004-11-12  Simon Josefsson  <jas@extundo.com>
18160
18161         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18162         small doc fix is still pending.
18163
18164 2004-11-11  Simon Josefsson  <jas@extundo.com>
18165
18166         * modules/strtok_r: New file.
18167
18168         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18169         strtok_r.
18170
18171 2004-11-11  Simon Josefsson  <jas@extundo.com>
18172
18173         * m4/strtok_r.m4: New file.
18174
18175         * m4/getopt.m4: Replace opterr.
18176
18177 2004-11-11  Simon Josefsson  <jas@extundo.com>
18178
18179         * lib/strtok_r.h, strtok_r.c: New file.
18180
18181 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18182
18183         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18184         of replacing opterr, getopt, etc.  This should handle the
18185         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18186
18187 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18188
18189         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18190         we can stop lying to compilers about the constness of argv when we
18191         are compiled outside glibc.
18192         (getopt, getopt_long, getopt_long_only): Use it.
18193         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18194         _getopt_internal, getopt): Likewise.
18195         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18196         _getopt_long_only_r): Likewise.
18197         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18198         _getopt_long_r, _getopt_long_only_r): Likewise.
18199
18200         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18201         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18202         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18203         the other external symbols.
18204         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18205         declaration, since the above renaming now works around collisions.
18206
18207 2004-11-11  Jim Meyering  <jim@meyering.net>
18208
18209         * lib/linebreak.c: Remove trailing blanks.
18210         * lib/alloca_.h: Likewise.
18211         * lib/acosl.c: Likewise.
18212         * lib/euidaccess.c: Likewise.
18213         * lib/allocsa.h: Likewise.
18214
18215 2004-11-10  Simon Josefsson  <jas@extundo.com>
18216
18217         * m4/getaddrinfo.m4: New file.
18218
18219 2004-11-10  Simon Josefsson  <jas@extundo.com>
18220
18221         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18222
18223 2004-11-10  Simon Josefsson  <jas@extundo.com>
18224
18225         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18226         getaddrinfo.
18227
18228         * modules/getaddrinfo: New file.
18229
18230 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18231
18232         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18233
18234 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         * lib/mktime.c (SHR): New macro, which is a portable
18237         substitute for >> that should work even on Crays.
18238         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18239         Problem reported by Mark D. Baushke in
18240         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18241         * lib/getdate.y (SHR): Likewise.
18242         (tm_diff): Use it.
18243         * lib/strftime.c (SHR): Likewise.
18244         (tm_diff): Use it.
18245         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18246         quote_these_too, so that right shifts are well defined.  All uses
18247         changed.
18248
18249 2004-11-10  Jim Meyering  <jim@meyering.net>
18250
18251         Ensure that no close failure goes unreported.
18252         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18253         return early when it seems there's nothing to flush.
18254         Don't include __fpending.h.
18255
18256 2004-11-10  Jim Meyering  <jim@meyering.net>
18257
18258         * modules/closeout (Depends-on): Remove fpending.
18259
18260 2004-11-10  Jim Meyering  <jim@meyering.net>
18261
18262         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18263
18264 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18265
18266         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18267         gl_FUNC_STRFTIME.
18268         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18269         and AC_REQUIRE when possible, to avoid duplicate checks.
18270         Check for <wchar.h>.
18271
18272 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18273
18274         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18275
18276 2004-11-09  Bruno Haible  <bruno@clisp.org>
18277
18278         * m4/sockpfaf.m4: New file.
18279
18280 2004-11-05  Bruno Haible  <bruno@clisp.org>
18281
18282         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18283         Reported by Mark D. Baushke <mdb@cvshome.org>.
18284
18285 2004-11-04  Bruno Haible  <bruno@clisp.org>
18286
18287         2004-09-11  Bruno Haible  <bruno@clisp.org>
18288                 * allocsa.valgrind: New file.
18289         2004-02-06  Bruno Haible  <bruno@clisp.org>
18290                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18291                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18292                 Reported by Christopher Seip <chris.seip@hp.com>.
18293
18294 2004-11-04  Bruno Haible  <bruno@clisp.org>
18295
18296         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18297         (Makefile.am): Distribute it.
18298
18299 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18300
18301         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18302         with errno == ERANGE if the buffer is too small.
18303         Problem reported by Mark D. Baushke.
18304
18305 2004-11-03  Albert Chin  <china@thewrittenword.com>
18306             Paul Eggert  <eggert@cs.ucla.edu>
18307
18308         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18309         equivalent, substitute $ac_type for equivalent type rather than
18310         blindly using uint32_t *always* which won't work if uint32_t is not
18311         available.  Define _UINT32_T to work around typedef of uint32_t if
18312         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18313         2.5.1.
18314
18315 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18316
18317         * m4/jm-macros.m4: Sync from coreutils.
18318         (gl_MACROS): Check for mbrlen, for pathchk.
18319         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18320
18321 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18322
18323         * lib/xreadlink.c (MAXSIZE): New macro.
18324         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18325         size does not exceed MAXSIZE.  Avoid cast.
18326         As suggested by Mark D. Baushke in
18327         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18328         if readlink fails with buffer size just under MAXSIZE, try again
18329         with MAXSIZE.
18330
18331 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18332
18333         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18334
18335 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18336         and  Paul Eggert  <eggert@cs.ucla.edu>
18337
18338         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18339         (get_date): Overparenthesize to avoid GCC warning.
18340
18341 2004-11-02  Bruno Haible  <bruno@clisp.org>
18342
18343         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18344         returns void.
18345
18346 2004-11-02  Bruno Haible  <bruno@clisp.org>
18347
18348         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18349         function returns void.
18350
18351 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18352
18353         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18354         fflush_unlocked, flockfile, funlockfile, funlockfile,
18355         fputs_unlocked, putc_unlocked.
18356
18357 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18358
18359         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18360         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18361         already declared.
18362
18363 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18364
18365         * modules/getdate (Files): Add doc/getdate.texi.
18366         (Depends-on): Add setenv, xalloc.
18367
18368 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18369
18370         * lib/getdate.y: Add support for TZ="foo" within a date string.
18371         Fix some bugs near time_t boundaries.  Reject dates with
18372         out-of-range components, e.g., "Sept 31".
18373         Include <stdlib.h>, "setenv.h", "xalloc.h".
18374         (ISDIGIT_LOCALE): Remove; unused.
18375         Note that the TZ and time functions used here are not reentrant.
18376         (mktime_ok, get_tz): New functions.
18377         (TZBUFSIZE): New constant.
18378         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18379         This requires that we sometimes generate our own TZ="XXX..." setting.
18380
18381 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18382
18383         * doc/getdate.texi: New file, from coreutils with modifications for
18384         the new TZ parsing.
18385
18386 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18387
18388         * lib/mktime.c (not_equal_tm): Remove redundant check.
18389
18390 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18391
18392         * modules/regex (lib_SOURCES): Add regex.c.
18393         Reported by James Youngman in
18394         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18395
18396 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18397
18398         * lib/getdate.y: Use Bison 1.875 features, and some minor
18399         code cleanups.  This change does not affect semantics.
18400         Don't include <stdlib.h>; no longer needed.
18401         Don't include unlocked-io.h; only the "#if TEST" code uses
18402         stdio, and performance isn't crucial there.
18403         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18404         Bison 1.875 features as described below.
18405         All uses of "PC." replaced by "pc->".
18406         (YYSTYPE): Add a forward declaration.
18407         (yylex, yyerror): Use full prototypes in forward decls.
18408         Use "%pure-parser" rather than obsolescent "%pure_parser".
18409         Use %parse-param and %lex-param instead of obsolescent
18410         YYPARSE_PARAM and YYLEX_PARAM.
18411         (meridian_table, month_and_day_table, time_units_table,
18412         relative_time_table, time_zone_table, military_table,
18413         lookup_zone, lookup_word, get_date):
18414         Use NULL instead of 0 where appropriate.
18415         (to_hour): Avoid abort (), to avoid a dependency on
18416         stdlib.h.
18417         (yyerror, yylex): Now accepts parser_control * arg.
18418         (main) [TEST]: Use '\0' rather than 0 for char.
18419
18420 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18423
18424 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18425
18426         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18427         It's now the caller's responsibility to handle the case where
18428         !HAVE_GETPAGESIZE && !defined getpagesize.
18429
18430         * lib/mktime.c (leapyear): Arg is long int, not int.
18431
18432 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18433
18434         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18435
18436 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18437
18438         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18439         missing.  Problem reported by James Youngman.
18440
18441 2004-10-16  Simon Josefsson  <jas@extundo.com>
18442
18443         * gnulib-tool: Fix comments.  Fix parse problem.
18444         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18445
18446 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18447
18448         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18449         implementation of getopt_long.  Problem reported by Alexander Taler in:
18450         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18451
18452 2004-10-15  Bruno Haible  <bruno@clisp.org>
18453
18454         * gnulib-tool: Untabify. Initialize supplied_libname.
18455         (func_usage): More homogenous output.
18456         (func_modules_transitive_closure, func_modules_to_filelist,
18457         func_emit_lib_Makefile_am): New functions.
18458         (func_import): New function, extracted from big case statement. Use
18459         func_get_license, func_modules_transitive_closure,
18460         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18461         opt_lgpl. Don't use test -a, as it's not portable.
18462         (func_create_testdir): Use func_modules_transitive_closure,
18463         func_modules_to_filelist, func_emit_lib_Makefile_am.
18464
18465 2004-10-15  Bruno Haible  <bruno@clisp.org>
18466
18467         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18468
18469 2004-10-15  Bruno Haible  <bruno@clisp.org>
18470
18471         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18472         the portions belonging to each module.
18473         Suggested by Derek Robert Price <derek@ximbiot.com>.
18474
18475 2004-10-12  Simon Josefsson  <jas@extundo.com>
18476
18477         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18478         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18479         to real functions.
18480
18481 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18482
18483         * modules/vsnprintf: New file.
18484
18485 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18486
18487         * m4/vsnprintf.m4: New file.
18488
18489 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18490
18491         * lib/vsnprintf.h: New file.
18492         * lib/vsnprintf.c: New file.
18493
18494 2004-10-11  Bruno Haible  <bruno@clisp.org>
18495
18496         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18497         vsnprintf.
18498
18499 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18500
18501         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18502
18503 2004-10-07  Bruno Haible  <bruno@clisp.org>
18504
18505         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18506         fits into the provided buffer.
18507
18508 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18509
18510         * lib/diacrit.c, diacrit.h: Add GPL notice.
18511
18512         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18513         notice.
18514         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18515         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18516         This avoids a potential constant-folding bug.
18517
18518 2004-10-05  Bruno Haible  <bruno@clisp.org>
18519
18520         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18521         for the declaration of strsep.
18522
18523 2004-10-05  Bruno Haible  <bruno@clisp.org>
18524
18525         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18526
18527 2004-10-04  Simon Josefsson  <jas@extundo.com>
18528
18529         * modules/memmem: New file.
18530         * tests/test-memmem.c: New file.
18531         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18532
18533 2004-10-04  Simon Josefsson  <jas@extundo.com>
18534
18535         * m4/memmem.m4: New file.
18536
18537 2004-10-04  Simon Josefsson  <jas@extundo.com>
18538
18539         * lib/memmem.h: New file.
18540         * lib/memmem.c: New file, taken from glibc.
18541
18542 2004-10-04  Simon Josefsson  <jas@extundo.com>
18543
18544         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18545         '#ifdef USE_UNLOCKED_IO'.
18546
18547 2004-10-04  Simon Josefsson  <jas@extundo.com>
18548
18549         * config/srclist.txt: Add memmem from glibc.
18550
18551 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18552
18553         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18554
18555         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18556         modules/exclude, modules/getdate, modules/getline,
18557         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18558         modules/getusershell, modules/linebuffer, modules/md5,
18559         modules/mountlist, modules/posixtm, modules/readtokens,
18560         modules/readutmp, modules/regex, modules/sha1,
18561         modules/version-etc, modules/yesno:
18562         Remove dependency on unlocked-io.
18563
18564 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18565
18566         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18567
18568         * m4/unlocked-io.m4: Add copyright notice.
18569         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18570
18571 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18574         * lib/xmalloc.c (xmemdup): Likewise.
18575         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18576         XFREE): Remove these long-obsolescent macros.
18577         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18578         * lib/xstrdup.c: Remove.
18579
18580         * lib/regex.c (re_comp): Cast gettext return value to char *,
18581         Problem reported by Martin Neitzel via Mark D. Baushke.
18582
18583 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18584
18585         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18586         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18587         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18588         regex.c, sha1.c, version-etc.c, yesno.c:
18589         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18590         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18591         the includer's responsibility.
18592
18593         Sync from coreutils.
18594
18595         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18596         points to the start of a string, as the C Standard says the
18597         resulting behavior is undefined.
18598
18599         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18600         simple -> simple_backups, numbered_existing ->
18601         numbered_existing_backups, numbered -> numbered_backups
18602         to avoid shadowing problems.  All uses changed.
18603         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18604         * lib/backupfile.c (check_extension, numbered_backup):
18605         Rename locals to avoid shadowing 'basename'.
18606         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18607         once.
18608
18609         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18610         * lib/.cvsignore: Add getopt.h.
18611
18612 2004-10-04  Bruno Haible  <bruno@clisp.org>
18613
18614         * modules/README: New file.
18615         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18616         not a module.
18617
18618 2004-10-02  Jim Meyering  <jim@meyering.net>
18619
18620         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18621
18622 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18623
18624         * modules/strsep: New file.
18625
18626 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18627
18628         * m4/strsep.m4: New file.
18629
18630 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18631
18632         * lib/strsep.h: New file.
18633         * lib/strsep.c: New file.
18634
18635 2004-10-01  Simon Josefsson  <jas@extundo.com>
18636
18637         * lib/snprintf.c (snprintf): Handle size==0.
18638
18639 2004-10-01  Simon Josefsson  <jas@extundo.com>
18640             Bruno Haible  <bruno@clisp.org>
18641
18642         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18643         (snprintf): Declare 'args'.
18644
18645 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18646
18647         * lib/snprintf.c: Remove comments as to why each header is needed.
18648
18649 2004-10-01  Bruno Haible  <bruno@clisp.org>
18650
18651         * MODULES.html.sh: Add strsep.
18652
18653 2004-09-30  Simon Josefsson  <jas@extundo.com>
18654
18655         * modules/snprintf: New file.
18656
18657 2004-09-30  Simon Josefsson  <jas@extundo.com>
18658
18659         * m4/snprintf.m4: New file.
18660
18661 2004-09-30  Simon Josefsson  <jas@extundo.com>
18662
18663         * lib/snprintf.h, lib/snprintf.c: New files.
18664
18665 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18666
18667         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18668         (hol_entry_help): Never translate an empty string.
18669         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18670         * lib/argp.h (OPTION_NO_TRANS): New option.
18671
18672 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * modules/argp (Maintainer): Replace Simon Josefsson
18675         by Sergey Poznyakoff.
18676
18677 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18678
18679         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18680         changes merged back into glibc.
18681
18682 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18683
18684         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18685
18686 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18687
18688         * lib/xvasprintf.c: Include xalloc.h.
18689         (xvasprintf): Use xalloc_die, not xmalloc_die.
18690
18691 2004-09-29  Bruno Haible  <bruno@clisp.org>
18692
18693         * modules/alloca-opt: New file, derived from modules/alloca.
18694         * modules/allocsa: Depend on alloca-opt instead of alloca.
18695         * modules/setenv: Likewise.
18696         * modules/vasnprintf: Likewise.
18697         * MODULES.html.sh: Add alloca-opt.
18698
18699 2004-09-28  Simon Josefsson  <jas@extundo.com>
18700
18701         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18702         LGPL, and to replace license template from GPL to LGPL.
18703
18704 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18705
18706         * modules/dummy: Change license to LGPL.
18707
18708 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18709
18710         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18711
18712 2004-09-24  Simon Josefsson  <jas@extundo.com>
18713
18714         * modules/minmax (License): Change from GPL to LGPL.
18715
18716 2004-09-23  Simon Josefsson  <jas@extundo.com>
18717
18718         * gnulib-tool (--import): Typo.
18719
18720 2004-09-23  Simon Josefsson  <jas@extundo.com>
18721
18722         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18723
18724 2004-09-22  Bruno Haible  <bruno@clisp.org>
18725
18726         * modules/*: Add 'License' field.
18727         * gnulib-tool: Accept --extract-license option.
18728         (func_get_license): New function.
18729
18730 2004-09-21  Bruno Haible  <bruno@clisp.org>
18731
18732         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18733         Reported by Simon Josefsson.
18734
18735 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18736
18737         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18738         gl_AC_TYPE_LONG_LONG.
18739
18740 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18743
18744 2004-09-18  Simon Josefsson  <jas@extundo.com>
18745         and  Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18748         calls with autoreconf.  Define GL_LIB.
18749
18750 2004-09-14  Karl Berry  <karl@gnu.org>
18751
18752         * config/srclist.txt: unsync setenv.c, sigh.
18753
18754 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18755
18756         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18757         Problem reported by Bruno Haible in:
18758         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18759
18760 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18761
18762         * config/srclist.txt: Comment out argp-pvh.c.
18763
18764 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18765
18766         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18767         in case some system header has #define'd it.  Problem reported by
18768         Soeren D. Schulze in
18769         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18770
18771 2004-09-09  Karl Berry  <karl@gnu.org>
18772
18773         * regex.[ch]: delete from the root.  These were supposed to be
18774                 synced with emacs cvs, but this has not happened for about
18775                 a year, and anyway nothing else uses emacs regex.[ch].
18776                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18777                 lib/regex[.ch] is untouched.
18778
18779 2004-09-09  Bruno Haible  <bruno@clisp.org>
18780
18781         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18782
18783 2004-09-09  Bruno Haible  <bruno@clisp.org>
18784
18785         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18786         modifications.
18787         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18788
18789 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18790
18791         * modules/xvasprintf: New file.
18792         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18793
18794 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18795
18796         * lib/xvasprintf.h: New file.
18797         * lib/xvasprintf.c: New file.
18798         * lib/xasprintf.c: New file.
18799
18800 2004-09-08  Bruno Haible  <bruno@clisp.org>
18801
18802         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18803
18804 2004-09-08  Bruno Haible  <bruno@clisp.org>
18805
18806         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18807         length is > INT_MAX.
18808         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18809         more.
18810
18811 2004-09-08  Bruno Haible  <bruno@clisp.org>
18812
18813         * lib/stdint_.h: New file, taken from GNU clisp.
18814
18815 2004-09-08  Bruno Haible  <bruno@clisp.org>
18816             Oskar Liljeblad  <oskar@osk.mine.nu>
18817
18818         * modules/stdint: New file.
18819         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18820
18821 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18822
18823         Import from coreutils.
18824         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18825         strings on unbounded length.  alloca's performance benefits aren't
18826         that important here.
18827         (V_STRDUP): Remove.
18828         (parse_with_separator): New function, with most of the internals
18829         of the old parse_user_spec.  Allow user to omit both user and group,
18830         for compatibility with FreeBSD.
18831         Clone only the user name, not the entire spec.
18832         Do not set *uid, *gid unless entirely successful.
18833         Avoid memory leak in some failing cases.
18834         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18835         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18836         (parse_user_spec): Rewrite to use parse_with_separator.
18837
18838 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18839
18840         * modules/userspec: Don't depend on alloca.
18841
18842 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18843
18844         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18845
18846 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18847
18848         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18849         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18850         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18851
18852 2004-08-16  Simon Josefsson  <jas@extundo.com>
18853
18854         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18855         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18856         Add --dry-run for --import.
18857         Let user provided command line parameters override configure.ac
18858         settings.
18859
18860 2004-08-12  Simon Josefsson  <jas@extundo.com>
18861
18862         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18863         as discussed with Paul Eggert in threads rooted at
18864         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18865         and
18866         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18867         Before, the test was empty, and relied on ELIDE_CODE in source
18868         code.)
18869         (gl_PREREQ_GETOPT): New macro.
18870         (gl_GETOPT): Use them.
18871
18872 2004-08-12  Simon Josefsson  <jas@extundo.com>
18873
18874         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18875         * lib/getopt_.h: Renamed from getopt.h.
18876
18877 2004-08-12  Simon Josefsson  <jas@extundo.com>
18878
18879         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18880         Change default library name from libfoo to libgnu.
18881         Now, if you have a configure.ac that says:
18882                 gl_SOURCE_BASE(gl)
18883                 gl_M4_BASE(gl/m4)
18884                 gl_MODULES(error getopt etcetera)
18885                 gl_INIT
18886         you can import all you need by running:
18887                 ../gnulib/gnulib-tool --import
18888
18889         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18890         (Makefile.am): Rewrite, use logic from argz.
18891         (Include): Use <getopt.h> instead of "getopt.h".
18892
18893 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18894
18895         * modules/argp (Files): Add m4/unlocked-io.m4.
18896         (Depends-on): Add extensions.
18897
18898 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18899
18900         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18901         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18902         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18903         Check for program_invocation_name, program_invocation_short_name,
18904         flockfile, funlockfile, features.h, _getopt_long_only_r.
18905
18906 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18907
18908         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18909         its complicated substitute.
18910         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18911         and program_invocation_name.
18912         (__argp_basename) [!_LIBC]: Remove; the only use was
18913         replaced by its body.
18914         (__argp_short_program_name): Change condition from
18915         !defined __argp_short_program_name to
18916         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18917         to match argp-namefrob.h.
18918         (__argp_failure): Don't assume strerror_r returns char *.
18919         * lib/argp-parse.c (N_): Define unconditionally.
18920         (argp_default_options): Fill out initializers with 0 to avoid
18921         gcc warnings.
18922
18923 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18924
18925         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18926         getopt1.c.
18927
18928 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         Merge from coreutils.
18931
18932         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18933
18934         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18935         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18936
18937 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18938
18939         Merge from coreutils.
18940
18941         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18942         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18943         for Reliant Unix 5.43.
18944
18945         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18946         (union fooround): Use uintmax_t, not long int.
18947         The rest is a merge from libc:
18948         [defined _LIBC]: Include <shlib-compat.h>.
18949         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18950
18951         * lib/settime.c (settime): Recode to avoid warning with
18952         Sun Forte C 6U2.
18953
18954         * lib/strverscmp.c: Convert to UTF-8.
18955
18956 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18957
18958         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18959         m4/uintmax_t.m4.
18960
18961 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * modules/xalloc-die: New file.
18964         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18965
18966         * modules/md5 (Files): Add m4/uint32_t.m4.
18967         * modules/sha1: Renamed from modules/sha.
18968         (Files):
18969         Rename lib/sha.h to lib/sha1.h.
18970         Rename lib/sha.c to lib/sha1.c.
18971         Rename m4/sha.m4 to m4/sha1.m4.
18972         (lib_SOURCES): Likewise.
18973         (configure.ac): Rename gl_SHA to gl_SHA1.
18974         (Include): sha.h -> sha1.h.
18975
18976 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18977
18978         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18979         * m4/sha1.m4: Renamed from sha.m4.
18980         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18981
18982 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * lib/obstack.h (obstack_empty_p):
18985         Don't assume that chunk->contents is suitably aligned.
18986         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18987         Likewise. Problem reported by Benno in
18988         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18989
18990         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18991         readable.  This could be improved further but it'd take some work.
18992
18993 2004-08-08  Simon Josefsson  <jas@extundo.com>
18994
18995         * modules/xgethostname (Depends-on): Remove exit and error (not
18996         used).
18997
18998         * modules/getpass-gnu: Add getpass.h.
18999         (Depends-on): Add stdbool.
19000         * modules/getpass: Add getpass.h.
19001
19002 2004-08-08  Simon Josefsson  <jas@extundo.com>
19003
19004         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19005         Check getpass declaration.
19006
19007 2004-08-08  Simon Josefsson  <jas@extundo.com>
19008
19009         * lib/xgethostname.c: Don't include error.h (not used).
19010
19011         * lib/getpass.h: Add.
19012         * lib/getpass.c: Include getpass.h first.
19013
19014 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19015
19016         * lib/xalloc-die.c: New file.
19017         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19018         All uses removed.
19019         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19020         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19021         xalloc-die.c.
19022         (_, N_, xalloc_die): Move to xalloc-die.c.
19023         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19024         so that we needn't mess with xalloc_msg_memory_exhausted.
19025
19026         * lib/sha1.h: Renamed from sha.h.
19027         (SHA1_H): Renamed from _SHA_H.
19028         (sha1_ctx): Renamed from sha_ctx.
19029         (sha1_init_ctx): Renamed from sha_init_ctx.
19030         (sha1_process_block): Renamed from sha_process_block.
19031         (sha1_process_bytes): Renamed from sha_process_bytes.
19032         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19033         (sha1_read_ctx): Renamed from sha_read_ctx.
19034         (sha1_stream): Renamed from sha_stream.
19035         (sha1_buffer): Renamed from sha_buffer.
19036         * lib/sha1.c: Likewise; renamed from sha.c.
19037         Do not include <sys/types.h>.
19038         Include <stddef.h> rather than <stdlib.h>.
19039
19040 2004-08-08  Bruno Haible  <bruno@clisp.org>
19041
19042         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19043         FILESYSTEM_PREFIX_LEN.
19044         * lib/progreloc.c: Likewise.
19045         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19046
19047 2004-08-06  Simon Josefsson  <jas@extundo.com>
19048
19049         * modules/progname (Depends-on): Don't depend on stdbool.
19050
19051 2004-08-06  Simon Josefsson  <jas@extundo.com>
19052
19053         * modules/getsubopt: New file.
19054         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19055         getsubopt.
19056
19057 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19058
19059         More merge from coreutils.
19060
19061         * m4/utimens.m4, m4/utimecmp.m4: New files.
19062         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19063         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19064         prereq.m4, sha.m4: Import changes from coreutils.
19065
19066 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19067
19068         More merge from coreutils.
19069         * modules/raise, modules/readtokens0, modules/utimens:
19070         * modules/utimecmp, module/xnanosleep: New files.
19071         * modules/strftime: Add lib/strftime.h.
19072         Change include from <time.h> to "strftime.h".
19073         * modules/yesno: Add lib/yesno.h.
19074         * modules/backupfile: Remove lib/addext.c.
19075         * modules/euidaccess: Add stat-macros.h.
19076         * modules/canonicalize, modules/euidaccess,
19077         modules/filemode, modules/lchown, modules/makepath,
19078         modules/rmdir, modules/stat: Likewise.
19079
19080 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19081
19082         Merge from tar.
19083         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19084         SIZE_MAX is a valid preprocessor constant.
19085         (__argp_basename): Change from "#ifndef _LIBC"
19086         to "#ifndef __argp_short_program_name", so that
19087         we don't compile these functions for tar.
19088
19089         More merges from coreutils.
19090         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19091         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19092         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19093         * lib/addext.c: Remove; no longer needed.
19094         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19095         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19096         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19097         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19098         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19099         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19100         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19101         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19102         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19103         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19104         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19105         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19106         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19107         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19108         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19109         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19110         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19111         Import changes from coreutils.
19112
19113 2004-08-05  Simon Josefsson  <jas@extundo.com>
19114
19115         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19116
19117 2004-08-05  Simon Josefsson  <jas@extundo.com>
19118
19119         * m4/getsubopt.m4: New file.
19120
19121 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19122
19123         Merge from coreutils.
19124
19125         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19126         * m4/getcwd-path-max.m4: New files.
19127
19128         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19129         FILESYSTEM_PREFIX_LEN ->
19130         FILE_SYSTEM_PREFIX_LEN.
19131         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19132         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19133         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19134         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19135
19136         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19137         prerequisite modules now handle the DOS stuff.
19138         Don't check for unistd.h.
19139
19140 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19141
19142         Merge from coreutils.
19143
19144         * lib/.gdb-history: Remove; this doesn't belong here.
19145
19146         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19147         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19148         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19149         * lib/getcwd.c: New files.
19150
19151         * lib/dirname.h: Include <stdbool.h>.
19152         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19153         for consistency with POSIX terminology.  All uses changed.
19154         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19155         (strip_trailing_slashes): Use bool for booleans.
19156         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19157
19158         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19159         sometimes returns a positive errno value even when it succeeds.
19160         (print_errno_message) [!LIBC]: Fall back on strerror if
19161         __strerror_r fails.
19162
19163         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19164         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19165         (longest_relative_suffix): New function.
19166         (path_concat): Use it.  Assume first argument is not NULL.
19167         Port to DOS.  Omit redundant separators.
19168         Report an error instead of returning NULL.
19169         Use mempcpy instead of memcpy.
19170         (xpath_concat): Remove: not declared or used.
19171
19172         * lib/same.h: Include <stdbool.h>
19173         (same_name): Return bool, not int.
19174         * lib/same.c (same_name): Likewise.
19175         (errno): Don't declare; we assume C89 or better now.
19176
19177         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19178         if not already defined.
19179
19180         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19181         * lib/dup-safer.c (errno): Likewise.
19182
19183 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19184
19185         Merge from coreutils.
19186         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19187         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19188         * modules/path-concat: Don't depend on strdup.
19189
19190 2004-08-03  Simon Josefsson  <jas@extundo.com>
19191
19192         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19193         * lib/progname.h: Don't include stdbool.h.
19194
19195 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19196
19197         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19198         * MODULES.html.sh (func_all_modules): Remove fatal.
19199
19200 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19201
19202         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19203
19204 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19205
19206         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19207         working.
19208
19209 2004-08-02  Simon Josefsson  <jas@extundo.com>
19210
19211         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19212         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19213         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19214
19215 2004-08-01  Simon Josefsson  <jas@extundo.com>
19216
19217         * lib/xgetdomainname.c: Include stdlib.h, for free().
19218
19219 2004-07-19  Bruno Haible  <bruno@clisp.org>
19220
19221         * MODULES.html.sh (func_all_modules): Add dummy.
19222
19223 2004-07-16  Simon Josefsson  <jas@extundo.com>
19224
19225         * modules/dummy: New file.
19226
19227 2004-07-16  Simon Josefsson  <jas@extundo.com>
19228
19229         * lib/dummy.c: New file.
19230
19231 2004-07-16  Bruno Haible  <bruno@clisp.org>
19232
19233         * lib/backupfile.h: Add extern "C" for C++.
19234         * lib/closeout.h: Likewise.
19235         * lib/copy-file.h: Likewise.
19236         * lib/findprog.h: Likewise.
19237         * lib/full-write.h: Likewise.
19238         * lib/pathname.h: Likewise.
19239         * lib/progname.h: Likewise.
19240         * lib/stpcpy.h: Likewise.
19241         * lib/stpncpy.h: Likewise.
19242         * lib/strcase.h: Likewise.
19243         * lib/strstr.h: Likewise.
19244         * lib/xalloc.h: Likewise.
19245
19246         * lib/mbswidth.h: Add extern "C" for C++.
19247         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19248
19249 2004-07-13  Robert Millan  <robertmh@gnu.org>
19250
19251         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19252
19253 2004-07-09  Simon Josefsson  <jas@extundo.com>
19254
19255         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19256         failed without this.)
19257
19258 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19259
19260         * modules/chown (Files): Add lib/fchown-stub.c, since
19261         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19262
19263 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19264
19265         * lib/fchown-stub.c: New file.
19266
19267 2004-06-24  Jim Meyering  <jim@meyering.net>
19268
19269         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19270
19271 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19272
19273         * modules/argz: Omit "#include".
19274
19275         * MODULES.html.sh (func_all_modules): Add calloc, to match
19276         2004-06-01 addition of calloc module.
19277
19278 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19279
19280         * m4/argz.m4: New file, which is autoupdated from libtool.
19281
19282 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19283
19284         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19285         libtool.
19286
19287 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19288
19289         * config/srclist-update: Don't insist on "USA." before the
19290         close-comment, as libtool omits the period and puts the */ on a
19291         separate line.
19292         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19293         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19294
19295 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19296
19297         * modules/argz: New file.
19298         * MODULES.html.sh (func_all_modules): Add argz.
19299
19300 2004-06-12  Jim Meyering  <jim@meyering.net>
19301         and  Paul Eggert  <eggert@cs.ucla.edu>
19302
19303         * modules/hash (Files): Add lib/xalloc.h.
19304         * modules/pipe (Depends-on): Add wait-process.
19305         * modules/stat (Depends-on): Add xalloc.
19306         * modules/userspec (Files): Add lib/userspec.h.
19307         * modules/xstrto
19308
19309         Upgrade from gettext-0.13.
19310         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19311         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19312         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19313
19314 2004-06-10  Jim Meyering  <jim@meyering.net>
19315
19316         * lib/calloc.c: New file.
19317
19318 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * lib/getdate.y (yylex): Allow space between sign and number.
19321         Problem reported by Dan Jacobson.
19322
19323 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19324
19325         Merge from coreutils CVS.
19326
19327         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19328         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19329         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19330         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19331         xstrtol.m4: Fix copyright date and/or serial number.
19332
19333         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19334         See if we need an fchown replacement.
19335         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19336         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19337         and use the replacement function if we detect either defect.
19338
19339         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19340         gl_UTIMECMP.
19341
19342 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19343         and  Jim Meyering  <jim@meyering.net>
19344
19345         Merge from coreutils CVS.
19346
19347         * lib/stat-macros.h: New file, with contents from file-type.h
19348         and coreutils' system.h.
19349         * lib/file-type.c: Include "stat-macros.h".
19350         * lib/file-type.h (file_type): Move all macro definitions to new file,
19351         stat-macros.h.
19352
19353         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19354         Wrap old code with this conditional.
19355         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19356         function that does not dereference symlinks.
19357         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19358
19359         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19360         dependency problems.
19361         (xreadlink): Accept new arg SIZE, for efficiency.
19362         All decls and uses changed.
19363         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19364
19365         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19366         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19367
19368         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19369         sysexits.h.
19370
19371 2004-06-01  Jim Meyering  <jim@meyering.net>
19372
19373         * m4/calloc.m4: New file.
19374
19375 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19376
19377         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19378         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19379         Also, fix a typo in a diagnostic.
19380
19381 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19382
19383         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19384         or AC_FUNC_REALLOC.
19385
19386 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19387
19388         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19389         macros to be defined.
19390         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19391         the allocator returns NULL because the requested size is zero.
19392
19393 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19394
19395         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19396         var.  Add comment explaining why libc still defines it.  This
19397         merges the following patch from glibc:
19398         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19399
19400 2004-05-20  Andreas Schwab  <schwab@suse.de>
19401
19402         * m4/free.m4: Replace free if it not known to work, not the other
19403         way round.
19404
19405 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19406
19407         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19408         present in glibc since revision 1.1 of this file.
19409         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19410         obstack_alignment_mask, obstack_alloc, obstack_base,
19411         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19412         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19413         obstack_grow0, obstack_init, obstack_int_grow,
19414         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19415         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19416         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19417         nonexistent functions.
19418
19419 2004-05-18  Karl Berry  <karl@gnu.org>
19420
19421         * config/srclist.txt: break link for vasnprintf.c.
19422
19423 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19424
19425         Port obstack to the AS/400, where pointers are 16 bytes wide and
19426         you cannot cast an integer to a valid pointer.  This patch is
19427         currently waiting to be integrated into glibc; see
19428         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19429
19430         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19431         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19432         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19433         (struct obstack): temp member is now a union of a pointer and
19434         an integer, instead of an integer.  All integer uses changed.
19435         This does not affect the physical layout of struct obstack,
19436         except on hosts (like the AS/400) where the size or alignment of
19437         void * is greater than that of ptrdiff_t.
19438         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19439         __STDC__)]: Store temporary in pointer member of union, not
19440         integer member.
19441         * lib/obstack.c: Include <stddef.h>, for offsetof.
19442         (struct fooalign): Remove; it doesn't need a name.
19443         (union fooround): Change double to long double, and add void *.
19444         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19445         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19446         not a macro.  Hence the values are always int; so remove all
19447         casts-to-int in uses.
19448
19449 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19450
19451         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19452         we can get this patch merged into glibc.
19453
19454 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19455             Paul Eggert  <eggert@cs.ucla.edu>
19456
19457         * m4/argp: Depend on alloca.
19458
19459 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19460             Paul Eggert  <eggert@cs.ucla.edu>
19461
19462         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19463         freecoding.
19464
19465 2004-05-17  Bruno Haible  <bruno@clisp.org>
19466
19467         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19468         precision that consists of a '.' followed by an empty digit string.
19469         Patch by Tor Lillqvist <tml@iki.fi>.
19470
19471 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19472
19473         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19474         for backward compatibility with older code.  We need our own
19475         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19476         it under some other name, and our alloca.h will define it.
19477
19478 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19479             Derek Price  <derek@ximbiot.com>
19480
19481         * lib/alloca.c: Include <alloca.h>, to get our interface.
19482         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19483         include <alloca.h> first.  Use C89 prototype for alloca; this
19484         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19485         Use #elif for simplicity, since we can assume C89 now.
19486         Don't try to source the system alloca.h since it will not be found
19487         and to prevent recursively including its replacement.
19488         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19489         * lib/regex.c: Likewise.
19490
19491 2004-05-16  Derek Price  <derek@ximbiot.com>
19492             Paul Eggert  <eggert@cs.ucla.edu>
19493
19494         getline cleanup.  This changes the getndelim2 API: both order of
19495         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19496         no delimiter).
19497
19498         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19499         interface does that.
19500         (getline): Always use getdelim, so that we don't have two
19501         copies of this code.
19502         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19503         if available.
19504         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19505         (GETNDELIM2_MAXIMUM): New macro.
19506         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19507         instead of the old practice of delim2==0.  All callers changed.
19508         Return -1 on overflow, instead of returning junk.
19509         Do not set *linesize unless allocation succeeds.
19510         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19511         that we include sys/types.h.
19512         * lib/getnline.h: Likewise.
19513         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19514         (getndelim2): Reorder arguments.
19515         * lib/getnline.c (getnline, getndelim):
19516         Don't discard the NMAX argument.
19517         (getnline): Invoke getndelim, to avoid code duplication.
19518         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19519         of (size_t) -1 by callers of the getnline family.
19520
19521 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19522
19523         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19524         Check for gettimeofday.
19525         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19526         Check for settimeofday, stime.
19527
19528 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19529
19530         * lib/nanosleep.c (suspended): Change its type from int to
19531         sig_atomic_t volatile.
19532         (first_call): Make it private to rpl_nanosleep, and have it
19533         be zero initially as that's a bit faster.
19534         (my_usleep): Round up fractional times instead of truncating them,
19535         as this is the usual meaning for 'sleep'.
19536
19537         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19538         doesn't work.
19539         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19540         (ENOSYS): Define if not defined.
19541         (settime): Fall back on stime if it exists and settimeofday fails.
19542         But don't bother with fallbacks if a method fails with errno == EPERM.
19543
19544 2004-05-11  Jim Meyering  <jim@meyering.net>
19545
19546         Prior to this change, the save_cwd caller required read access to the
19547         current directory on most systems (ones with the fchdir function).
19548
19549         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19550         fails, try write-only, and finally, resort to using xgetcwd.
19551
19552 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19553
19554         * lib/obstack.c, obstack.h: Import changes from libc.
19555
19556 2004-04-28  Bruno Haible  <bruno@clisp.org>
19557
19558         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19559         also implicitly appends .exe to executables.
19560         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19561         accepts Windows pathnames.
19562         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19563         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19564         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19565         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19566         Reported by Derek Robert Price <derek@ximbiot.com>.
19567
19568 2004-04-21  Karl Berry  <karl@gnu.org>
19569
19570         * config/srclist.txt (localcharset.c): break sync.
19571
19572 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19573
19574         * m4/host-os.m4: Add a copyright notice.
19575
19576 2004-04-20  Jim Meyering  <jim@meyering.net>
19577
19578         Change UTILS_ to gl_ in AC_DEFINE'd names.
19579         Change utils_- and jm_-prefixed variables, too.
19580         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19581         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19582         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19583
19584         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19585         Don't emit trailing blanks.
19586         Also rename jm_-prefixed variables to have gl_ prefix.
19587
19588         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19589         Also rename jm_-prefixed variables to have gl_ prefix.
19590
19591         * m4/jm-macros.m4: Reflect the renamings.
19592         * m4/prereq.m4: Likewise.
19593
19594 2004-04-20  Jim Meyering  <jim@meyering.net>
19595
19596         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19597         memory.
19598
19599 2004-04-20  Jim Meyering  <jim@meyering.net>
19600             Bruno Haible  <bruno@clisp.org>
19601
19602         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19603         memory when realloc fails.
19604
19605 2004-04-19  Jim Meyering  <jim@meyering.net>
19606
19607         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19608         now that readutmp.c may call `free (0)'.
19609
19610 2004-04-19  Bruno Haible  <bruno@clisp.org>
19611
19612         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19613         * m4/inttypes_h.m4: Likewise.
19614         * m4/stdint_h.m4: Likewise.
19615         * m4/intmax_t.m4: Likewise.
19616         * m4/uintmax_t.m4: Likewise.
19617
19618 2004-04-18  Jim Meyering  <jim@meyering.net>
19619
19620         * m4/prereq.m4: Don't forbid jm_ prefix.
19621
19622         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19623         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19624         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19625         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19626         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19627         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19628         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19629         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19630         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19631         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19632         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19633         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19634         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19635         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19636         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19637         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19638         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19639         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19640         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19641
19642 2004-04-18  Jim Meyering  <jim@meyering.net>
19643
19644         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19645         failure, don't leak memory and do call END_UTMP_ENT.
19646
19647 2004-04-16  Jim Meyering  <jim@meyering.net>
19648
19649         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19650         coreutils' stat program.
19651         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19652
19653 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19654
19655         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19656         C89.
19657         (CHAR_BIT): Remove, since we assume C89.
19658         Include <stdint.h> if available, as per current Autoconf CVS advice.
19659
19660 2004-03-31  Jim Meyering  <jim@meyering.net>
19661
19662         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19663         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19664         * m4/xalloc.m4: Likewise.
19665
19666 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19667
19668         Merge from coreutils.
19669
19670         * m4/inttostr.m4: New file.
19671         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19672         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19673         Require gl_CLOCK_TIME.
19674         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19675
19676 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19677
19678         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19679         not bool, to be more consistent with Unix conventions.
19680         Suggested by Bruno Haible.
19681
19682         Merge from coreutils.
19683
19684         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19685         * lib/umaxtostr.c: New files.
19686
19687         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19688         the usual <time.h> dance.
19689         (get_date): Change signature to support fractional time stamps.
19690         All callers changed.
19691         * lib/getdate.y: Include "getdate.h" first, as we can now
19692         assume C89 and don't need to worry about 'const'.
19693         Similarly, include "unlocked-io.h" near start, not in middle.
19694         Include <limits.h>.
19695         (textint.value): Use long int rather than int.
19696         (textint.digits): Use size_t rather than int.
19697         (BILLION, LOG10_BILLION): New constants.
19698         (parser_control): New member rel_ns.  Members day_ordinal,
19699         time_zone, month, day, hour, minutes, rel_year, rel_month,
19700         rel_day, rel_hour, rel_minutes, rel_seconds
19701         are now long int, not int.  Member seconds is now struct timespec,
19702         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19703         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19704         not int.
19705         (%union.intval): Now long int, not int.
19706         New member timespec.
19707         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19708         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19709         (spec): Now is a timespec or an item list.
19710         (timespec, items): New nonterminals.
19711         (time, rel, relunit, number, get_date):
19712         Add support for fractional seconds.
19713         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19714         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19715         (to_hour): First arg is now long int, not int.
19716         (to_year): Returns long int, not int.
19717         Don't treat year -70 like 70.
19718         (tm_diff): Returns long int, not int.
19719         (lookup_word): Use bool instead of int when appropriate.
19720         (yylex): Use size_t for count, not int.
19721         Detect overflow when parsing large integer constants.
19722         Add support for fractions.
19723         (get_date): Make pointers 'const' if possible.
19724         Use more-portable code to detect integer overflow.
19725         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19726         Don't use ctime; it's not reliable if the year has >4 digits.
19727
19728         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19729         This is for compatibility with BSD.
19730
19731         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19732         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19733         From coreutils' system.h.
19734
19735         * lib/userspec.c: Don't include "posixver.h".
19736         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19737         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19738         compatible extension.  Simplify code by removing a boolean int
19739         that was always nonzero if a string was nonnull.
19740
19741 2004-03-30  Jim Meyering  <jim@meyering.net>
19742
19743         Merge from coreutils.
19744
19745         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19746         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19747         on some systems one must include <grp.h> before it.
19748         Reported by Christian Krackowizer.
19749
19750 2004-03-30  Jim Meyering  <jim@meyering.net>
19751
19752         Merge from coreutils.
19753
19754         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19755
19756         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19757         an empty input stream.
19758
19759         * lib/readtokens.c: Include <stdbool.h>.
19760         (readtoken): Use `size_t' rather than int/long.
19761         All callers adjusted.
19762         Use `bool' rather than `int' where appropriate.
19763         Use memset rather than an explicit loop.
19764         Use x2nrealloc rather than xrealloc.
19765         Allow the use of `\0' as a delimiter.
19766         (readtokens): Likewise.
19767         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19768
19769 2004-03-30  Jim Meyering  <jim@meyering.net>
19770
19771         * m4/realloc.m4: Remove file, since now it does no more than
19772         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19773         the `configure.ac' section of module/realloc.
19774         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19775
19776 2004-03-30  Bruno Haible  <bruno@clisp.org>
19777
19778         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19779         nonnull.
19780
19781 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19782
19783         Merge changes to getloadavg.c from coreutils and Emacs.
19784
19785         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19786         Define to an expression, not to the empty string.
19787         Include cloexec.h and xalloc.h.
19788         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19789         Use set_cloexec_flag rather than rolling our own.
19790         * lib/cloexec.c, lib/cloexec.h: New files.
19791
19792 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19793
19794         * m4/cloexec.m4: New file.
19795
19796 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19797
19798         * lib/getopt.h: Sync with libc CVS.
19799
19800 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19801             Bruno Haible  <bruno@clisp.org>
19802
19803         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19804         mbswidth.
19805
19806 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19807             Bruno Haible  <bruno@clisp.org>
19808
19809         * lib/mbswidth.h: Include <wchar.h> only if
19810         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19811         <wchar.h>.
19812         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19813
19814 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19815
19816         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19817         Sync with libc CVS.
19818         * lib/getopt_int.h: New file, also synced from libc.
19819
19820 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19821
19822         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19823         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19824         Bring back getopt.c, getopt.h, getopt1.c.
19825
19826 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19827
19828         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19829         All uses changed.  Check for sa_sigaction member; this fixes
19830         a bug first reported by Jason Andrade in
19831         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19832
19833 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19834
19835         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19836         '#if' expressions.  Unlike the code it replaces, it does not
19837         depend on (defined _SC_PAGESIZE).  However, it does depend on
19838         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19839         first reported by Jason Andrade in
19840         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19841
19842 2004-02-25  Simon Josefsson  <jas@extundo.com>
19843
19844         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19845
19846 2004-02-25  Simon Josefsson  <jas@extundo.com>
19847
19848         * lib/strdup.h: New file.
19849         * lib/strdup.c: Include it.
19850         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19851         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19852
19853 2004-02-23  Karl Berry  <karl@gnu.org>
19854
19855         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19856         (from fencepost.gnu.org:/gd/gnuorg).
19857
19858 2004-02-23  Karl Berry  <karl@gnu.org>
19859
19860         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19861         * config/srclist.txt: add maintain/standards documents.
19862
19863 2004-02-18  Bruno Haible  <bruno@clisp.org>
19864
19865         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19866         Reported by Derek Robert Price <derek@ximbiot.com>.
19867
19868 2004-02-16  Karl Berry  <karl@gnu.org>
19869
19870         * config/mkinstalldirs, install-sh: update from automake.
19871
19872 2004-02-06  Karl Berry  <karl@gnu.org>
19873
19874         * m4/po.m4: update from gettext 0.14.1.
19875
19876 2004-02-06  Karl Berry  <karl@gnu.org>
19877
19878         * lib/config.charset: update from gettext 0.14.1.
19879
19880 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19881
19882         Add comments and code, prompted by suggestions from Bruno Haible
19883         for sh-quote.
19884         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19885         describing the enum quoting_style values.
19886         * lib/quotearg.c (quotearg_alloc): New function.
19887         (quotearg_buffer_restyled): Treat lone { and } as special.
19888         Treat = as special.  Work around bug with older shells
19889         that "see" a '\' that is really the 2nd byte of a multibyte char.
19890         Quote empty string with shell_quoting_style.
19891
19892 2004-02-03  Bruno Haible  <bruno@clisp.org>
19893
19894         * m4/pipe.m4: New file, from GNU gettext.
19895
19896 2004-02-03  Bruno Haible  <bruno@clisp.org>
19897
19898         * lib/pipe.h: New file, from GNU gettext.
19899         * lib/pipe.c: New file, from GNU gettext.
19900
19901 2004-01-27  Bruno Haible  <bruno@clisp.org>
19902
19903         * m4/execute.m4: New file, from GNU gettext.
19904
19905 2004-01-27  Bruno Haible  <bruno@clisp.org>
19906
19907         * lib/execute.h: New file, from GNU gettext.
19908         * lib/execute.c: New file, from GNU gettext.
19909         * lib/w32spawn.h: New file, from GNU gettext.
19910
19911 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19912
19913         Merge from diffutils.
19914
19915         * lib/file-type.c (file_type): Add typed memory objects.
19916         * lib/file-type.h (S_TYPEISTMO): New macro.
19917
19918         * lib/c-stack.h (c_stack_action): Remove argv argument.
19919         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19920         (die): Don't calculate message unless segv_action returns.
19921         (get_stack_location, min_address_from_argv, max_address_from_argv,
19922         volatile stack_base, volatile_stack_size): Remove.
19923         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19924         that every segmentation violation is a stack overflow.  (Ouch!)
19925         See Debian bug 136249 (still outstanding) for more info about why
19926         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19927
19928 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19929
19930         Exit-status fix from coreutils.
19931
19932         Use exit_failure consistently in place of EXIT_FAILURE,
19933         so that program exit statuses are consistent on failure.
19934
19935         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19936         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19937         * lib/argmatch.h: Comment fix to match the above.
19938         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19939         Now a macro referring to exit_failure, instead of a separate
19940         variable.  Include "exitfail.h" to get it.
19941         * lib/xstrtol.h: Include "exitfail.h".
19942         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19943
19944         * lib/long-options.c (parse_long_options): Use prototype
19945         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19946         for clarity.
19947
19948 2004-01-21  Jim Meyering  <jim@meyering.net>
19949
19950         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19951         so as not to conflict with a different-sized __mktime_internal
19952         function in GNU libc.
19953         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19954         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19955
19956 2004-01-20  Karl Berry  <karl@gnu.org>
19957
19958         * config/config.guess: update from config.
19959
19960         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19961
19962 2004-01-20  Bruno Haible  <bruno@clisp.org>
19963
19964         Safer stack allocation.
19965         * lib/setenv.c: Include allocsa.h.
19966         (alloca): Remove fallback definition.
19967         (freea): Remove macro.
19968         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19969         instead of freea.
19970
19971 2004-01-20  Bruno Haible  <bruno@clisp.org>
19972
19973         * m4/eealloc.m4: New file, from GNU gettext.
19974
19975 2004-01-20  Bruno Haible  <bruno@clisp.org>
19976
19977         * m4/allocsa.m4: New file, from GNU gettext.
19978
19979 2004-01-20  Bruno Haible  <bruno@clisp.org>
19980
19981         * lib/xallocsa.h: New file, from GNU gettext.
19982         * lib/xallocsa.c: New file, from GNU gettext.
19983
19984 2004-01-20  Bruno Haible  <bruno@clisp.org>
19985
19986         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19987
19988 2004-01-20  Bruno Haible  <bruno@clisp.org>
19989
19990         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19991         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19992         specially.
19993
19994 2004-01-20  Bruno Haible  <bruno@clisp.org>
19995
19996         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19997         patch.
19998
19999 2004-01-20  Bruno Haible  <bruno@clisp.org>
20000
20001         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20002
20003 2004-01-20  Bruno Haible  <bruno@clisp.org>
20004
20005         * lib/eealloc.h: New file.
20006
20007 2004-01-20  Bruno Haible  <bruno@clisp.org>
20008
20009         * lib/binary-io.h: Avoid warnings on Cygwin.
20010
20011 2004-01-20  Bruno Haible  <bruno@clisp.org>
20012
20013         * lib/allocsa.h: New file, from GNU gettext.
20014         * lib/allocsa.c: New file, from GNU gettext.
20015
20016 2004-01-18  Karl Berry  <karl@gnu.org>
20017
20018         * doc/gpl.texi, doc/lgpl.texi: new files.
20019
20020 2004-01-18  Karl Berry  <karl@gnu.org>
20021
20022         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20023         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20024
20025 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20026
20027         Merge from coreutils.
20028
20029         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20030         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20031         (gl_DEFAULT_POSIX2_VERSION): Move
20032         the documentation from 'configure' into 'config.hin',
20033         so that 'configure --help' isn't burdened by it and
20034         we don't have to worry about its formatting there.
20035         Reword the documentation so that it's more succinct
20036         and can be run together into a single paragraph.
20037         * m4/same.m4 (gl_SAME): Check for pathconf.
20038
20039 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20040
20041         Merge from coreutils.
20042
20043         * lib/posixver.c: Include posixver.h.
20044
20045         * lib/same.c: Include <stdbool.h>, <limits.h>.
20046         (_POSIX_NAME_MAX): Define if not defined.
20047         (MIN): New macro.
20048         (same_name): If file names are silently truncated, report
20049         that the file names are the same if they are the same after
20050         the silent truncation.
20051
20052         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20053         conversion function.
20054         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20055         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20056         longer needed.
20057
20058 2004-01-15  Jim Meyering  <jim@meyering.net>
20059
20060         Merge from coreutils.
20061
20062         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20063         if no library is required.
20064         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20065         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20066         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20067         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20068         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20069         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20070         value, $ac_cv_search_crypt, if it's "none required".
20071         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20072         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20073         not gl_FUNC_GETLOADAVG.
20074         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20075         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20076
20077 2004-01-15  Jim Meyering  <jim@meyering.net>
20078
20079         Merge from coreutils.
20080
20081         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20082         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20083         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20084
20085         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20086         optional configure-time default.
20087
20088         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20089
20090         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20091
20092 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20093
20094         Merge from coreutils.
20095
20096         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20097         value, $ac_cv_search_nanosleep, if it's "none required".
20098
20099 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20100
20101         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20102         with like-named macro in fnmatch.c.
20103         (EXT): Use an internal constant instead.
20104
20105         Merge fnmatch patches from glibc.
20106         * lib/fnmatch.c (mbsinit): Remove define.
20107         Add libc_hidden_ver (__fnmatch, fnmatch).
20108         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20109         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20110
20111 2004-01-14  Karl Berry  <karl@gnu.org>
20112
20113         * config/install-sh: update from automake.
20114
20115 2004-01-13  Karl Berry  <karl@gnu.org>
20116
20117         * config/install-sh: update from automake.
20118
20119 2004-01-09  Karl Berry  <karl@gnu.org>
20120
20121         * config/install-sh: update from automake.
20122
20123 2004-01-05  Karl Berry  <karl@gnu.org>
20124
20125         * config/config.{sub,guess}: update from config.
20126
20127 2003-12-31  Karl Berry  <karl@gnu.org>
20128
20129         * config/depcomp: update from automake.
20130
20131 2003-12-14  Karl Berry  <karl@gnu.org>
20132
20133         * lib/config.charset: update from gettext-runtime.
20134
20135 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20136
20137         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20138         Bug reported by Alfred M. Szmidt.
20139
20140 2003-12-03  Bruno Haible  <bruno@clisp.org>
20141
20142         * m4/gettext.m4: Upgrade from gettext-0.13.
20143         * m4/po.m4: Upgrade from gettext-0.13.
20144         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20145         * m4/intmax.m4: New file, from gettext-0.13.
20146         * m4/printf-posix.m4: New file, from gettext-0.13.
20147
20148 2003-11-29  Karl Berry  <karl@gnu.org>
20149
20150         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20151
20152 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20153             Bruno Haible  <bruno@clisp.org>
20154
20155         * lib/printf-parse.h: Don't include sys/types.h.
20156         (ARG_NONE): New macro.
20157         (char_directive): Change type of *arg_index fields to size_t.
20158         * lib/printf-parse.c: Don't include sys/types.h.
20159         (SSIZE_MAX): Remove macro.
20160         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20161         Remove unnecessary overflow check.
20162         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20163         fields.
20164
20165 2003-11-25  Bruno Haible  <bruno@clisp.org>
20166
20167         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20168
20169 2003-11-25  Bruno Haible  <bruno@clisp.org>
20170
20171         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20172         gt_TYPE_SSIZE_T.
20173
20174 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20175
20176         * modules/alloca: Remove dependency on xalloc.
20177
20178 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20179
20180         * lib/alloca.c: Remove dependency on xalloc module.
20181         (xalloc_die): Remove.
20182         (memory_full) [!defined emacs]: New macro.
20183         [!defined emacs]: Don't include xalloc.h.
20184         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20185         address arithmetic overflows.  Change datatypes a bit to avoid
20186         unnecessary casts.
20187
20188 2003-11-22  Jim Meyering  <jim@meyering.net>
20189
20190         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20191         s/size/size_t/.
20192
20193 2003-11-21  Karl Berry  <karl@gnu.org>
20194
20195         * config/config.{sub,guess}: update from config.
20196
20197 2003-11-18  Karl Berry  <karl@gnu.org>
20198
20199         * config/config.{sub,guess}: update from config.
20200
20201         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20202
20203 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20204
20205         * README: Mention that S+T cannot overflow if S is the size of
20206         an existing object and T is sufficiently small.
20207
20208 2003-11-17  Jim Meyering  <jim@meyering.net>
20209
20210         On systems without utime and without a utimes function capable of
20211         dealing with a NULL struct utimbuf* argument, this utime replacement
20212         could -- in unusual circumstances -- leak a file descriptor.
20213         * lib/utime.c: Include <unistd.h> and <errno.h>.
20214         (utime_null): Be sure to close `fd' and to preserve errno.
20215         Reported by Geoff Collyer via Arnold Robbins.
20216
20217 2003-11-17  Bruno Haible  <bruno@clisp.org>
20218
20219         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20220         (Depends-on): Add xsize.
20221
20222 2003-11-17  Bruno Haible  <bruno@clisp.org>
20223
20224         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20225
20226 2003-11-17  Bruno Haible  <bruno@clisp.org>
20227
20228         * lib/vasnprintf.c (alloca): Remove fallback definition.
20229         (freea): Remove definition.
20230         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20231         Reported by Paul Eggert.
20232
20233 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20234             Bruno Haible  <bruno@clisp.org>
20235
20236         Protect against address arithmetic overflow.
20237         * lib/printf-args.h: Include stddef.h.
20238         (arguments): Change type of field 'count' to size_t.
20239         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20240         'unsigned int' where appropriate.
20241         * lib/printf-parse.h: Include sys/types.h.
20242         (char_directive): Change type of *arg_index fields to ssize_t.
20243         (char_directives): Change type of fields 'count', max_*_length to
20244         size_t.
20245         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20246         (SSIZE_MAX): Define fallback value.
20247         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20248         instead of 'int' where appropriate. Check a_allocated, d_allocated
20249         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20250         * lib/vasnprintf.c: Include xsize.h.
20251         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20252         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20253         overflow. Avoid wraparound when converting a width or precision from
20254         decimal to binary.
20255
20256 2003-11-16  Bruno Haible  <bruno@clisp.org>
20257
20258         Update from GNU gettext.
20259         * lib/printf-parse.c: Generalize to it can be compiled for wide
20260         strings.
20261         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20262         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20263         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20264         SNPRINTF): New macros.
20265         Don't include <alloca.h> if the file is used inside libintl.
20266         (local_wcslen): New function, for Solaris 2.5.1.
20267         (VASNPRINTF): Use it instead of wcslen.
20268
20269 2003-11-16  Bruno Haible  <bruno@clisp.org>
20270
20271         * lib/xsize.h (xmax): New function.
20272         (xsum, xsum3, xsum4): Declare as "pure" functions.
20273
20274 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20275
20276         * modules/xalloc (Files): Undo latest change, since xalloc.h
20277         no longer needs SIZE_MAX or PTRDIFF_MAX.
20278
20279 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20280
20281         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20282         gl_PTRDIFF_MAX.
20283
20284 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20285
20286         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20287         "return", to pacify some unknown compiler.  Problem reported
20288         by Joerg Schilling.
20289
20290 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20291
20292         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20293         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20294         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20295         heuristic is just as accurate as far as we know, and it removes a
20296         dependency on size_max.m4 and ptrdiff_max.m4.
20297
20298 2003-11-11  Bruno Haible  <bruno@clisp.org>
20299
20300         * modules/xsize (Files): Add m4/size_max.m4.
20301         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20302
20303 2003-11-11  Bruno Haible  <bruno@clisp.org>
20304
20305         * m4/size_max.m4: New file.
20306         * m4/ptrdiff_max.m4: New file.
20307         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20308         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20309         (gl_XALLOC): Invoke it.
20310
20311 2003-11-11  Bruno Haible  <bruno@clisp.org>
20312
20313         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20314         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20315         defined.
20316
20317 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20318
20319         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20320         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20321         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20322         From Bruno Haible.
20323         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20324         not (size_t) -1, since it's defined here.
20325
20326 2003-11-09  Karl Berry  <karl@gnu.org>
20327
20328         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20329
20330 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20331
20332         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20333         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20334         Reject sizes of exactly SIZE_MAX bytes.
20335         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20336         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20337
20338 2003-11-05  Bruno Haible  <bruno@clisp.org>
20339
20340         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20341         SIZE_MAX defined in <limits.h> on Solaris.
20342
20343 2003-11-04  Jim Meyering  <jim@meyering.net>
20344
20345         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20346         variable names, rather than @VAR@.
20347         * modules/poll: Likewise.
20348
20349 2003-11-04  Bruno Haible  <bruno@clisp.org>
20350
20351         * modules/xsize: New file.
20352         * modules/linebreak: Depend on xsize.
20353         * MODULES.html.sh (func_all_modules): Add xsize.
20354
20355 2003-11-04  Bruno Haible  <bruno@clisp.org>
20356
20357         * m4/xsize.m4: New file.
20358
20359 2003-11-04  Bruno Haible  <bruno@clisp.org>
20360
20361         * lib/xsize.h: New file.
20362         * lib/linebreak.c: Include xsize.h.
20363         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20364         argument for overflow.
20365         Suggested by Paul Eggert.
20366
20367 2003-11-03  Karl Berry  <karl@gnu.org>
20368
20369         * config/config.{guess,sub}: update from config.
20370
20371 2003-11-03  Jim Meyering  <jim@meyering.net>
20372
20373         * modules/userspec (lib_SOURCES): Add userspec.h.
20374         (Include): Add "userspec.h".
20375         Improve description.
20376
20377 2003-11-03  Jim Meyering  <jim@meyering.net>
20378
20379         * lib/userspec.c: Include "userspec.h".
20380         * lib/userspec.h: New file.
20381
20382 2003-11-03  Bruno Haible  <bruno@clisp.org>
20383
20384         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20385
20386 2003-11-03  Bruno Haible  <bruno@clisp.org>
20387
20388         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20389         available, to avoid (extremely rare) race condition.
20390         Suggested by Paul Eggert.
20391
20392 2003-11-02  Karl Berry  <karl@gnu.org>
20393
20394         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20395
20396 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20397
20398         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20399         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20400         (read_filesystem_list): Set and use me_type_malloced.
20401         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20402         whatever the type happens to be), for brevity and consistency.
20403         Check for size calculation overflow on Alphas running OSF/1.
20404
20405 2003-10-31  Jim Meyering  <jim@meyering.net>
20406
20407         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20408
20409         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20410
20411 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20412             Bruno Haible  <bruno@clisp.org>
20413
20414         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20415         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20416
20417 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20418
20419         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20420         netbsd*-gnu*.  Suggested by Robert Millan.
20421
20422 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20423
20424         * modules/group-member: Depend on stdbool.
20425
20426 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20427
20428         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20429
20430 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20431
20432         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20433         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20434         after the 'gnu' in these cases.  This fixes some bugs in the
20435         previous change, and is based on suggestions by Robert Millan.
20436
20437 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20438
20439         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20440         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20441         no longer needed.
20442         * lib/quotearg.c (quotearg_n_options): Use it.
20443         * lib/group-member.c: Include <stdbool.h>.
20444         (free_group_info): Arg is now const *; don't free arg.
20445         (get_group_info): Now returns bool and accepts struct group_info *,
20446         rather than returning a malloc'ed struct group_info *.
20447         All uses changed.  Check for overflow in internal size calculation.
20448
20449         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20450         rather than xmalloc/xrealloc.
20451         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20452         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20453         conformance bug: the old code used a pointer after freeing the
20454         storage that it addressed.
20455         * lib/hash.c (hash_initialize): Simplify the code by using
20456         xalloc_oversized rather than doing it by hand.
20457         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20458         the buffer preserved.  Use free and xmalloc instead.
20459         * lib/quotearg.c (quotearg_n_options): Likewise.
20460         Use a simpler test for size overflow.  Don't use xalloc_oversized
20461         because unsigned int might be wider than size_t (!); this suggests
20462         that we should switch from unsigned int to size_t for slot numbers.
20463
20464 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20465
20466         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20467         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20468         NetBSD kernels.  Requested by Richard Stallman.
20469
20470 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20471
20472         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20473         to allocate the returned structure.  Do not allocate a subarray,
20474         as x2nrealloc will do that.
20475         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20476         instead of xnrealloc.
20477         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20478
20479 2003-10-27  Bruno Haible  <bruno@clisp.org>
20480
20481         * lib/stdbool_.h: Better support for BeOS.
20482
20483 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20484
20485         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20486         now uses inline.
20487
20488 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20489
20490         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20491         callers that want to do their own size-overflow checking.  Include
20492         <stdbool.h>, since xalloc_oversized returns bool.
20493         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20494         to use xalloc_oversized.
20495
20496         Add two functions x2realloc, x2nrealloc, for programs that grow
20497         arrays dynamically by doubling their sizes.
20498         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20499         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20500         New functions.
20501
20502         Port to C99 semantics for 'inline' of external functions.
20503         Bug reported by Bruno Haible.
20504         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20505         with the old contents of xnmalloc.
20506         (xnmalloc, xmalloc): Use it.
20507         (xnrealloc_inline): New static inline function,
20508         with the old contents of xnrealloc.
20509         (xnrealloc, xrealloc): Use it.
20510
20511         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20512         that.
20513
20514 2003-10-26  Karl Berry  <karl@gnu.org>
20515
20516         * config/srclist.txt (COPYING.DOC): no longer available from
20517         /gd/gnuorg; don't know where the ultimate source is.
20518
20519 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20520
20521         Fix several address-calculation bugs in the hash modules,
20522         plus some minor code cleanup.
20523
20524         * lib/hash.h: Include <stdbool.h>, for bool.
20525         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20526         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20527         hash_get_n_entries, hash_get_max_bucket_length,
20528         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20529         hash_rehash): Use size_t rather than unsigned.
20530         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20531         hash_get_n_buckets_used, hash_get_n_entries,
20532         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20533         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20534         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20535         Likewise.
20536         (SIZE_MAX): Define if not defined.
20537         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20538         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20539         hash_print):
20540         Use const * when possible.
20541         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20542         (check_tuning): Fix bug: if tuning parameters were very close to
20543         0 or 1, rounding errors could have caused subscript violations.
20544         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20545         (hash_initialize): Add 'fail:' label
20546         to free table and return NULL, and use it to simplify code.
20547         Use calloc rather than clearing the storage ourself.
20548         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20549         buffer size calculations.
20550         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20551         Include <stddef.h>, for size_t.
20552         * lib/hash-pjw.c (hash_pjw): Likewise.
20553         Switch to method described by Bruno Haible.
20554         Include <limits.h>, for CHAR_BIT.
20555         (SIZE_BITS): New macro.
20556
20557 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20558
20559         * m4/getline.m4 (AM_FUNC_GETLINE):
20560         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20561         hosts.  Problem reported by Derek Robert Price in
20562         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20563         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20564         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20565
20566 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20567
20568         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20569         ceiling the allocation at NMAX bytes rather than silently
20570         discarding input bytes before NMAX is reached.  This makes
20571         a difference only if NMAX exceeds SIZE_MAX / 2.
20572
20573         * lib/obstack.c: Merge from glibc.
20574         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20575         Add libc_hidden_def (_obstack_newchunk).
20576         (_obstack_free) [! defined _LIBC]: Remove.
20577         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20578         a clone of the function body.
20579         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20580         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20581
20582         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20583         glibc.
20584         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20585         arg to memcpy.
20586
20587         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20588         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20589         Don't use lvalue casts, as GCC plans to remove support for them
20590         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20591         was also present in the non-GCC version, indicating that this
20592         code had always been buggy and had never been widely used.
20593         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20594         Use the fast variant of each macro, rather than copying the
20595         definiens of the fast variant; that way, we'll be more likely to
20596         catch future bugs in the fast variants.
20597
20598 2003-10-20  Bruno Haible  <bruno@clisp.org>
20599
20600         * modules/wait-process: New file.
20601         * MODULES.html.sh (func_all_modules): Add wait-process.
20602
20603 2003-10-20  Bruno Haible  <bruno@clisp.org>
20604
20605         * m4/wait-process.m4: New file.
20606
20607 2003-10-20  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/wait-process.h: New file, from GNU gettext.
20610         * lib/wait-process.c: New file, from GNU gettext.
20611
20612 2003-10-19  Jim Meyering  <jim@meyering.net>
20613
20614         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20615         HPUX 10.20.
20616
20617 2003-10-18  Karl Berry  <karl@gnu.org>
20618
20619         * config/config.guess: update from config.
20620
20621 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20622
20623         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20624         (getgroups): First arg is int, not size_t.
20625         Don't let 'free' mangle errno.
20626
20627 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20628
20629         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20630
20631 2003-10-16  Karl Berry  <karl@gnu.org>
20632
20633         * config/config.{guess,sub}: update from config.
20634
20635 2003-10-16  Jim Meyering  <jim@meyering.net>
20636
20637         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20638         memcpy.
20639
20640 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20641
20642         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20643         (SIZE_MAX): Remove.
20644         (new_exclude, add_exclude_file): Initial size no longer needs to
20645         be a power of 2.
20646         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20647         our own address arithmetic overflow checking.
20648
20649         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20650         (fnmatch): Do not alloca more than 2000 wide characters;
20651         instead, use malloc for large buffers.
20652         Check for address arithmetic overflow, and return -1
20653         with errno set to ENOMEM in that case.
20654         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20655         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20656         instead, return -1.  Check for address arithmetic overflow.
20657
20658 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20659
20660         Handle invalid suffixes and overflow independently, so that
20661         callers can treat them independently as needed.  Fix some bugs in
20662         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20663         suffix for a human-readable blocksize.  The major caller-visible
20664         change is the addition of a new
20665         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20666         that both overflow and suffix chars were found.
20667
20668         * lib/human.c (humblock): Don't check separately for invalid suffix
20669         char; that is xstrtoumax's job (now that its bug is fixed).
20670         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20671         INTMAX_MAX]: New macros.
20672         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20673         TYPE_MAXIMUM): New macros.
20674         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20675         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20676         if overflow occurs, as it's what __strtol does and it's more useful
20677         in practice.
20678         (__xstrtol): If __strtol reports some error other than ERANGE,
20679         reflect it to the caller as LONGINT_INVALID.  If it reports
20680         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20681         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20682         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20683         value.
20684         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20685         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20686         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20687         [defined UINTMAX_MAX]: New macros.
20688
20689 2003-10-14  Bruno Haible  <bruno@clisp.org>
20690
20691         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20692
20693 2003-10-14  Bruno Haible  <bruno@clisp.org>
20694
20695         * m4/sig_atomic_t: New file, from GNU gettext.
20696         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20697
20698 2003-10-14  Bruno Haible  <bruno@clisp.org>
20699
20700         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20701         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20702         Also use volatile where needed.
20703
20704 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20705
20706         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20707         Change maintainer from Bruno Haible to 'all'.
20708
20709 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20710
20711         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20712
20713 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20714
20715         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20716         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20717         and define in terms of the other primitives.
20718         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20719         (SIZE_MAX): Define if not already defined.
20720         (array_size_overflow): New function.
20721         (xalloc_die): Abort instead of exiting if 'error' returns.
20722         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20723         (xmalloc, xrealloc): Use them.
20724         (xcalloc): Check for address arithmetic overflow.
20725         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20726         a bit faster than strcpy.
20727
20728 2003-10-10  Simon Josefsson  <jas@extundo.com>
20729
20730         * modules/argp (Depends-on): Add restrict and strcase.
20731
20732 2003-10-10  Simon Josefsson  <jas@extundo.com>
20733
20734         * m4/argp.m4: Add AC_C_INLINE.
20735
20736 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20737
20738         Merge getpass from libc, plus a few fixes.
20739
20740         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20741         Include <stdbool.h>.
20742         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20743         __fsetlocking to empty.
20744         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20745         do include <bits/libc-lock.h>.
20746         Do not include <fcntl.h>; not needed.
20747         [_LIBC]: Include <wchar.h>.
20748         (NOTCANCEL_MODE): New macro.
20749         (flockfile, funlockfile) [_LIBC]: New macros.
20750         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20751         [!_LIBC]: New macros.
20752         (call_fclose): New function.
20753         (getpass): Use it.  Save tty stream separately; this simplifies the
20754         code and makes it more reliable if stdin happens to equal stdout.
20755         Invoke __fsetlocking on tty.
20756         Handle thread cancellation if needed.
20757         Namespace cleanup (use __tcgetattr, __getline).
20758         Use bool for Booleans.
20759         [USE_IN_LIBIO]: Handle wide streams.
20760         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20761         stream might go where.
20762
20763         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20764         doesn't have to include <stdio.h> before us.
20765         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20766         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20767         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20768         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20769         if not declared, so that we can use getpass.c code from libc without
20770         rewriting it.
20771         (flockfile, ftrylockfile, funlockfile): New macros.
20772
20773 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20774
20775         * modules/getpass: Depend on stdbool.
20776
20777 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20778
20779         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20780
20781 2003-10-07  Karl Berry  <karl@gnu.org>
20782
20783         * config/config.{guess,sub}: update from config.
20784
20785 2003-10-06  Jim Meyering  <jim@meyering.net>
20786             Bruno Haible  <bruno@clisp.org>
20787
20788         This lets translators provide better translations for the
20789         "Written by ..." part of --version output.
20790         * lib/version-etc.h: Include stdarg.h.
20791         (version_etc_copyright): Declare as readonly.
20792         (version_etc): Make this function variadic with a NULL-terminated list
20793         of author name strings.
20794         (version_etc_va): New declaration.
20795         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20796         (version_etc_copyright): Declare as readonly.
20797         (version_etc_va): New function. Provide a different translatable string
20798         for each possible number of authors < 10. Abbreviate when there are 10
20799         authors or more.
20800         (version_etc): Make this function variadic. Call version_etc_va.
20801         Suggestion from Gary V. Vaughan.
20802
20803         * lib/long-options.h (parse_long_options): Change prototype: the
20804         authors string is moved to the end and becomes variadic.
20805         * lib/long-options.c: Include stdarg.h.
20806         (parse_long_options): Make this function variadic, too.
20807         Call version_etc_va, not version_etc.
20808
20809 2003-10-06  Bruno Haible  <bruno@clisp.org>
20810
20811         * modules/version-etc-2: Remove file.
20812         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20813
20814 2003-10-06  Bruno Haible  <bruno@clisp.org>
20815
20816         * modules/fatal-signal: New file.
20817         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20818
20819 2003-10-06  Bruno Haible  <bruno@clisp.org>
20820
20821         * m4/fatal-signal.m4: New file.
20822         * m4/signalblocking.m4: New file, from GNU gettext.
20823
20824 2003-10-06  Bruno Haible  <bruno@clisp.org>
20825
20826         * lib/version-etc-2.h: Remove file.
20827         * lib/version-etc-2.c: Remove file.
20828
20829 2003-10-06  Bruno Haible  <bruno@clisp.org>
20830
20831         * lib/fatal-signal.h: New file, from GNU gettext.
20832         * lib/fatal-signal.c: New file, from GNU gettext.
20833
20834 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20835
20836         * README: Rework advice for preventing empty .o files.
20837         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20838         not <sys/types.h>.
20839
20840 2003-10-04  Karl Berry  <karl@gnu.org>
20841
20842         * lib/argp*: update from libc.
20843
20844 2003-10-04  Karl Berry  <karl@gnu.org>
20845
20846         * config/config.{guess,sub}: update from config.
20847
20848 2003-10-02  Bruno Haible  <bruno@clisp.org>
20849
20850         * modules/lchown (Include): Add lchown.h.
20851         * modules/time_r (Include): Use "..." syntax.
20852         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20853
20854 2003-10-01  Simon Josefsson  <jas@extundo.com>
20855
20856         * MODULES.html.sh (func_all_modules): Move gethostname from section
20857         'based on' to section 'lacking' POSIX:2001.
20858
20859 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20860
20861         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20862         to output mode on the same stream.
20863
20864 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20865
20866         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20867         Fix arg typo in previous patch.
20868
20869 2003-09-28  Jim Meyering  <jim@meyering.net>
20870
20871         * lib/error.c: Correct cpp indentation.
20872
20873 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20874
20875         * modules/free: New file.
20876
20877 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20878
20879         * m4/free.m4: New file.
20880
20881 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20882
20883         * lib/minmax.h (MIN, MAX)
20884         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20885         Omit the special code that used __typeof__, since we worry that
20886         it could be more trouble than it's worth.  See:
20887         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20888         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20889
20890         * lib/free.c: New file.
20891
20892 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20893
20894         Trivial fixes to Makefile.am parts of module listings.
20895         * modules/strstr: Append strstr.h to lib_SOURCES.
20896         * modules/strcase: Likewise, for strcase.h.
20897
20898 2003-09-27  Karl Berry  <karl@gnu.org>
20899
20900         * config/mkinstalldirs: update from automake.
20901
20902 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20903
20904         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20905         (error_tail): Do not loop, reallocating temporary buffer, since
20906         the output cannot contain more wide characters than the input
20907         contains bytes, the size must be big enough already.  This avoids
20908         one potential size overflow calculation.  Check for size overflow
20909         when calculating temporary buffer size.  Free temporary buffer
20910         when done, if it was allocated with malloc; this plugs a memory
20911         leak.  Remove casts from void * to pointers, that are no longer
20912         needed now that we're assuming C89 or better.
20913
20914         Merge error changes from glibc.
20915
20916         * lib/error.c, error.h: Update copyright notice header to match glibc.
20917         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20918         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20919         Disable cancellation while printing error.
20920         * lib/error.h: Prepend __ to parameter names.
20921
20922 2003-09-26  Jim Meyering  <jim@meyering.net>
20923
20924         * lib/error.c (error_tail): Move some declarations
20925         into inner scope where the local variables are used.
20926
20927 2003-09-26  Bruno Haible  <bruno@clisp.org>
20928
20929         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20930         stpncpy().
20931         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20932
20933 2003-09-26  Bruno Haible  <bruno@clisp.org>
20934
20935         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20936         (stpncpy): Define as alias for gnu_stpncpy.
20937         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20938
20939 2003-09-25  Simon Josefsson  <jas@extundo.com>
20940
20941         * lib/xgetdomainname.h: New file.
20942         * lib/xgetdomainname.c: New file.
20943
20944 2003-09-25  Simon Josefsson  <jas@extundo.com>
20945             Bruno Haible  <bruno@clisp.org>
20946
20947         * modules/getdomainname: New file.
20948         * modules/xgetdomainname: New file.
20949         * MODULES.html.sh (func_all_modules): Add getdomainname,
20950         xgetdomainname.
20951
20952 2003-09-25  Simon Josefsson  <jas@extundo.com>
20953             Bruno Haible  <bruno@clisp.org>
20954
20955         * m4/getdomainname.m4: New file.
20956
20957 2003-09-25  Simon Josefsson  <jas@extundo.com>
20958             Bruno Haible  <bruno@clisp.org>
20959
20960         * lib/getdomainname.h: New file.
20961         * lib/getdomainname.c: New file.
20962
20963 2003-09-25  Karl Berry  <karl@gnu.org>
20964
20965         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20966
20967 2003-09-25  Karl Berry  <karl@gnu.org>
20968
20969         * config/install-sh: update from automake.
20970
20971 2003-09-25  Bruno Haible  <bruno@clisp.org>
20972
20973         * modules/version-etc-2: New file, from modules/version-etc with
20974         modifications.
20975         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20976
20977 2003-09-25  Bruno Haible  <bruno@clisp.org>
20978
20979         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20980         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20981
20982 2003-09-24  Simon Josefsson  <jas@extundo.com>
20983
20984         * modules/xgethostname: Add xgethostname.h.
20985
20986 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20987
20988         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20989         the buffer associated with the argument.  Bug reported by
20990         Simon Josefsson.
20991
20992 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20993
20994         * README: Document assumptions that 'int' is at least 32 bits
20995         wide, that integer arithmetic is 2's complement without overflow,
20996         that there are no holes in integer values, that adding sizes of
20997         two nonoverlapping objects can't overflow, and that all-bits-zero
20998         yields scalar zero.  Fix spelling and capitalization typos.
20999
21000 2003-09-19  Karl Berry  <karl@gnu.org>
21001
21002         * lib/argp.h: update from libc.
21003
21004 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21005
21006         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21007         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21008         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21009
21010 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21011
21012         * gnulib-tool: Use "test -h", not "test -L", for portability
21013         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21014         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21015         (sed_extract_prog): Issue s commands one-by-one, rather than
21016         using \| in one s command.
21017
21018 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21019
21020         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21021         input error, instead of returning NULL the next time we are called
21022         (and therefore losing track of errno).
21023
21024 2003-09-16  Bruno Haible  <bruno@clisp.org>
21025
21026         * gnulib-tool (func_create_testdir): Warn about duplicated
21027         dependencies.
21028
21029 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21030
21031         * modules/argmatch, modules/fatal, modules/obstack,
21032         modules/xalloc, modules/xgethostname: Sort dependencies by
21033         importance, not alphabetically.
21034
21035 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21036
21037         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21038         fails, so that the caller gets the proper errno.
21039
21040         * lib/readutmp.c (read_utmp): Likewise.
21041         Check for fstat error.  Close stream and free storage
21042         when failing.
21043
21044 2003-09-14  Karl Berry  <karl@gnu.org>
21045
21046         * config/srclist.txt (strdup.c): disable for c89 changes.
21047
21048 2003-09-14  Jim Meyering  <jim@meyering.net>
21049
21050         * lib/getloadavg.c: Correct cpp indentation.
21051         * lib/strdup.c: Likewise.
21052         * lib/vasnprintf.c: Likewise.
21053
21054 2003-09-14  Bruno Haible  <bruno@clisp.org>
21055
21056         * modules/fwriteerror: New file.
21057         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21058
21059 2003-09-14  Bruno Haible  <bruno@clisp.org>
21060
21061         * lib/fwriteerror.h: New file.
21062         * lib/fwriteerror.c: New file.
21063
21064 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21065
21066         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21067         modules/xgethostname, modules/xalloc: Depend on exit.
21068
21069 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21070
21071         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21072
21073         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21074         and AC_MINIX, too, so that their extensions are available.
21075
21076         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21077         This macro has been superseded by gl_BACKUPFILE.
21078
21079         More patches to assume C89 or better.
21080
21081         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21082
21083         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21084         unconditionally.
21085         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21086         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21087         Include <string.h>, <stdlib.h> unconditionally.
21088         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21089         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21090         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21091         headers or for string.h.
21092         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21093         or strtoul.
21094
21095         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21096         headers.
21097         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21098         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21099         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21100         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21101         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21102         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21103         memcpy, memset.
21104         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21105         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21106         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21107         strtol.
21108         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21109         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21110         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21111         strtoul.
21112
21113 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21114
21115         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21116         * lib/obstack.c [!defined _LIBC]: Likewise.
21117         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21118         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21119         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21120
21121         More changes to assume C89 or better.
21122
21123         * lib/error.c (error_tail): Assume vprintf.
21124
21125         * lib/argmatch.c (getenv): Remove decl.
21126         * lib/progreloc.c (get_full_program_name): Define via prototype.
21127         * lib/setenv.c (clearenv): Likewise.
21128         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21129         needed.
21130         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21131         (malloc, memcpy): Remove decls.
21132         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21133         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21134         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21135         (memcpy): Remove macro.
21136         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21137         (__P): Remove.  All uses removed.
21138         (PTR): Remove.  All uses changed to void *.
21139         (CHAR_BIT, NULL): Remove.
21140         (spaces, zeros, memset_space, memset_zero)
21141         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21142         Remove.
21143         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21144         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21145         Define with prototype.
21146         Remove now-unnecessary prototype decl.
21147         (extra_args_spec): Assume ANSI C.  All uses changed.
21148         (extra_args_spec_iso): Remove.
21149         (my_strftime, emacs_strftimeu): Define via prototype.
21150         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21151         unconditionally.
21152         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21153         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21154         (strtoul, strtol): Remove decls.
21155         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21156         LONG_MAX): Remove.
21157         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21158         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21159         (LOCALE_PARAM_PROTO): New macro.
21160         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21161         (INTERNAL (strtol), strtol): Define with a prototype.
21162         (PARAMS): Remove.  All uses removed.
21163         * lib/tempname.c: Include <string.h> unconditionally.
21164         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21165         * lib/xgethostname.c (main): Define with a prototype.
21166         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21167         Include <stdlib.h> unconditionally.
21168         (calloc, malloc, realloc, free): Remove decls.
21169         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21170         Include <stdlib.h> unconditionally.  Sort include file names.
21171         (strtod): Remove.
21172         (xstrtod): Define with a prototype.
21173         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21174         (strtol, strtoul): Remove decls.
21175
21176 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21177
21178         More patches to assume C89 or better.
21179         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21180         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21181         string.h, memchr, STDC_HEADERS.
21182
21183 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21184
21185         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21186         Include <stdlib.h>, <string.h> unconditionally.
21187         Remove now-unnecessary cast to char *.
21188         * lib/strnlen.c: Include <string.h> unconditionally.
21189         * lib/yesno.c (yesno): Define with a prototype.
21190
21191 2003-09-11  Bruno Haible  <bruno@clisp.org>
21192
21193         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21194
21195 2003-09-10  Jim Meyering  <jim@meyering.net>
21196
21197         * lib/error.c: Correct indentation of cpp directives.
21198
21199 2003-09-10  Bruno Haible  <bruno@clisp.org>
21200
21201         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21202         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21203         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21204         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21205         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21206         <stdlib.h> and <string.h> checks.
21207         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21208         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21209
21210 2003-09-10  Bruno Haible  <bruno@clisp.org>
21211
21212         * lib/strcspn.c: Include <string.h> unconditionally.
21213         * lib/strpbrk.c: Include <string.h> unconditionally.
21214         * lib/strstr.c: Include <string.h> unconditionally.
21215         * lib/unicodeio.c: Include <string.h> unconditionally.
21216         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21217         * lib/unsetenv.c: Likewise.
21218         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21219         * lib/yesno.c: Include <stdlib.h> unconditionally.
21220         (rpmatch): Add prototype.
21221
21222 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21223
21224         More patches to assume C89 or better.
21225         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21226         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21227         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21228         or for string.h.
21229         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21230         stdlib.h.
21231         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21232         C headers.
21233         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21234         string.h.
21235         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21236         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21237         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21238         or for string.h.
21239         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21240         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21241         C headers.
21242         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21243         memcpy.
21244         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21245         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21246         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21247         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21248         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21249         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21250         string.h, free.
21251         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21252         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21253         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21254         C headers, or for string.h.
21255         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21256         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21257         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21258         headers, memory.h, stdlib.h, string.h, strings.h.
21259         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21260         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21261         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21262         strchr.
21263         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21264         headers, memory.h, string.h.
21265         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21266         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21267         free.
21268         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21269         headers.
21270         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21271         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21272         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21273         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21274         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21275
21276 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21277
21278         More K&R removal.
21279
21280         * lib/acosl.c (main): Use a prototype.
21281         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21282         tanl.c: Likewise.
21283
21284         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21285
21286         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21287         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21288         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21289         with a prototype.
21290         * lib/getopt.c (const): Remove macro.
21291         Include <string.h> unconditionally.
21292         (my_index): Remove; all uses changed to strchr.
21293         (strlen): Remove decl.
21294         (exchange): Remove forward decl; no longer needed.
21295         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21296         Define with prototype.
21297         * lib/getopt1.c (const): Remove macro.
21298         (getopt_long, getopt_long_only, main): Define with prototype.
21299
21300         * lib/getugroups.c: Include <string.h> unconditionally.
21301
21302         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21303         (getusershell, setusershell, endusershell, readname, main):
21304         Define with prototypes.
21305
21306         * lib/group-member.c: Include group-member.h first.
21307         Include <stdlib.h> unconditionally.
21308
21309         * lib/hard-locale.c: Include hard-locale.h first.
21310         Include <stdlib.h>, <string.h> unconditionally.
21311
21312         * lib/hash.c (free, malloc): Remove decls.
21313         Include <stdlib.h> unconditionally.
21314
21315         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21316         (getenv): Do not declare.
21317
21318         * lib/idcache.c: Include <string.h> unconditionally.
21319
21320         * lib/long-options.c: Include long-options.h first, to test interface.
21321         Include <stdlib.h> unconditionally.
21322
21323         * lib/makepath.c: Include makepath.h first, to test interface.
21324         Include <stdlib.h> and <string.h> unconditionally.
21325
21326         * lib/linebuffer.c: Include <stdlib.h>.
21327         (free): Remove decl.
21328
21329         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21330         stddef.h. rpl_malloc returns void *, not char *.
21331         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21332         prototype.
21333
21334         * lib/md5.h: Include <limits.h> unconditionally.
21335         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21336         (__P): Remove; all uses removed.
21337         * lib/md5.c: Include "md5.h" first.
21338         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21339         md5_buffer, md5_process_bytes, md5_process_block):
21340         Define with prototypes.
21341         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21342         * lib/sha.c: Include "sha.h" first.
21343         Include <stdlib.h>, <string.h> unconditionally.
21344
21345         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21346         * lib/memcmp.c (__ptr_t): Likewise.
21347         * lib/memrchr.c (__ptr_t): Likewise.
21348         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21349         Include <string.h> unconditionally.
21350         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21351         * lib/memchr.c: Include <stdlib.h> unconditionally.
21352         * lib/memchr.c (LONG_MAX): Remove.
21353         * lib/memrchr.c (LONG_MAX): Likewise.
21354         * lib/memchr.c (__memchr): Define via a prototype.
21355         * lib/memrchr.c (__memrchr): Likewise.
21356         * lib/memcmp.c (__P): Remove, and remove all uses.
21357         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21358         Remove forward decls; no longer needed.
21359         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21360         Use types required by C89 in prototype.
21361
21362         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21363         * lib/savedir.c: Likewise.
21364         * lib/mkdir.c (free): Remove decl.
21365         * lib/rmdir.c (rmdir): Define with a prototype.
21366         * lib/savedir.c: Include savedir.h first, to test interface.
21367
21368         * lib/mktime.c (STDC_HEADERS): Remove.
21369         Include <stdlib.h>, <string.h> unconditionally.
21370
21371         * lib/modechange.c: Include <stdlib.h> unconditionally.
21372         (malloc): Remove decl.
21373
21374         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21375         (free): Remove decl.
21376
21377         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21378         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21379         (This type really should be intptr_t, but that's a C99ism.)
21380         (_obstack_memcpy): Remove: all uses changed to memcpy.
21381         Include <string.h> unconditionally.
21382         (struct obstack): Assume __STDC__ for types of members
21383         chunkfun, freefun, extra_arg.
21384         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21385         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21386         obstack_begin, obstack_specify_allocation,
21387         obstack_specify_allocation_with_arg, obstack_chunkfun,
21388         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21389         Remove unprototyped decls and the macros that use them.
21390         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21391         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21392         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21393         (defined __STDC__ && __STDC__)]:
21394         Remove nonprototyped code.
21395         Include <stdlib.h> unconditionally.
21396         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21397         _obstack_allocated_p, _obstack_free, obstack_free,
21398         _obstack_memory_used, print_and_abort):
21399         Define using prototypes.
21400         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21401         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21402         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21403         obstack_next_free, obstack_object_size, obstack_room) [0]:
21404         Remove unused, unprototyped code.
21405
21406         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21407
21408         * lib/physmem.c (physmem_total, physmem_available, main): Define
21409         with prototypes.
21410
21411         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21412         (main): Define with a prototype.
21413
21414         * lib/posixver.c (getenv): Remove decl.
21415
21416         * lib/putenv.c (malloc): Returns void *, not char *.
21417         Include <string.h> unconditionally.
21418         (strchr, memcpy, NULL): Do not define.
21419
21420         * lib/readtokens.c: Include readtokens.h first, to test interface.
21421         Include <stdlib.h>, <string.h> unconditionally.
21422         (init_tokenbuffer): Define with a prototype.
21423
21424         * lib/regex.c (PARAMS): Remove.  All uses removed.
21425         All uses of _RE_ARGS removed, too.
21426         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21427         unconditionally.
21428         (bzero): Assume memset exists.
21429         (memcmp, memcpy, NULL): Remove.
21430         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21431         char, or assignments to local vars of type signed char.
21432         (init_syntax_once, PREFIX(extract_number_and_incr),
21433         PREFIX(print_partial_compiled_pattern),
21434         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21435         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21436         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21437         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21438         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21439         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21440         wcs_compile_range, byte_compile_range, truncate_wchar,
21441         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21442         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21443         count_mbs_length, wcs_re_match_2_internal,
21444         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21445         PREFIX(alt_match_null_string_p),
21446         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21447         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21448         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21449         now-unnecessary declaration, if any.
21450         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21451         regcomp, regexec):
21452         Remove now-unnecessary casts among pointer types.
21453         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21454
21455         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21456         (free): Remove decl.
21457
21458         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21459
21460         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21461         (free): Remove decl.
21462
21463         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21464         * lib/xgetcwd.c: Likewise.
21465
21466         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21467         (free): Remove decl.
21468
21469         * lib/strchrnul.c (strchrnul): Define with a prototype.
21470         Fix bug: c_in was not converted to char before searching.
21471
21472         The following changes are not K&R related:
21473
21474         * lib/group-member.h: Include <sys/types.h>, so that this file is
21475         self-contained.
21476         * lib/makepath.h: Likewise.
21477
21478         * lib/getusershell.c (readname, default_index, line_size, readname):
21479         Use size_t, not int, for sizes.
21480         (readname): If the size overflows, report an error instead of
21481         looping forever.
21482
21483 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21484
21485         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21486         libc.
21487
21488 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21489
21490         * README: New section: portability guidelines.
21491
21492 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21493
21494         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21495         C89 spec.
21496
21497 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21498
21499         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21500
21501 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21502
21503         Assume C89 or better; remove K&R cruft.
21504         A few of these changes were first proposed by Derek Robert Price
21505         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21506
21507         * lib/addext.c: Include <string.h> unconditionally.
21508         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21509         Don't declare getenv or malloc.
21510
21511         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21512         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21513         (NULL): Remove.
21514         (find_stack_direction, alloca): Use prototypes.
21515
21516         * lib/atexit.c (atexit): Define using a prototype.
21517
21518         * lib/basename.c, dirname.c, stripslash.c:
21519         Include <string.h> unconditionally.
21520
21521         * lib/bcopy.c: Include <stddef.h>.
21522         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21523
21524         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21525
21526         * lib/error.h (error, error_at_line, error_print_progname)
21527         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21528         * lib/error.c: Include error.h first, to check interface.
21529         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21530         (VA_START): Remove; all uses changeed to va_start.
21531         (exit, strerror): Remove decls.
21532         (error_print_progname): Prototype uncondionally.
21533         Don't include <errno.h>; no longer needed.
21534         (private_strerror): Remove.
21535         (error_tail): Always define.
21536         (error, error_at_line): Assume C89 or better; always use prototypes.
21537         * lib/fatal.c: Include "fatal.h" first, to test interface.
21538         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21539         (VA_START): Remove; all uses changed to va_start.
21540         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21541         this case.
21542         (exit): Remove decl.
21543         (fatal): Prototype unconditionally.  Assume va_start works.
21544         Abort at end, to pacify gcc.
21545
21546         * lib/euidaccess.c (main): Define with a prototype.
21547
21548         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21549
21550         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21551
21552         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21553         prototypes.
21554         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21555         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21556         (getenv): Remove decl.
21557         (fnmatch): Define using a prototype.
21558         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21559         (FCT): Define using a prototype.
21560
21561         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21562
21563         * lib/gethostname.c: Include <stddef.h>.
21564         (gethostname): Define with prototype.  Length is size_t, not int.
21565
21566 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21567
21568         Assume C89 or better; remove K&R cruft.
21569         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21570         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21571         string.h, getenv, malloc.
21572         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21573         headers.
21574         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21575         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21576         do not check for strerror.
21577         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21578         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21579         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21580         do not check for doprnt or vprintf.
21581         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21582         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21583
21584 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21585
21586         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21587         getversion.c should have been removed then, but was accidentally
21588         preserved.
21589
21590         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21591         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21592
21593 2003-09-08  Karl Berry  <karl@gnu.org>
21594
21595         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21596                 config, forget about prep.
21597
21598         * config/depcomp, missing: update from automake.
21599
21600 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21601
21602         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21603         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21604
21605 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21606
21607         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21608         copy_tm_result.  Bug reported by Simon Josefsson in
21609         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21610
21611 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21612
21613         * m4/time_r.m4: New file.
21614         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21615         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21616         is. Check for timegm declaration.
21617         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21618         Do not check for gmtime_r.
21619         Replace mktime if __mktime_internal does not exist and if mktime
21620         hasn't been replaced already.
21621
21622 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21623
21624         * lib/time_r.c, lib/time_r.h: New files.
21625
21626         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21627         __localtime_r.
21628         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21629         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21630
21631         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21632         __gmtime_r.
21633         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21634         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21635         Include <time_r.h>.
21636
21637         * lib/timegm.c: Switch to glibc implementation, with the following
21638         changes:
21639         [defined HAVE_CONFIG_H]: Include <config.h>.
21640         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21641         (__mktime_internal) [!defined _LIBC]: New decl.
21642         (__gmtime_r) [!defined _LIBC]: New macro and function.
21643         (timegm): Use a prototype, since gnulib assumes C89.
21644         Do not bother declaring tmp to be const, as it's not really usefu.
21645         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21646         (timegm): Declare only if HAVE_DECL_TIMEGM.
21647
21648 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21649
21650         * MODULES.html.sh (func_all_modules): Add time_r.
21651         * modules/time_r: New file.
21652         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21653         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21654
21655 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21656
21657         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21658         Bug reported by Lute Kamstra in
21659         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21660
21661         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21662         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21663         course with correspondingly smaller numbers for tomorrow and
21664         yesterday.  From Tadayoshi Funaba.  Originally installed into
21665         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21666         coreutils merge?).
21667
21668 2003-08-31  Simon Josefsson  <jas@extundo.com>
21669
21670         * modules/timegm: New file.
21671         * MODULES.html.sh (func_all_modules): Add timegm.
21672
21673 2003-08-31  Simon Josefsson  <jas@extundo.com>
21674
21675         * m4/timegm.m4: New file.
21676
21677 2003-08-31  Simon Josefsson  <jas@extundo.com>
21678
21679         * lib/timegm.h: New file.
21680         * lib/timegm.c: New file.  Based on
21681         wget-1.8.2/src/http.c:mktime_from_utc.
21682
21683 2003-08-31  Karl Berry  <karl@gnu.org>
21684
21685         * lib/argp.h: update from libc.
21686
21687 2003-08-28  Bruno Haible  <bruno@clisp.org>
21688
21689         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21690         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21691         followed by '#define fnmatch fnmatch_posix' gives an error.
21692
21693 2003-08-28  Bruno Haible  <bruno@clisp.org>
21694
21695         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21696         warning on QNX, which defines O_BINARY to 000000.
21697
21698 2003-08-27  Jim Meyering  <jim@meyering.net>
21699
21700         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21701         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21702         would fail after 32.  Reported by Danny Levinson.  Details here:
21703         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21704
21705 2003-08-24  Bruno Haible  <bruno@clisp.org>
21706
21707         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21708         MSVC7 <stdio.h> is included later.
21709
21710 2003-08-22  Simon Josefsson  <jas@extundo.com>
21711
21712         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21713
21714 2003-08-20  Karl Berry  <karl@gnu.org>
21715
21716         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21717
21718 2003-08-20  Bruno Haible  <bruno@clisp.org>
21719
21720         * modules/progname: New file.
21721         * MODULES.html.sh (func_all_modules): Add progname.
21722
21723 2003-08-20  Bruno Haible  <bruno@clisp.org>
21724
21725         * lib/progname.h: New file, from GNU gettext.
21726         * lib/progname.c: New file, from GNU gettext.
21727         * lib/progreloc.c: New file, from GNU gettext.
21728
21729 2003-08-19  Jim Meyering  <jim@meyering.net>
21730
21731         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21732         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21733
21734 2003-08-19  Bruno Haible  <bruno@clisp.org>
21735
21736         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21737         more.
21738
21739 2003-08-19  Bruno Haible  <bruno@clisp.org>
21740
21741         * lib/xstrdup.c: Assume <string.h> exists.
21742
21743 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21744
21745         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21746         in makefile rules.
21747
21748 2003-08-18  Jim Meyering  <jim@meyering.net>
21749
21750         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21751         * m4/lib-ld.m4: Likewise.
21752
21753 2003-08-18  Jim Meyering  <jim@meyering.net>
21754
21755         * lib/setenv.h: Indent nested cpp directive.
21756         * lib/vasnprintf.c: Remove trailing blanks.
21757
21758 2003-08-17  Simon Josefsson  <jas@extundo.com>
21759
21760         * modules/xstrndup: New file.
21761         * MODULES.html.sh (func_all_modules): Add xstrndup.
21762
21763 2003-08-17  Simon Josefsson  <jas@extundo.com>
21764
21765         * modules/argp: Fix autoconf macro name. Add more dependencies.
21766
21767 2003-08-17  Simon Josefsson  <jas@extundo.com>
21768
21769         * m4/xstrndup.m4: New file.
21770
21771 2003-08-17  Simon Josefsson  <jas@extundo.com>
21772
21773         * m4/argp.m4: New file.
21774
21775 2003-08-17  Simon Josefsson  <jas@extundo.com>
21776             Bruno Haible  <bruno@clisp.org>
21777
21778         * lib/xstrndup.h: New file.
21779         * lib/xstrndup.c: New file.
21780
21781 2003-08-17  Bruno Haible  <bruno@clisp.org>
21782
21783         * modules/strndup (Files, Include): Add lib/strndup.h.
21784
21785 2003-08-17  Bruno Haible  <bruno@clisp.org>
21786
21787         * modules/euidaccess (Files): Add lib/euidaccess.h.
21788
21789 2003-08-17  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/strndup.h: New file.
21792
21793 2003-08-17  Bruno Haible  <bruno@clisp.org>
21794
21795         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21796         like AC_GNU_SOURCE.
21797         * modules/extensions (configure.ac): Comment out the invocation of
21798         gl_USE_SYSTEM_EXTENSIONS.
21799
21800 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21801
21802         Merges from coreutils, etc.
21803         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21804         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21805         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21806         fixing a typo.
21807         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21808         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21809
21810 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21811
21812         Document merge from coreutils.
21813         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21814         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21815         * modules/utime: Add m4/utimes-null.m4.
21816
21817 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21818
21819         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21820         space, undoing this 2003-08-12 change:
21821         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21822
21823 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21824
21825         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21826         strtoul.c from libc, undoing this 2003-08-12 change:
21827         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21828
21829 2003-08-16  Jim Meyering  <jim@meyering.net>
21830
21831         Merges from coreutils.
21832         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21833         prefix.  Adjust cache variables similarly.  Create 500 rather than
21834         just 300 files, to exercise bug on Darwin6.5, too.
21835         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21836         $missing_dir.
21837         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21838         AM_SYS_POSIX_TERMIOS.
21839         Reported by mkc@mathdogs.com.
21840         Also change use of $am_cv_sys_posix_termios
21841         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21842         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21843         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21844         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21845         in /proc/mounts until it finds one with matching device number.  This
21846         is unnecessary when the FILE argument *is* a mount point.  No stat call
21847         is necessary in that case.  So, disable the statvfs-testing code on
21848         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21849         as RedHat bug# 84846.
21850         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21851         to 1MB, so as not to render systems with no stack size limit (e.g.,
21852         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21853         Include <unistd.h>.  On some systems,
21854         it is required for the definition of _SC_PAGESIZE.
21855
21856 2003-08-16  Jim Meyering  <jim@meyering.net>
21857
21858         Merge from coreutils.
21859         * lib/xstrtoimax.c: #else #if -> #elif.
21860         * lib/xstrtoumax.c: Likewise.
21861
21862 2003-08-16  Jim Meyering  <jim@meyering.net>
21863
21864         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21865         * m4/utimes.m4: Removed.
21866         * m4/utimes-null.m4: Renamed from utimes.m4.
21867
21868         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21869         to 1MB, so as not to render systems with no stack size limit (e.g.,
21870         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21871         Include <unistd.h>.  On some systems,
21872         it is required for the definition of _SC_PAGESIZE.
21873
21874 2003-08-16  Jim Meyering  <jim@meyering.net>
21875         and Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         Merges from coreutils, etc.
21878
21879         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21880         using the latest version from cvs.  This avoids problems with #line
21881         directives using a vendor (Sun) compiler.
21882         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21883         Don't set GETGROUPS_LIB here; now it's
21884         done via getgroups.m4's wrapper function.
21885         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21886         rather than just in sh-util/configure.in, so that the
21887         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21888         same.
21889         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21890         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21891         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21892         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21893         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21894         Remove code that is now done by the newly-required macros.
21895         Append $(EXEEXT) to DF_PROG.
21896         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21897         Do not invoke or require the following here,
21898         since prereq.m4 or some gnulib .m4 now does this for us:
21899         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21900         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21901         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21902         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21903         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21904         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21905         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21906         AC_FUNC_OBSTACK.
21907         Do not replace the following functions, as this is now the job
21908         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21909         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21910         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21911         atexit getpass, strdup, getpagesize.
21912         Replace 'raise'.
21913         Do not check for the following functions, as this is now the job
21914         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21915         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21916         setregid.
21917         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21918         Check for sys/sysctl.h.
21919         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21920         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21921         of checking for ssize_t ourselves.
21922
21923         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21924         Require every macro that gnulib/modules/* suggests for us.
21925         (jm_PREREQ_ADDEXT): New macro.
21926         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21927         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21928
21929         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21930         (gl_PHYSMEM): Use it.
21931         Also check for `table' function.
21932         Check for new headers and functions.
21933         Add check for sys/sysmp.h.
21934         With suggestions from Kaveh Ghazi.
21935         Ignore headers that are present but cannot be compiled.  This
21936         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21937         C 5.4.
21938
21939 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21940
21941         Document merge from coreutils.
21942         * modules/userspec: Depend on posixver.
21943         * modules/strftime: Depend on tzset.
21944
21945 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21946
21947         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21948         rather than tab, after '#' in shell-script copyright notices.
21949         Suggested by Bruno Haible.
21950
21951 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21952
21953         * config/srclist-update: Use three spaces, rather than tab, after '#'
21954         in shell-script copyright notices.  Suggested by Bruno Haible.
21955         Remove unnecessary parenthesization in regular expression.
21956
21957 2003-08-15  Jim Meyering  <jim@meyering.net>
21958
21959         Merge from coreutils.
21960         * lib/xgethostname.c: Include <stdlib.h>.
21961         (xghostname): Don't exit for anything other than memory-related
21962         failure; just return NULL.
21963         * lib/userspec.c: Include "posixver.h".
21964         (parse_user_spec): Accept `.' as a separator only
21965         in pre-POSIX-200112 mode.
21966         * lib/strtoimax.c: Use #elif rather than #else #if.
21967         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21968         Remove function, now that we can rely on a working tzset function.
21969         [!_LIBC]: Ensure that the required autoconf test has been run.
21970         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21971         Use underlying_strftime for %r.
21972         * lib/sha.c: Merge in some clean-up and optimization changes from
21973         glibc.
21974         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21975         Ensure that it is a multiple of 64.
21976         Rearrange loop exit tests so as to avoid performing an
21977         additional fread after encountering an error or EOF.
21978         * lib/realloc.c: Update copyright date.
21979
21980 2003-08-15  Jim Meyering  <jim@meyering.net>
21981         and Paul Eggert  <eggert@twinsun.com>
21982
21983         Merge from coreutils.
21984         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21985         member but strut utmpx does not.  Needed for AIX 4.3.3.
21986         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21987
21988 2003-08-15  Jim Meyering  <jim@meyering.net>
21989         and Paul Eggert  <eggert@cs.ucla.edu>
21990
21991         Merges from coreutils, etc.
21992         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21993         Require gl_FUNC_TZSET_CLOBBER.
21994         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21995         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21996         members.
21997
21998 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21999
22000         Help the merge from coreutils.
22001         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22002         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22003         * m4/tzset.m4: Use it too.
22004
22005 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22006
22007         * modules/tzset: New file.
22008
22009 2003-08-14  Jim Meyering  <jim@meyering.net>
22010
22011         Merges from coreutils.
22012         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22013         variable names, rather than @FNMATCH_H@.
22014         * modules/alloca: Likewise for $(ALLOCA_H).
22015
22016         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22017         the three copies of the literal target, `fnmatch.h'.
22018         * modules/alloca (alloca.h): Likewise.
22019
22020 2003-08-14  Jim Meyering  <jim@meyering.net>
22021
22022         Merge from coreutils.
22023         * m4/tzset.m4: New file.
22024         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22025         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22026         otherwise, AIX 5.1 systems would end up using the latter.
22027         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22028         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22029         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22030         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22031
22032 2003-08-14  Jim Meyering  <jim@meyering.net>
22033
22034         Merge from coreutils.
22035         * lib/obstack.h: Whitespace changes.
22036         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22037         and xcalloc return values.
22038         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22039         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22040         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22041         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22042         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22043         error from mntctl.
22044         Use mntctl's return value to drive the entry-processing loop, since
22045         we can't rely on the value of the vmt_length member in the last
22046         entry.  On some systems doing so could result in exhausting
22047         virtual memory.  Based in part on a patch from Mike Jetzer.
22048
22049 2003-08-14  Jim Meyering  <jim@meyering.net>
22050         and Paul Eggert  <eggert@twinsun.com>
22051
22052         Merges from coreutils, plus other fixes.
22053         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22054         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22055         for credits and details.  Thanks to Kaveh Ghazi for helping
22056         to keep these files in sync.
22057         (ARRAY_SIZE): Define it.
22058         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22059         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22060         (memcasecmp): Don't assume size_t fits in unsigned int.
22061         Remove casts and duplicate code.
22062         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22063         (memcpy): Remove definition.
22064         Merge in some clean-up and optimization changes from glibc.
22065         [BLOCKSIZE]: Move definition to top of file.
22066         Ensure that it is a multiple of 64.
22067         Rearrange loop exit tests so as to avoid performing an
22068         additional fread after encountering an error or EOF.
22069         * lib/md5.h (md5_uintptr): Define.
22070         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22071         return to the initial working directory.  Preserve errno
22072         for caller.
22073         * lib/idcache.c: Include "xalloc.h".
22074         (xmalloc, xrealloc): Remove decls.
22075         (getuser): Remove casts no longer required in C89.
22076         * lib/human.c: Include stdio.h, for sprintf.
22077         * lib/group-member.c: Include "xalloc.h".
22078         (xmalloc, xrealloc): Remove decls.
22079         (get_group_info): Remove casts no longer required in C89.
22080         * lib/getusershell.c (readname): Remove casts no longer required in
22081         C89.
22082         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22083         * lib/getline.c: Whitespace fix, from coreutils.
22084
22085 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22086
22087         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22088         Check for isascii.
22089
22090         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22091         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22092         Undo previous (whitespace-only) change.
22093
22094 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22095
22096         * lib/exclude.c: Include <ctype.h>
22097         (IN_CTYPE_DOMAIN): New macro.
22098         (is_space): New fn.
22099         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22100         and empty lines.
22101
22102         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22103         Undo previous (whitespace-only) change.
22104
22105 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22106
22107         * config/srclist-update: Change update back to the old behavior,
22108         leaving whitespace alone.  Use one 'sed' command rather than a
22109         pipeline.
22110         (fixlicense): Now a variable, not a function.
22111         (remove_trailing_blanks): Remove.
22112         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22113         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22114         Undo previous (whitespace-only) change.
22115
22116 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22117
22118         Merge from coreutils.
22119         * modules/euidaccess: Add lib_SOURCES, include for new
22120         file euidaccess.h
22121
22122 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22123
22124         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22125         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22126         Normalize leading white space and remove trailing white space.
22127
22128         Merge from coreutils
22129         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22130
22131         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22132         0.12.1.  These files are now being upgraded automatically by
22133         ../config/srclist-update.
22134
22135 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22136
22137         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22138         Normalize leading white space and remove trailing white space.
22139         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22140         notice, as per ../config/srclist-update.
22141
22142         Merge from coreutils.
22143         * lib/euidaccess.h: New file.
22144         * lib/euidaccess.c: Include it.
22145         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22146         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22147         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22148
22149 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22150
22151         * config/srclist-update: Add copyright notice.
22152         (remove_id_lines, remove_trailing_blanks): New constants.
22153         (fixfile): Use them to normalize spacing a bit in copied files.
22154         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22155         Normalize leading white space and remove trailing white space.
22156
22157         * config/texinfo.tex: Sync with texinfo.
22158
22159         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22160         strtoul.c from libc, to merge coreutils whitespace changes.
22161
22162         * config/srclist.txt: Get the following m4 files from gettext:
22163         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22164         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22165         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22166         wint_t.m4.
22167
22168 2003-08-12  Karl Berry  <karl@gnu.org>
22169
22170         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22171         been made.
22172
22173 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22174
22175         * modules/gnu-source, m4/gnu-source.m4:
22176         Remove; we're assuming Autoconf 2.54 or later now.
22177         Suggested by Bruno Haible.
22178         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22179
22180 2003-08-11  Bruno Haible  <bruno@clisp.org>
22181
22182         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22183
22184 2003-08-11  Bruno Haible  <bruno@clisp.org>
22185
22186         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22187         (vasnprintf): Use it instead of wcslen.
22188
22189 2003-08-11  Bruno Haible  <bruno@clisp.org>
22190
22191         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22192         value to ensure that _Bool promotes to int. Use #define for _Bool when
22193         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22194
22195 2003-08-10  Karl Berry  <karl@gnu.org>
22196
22197         * lib/regex.h: update from libc (whitespace fix).
22198
22199 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22200
22201         Merge some files from coreutils.  These changes were
22202         originally made by Jim Meyering.
22203         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22204         many older Unixes require this.
22205         * lib/alloca.c (alloca): Remove cast to argument of free;
22206         no longer needed in C89.
22207         * lib/alloca_.h, regex.h: Fix white space to match
22208         what GNU indent does.
22209
22210 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22211
22212         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22213         apparently Emacs's Unicode mode got confused before my 2003-08-05
22214         checkin.
22215
22216 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22217
22218         * m4/extensions.m4: New file.
22219         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22220         Require gl_USE_SYSTEM_EXTENSIONS.
22221         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22222         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22223
22224 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22225
22226         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22227         * modules/extensions, modules/gnu-source: New files.
22228         * modules/timespec, modules/unlocked-io: Depend on extensions.
22229
22230 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22231
22232         * modules/restrict: New file.
22233         * MODULES.html.sh (func_all_modules): Add restrict.
22234         * modules/regex: Depend on restrict.
22235
22236 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22237
22238         * m4/restrict.m4: New file.
22239         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22240
22241 2003-08-07  Bruno Haible  <bruno@clisp.org>
22242
22243         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22244         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22245
22246 2003-08-07  Bruno Haible  <bruno@clisp.org>
22247
22248         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22249         makes the module 'getndelim2' compatible with the module 'getline'.
22250
22251 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22252
22253         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22254         byte with "\201" to avoid glitches when editing that source file
22255         with multi-gnome-terminal.
22256
22257 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22258
22259         * lib/bumpalloc.h: Remove.
22260
22261 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22262
22263         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22264         * modules/bumpalloc: Remove.
22265
22266 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22267
22268         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22269         GNU coding style.
22270
22271         Merge from coreutils.
22272         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22273         1. From glibc.
22274         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22275         from Karl Berry, implemented by Jim Meyering.
22276         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22277         from Dmitry V. Levin.
22278         Remove anachronistic cast of xrealloc.
22279         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22280         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22281         type. Otherwise, it wouldn't compile with at least /bin/cc on
22282         ymp-cray-unicos9.0.2.X.
22283         Combine two mostly-identical uses of alloca into one.
22284         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22285
22286 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22287
22288         [From Emacs.]
22289
22290         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22291         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22292         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22293         obsolete NLIST_NAME_UNION.
22294         [__GNU__]: Undef BSD and FSCALE.
22295         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22296
22297 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22298
22299         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22300         an enum type, so that it's guaranteed to promote to int.  See:
22301         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22302
22303 2003-08-03  Karl Berry  <karl@gnu.org>
22304
22305         * config/depcomp: update from automake.
22306
22307 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22308
22309         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22310         (strerror): Don't assume that a printable int fits in 14 bytes.
22311
22312 2003-07-31  Bruno Haible  <bruno@clisp.org>
22313
22314         * modules/getpass-gnu: New file.
22315         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22316
22317 2003-07-31  Bruno Haible  <bruno@clisp.org>
22318
22319         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22320
22321 2003-07-24  Karl Berry  <karl@gnu.org>
22322
22323         * config/missing: update from automake.
22324
22325 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22326             Bruno Haible  <bruno@clisp.org>
22327
22328         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22329         * lib/getline.c (getline, getdelim): Likewise.
22330         Remove _GNU_SOURCE define; now it's defined in config.h through
22331         m4/getline.m4.
22332
22333 2003-07-23  Karl Berry  <karl@gnu.org>
22334
22335         * config/config.sub: update from prep.
22336
22337 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22338
22339         * modules/xalloc (Depends-on): Add exitfail.
22340         * modules/xmemcoll: Likewise.
22341
22342 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22343
22344         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22345         over-parenthesization in macros.
22346
22347         Sync with coreutils.
22348
22349         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22350         required by C99.
22351
22352         Use `exit_failure' for xalloc and xmemcoll instead of their own
22353         private exit-failure variables.
22354         * lib/xalloc.h (xalloc_exit_failure): Remove.
22355         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22356         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22357         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22358         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22359         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22360
22361 2003-07-20  Jim Meyering  <jim@meyering.net>
22362
22363         * modules/closeout (Depends-on): Add exitfail.
22364         Suggestion from Bruno Haible.
22365
22366 2003-07-19  Karl Berry  <karl@gnu.org>
22367
22368         * config/config.sub: update from prep.
22369
22370 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22371
22372         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22373         Remove.
22374         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22375         to test that it can stand by itself.  Include "exitfail.h".
22376         Clients should set exit_failure instead.
22377         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22378
22379 2003-07-18  Bruno Haible  <bruno@clisp.org>
22380
22381         * modules/getndelim2: New file.
22382         * modules/getline: Share files with module getndelim2.
22383         * modules/getnline: Depend on getndelim2 instead of sharing files with
22384         it. Add getnline.c to lib_SOURCES.
22385         * MODULES.html.sh (func_all_modules): Add getndelim2.
22386
22387 2003-07-18  Bruno Haible  <bruno@clisp.org>
22388
22389         * m4/getndelim2.m4: New file.
22390         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22391         invoke gl_PREREQ_GETNDELIM2.
22392         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22393         gl_PREREQ_GETNDELIM2.
22394         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22395         gl_GETNDELIM2.
22396
22397 2003-07-18  Bruno Haible  <bruno@clisp.org>
22398
22399         * lib/getndelim2.h: New file.
22400         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22401         getndelim2.h.
22402         (getndelim2): Make non-static. Change return type to ssize_t.
22403         * lib/getline.h: Change argument names.
22404         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22405         * lib/getnline.c: Include getndelim2.h.
22406
22407 2003-07-18  Andreas Schwab  <schwab@suse.de>
22408
22409         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22410
22411 2003-07-17  Karl Berry  <karl@gnu.org>
22412
22413         * config/config.sub: update from prep.
22414
22415 2003-07-17  Bruno Haible  <bruno@clisp.org>
22416
22417         * modules/getnline: New file.
22418         * modules/getline: Add lib/getndelim2.c to source file list.
22419         * MODULES.html.sh (func_all_modules): Add getnline.
22420
22421 2003-07-17  Bruno Haible  <bruno@clisp.org>
22422
22423         * m4/getnline.m4: New file.
22424
22425 2003-07-17  Bruno Haible  <bruno@clisp.org>
22426
22427         * m4/Makefile.am.in: Remove file.
22428         * m4/Makefile.am: Remove file.
22429         * m4/Makefile.in: Remove file.
22430
22431 2003-07-17  Bruno Haible  <bruno@clisp.org>
22432
22433         * lib/getnline.h: New file.
22434         * lib/getnline.c: New file.
22435         * lib/getndelim2.c: New file, extracted from getline.c.
22436         (getndelim2): Renamed from getdelim2, with added nmax argument.
22437         * lib/getline.c: Include getndelim2.c.
22438         (getdelim2): Moved out to getndelim2.c.
22439         (getline, getdelim): Update.
22440
22441 2003-07-17  Bruno Haible  <bruno@clisp.org>
22442
22443         * lib/Makefile.am: Remove file.
22444         * lib/Makefile.in: Remove file.
22445
22446 2003-07-17  Bruno Haible  <bruno@clisp.org>
22447
22448         * configure.in: Remove file.
22449         * Makefile.in: Remove file.
22450
22451 2003-07-17  Bruno Haible  <bruno@clisp.org>
22452
22453         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22454
22455 2003-07-16  Karl Berry  <karl@gnu.org>
22456
22457         * config/srclist-update: was running fixlicense twice, which caused
22458                 texinfo.tex to be nullified for some reason.  Simplify,
22459                 $gplsrc is no longer needed as far as I can see?
22460
22461 2003-07-16  Jim Meyering  <jim@meyering.net>
22462
22463         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22464
22465 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22466
22467         * config/srclist.txt: Get the following files from gettext-runtime/intl
22468         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22469         ref-del.sin.  From Bruno Haible.
22470         * config/srclist-update (fixfile): Change grep pattern again, since the
22471         previous fix didn't work (there was another trailing $).  Use
22472         '[$]' to escape the $s.
22473
22474 2003-07-15  Karl Berry  <karl@gnu.org>
22475
22476         * lib/vasnprintf.c: update from gettext.
22477
22478 2003-07-15  Karl Berry  <karl@gnu.org>
22479
22480         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22481         gets expanded when surrounded by '$'.
22482
22483 2003-07-15  Jim Meyering  <jim@meyering.net>
22484
22485         * modules/save-cwd: Don't depend on error.  From Derek Price.
22486
22487 2003-07-15  Jim Meyering  <jim@meyering.net>
22488
22489         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22490
22491 2003-07-14  Simon Josefsson  <jas@extundo.com>
22492
22493         * modules/mempcpy: New file.
22494         * MODULES.html.sh (func_all_modules): Add mempcpy.
22495
22496 2003-07-14  Simon Josefsson  <jas@extundo.com>
22497
22498         * m4/mempcpy.m4: New file.
22499
22500 2003-07-14  Simon Josefsson  <jas@extundo.com>
22501
22502         * lib/mempcpy.h: New file.
22503         * lib/mempcpy.c: New file.
22504
22505 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22506
22507         * modules/getdate, modules/posixtm: Depend on mktime.
22508
22509 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22510
22511         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22512         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22513         unicodeio.c, unicodeio.h, unlocked-io.h:
22514         Switch from LGPL to GPL.
22515
22516 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22517
22518         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22519         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22520         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22521         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22522         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22523         updated automatically by ../config/srclist-update.  This changes
22524         their license from LPGL to GPL.
22525
22526 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22527
22528         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22529         assumed to refer to the root of the most recent stable gettext version.
22530         * config/srclistvars.sh: Add defaults for eggert.
22531         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22532         Match "This program" as well as "The program".  This is needed
22533         for gettext.
22534
22535 2003-07-14  Jim Meyering  <jim@meyering.net>
22536
22537         Don't emit diagnostics.  Let callers do that.
22538         * lib/save-cwd.c: Don't include "error.h".
22539         (save_cwd): Don't call error.  Ensure that errno is valid
22540         when returning nonzero.
22541
22542         * lib/save-cwd.h (restore_cwd): Update prototype.
22543         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22544         Simplify.  Don't call error upon failure.  Let callers do that.
22545         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22546         when auditing is enabled.  But don't bother updating the #if.
22547
22548 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22549
22550         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22551         it breaks C++ compilation.
22552         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22553
22554 2003-07-10  Simon Josefsson  <jas@extundo.com>
22555
22556         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22557
22558 2003-07-10  Jim Meyering  <jim@meyering.net>
22559
22560         * m4/clock_time.m4: Remove trailing blank.
22561         * m4/intmax_t.m4: Likewise.
22562
22563 2003-07-10  Jim Meyering  <jim@meyering.net>
22564
22565         * lib/vasnprintf.c: Remove trailing blanks.
22566         Make cpp indentation consistent.
22567
22568 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22569
22570         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22571         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22572         Switch from LGPL to GPL.
22573
22574 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22575
22576         * config/srclist.txt: Sort sublists.  Add
22577         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22578         that differ from gnulib for one reason or another; we'd like this list
22579         to be smaller but for now let's document what we have.
22580
22581 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22582
22583         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22584         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22585         and sweeter "eval x=$x".
22586         * config/srclist.txt: Get lib/argp* from glibc.
22587
22588 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22589
22590         * lib/mktime.c: Fix some boundary cases and remove need for floating
22591         point.
22592
22593         Issue a compile-time diagnostic if time_t is floating point, or if
22594         two's complement arithmetic is not in effect, or if arithmetic
22595         right shift does not propagate the sign.  These assumptions were
22596         all in the original code but they weren't checked.
22597
22598         (TIME_T_MIDPOINT, verify): New macros.
22599         (__isleap): Remove; it has integer overflow problems.
22600         (leapyear): New function, without those problems.
22601         (ydhms_tm_diff): Remove; splitting into two parts.
22602         (ydhms_diff): New function, containing the arithmetic part of
22603         the old ydhms_tm_diff function.  Issue a compile-time
22604         diagnostic if we are not using C99 integer division.
22605         Avoid casts when possible.
22606         (guess_time_tm): New function, containing the checking part of
22607         the old ydhms_tm_diff function.  Return the new value, rather than
22608         the difference between it and the old.  Accept a new argument T
22609         so that *T specifies the old value.  Check for overflow in the result.
22610
22611         (__mktime_internal): Use a time_t offset, not a long int offset.
22612         This undoes the 2003-06-04 change, which is no longer needed now
22613         that we have better overflow checking.
22614         (localtime_offset): Likewise.
22615
22616         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22617         and long are 64-bit but int is only 32-bit.
22618         (ydhms_diff): Use long int to store year1 and yday1.
22619         Issue a compile-time diagnostic if long int is not wide enough.
22620
22621         (__mktime_internal): Use long int to store adjusted year and yday.
22622         Use plain C rather than preprocessor commands, if that doesn't
22623         affect efficiency.
22624         Check for overflow (and try to repair) after each probe
22625         rather than checking only at the very end.  This avoids some bugs
22626         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22627         does not equal GMT offset at maximum time).
22628         Use integer to check for overflow rather than floating point; this
22629         is more portable to non-IEEE hosts, and is a tad faster.
22630         When we detect that we are oscillating between two values,
22631         don't check whether tm_isdst has the requested value, since
22632         we already know the answer.  When tm_isdst has the wrong value,
22633         use a different heuristic to find the right one, based on the
22634         extreme values actually observed in practice in tz2003a,
22635         rather than the (overly optimistic) "previous 3 calendar quarters".
22636
22637         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22638         "T const" to accommodate glibc style.
22639         (check_result): Use less-confusing report format.  "long" -> "long int.
22640         (main): Likewise.
22641         Don't loop if the iteration overflows time_t.
22642         Allow a negative step in the iteration.
22643
22644 2003-07-06  Karl Berry  <karl@gnu.org>
22645
22646         * config/depcomp: update from automake.
22647         * config/config.sub: update from prep.
22648
22649 2003-07-03  Karl Berry  <karl@gnu.org>
22650
22651         * config/config.guess: update from prep.
22652
22653 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22654
22655         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22656         xreadlink.c now includes it unconditionally.
22657
22658 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22659
22660         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22661         having it depend on HAVE_SYS_TYPES_H.
22662
22663 2003-07-01  Bruno Haible  <bruno@clisp.org>
22664
22665         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22666         <sys/types.h> should be sufficient.
22667         Reported by Paul Eggert.
22668
22669 2003-06-26  Karl Berry  <karl@gnu.org>
22670
22671         * config/depcomp: update from automake.
22672
22673 2003-06-26  Bruno Haible  <bruno@clisp.org>
22674
22675         * modules/human: Depend on module stdbool.
22676
22677 2003-06-25  Bruno Haible  <bruno@clisp.org>
22678
22679         * modules/readlink: New file.
22680         * modules/xreadlink: Depend on it.
22681         * MODULES.html.sh (func_all_modules): Add readlink.
22682
22683 2003-06-25  Bruno Haible  <bruno@clisp.org>
22684
22685         * m4/readlink.m4: New file.
22686
22687 2003-06-25  Bruno Haible  <bruno@clisp.org>
22688
22689         * lib/readlink.c: New file.
22690
22691 2003-06-22  Karl Berry  <karl@gnu.org>
22692
22693         * config/srclist.txt: update mkinstalldirs from automake.
22694         * config/mkinstalldirs: update.
22695
22696 2003-06-22  Bruno Haible  <bruno@clisp.org>
22697
22698         Portability to mingw32.
22699         * m4/ssize_t.m4: New file, from GNU gettext.
22700         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22701         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22702
22703 2003-06-22  Bruno Haible  <bruno@clisp.org>
22704
22705         * modules/safe-read: Add m4/ssize_t.m4.
22706         * modules/xreadlink: Add m4/ssize_t.m4.
22707
22708 2003-06-20  Bruno Haible  <bruno@clisp.org>
22709
22710         Assume C89, so PARAMS isn't needed.
22711         * lib/unicodeio.h (PARAMS): Remove.
22712         * lib/unicodeio.c: Don't use PARAMS.
22713
22714 2003-06-18  Karl Berry  <karl@gnu.org>
22715
22716         * config/config.{guess,sub}: update from prep.
22717
22718 2003-06-18  Jim Meyering  <jim@meyering.net>
22719
22720         Merge changes from coreutils.
22721         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22722         Remove explicit declarations of xmalloc and realloc.
22723         Include xalloc.h.
22724         (read_utmp): Remove anachronistic cast of xmalloc.
22725
22726 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22727
22728         Assume C89, so PARAMS isn't needed.
22729         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22730         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22731         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22732         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22733         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22734         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22735         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22736         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22737         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22738         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22739         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22740         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22741         no longer needed. Anyway, config.h should always be included before any
22742         other file.
22743
22744 2003-06-11  Simon Josefsson  <jas@extundo.com>
22745
22746         * modules/sysexits: New file.
22747         * MODULES.html.sh (func_all_modules): Add sysexits.
22748
22749 2003-06-11  Simon Josefsson  <jas@extundo.com>
22750
22751         * lib/sysexit_.h: New file.
22752
22753 2003-06-11  Derek Price  <derek@ximbiot.com>
22754
22755         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22756         necessary.
22757
22758 2003-06-11  Bruno Haible  <bruno@clisp.org>
22759
22760         * m4/sysexits.m4: New file.
22761
22762 2003-06-10  Simon Josefsson  <jas@extundo.com>
22763
22764         * lib/argp.h: New file, from glibc.
22765         * lib/argp-ba.c: New file, from glibc.
22766         * lib/argp-eexst.c: New file, from glibc.
22767         * lib/argp-fmtstream.c: New file, from glibc.
22768         * lib/argp-fmtstream.h: New file, from glibc.
22769         * lib/argp-fs-xinl.c: New file, from glibc.
22770         * lib/argp-help.c: New file, from glibc.
22771         * lib/argp-namefrob.h: New file, from glibc.
22772         * lib/argp-parse.c: New file, from glibc.
22773         * lib/argp-pv.c: New file, from glibc.
22774         * lib/argp-pvh.c: New file, from glibc.
22775         * lib/argp-xinl.c: New file, from glibc.
22776
22777 2003-06-10  Simon Josefsson  <jas@extundo.com>
22778
22779         * modules/strchrnul: New file.
22780
22781 2003-06-10  Simon Josefsson  <jas@extundo.com>
22782
22783         * modules/argp: New file.
22784
22785 2003-06-10  Simon Josefsson  <jas@extundo.com>
22786
22787         * m4/strchrnul.m4: New file.
22788
22789 2003-06-10  Simon Josefsson  <jas@extundo.com>
22790
22791         * lib/strchrnul.h: New file.
22792         * lib/strchrnul.c: New file.
22793
22794 2003-06-10  Bruno Haible  <bruno@clisp.org>
22795
22796         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22797
22798 2003-06-07  Karl Berry  <karl@gnu.org>
22799
22800         * config/config.{guess,sub}: update from prep.
22801
22802 2003-06-07  Jim Meyering  <jim@meyering.net>
22803
22804         * modules/strtod: Use $(...) notation, not @...@ for
22805         AC_REPLACE'd variables.
22806         * modules/localcharset: Likewise.
22807
22808 2003-06-07  Jim Meyering  <jim@meyering.net>
22809
22810         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22811         in place of my name in the copyright comment.
22812         Remove definition and uses of __P.
22813
22814         From coreutils.
22815         * lib/stat.c: Don't declare xmalloc explicitly.
22816         Instead, include "xalloc.h".
22817         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22818         xrealloc, and xcalloc return values.
22819         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22820         Improve comment.
22821         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22822
22823 2003-06-07  Bruno Haible  <bruno@clisp.org>
22824
22825         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22826         avoid AC_CONFIG_LINKS.
22827         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22828         fnmatch.h, to avoid AC_CONFIG_LINKS.
22829         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22830
22831 2003-06-07  Bruno Haible  <bruno@clisp.org>
22832
22833         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22834         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22835         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22836         directory.
22837         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22838         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22839         directory.
22840
22841 2003-06-06  Jim Meyering  <jim@meyering.net>
22842
22843         Merge from coreutils.
22844         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22845         Consolidate declarations and initializations of *_base* locals.
22846
22847         Merge from coreutils.
22848         This avoids a core dump on systems without GNU putenv,
22849         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22850         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22851         (unsetenv): New static function, from GNU libc.
22852         (rpl_putenv): Use it.
22853
22854         * lib/modechange.c: Remove trailing blanks.
22855
22856         Merge from coreutils.
22857         * lib/fsusage.c: Remove declaration of statfs.
22858         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22859
22860         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22861
22862 2003-06-06  Jim Meyering  <jim@meyering.net>
22863
22864         * lib/stdbool_.h: Renamed from stdbool.h.in.
22865
22866 2003-06-06  Jim Meyering  <jim@meyering.net>
22867             Bruno Haible  <bruno@clisp.org>
22868
22869         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22870         Adjust Makefile.am snippet not to redirect directly to target.
22871         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22872
22873 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22874
22875         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22876         mismatch, look in future quarters as well as past.  This fixes a
22877         bug when processing fall-backwards gaps immediately after a long
22878         period of daylight-saving time.
22879
22880         * lib/mktime.c: Assume freestanding C89 or better.
22881         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22882         (__P): Remove; not used.
22883         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22884         (mktime, not_equal_tm, print_tm, check_result,
22885         main): Use prototypes.  Use const * where appropriate.
22886         (main): Fix typo in testing code that uncovered by above changes.
22887         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22888
22889 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22890
22891         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22892         locale.h, localeconv.  This merges changes from coreutils.
22893
22894         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22895         It can be removed after the next Autoconf is released.
22896         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22897         needed.
22898
22899 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22900
22901         * lib/mktime.c: Fix Debian bug 177940
22902         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22903         (localtime_offset): Now long int, not time_t, because we want it
22904         to be guaranteed to be signed.  All uses changed.
22905         (__mktime_internal): If overflow would occur when adding offset,
22906         don't add it.
22907
22908         Merge 'human' changes from coreutils.  Rewrite to support
22909         locale-specific notations like thousands separators.
22910         * lib/human.c: Simplify authorship notice.
22911         Include human.h immediately after config.h.
22912         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22913         <limits.h>: Do not include, since human.h does.
22914         (SIZE_MAX, UINTMAX_MAX): New macros.
22915         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22916         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22917         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22918         (power_letter): Renamed from suffixes.
22919         (generate_suffix_backwards): Remove.
22920         (adjust_value): Now takes int style (because of human.h changes)
22921         and long double value (for greater precision on some platforms).
22922         (group_number): New function.
22923         (human_readable): Use it.  Use integer options, not enum.
22924         Put the options before the sizes in the arg list.
22925         Support all the new options.
22926         The old human_readable function has been removed;
22927         use inttostr.h instead.
22928         (human_readable, default_block_size, humblock):
22929         Use uintmax_t, not int, for block sizes.
22930         (human_readable_inexact, block_size_types): Remove.
22931         (block_size_opts): New constant.
22932         (human_options): Renamed from human_block_size, with new signature
22933         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22934         * lib/human.h: Add copyright and authorship notice.
22935         Include <limits.h> and <stdbool.h> unconditionally.
22936         (PARAMS): Remove.  All uses removed.
22937         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22938         (enum human_inexact_style): Remove tag; now a nameless enum.
22939         (human_floor, human_ceiling, human_round_to_even): Now have
22940         values 2, 0, 1 rather than -1, 1, 0.
22941         (human_group_digits, human_suppress_point_zero, human_autoscale,
22942         human_base_1024, human_SI, human_B): New constants.
22943         (human_readable_inexact, human_block_size): Remove.
22944         (human_readable): Size args are now uintmax_t, not int.
22945         (human_options): New decl.
22946
22947         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22948         unnecessary now that we assume C89 or better.  This change
22949         imported from coreutils.
22950
22951         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22952         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22953         in the 2003-05-30 sync from glibc.
22954
22955         .h files should stand alone, but we shouldn't include <sys/types.h>
22956         if we can get away with just <stddef.h>.
22957
22958         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22959         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22960         rather than <sys/types.h>, as we merely need size_t.
22961         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22962         to get size_t.
22963         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22964         Include <stdio.h>, to get FILE.
22965         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22966         memcasecmp.h has included <stddef.h> and all we need is size_t.
22967         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22968         our interface, instead of including <sys/types.h>
22969
22970 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22971
22972         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22973         now, as glibc mktime is buggy on non-glibc systems.
22974
22975 2003-06-03  Karl Berry  <karl@gnu.org>
22976
22977         * config/config.sub: update from prep.
22978
22979 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22980
22981         [from coreutils]
22982         Fix some minor time-related bugs with POSIX time arguments.
22983         Some valid time stamps were being rejected (notably -1, and
22984         time stamps before 1900 on 64-bit hosts).  And some invalid
22985         time stamps were being accepted, e.g. September 31.
22986
22987         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22988         that we can return (time_t) -1 successfully.
22989         * lib/posixtm.c: Likewise.
22990         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22991         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22992         (t): Remove static var.
22993         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22994         of static var.  All uses changed.
22995         (year): Do not reject years before 1900; they can occur with
22996         64-bit time_t.
22997         (posix_time_parse): Do not check for out-of-range components;
22998         that is now the caller's responsibility, since our checks were
22999         only approximations.
23000         (posixtime): Use mktime to check for out-of-range components,
23001         since it knows them exactly.
23002         If mktime returns (time_t) -1, check whether an error actually occurred
23003         by invoking localtime on -1.
23004         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23005         posixtime failures better.
23006         Improve the test data (in comments only).
23007
23008 2003-06-02  Karl Berry  <karl@gnu.org>
23009
23010         * config/mkinstalldirs (version): new variable.
23011         (--version): new option.
23012         (usage): improve message.
23013
23014 2003-05-30  Karl Berry  <karl@gnu.org>
23015
23016         * lib/mktime.c: update from libc.
23017
23018 2003-05-30  Bruno Haible  <bruno@clisp.org>
23019
23020         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23021         * config/config.rpath: Upgrade to gettext-0.12.1.
23022
23023 2003-05-30  Bruno Haible  <bruno@clisp.org>
23024
23025         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23026         * m4/nls.m4: New file, from gettext-0.12.1.
23027         * m4/po.m4: New file, from gettext-0.12.1.
23028         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23029
23030 2003-05-30  Bruno Haible  <bruno@clisp.org>
23031
23032         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23033         * lib/localcharset.h: Likewise.
23034         * lib/localcharset.c: Likewise.
23035
23036 2003-05-29  Karl Berry  <karl@gnu.org>
23037
23038         * config/config.rpath: update from gettext.
23039
23040 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23041
23042         Assume the headers required for C89 freestanding compilers.
23043         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23044         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23045         * m4/human.m4 (gl_HUMAN): Likewise.
23046         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23047         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23048         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23049         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23050         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23051         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23052
23053 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23054
23055         Assume the headers required for C89 freestanding compilers.
23056         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23057         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23058         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23059         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23060         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23061         define, since <limits.h> is guaranteed to do that.
23062         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23063         * lib/exclude.c: Include <stdbool.h> unconditionally.
23064         * lib/tempname.c: Include <stddef.h> unconditionally.
23065         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23066         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23067         <stddef.h> does that.
23068         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23069         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23070         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23071         needed.
23072         * lib/xstrtol.c: Likewise.
23073         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23074         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23075
23076         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23077         warnings on some platforms.
23078
23079         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23080         arbitrarily.
23081
23082 2003-05-26  Jim Meyering  <jim@meyering.net>
23083
23084         Merge in a change from coreutils:
23085         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23086         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23087         that condition, rather than `-1' which is slightly misleading.
23088         Change the name of the cache variable to have the gl_ prefix.
23089         Prompted by a patch from Richard Dawe for DJGPP.
23090
23091 2003-05-24  Karl Berry  <karl@gnu.org>
23092
23093         * config/config.guess: update from prep.
23094
23095 2003-05-22  Karl Berry  <karl@gnu.org>
23096
23097         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23098
23099 2003-05-20  Karl Berry  <karl@gnu.org>
23100
23101         * config/config.guess: update from prep.
23102
23103 2003-05-18  Karl Berry  <karl@gnu.org>
23104
23105         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23106         might actually be set by the user.
23107
23108         * config/depcomp, install-sh, mdate-sh: update from automake.
23109
23110 2003-05-17  Bruno Haible  <bruno@clisp.org>
23111
23112         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23113         invalid expansion for AC_EGREP_CPP.
23114         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23115         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23116         Suggested by Akim Demaille <akim@epita.fr> in
23117         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23118
23119 2003-05-12  Jim Meyering  <jim@meyering.net>
23120
23121         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23122         the space-padded-by-default conversion specifiers, %e, %k, %l.
23123
23124 2003-05-12  Bruno Haible  <bruno@clisp.org>
23125
23126         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23127         the string is longer than 4 KB.
23128
23129 2003-05-11  Karl Berry  <karl@gnu.org>
23130
23131         * config/config.{guess,sub}: update from prep.
23132
23133 2003-05-09  Bruno Haible  <bruno@clisp.org>
23134
23135         * modules/error: Add m4/strerror_r.m4 to file list.
23136
23137 2003-05-03  Bruno Haible  <bruno@clisp.org>
23138
23139         Upgrade to Unicode-4.0.
23140         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23141         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23142         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23143         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23144         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23145         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23146         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23147         Change width of U+E0100..U+E01EF from 1 to 0.
23148
23149 2003-04-25  Jim Meyering  <jim@meyering.net>
23150
23151         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23152         of type size_t, not int.
23153
23154 2003-04-25  Bruno Haible  <bruno@clisp.org>
23155
23156         * lib/copy-file.c: Include <stddef.h>, for size_t.
23157
23158 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23159
23160         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23161         code which expansion is under static control.  Patch imported from
23162         Akim Demaille's patch to Bison; see
23163         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23164
23165 2003-04-14  Bruno Haible  <bruno@clisp.org>
23166
23167         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23168
23169 2003-04-11  Jim Meyering  <jim@meyering.net>
23170
23171         Merge changes from Coreutils.
23172
23173         2003-03-22  Jim Meyering  <jim@meyering.net>
23174
23175         * lib/strftime.c (widen): Cast alloca return value to proper type.
23176
23177         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23178
23179         From GNU libc.
23180         * lib/strftime.c (my_strftime): Handle very large width
23181         specifications for numeric values correctly.  Improve checks for
23182         overflow.
23183
23184         2003-01-19  Jim Meyering  <jim@meyering.net>
23185
23186         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23187         definitions.
23188         (nl_get_alt_digit) [! defined my_strftime]: Define.
23189         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23190         _nl_get_alt_digit and _nl_get_walt_digit.
23191
23192         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23193         libc. These changes have no effect outside of _LIBC.
23194
23195 2003-04-10  Bruno Haible  <bruno@clisp.org>
23196
23197         * modules/findprog: New file.
23198         * MODULES.html.sh (func_all_modules): Add it.
23199
23200 2003-04-10  Bruno Haible  <bruno@clisp.org>
23201
23202         * m4/findprog.m4: New file.
23203         * m4/eaccess.m4: New file.
23204
23205 2003-04-10  Bruno Haible  <bruno@clisp.org>
23206
23207         * lib/findprog.h: New file, from GNU gettext.
23208         * lib/findprog.c: New file, from GNU gettext.
23209
23210 2003-04-05  Jim Meyering  <jim@meyering.net>
23211
23212         Merge changes from Coreutils.
23213
23214         * lib/exclude.h (PARAMS): Remove definition and uses.
23215         * lib/exclude.c: Remove uses of `PARAMS'.
23216
23217         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23218         Add test-cases for DOS filenames. Declare program_name.
23219         (main): Set up program_name.  Patch by Rich Dawe.
23220
23221         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23222         error from mntctl.
23223         Use mntctl's return value to drive the entry-processing loop, since
23224         we can't rely on the value of the vmt_length member in the last
23225         entry.  On some systems doing so could result in exhausting
23226         virtual memory.  Based in part on a patch from Mike Jetzer.
23227
23228 2003-04-04  Bruno Haible  <bruno@clisp.org>
23229
23230         * modules/linebreak: New file.
23231         * MODULES.html.sh (func_all_modules): Add it.
23232
23233 2003-04-04  Bruno Haible  <bruno@clisp.org>
23234
23235         * m4/linebreak.m4: New file.
23236
23237 2003-04-04  Bruno Haible  <bruno@clisp.org>
23238
23239         * lib/linebreak.h: New file, from GNU gettext.
23240         * lib/linebreak.c: New file, from GNU gettext with slight
23241         modifications.
23242         * lib/lbrkprop.h: New file, from GNU gettext.
23243
23244 2003-04-03  Bruno Haible  <bruno@clisp.org>
23245
23246         * modules/utf8-ucs4: New file.
23247         * modules/utf16-ucs4: New file.
23248         * modules/ucs4-utf8: New file.
23249         * modules/ucs4-utf16: New file.
23250         * MODULES.html.sh (func_all_modules): Add them.
23251
23252 2003-04-03  Bruno Haible  <bruno@clisp.org>
23253
23254         * m4/utf-ucs4.m4: New file.
23255         * m4/ucs4-utf.m4: New file.
23256
23257 2003-04-03  Bruno Haible  <bruno@clisp.org>
23258
23259         * lib/utf8-ucs4.h: New file, from GNU gettext.
23260         * lib/utf16-ucs4.h: New file, from GNU gettext.
23261         * lib/ucs4-utf8.h: New file, from GNU gettext.
23262         * lib/ucs4-utf16.h: New file, from GNU gettext.
23263
23264 2003-04-02  Bruno Haible  <bruno@clisp.org>
23265
23266         * modules/binary-io: New file.
23267         * MODULES.html.sh (func_all_modules): Add it.
23268
23269 2003-04-02  Bruno Haible  <bruno@clisp.org>
23270
23271         * lib/binary-io.h: New file, from GNU gettext.
23272
23273 2003-04-01  Bruno Haible  <bruno@clisp.org>
23274
23275         * modules/pathname: New file.
23276         * MODULES.html.sh (func_all_modules): Add it.
23277
23278 2003-04-01  Bruno Haible  <bruno@clisp.org>
23279
23280         * lib/pathname.h: New file, from GNU gettext.
23281         * lib/concatpath.c: New file, from GNU gettext.
23282
23283 2003-03-30  Bruno Haible  <bruno@clisp.org>
23284
23285         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23286
23287 2003-03-30  Bruno Haible  <bruno@clisp.org>
23288
23289         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23290         function chown() doesn't exist.
23291
23292 2003-03-28  Bruno Haible  <bruno@clisp.org>
23293
23294         * modules/copy-file: New file.
23295         * MODULES.html.sh (func_all_modules): Add it.
23296
23297 2003-03-28  Bruno Haible  <bruno@clisp.org>
23298
23299         * m4/copy-file.m4: New file.
23300
23301 2003-03-28  Bruno Haible  <bruno@clisp.org>
23302
23303         * lib/copy-file.h: New file, from GNU gettext.
23304         * lib/copy-file.c: New file, from GNU gettext.
23305
23306 2003-03-18  Jim Meyering  <jim@meyering.net>
23307
23308         * lib/quote.c (quote_n): Fix typo in comment.
23309
23310 2003-03-18  Bruno Haible  <bruno@clisp.org>
23311
23312         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23313         checking.
23314         * m4/onceonly_2_57.m4: Likewise.
23315
23316 2003-03-17  Bruno Haible  <bruno@clisp.org>
23317
23318         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23319         (m4_quote): Remove macro.
23320         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23321
23322 2003-03-14  Jim Meyering  <jim@meyering.net>
23323
23324         Merge changes from Coreutils.
23325         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23326         to be const, in order to avoid warnings.
23327         (obstack_room): Likewise.
23328         (obstack_empty_p): Likewise.
23329
23330 2003-03-14  Bruno Haible  <bruno@clisp.org>
23331
23332         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23333         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23334
23335 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23336
23337         Merge changes from Bison.
23338         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23339         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23340         when compiling Bison 1.875's `bitset bset = obstack_alloc
23341         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23342         * lib/hash.c: Include <stdbool.h> unconditionally.
23343
23344 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23345
23346         * m4/onceonly.m4 (m4_quote): New macro.
23347         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23348         Quote AC_FOREACH variable-expansions properly.
23349
23350 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23351
23352         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23353
23354 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23355
23356         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23357         Reported by Bruce Becker; see:
23358         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23359
23360 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23361             Bruno Haible  <bruno@clisp.org>
23362
23363         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23364         Reported by John Hughes, see
23365         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23366
23367 2003-02-20  Bruno Haible  <bruno@clisp.org>
23368
23369         * MODULES.html.sh (func_all_modules): Add poll.
23370
23371 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23372
23373         * modules/poll: New file.
23374
23375 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23376
23377         * lib/poll_.h: New file.
23378         * lib/poll.c: New file.
23379
23380 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23381
23382         * m4/poll.m4: New file.
23383
23384 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23385
23386         * modules/mathl: New file.
23387
23388 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23389
23390         * lib/mathl.h: New file.
23391         * lib/acosl.c: New file.
23392         * lib/asinl.c: New file.
23393         * lib/atanl.c: New file.
23394         * lib/ceill.c: New file.
23395         * lib/cosl.c: New file.
23396         * lib/expl.c: New file.
23397         * lib/floorl.c: New file.
23398         * lib/frexpl.c: New file.
23399         * lib/ldexpl.c: New file.
23400         * lib/logl.c: New file.
23401         * lib/sincosl.c: New file.
23402         * lib/sinl.c: New file.
23403         * lib/sqrtl.c: New file.
23404         * lib/tanl.c: New file.
23405         * lib/trigl.c: New file.
23406         * lib/trigl.h: New file.
23407
23408 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23409
23410         * m4/mathl.m4: New file.
23411
23412 2003-02-18  Bruno Haible  <bruno@clisp.org>
23413
23414         * MODULES.html.sh (func_all_modules): Add mathl.
23415
23416 2003-02-17  Bruno Haible  <bruno@clisp.org>
23417
23418         * modules/mkdtemp: New module.
23419         * MODULES.html.sh (func_all_modules): Add it.
23420
23421 2003-02-17  Bruno Haible  <bruno@clisp.org>
23422
23423         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23424
23425 2003-02-17  Bruno Haible  <bruno@clisp.org>
23426
23427         * lib/mkdtemp.h: New file, from GNU gettext.
23428         * lib/mkdtemp.c: New file, from GNU gettext.
23429
23430 2003-02-02  Jim Meyering  <jim@meyering.net>
23431
23432         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23433         e.g. glibc-2.2.93.
23434
23435 2003-01-31  Bruno Haible  <bruno@clisp.org>
23436
23437         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23438         'rpl_rename'.
23439         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23440         'rpl_strnlen'.
23441         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23442         'rpl_strtod'.
23443         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23444         'rpl_utime'.
23445
23446 2003-01-31  Bruno Haible  <bruno@clisp.org>
23447
23448         * lib/rename.c: #undef rename before defining rpl_rename.
23449         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23450
23451 2003-01-30  Bruno Haible  <bruno@clisp.org>
23452
23453         * modules/vasnprintf, modules/vasprintf: New modules.
23454         * MODULES.html.sh (func_all_modules): Add them.
23455
23456 2003-01-30  Bruno Haible  <bruno@clisp.org>
23457
23458         * m4/signed.m4: New file, from GNU gettext.
23459         * m4/longdouble.m4: New file, from GNU gettext.
23460         * m4/wchar_t.m4: New file, from GNU gettext.
23461         * m4/wint_t.m4: New file, from GNU gettext.
23462         * m4/vasnprintf.m4: New file.
23463         * m4/vasprintf.m4: New file.
23464
23465 2003-01-30  Bruno Haible  <bruno@clisp.org>
23466
23467         * lib/printf-args.h: New file, from GNU gettext.
23468         * lib/printf-args.c: New file, from GNU gettext.
23469         * lib/printf-parse.h: New file, from GNU gettext.
23470         * lib/printf-parse.c: New file, from GNU gettext.
23471         * lib/vasnprintf.h: New file, from GNU gettext.
23472         * lib/vasnprintf.c: New file, from GNU gettext.
23473         * lib/asnprintf.c: New file, from GNU gettext.
23474         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23475         * lib/vasprintf.c: New file, from GNU gettext.
23476         * lib/asprintf.c: New file, from GNU gettext.
23477
23478 2003-01-29  Bruno Haible  <bruno@clisp.org>
23479
23480         * modules/stpncpy: New module.
23481         * MODULES.html.sh (func_all_modules): Add it.
23482
23483 2003-01-29  Bruno Haible  <bruno@clisp.org>
23484
23485         * m4/stpncpy.m4: New file.
23486
23487 2003-01-29  Bruno Haible  <bruno@clisp.org>
23488
23489         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23490         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23491
23492 2003-01-28  Bruno Haible  <bruno@clisp.org>
23493
23494         * modules/c-ctype: New module.
23495         * MODULES.html.sh (func_all_modules): Add it.
23496
23497 2003-01-28  Bruno Haible  <bruno@clisp.org>
23498
23499         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23500         Paul Eggert.
23501         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23502         Paul Eggert.
23503
23504 2003-01-27  Bruno Haible  <bruno@clisp.org>
23505
23506         * modules/xsetenv: New module.
23507         * MODULES.html.sh (func_all_modules): Add it.
23508
23509 2003-01-27  Bruno Haible  <bruno@clisp.org>
23510
23511         * lib/xsetenv.h: New file, from GNU gettext.
23512         * lib/xsetenv.c: New file, from GNU gettext.
23513
23514 2003-01-23  Jim Meyering  <jim@meyering.net>
23515
23516         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23517         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23518
23519 2003-01-23  Bruno Haible  <bruno@clisp.org>
23520
23521         * modules/minmax: New module.
23522         * MODULES.html.sh (func_all_modules): Add it.
23523
23524 2003-01-23  Bruno Haible  <bruno@clisp.org>
23525
23526         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23527         Eggert.
23528
23529 2003-01-22  Bruno Haible  <bruno@clisp.org>
23530
23531         * modules/exit: New module.
23532         * MODULES.html.sh (func_all_modules): Add it.
23533
23534 2003-01-22  Bruno Haible  <bruno@clisp.org>
23535
23536         * lib/exit.h: New file, from GNU gettext.
23537
23538 2003-01-19  Bruno Haible  <bruno@clisp.org>
23539
23540         * gnulib-tool: Recognize option --extract-maintainer.
23541         (func_get_maintainer): New function.
23542         * modules/*: Add Maintainer entry.
23543
23544 2003-01-16  Jim Meyering  <jim@meyering.net>
23545
23546         * m4/regex.m4: The `regex' struct is both input and output.
23547         Initialize it before each use.  Patch by Tim Waugh.
23548
23549 2003-01-16  Bruno Haible  <bruno@clisp.org>
23550
23551         * MODULES.html.sh: Add a table of contents. Add the module name as
23552         leftmost column. Add hyperlinks.
23553
23554 2003-01-15  Bruno Haible  <bruno@clisp.org>
23555
23556         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23557
23558 2003-01-15  Bruno Haible  <bruno@clisp.org>
23559
23560         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23561         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23562         suffix.
23563
23564 2003-01-15  Bruno Haible  <bruno@clisp.org>
23565
23566         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23567
23568 2003-01-15  Bruno Haible  <bruno@clisp.org>
23569
23570         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23571         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23572
23573 2003-01-14  Jim Meyering  <jim@meyering.net>
23574
23575         * lib/same.c (same_name): Tweak a comment.
23576
23577 2003-01-14  Bruno Haible  <bruno@clisp.org>
23578
23579         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23580         when a string comparison is sufficient.
23581
23582 2003-01-14  Bruno Haible  <bruno@clisp.org>
23583
23584         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23585         'unsigned int'.
23586
23587 2003-01-14  Bruno Haible  <bruno@clisp.org>
23588
23589         * lib/hash-pjw.c: Add comment about low quality of this function.
23590
23591 2003-01-13  Bruno Haible  <bruno@clisp.org>
23592
23593         * modules/stpcpy: Distribute lib/stpcpy.h.
23594         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23595
23596 2003-01-13  Bruno Haible  <bruno@clisp.org>
23597
23598         * modules/*: Add a description.
23599         * modules/strpbrk: Fix Makefile.am snippet.
23600         * modules/strtoimax: Fix dependencies.
23601         * modules/strtoumax: Likewise.
23602
23603 2003-01-13  Bruno Haible  <bruno@clisp.org>
23604
23605         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23606         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23607         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23608
23609 2003-01-13  Bruno Haible  <bruno@clisp.org>
23610
23611         * gnulib-tool (func_create_testdir): Store config/* files in the main
23612         directory.
23613         * config.rpath: Move to ...
23614         * config/config.rpath: ... here.
23615         * modules/gettext: Contains config/config.rpath, not config.rpath.
23616         * modules/iconv: Likewise.
23617
23618 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23619
23620         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23621         to avoid collisions with libcurses and libreadline.
23622
23623         * m4/getstr.m4: Remove.
23624         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23625
23626 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23627
23628         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23629         to avoid collisions with libcurses and libreadline.
23630
23631         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23632         * lib/getstr.h, getstr.c: Remove.
23633         * lib/getline.c: Include "getline.h", to check interface.
23634         Move body of old getstr.c here: this defines MIN_CHUNK and
23635         declares getdelim2, which is renamed from getstr.
23636         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23637
23638         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23639         All uses changed.
23640         * lib/linebuffer.h: Likewise.
23641         (readline): Remove backward-compatibility macro.
23642
23643 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23644
23645         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23646         to avoid collisions with libcurses and libreadline.
23647         * getstr: Remove.
23648         * MODULES.html.sh: Remove getstr.
23649         * modules/getline: Depend on unlocked-io, not getstr.
23650
23651 2003-01-12  Jim Meyering  <jim@meyering.net>
23652
23653         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23654
23655 2003-01-10  Bruno Haible  <bruno@clisp.org>
23656
23657         * modules/alloca: Change Makefile.am requirements. Simplify Include
23658         requirements. Add lib/alloca_.h to file list.
23659
23660 2003-01-10  Bruno Haible  <bruno@clisp.org>
23661
23662         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23663
23664 2003-01-10  Bruno Haible  <bruno@clisp.org>
23665
23666         * lib/alloca_.h: New file.
23667         * lib/getdate.y: Unconditionally include alloca.h.
23668         * lib/makepath.c: Likewise.
23669         * lib/setenv.c: Likewise.
23670         * lib/userspec.c: Likewise.
23671
23672 2003-01-09  Karl Berry  <karl@gnu.org>
23673
23674         * MODULES.html.sh: include `dirname $0` in PATH, to find
23675         gnulib-tool.
23676
23677 2003-01-09  Bruno Haible  <bruno@clisp.org>
23678
23679         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23680         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23681
23682 2003-01-09  Bruno Haible  <bruno@clisp.org>
23683
23684         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23685
23686 2003-01-09  Bruno Haible  <bruno@clisp.org>
23687
23688         * lib/stdbool.h.in: New file.
23689
23690 2003-01-09  Bruno Haible  <bruno@clisp.org>
23691
23692         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23693         * MODULES.html.sh: Likewise.
23694
23695 2003-01-08  Jim Meyering  <jim@meyering.net>
23696
23697         * lib/full-write.c: Undefine and define-away `const' after inclusion
23698         of errno.h, not before.  Suggestion from Bruno Haible.
23699
23700 2003-01-08  Bruno Haible  <bruno@clisp.org>
23701
23702         * modules/full-read: Depend on full-write.
23703
23704 2003-01-08  Bruno Haible  <bruno@clisp.org>
23705
23706         * lib/safe-read.c: Include specification header first, to ensure its
23707         selfcontainedness.
23708         * lib/full-write.c: Likewise.
23709
23710 2003-01-07  Jim Meyering  <jim@meyering.net>
23711
23712         * lib/full-write.c: Rework so that it may serve to define full_read,
23713         too.
23714         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23715
23716 2003-01-07  Bruno Haible  <bruno@clisp.org>
23717
23718         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23719         <inttypes.h>.
23720         * lib/xstrtol.h: Likewise.
23721         * lib/xstrtoimax.c: Likewise.
23722         * lib/xstrtoumax.c: Likewise.
23723         * lib/human.h: Likewise.
23724
23725         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23726         on systems that have <inttypes.h> but not <stdint.h>.
23727
23728 2003-01-07  Bruno Haible  <bruno@clisp.org>
23729
23730         * MODULES.html.sh: Add copyright notice.
23731         (missed_files): Omit CVS directory entries.
23732         (func_module): Make it work with sed-3.02.
23733         * MODULES.txt: Remove file.
23734
23735 2003-01-06  Jim Meyering  <jim@meyering.net>
23736
23737         * lib/version-etc.c: Update year in translatable copyright string.
23738
23739 2003-01-03  Karl Berry  <karl@gnu.org>
23740
23741         * config/config.{guess,sub}: update from prep.
23742
23743 2003-01-02  Karl Berry  <karl@gnu.org>
23744
23745         * doc/COPYING.DOC: belatedly updated to 1.2.
23746
23747 2003-01-01  Karl Berry  <karl@gnu.org>
23748
23749         * gnulib-tool (func_verify_module): report module name $module in
23750         error message, not $1.
23751         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23752         be created, only if it doesn't exist.
23753         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23754
23755 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23756
23757         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23758
23759 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23760
23761         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23762         memcmp if strcoll doesn't work.
23763
23764 2002-12-31  Bruno Haible  <bruno@clisp.org>
23765
23766         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23767         nonempty.
23768
23769 2002-12-31  Bruno Haible  <bruno@clisp.org>
23770
23771         * lib/memcoll.c (STRCOLL): New macro.
23772         (memcoll): Use it.
23773
23774 2002-12-31  Bruno Haible  <bruno@clisp.org>
23775
23776         * lib/localcharset.h: New file.
23777         * lib/localcharset.c: Include it.
23778         * lib/unicodeio.c: Likewise.
23779
23780 2002-12-31  Bruno Haible  <bruno@clisp.org>
23781
23782         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23783         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23784
23785 2002-12-31  Bruno Haible  <bruno@clisp.org>
23786
23787         * lib/getline.h: Include <stddef.h>, for size_t.
23788
23789         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23790         * lib/unicodeio.c: Don't include <stddef.h>.
23791
23792 2002-12-31  Bruno Haible  <bruno@clisp.org>
23793
23794         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23795         HAVE_TM_ZONE.
23796
23797 2002-12-24  Karl Berry  <karl@gnu.org>
23798
23799         * config/config.guess: update from prep.
23800
23801 2002-12-24  Bruno Haible  <bruno@clisp.org>
23802
23803         General infrasructure.
23804         * m4/README: Rewritten.
23805         * m4/onceonly.m4: New file.
23806         * m4/onceonly_2_57.m4: New file.
23807
23808         Module atexit.
23809         * m4/atexit.m4: New file.
23810
23811         Module strtod.
23812         * m4/strtod.m4: New file.
23813
23814         Module strtol.
23815         * m4/strtol.m4: New file.
23816
23817         Module strtoul.
23818         * m4/strtoul.m4: New file.
23819
23820         Module memchr.
23821         * m4/memchr.m4: New file.
23822
23823         Module memcmp.
23824         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23825         (jm_FUNC_MEMCMP): Invoke it.
23826
23827         Module memcpy.
23828         * m4/memcpy.m4: New file.
23829
23830         Module memmove.
23831         * m4/memmove.m4: New file.
23832
23833         Module memset.
23834         * m4/memset.m4: New file.
23835
23836         Module strcspn.
23837         * m4/strcspn.m4: New file.
23838
23839         Module strpbrk.
23840         * m4/strpbrk.m4: New file.
23841
23842         Module strstr.
23843         * m4/strstr.m4: New file.
23844
23845         Module strerror.
23846         * m4/strerror.m4: New file.
23847
23848         Module mktime.
23849         * m4/mktime.m4: Renamed from jm-mktime.m4.
23850         (gl_PREREQ_MKTIME): New macro.
23851         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23852
23853         Module malloc.
23854         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23855         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23856         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23857
23858         Module realloc.
23859         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23860         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23861         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23862
23863         Module strftime.
23864         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23865         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23866         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23867         gl_TM_GMTOFF.
23868         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23869
23870         Module xalloc.
23871         * m4/xalloc.m4: New file.
23872
23873         Module alloca.
23874         * m4/alloca.m4: New file.
23875
23876         Module putenv.
23877         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23878         (jm_FUNC_PUTENV): Invoke it.
23879
23880         Module setenv.
23881         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23882         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23883         when invoked twice.
23884         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23885         gt_FUNC_SETENV.
23886
23887         Module memrchr.
23888         * m4/memrchr.m4: New file.
23889
23890         Module stpcpy.
23891         * m4/stpcpy.m4: New file.
23892
23893         Module strcase.
23894         * m4/strcase.m4: New file.
23895
23896         Module strdup.
23897         * m4/strdup.m4: New file.
23898
23899         Module strnlen.
23900         * m4/strnlen.m4: New file.
23901
23902         Module strndup.
23903         * m4/strndup.m4: New file.
23904
23905         Module xstrtod.
23906         * m4/xstrtod.m4: New file.
23907
23908         Module xstrtol.
23909         * m4/xstrtol.m4: New file.
23910
23911         Module getdate.
23912         * m4/getdate.m4: New file.
23913
23914         Module unlocked-io.
23915         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23916         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23917         * m4/jm-glibc-io.m4n: Remove file.
23918
23919         Module long-options.
23920         * m4/long-options.m4: New file.
23921
23922         Module md5.
23923         * m4/md5.m4: New file.
23924
23925         Module sha.
23926         * m4/sha.m4: New file.
23927
23928         Module getstr.
23929         * m4/getstr.m4: New file.
23930
23931         Module getline.
23932         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23933         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23934         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23935         simply getline. Infoke gl_PREREQ_GETLINE.
23936
23937         Module obstack.
23938         * m4/obstack.m4: New file.
23939
23940         Module hash.
23941         * m4/hash.m4: New file.
23942
23943         Module readtokens.
23944         * m4/readtokens.m4: New file.
23945
23946         Module strverscmp.
23947         * m4/strverscmp.m4: New file.
23948
23949         Module stdbool.
23950         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23951         OSF/1.
23952
23953         Module strtoll.
23954         * m4/strtoll.m4: New file.
23955
23956         Module strtoull.
23957         * m4/strtoull.m4: New file.
23958
23959         Module strtoimax.
23960         * m4/strtoimax.m4: New file.
23961
23962         Module strtoumax.
23963         * m4/strtoumax.m4: New file.
23964
23965         Module xstrtoimax.
23966         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23967         jm_AC_PREREQ_XSTRTOIMAX.
23968         Moved the strtol prerequisites to strtol.m4.
23969         Moved the strtoll prerequisites to strtoll.m4.
23970         Moved the strtoimax prerequisites to strtoimax.m4.
23971
23972         Module xstrtoumax.
23973         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23974         jm_AC_PREREQ_XSTRTOUMAX.
23975         Moved the strtoul prerequisites to strtoul.m4.
23976         Moved the strtoull prerequisites to strtoull.m4.
23977         Moved the strtoumax prerequisites to strtoumax.m4.
23978
23979         Module chown.
23980         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23981         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23982
23983         Module dup2.
23984         * m4/dup2.m4: New file.
23985
23986         Module ftruncate.
23987         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23988         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23989
23990         Module getgroups.
23991         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23992         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23993
23994         Module gettimeofday.
23995         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23996         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23997         gl_PREREQ_GETTIMEOFDAY.
23998
23999         Module mkdir.
24000         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24001         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24002
24003         Module mkstemp.
24004         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24005         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24006         jm_AC_TYPE_UINTMAX_T.
24007         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24008
24009         Module stat.
24010         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24011         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24012
24013         Module lstat.
24014         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24015         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24016
24017         Module timespec.
24018         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24019         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24020         * m4/st_mtim.m4: Indentation.
24021
24022         Module nanosleep.
24023         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24024         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24025         gl_PREREQ_NANOSLEEP.
24026
24027         Module regex.
24028         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24029         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24030         (gl_REGEX): New macro.
24031
24032         Module rename.
24033         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24034         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24035
24036         Module rmdir.
24037         * m4/rmdir.m4: New file.
24038
24039         Module utime.
24040         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24041         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24042         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24043
24044         Module dirname.
24045         * m4/dirname.m4: New file.
24046
24047         Module getopt.
24048         * m4/getopt.m4: New file.
24049
24050         Module unistd-safer.
24051         * m4/unistd-safer.m4: New file.
24052
24053         Module fnmatch.
24054         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24055         declaration.
24056         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24057         (gl_FUNC_FNMATCH_POSIX): New macro.
24058         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24059         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24060         simply fnmatch.
24061
24062         Module exclude.
24063         * m4/exclude.m4: New file.
24064
24065         Module human.
24066         * m4/human.m4: New file.
24067
24068         Module acl.
24069         * m4/acl.m4: Nop.
24070
24071         Module backupfile.
24072         * m4/backupfile.m4: New file.
24073         * m4/d-ino.m4: Indentation.
24074
24075         Module fsusage.
24076         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24077         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24078         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24079
24080         Module dirfd.
24081         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24082         requirements.
24083
24084         Module euidaccess.
24085         * m4/euidaccess.m4: New file.
24086
24087         Module file-type.
24088         * m4/file-type.m4: New file.
24089
24090         Module fileblocks.
24091         * m4/fileblocks.m4: New file.
24092
24093         Module filemode.
24094         * m4/filemode.m4: New file.
24095
24096         Module isdir.
24097         * m4/isdir.m4: New file.
24098
24099         Module lchown.
24100         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24101         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24102
24103         Module makepath.
24104         * m4/makepath.m4: New file.
24105
24106         Module modechange.
24107         * m4/modechange.m4: New file.
24108
24109         Module mountlist.
24110         * m4/mountlist.m4: New file.
24111         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24112         Indentation.
24113
24114         Module path-concat.
24115         * m4/path-concat.m4: New file.
24116
24117         Module pathmax.
24118         * m4/pathmax.m4: New file.
24119
24120         Module same.
24121         * m4/same.m4: New file.
24122
24123         Module save-cwd.
24124         * m4/save-cwd.m4: New file.
24125
24126         Module savedir.
24127         * m4/savedir.m4: New file.
24128
24129         Module xgetcwd.
24130         * m4/xgetcwd.m4: New file.
24131         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24132
24133         Module xreadlink.
24134         * m4/xreadlink.m4: New file.
24135
24136         Module safe-read.
24137         * m4/safe-read.m4: New file.
24138
24139         Module safe-write.
24140         * m4/safe-write.m4: New file.
24141
24142         Module closeout.
24143         * m4/closeout.m4: New file.
24144
24145         Module stdio-safer.
24146         * m4/stdio-safer.m4: New file.
24147
24148         Module getpass.
24149         * m4/getpass.m4: New file.
24150
24151         Module getugroups.
24152         * m4/getugroups.m4: New file.
24153
24154         Module group-member.
24155         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24156         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24157
24158         Module idcache.
24159         * m4/idcache.m4: New file.
24160
24161         Module userspec.
24162         * m4/userspec.m4: New file.
24163
24164         Module gettime.
24165         * m4/clock_time.m4: New file.
24166         * m4/gettime.m4: New file.
24167
24168         Module settime.
24169         * m4/settime.m4: New file.
24170
24171         Module posixtm.
24172         * m4/posixtm.m4: New file.
24173
24174         Module gethostname.
24175         * m4/gethostname.m4: New file.
24176
24177         Module canon-host.
24178         * m4/canon-host.m4: New file.
24179
24180         Module gettext.
24181         * m4/codeset.m4: New file, from gettext-0.11.5.
24182         * m4/gettext.m4: New file, from gettext-0.11.5.
24183         * m4/glibc21.m4: New file, from gettext-0.11.5.
24184         * m4/iconv.m4: New file, from gettext-0.11.5.
24185         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24186         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24187         * m4/inttypes.m4: New file, from gettext-0.11.5.
24188         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24189         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24190         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24191         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24192         * m4/lib-link.m4: New file, from gettext-0.11.5.
24193         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24194         * m4/progtest.m4: New file, from gettext-0.11.5.
24195         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24196         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24197         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24198
24199         Module localcharset.
24200         * m4/localcharset.m4: New file.
24201
24202         Module hard-locale.
24203         * m4/hard-locale.m4: New file.
24204
24205         Module mbswidth.
24206         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24207         onceonly macros.
24208         * m4/mbrtowc.m4: Add comment.
24209
24210         Module memcasecmp.
24211         * m4/memcasecmp.m4: New file.
24212
24213         Module memcoll.
24214         * m4/memcoll.m4: New file.
24215
24216         Module unicodeio.
24217         * m4/unicodeio.m4: New file.
24218
24219         Module rpmatch.
24220         * m4/rpmatch.m4: New file.
24221
24222         Module yesno.
24223         * m4/yesno.m4: New file.
24224
24225         Module exitfail.
24226         * m4/exitfail.m4: New file.
24227
24228         Module c-stack.
24229         * m4/c-stack.m4 (gl_C_STACK): New macro.
24230         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24231
24232         Module error.
24233         * m4/error.m4 (gl_ERROR): New macro.
24234         (jm_PREREQ_ERROR): Use onceonly macros.
24235
24236         Module fatal.
24237         * m4/fatal.m4: New file.
24238
24239         Module getloadavg.
24240         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24241         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24242
24243         Module getpagesize.
24244         * m4/getpagesize.m4: New file.
24245
24246         Module getusershell.
24247         * m4/getusershell.m4: New file.
24248
24249         Module physmem.
24250         * m4/physmem.m4: New file.
24251
24252         Module posixver.
24253         * m4/posixver.m4: New file.
24254
24255         Module quotearg.
24256         * m4/quotearg.m4: New file.
24257
24258         Module quote.
24259         * m4/quote.m4: New file.
24260
24261         Module readutmp.
24262         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24263
24264         Module sig2str.
24265         * m4/sig2str.m4: New file.
24266
24267         Other.
24268         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24269         ulonglong.m4.
24270         * m4/intmax_t.m4: New file.
24271         * m4/d-type.m4: Indentation.
24272         * m4/jm-macros.m4: Update.
24273         * m4/prereq.m4 (jm_PREREQ): Update.
24274         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24275         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24276         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24277         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24278         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24279         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24280         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24281         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24282         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24283         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24284         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24285         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24286         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24287         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24288         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24289         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24290         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24291         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24292         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24293
24294 2002-12-24  Bruno Haible  <bruno@clisp.org>
24295
24296         * MODULES.txt: Update according to m4/ changes.
24297
24298         Module gettext.
24299         * config.rpath: New file, from gettext-0.11.5.
24300
24301         * modules/*: New module descriptions.
24302         * gnulib-tool: New file.
24303         * MODULES.html.sh: New file.
24304
24305 2002-12-21  Karl Berry  <karl@gnu.org>
24306
24307         * doc/fdl.texi: update to version 1.2.
24308
24309 2002-12-19  Karl Berry  <karl@gnu.org>
24310
24311         * config/config.guess: update from prep.
24312
24313 2002-12-18  Bruno Haible  <bruno@clisp.org>
24314
24315         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24316         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24317
24318 2002-12-17  Bruno Haible  <bruno@clisp.org>
24319
24320         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24321         stdlib.h, string.h.
24322
24323 2002-12-17  Bruno Haible  <bruno@clisp.org>
24324
24325         * lib/canon-host.c (strdup): Remove unused declaration.
24326
24327         * lib/fsusage.c: Include full_read.h.
24328         (get_fs_usage): Use full_read instead of safe_read.
24329
24330         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24331
24332 2002-12-12  Karl Berry  <karl@gnu.org>
24333
24334         * config/config.guess: update from prep.
24335
24336 2002-12-11  Bruno Haible  <bruno@clisp.org>
24337
24338         * m4/setenv.m4: New file, from gettext-0.11.5.
24339
24340 2002-12-11  Bruno Haible  <bruno@clisp.org>
24341
24342         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24343         not unsetenv().
24344         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24345         modifications:
24346
24347         2002-12-11  Bruno Haible  <bruno@clisp.org>
24348
24349                 * setenv.c (alloca): Fall back to malloc.
24350                 (freea): New macro.
24351                 (setenv): Use freea() to free memory allocated with alloca().
24352
24353         2002-11-13  Bruno Haible  <bruno@clisp.org>
24354
24355                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24356                 function declarations.
24357                 * unsetenv.c (unsetenv): Likewise.
24358
24359         2002-03-04  Bruno Haible  <bruno@clisp.org>
24360
24361                 Portability to AIX 4.3.3.
24362                 * unsetenv.c: New file, extracted from setenv.c.
24363                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24364
24365         2001-12-20  Bruno Haible  <bruno@clisp.org>
24366
24367                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24368                 use malloc instead. For SunOS 4.
24369
24370         2001-12-11  Bruno Haible  <bruno@clisp.org>
24371
24372                 * setenv.c: Declare alloca.
24373                 (compar_fn_t): New typedef.
24374                 (KNOWN_VALUE, STORE_VALUE): Use it.
24375
24376         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24377         setenv.h.
24378
24379 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24380
24381         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24382         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24383         Choose values that are less likely to collide with system fnmatch
24384         options.
24385         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24386         defined (e.g., a pure POSIX system).
24387         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24388         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24389
24390 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24391
24392         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24393         a pain in practice to deal with generated m4 files.  This change
24394         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24395
24396         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24397         and jm-glibc-io.m4, as they are no longer a special case.
24398         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24399         kludge and the auto-generation stuff.  Check only whether the
24400         functions are declared, not whether they exist, since older hosts
24401         that don't declare the functions can't use the optimization anyway.
24402
24403 2002-12-06  Jim Meyering  <jim@meyering.net>
24404
24405         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24406
24407         Merge in changes from libc's misc/error.c, in preparation
24408         for the merge of gnulib's changes back into libc.
24409
24410         * lib/error.c (_): Define only if not already defined.
24411         Move definition to follow all #include directives.
24412         Include unlocked-io.h only if !_LIBC.
24413         [_LIBC]: Include <libio/libioP.h>.
24414         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24415         (fflush): Tweak definition to use INTUSE.
24416         (putc): Define.
24417
24418 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24419
24420         * lib/alloca.c [defined emacs]: Include "lisp.h".
24421         (xalloc_die) [defined emacs]: New macro.
24422         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24423         [! defined emacs]: Include <xalloc.h>.
24424         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24425         (pointer): Typedef to POINTER_TYPE *.
24426         (malloc): Remove decl; we now always use xmalloc.
24427         (alloca): Use old-style definition, since Emacs needs this.
24428         Check for arithmetic overflow when computing combined size.
24429
24430 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24431
24432         Do not generate unlocked-io.h automatically, since it's easier to
24433         maintain it by hand.
24434
24435         * lib/unlocked-io.h: New file, from GNU diffutils,
24436         but with proper copyright notice and attribution.
24437         * lib/gen-uio: Remove.
24438         * lib/Makefile.am: Add copyright notice.
24439         (libfetish_a_SOURCES): Add unlocked-io.h.
24440         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24441         (DISTCLEANFILES, io_functions): Remove macros.
24442         (EXTRA_DIST): Remove gen_uio.
24443         (unlocked-io.h): Remove rule.
24444
24445 2002-12-04  Jim Meyering  <jim@meyering.net>
24446
24447         Reflect the fact that stat.c and lstat.c are no longer generated.
24448         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24449         (DISTCLEANFILES): Likewise.
24450         (EXTRA_DIST): Likewise.
24451         (all_local): Don't depend on stat.c or lstat.c.
24452         (stat.c, lstat.c): Remove rules.
24453         (EXTRA_DIST): Remove xstat.in.
24454
24455         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24456         * lib/stat.c: New file.  Contents mostly from xstat.in.
24457         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24458         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24459
24460         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24461         too.
24462         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24463
24464 2002-12-03  Jim Meyering  <jim@meyering.net>
24465
24466         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24467         but not semantics, to minimize the differences between these two files.
24468         (safe_read): Change comment to mention SAFE_READ_ERROR.
24469
24470         * lib/safe-read.c (IS_EINTR): Define.
24471         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24472
24473 2002-12-02  Jim Meyering  <jim@meyering.net>
24474
24475         * lib/safe-read.c (EINTR): Define.
24476         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24477         (INT_MAX): Provide fallback.
24478         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24479
24480         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24481
24482 2002-12-02  Bruno Haible  <bruno@clisp.org>
24483
24484         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24485         Define, taken from safe-read.c.
24486         (INT_MAX): Provide fallback.
24487         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24488         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24489
24490         * lib/safe-read.c (EINTR): Remove definition.
24491         (safe_read): Don't use EINTR if it is absent.
24492
24493 2002-12-01  Jim Meyering  <jim@meyering.net>
24494
24495         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24496         zero.
24497         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24498
24499 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24500
24501         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24502         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24503         with `if (! (value < limit)) abort ();', for readability.
24504
24505 2002-11-26  Karl Berry  <karl@gnu.org>
24506
24507         * lib/strdup.c: copy from libc again, with jim's ok.
24508         * lib/.cppi-disable: re-add strdup.c
24509
24510 2002-11-25  Karl Berry  <karl@gnu.org>
24511
24512         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24513         instead of "strtol.c".
24514
24515 2002-11-25  Karl Berry  <karl@gnu.org>
24516
24517         * config/install-sh: update from automake for variable quoting, $0 in
24518         error msgs, etc.
24519
24520         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24521         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24522         entry.
24523
24524 2002-11-25  Jim Meyering  <jim@meyering.net>
24525
24526         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24527
24528 2002-11-24  Karl Berry  <karl@gnu.org>
24529
24530         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24531         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24532
24533 2002-11-24  Jim Meyering  <jim@meyering.net>
24534
24535         Update from coreutils:
24536
24537         * lib/mktime.c: Merge in changes from libc.
24538
24539         Avoid a link-time failure on some Linux systems.
24540         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24541         (otherwise).
24542         (__mon_yday): Declare with the STATIC attribute.
24543         (__mktime_internal): Likewise.
24544         Based on a report from Greg Schafer.
24545
24546 2002-11-23  Jim Meyering  <jim@meyering.net>
24547
24548         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24549         Use `unsigned', not `int', as type of index.
24550
24551         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24552
24553         * lib/fsusage.c: Remove unneeded parentheses around operands of
24554         `defined'.
24555
24556 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24557
24558         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24559         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24560         so that we can be included first.
24561         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24562         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24563         No need to include stddef.h or sys/types.h any more.
24564         Surround local include files with "", not "<>".
24565         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24566         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24567         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24568         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24569         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24570         (ISPRINT): Remove; no longer needed now that we assume C89.
24571
24572         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24573         Preserve errno.
24574
24575         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24576         quotearg_char): Use SIZE_MAX rather than
24577         (size_t) -1 when we are talking about "infinity".
24578
24579         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24580
24581 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24582
24583         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24584         hint that one should use `if (! x) abort ();' rather than `assert
24585         (x);', and anyway it's one less thing to worry about configuring.
24586         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24587         hash_rehash, hash_insert): Use abort rather than assert.
24588
24589 2002-11-22  Bruno Haible  <bruno@clisp.org>
24590
24591         * lib/safe-read.h: Assume C89. Add comments.
24592         (safe_read): Change return type to size_t.
24593         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24594         byte counts > SSIZE_MAX correctly.
24595         * lib/safe-write.h: New file.
24596         * lib/safe-write.c: New file.
24597         * lib/full-read.h: New file.
24598         * lib/full-read.c: New file.
24599         * lib/full-write.h: Assume C89. Add comments.
24600         * lib/full-write.c: Include safe-write.h.
24601         (full_write): Rewritten to use safe_write.
24602         Suggested by Jim Meyering and Paul Eggert.
24603
24604 2002-11-21  Jim Meyering  <jim@meyering.net>
24605
24606         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24607
24608         Merge in changes from the coreutils.
24609
24610         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24611         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24612         <stdint.h>.
24613         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24614         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24615         int.  Work more efficiently if X is the same width as uintmax_t.
24616         Do not compare X to -1, to avoid bogus compiler warning.
24617         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24618         Don't assume that f_frsize and f_bsize are the same type.
24619
24620         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24621         warning on FreeBSD.
24622
24623         * lib/makepath.c (make_path): Restore umask *before* creating the final
24624         component.
24625         (make_path): Minor reformatting.
24626
24627         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24628         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24629         HAVE_MALLOC/HAVE_REALLOC.
24630
24631         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24632         dummy ones.  At least on GNU/Linux systems, `auto' means something
24633         else.
24634         From Michael Stone.
24635
24636 2002-11-21  Bruno Haible  <bruno@clisp.org>
24637
24638         Remove case insensitive option matching.
24639         * lib/argmatch.h (argcasematch): Remove declaration.
24640         (ARGCASEMATCH): Remove macro.
24641         (__xargmatch_internal): Remove case_sensitive argument.
24642         (XARGMATCH): Update.
24643         (XARGCASEMATCH): Remove macro.
24644         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24645         case_sensitive argument.
24646         (argcasematch): Remove function.
24647         (__xargmatch_internal): Remove case_sensitive argument.
24648         (main): Use XARGMATCH instead of XARGCASEMATCH.
24649
24650         * lib/xmalloc.c: Change compile-time error message. Add comment about
24651         required autoconf version.
24652
24653 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24654
24655         Merge argmatch cleanups from Bison.  Assume C89.
24656
24657         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24658         Include stdlib.h, for EXIT_FAILURE.
24659         Always include <string.h>, since we assume C89.
24660         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24661         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24662         Include <stddef.h> instead, since it's all we need for size_t.
24663         (PARAMS): Remove.  All uses removed.
24664         (ARRAY_CARDINALITY): Do not bother to #undef.
24665         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24666         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24667         Remove unnecessary parentheses.
24668         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24669         Insert necessary parentheses.
24670         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24671         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24672
24673 2002-11-19  Bruno Haible  <bruno@clisp.org>
24674
24675         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24676         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24677
24678         * lib/mbswidth.h (PARAMS): Remove macro.
24679         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24680         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24681
24682         * lib/gcd.h (PARAMS): Remove macro.
24683         (gcd): Use ANSI C function declarations.
24684         * lib/gcd.c (gcd): Likewise.
24685
24686 2002-11-15  Bruno Haible  <bruno@clisp.org>
24687
24688         * lib/strcspn.c: Include <stddef.h>.
24689         (strcspn): Use ANSI C function declaration. Change return type to
24690         size_t. Use NULL.
24691         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24692         (strpbrk): Use NULL.
24693         * lib/strpbrk.h (PARAMS): Remove macro.
24694         (strpbrk): Use ANSI C function declaration.
24695         * lib/strstr.c: Don't include <sys/types.h>.
24696         * lib/strstr.h (PARAMS): Remove macro.
24697         (strstr): Use ANSI C function declarations.
24698
24699 2002-11-14  Karl Berry  <karl@gnu.org>
24700
24701         * config/mkinstalldirs: `do' on separate line, instead of
24702         `for var; do'.
24703
24704 2002-11-06  Bruno Haible  <bruno@clisp.org>
24705
24706         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24707         * lib/gcd.c (gcd): Likewise.
24708
24709 2002-11-05  Bruno Haible  <bruno@clisp.org>
24710
24711         * lib/gcd.h: New file, from gettext-0.11.5.
24712         * lib/gcd.c: New file, from gettext-0.11.5.
24713
24714 2002-11-05  Bruno Haible  <bruno@clisp.org>
24715
24716         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24717         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24718         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24719         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24720
24721         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24722         <libintl.h>.
24723         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24724         <libintl.h>.
24725
24726         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24727         * lib/human.c: Include gettext.h instead of <libintl.h>.
24728         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24729         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24730         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24731         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24732         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24733         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24734         (textdomain): Remove definition.
24735         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24736
24737         * lib/long-options.c: Remove include of <libintl.h> and definition of
24738         _.
24739         * lib/same.c: Remove include of <libintl.h> and definition of _.
24740
24741 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24742
24743         * lib/config.charset: A few additions for Solaris.
24744
24745 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24746
24747         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24748         * lib/localcharset.c (locale_charset): Declare as extern "C".
24749
24750 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24751
24752         * lib/config.charset: msdos in uk_UA uses CP1125.
24753
24754 2002-11-04  Bruno Haible  <bruno@clisp.org>
24755
24756         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24757         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24758         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24759         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24760         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24761
24762 2002-11-04  Bruno Haible  <bruno@clisp.org>
24763
24764         * lib/localcharset.c (locale_charset): Don't return an empty string.
24765
24766 2002-11-04  Bruno Haible  <bruno@clisp.org>
24767
24768         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24769         aliases.
24770
24771 2002-11-04  Bruno Haible  <bruno@clisp.org>
24772
24773         * lib/config.charset: Update for newest glibc. Add canonical names
24774         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24775
24776 2002-11-04  Bruno Haible  <bruno@clisp.org>
24777
24778         * lib/config.charset: Add support for NetBSD.
24779
24780 2002-11-04  Bruno Haible  <bruno@clisp.org>
24781
24782         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24783
24784 2002-11-01  Bruno Haible  <bruno@clisp.org>
24785
24786         * configure.in: Add AC_CONFIG_AUX_DIR call.
24787         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24788         test/Makefile.
24789         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24790
24791 2002-09-28  Karl Berry  <karl@gnu.org>
24792
24793         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24794         installed automake until the next release, since changes have been
24795         made.
24796
24797 2002-09-25  Karl Berry  <karl@gnu.org>
24798
24799         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24800         * lib/getopt*: copy from libc/posix.
24801         * lib/gettext.h: copy from gettext.
24802         * lib/.cppi-disable: add strdup.c, gettext.h.
24803
24804 2002-09-25  Karl Berry  <karl@gnu.org>
24805
24806         * config/srclist.txt: enable gettext.h check.
24807         * config/config.{guess,sub}: update from prep.
24808         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24809                 from automake 1.6.3.
24810         See srclist*.
24811
24812 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24813
24814         * regex.c (PATFETCH): Remove the translating fetch.
24815         (PATFETCH_RAW): Rename to PATFETCH.
24816         (set_image_of_range): New fun.
24817         (SET_RANGE_TABLE_WORK_AREA): Use it.
24818         (regex_compile): Don't translate the pattern chars so eagerly.
24819         Only do it when inserting an `exactn' bytecode or when handling
24820         a char-range.
24821         (mutually_exclusive_p): Avoid empty statement.
24822
24823 2002-07-06  Jim Meyering  <meyering@lucent.com>
24824
24825         * m4/README: Don't mention Makefile.am.in.
24826         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24827
24828 2002-07-01  Jim Meyering  <meyering@lucent.com>
24829
24830         * lib/c-stack.c: Include sys/time.h.
24831         From Volker Borchert.
24832
24833 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24834
24835         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24836
24837 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24838
24839         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24840         New macro.  Use it uniformly instead of
24841         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24842         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24843         reported by Vin Shelton.
24844
24845 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24846
24847         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24848         Do not assume SA_SIGINFO behavior.
24849         Bug reported by Jim Meyering on NetBSD 1.5.2.
24850
24851 2002-06-22  Jim Meyering  <meyering@lucent.com>
24852
24853         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24854         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24855
24856         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24857         now that configure.ac uses AC_GNU_SOURCE.
24858         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24859         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24860
24861         Update to latest tools.  Suggestions from Paul Eggert.
24862         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24863         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24864         * m4/fnmatch.m4: Likewise.
24865         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24866         to AC_HEADER_STDBOOL
24867
24868 2002-06-22  Jim Meyering  <meyering@lucent.com>
24869
24870         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24871         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24872
24873 2002-06-22  Jim Meyering  <meyering@lucent.com>
24874
24875         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24876
24877         * lib/exitfail.c, exitfail.h: Likewise.
24878         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24879
24880         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24881         of fnmatch.h.
24882         (EXTRA_DIST): Add fnmatch_loop.c.
24883         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24884
24885         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24886         * lib/fnmatch.c: Update from diffutils-2.8.2.
24887         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24888         * lib/fnmatch.h: Remove file.
24889
24890 2002-06-21  Jim Meyering  <meyering@lucent.com>
24891
24892         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24893         * m4/mbrtowc.m4: Likewise.
24894
24895         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24896         * m4/mbswidth.m4: Reflect name change:
24897         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24898         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24899
24900         * m4/lib-link.m4: Update from gettext-0.11.2.
24901         * m4/gettext.m4: Likewise.
24902
24903         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24904         From Alfred M. Szmidt.
24905
24906 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24907
24908         * lib/file-type.h: Report an error if neither S_ISREG nor
24909         S_IFREG is defined, instead of using a test specific to glibc
24910         2.2.  This should be safe, since POSIX requires S_ISREG and
24911         Unix Version 7 had S_IFREG.  We don't need to check for
24912         <sys/types.h> since we don't use any symbols that it defines.
24913
24914 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24915
24916         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24917         $@-t, so that each temporary file name is unique and valid in the first
24918         8 characters, for operation under DOS.
24919
24920 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24921
24922         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24923
24924 2002-06-15  Jim Meyering  <meyering@lucent.com>
24925
24926         Work even with DJGPP 2.03, which lacks support for symlinks.
24927         From Richard Dawe.
24928         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24929         is defined.
24930         * lib/lchown.c (S_ISLNK): Likewise.
24931
24932 2002-06-15  Jim Meyering  <meyering@lucent.com>
24933
24934         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24935         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24936         have been included before this file.
24937
24938 2002-06-14  Jim Meyering  <meyering@lucent.com>
24939
24940         * lib/file-type.h: Use the version from diffutils-2.8.2.
24941         * lib/file-type.c: Likewise.
24942
24943 2002-06-07  Jim Meyering  <meyering@lucent.com>
24944
24945         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24946         They're needed at least for NetBSD 1.5.2.
24947         ($statxfs_includes): Include those same headers.
24948         ($statxfs_includes): Include sys/vfs.h if available.
24949         ($statxfs_includes): Likewise for sys/statvfs.h.
24950         Check for the following members in both structs statfs and statvfs:
24951         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24952
24953 2002-06-01  Jim Meyering  <meyering@lucent.com>
24954
24955         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24956         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24957
24958 2002-05-28  Jim Meyering  <meyering@lucent.com>
24959
24960         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24961         Reported by Volker Borchert.
24962
24963 2002-05-27  Jim Meyering  <meyering@lucent.com>
24964
24965         Fix a problem seen only on nonconforming systems whereby ls.c's
24966         use of localtime, and then of gettimeofday would cause trouble:
24967         the localtime call used to initialize rpl_gettimeofday's save
24968         mechanism would clobber ls's current local time information so
24969         that in any long listing the first file would always be listed
24970         with date 1970-01-01.  Analysis by Volker Borchert.
24971
24972         * lib/gettimeofday.c (localtime): Undefine.
24973         (rpl_localtime): New function.
24974
24975 2002-05-27  Jim Meyering  <meyering@lucent.com>
24976
24977         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24978         localtime.
24979
24980         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24981         use the replacement function; it wouldn't resolve at link time.
24982         Reported by Volker Borchert.
24983
24984 2002-05-22  Jim Meyering  <meyering@lucent.com>
24985
24986         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24987         file-type.h.
24988         * lib/file-type.h: New file.
24989         * lib/file-type.c (file_type): New file/function.  Extracted from
24990         diffutils.
24991
24992 2002-04-30  Jim Meyering  <meyering@lucent.com>
24993
24994         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24995
24996 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24997
24998         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24999
25000 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25001
25002         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25003         Do not check for alloca.h (no longer used) or stdbool.h (was never
25004         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25005
25006 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25007
25008         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25009
25010 2002-04-29  Jim Meyering  <meyering@lucent.com>
25011
25012         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25013         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25014         Use AC_FUNC_STRNLEN here instead.
25015
25016         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25017         With autoconf-2.53a, it's part of AC_PROG_CC.
25018
25019 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25020
25021         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25022         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25023
25024 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25025
25026         * lib/sig2str.h, lib/sig2str.c: New files.
25027         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25028
25029 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25030
25031         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25032         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25033         of 127, since 64 is the largest conceivable number for ancient
25034         nonstandard hosts.
25035         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25036
25037 2002-04-28  Jim Meyering  <meyering@lucent.com>
25038
25039         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25040
25041 2002-04-24  Jim Meyering  <meyering@lucent.com>
25042
25043         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25044         (jm_PREREQ): Use it.
25045
25046         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25047         mach/mach.h fcntl.h.
25048         Check for this function: setlocale.
25049
25050 2002-04-24  Jim Meyering  <meyering@lucent.com>
25051
25052         * lib/gettext.h: New file, from Gettext.
25053         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25054         (libfetish_a_SOURCES): Add gettext.h.
25055
25056 2002-04-16  Jim Meyering  <meyering@lucent.com>
25057
25058         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25059         ut_pid, ut_id, ut_exit.
25060
25061 2002-04-16  Jim Meyering  <meyering@lucent.com>
25062
25063         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25064         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25065         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25066
25067 2002-04-12  Jim Meyering  <meyering@lucent.com>
25068
25069         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25070         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25071         existence of the getmntinfo function.  Needed for Darwin 5.3.
25072
25073         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25074         This is necessary at least on Darwin 5.3.
25075
25076         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25077         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25078         strnlen.o in the library, and that makes some versions of ranlib
25079         object.
25080
25081 2002-04-12  Jim Meyering  <meyering@lucent.com>
25082
25083         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25084
25085 2002-04-09  Jim Meyering  <meyering@lucent.com>
25086
25087         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25088         to be more precise.  Rather than saying we're checking whether the
25089         function `works', say what we're testing.
25090         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25091         Reported by Bruno Haible.
25092
25093 2002-03-10  Jim Meyering  <meyering@lucent.com>
25094
25095         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25096         Suggestion from Santiago Vila.
25097
25098 2002-03-08  Jim Meyering  <meyering@lucent.com>
25099
25100         * lib/rename.c: Mention that this wrapper is needed also on
25101         mips-dec-ultrix4.4 systems.
25102
25103 2002-03-02  Jim Meyering  <meyering@lucent.com>
25104
25105         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25106         not HAVE_CLOCK_SETTIME.
25107
25108 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25109
25110         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25111         Check for clock_settime.
25112
25113 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25114
25115         * lib/nanosleep.h: Rename to....
25116         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25117
25118         * lib/gettime.c: New file.
25119         * lib/settime.c: New file.
25120         * lib/stime.c: Remove.
25121
25122         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25123         timespec.h.  Remove nanosleep.h.
25124
25125 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25126
25127         * m4/acl.m4: New file.
25128         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25129         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25130
25131 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25132
25133         * lib/acl.c, lib/acl.h: New files.
25134         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25135
25136 2002-02-24  Jim Meyering  <meyering@lucent.com>
25137
25138         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25139         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25140         cause trouble.  Reported by Nelson Beebe.
25141
25142 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25143
25144         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25145         compilers that don't know that xalloc_die never returns.
25146
25147 2002-02-20  Jim Meyering  <meyering@lucent.com>
25148
25149         * lib/getdate.c: Regenerate using bison-1.33.
25150
25151 2002-02-17  Jim Meyering  <meyering@lucent.com>
25152
25153         * config/config.guess (main): Don't use `head -1'; it's no longer
25154         portable. Use `sed 1q' instead.
25155
25156 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25157
25158         * m4/codeset.m4: Upgrade to gettext-0.11.
25159         * m4/gettext.m4: Upgrade to gettext-0.11.
25160         * m4/glibc21.m4: Upgrade to gettext-0.11.
25161         * m4/iconv.m4: Upgrade to gettext-0.11.
25162         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25163         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25164         * m4/lib-ld.m4: New file, from gettext-0.11.
25165         * m4/lib-link.m4: New file, from gettext-0.11.
25166         * m4/lib-prefix.m4: New file, from gettext-0.11.
25167         * m4/progtest.m4: Upgrade to gettext-0.11.
25168
25169 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25170
25171         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25172         (jm_PREREQ): Use it.
25173
25174 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25175
25176         * lib/posixver.c, lib/posixver.h: New files.
25177         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25178
25179 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25180             Bruno Haible  <bruno@clisp.org>
25181
25182         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25183         (fwrite_success_callback): New declaration.
25184         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25185         print_unicode_char. Call failure callback instead of error.
25186         (fwrite_success_callback): New function.
25187         (exit_failure_callback): New function.
25188         (fallback_failure_callback): New function.
25189         (print_unicode_char): Call unicode_to_mb.
25190
25191 2002-01-26  Jim Meyering  <meyering@lucent.com>
25192
25193         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25194         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25195
25196 2002-01-26  Jim Meyering  <meyering@lucent.com>
25197
25198         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25199
25200 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25201
25202         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25203
25204 2002-01-22  Jim Meyering  <meyering@lucent.com>
25205
25206         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25207         Otherwise, some versions of automake would omit the rule that makes
25208         Makefile from Makefile.in.
25209
25210 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25211
25212         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25213         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25214         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25215         (memcoll): Set errno to zero if there is no error.
25216
25217         * lib/quotearg.c (quotearg_buffer_restyled):
25218         Fix bug with quoting buffers containing NUL when backslashing escapes.
25219         This bug was exposed by the other changes in this patch.
25220         (quotearg_n_options): New arg ARGSIZE.
25221         All callers changed.
25222         (quoting_options_from_style): New function.
25223         (quotearg_n_style): Use it.
25224         (quotearg_n_style_mem): New function.
25225
25226         * lib/quotearg.h (quotearg_n_style_mem): New function.
25227
25228 2002-01-19  Jim Meyering  <meyering@lucent.com>
25229
25230         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25231         Remove useless quotes: DF_PROG="df".
25232         * m4/strnlen.m4: New file.
25233
25234 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25235
25236         * lib/backupfile.c (ISDIGIT): Comment fix.
25237         * lib/getdate.y (ISDIGIT): Likewise.
25238         * lib/posixtm.c (ISDIGIT, year): Likewise.
25239         * lib/strverscmp.c (ISDIGIT): Likewise.
25240         * lib/userspec.c (ISDIGIT): Likewise.
25241
25242 2002-01-16  Jim Meyering  <meyering@lucent.com>
25243
25244         * lib/getdate.y: Add three semicolons, each just before a closing
25245         brace. Bison (as of version 1.31) no longer papers over that mistake.
25246
25247 2002-01-05  Jim Meyering  <meyering@lucent.com>
25248
25249         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25250
25251 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25252
25253         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25254         not silently exit merely because the output buffer happens to
25255         have nothing pending.
25256
25257 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25258
25259         See the big note in ../ChangeLog.
25260         * lib/human.c (suffixes): Prefer K to k for 1024.
25261         (generate_suffix_backwards): New function.
25262         (human_readable_inexact): Use it.
25263         * lib/xstrtol.c (__xstrtol): If there is no number but there
25264         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25265         Accept 'K' as well as 'k'.
25266
25267 2001-12-15  Jim Meyering  <meyering@lucent.com>
25268
25269         * lib/regex.h (__restrict_arr): Update from libc.
25270
25271         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25272         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25273         (STREQ): Define.
25274
25275 2001-12-14  Jim Meyering  <meyering@lucent.com>
25276
25277         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25278         Suggestion from Bruno Haible.
25279
25280 2001-12-10  Jim Meyering  <meyering@lucent.com>
25281
25282         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25283         xrealloc, Instead, include "xalloc.h".
25284         (initbuffer): Don't cast xmalloc return value to char*.
25285         (readline): Reword comment.
25286         Don't cast xrealloc return value to char*
25287         Return NULL, not 0.
25288
25289 2001-12-09  Jim Meyering  <meyering@lucent.com>
25290
25291         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25292         about `signed and unsigned type in conditional expression'.
25293         * lib/posixtm.c (posix_time_parse): Likewise.
25294
25295         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25296
25297         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25298         to avoid a pedantic warning.
25299
25300         * lib/getstr.c: Don't include assert.h.
25301         (getstr): Remove warning-evoking assertions.
25302         Return -1 if offset parameter is out of bounds.
25303         Change the type of a local from int to size_t.
25304
25305         * lib/strftime.c (my_strftime_localtime_r): Include this function
25306         definition in the `#if ! HAVE_TM_GMTOFF' block.
25307
25308         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25309         Include xalloc.h instead.
25310
25311 2001-12-02  Jim Meyering  <meyering@lucent.com>
25312
25313         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25314         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25315         included.
25316
25317         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25318         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25319
25320 2001-11-30  Akim Demaille  <akim@epita.fr>
25321
25322         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25323         before being defined.
25324
25325 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25326
25327         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25328         First arg is int, not unsigned.
25329         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25330         (SIZE_MAX, UINT_MAX): New macros.
25331         (quotearg_n_options): Abort if N is negative.
25332         Avoid overflow check on hosts where size_t is 64 bits and int
25333         is 32 bits, as overflow is impossible there.
25334         Fix off-by-one typo that caused unnecessary reallocation.
25335
25336 2001-11-27  Jim Meyering  <meyering@lucent.com>
25337
25338         * lib/tempname.c: Merge with version from libc.
25339         * lib/regex.c: Likewise.
25340
25341         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25342         systems for which STDC_HEADERS is 0, it was not included, resulting in
25343         a warning about an integer-to-pointer conversion problem with getenv.
25344         Reported by Volker Borchert.
25345
25346 2001-11-26  Jim Meyering  <meyering@lucent.com>
25347
25348         * lib/gtod.h: Remove file.
25349         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25350         * lib/gettimeofday.c: Don't include gtod.h.
25351         (GTOD_init): Remove function.
25352         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25353         Suggestion from Volker Borchert.
25354
25355 2001-11-23  Jim Meyering  <meyering@lucent.com>
25356
25357         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25358         it.
25359         * lib/hash.c (struct hash_table): Define it here instead.
25360
25361 2001-11-22  Jim Meyering  <meyering@lucent.com>
25362
25363         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25364
25365 2001-11-20  Jim Meyering  <meyering@lucent.com>
25366
25367         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25368         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25369
25370 2001-11-19  Jim Meyering  <meyering@lucent.com>
25371
25372         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25373         directory.  Use "conftestXXXXXX" as the template.
25374         Suggestion from Paul Eggert.
25375
25376         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25377         immediately, so the test doesn't mistakenly hit the max-open-files
25378         limit.
25379
25380 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25381
25382         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25383         (TEMPORARIES): New macro.
25384         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25385         removes an artificial limitation (e.g. HP-UX 10.20, where
25386         TMP_MAX is 17576).
25387
25388 2001-11-18  Jim Meyering  <meyering@lucent.com>
25389
25390         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25391
25392 2001-11-18  Jim Meyering  <meyering@lucent.com>
25393
25394         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25395         on SunOS 4.
25396
25397         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25398         files will be created before anything else.
25399
25400 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25401
25402         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25403         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25404
25405 2001-11-17  Jim Meyering  <meyering@lucent.com>
25406
25407         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25408         Prompted by a report from Bob Proulx.
25409
25410         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25411         Instead, require UTILS_FUNC_MKSTEMP.
25412
25413 2001-11-17  Jim Meyering  <meyering@lucent.com>
25414
25415         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25416         Now, that's done as part of AC_FUNC_STRTOD.
25417
25418 2001-11-17  Jim Meyering  <meyering@lucent.com>
25419
25420         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25421         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25422         rather than group writable.  Patch by Juan F. Codagnone.
25423
25424         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25425         xrealloc, Instead, include "xalloc.h".
25426
25427         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25428         Remove explicit declarations of xmalloc, xrealloc,
25429         and xstrdup.  Instead, include "xalloc.h".
25430
25431         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25432         unlocked-io.h.
25433         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25434         Likewise.
25435         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25436
25437         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25438         Reported by Padraig Brady.
25439
25440         * lib/mkstemp.c: #undef mkstemp.
25441         Include config.h.
25442         (rpl_mkstemp): Rename from mkstemp.
25443         Protoize.
25444
25445 2001-11-16  Jim Meyering  <meyering@lucent.com>
25446
25447         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25448         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25449         determine the amount of total physical memory, use pstat_getstatic.
25450         HPUX-11 doesn't define _SC_PHYS_PAGES.
25451         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25452         If sysconf couldn't be used to determine the amount of available
25453         physical memory, use both pstat_getstatic and pstat_getdynamic.
25454         Based on a patch from Bob Proulx.
25455
25456 2001-11-10  Jim Meyering  <meyering@lucent.com>
25457
25458         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25459         (jm_PREREQ): Use it.
25460
25461 2001-11-09  Jim Meyering  <meyering@lucent.com>
25462
25463         * m4/jm-macros.m4: Require autoconf-2.52f.
25464         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25465         Use these AC_-prefixed names, not the AM_-prefixed ones.
25466
25467         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25468
25469 2001-11-05  Jim Meyering  <meyering@lucent.com>
25470
25471         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25472
25473 2001-11-04  Jim Meyering  <meyering@lucent.com>
25474
25475         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25476         $DEFS.
25477
25478 2001-11-03  Jim Meyering  <meyering@lucent.com>
25479
25480         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25481         of AC_DEFUN.
25482
25483         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25484         know the name of the variable in the macro definition.
25485
25486 2001-11-03  Jim Meyering  <meyering@lucent.com>
25487
25488         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25489         in argmatch_to_argument call.
25490
25491         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25492         argument.
25493
25494         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25495         e.g., a fault due to an attempt to free a NULL pointer.
25496
25497 2001-11-01  Jim Meyering  <meyering@lucent.com>
25498
25499         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25500         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25501
25502 2001-11-01  Jim Meyering  <meyering@lucent.com>
25503
25504         * lib/dirfd.c, lib/dirfd.h: New files.
25505         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25506
25507         * lib/hash.c (hash_print) [TESTING]: Clean up.
25508
25509 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25510
25511         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25512         to avoid a warning if -Wall.
25513
25514 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25515
25516         * README: New file
25517         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25518         (per RMS's instructions, this is now the canonical source)
25519         * lgpl/, gpl/: New directories.
25520
25521 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25522
25523         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25524
25525 2001-10-21  Jim Meyering  <meyering@lucent.com>
25526
25527         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25528         this code would end up calling gettext even in packages built
25529         with --disable-nls.
25530         * lib/getopt.c (_): Likewise.
25531         * lib/regex.c (_): Likewise.
25532
25533 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25534
25535         * m4/error.m4 (jm_PREREQ_ERROR):
25536         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25537         AC_FUNC_STRERROR_R does that.
25538         Check for strerror declaration.
25539
25540         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25541         are supposed to have them these days.
25542         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25543         Merge changes from latest Autoconf CVS.
25544         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25545         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25546         POSIX decided to standardize on the int flavor of strerror_r.
25547
25548 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25549
25550         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25551         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25552         Use strerror_r that is only a macro, even if it is not a function.
25553         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25554         (private_strerror): Use prototypes, not old-style function definition.
25555         (print_errno_message): New function.
25556         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25557         char*-flavored one.
25558         (error_tail, error, error_at_line): Use it.
25559
25560 2001-10-11  Jim Meyering  <meyering@lucent.com>
25561
25562         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25563         and quote_n (1, ... to avoid clobbering a buffer.
25564
25565 2001-10-05  Jim Meyering  <meyering@lucent.com>
25566
25567         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25568         hash-pjw.h.
25569         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25570         * lib/hash-pjw.h: New file.
25571
25572 2001-09-30  Jim Meyering  <meyering@lucent.com>
25573
25574         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25575         `struct fsstat' has the `f_fstypename' member.
25576         Use that to define FS_TYPE, which is now used to make
25577         the getfsstat link test tighter.
25578
25579 2001-09-30  Jim Meyering  <meyering@lucent.com>
25580
25581         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25582         Include <sys/ucred.h>, for Apple Darwin.
25583         Include sys/mount.h and sys/fs_types.h only if available.
25584         (FS_TYPE): Define.
25585         (read_filesystem_list): Use FS_TYPE.
25586
25587 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25588
25589         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25590         a boolean context.
25591
25592 2001-09-29  Jim Meyering  <meyering@lucent.com>
25593
25594         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25595         [one-argument getmntent function]): Include stdio.h before mntent.h.
25596         SunOS 4.1.x needs it for the declaration of `FILE'.
25597         Patch by Volker Borchert.
25598
25599         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25600         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25601         sys/fs_types.h, and make the link-test for getfsstat guard #include
25602         directives with appropriate #if HAVE_*_H tests so that we can
25603         detect getfsstat on Apple Darwin1.3.7 systems.
25604         Reported by Nelson Beebe.
25605         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25606
25607 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25608
25609         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25610         #defines strtoimax.  Also treat the other strto* functions
25611         like strtoimax.
25612
25613         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25614         Check for strtoul and strtoumax,
25615         as those declarations are made even in the signed case.
25616         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25617         Likewise, for strtol and strtoimax.
25618
25619 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25620
25621         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25622         #defines strtoimax.  Also treat the other strto* functions
25623         like strtoimax.
25624
25625         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25626         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25627         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25628
25629 2001-09-26  Jim Meyering  <meyering@lucent.com>
25630
25631         Most macros in unlocked-io.h had the wrong number of arguments.
25632         * lib/gen-uio: New script.
25633         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25634         * lib/unlocked-io.hin: Remove file.
25635         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25636         rather than trying to embed it here.
25637         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25638         Reported by Padraig Brady.
25639
25640 2001-09-25  Volker Borchert  <bt@teknon.de>
25641
25642         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25643         `result'.
25644
25645 2001-09-24  Jim Meyering  <meyering@lucent.com>
25646
25647         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25648
25649 2001-09-23  Jim Meyering  <meyering@lucent.com>
25650
25651         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25652         instead of the mere test for existence of mntent.h.  The latter
25653         would get a false-positive on AIX 3.4 systems.
25654         In the outer getmntent if-block, don't die if neither of the getmntent
25655         tests succeeds.  Instead, just fall through and continue with the
25656         remaining tests.
25657
25658 2001-09-23  Jim Meyering  <meyering@lucent.com>
25659
25660         * lib/mountlist.c: Remove useless parentheses in #if directives.
25661         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25662         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25663
25664 2001-09-22  Jim Meyering  <meyering@lucent.com>
25665
25666         * m4/gettext.m4: New file.  From gettext.
25667         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25668         * m4/progtest.m4: Likewise
25669         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25670         * m4/glibc21.m4: Likewise.
25671
25672         * m4/libintl.m4: Remove.  No longer used.
25673
25674 2001-09-22  Jim Meyering  <meyering@lucent.com>
25675
25676         * lib/localcharset.c: Update from latest gettext.
25677         * lib/config.charset: Likewise.
25678
25679 2001-09-20  Jim Meyering  <meyering@lucent.com>
25680
25681         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25682         strtoimax.
25683         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25684         strtoumax.
25685
25686 2001-09-20  Jim Meyering  <meyering@lucent.com>
25687
25688         * lib/xstrtol.c (strtoimax): Guard declaration with
25689         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25690         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25691         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25692         (strtoumax): Likewise, for completeness (it wasn't necessary).
25693
25694 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25695
25696         * lib/strtoimax.c (HAVE_LONG_LONG):
25697         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25698         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25699         to work around bug in IBM C compiler.
25700
25701 2001-09-17  Jim Meyering  <meyering@lucent.com>
25702
25703         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25704         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25705         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25706         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25707         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25708         whenever the right hand side need not be expanded by the shell.
25709
25710 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25711
25712         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25713         library.  It's not correct, as some older glibcs are buggy.
25714         fnmatch wasn't fixed until glibc 2.2.
25715
25716         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25717         special shell magic here.
25718
25719 2001-09-16  Jim Meyering  <meyering@lucent.com>
25720
25721         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25722         * m4/jm-macros.m4: Require it.
25723
25724 2001-09-16  Jim Meyering  <meyering@lucent.com>
25725
25726         * lib/mkdir.c: New file.
25727
25728 2001-09-15  Jim Meyering  <meyering@lucent.com>
25729
25730         * m4/jm-macros.m4: Check for help2man.
25731
25732 2001-09-11  Jim Meyering  <meyering@lucent.com>
25733
25734         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25735         The body, by Paul Eggert, was moved here from configure.in.
25736         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25737
25738 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25739
25740         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25741         (jm_PREREQ): Use it.
25742
25743 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25744
25745         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25746         Use ssize_t, not int, to store result of readlink.
25747         Check for ssize_t overflow as well as size_t overflow,
25748         as POSIX says the result of readlink is implementation-defined
25749         when ssize_t overflows.
25750         Remove unnecessary cast to char*.
25751         Use free+malloc instead of realloc, as the storage doesn't need
25752         to be preserved and it's clearer and can be more efficient that way.
25753         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25754         * lib/xreadlink.h (xreadlink): Update prototype.
25755
25756 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25757
25758         * lib/xgetcwd.c: Revert some of the previous change; intead,
25759         fix the HAVE_GETCWD_NULL code to behave more like the
25760         !HAVE_GETCWD_NULL code used to.
25761
25762         Include "xalloc.h".
25763         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25764         invoke xalloc_die.
25765
25766 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25767
25768         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25769         sys/param.h, as pathmax.h includes them.
25770
25771 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25772
25773         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25774         (jm_PREREQ_XGETCWD): New macro.
25775
25776         * m4/getcwd.m4: New file.
25777
25778 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25779
25780         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25781         like the HAVE_GETCWD_NULL code.
25782         Include pathmax.h if not HAVE_GETCWD.
25783         Do not include xalloc.h.
25784         (INITIAL_BUFFER_SIZE): New symbol.
25785         Do not use xmalloc / xrealloc, since the caller is responsible for
25786         handling errors.  Preserve errno around `free' during failure.
25787         Do not overrun buffer when using getwd.
25788
25789 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25790
25791         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25792         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25793         getcwd (NULL, 0).
25794
25795 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25796
25797         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25798         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25799         spotted by Jim Meyering.
25800
25801 2001-09-03  Jim Meyering  <meyering@lucent.com>
25802
25803         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25804         failure.
25805
25806 2001-09-02  Jim Meyering  <meyering@lucent.com>
25807
25808         * lib/error.c: Update from GNU libc.
25809
25810 2001-09-01  Jim Meyering  <meyering@lucent.com>
25811
25812         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25813         Used by df.
25814
25815 2001-09-01  Jim Meyering  <meyering@lucent.com>
25816
25817         * lib/xreadlink.c: New file.
25818         * lib/xreadlink.h: New file.
25819         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25820         xreadlink.h.
25821
25822         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25823         doesn't conflict with sparc Solaris 7's definition in
25824         /usr/include/sys/int_types.h.
25825
25826         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25827         files.
25828         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25829         and strncasecmp as r-values.  Unixware didn't have declarations.
25830
25831 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25832
25833         * lib/xstrtol.h: Add copyright notice.
25834         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25835         LONGINT_INVALID_SUFFIX_CHAR.
25836
25837 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25838
25839         * lib/xstrtol.c (strtoimax): New decl.
25840
25841 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25842
25843         * lib/xgetcwd.c: Don't include pathmax.h.
25844         Include stdlib.h and unistd.h if available.
25845         Include xalloc.h.
25846         (xmalloc, xstrdup, free): Remove decls.
25847         (xgetcwd): Don't assume sizes fit in unsigned.
25848         Check for overflow when computing sizes.
25849         Simplify reallocation code.
25850
25851 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25852
25853         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25854         a directory's st_size can have an arbitrary value, so the old
25855         usage could waste an arbitrary amount of memory.  All uses
25856         changed.
25857         * lib/savedir.h: Update prototype.
25858
25859 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25860
25861         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25862
25863         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25864         old strtoimax.c.
25865
25866         Also, make the following further changes to make this file's
25867         configuration more similar to that of strtol.c:
25868         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25869         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25870         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25871         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25872         changed to signed values.
25873
25874         And make the following changes as well:
25875         Fix copyright notice, as 1999 was missing.
25876         (verify): New macro.
25877         (strtoimax): Check sizes at compile-time, not run-time.
25878         Prefer strtol to strtoll if both work.
25879         (main): Remove; it was not that useful and was a pain to maintain.
25880
25881         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25882
25883 2001-08-31  Jim Meyering  <meyering@lucent.com>
25884
25885         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25886         Use an initial, malloc'd, buffer of length 128 rather than
25887         a statically allocated one of length 1024.
25888
25889 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25890
25891         Simplify code, partly by assuming autoconf 2.52 semantics.
25892
25893         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25894
25895         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25896         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25897         All uses removed.
25898         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25899         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25900         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25901         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25902         jm_AC_HEADER_INTTYPES_H.
25903         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25904
25905         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25906
25907         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25908         Quote first arg of AC_DEFUN.
25909         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25910         since they are needed to parse the include file even if we need
25911         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25912         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25913         but with opposite signedness.
25914
25915 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25916
25917         Merge 'exclude' changes from tar 1.13.22.
25918         This fixes one or two unlikely storage allocation overflow bugs,
25919         but doesn't change user-visible behavior otherwise.
25920
25921 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25922
25923         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25924         (jm_PREREQ_EXCLUDE): New macro.
25925
25926 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25927
25928         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25929         tm to be declared.
25930
25931 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25932
25933         * lib/hash.c: Remove '2001' from copyright notice.
25934
25935 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25936
25937         * lib/full-write.h: New file.
25938         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25939         * lib/full-write.c: Correct credits, as cccp.c no longer
25940         exists and anyway it was so heavily changed from the old cccp
25941         code as to be unrecognizable.  Include full-write.h.
25942         (full_write) Return size_t, with short writes meaning failure.
25943         All callers changed.  This fixes a bug with large buffers
25944         on 64-bit hosts.
25945         * lib/utime.c: Include full-write.h.
25946
25947 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25948
25949         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25950         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25951         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25952         Include if available.
25953         (<xalloc.h>): Include
25954         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25955         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25956         collide with FNM macros.
25957         (struct patopts): New struct.
25958         (struct exclude): Use it, as exclude patterns now come with options.
25959         (new_exclude): Support above changes.
25960         (new_exclude, add_exclude_file):
25961         Initial size must now be a power of two to simplify overflow checking.
25962         (free_exclude, fnmatch_no_wildcards): New function.
25963         (excluded_filename): No longer requires options arg, as the options
25964         are determined by add_exclude.  Now returns bool, not int.
25965         (excluded_filename, add_exclude):
25966         Add support for the fancy new exclusion options.
25967         (add_exclude, add_exclude_file): Now takes int options arg.
25968         Check for arithmetic overflow when computing sizes.
25969         (add_exclude_file): xrealloc might modify errno, so don't
25970         realloc until after errno might be used.
25971
25972         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25973         New macros.
25974         (free_exclude): New decl.
25975         (add_exclude, add_exclude_file): Now takes int options arg.
25976         (excluded_filename): No longer requires options arg, as the options
25977         are determined by add_exclude.  Now returns bool, not int.
25978
25979 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25980
25981         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25982
25983 2001-08-27  Jim Meyering  <meyering@lucent.com>
25984
25985         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25986
25987         * lib/version-etc.c (N_): Remove definition.
25988         Revert most of last change.
25989         Instead, simply don't mark the `Copyright...' string for translation.
25990         Based on advice from Paul Eggert.
25991
25992         * lib/strtoxmax.c: Tweak comment.
25993
25994 2001-08-26  Jim Meyering  <meyering@lucent.com>
25995
25996         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25997
25998         * m4/xstrtoimax.m4: New file.
25999         * m4/xstrtoumax.m4: Add comments explaining why we
26000         AC_REPLACE_FUNCS(strtol).
26001
26002 2001-08-26  Jim Meyering  <meyering@lucent.com>
26003
26004         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26005         of copyright with `%s' so translators don't get an untranslated
26006         message in 2002.
26007         (COPYRIGHT_YEAR): Define.
26008         (version_etc): Use fprintf rather than fputs.
26009         Suggestion from Ulrich Drepper.
26010
26011         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26012
26013         * lib/strtoll.c: New file, from GNU libc.
26014         * lib/xstrtoimax.c: New file.
26015
26016         * lib/xstrtol.h: Add xstrtoimax.
26017         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26018         * lib/strtoimax.c: New file.  Likewise, but first define
26019         STRTOUXMAX_SIGNED.
26020
26021         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26022         ...
26023         * lib/strtoxmax.c: ... then renamed to this.
26024
26025 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26026
26027         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26028         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26029         (jm_AC_TYPE_INTMAX_T): New macro.
26030         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26031
26032         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26033
26034         * m4/longlong.m4: Renamed from ulonglong.m4.
26035         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26036         * m4/uintmax_t.m4: Removed.
26037
26038 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26039
26040         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26041         Port to Solaris 8, where 'sed' requires a space after the 'r'
26042         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26043         Redirect output to $tmp just once.
26044
26045 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26046
26047         * lib/addext.c (<errno.h>): Include.
26048         (errno): Declare if not defined.
26049         (addext): Work correctly when pathconf returns -1 and leaves
26050         errno alone because there is no limit.  Also, work even if
26051         pathconf returns a value greater than SIZE_MAX.
26052
26053 2001-08-12  Jim Meyering  <meyering@lucent.com>
26054
26055         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26056         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26057         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26058         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26059         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26060         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26061         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26062         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26063         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26064         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26065         utime.m4, utimes.m4, xstrtoumax.m4:
26066         Quote the first argument in each use of AC_DEFUN.
26067
26068 2001-08-12  Jim Meyering  <meyering@lucent.com>
26069
26070         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26071         Simply `return getcwd (NULL, 0);'.
26072         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26073         Use 1300 as initial value for length, not PATH_MAX.
26074
26075         * lib/pathmax.h: Clean up cpp syntax.
26076
26077 2001-08-12  Jim Meyering  <meyering@lucent.com>
26078
26079         * lib/gettimeofday.c: New file.
26080         * lib/gtod.h: New file.
26081         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26082
26083 2001-08-05  Jim Meyering  <meyering@lucent.com>
26084
26085         * m4/jm-macros.m4: Require autoconf-2.52.
26086
26087 2001-08-04  Jim Meyering  <meyering@lucent.com>
26088
26089         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26090         stmt, to get in sync with glibc.
26091
26092 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26093
26094         The following changes are from gettext 0.10.39 as maintained by
26095         Bruno Haible.
26096
26097         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26098         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26099         with inverted sense.  All uses changed.
26100
26101         * lib/mbswidth.c: Don't include <limits.h>.
26102         Include <stdlib.h> and <string.h> unconditionally.
26103         (iswcntrl, mbsinit, ISCNTRL): New macros.
26104         (mbsnwidth): Use K&R style function declarations.
26105         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26106         can optimize it when MB_CUR_MAX == 1.
26107         The width of control characters is zero, not 1.
26108
26109 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26110
26111         The following changes are from gettext 0.10.39 as maintained by
26112         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26113
26114         * m4/codeset.m4: Upgrade to serial AM1.
26115         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26116         all uses changed.  Quote first arg of AC_DEFUN.
26117         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26118
26119         * m4/iconv.m4: Upgrade to serial AM2.
26120         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26121         Add --with-libconv-prefix.
26122         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26123         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26124         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26125         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26126         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26127
26128         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26129         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26130         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26131         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26132         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26133         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26134         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26135         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26136         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26137
26138         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26139         string.h any more.
26140
26141         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26142         not the default value.
26143
26144         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26145         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26146         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26147         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26148         Also check for iswcntrl, used for wcwidth fallback.
26149         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26150         to Autoconf 2.13.
26151
26152 2001-08-03  Jim Meyering  <meyering@lucent.com>
26153
26154         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26155         as it was in the original.  Reported by Paul Eggert.
26156
26157 2001-07-16  Jim Meyering  <meyering@lucent.com>
26158
26159         * m4/gettimeofday.m4: New file.
26160         Prompted by a report from Bernhard Baehr.
26161
26162 2001-07-15  Jim Meyering  <meyering@lucent.com>
26163
26164         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26165         stuff. Now it's in ../Makefile.cfg.
26166
26167 2001-07-15  Jim Meyering  <meyering@lucent.com>
26168
26169         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26170         (BUILT_SOURCES): Add unlocked-io.h.
26171         (io_functions): Define.
26172         (unlocked-io.h): New rule.
26173         (DISTCLEANFILES): Add unlocked-io.h.
26174         (all-local): Depend on unlocked-io.h, to ensure it is created.
26175
26176         * lib/unlocked-io.hin: New file
26177
26178         * lib/regex.c: Update from glibc.
26179
26180 2001-07-05  Jim Meyering  <meyering@lucent.com>
26181
26182         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26183         recommendation.
26184         (libfetish_a_SOURCES): Put all .h files here instead.
26185         Remove a thus-exposed (better checks in automake) duplicate and
26186         two unnecessary .h files.
26187
26188 2001-07-04  Jim Meyering  <meyering@lucent.com>
26189
26190         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26191         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26192         distcheck failure.
26193
26194 2001-07-02  Jim Meyering  <meyering@lucent.com>
26195
26196         The following changes were prompted by suggestions from Bruno Haible.
26197
26198         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26199         is now generated.
26200         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26201         definition of EXTRA_DIST.
26202         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26203         ensure that the generated file is created/updated whenever the list
26204         of $(unlocked_functions) is changed.
26205         (jm-glibc-io.m4): New rule.
26206         (unlocked-io.h): New rule -- currently unused.
26207
26208 2001-06-24  Jim Meyering  <meyering@lucent.com>
26209
26210         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26211         unmatched right bracket, rather than kludging it with an extra,
26212         falsely-matching quote in a comment.  Patch by Akim Demaille.
26213
26214 2001-06-11  Jim Meyering  <meyering@lucent.com>
26215
26216         * lib/regex.c: Update from GNU libc.
26217
26218 2001-05-27  Jim Meyering  <meyering@lucent.com>
26219
26220         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26221         Check for ut_type in struct utmp.
26222
26223 2001-05-27  Jim Meyering  <meyering@lucent.com>
26224
26225         * lib/readutmp.h (UT_TYPE): Define.
26226
26227 2001-05-24  Jim Meyering  <meyering@lucent.com>
26228
26229         * lib/argmatch.c: Include "quote.h".
26230         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26231         quote function.  Reported by Göran Uddeborg.
26232
26233 2001-05-22  Jim Meyering  <meyering@lucent.com>
26234
26235         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26236         now that we use the package-supplied version unconditionally.
26237         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26238
26239 2001-05-21  Jim Meyering  <meyering@lucent.com>
26240
26241         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26242         shell syntax errors.
26243
26244 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26245
26246         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26247
26248 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26249
26250         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26251         Don't bother to check library strftime, since
26252         we'll be using our own my_strftime function anyway.
26253         Define my_strftime instead of strftime.
26254
26255 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26256
26257         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26258         which is not yet declared.
26259
26260 2001-05-15  Jim Meyering  <meyering@lucent.com>
26261
26262         * m4/regex.m4: Use proper quoting so brackets appear in the test
26263         program.
26264         Reported by, and with help from, Bruno Haible.
26265
26266 2001-05-13  Jim Meyering  <meyering@lucent.com>
26267
26268         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26269         undefined.
26270
26271 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26272
26273         dirname code cleanup.  base_name now behaves more compatibly
26274         with POSIX basename when given file names that have trailing
26275         slashes, and similarly for dir_name.  Add new primitives
26276         base_len and dir_len.  Put the directory-name-related decls
26277         into dirname.h.
26278
26279         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26280         * lib/backupfile.c (base_name): Likewise.
26281         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26282         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26283         * lib/makepath.c (strip_trailing_slashes): Likewise.
26284         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26285         ISSLASH): Likewise.
26286         * lib/rename.c (strip_trailing_slashes): Likewise.
26287         * lib/same.c (base_name): Likewise.
26288         * lib/stripslash.c (ISSLASH): Likewise.
26289
26290         * lib/addext.c: Include <dirname.h> after size_t is defined.
26291         * lib/backupfile.c: Likewise.
26292
26293         * lib/addext.c (addext): Use base_len to trim redundant
26294         trailing slashes instead of doing it ourselves.
26295         But do not trim the last slash if it is not redundant.
26296
26297         * lib/backupfile.c (find_backup_file_name,
26298         max_backup_version): Use base_len instead of rolling it ourselves.
26299         Handle the case of "" and (on DOS) "C:" correctly.
26300
26301         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26302         needed. Include <string.h>, <dirname.h>.
26303         (base_name): Allow file names ending in slashes, other than names
26304         that are all slashes.  In this case, return the basename followed
26305         by the slashes.  This is more general, and can be used in places
26306         where the original base_name purposely had an assertion failure.
26307         (base_len): New function.
26308
26309         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26310         Do not include <assert.h>; no longer needed.
26311         Include xalloc.h.
26312         (memrchr): Remove decl.
26313         (dir_name_r): Remove.
26314         (dir_len): Renamed from dirlen.  All callers changed.
26315         Rewrite in terms of base_name, for simplicity and consistency.
26316         (dir_name): Never return NULL.  All callers changed.
26317         Do not include <stdlib.h> in test program; no longer needed.
26318         return 0; is fine for test program.
26319
26320         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26321         New macros.
26322         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26323
26324         * lib/path-concat.c (path_concat): Use base_len to compute
26325         base length, not strlen; this means we cannot rely on memcpy
26326         to null-terminate.
26327
26328         * lib/same.c (STREQ): Remove.
26329         (same_name): Handle the case where the basename ends in trailing '/'.
26330
26331         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26332         a slash was stripped.  Do not strip the last slash after a
26333         file system prefix.
26334
26335 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26336
26337         * lib/Makefile.am (libfetish_a_SOURCES):
26338         Add strftime.c, since we now compile it on all hosts.
26339
26340         * lib/strftime.c (my_strftime):
26341         Define to nstrftime if emacs, but only if my_strftime is not defined.
26342         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26343         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26344         Add one more extra argument: a nanoseconds value.
26345         All uses changed.
26346         (ns): New macro.
26347         (my_strftime function): Add %N format.
26348         (emacs_strftimeu): Renamed from emacs_strftime,
26349         with extra ut argument.
26350
26351 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26352
26353         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26354
26355 2001-04-21  Jim Meyering  <meyering@lucent.com>
26356
26357         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26358         doesn't interfere.
26359
26360 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26361
26362         * m4/ftruncate.m4: Check for chsize.
26363         Link with ftruncate.o unconditionally if ftruncate is missing.
26364         This was required when cross-compiling to i586-mingw32msvc.
26365
26366 2001-04-08  Jim Meyering  <meyering@lucent.com>
26367
26368         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26369         recomputed; that's necessary when the offset spans a DST transition.
26370         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26371
26372 2001-04-02  Jim Meyering  <meyering@lucent.com>
26373
26374         * lib/regex.h, regex.c: Update from GNU libc.
26375
26376 2001-03-24  Jim Meyering  <meyering@lucent.com>
26377
26378         * m4/jm-macros.m4: Require autoconf-2.49d.
26379
26380 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26381
26382         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26383
26384 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26385
26386         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26387
26388 2001-03-17  Jim Meyering  <meyering@lucent.com>
26389
26390         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26391         now that the version in autoconf is equivalent.
26392         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26393
26394         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26395         Suggestion from Akim Demaille.
26396
26397         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26398         (jm_PREREQ_TEMPNAME): New function.
26399
26400 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26401
26402         * lib/tempname.c (uint64_t): Define to uintmax_t if
26403         not defined, and if UINT64_MAX is not defined.
26404         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26405         Reported by John David Anglin.
26406
26407 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26408
26409         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26410         resolve alias if codeset is empty.
26411         * lib/config.charset (BeOS): Use wildcard syntax.
26412
26413 2001-03-13  Jim Meyering  <meyering@lucent.com>
26414
26415         * lib/path-concat.c (path_concat)
26416         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26417         concatenating e.g., `C:' and `foo'.
26418         From Bruno Haible.
26419
26420 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26421
26422         * lib/localcharset.c (locale_charset): Don't use
26423         setlocale(LC_CTYPE,NULL). Don't return NULL.
26424         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26425
26426 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26427
26428         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26429         support for DOS/DJGPP.
26430
26431 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26432
26433         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26434         lacks mkstemp.  Compile our own tempname.c if we compile our own
26435         mkstemp.c, as mkstemp relies on tempname.
26436
26437 2001-03-01  Jim Meyering  <meyering@lucent.com>
26438
26439         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26440         AH_VERBATIM really does output its argument verbatim.
26441
26442 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26443
26444         * lib/Makefile.am (libfetish_a_SOURCES):
26445         Add dup-safer.c, fopen-safer.c.
26446         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26447
26448         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26449         * lib/unistd-safer.h: New files.
26450
26451 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26452
26453         The mkstemp replacement is taken from glibc 2.2.2, with some
26454         portability fixes for use outside glibc, as follows:
26455
26456         * lib/tempname.c (struct_stat64): New macro.
26457         (direxists, __gen_tempname): Use it.
26458         This avoids a portability problem with Solaris 8.
26459
26460         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26461         (<stddef.h>, <stdint.h>, <string.h>):
26462         Include only if STDC_HEADERS || _LIBC.
26463         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26464         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26465         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26466         (__set_errno): Define this macro if <errno.h> doesn't.
26467         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26468         Define these macros if <stdio.h> doesn't.
26469         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26470         Define these macros if <sys/stat.h>
26471         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26472         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26473         __xstat64): Define if not _LIBC.
26474         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26475         (__gen_tempname): Invoke gettimeofday only if
26476         HAVE_GETTIMEOFDAY || _LIBC;
26477         otherwise, fall back on plain "time".
26478         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26479
26480         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26481
26482         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26483
26484 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26485
26486         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26487
26488 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26489
26490         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26491         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26492         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26493         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26494
26495 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26496
26497         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26498         Remove workaround macros for hosts that have mbrtowc but not
26499         mbstate_t, as we now insist on proper declarations for both
26500         before using mbrtowc.
26501
26502 2001-02-17  Jim Meyering  <meyering@lucent.com>
26503
26504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26505         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26506         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26507         UnixWare 7.1.1.
26508
26509         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26510         rather than AC_CACHE_VAL.
26511
26512 2001-02-17  Jim Meyering  <meyering@lucent.com>
26513
26514         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26515         around included file name.
26516
26517         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26518
26519         * lib/strftime.c: Update from GNU libc (the only changes were to
26520         comments).
26521
26522 2001-02-17  Jim Meyering  <meyering@lucent.com>
26523
26524         * lib/regex.c: Update from libc.
26525
26526 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26527
26528         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26529         clash.
26530
26531 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26532
26533         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26534         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26535         Reported by Mark Hounschell via Paul Eggert.
26536
26537 2001-02-07  Jim Meyering  <meyering@lucent.com>
26538
26539         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26540
26541 2001-02-05  Jim Meyering  <meyering@lucent.com>
26542
26543         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26544         it includes the patch required for `large file' support with at least
26545         HP-UX's 10.20 /bin/cc.
26546
26547 2001-02-03  Jim Meyering  <meyering@lucent.com>
26548
26549         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26550         AS_IF, now that it works once again (mysteriously).
26551         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26552
26553 2001-01-30  Jim Meyering  <meyering@lucent.com>
26554
26555         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26556         * m4/chown.m4: Rename conftestchown to conftest.chown.
26557         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26558         s/conftestdir2/conftest.d2/.
26559         * m4/utimes.m4: s/conftestdata/conftest.data/
26560         Inspired by Pavel Roskin's change in autoconf.
26561
26562 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26563
26564         * lib/config.charset: Update for FreeBSD 4.2.
26565
26566 2001-01-27  Jim Meyering  <meyering@lucent.com>
26567
26568         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26569         a use of AS_IF.
26570         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26571
26572 2001-01-26  Jim Meyering  <meyering@lucent.com>
26573
26574         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26575         quotearg.c includes it.
26576
26577 2001-01-26  Jim Meyering  <meyering@lucent.com>
26578
26579         * lib/quotearg.c: Include stddef.h.
26580         * lib/quote.c: Include stddef.h.
26581         Reported by Axel Kittenberger.
26582
26583         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26584         line in double quotes so that it evokes a better diagnostic.
26585         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26586         Reported by Axel Kittenberger.
26587
26588 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26589
26590         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26591         as if it was a `charset'.
26592
26593 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26594
26595         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26596         has const.
26597
26598 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26599
26600         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26601         to avoid a warning.  Add back 'const' to inptr.
26602
26603 2001-01-20  Jim Meyering  <meyering@lucent.com>
26604
26605         Be sure that headers are checked before used in code compiled
26606         for the type checks.
26607         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26608         In place of that, invoke jm_CHECK_ALL_TYPES.
26609         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26610         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26611         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26612         The check for ssize_t was mistakenly run before the test for unistd.h.
26613
26614         The configure-time check for stdbool.h was missing.
26615         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26616         (jm_PREREQ_HASH): New function.
26617
26618 2001-01-17  Jim Meyering  <meyering@lucent.com>
26619
26620         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26621         for autoconf-2.49c.
26622         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26623
26624 2001-01-16  Jim Meyering  <meyering@lucent.com>
26625
26626         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26627         From Bruno Haible.
26628
26629 2001-01-14  Jim Meyering  <meyering@lucent.com>
26630
26631         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26632         foo and bar.  Create conftestdir/ in the script, not in the C code.
26633         Remove directories in the script, not in the C code.
26634         Remove conftestdir{,2} before trying to create the directory.
26635         Make the entire configure script fail if the mkdir fails.
26636
26637 2001-01-14  Jim Meyering  <meyering@lucent.com>
26638
26639         * lib/rename.c: New file.  From Volker Borchert.
26640         Include stdlib.h, string.h or strings.h, and xalloc.h.
26641         Use strip_trailing_slashes rather than open-coding it.
26642
26643 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26644
26645         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26646
26647 2001-01-03  Jim Meyering  <meyering@lucent.com>
26648
26649         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26650         of local `inptr' to avoid warning with some system declarations of
26651         iconv.
26652
26653 2001-01-02  Volker Borchert  <bt@teknon.de>
26654
26655         * m4/rename.m4: New file.
26656         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26657
26658 2001-01-01  Jim Meyering  <meyering@lucent.com>
26659
26660         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26661         even on systems with utmpx.h.  It's necessary for the declaration of
26662         utmp's ut_user member.  Reported by Andreas Jaeger.
26663
26664         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26665         available. They are required for the declarations of getgrgid and
26666         getpwuid resp.
26667         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26668         Reported by Andreas Jaeger.
26669
26670 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26671
26672         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26673         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26674         so `make install' also works in VPATH builds.
26675
26676 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26677
26678         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26679         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26680         can be used in subdirectories.
26681
26682 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26683
26684         * lib/modechange.c: Do not assume that mode_t uses the
26685         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26686         the other-execute bit of FOO even if S_IXOTH != 1.
26687
26688         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26689         WOTH, XOTH, ALLM): New macros.
26690         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26691          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26692         Use them.
26693         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26694         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26695         (mode_compile):
26696         No need to use uintmax_t; unsigned long is long enough.
26697         Don't bother to get suffix since we don't use it.
26698
26699 2000-12-26  Jim Meyering  <meyering@lucent.com>
26700
26701         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26702         better with autoheader.
26703
26704 2000-12-24  Jim Meyering  <meyering@lucent.com>
26705
26706         * lib/hash.c (is_prime): Return explicit boolean values.
26707         (hash_get_first): Return NULL to appease Irix5.6's 89.
26708         Reported by Nelson Beebe.
26709
26710 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26711
26712         * lib/localcharset.c (locale_charset): Add support for Win32.
26713
26714 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26715
26716         * lib/physmem.h, lib/physmem.c: New files.
26717
26718         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26719         (noinst_HEADERS): Add physmem.h.
26720
26721         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26722         't' for compatibility with Solaris 8 sort.
26723
26724 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26725
26726         * lib/config.charset: Add support for BeOS.
26727
26728 2000-12-17  Jim Meyering  <meyering@lucent.com>
26729
26730         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26731         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26732
26733 2000-12-16  Jim Meyering  <meyering@lucent.com>
26734
26735         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26736         N and M) would have treated it like `chown N:N FILE'.
26737
26738         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26739
26740 2000-12-16  Jim Meyering  <meyering@lucent.com>
26741
26742         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26743         SHELLS_FILE to a file name that's useful on djgpp systems.
26744         Include stdlib.h.
26745         (ADDITIONAL_DEFAULT_SHELLS): Define.
26746         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26747         Based mostly on a patch from Prashant TR.
26748
26749 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26750
26751         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26752         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26753         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26754
26755 2000-12-08  Andreas Schwab  <schwab@suse.de>
26756
26757         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26758         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26759
26760 2000-12-07  Jim Meyering  <meyering@lucent.com>
26761
26762         * lib/stripslash.c (ISSLASH): Define.
26763         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26764         `/'.
26765         From Prashant TR.
26766
26767         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26768         (dir_name_r): Declare this function as static.
26769         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26770         manifest itself on a name containing a mix of slashes and
26771         backslashes.
26772         Make this function work with names starting with a DOS-style
26773         drive letter and colon prefix.
26774         (dir_name): Append `.' if necessary.
26775         Based mostly on patches from Prashant TR and Eli Zaretskii.
26776
26777         * lib/dirname.h (dir_name_r): Remove prototype.
26778
26779 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26780
26781         * m4/off_t-format.m4: Remove this file.
26782         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26783
26784 2000-12-06  Jim Meyering  <meyering@lucent.com>
26785
26786         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26787         replacement strtoull, we may well need the replacement strtoul, too.
26788         Check for declarations of strtoul and strtoull.
26789         Check for strtol.  Mainly as a cue to cause automake to include
26790         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26791         Check for limits.h -- strtol.c needs it.
26792
26793 2000-12-05  Jim Meyering  <meyering@lucent.com>
26794
26795         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26796
26797 2000-12-04  Jim Meyering  <meyering@lucent.com>
26798
26799         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26800         Also include memory.h, stdlib.h, unistd.h if appropriate.
26801         Reported by Andreas Jaeger (conflicting declaration of malloc).
26802
26803 2000-12-02  Jim Meyering  <meyering@lucent.com>
26804
26805         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26806         * m4/jm-macros.m4 (jm_MACROS): require it.
26807
26808 2000-12-02  Jim Meyering  <meyering@lucent.com>
26809
26810         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26811
26812 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26813
26814         * lib/memrchr.c: Include <config.h> before any system include file.
26815
26816 2000-11-30  Jim Meyering  <meyering@lucent.com>
26817
26818         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26819
26820 2000-11-30  Jim Meyering  <meyering@lucent.com>
26821
26822         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26823
26824 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26825
26826         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26827
26828 2000-11-26  Jim Meyering  <meyering@lucent.com>
26829
26830         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26831
26832 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26833
26834         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26835         size of (size_t) -1; it's not portable.
26836
26837 2000-11-17  Jim Meyering  <meyering@lucent.com>
26838
26839         * lib/strstr.c: Update from GNU libc.
26840
26841 2000-11-17  Akim Demaille  <akim@epita.fr>
26842
26843         * lib/obstack.h: Formatting changes.
26844         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26845         prevent type checking.
26846         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26847         cast the value to (void *): assigning a `foo *' to a `void *'
26848         variable is valid.
26849         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26850
26851 2000-11-16  Jim Meyering  <meyering@lucent.com>
26852
26853         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26854
26855 2000-11-11  Jim Meyering  <meyering@lucent.com>
26856
26857         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26858
26859 2000-11-10  Jim Meyering  <meyering@lucent.com>
26860
26861         * lib/obstack.h: Update from GNU libc.
26862         * lib/obstack.c: Likewise.
26863
26864 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26865
26866         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26867
26868 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26869
26870         * lib/getusershell.c (setusershell): Use rewind rather than
26871         fseek/fseeko, to avoid configuration hassles with fseeko.
26872         Don't bother opening SHELLS_FILE if shellstream is NULL;
26873         it's not necessary.
26874
26875 2000-11-05  Jim Meyering  <meyering@lucent.com>
26876
26877         * lib/makepath.h (make_dir): Declare.
26878         * lib/makepath.c (make_dir): Remove `static' attribute.
26879         Tweak a comment.
26880
26881 2000-11-04  Jim Meyering  <meyering@lucent.com>
26882
26883         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26884
26885 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26886
26887         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26888         last one in a bucket, advance to the next bucket.
26889
26890 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26891
26892         * lib/fnmatch.c: Do not comment out all the code if we are using
26893         the GNU C library, because in some cases we are replacing buggy
26894         code in the GNU C library itself.
26895
26896 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26897
26898         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26899         (regex_compile): Catch bogus \(\1\).
26900
26901 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26902
26903         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26904         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26905         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26906
26907 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26908
26909         * lib/error.h, getline.h, modechange.h:
26910         Remove "2000" from Copyright line, as the file hasn't been
26911         changed this year other than in the copyright notice.
26912
26913         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26914         was changed this year.
26915
26916 2000-10-29  Jim Meyering  <meyering@lucent.com>
26917
26918         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26919         renaming.
26920         * m4/ls-mntd-fs.m4: Likewise
26921
26922 2000-10-29  Jim Meyering  <meyering@lucent.com>
26923
26924         * lib/xstat.in: Fix grammar in comment.
26925
26926 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26927
26928         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26929         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26930         doesn't define __restrict_arr.
26931
26932 2000-10-28  Jim Meyering  <meyering@lucent.com>
26933
26934         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26935         (jm_PREREQ_MEMCHR): New function.
26936
26937 2000-10-28  Jim Meyering  <meyering@lucent.com>
26938
26939         * lib/memchr.c: Update from libc.
26940         Adjust for portability:
26941         [HAVE_STDLIB_H]: Include stdlib.h.
26942         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26943         Undef __memchr, too.
26944         [!weak_alias]: Define __memchr to memchr.
26945
26946         * lib/regex.c: Update from libc.
26947         * lib/regex.h: Likewise.
26948         * lib/getopt1.c: Likewise.
26949         * lib/memcmp.c: Likewise.
26950
26951         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26952         Avoid using fseek, when possible -- it's broken by design.
26953         Patch by Ulrich Drepper.
26954
26955 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26956
26957         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26958         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26959         Giving in to popular pressure to shut up the compiler with casts.
26960
26961 2000-10-26  Jim Meyering  <meyering@lucent.com>
26962
26963         * lib/strftime.c: Update from libc.
26964
26965 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26966
26967         * regex.c: More `unsigned char' -> `re_char' changes.
26968         Also change several `int' into `re_wchar_t'.
26969         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26970         (PUSH_FAILURE_POINTER): Don't cast any more.
26971         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26972         We want GCC to complain, since this piece of code makes
26973         re_match non-reentrant, which *should* be fixed.
26974         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26975         (EXTEND_BUFFER): Use RETALLOC.
26976         (SET_LIST_BIT): Don't cast.
26977         (re_wchar_t): New type.
26978         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26979         that those two functions will always properly return.
26980         (IMMEDIATE_QUIT_CHECK): Cast to void.
26981         (analyse_first): Use recursion rather than an explicit stack.
26982         (re_compile_fastmap): Can't fail anymore.
26983         (re_search_2): Don't check re_compile_fastmap for failure.
26984         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26985         Now also sets the new value (passed in a new argument).
26986         (re_match_2_internal): Use it.
26987         Also, use a new var `reg' of type size_t when looping through regs
26988         rather than reuse the inappropriate `mcnt'.
26989
26990 2000-10-25  Jim Meyering  <meyering@lucent.com>
26991
26992         * lib/obstack.c: Update from libc.
26993
26994 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26995
26996         * regex.c (regex_compile): Change the way of handling a range from
26997         a char less than 256 to a char not less than 256.
26998
26999 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27000
27001         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27002         NT-Emacs only.
27003         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27004         so that re_search functions only quit when callers expect them to.
27005
27006 2000-10-23  Jim Meyering  <meyering@lucent.com>
27007
27008         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27009         wrong.  That set_locale call must not have any side effects.
27010         From Paul Eggert.
27011
27012 2000-10-22  Jim Meyering  <meyering@lucent.com>
27013
27014         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27015         [CYCLIC]: Remove now-unused definition.
27016
27017         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27018         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27019         Suggestion from Ulrich Drepper.
27020
27021 2000-10-21  Jim Meyering  <meyering@lucent.com>
27022
27023         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27024         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27025         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27026
27027 2000-10-21  Jim Meyering  <meyering@lucent.com>
27028
27029         * lib/dirname.c (memrchr): Declare if necessary.
27030         (dir_name): Remove the restriction that there be no
27031         trailing slashes.  Now, this code skips past them, effectively
27032         ignoring them.
27033         [TEST_DIRNAME] (main): New unit tests.
27034
27035         * lib/memrchr.c: New file from GNU libc.
27036         Undef __memrchr, too.
27037         [!weak_alias]: Define __memrchr to memrchr.
27038         Guard weak_alias use with `#ifdef weak_alias'.
27039
27040 2000-10-21  Jim Meyering  <meyering@lucent.com>
27041
27042         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27043         (dir_name): Use dir_name_r.
27044         * lib/dirname.h (dir_name_r): Declare it.
27045
27046 2000-10-17  Jim Meyering  <meyering@lucent.com>
27047
27048         * lib/quote.h (PARAMS): Define and use.
27049         Reported by Akim Demaille.
27050
27051         * lib/getopt.c: Update from libc.
27052
27053 2000-10-16  Jim Meyering  <meyering@lucent.com>
27054
27055         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27056         setlocale.
27057         From Jan Fedak.
27058
27059 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27060
27061         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27062
27063 2000-09-25  Jim Meyering  <meyering@lucent.com>
27064
27065         * lib/md5.h (rol): Define (from GnuPG).
27066
27067         * lib/sha.c: Give credit (GnuPG) where due.
27068         (M): Use rol rather than open-coding it.
27069         Add a FIXME comment.
27070
27071 2000-09-21  Jim Meyering  <meyering@lucent.com>
27072
27073         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27074         Reported by Michael Stone.
27075
27076 2000-09-20  Jim Meyering  <meyering@lucent.com>
27077
27078         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27079         (noinst_HEADERS): Add sha.h.
27080         Based on code from Scott G. Miller and from GnuPG.
27081
27082 2000-09-18  Jim Meyering  <meyering@lucent.com>
27083
27084         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27085         LIBS. Otherwise, everyone ends up linking with -lelf for some
27086         configurations.
27087         Reported by Mike Stone.
27088
27089 2000-09-15  Jim Meyering  <meyering@lucent.com>
27090
27091         * lib/regex.c: Update from libc.
27092
27093 2000-09-10  Jim Meyering  <meyering@lucent.com>
27094
27095         * lib/getopt.c (_getopt_internal): Update from glibc.
27096
27097 2000-09-09  Jim Meyering  <meyering@lucent.com>
27098
27099         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27100         think it should be used as a general replacement for isascii.
27101         * lib/fnmatch.c: Likewise.
27102         * lib/mbswidth.c: Likewise
27103         * lib/regex.c: Likewise.
27104
27105         Don't use atoi.
27106         * lib/userspec.c: Include sys/param.h and limits.h.
27107         Include xstrtol.h.
27108         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27109         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27110         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27111         UID, GID.  Check range.
27112
27113 2000-09-06  Jim Meyering  <meyering@lucent.com>
27114
27115         * lib/getopt.c (_getopt_internal): Update from glibc.
27116
27117 2000-08-30  Jim Meyering  <meyering@lucent.com>
27118
27119         * lib/strftime.c: Merge in changes from GNU libc.
27120
27121 2000-08-26  Jim Meyering  <meyering@lucent.com>
27122
27123         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27124         * m4/fpending.m4: New file.
27125
27126 2000-08-26  Jim Meyering  <meyering@lucent.com>
27127
27128         * lib/closeout.c: Include "__fpending.h".
27129         (close_stdout_status): Return right away if there's nothing to flush.
27130
27131         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27132         * lib/__fpending.c: New file.
27133         * lib/__fpending.h: New file.
27134
27135 2000-08-20  Jim Meyering  <meyering@lucent.com>
27136
27137         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27138         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27139         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27140
27141 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27142
27143         Improve fileutils installation on systems where running
27144         programs (like install) can't be unlinked.
27145         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27146         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27147
27148 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27149
27150         Standardize on "memory exhausted" instead of "Memory exhausted"
27151         or "virtual memory exhausted".
27152         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27153         "virtual memory exhausted".
27154         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27155         our own message.
27156         * lib/userspec.c (parse_user_spec): Likewise.
27157         * lib/bumpalloc.h: comment fix
27158         * lib/same.c, userspec.c: Include xalloc.h.
27159
27160         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27161         not char *const and pointing to a constant array.
27162         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27163         (xrealloc): Comment fix.
27164
27165         * lib/userspec.c (parse_user_spec):
27166         Don't translate a message until just before returning,
27167         to avoid unnecessary translation.
27168
27169 2000-08-07  Jim Meyering  <meyering@lucent.com>
27170
27171         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27172         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27173         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27174         getgroups.c, gethostname.c, getopt.h, group-member.c,
27175         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27176         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27177         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27178         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27179         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27180         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27181         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27182         yesno.c: Back out Copyright date changes for each file with no change
27183         this year.  This eases coordination with other programs using the same
27184         source code modules.  From Paul Eggert.
27185
27186 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27187
27188         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27189         not char, for compatibility with glibc 2.1.3 strftime.c.
27190
27191 2000-08-03  Greg McGary  <greg@mcgary.org>
27192
27193         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27194         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27195         (EXTEND_BUFFER): Use them.
27196
27197 2000-08-01  Jim Meyering  <meyering@lucent.com>
27198
27199         * lib/dirname.c (ISSLASH): Define.
27200         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27201         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27202         both `\' and `/' may be use as path separators.
27203         Based on a patch from Prashant TR.
27204
27205 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27206
27207         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27208         slot vector a constant, since it might get modified.
27209
27210 2000-07-31  Jim Meyering  <meyering@lucent.com>
27211
27212         * lib/xmalloc.c: Use `virtual memory exhausted', not
27213         `Memory exhausted'.
27214         * lib/obstack.c (print_and_abort): Likewise.
27215
27216 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27217
27218         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27219         buffer, so that the caller can always quote one small
27220         component of a "memory exhausted" message in slot 0.
27221         From a suggestion by Jim Meyering.
27222
27223 2000-07-30  Jim Meyering  <meyering@lucent.com>
27224
27225         * lib/makepath.c (make_path): Quote the other instance, too.
27226
27227         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27228         (STATIC_BUF_SIZE): Define.
27229         (quotearg_n_options): Use only statically allocated storage when
27230         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27231         than STATIC_BUF_SIZE.
27232
27233 2000-07-29  Jim Meyering  <meyering@lucent.com>
27234
27235         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27236         * lib/dirname.c (dir_name): Likewise.
27237
27238         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27239         `/'.
27240
27241         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27242         (dir_name): Assert that there are no trailing slashes.
27243
27244 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27245
27246         * lib/mbswidth.h (mbswidth): Add a flags argument.
27247         (mbswidth): New declaration.
27248         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27249         * lib/mbswidth.c (mbswidth): Add a flags argument.
27250         (mbsnwidth): New function.
27251
27252 2000-07-24  Jim Meyering  <meyering@lucent.com>
27253
27254         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27255
27256 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27257
27258         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27259
27260 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27261
27262         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27263         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27264         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27265         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27266         invoke multibyte primitives.
27267
27268 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27269
27270         * lib/quotearg.c:
27271         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27272         so that mbstate_t is always defined.
27273
27274         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27275         be 1 in at least one GCC installation, and this configuration
27276         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27277         performance on hosts that have mbrtowc but have only unibyte
27278         locales, but I assume these hosts are rare.
27279
27280 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27281
27282         * lib/mbswidth.c (_XOPEN_SOURCE):
27283         Don't define; this causes problems on Solaris 7.
27284         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27285
27286 2000-07-23  Jim Meyering  <meyering@lucent.com>
27287
27288         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27289         too: getgrgid, getpwuid, getuid.
27290
27291 2000-07-23  Jim Meyering  <meyering@lucent.com>
27292
27293         * lib/basename.c (base_name): Add an assertion.
27294
27295 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27296
27297         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27298         shadow its mbsinit function.
27299
27300 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27301
27302         * lib/mbswidth.h: New file.
27303         * lib/mbswidth.c: New file.
27304         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27305         (noinst_HEADERS): Add mbswidth.h.
27306
27307 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27308
27309         * lib/config.charset: Add support for FreeBSD. Improve support for
27310         HP-UX and IRIX 6.
27311
27312 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27313
27314         * m4/mbswidth.m4: New file.
27315         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27316
27317 2000-07-15  Jim Meyering  <meyering@lucent.com>
27318
27319         * lib/makepath.c: Include quote.h.
27320         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27321         corresponding argument in a `quote (...)' call.
27322         Give better diagnostics.
27323
27324         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27325         (noinst_HEADERS): Add quote.h.
27326
27327         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27328         from tar's src/misc.c.
27329         * lib/quote.h: New file.  Prototypes for same.
27330
27331 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27332
27333         From a suggestion by Bruno Haible.
27334         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27335         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27336         to decide whether to define the BeOS workaround macro;
27337         this adjusts to the change to AC_MBSTATE_T.
27338
27339 2000-07-14  Jim Meyering  <meyering@lucent.com>
27340
27341         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27342         jm_AC_TYPE_UINTMAX_T.
27343
27344 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27345
27346         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27347
27348         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27349         quotearg_buffer_restyled): Add support for
27350         clocale_quoting_style.  Undo previous change to
27351         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27352         and "{RIGHT QUOTATION MARK}" msgids.
27353
27354 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27355
27356         From a suggestion by Bruno Haible.
27357         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27358         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27359         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27360         and mbstate_t, to a single-part test that simply defines mbstate_t.
27361         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27362         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27363
27364 2000-07-10  Jim Meyering  <meyering@lucent.com>
27365
27366         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27367
27368         * m4/gnu-source.m4: Output to confdefs.h directly.
27369         Suggestion from Akim Demaille.
27370
27371 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27372
27373         The old behavior of quoting `like this' doesn't look good with
27374         newer, ISO-style fonts.  See:
27375         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27376
27377         Instead, quote "like this" by default.  Let the translator
27378         tailor the locale-specific quoting behavior by providing
27379         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27380
27381         * lib/quotearg.c (N_): New macro.
27382         (gettext_default): New function.
27383         (quotearg_buffer_restyled): Use
27384         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27385         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27386
27387 2000-07-09  Jim Meyering  <meyering@lucent.com>
27388
27389         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27390         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27391
27392         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27393         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27394
27395 2000-07-09  Jim Meyering  <meyering@lucent.com>
27396
27397         * lib/Most files: Update copyright dates to include 2000.
27398
27399 2000-07-08  Jim Meyering  <meyering@lucent.com>
27400
27401         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27402         if not defined.
27403         (xgethostname): Remove now-unnecessary #ifdef.
27404         Move declaration of `err' into loop where it's used.
27405
27406 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27407         and Bruno Haible  <haible@clisp.cons.org>
27408
27409         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27410         only if the test for an object-type mbstate_t fails.  This
27411         prevents us from mistakenly reporting that mbstate_t is a
27412         system object type after we "#define mbstate_t int" to work
27413         around its lack.
27414
27415 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27416         and Bruno Haible  <haible@clisp.cons.org>
27417
27418         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27419
27420 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27421
27422         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27423         to strerror_r.
27424         Include <ctype.h> for use of isalpha.
27425
27426 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27427
27428         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27429         by allocating a larger buffer. Test the gethostname return value for
27430         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27431         returns an error and ENAMETOOLONG isn't defined.
27432
27433 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27434
27435         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27436         dimension.
27437
27438 2000-07-04  Jim Meyering  <meyering@lucent.com>
27439
27440         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27441         of the deprecated AC_CHECKING.
27442
27443 2000-07-04  Jim Meyering  <meyering@lucent.com>
27444
27445         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27446         Reported by Bruno Haible.
27447
27448 2000-07-04  Jim Meyering  <meyering@lucent.com>
27449
27450         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27451         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27452         lacks mbrtowc.
27453
27454 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27455
27456         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27457         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27458
27459 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27460         and Bruno Haible  <haible@clisp.cons.org>
27461
27462         * lib/quotearg.c (mbrtowc):
27463         Assign to *pwc, and return 1 only if result is nonzero.
27464         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27465
27466 2000-07-03  Jim Meyering  <meyering@lucent.com>
27467
27468         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27469
27470 2000-07-03  Jim Meyering  <meyering@lucent.com>
27471
27472         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27473         This is necessary to get a definition of e.g., UTMP_FILE on
27474         HP-UX 10.20.
27475         From Bob Proulx.
27476
27477 2000-07-02  Jim Meyering  <meyering@lucent.com>
27478
27479         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27480
27481         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27482         AC_LIBOBJ(function_name).
27483         * m4/chown.m4: Likewise.
27484         * m4/fnmatch.m4: Likewise.
27485         * m4/ftruncate.m4: Likewise.
27486         * m4/getgroups.m4: Likewise.
27487         * m4/getline.m4: Likewise.
27488         * m4/group-member.m4: Likewise.
27489         * m4/jm-macros.m4: Likewise.
27490         * m4/lstat.m4: Likewise.
27491         * m4/malloc.m4: Likewise.
27492         * m4/memcmp.m4: Likewise.
27493         * m4/nanosleep.m4: Likewise.
27494         * m4/putenv.m4: Likewise.
27495         * m4/realloc.m4: Likewise.
27496         * m4/regex.m4: Likewise.
27497         * m4/stat.m4: Likewise.
27498         * m4/strftime.m4: Likewise.
27499
27500 2000-07-02  Jim Meyering  <meyering@lucent.com>
27501
27502         * lib/quotearg.c (mbstate_t): Don't define here.
27503
27504 2000-07-02  Jim Meyering  <meyering@lucent.com>
27505
27506         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27507
27508 2000-07-01  Jim Meyering  <meyering@lucent.com>
27509
27510         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27511
27512 2000-07-01  Jim Meyering  <meyering@lucent.com>
27513
27514         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27515         problem.
27516
27517 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27518
27519         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27520         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27521
27522 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27523
27524         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27525         per change in ../m4/ls-mntd-fs.m4.
27526         (read_filesystem_list): Ignore symbolic links.
27527
27528 2000-06-29  Jim Meyering  <meyering@lucent.com>
27529
27530         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27531         for declaration of strcmp.
27532
27533         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27534
27535         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27536         Avoid warning by casting result to `char *' to remove `const'.
27537
27538 2000-06-28  Jim Meyering  <meyering@lucent.com>
27539
27540         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27541         included by quotearg.c, for which we perform this test.  From
27542         Bruno Haible.
27543
27544 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27545
27546         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27547         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27548         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27549
27550 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27551
27552         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27553
27554 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27555
27556         savedir now sets errno on failure and invokes xmalloc to get memory.
27557         Fix a couple of other minor bugs while we're at it.
27558
27559         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27560         (NAMLEN): Remove macro.
27561         (malloc, realloc): Remove decls.
27562         (stpcpy): Likewise.
27563         ("xalloc.h"): Include.
27564         (NAME_SIZE_DEFAULT): New macro.
27565         (savedir): Use xmalloc / xrealloc to allocate memory.
27566         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27567         Skip "" directory entries.
27568         Use strlen to calculate directory entry length, since the old method
27569         is rarely used these days and isn't worth supporting.
27570         Don't use a pointer after freeing it.
27571         Check for integer overflow when calculating allocation size.
27572         Use memcpy to copy entries, instead of stpcpy.
27573         Set errno properly when returning NULL.
27574         Check for readdir error.
27575
27576 2000-06-26  Jim Meyering  <meyering@lucent.com>
27577
27578         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27579
27580 2000-06-25  Jim Meyering  <meyering@lucent.com>
27581
27582         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27583         Linux header bug when _XOPEN_SOURCE is defined to 500.
27584
27585 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27586
27587         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27588         deficiency.
27589
27590 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27591
27592         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27593         Include xalloc.h.
27594         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27595
27596 2000-06-24  Jim Meyering  <meyering@lucent.com>
27597
27598         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27599         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27600         for which strerror does return char*, but which lacks a conveniently
27601         accessible declaration of the function.  If the compile-test says
27602         strerror_r doesn't work, then resort to a `run'-test that works on
27603         BeOS and segfaults on DEC Unix.
27604
27605 2000-06-24  Jim Meyering  <meyering@lucent.com>
27606
27607         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27608
27609 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27610
27611         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27612         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27613
27614 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27615
27616         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27617         (mbrtowc, mbstate_t): Define substitutes if
27618         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27619         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27620         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27621
27622 2000-06-23  Jim Meyering  <meyering@lucent.com>
27623
27624         * m4/afs.m4: Add missing AC_MSG_RESULT.
27625         Reported by Bruno Haible.
27626
27627         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27628         Suggestion from Bruno Haible.
27629
27630 2000-06-23  Jim Meyering  <meyering@lucent.com>
27631
27632         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27633
27634 2000-06-21  Jim Meyering  <meyering@lucent.com>
27635
27636         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27637
27638 2000-06-21  Jim Meyering  <meyering@lucent.com>
27639
27640         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27641         (noinst_HEADERS): Add getstr.h.
27642
27643         * lib/getline.c (getstr): Move into a separate file.
27644         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27645         the following changes: new parameter, delim2; both delim[12]
27646         parameters have type `int', not `char'.  The latter would lose
27647         with 8-bit delimiters.
27648         * lib/getstr.h: New file.
27649
27650 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27651
27652         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27653         than 1024, return a memory chunk of least possible size, instead
27654         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27655         Use free/xmalloc instead of xrealloc to avoid copying for very long
27656         paths.
27657
27658 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27659
27660         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27661         the empty string.
27662
27663 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27664
27665         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27666         address, not strdup.  Include <stdlib.h> and don't declare free().
27667
27668 2000-06-19  Jim Meyering  <meyering@lucent.com>
27669
27670         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27671
27672 2000-06-18  Jim Meyering  <meyering@lucent.com>
27673
27674         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27675
27676         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27677         `checking whether...' message to be consistent with that of the
27678         lstat test.
27679
27680 2000-06-18  Jim Meyering  <meyering@lucent.com>
27681
27682         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27683         Besides, these days every porting target provides a mkdir function.
27684
27685         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27686         needed. (this snippet comes from src/system.h).
27687
27688 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27689
27690         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27691
27692 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27693
27694         * lib/human.c (adjust_value): New function.
27695         (human_readable_inexact): Apply rounding style even when
27696         printing approximate values.
27697
27698 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27699
27700         * lib/human.c (human_readable_inexact): Allow an input block
27701         size that is not a multiple of the output block size, and vice versa.
27702         Reported by Piergiorgio Sartor.
27703
27704 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27705
27706         * lib/getdate.y (get_date): Apply relative times after time
27707         zone indicator, not before.  Reported by Todd A. Jacobs.
27708
27709 2000-06-13  Jim Meyering  <meyering@lucent.com>
27710
27711         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27712
27713         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27714
27715 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27716
27717         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27718
27719 2000-06-12  Jim Meyering  <meyering@lucent.com>
27720
27721         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27722         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27723         optional argument.
27724         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27725         the optional argument, `lib'.
27726
27727 2000-06-08  Jim Meyering  <meyering@lucent.com>
27728
27729         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27730
27731 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27732
27733         Rewrite largefile configuration so that we don't need to run
27734         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27735         AC_CANONICAL_HOST in configure.in -- jmm]
27736
27737         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27738         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27739         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27740         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27741         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27742         All uses changed.
27743         Instead of inspecting the output of getconf, try to compile the
27744         test program without and with the macro definition.
27745         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27746         for getconf.  Instead, check for the needed flags by compiling
27747         test programs.
27748
27749 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27750
27751         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27752
27753 2000-06-04  Jim Meyering  <meyering@lucent.com>
27754
27755         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27756         SunOS 4.1.4 for which gid_t is an unsigned type.
27757
27758 2000-06-03  Jim Meyering  <meyering@lucent.com>
27759
27760         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27761         now that autoconf requires that.
27762
27763         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27764         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27765         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27766
27767 2000-06-03  Jim Meyering  <meyering@lucent.com>
27768
27769         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27770
27771 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27772
27773         * m4/glibc21.m4: New file.
27774         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27775
27776 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27777
27778         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27779         newer, don't install charset.alias.
27780         * lib/config.charset: Change the Linux/glibc rules so they become empty
27781         on glibc-2.1 or newer.
27782
27783 2000-06-02  Jim Meyering  <meyering@lucent.com>
27784
27785         * lib/mountlist.c: Back out last change.  Instead, do this...
27786         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27787         me_dummy member using the same `ignore'-testing code.
27788         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27789         fs_type strings.
27790         From Mark D. Roth.
27791
27792 2000-05-29  Jim Meyering  <meyering@lucent.com>
27793
27794         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27795         mounts with the `ignore' attribute.  Based on a patch from
27796         Mark D. Roth.
27797
27798 2000-05-28  Jim Meyering  <meyering@lucent.com>
27799
27800         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27801         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27802         * m4/stat.m4: Likewise.
27803         * m4/lstat.m4: Likewise.
27804         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27805
27806         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27807         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27808
27809 2000-05-26  Jim Meyering  <meyering@lucent.com>
27810
27811         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27812
27813 2000-05-24  Jim Meyering  <meyering@lucent.com>
27814
27815         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27816         autoconf requires that.
27817         * m4/lib-check.m4: Likewise.
27818         * m4/jm-macros.m4: Likewise.
27819         * m4/strftime.m4: Likewise.
27820
27821         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27822         AC_CHECK_DECLS, now that autoconf requires that.
27823
27824 2000-05-22  Jim Meyering  <meyering@lucent.com>
27825
27826         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27827         * m4/lstat.m4: Likewise.
27828
27829 2000-05-22  Jim Meyering  <meyering@lucent.com>
27830
27831         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27832
27833 2000-05-20  Jim Meyering  <meyering@lucent.com>
27834
27835         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27836         (jm_PREREQ): Use it.
27837
27838 2000-05-18  Jim Meyering  <meyering@lucent.com>
27839
27840         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27841         back, too, since it may have been modified by allocate_entry.
27842         (hash_delete): Rewrite to use neither the assignment operator
27843         nor the comma operator in an if-expression.
27844
27845 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27846
27847         * lib/closeout.c:
27848         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27849         Remove; no longer needed.
27850         "quotearg.h": Add include.
27851         (file_name): Do not bother to explicitly initialize to NULL; it's less
27852         efficient on some hosts.
27853         (close_stdout_status): Remove test as to whether stdout was already
27854         closed; it breaks for the case "echo x | sort >&-".
27855         Quote file name colons.
27856         Do not assume that _("write error") lacks format strings.
27857
27858 2000-05-15  Jim Meyering  <meyering@lucent.com>
27859
27860         * lib/version-etc.c (version_etc_copyright): Update the copyright
27861         string used in all --version output.
27862
27863 2000-05-14  Jim Meyering  <meyering@lucent.com>
27864
27865         * lib/closeout.c (close_stdout_set_file_name): New function.
27866         (close_stdout_status): Use new file-scoped global.
27867         Return right away if fstat says the stdout file descriptor is invalid.
27868         * lib/closeout.h (close_stdout_set_file_name): Declare.
27869
27870 2000-05-10  Jim Meyering  <meyering@lucent.com>
27871
27872         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27873         (close_stdout_set_status): New function.
27874         * lib/closeout.h (close_stdout_set_status): Declare.
27875
27876 2000-05-09  Jim Meyering  <meyering@lucent.com>
27877
27878         * m4/gettext.m4: Rename this...
27879         * m4/libintl.m4: ...to this.
27880
27881 2000-05-08  Jim Meyering  <meyering@lucent.com>
27882
27883         * lib/long-options.c: Don't include closeout.h.
27884         (parse_long_options): Don't call close_stdout for --version.
27885
27886 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27887
27888         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27889         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27890         2.1.3 bug.  This avoids a clash when files like regex.c define
27891         _GNU_SOURCE.
27892
27893 2000-05-06  Jim Meyering  <meyering@lucent.com>
27894
27895         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27896         (AC_REPLACE_FUNCS): Add strnlen.
27897
27898         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27899         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27900
27901         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27902         AC_SEARCH_LIBS call for nanosleep.
27903         (LIB_NANOSLEEP): Set and AC_SUBST.
27904
27905 2000-05-06  Jim Meyering  <meyering@lucent.com>
27906
27907         * lib/strnlen.c: Undefine __strnlen and strnlen.
27908         [!weak_alias]: Define __strnlen to strnlen.
27909
27910         * lib/atexit.c: New file, from libiberty.
27911
27912 2000-05-06  Jim Meyering  <meyering@lucent.com>
27913
27914         * lib/closeout.c (close_stdout_status): Also check for errors on the
27915         stderr stream.
27916
27917 2000-05-05  Jim Meyering  <meyering@lucent.com>
27918
27919         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27920         AC_SEARCH_LIBS call for clock_gettime.
27921         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27922
27923         * m4/search-libs.m4: Update from autoconf.
27924
27925         su doesn't work on Solaris 2.6.
27926         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27927         <shadow.h>.  Reported by Dragos Harabor.
27928
27929 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27930
27931         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27932         memcpy instead of xmalloc, xrealloc, path_concat.
27933         (locale_charset): Treat empty environment variables as absent.
27934         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27935
27936 2000-05-04  Jim Meyering  <meyering@lucent.com>
27937
27938         * lib/getopt.c: Update from glibc.
27939         * lib/obstack.c: Likewise.
27940         * lib/obstack.h: Likewise.
27941         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27942         file
27943
27944         * lib/regex.h: Likewise.
27945         * lib/strndup.c: Likewise.
27946         * lib/strnlen.c: New file, from glibc.
27947
27948 2000-05-03  Jim Meyering  <meyering@lucent.com>
27949
27950         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27951
27952 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27953
27954         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27955         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27956         compile-time test, rather than inspecting host and OS, to
27957         decide whether to define _LARGEFILE_SOURCE.
27958
27959 2000-05-01  Jim Meyering  <meyering@lucent.com>
27960
27961         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27962
27963         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27964         Based on a patch from Bruno Haible.
27965
27966 2000-05-01  Jim Meyering  <meyering@lucent.com>
27967
27968         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27969
27970 2000-04-29  Jim Meyering  <meyering@lucent.com>
27971
27972         * lib/path-concat.c: Declare strdup only if it's not defined.
27973         * lib/canon-host.c: Likewise.
27974
27975 2000-04-28  Jim Meyering  <meyering@lucent.com>
27976
27977         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27978         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27979         is included first, then limits.h is included by locale.h by libintl.h.
27980         From John David Anglin.
27981
27982 2000-04-25  Jim Meyering  <meyering@lucent.com>
27983
27984         * lib/makepath.c (S_IRWXUGO): Define.
27985         (make_path): Always perform explicit chmod if MODE specifies any
27986         of the `special' permission bits.  Prompted by a bug report against
27987         install from Mate Wierdl and Joost van Baal.
27988
27989 2000-04-18  Jim Meyering  <meyering@lucent.com>
27990
27991         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27992         (jm_PREREQ): Use it.
27993
27994 2000-04-18  Jim Meyering  <meyering@lucent.com>
27995
27996         * lib/README: New file.
27997
27998         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27999         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28000
28001 2000-04-17  Jim Meyering  <meyering@lucent.com>
28002
28003         Get it right :-)
28004         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28005         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28006         Suggestion from Akim Demaille.
28007
28008 2000-04-17  Jim Meyering  <meyering@lucent.com>
28009
28010         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28011         the definition of it to rpl_strftime also defined-away the system's
28012         declaration.
28013
28014 2000-04-15  Jim Meyering  <meyering@lucent.com>
28015
28016         Use `C' to denote so-called `contiguous' files, the same way
28017         that tar does.
28018         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28019         (ftypelet): Use S_ISCTG.
28020         From Michael Deutschmann.
28021
28022 2000-04-14  Jim Meyering  <meyering@lucent.com>
28023
28024         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28025         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28026         clobbered.
28027
28028 2000-04-14  Jim Meyering  <meyering@lucent.com>
28029
28030         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28031
28032 2000-04-13  Jim Meyering  <meyering@lucent.com>
28033
28034         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28035         AH_VERBATIM to insert required #ifndef into config.h.in.
28036         Suggestion from Akim Demaille.
28037
28038 2000-04-12  Jim Meyering  <meyering@lucent.com>
28039
28040         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28041         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28042         Christian Krackowizer.
28043
28044         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28045         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28046         (AC_SYS_LARGEFILE): Require.
28047         (AM_C_PROTOTYPES): Require.
28048
28049 2000-04-08  Jim Meyering  <meyering@lucent.com>
28050
28051         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28052         names don't conflict.  Reported by Eli Zaretskii.
28053
28054 2000-04-07  Jim Meyering  <meyering@lucent.com>
28055
28056         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28057         sys/types.h, to work around system header problems on AIX 3.2.5.
28058         From Bruno Haible.
28059
28060 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28061
28062         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28063         bug.  Deal with the different error behavior of Irix iconv.
28064
28065 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28066
28067         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28068         IRIX if the installer said otherwise.
28069
28070 2000-04-05  Jim Meyering  <meyering@lucent.com>
28071
28072         Portability tweaks required for ultrix4.3.
28073         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28074         (jm_CHECK_DECLS): Add getutent to the list of functions.
28075         (_jm_DECL_HEADERS): Add utmpx.h.
28076         From John David Anglin.
28077
28078         * m4/strftime.m4: Back out the 2000-04-02 change.
28079         Instead of that change, simply undefine putenv in the test program.
28080
28081 2000-04-05  Jim Meyering  <meyering@lucent.com>
28082
28083         Portability tweaks required for ultrix4.3.
28084         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28085         getutent.
28086         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28087         * lib/canon-host.c: Declare strdup.
28088         * lib/path-concat.c: Likewise.
28089         From John David Anglin.
28090
28091 2000-04-04  Jim Meyering  <meyering@lucent.com>
28092
28093         Be more DOS 8.3-friendly.
28094         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28095         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28096         * lib/Makefile.am: Reflect renaming.
28097         Reported by Eli Zaretskii.
28098
28099         Use a temporary file name that won't clash with `charset.alias'
28100         in the DOS 8.3 name space.
28101         * lib/Makefile.am (charset_tmp): Define.
28102         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28103         (uninstall-local): Likewise.
28104         Reported by Eli Zaretskii.
28105
28106 2000-04-03  Jim Meyering  <meyering@lucent.com>
28107
28108         * m4/gettext.m4: Fix typo in comment.
28109
28110         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28111         textutils/configure.in).  Suggestion from Paul Eggert.
28112         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28113
28114 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28115
28116         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28117         variable in the shell rather than using putenv, which isn't
28118         portable.  This avoids the configure-time inter-test dependency
28119         on the potentially-renamed putenv function.
28120
28121 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28122
28123         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28124         before checking struct stat.st_blksize, so that
28125         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28126
28127 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28128
28129         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28130         since strftime.c uses HAVE_STRFTIME to decide whether to use
28131         the underlying strftime.
28132
28133 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28134
28135         * lib/time/strftime.c (my_strftime): Make sure we call the system
28136         strftime, not ourselves, when invoking the underlying strftime.
28137
28138 2000-03-24  Jim Meyering  <meyering@lucent.com>
28139
28140         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28141         (charset_alias): Define.
28142         (install-exec-local): Factor out common code.
28143         (uninstall-local): Split lines longer than 80.
28144         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28145         (SUFFIXES): Define.
28146         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28147         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28148
28149 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28150
28151         * lib/config.charset: Output a line containing "Packages using this
28152         file".
28153         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28154         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28155         ref-del.sed): New rules.
28156
28157 2000-03-17  Jim Meyering  <meyering@lucent.com>
28158
28159         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28160         Otherwise, include <strings.h>
28161
28162 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28163
28164         * lib/unicodeio.c (utf8_wctomb): New function.
28165         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28166         format instead of in UCS-4 with platform dependent endianness.
28167
28168 2000-03-10  Jim Meyering  <meyering@lucent.com>
28169
28170         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28171         From Marco Franzen.
28172
28173 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28174
28175         * lib/savedir.c (savedir): Work even if directory size is
28176         negative; this can happen with some screwy NFS configurations.
28177
28178 2000-03-06  Jim Meyering  <meyering@lucent.com>
28179
28180         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28181         if it's NULL (because we ran out of memory).  From Bruno Haible.
28182
28183 2000-03-05  Jim Meyering  <meyering@lucent.com>
28184
28185         * lib/localcharset.c ("path-concat.h"): Include.
28186         (get_charset_aliases): Use path_concat instead of ANSI string
28187         concatenation.
28188
28189         * lib/unicodeio.h (PARAMS): Define.
28190         Use it to guard prototype.
28191
28192 2000-03-04  Jim Meyering  <meyering@lucent.com>
28193
28194         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28195         for lib/localcharset.c.
28196
28197 2000-03-04  Jim Meyering  <meyering@lucent.com>
28198
28199         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28200         installing into it.
28201         (uninstall-local): Uncomment this rule so `make distcheck' works
28202         once again.
28203
28204         * lib/unicodeio.c (<errno.h>): Include it.
28205         (errno): Declare if not defined.
28206
28207         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28208
28209         * lib/config.charset: New version, incorporating remarks from a linux
28210         i18n mailing list.  From Bruno Haible.
28211
28212 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28213
28214         * m4/codeset.m4: New file.
28215         * m4/iconv.m4: New file.
28216         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28217
28218 2000-03-03  Jim Meyering  <meyering@lucent.com>
28219
28220         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28221
28222 2000-03-02  Jim Meyering  <meyering@lucent.com>
28223
28224         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28225         the messages come out on separate lines.
28226
28227         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28228         rather than jm_CHECK_DECLARATIONS.
28229         * m4/decl.m4: Remove now-unused file.
28230
28231         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28232         geteuid.
28233
28234 2000-03-02  Jim Meyering  <meyering@lucent.com>
28235
28236         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28237
28238 2000-03-01  Jim Meyering  <meyering@lucent.com>
28239
28240         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28241         * lib/unicodeio.c: Likewise.
28242
28243 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28244
28245         * lib/config.charset: New file.
28246         * lib/localcharset.c: New file.
28247         * lib/unicodeio.h, lib/unicodeio.c: New files.
28248         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28249         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28250         (noinst_HEADERS): Add unicodeio.h.
28251         (all-local, install-exec-local, charset.alias): New targets.
28252
28253 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28254
28255         * lib/quotearg.c (ALERT_CHAR): New macro.
28256         (quotearg_buffer_restyled): Use it.
28257
28258 2000-02-27  Jim Meyering  <meyering@lucent.com>
28259
28260         * m4/check-decl.m4: Add getenv to the list.
28261
28262 2000-02-27  Jim Meyering  <meyering@lucent.com>
28263
28264         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28265         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28266
28267         * lib/backupfile.c: Guard inclusion of stdlib.h with
28268         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28269         Declare malloc if needed.
28270
28271         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28272         `#ifndef HAVE_DECL..'
28273         now that autoconf always defines the HAVE_DECL_ symbols.
28274         * lib/human.c: Likewise.
28275         * lib/same.c: Likewise.
28276         * lib/strtoumax.c: Likewise.
28277
28278         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28279         declaration check was not run.
28280         * lib/hash.c: Likewise.
28281         * lib/human.c: Likewise.
28282         * lib/same.c: Likewise.
28283         * lib/strtoumax.c: Likewise.
28284
28285         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28286         `.', then first look up the entire `.'-containing string as a login
28287         name.
28288
28289 2000-02-23  Jim Meyering  <meyering@lucent.com>
28290
28291         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28292         in place of my hack.
28293
28294 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28295
28296         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28297         (textint): New typedef.
28298         (parser_control): Member year changed from int to textint.
28299         All uses changed.
28300         (YYSTYPE): Removed; replaced by %union with int and textint members.
28301         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28302         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28303         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28304         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28305         (date, number, to_year): Use width of number in digits, not its value,
28306         to determine whether it's a 2-digit year, or a 2-digit time.
28307         (yylex): Store number of digits of numeric tokens.
28308         Reported by John Kendall.
28309
28310         (parser_control): Changed from struct parser_control to typedef (for
28311         consistency).  All uses changed.
28312
28313         (tID): Removed; not used.
28314         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28315
28316 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28317
28318         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28319         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28320
28321 2000-02-12  Jim Meyering  <meyering@lucent.com>
28322
28323         * lib/userspec.c (ISDIGIT): Define it.
28324         (isdigit): Remove definition.
28325         (is_number): Use ISDIGIT, not isdigit.
28326         <libintl.h>: Include.
28327         (_ and N_): Define.
28328         (parse_user_spec): Mark translatable strings.
28329
28330 2000-02-10  Jim Meyering  <meyering@lucent.com>
28331
28332         With these changes, nanosleep.[ch] are finally enough like the other
28333         lib/* replacement files to compile on a few more losing systems.
28334
28335         * lib/nanosleep.h: Don't include config.h.
28336         Remove prototype from declaration of nanosleep.
28337         (PARAMS): Remove now-unneeded definition.
28338         * lib/nanosleep.c: #undef nanosleep.
28339         (rpl_nanosleep): Rename from nanosleep.
28340
28341 2000-02-10  Jim Meyering  <meyering@lucent.com>
28342
28343         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28344         gnu_nanosleep to rpl_nanosleep.
28345
28346 2000-02-09  Jim Meyering  <meyering@lucent.com>
28347
28348         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28349         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28350
28351 2000-02-08  Akim Demaille  <akim@epita.fr>
28352
28353         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28354         `[' and `]' and remove uses of `changequote'.
28355         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28356         (AC_SYS_LARGEFILE): Likewise.
28357         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28358         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28359         of changequote.
28360         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28361         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28362         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28363         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28364
28365 2000-02-05  Jim Meyering  <meyering@lucent.com>
28366
28367         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28368         Remove explicit use of AC_HEADER_TIME.  It is required by
28369         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28370         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28371         in autoconf whereby the expansion of the latter ended up preceding
28372         the expansion of its prerequisite, AC_HEADER_TIME.
28373         Reported by Volker Borchert.
28374
28375 2000-02-03  Jim Meyering  <meyering@lucent.com>
28376
28377         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28378
28379 2000-02-03  Jim Meyering  <meyering@lucent.com>
28380
28381         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28382         rather than with `#if HAVE_UTMPNAME'.
28383
28384 2000-02-02  Jim Meyering  <meyering@lucent.com>
28385
28386         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28387         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28388         Reported by Eli Zaretskii.
28389
28390 2000-02-01  Jim Meyering  <meyering@lucent.com>
28391
28392         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28393
28394 2000-01-31  Jim Meyering  <meyering@lucent.com>
28395
28396         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28397         functions.  Add the time.h and sys/time.h headers along with the
28398         AC_REQUIRE'ment of AC_HEADER_TIME.
28399
28400 2000-01-31  Jim Meyering  <meyering@lucent.com>
28401
28402         * lib/nanosleep.h (nanosleep): Guard declaration with
28403         `#if ! HAVE_DECL_NANOSLEEP'.
28404         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28405         the declaration in that vendor's sys/timers.h.
28406         Reported by Christian Krackowizer.
28407
28408         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28409         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28410         (ISPRINT): Likewise.
28411         Reported by Tom Tromey.
28412
28413 2000-01-30  Jim Meyering  <meyering@lucent.com>
28414
28415         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28416
28417         * m4/prereq.m4 (utmp_includes): Define.
28418         Check for ut_user and ut_name members in both struct utmpx
28419         and struct utmp.
28420
28421 2000-01-30  Jim Meyering  <meyering@lucent.com>
28422
28423         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28424         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28425         header files where only utmpx.ut_user is declared.
28426
28427         * lib/readutmp.h (UT_USER): Define.
28428
28429 2000-01-29  Jim Meyering  <meyering@lucent.com>
28430
28431         * m4/lib-check.m4: New file containing library-related checks from
28432         fileutils and sh-utils (textutils had none).
28433
28434 2000-01-28  Jim Meyering  <meyering@lucent.com>
28435
28436         * m4/perl.m4: Change format of warning message to look more like that
28437         from the missing script.  Suggestion from François Pinard.
28438
28439 2000-01-25  Jim Meyering  <meyering@lucent.com>
28440
28441         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28442         well as time.h in the compile check.
28443         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28444         Fix typo in cross-compiling case: s/yes/no/.
28445
28446 2000-01-23  Jim Meyering  <meyering@lucent.com>
28447
28448         * m4/jm-macros.m4: Move df-related tests here from
28449         fileutils/configure.in
28450
28451         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28452         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28453
28454         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28455         s/space/ac_fsusage_space/.
28456         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28457
28458         * m4/ftruncate.m4: New file (derived from part of
28459         fileutils/configure.in).
28460         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28461         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28462
28463         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28464         AC_SUBST these here, rather than just in sh-util/configure.in, so
28465         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28466         all the same.
28467         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28468         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28469         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28470         (AC_SUBST(POW_LIBM)): Likewise.
28471         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28472
28473 2000-01-23  Jim Meyering  <meyering@lucent.com>
28474
28475         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28476         obstack.c.
28477
28478 2000-01-22  Jim Meyering  <meyering@lucent.com>
28479
28480         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28481
28482         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28483
28484         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28485         configure.in
28486         (AC_CHECK_HEADERS): Likewise for sh-utils.
28487         (AC_CHECK_HEADERS): Likewise for textutils.
28488         Merge the three lists of headers.
28489
28490         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28491         from fileutils' configure.in.
28492
28493         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28494         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28495         check-decl.m4.
28496
28497         * m4/check-decl.m4: Use #if rather than #ifdef.
28498         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28499         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28500         (_jm_DECL_HEADERS): Define new function.
28501         (jm_CHECK_DECLARATIONS): Require it.
28502
28503 2000-01-22  Jim Meyering  <meyering@lucent.com>
28504
28505         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28506         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28507         Required for some AIX systems.  Reported by Christian Krackowizer.
28508         [TESTING] (main): New function.
28509
28510         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28511         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28512         letters.
28513
28514         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28515         iswprint.
28516
28517         * lib/strverscmp.c (ISDIGIT): Define.
28518         (strverscmp): Use ISDIGIT, not isdigit.
28519
28520 2000-01-19  Jim Meyering  <meyering@lucent.com>
28521
28522         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28523         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28524         defines `struct timespec' in <sys/time.h>
28525
28526         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28527         Thanks to Akim for explaining.
28528
28529 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28530
28531         * lib/nanosleep.c (nanosleep):
28532         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28533         POSIX.1 doesn't require SA_INTERRUPT and some systems
28534         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28535         it's been part of POSIX.1 since day 1 (in 1988).
28536
28537 2000-01-17  Jim Meyering  <meyering@lucent.com>
28538
28539         * lib/interlock: Remove unused file.  Reported by François Pinard.
28540
28541 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28542
28543         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28544         alert, backslash, formfeed, and vertical tab unnecessarily in
28545         shell quoting style.
28546
28547 2000-01-16  Jim Meyering  <meyering@lucent.com>
28548
28549         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28550         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28551         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28552         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28553
28554 2000-01-16  Jim Meyering  <meyering@lucent.com>
28555
28556         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28557         because the latter didn't work.
28558
28559 2000-01-15  Jim Meyering  <meyering@lucent.com>
28560
28561         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28562         (AC_REPLACE_FUNCS): Add memcpy and memset.
28563         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28564         Add strpbrk.
28565         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28566
28567 2000-01-12  Jim Meyering  <meyering@lucent.com>
28568
28569         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28570         (jm_PREREQ): Use it.
28571         (jm_PREREQ_READUTMP): New macro.
28572         (jm_PREREQ): Use it.
28573
28574 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28575
28576         Quote multibyte characters correctly.
28577         * m4/c-bs-a.m4: New file.
28578         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28579         (jm_PREREQ): Use it.
28580
28581 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28582
28583         * m4/uintmax_t.m4: Port to autoconf 2.13.
28584
28585 2000-01-08  Jim Meyering  <meyering@ascend.com>
28586
28587         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28588         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28589
28590 2000-01-04  Jim Meyering  <meyering@ascend.com>
28591
28592         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28593         jm_STRUCT_DIRENT_D_TYPE.
28594         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28595         jm_STRUCT_DIRENT_D_INO.
28596         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28597         jm_STRUCT_UTIMBUF.
28598         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28599         renamings.
28600         * m4/utime.m4: Likewise.
28601
28602         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28603         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28604
28605 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28606
28607         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28608         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28609
28610 2000-01-02  Jim Meyering  <meyering@ascend.com>
28611
28612         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28613         remember if this is necessary.
28614
28615 1999-12-26  Jim Meyering  <meyering@ascend.com>
28616
28617         * m4/jm-macros.m4: Use it here.
28618         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28619
28620 1999-12-23  Jim Meyering  <meyering@ascend.com>
28621
28622         * m4/jm-macros.m4: Check for clock_gettime (moved from
28623         fileutils/configure.in)
28624         Check for gettimeofday.
28625
28626 1999-12-20  Jim Meyering  <meyering@ascend.com>
28627
28628         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28629         autoconf-2.14a-1999-12-20.
28630
28631 1999-12-19  Jim Meyering  <meyering@ascend.com>
28632
28633         * m4/lstat-slash.m4: New file.
28634         * m4/jm-macros.m4: Use the new macro:
28635         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28636
28637 1999-12-07  Jim Meyering  <meyering@ascend.com>
28638
28639         * m4/perl.m4: Require that File::Compare be available, too.
28640         Too many systems seem to lack it.
28641
28642         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28643         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28644
28645 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28646
28647         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28648         problem with the QNX 4.25 shell, which doesn't propagate exit
28649         status of failed commands inside shell assignments.
28650
28651 1999-11-17  Jim Meyering  <meyering@ascend.com>
28652
28653         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28654
28655 1999-11-07  Jim Meyering  <meyering@ascend.com>
28656
28657         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28658
28659 1999-11-06  Jim Meyering  <meyering@ascend.com>
28660
28661         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28662         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28663
28664 1999-11-05  Jim Meyering  <meyering@ascend.com>
28665
28666         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28667         configure.in of textutils, fileutils, and sh-utils into this one
28668         (shared between those packages) file.
28669         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28670         AC_STRUCT_ST_BLKSIZE.
28671
28672 1999-11-03  Jim Meyering  <meyering@ascend.com>
28673
28674         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28675         of AC_CHECK_TYPE checks includes unistd.h.
28676         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28677         Suggestion from Akim Demaille.
28678
28679 1999-10-30  Jim Meyering  <meyering@ascend.com>
28680
28681         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28682         m4-quoted string.
28683         * m4/ls-mntd-fs.m4: Likewise.
28684         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28685         * m4/jm-winsz1.m4: Likewise.
28686
28687         * m4/const.m4: Remove file, since the fix made it into the experimental
28688         version of autoconf.
28689         * m4/mktime.m4: Likewise.
28690
28691         * m4/check-type.m4: Remove file, now that the latest version of
28692         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28693
28694         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28695         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28696         AC_CHECK_TYPE.
28697
28698 1999-10-04  Jim Meyering  <meyering@ascend.com>
28699
28700         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28701
28702 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28703
28704         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28705         2.95.1 bug with HP-UX 10.20.
28706
28707 1999-09-17  Jim Meyering  <meyering@ascend.com>
28708
28709         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28710         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28711         due to missing strdup (against sh-utils-2.0).
28712
28713 1999-08-29  Jim Meyering  <meyering@ascend.com>
28714
28715         * m4/jm-macros.m4: Require jm_BISON.
28716         * m4/bison.m4: New file.
28717
28718 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28719
28720         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28721         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28722
28723 1999-08-05  Jim Meyering  <meyering@ascend.com>
28724
28725         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28726         to avoid conflicts with `conftest' on 8+3 filesystems.
28727         Suggestion from Eli Zaretskii.
28728
28729 1999-08-04  Jim Meyering  <meyering@ascend.com>
28730
28731         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28732         fileutils and sh-utils (textutils's getline test was inadequate).
28733         (AM_FUNC_GETLINE): Run this test.
28734         (AC_CHECK_FUNCS): Check for getdelim.
28735         Reported by Bob Proulx.
28736
28737 1999-08-02  Jim Meyering  <meyering@ascend.com>
28738
28739         * m4/jm-macros.m4: Add a comment.
28740
28741 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28742
28743         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28744         <inttypes.h> defines strtoumax as a macro (and not as a
28745         function).
28746
28747 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28748
28749         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28750         that we can shift, multiply and divide unsigned long long
28751         values; Ultrix cc can't do it.
28752
28753 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28754
28755         * m4/mktime.m4: New file, which is a preview of what should appear
28756         in the next public autoconf release.
28757
28758 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28759
28760         * m4/lfs.m4: Remove this file.
28761         * m4/largefile.m4: New file.  It contains the old contents of
28762         lfs.m4, except that all names with prefix AC_LFS have been
28763         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28764         compatible with future autoconf versions.  Also, some minor m4
28765         quoting problems have been fixed.
28766
28767 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28768
28769         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28770         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28771         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28772         and simplify the shell code.
28773
28774 1999-08-01  Jim Meyering  <meyering@ascend.com>
28775
28776         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28777         m4.
28778
28779 1999-07-20  Jim Meyering  <meyering@ascend.com>
28780
28781         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28782
28783 1999-07-15  Jim Meyering  <meyering@ascend.com>
28784
28785         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28786
28787 1999-05-22  Jim Meyering  <meyering@ascend.com>
28788
28789         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28790
28791 1999-05-20  Jim Meyering  <meyering@ascend.com>
28792
28793         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28794         Add a colon after each `then' in case $4 is empty.
28795
28796 1999-05-16  Jim Meyering  <meyering@ascend.com>
28797
28798         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28799
28800 1999-05-10  Jim Meyering  <meyering@ascend.com>
28801
28802         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28803
28804         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28805         AC_FUNC_MKTIME.
28806
28807 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28808
28809         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28810
28811 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28812
28813         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28814         not CPPFLAGS, so that linking works correctly in IRIX.
28815
28816 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28817
28818         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28819
28820 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28821
28822         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28823         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28824         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28825         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28826         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28827
28828         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28829
28830 1999-04-20  Jim Meyering  <meyering@ascend.com>
28831
28832         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28833         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28834         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28835
28836 1999-04-18  Jim Meyering  <meyering@ascend.com>
28837
28838         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28839         * m4/jm-macros.m4: Use it.
28840
28841 1999-04-06  Jim Meyering  <meyering@ascend.com>
28842
28843         * m4/strftime.m4: Remove test for %f.
28844
28845 1999-03-29  Jim Meyering  <meyering@ascend.com>
28846
28847         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28848         superset of the AC_TYPE_* checks in the textutils, fileutils,
28849         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28850         AC_TYPE_PID_T.
28851
28852 1999-03-28  Jim Meyering  <meyering@ascend.com>
28853
28854         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28855         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28856         replaced e.g., in the *.sh files of the sh-utils.
28857
28858 1999-03-20  Jim Meyering  <meyering@ascend.com>
28859
28860         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28861         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28862         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28863
28864 1999-03-19  Jim Meyering  <meyering@ascend.com>
28865
28866         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28867
28868 1999-03-12  Jim Meyering  <meyering@ascend.com>
28869
28870         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28871
28872 1999-03-07  Jim Meyering  <meyering@ascend.com>
28873
28874         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28875         declared.
28876
28877 1999-02-17  Jim Meyering  <meyering@ascend.com>
28878
28879         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28880         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28881
28882 1999-02-07  Jim Meyering  <meyering@ascend.com>
28883
28884         * m4/group-member.m4: New file -- extracted from sh-utils'
28885         configure.in.
28886
28887         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28888         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28889
28890 1999-02-06  Jim Meyering  <meyering@ascend.com>
28891
28892         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28893         * m4/fnmatch.m4: Likewise.
28894         * m4/getgroups.m4: Likewise.
28895         * m4/lstat.m4: Likewise.
28896         * m4/malloc.m4: Likewise.
28897         * m4/putenv.m4: Likewise.
28898         * m4/realloc.m4: Likewise.
28899         * m4/regex.m4: Likewise.
28900         * m4/stat.m4: Likewise.
28901         * m4/strftime.m4: Likewise.
28902         Suggestion from Alain Magloire.
28903
28904         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28905         * m4/fnmatch.m4: Likewise.
28906         * m4/getgroups.m4: Likewise.
28907         * m4/getline.m4: Likewise.
28908         * m4/lstat.m4: Likewise.
28909         * m4/malloc.m4: Likewise.
28910         * m4/memcmp.m4: Likewise.
28911         * m4/putenv.m4: Likewise.
28912         * m4/realloc.m4: Likewise.
28913         * m4/regex.m4: Likewise.
28914         * m4/stat.m4: Likewise.
28915         * m4/strftime.m4: Likewise.
28916         Suggestion from Alain Magloire.
28917
28918         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28919         an argument.
28920
28921         * m4/regex.m4: Add a run-time Test for proper operation of
28922         re_compile_pattern.
28923
28924 1999-01-31  Jim Meyering  <meyering@ascend.com>
28925
28926         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28927
28928 1999-01-30  Jim Meyering  <meyering@ascend.com>
28929
28930         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28931
28932         * m4/jm-mktime.m4: Make this a wrapper around the official
28933         AM_FUNC_MKTIME rather than my private copy, now that the official one
28934         is up to date.
28935         * m4/mktime.m4: Remove file.
28936
28937         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28938         * m4/uptime.m4: Likewise.
28939         * m4/uintmax_t.m4: Likewise.
28940
28941 1999-01-28  Jim Meyering  <meyering@ascend.com>
28942
28943         * m4/jm-macros.m4: Use jm_AFS.
28944         * m4/afs.m4: New file (from fileutils' configure.in).
28945
28946         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28947         * m4/chown.m4: Likewise.
28948         * m4/d-ino.m4: Likewise.
28949         * m4/d-type.m4: Likewise.
28950         * m4/fnmatch.m4: Likewise.
28951         * m4/getgroups.m4: Likewise.
28952         * m4/gettext.m4: Likewise.
28953         * m4/jm-mktime.m4: Likewise.
28954         * m4/jm-winsz2.m4: Likewise.
28955         * m4/lcmessage.m4: Likewise.
28956         * m4/ls-mntd-fs.m4: Likewise.
28957         * m4/malloc.m4: Likewise.
28958         * m4/memcmp.m4: Likewise.
28959         * m4/putenv.m4: Likewise.
28960         * m4/realloc.m4: Likewise.
28961         * m4/st_mtim.m4: Likewise.
28962         * m4/strftime.m4: Likewise.
28963
28964 1999-01-16  Jim Meyering  <meyering@ascend.com>
28965
28966         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28967         (ARGMATCH_DIE_DECL): Define.
28968
28969 1999-01-12  Jim Meyering  <meyering@ascend.com>
28970
28971         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28972         Reported by Lars Hecking.
28973
28974 1999-01-10  Jim Meyering  <meyering@ascend.com>
28975
28976         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28977         gross kludge.
28978         * m4/inttypes_h.m4: Likewise.
28979         * m4/lstat.m4: Likewise.
28980         * m4/malloc.m4: Likewise.
28981         * m4/readdir.m4: Likewise.
28982         * m4/realloc.m4: Likewise.
28983         * m4/st_dm_mode.m4: Likewise.
28984         * m4/stat.m4: Likewise.
28985         * m4/utimbuf.m4: Likewise.
28986         * m4/utimes.m4: Likewise.
28987
28988         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28989         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28990         comments in config.h.in are meaningful.
28991
28992         * m4/jm-macros.m4: Require autoconf-2.13 here.
28993
28994         * m4/regex.m4: By default, don't use the included regex.c on systems
28995         with glibc 2.  Suggestion from Uli Drepper.
28996
28997 1999-01-02  Jim Meyering  <meyering@ascend.com>
28998
28999         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29000
29001 1998-12-18  Jim Meyering  <meyering@ascend.com>
29002
29003         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29004         Based on a suggestion from Lars Hecking.
29005
29006 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29007
29008         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29009
29010 1998-11-16  Jim Meyering  <meyering@ascend.com>
29011
29012         * m4/lfs.m4: Double-quote the `uname...` expression.
29013
29014 1998-11-14  Jim Meyering  <meyering@ascend.com>
29015
29016         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29017         * m4/stat.m4: Likewise.
29018
29019 1998-11-03  Jim Meyering  <meyering@ascend.com>
29020
29021         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29022         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29023
29024 1998-10-18  Jim Meyering  <meyering@ascend.com>
29025
29026         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29027
29028 1998-10-17  Jim Meyering  <meyering@ascend.com>
29029
29030         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29031         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29032         calls for those previously hard-coded headers.  Instead, take a new
29033         parameter.
29034         (jm_CHECK_DECLARATIONS): Reflect interface change.
29035         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29036         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29037
29038         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29039
29040 1998-10-14  Jim Meyering  <meyering@ascend.com>
29041
29042         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29043         instead of "TZ=America/Vancouver".  From Paul Eggert.
29044
29045 1998-10-11  Jim Meyering  <meyering@ascend.com>
29046
29047         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29048         This adds a test for a recently added compatibility fix for mktime.c.
29049         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29050
29051 1998-09-27  Jim Meyering  <meyering@ascend.com>
29052
29053         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29054
29055         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29056         ../configure.in, including a change from Gordon Matzigkeit to allow
29057         cross-compiling for the Hurd.
29058
29059         * m4/glibc.m4: New file/macro to test for the GNU C Library
29060         versions 1 and 2.  From Gordon Matzigkeit.
29061         Indent.
29062
29063 1998-09-21  Jim Meyering  <meyering@ascend.com>
29064
29065         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29066
29067 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29068
29069         Port nanosecond-resolution times to UnixWare 2.1.2 and
29070         pedantic Solaris 2.6.
29071
29072         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29073         AC_STRUCT_ST_MTIM.
29074         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29075         Generate name of ns member, instead of just 1 or undef.
29076         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29077
29078 1998-08-15  Jim Meyering  <meyering@ascend.com>
29079
29080         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29081         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29082         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29083         instead of jm_TYPE_SSIZE_T.
29084
29085 1998-08-12  Jim Meyering  <meyering@ascend.com>
29086
29087         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29088
29089 1998-08-02  Jim Meyering  <meyering@ascend.com>
29090
29091         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29092         in acconfig.h manually.
29093
29094 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29095
29096         * m4/st_mtim.m4: New file.
29097
29098 1998-07-28  Jim Meyering  <meyering@ascend.com>
29099
29100         * m4/utimes.m4: Undef stat.
29101
29102 1998-07-25  Jim Meyering  <meyering@ascend.com>
29103
29104         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29105         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29106
29107 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29108
29109         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29110         uid and gid actually remain unchanged.
29111
29112 1998-07-07  Jim Meyering  <meyering@ascend.com>
29113
29114         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29115
29116 1998-07-04  Jim Meyering  <meyering@ascend.com>
29117
29118         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29119         to prove that this macro can be used in packages without regex.c.
29120
29121 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29122
29123         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29124         is to be used.
29125
29126 1998-07-03  Jim Meyering  <meyering@ascend.com>
29127
29128         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29129
29130         * m4/gettext.m4: New file -- from gettext-0.10.35.
29131         * m4/lcmessage.m4: Likewise.
29132         * m4/progtest.m4: Likewise.
29133
29134         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29135         * m4/jm-macros.m4: Require the new macro.
29136
29137 1998-06-29  Jim Meyering  <meyering@ascend.com>
29138
29139         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29140         for the definition of NGROUPS (used in a system header included
29141         by sys/mount.h).
29142
29143 1998-06-28  Jim Meyering  <meyering@ascend.com>
29144
29145         * m4/ls-mntd-fs.m4: New file.
29146         * m4/fstypename.m4: New file.
29147
29148         * m4/jm-macros.m4: Require the new macro.
29149         * m4/jm-glibc-io.m4: New file.
29150
29151 1998-05-19  Jim Meyering  <meyering@ascend.com>
29152
29153         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29154         * m4/lchown.m4: New file.
29155
29156         * m4/Makefile.am.in: New file.
29157         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29158
29159 1998-05-14  Jim Meyering  <meyering@ascend.com>
29160
29161         * m4/Makefile.am (EXTRA_DIST): Add them.
29162         * m4/jm-macros.m4: New file.
29163         * m4/utimbuf.m4: New file.
29164
29165 1998-05-12  Jim Meyering  <meyering@ascend.com>
29166
29167         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29168
29169 1998-05-11  Jim Meyering  <meyering@ascend.com>
29170
29171         * m4/isc-posix.m4: New file.
29172
29173 1998-05-10  Jim Meyering  <meyering@ascend.com>
29174
29175         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29176
29177 1998-05-09  Jim Meyering  <meyering@ascend.com>
29178
29179         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29180         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29181         with automake.
29182
29183         * m4/ssize_t.m4: New file.
29184         * m4/mktime.m4: Remove file -- the new automake has this now.
29185
29186 1998-04-26  Jim Meyering  <meyering@ascend.com>
29187
29188         * m4/assert.m4: New file.
29189         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29190
29191 1998-04-05  Jim Meyering  <meyering@ascend.com>
29192
29193         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29194         (jm_PREREQ): Use it here.
29195
29196 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29197
29198         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29199         in acconfig.h.
29200
29201 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29202
29203         * m4/prereq.m4: New file.
29204         * m4/error.m4: New file.
29205         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29206
29207 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29208
29209         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29210         cache-check for the same variable -- that defeated the purpose of
29211         the test; the test program was never run.  This was a problem only
29212         on systems with losing getline functions -- HP-UX 10.20 is one.
29213         Reported by Bjorn Helgaas.
29214
29215 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29216
29217         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29218
29219 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29220
29221         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29222
29223         * m4/const.m4: New file.  Use an initializer in this declaration
29224         typedef int charset[2]; const charset x;
29225         Reported by Bob Glickstein.
29226
29227 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29228
29229         * m4/chown.m4: Fix reversed types on -1 args to chown.
29230         From Kaveh Ghazi.
29231
29232 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29233
29234         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29235         Add lseek and memchr.
29236
29237         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29238         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29239         have a 20-character limit on names.
29240
29241 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29242
29243         * m4/inttypes_h.m4: New file.
29244         * m4/uintmax_t.m4: New file.
29245         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29246
29247 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29248   Free Software Foundation, Inc.
29249 Copying and distribution of this file, with or without modification,
29250 are permitted provided the copyright notice and this notice are preserved.