Classify a few new modules.
[gnulib.git] / ChangeLog
1 2007-03-31  Bruno Haible  <bruno@clisp.org>
2
3         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
4         (Mathematics <math.h>): New section, add fpieee.
5         (Input/output <stdio.h>): Add fseterr.
6         (Mathematics <math.h>): New section, add printf-frexp.
7         (Container data structures): Add sublist.
8         (Core language properties): Add fpucw, inline.
9         (Functions for greatest-width integer types <inttypes.h>): Add
10         imaxabs, imaxdiv, inttypes.
11         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
12         isnanl-nolibm, ldexp.
13         (Mathematics <math.h>): New section, add printf-frexpl.
14         (Support for systems lacking POSIX:2001): Add fprintf-posix,
15         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
16         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
18         (Unicode string functions): Add unistr/u*-mbtoucr.
19         (Java): Add javacomp-script, javaexec-script.
20         (C#): Add csharpcomp-script, csharpexec-script.
21         (Support for building libraries and executables): Add havelib,
22         relocatable-*.
23         (Support for maintaining and releasing projects): Renamed from
24         'Support for maintaining and release projects'. Add announce-gen.
25
26 2007-03-31  Bruno Haible  <bruno@clisp.org>
27
28         * README: Talk primarily about git.
29         (git and CVS): Renamed from CVS.
30         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
31         gnulib is available through git.
32         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
33
34 2007-03-30  Bruno Haible  <bruno@clisp.org>
35
36         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
37         * lib/poll_.h: Likewise.
38         * lib/stat_.h: Likewise.
39         * lib/sys_time_.h: Likewise.
40         * lib/sysexit_.h: Likewise.
41         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
42         * lib/stdbool_.h: Likewise.
43         * lib/byteswap_.h: Add double-inclusion guard.
44
45 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
46
47         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
48
49 2007-03-30  Karl Berry  <karl@gnu.org>
50
51         * config/srclist-update: double space after USA in the license
52         substitution, since that's how it's usually (?) written.
53
54 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
55
56         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
57         reported by Bruno Haible.
58
59 2007-03-29  Bruno Haible  <bruno@clisp.org>
60
61         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
62         a bug in AIX iconv().
63
64 2007-03-29  Bruno Haible  <bruno@clisp.org>
65
66         * modules/ldexpl-tests: New file.
67         * tests/test-ldexpl.c: New file.
68
69 2007-03-29  Bruno Haible  <bruno@clisp.org>
70
71         * lib/ldexpl.c: Include fpucw.h.
72         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
73         multiplication.
74         * modules/ldexpl (Depends-on): Add fpucw.
75
76 2007-03-29  Bruno Haible  <bruno@clisp.org>
77
78         * modules/ldexpl: New file.
79         * m4/ldexpl.m4: New file.
80         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
81         set.
82         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
83         REPLACE_LDEXPL.
84         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
85         REPLACE_LDEXPL.
86         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
87         gl_FUNC_LDEXPL_WORKS.
88         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
89         * modules/mathl (Files): Remove lib/ldexpl.c.
90         (Depends-on): Add ldexpl.
91
92 2007-03-29  Bruno Haible  <bruno@clisp.org>
93
94         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
95
96 2007-03-29  Bruno Haible  <bruno@clisp.org>
97
98         * tests/test-striconveh.c (main): Don't assume that a direct conversion
99         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
100         and possibly also HP-UX.
101         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
102         work on AIX, IRIX, HP-UX, OSF/1.
103         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
104         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
105         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
106         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
107         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
108         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
109
110 2007-03-29  Bruno Haible  <bruno@clisp.org>
111
112         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
113
114 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
115
116         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
117         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
118
119 2007-03-29  Eric Blake  <ebb9@byu.net>
120
121         * lib/acl-internal.h: Remove redundant include.
122         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
123         Cygwin when a file is locked.
124
125 2007-03-29  Bruno Haible  <bruno@clisp.org>
126
127         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
128         file.
129         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
130
131 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
132
133         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
134         try to remove a parent directory if the child couldn't be removed
135         (except for the first rmdir, which could fail because the child
136         doesn't exist).  Problem reported by Jeff Blaine in
137         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
138
139 2007-03-28  Bruno Haible  <bruno@clisp.org>
140
141         * lib/striconveh.c (utf8conv_carefully): New function.
142         (mem_cd_iconveh_internal): Invoke it.
143
144 2007-03-28  Bruno Haible  <bruno@clisp.org>
145
146         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
147         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
148         input.
149         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
150         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
151         unistr/u8-uctomb.
152
153 2007-03-28  Bruno Haible  <bruno@clisp.org>
154
155         * modules/unistr/u8-mbtoucr: New file.
156         * lib/unistr/u8-mbtoucr.c: New file.
157         * modules/unistr/u16-mbtoucr: New file.
158         * lib/unistr/u16-mbtoucr.c: New file.
159         * modules/unistr/u16-mbtoucr: New file.
160         * lib/unistr/u16-mbtoucr.c: New file.
161         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
162
163 2007-03-27  Simon Josefsson  <simon@josefsson.org>
164             Bruno Haible  <bruno@clisp.org>
165
166         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
167         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
168         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
169
170         * m4/stdio_h.m4: Add stubs for vasprintf too.
171
172         * modules/stdio: Support vasprintf in sed command.
173
174         * modules/vasprintf: Depend on stdio for prototypes.  Remove
175         vasprintf.h.  Add stdio module indicator.
176
177         * lib/stdio_.h: Declare asprintf and vasprintf, based on
178         vasprintf.h.
179
180         * lib/vasprintf.h: File removed.
181
182         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
183         * lib/vasprintf.c: Ditto.
184         * lib/xvasprintf.c: Ditto.
185         * tests/test-vasprintf-posix.c: Ditto.
186         * tests/test-vasprintf.c: Ditto.
187
188 2007-03-27  Bruno Haible  <bruno@clisp.org>
189
190         Make vasnprintf multithread-safe.
191         * lib/vasnprintf.c (decimal_point_char): New function.
192         (VASNPRINTF): Use it.
193         Suggested by Simon Josefsson.
194
195 2007-03-27  Eric Blake  <ebb9@byu.net>
196
197         Support sub-second birthtime on cygwin.
198         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
199         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
200         (get_stat_birthtime): Also work with st_birthtim.
201
202 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
203
204         * lib/stat-time.h (USE_BIRTHTIME): Remove.
205         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
206         (get_stat_birthtime_ns): Do not try to use "spare" fields.
207         (get_stat_birthtime_ns): Simplify compile-time tests.
208         (get_stat_birthtime): Change the API to look like
209         get_stat_mtime etc., except return a negative tv_nsec on error.
210         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
211         Don't check for "spare" fields.
212         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
213         or for struct stat.st_birthtime, as these tests aren't used.
214         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
215
216 2007-03-27  Bruno Haible  <bruno@clisp.org>
217
218         * lib/stat-time.h: Include <sys/stat.h>.
219
220 2007-03-27  James Youngman  <jay@gnu.org>
221
222         * lib/stat-time.h (get_stat_birthtime): New function for
223           retrieving st_birthtime as provided by UFS2 (hence *BSD).
224         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
225           and its variants.
226         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
227         * modules/stat-time-test: New file.
228         * tests/test-stat-time.c: New test, devised by Bruno Haible.
229
230 2007-03-26  Bruno Haible  <bruno@clisp.org>
231
232         Better support of signalling NaNs.
233         * lib/atanl.c: Include isnanl.h.
234         (atanl): Perform test for NaN at the beginning of the function and
235         through a call to isnanl.
236         * lib/cosl.c: Include isnanl.h.
237         (cosl): Perform test for NaN at the beginning of the function and
238         through a call to isnanl.
239         * lib/ldexpl.c: Include isnanl.h.
240         (ldexpl): Perform test for NaN through a call to isnanl.
241         * lib/logl.c: Include isnanl.h.
242         (logl): Perform test for NaN at the beginning of the function and
243         through a call to isnanl.
244         * lib/sinl.c: Include isnanl.h.
245         (sinl): Perform test for NaN at the beginning of the function and
246         through a call to isnanl.
247         * lib/sqrtl.c: Include isnanl.h.
248         (sqrtl): Perform test for NaN at the beginning of the function and
249         through a call to isnanl.
250         * lib/tanl.c: Include isnanl.h.
251         (tanl): Perform test for NaN at the beginning of the function and
252         through a call to isnanl.
253         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
254         * modules/mathl (Depends-on): Add isnanl.
255
256 2007-03-26  Eric Blake  <ebb9@byu.net>
257
258         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
259         regression in logic sense of previous patch.
260
261 2007-03-26  Bruno Haible  <bruno@clisp.org>
262
263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
264         unportable shell command "if ! ...".
265         Reported by Ralf Wildenhues.
266
267 2007-03-25  Bruno Haible  <bruno@clisp.org>
268
269         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
270         <sysexits.h> file, and only add EX_CONFIG.
271         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
272         absolute file name and whether it is sufficient. Substitute also
273         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
274         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
275         ABSOLUTE_SYSEXITS_H into sysexits.h.
276
277 2007-03-25  Bruno Haible  <bruno@clisp.org>
278
279         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
280         hints is NULL.
281
282 2007-03-25  Bruno Haible  <bruno@clisp.org>
283
284         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
285         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
286
287 2007-03-25  Bruno Haible  <bruno@clisp.org>
288
289         * lib/vasnprintf.c: Include langinfo.h.
290         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
291         multithread-safe.
292         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
293         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
294         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
295         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
296         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
297         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
298         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
299         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
300         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
301         Reported by Simon Josefsson.
302
303 2007-03-25  Bruno Haible  <bruno@clisp.org>
304
305         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
306         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
307         * modules/vasnprintf (Depends-on): Add stdint.
308
309 2007-03-25  Bruno Haible  <bruno@clisp.org>
310
311         * modules/fpieee: New file.
312         * m4/fpieee.m4: New file.
313         * modules/isnan-nolibm (Depends-on): Add fpieee.
314         * modules/isnanl-nolibm (Depends-on): Add fpieee.
315         * modules/isnanl (Depends-on): Add fpieee.
316
317 2007-03-25  Bruno Haible  <bruno@clisp.org>
318
319         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
320
321 2007-03-25  Bruno Haible  <bruno@clisp.org>
322
323         Avoid test failures on IRIX 6.5.
324         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
325         (main): Use it.
326         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
327         macros.
328         (main): Use them.
329
330 2007-03-25  Bruno Haible  <bruno@clisp.org>
331
332         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
333         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
334         exists but doesn't work.
335         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
336         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
337         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
338         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
339
340 2007-03-25  Bruno Haible  <bruno@clisp.org>
341
342         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
343         returns inf. Needed on IRIX 6.5.
344
345 2007-03-25  Bruno Haible  <bruno@clisp.org>
346
347         * tests/test-frexpl.c: Include isnanl-nolibm.h.
348         (main): Use isnanl instead of x != x idiom.
349         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
350
351         * tests/test-frexp.c: Include isnan.h.
352         (main): Use isnan instead of x != x idiom.
353         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
354
355 2007-03-25  Bruno Haible  <bruno@clisp.org>
356
357         * tests/test-frexp.c (NaN): New function/macro.
358         (main): Use it instead of 0.0 / 0.0.
359         * tests/test-isnan.c (NaN): New function/macro.
360         (main): Use it instead of 0.0 / 0.0.
361         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
362         (test_function): Use it instead of 0.0 / 0.0.
363         * tests/test-vasprintf-posix.c (NaN): New function/macro.
364         (test_function): Use it instead of 0.0 / 0.0.
365         * tests/test-snprintf-posix.h (NaN): New function/macro.
366         (test_function): Use it instead of 0.0 / 0.0.
367         * tests/test-sprintf-posix.h (NaN): New function/macro.
368         (test_function): Use it instead of 0.0 / 0.0.
369         * tests/test-fprintf-posix.h (NaN): New function/macro.
370         (test_function): Use it instead of 0.0 / 0.0.
371         * tests/test-printf-posix.h (NaN): New function/macro.
372         (test_function): Use it instead of 0.0 / 0.0.
373
374         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
375
376 2007-03-25  Bruno Haible  <bruno@clisp.org>
377
378         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
379
380 2007-03-25  Bruno Haible  <bruno@clisp.org>
381
382         * lib/regexec.c (merge_state_with_log): Make static.
383
384 2007-03-25  Bruno Haible  <bruno@clisp.org>
385
386         * lib/trigl.c (kernel_rem_pio2): Make static.
387
388 2007-03-25  Bruno Haible  <bruno@clisp.org>
389
390         * lib/sincosl.c (sincosl_table): Make static.
391
392 2007-03-25  Bruno Haible  <bruno@clisp.org>
393
394         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
395         if the compiler does not support C99.
396
397 2007-03-25  Bruno Haible  <bruno@clisp.org>
398
399         * modules/time (Makefile.am): Ensure all rule action lines start with a
400         tab.
401
402 2007-03-24  Bruno Haible  <bruno@clisp.org>
403
404         * modules/tsearch-tests: New file.
405         * tests/test-tsearch.sh: New file.
406         * tests/test-tsearch.c: New file, mostly copied from glibc.
407
408         * modules/search-tests: New file.
409         * tests/test-search.c: New file.
410
411         * modules/search: New file.
412         * lib/search_.h: New file, incorporating lib/tsearch.h.
413         * m4/search_h.m4: New file.
414         * lib/tsearch.h: Remove file.
415         * lib/tsearch.c: Include search.h instead of tsearch.h.
416         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
417         HAVE_TSEARCH.
418         * modules/tsearch (Files): Remove lib/tsearch.h.
419         (Depends-on): Add search.
420         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
421         (Include): Change tsearch.h into search.h.
422
423 2007-03-24  Bruno Haible  <bruno@clisp.org>
424
425         * modules/fpucw: New file.
426         * lib/fpucw.h: New file.
427         * lib/frexp.c: Include fpucw.h.
428         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
429         (FUNC): Use them.
430         * lib/printf-frexp.c: Include fpucw.h.
431         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
432         (FUNC): Use them.
433         * lib/vasnprintf.c: Include fpucw.h.
434         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
435         'long double' calculations.
436         * tests/test-frexpl.c: Include fpucw.h.
437         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
438         * tests/test-printf-frexpl.c: Include fpucw.h.
439         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
440         * modules/frexpl (Depends-on): Add fpucw.
441         * modules/printf-frexpl (Depends-on): Likewise.
442         * modules/fprintf-posix (Depends-on): Likewise.
443         * modules/snprintf-posix (Depends-on): Likewise.
444         * modules/sprintf-posix (Depends-on): Likewise.
445         * modules/vasnprintf-posix (Depends-on): Likewise.
446         * modules/vasprintf-posix (Depends-on): Likewise.
447         * modules/vfprintf-posix (Depends-on): Likewise.
448         * modules/vsnprintf-posix (Depends-on): Likewise.
449         * modules/vsprintf-posix (Depends-on): Likewise.
450         * modules/frexpl-tests (Depends-on): Likewise.
451         * modules/printf-frexpl-tests (Depends-on): Likewise.
452
453 2007-03-24  Bruno Haible  <bruno@clisp.org>
454
455         * lib/float+.h: New file.
456         * lib/isnan.c: Include float+.h.
457         (SIZE): New macro.
458         (FUNC): Compare only SIZE bytes of the value.
459         * lib/vasnprintf.c: Include float+.h.
460         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
461         SIZEOF_LDBL or SIZEOF_DBL bytes.
462         * modules/isnan-nolibm (Files): Add lib/float+.h.
463         * modules/isnanl-nolibm (Files): Add lib/float+.h.
464         * modules/isnanl (Files): Add lib/float+.h.
465         * modules/vasnprintf (Files): Add lib/float+.h.
466
467 2007-03-24  Bruno Haible  <bruno@clisp.org>
468
469         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
470         include isnanl-nolibm.h.
471
472 2007-03-24  Bruno Haible  <bruno@clisp.org>
473
474         * tests/test-read-file.c (main): Don't produce spurious output for
475         expected situations. Make the test fail if it encountered unexpected
476         results.
477
478 2007-03-24  Bruno Haible  <bruno@clisp.org>
479
480         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
481         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
482
483 2007-03-24  Bruno Haible  <bruno@clisp.org>
484
485         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
486
487 2007-03-24  Bruno Haible  <bruno@clisp.org>
488
489         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
490         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
491
492         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
493         * modules/utf8-ucs4: Turn into a symbolic link to module
494         unistr/u8-mbtouc.
495
496         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
497         utf8-ucs4-unsafe.
498         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
499         unistr/u8-mbtouc-unsafe.
500
501         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
502         * modules/utf16-ucs4: Turn into a symbolic link to module
503         unistr/u16-mbtouc.
504
505         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
506         utf16-ucs4-unsafe.
507         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
508         unistr/u16-mbtouc-unsafe.
509
510         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
511         * modules/ucs4-utf8: Turn into a symbolic link to module
512         unistr/u8-ubtomb.
513
514         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
515         * modules/ucs4-utf16: Turn into a symbolic link to module
516         unistr/u16-ubtomb.
517
518 2007-03-24  Bruno Haible  <bruno@clisp.org>
519
520         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
521         Enable the function only if HAVE_INLINE.
522         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
523         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
524         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
525         Enable the function only if HAVE_INLINE.
526         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
527         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
528         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
529         Enable the function only if HAVE_INLINE.
530         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
531         Enable the function only if HAVE_INLINE.
532         * modules/utf8-ucs4: Update.
533         * modules/utf8-ucs4-unsafe: Update.
534         * modules/utf16-ucs4: Update.
535         * modules/utf16-ucs4-unsafe: Update.
536         * modules/ucs4-utf8: Update.
537         * modules/ucs4-utf16: Update.
538
539 2007-03-24  Bruno Haible  <bruno@clisp.org>
540
541         * lib/utf8-ucs4.h: Remove file.
542         * lib/utf8-ucs4-unsafe.h: Remove file.
543         * lib/utf16-ucs4.h: Remove file.
544         * lib/utf16-ucs4-unsafe.h: Remove file.
545         * lib/ucs4-utf8.h: Remove file.
546         * lib/ucs4-utf16.h: Remove file.
547         * lib/unistr.h: Include their previous contents.
548         * m4/utf-ucs4.m4: Remove file.
549         * m4/ucs4-utf.m4: Remove file.
550         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
551         (Depends-on): Add unistr/base.
552         (configure.ac): Remove gl_UTF_UCS4.
553         (Makefile.am): Update.
554         (Include): Change to unistr.h.
555         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
556         (Depends-on): Add unistr/base.
557         (configure.ac): Remove gl_UTF_UCS4.
558         (Makefile.am): Update.
559         (Include): Change to unistr.h.
560         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
561         (Depends-on): Add unistr/base.
562         (configure.ac): Remove gl_UTF_UCS4.
563         (Makefile.am): Update.
564         (Include): Change to unistr.h.
565         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.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/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
571         (Depends-on): Add unistr/base.
572         (configure.ac): Remove gl_UCS4_UTF.
573         (Makefile.am): Update.
574         (Include): Change to unistr.h.
575         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
576         (Depends-on): Add unistr/base.
577         (configure.ac): Remove gl_UCS4_UTF.
578         (Makefile.am): Update.
579         (Include): Change to unistr.h.
580         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
581         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
582         utf8-ucs4-unsafe.h.
583         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
584         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
585         utf16-ucs4-unsafe.h.
586         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
587         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
588         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
589         * lib/unistr/u8-strchr.c: Likewise.
590         * lib/unistr/u8-strrchr.c: Likewise.
591         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
592         * lib/unistr/u16-strchr.c: Likewise.
593         * lib/unistr/u16-strrchr.c: Likewise.
594         * lib/striconveh.c: Update.
595         * lib/linebreak.c: Update.
596
597 2007-03-24  Bruno Haible  <bruno@clisp.org>
598
599         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
600         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
601
602 2007-03-22  Bruno Haible  <bruno@clisp.org>
603
604         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
605
606 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
607
608         * MODULES.html.sh (File system functions): New module write-any-file.
609         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
610         * m4/write-any-file.m4: New files.
611
612 2007-03-23  Eric Blake  <ebb9@byu.net>
613
614         * gnulib-tool: Rearrange space-tab sequences, since some editors
615         like to eat them.
616
617 2007-03-23  Eric Blake  <ebb9@byu.net>
618
619         * lib/version-etc.c (version_etc_va): Update license wording to
620         be more concise.  Recommended by Richard Stallman.
621
622 2007-03-22  Bruno Haible  <bruno@clisp.org>
623
624         * lib/poll.c (MSG_PEEK): New fallback definition.
625
626 2007-03-22  Bruno Haible  <bruno@clisp.org>
627
628         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
629         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
630         (main): Update.
631         Fixes a compilation error on BeOS.
632
633 2007-03-22  Bruno Haible  <bruno@clisp.org>
634
635         * modules/frexpl-tests: New file.
636         * tests/test-frexpl.c: New file.
637
638         * modules/frexpl: New file.
639         * m4/frexpl.m4: New file.
640         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
641         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
642         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
643         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
644         (Depends-on): Add frexpl. Remove isnanl-nolibm.
645         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
646
647 2007-03-22  Bruno Haible  <bruno@clisp.org>
648
649         * lib/frexpl.c: Share code with lib/frexp.c.
650         * modules/mathl (Files): Add lib/frexp.c.
651         (Depends-on): Add isnanl-nolibm.
652
653 2007-03-22  Bruno Haible  <bruno@clisp.org>
654
655         * modules/printf-frexp (Files): Add m4/frexp.m4.
656         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
657         only if the found frexp function actually works.
658
659 2007-03-22  Bruno Haible  <bruno@clisp.org>
660
661         * lib/frexp.c: Remove older implementation that uses divisions.
662
663 2007-03-21  Bruno Haible  <bruno@clisp.org>
664
665         * modules/frexp-tests: New file.
666         * tests/test-frexp.c: New file.
667
668         * modules/frexp: New file.
669         * lib/frexp.c: New file.
670         * m4/frexp.m4: New file.
671         * lib/math_.h (frexp): New declaration.
672         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
673         REPLACE_FREXP.
674         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
675
676 2007-03-21  Bruno Haible  <bruno@clisp.org>
677
678         * modules/isnanl-tests: New file.
679         * tests/test-isnanl.c: New file.
680
681         * modules/isnanl: New file.
682         * lib/isnanl.h: New file.
683         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
684         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
685         gl_FUNC_ISNANL_WORKS.
686         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
687         New macros.
688
689 2007-03-21  Bruno Haible  <bruno@clisp.org>
690
691         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
692         lib/isnanl.h.
693         (Include): Update.
694         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
695         * lib/vasnprintf.c: Update.
696         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
697         tests/test-isnanl.h, remove tests/test-isnanl.c.
698         (Makefile.am): Update.
699         * tests/test-isnanl-nolibm.c: New file.
700         * tests/test-isnanl.h: New file.
701         * tests/test-isnanl.c: Remove file.
702
703 2007-03-21  Jim Meyering  <jim@meyering.net>
704
705         When trying to open ".", treat ESTALE like EACCES.
706         * lib/savewd.c (savewd_save): Resort to forking not just upon
707         failure with EACCES, but also when errno is ESTALE.
708
709 2007-03-20  Bruno Haible  <bruno@clisp.org>
710
711         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
712         Needed on AIX 5.1. Reported by Matthew Woehlke.
713
714 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
715
716         Suggestions by Bruno Haible:
717         * lib/acl-internal.h: Include "gettext.h" rather than rolling
718         our own.
719         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
720         * modules/acl (Depends-on): Add gettext.
721
722 2007-03-19  Bruno Haible  <bruno@clisp.org>
723
724         * modules/iconvme: Remove file.
725         * lib/iconvme.h: Remove file.
726         * lib/iconvme.c: Remove file.
727         * m4/iconvme.m4: Remove file.
728
729 2007-03-19  Bruno Haible  <bruno@clisp.org>
730
731         * doc/relocatable-maint.texi: Break long shell script line.
732         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
733
734 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
735
736         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
737         handle file_has_acl.
738         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
739         * lib/acl.c: Move header inclusions and related macro defns into
740         lib/acl-internal.h.
741         (S_ISLNK): Remove defn, since that's now done for us.
742         (file_has_acl): Move to lib/file-has-acl.c.
743         Call acl_trivial if available.  This is the crucial part of the fix.
744         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
745         shared within the library.  Rewrite a bit, partly to make it compatible
746         with the GNU coding style.
747         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
748         Remove unnecessary double-quotes.
749         Don't test for acl_to_text; the build will catch that.
750         Replace acl_entries if it doesn't exist and it is needed.
751         Check for -lsec and acl_trivial (as used on Solaris 10).
752         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
753         lib/file-has-acl.c.
754         (Depends-on): Add sys_stat, for S_ISLNK.
755
756 2007-03-19  Ben Pfaff  <blp@gnu.org>
757
758         * doc/gnulib.texi: Fix typos.
759         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
760
761 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
762
763         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
764         If size is zero here, buf must be zero.
765
766 2007-03-19  Simon Josefsson  <simon@josefsson.org>
767
768         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
769         <bruno@clisp.org>.
770
771 2007-03-18  Bruno Haible  <bruno@clisp.org>
772
773         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
774         Suggested by Eric Blake.
775
776 2007-03-18  Ben Pfaff  <blp@gnu.org>
777
778         * doc/relocatable.texi: Recommend using as prefix a directory
779         that does not exist and will never be created.  Based on
780         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
781         and others.
782
783 2007-03-17  Bruno Haible  <bruno@clisp.org>
784
785         * lib/fchownat.c: Include lchown.h.
786
787 2007-03-17  Bruno Haible  <bruno@clisp.org>
788
789         Fix endless loop when the given allocated size was > INT_MAX.
790         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
791         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
792         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
793         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
794         * lib/sprintf.c (sprintf): Likewise.
795
796 2007-03-17  Bruno Haible  <bruno@clisp.org>
797
798         * tests/test-argp-2.sh (func_compare): Output a context diff.
799
800 2007-03-17  Bruno Haible  <bruno@clisp.org>
801
802         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
803         locale's decimal-point character.
804
805 2007-03-17  Bruno Haible  <bruno@clisp.org>
806
807         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
808         before comparing it. Needed because on some platforms (e.g. x86) a
809         'long double' occupies less bytes than sizeof (long double).
810
811 2007-03-17  Bruno Haible  <bruno@clisp.org>
812
813         * tests/test-crc.c (main): Make printf statements 64-bit clean.
814         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
815         * tests/test-getaddrinfo.c (simple): Likewise.
816         * tests/test-read-file.c (main): Likewise.
817
818 2007-03-17  Bruno Haible  <bruno@clisp.org>
819
820         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
821
822 2007-03-17  Bruno Haible  <bruno@clisp.org>
823
824         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
825         unused variable.
826
827 2007-03-17  Bruno Haible  <bruno@clisp.org>
828
829         * tests/test-c-strcasecmp.c: Include c-strcase.h.
830         * tests/test-c-strncasecmp.c: Likewise.
831
832 2007-03-17  Bruno Haible  <bruno@clisp.org>
833
834         * modules/stdlib (Depends-on): Add unistd.
835         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
836         Needed for MacOS X 10.3.
837
838 2007-03-17  Bruno Haible  <bruno@clisp.org>
839
840         * lib/unistr/u-strdup.h: Include <stdlib.h>.
841
842 2007-03-17  Bruno Haible  <bruno@clisp.org>
843
844         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
845
846 2007-03-17  Bruno Haible  <bruno@clisp.org>
847
848         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
849         to reflect files copied from gnulib (with or without modifications).
850         Suggested by Jim Meyering.
851
852 2007-03-17  Eric Blake  <ebb9@byu.net>
853
854         * NEWS: Document stdlib change from 2007-02-18.
855
856 2007-03-17  Jim Meyering  <jim@meyering.net>
857
858         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
859         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
860         someone uses a name containing shell meta-characters.
861         Reported by Alfred M. Szmidt.
862
863         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
864
865 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
866
867         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
868         and copy gettext configuration files only if configure.ac contains
869         a use of AM_GNU_GETTEXT_VERSION.
870
871 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
872
873         * build-aux/bootstrap (gnulib_name): New variable.
874         (gnulib_tool_options): Use it.
875
876 2007-03-13  Simon Josefsson  <simon@josefsson.org>
877
878         * tests/test-des.c: Use new namespace.
879
880 2007-03-15  Bruno Haible  <bruno@clisp.org>
881
882         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
883         Reported by James Youngman <jay@gnu.org>.
884
885 2007-03-15  Bruno Haible  <bruno@clisp.org>
886
887         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
888         declared prototype. Needed with cc on OSF/1 5.1.
889
890 2007-03-15  Bruno Haible  <bruno@clisp.org>
891
892         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
893         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
894         (struct gl_list_implementation): Add dispose_fn argument to the
895         'create_empty', 'create' methods.
896         (struct gl_list_impl_base): Add field 'dispose_fn'.
897         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
898         argument.
899         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
900         dispose_fn argument.
901         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
902         dispose_fn on the dropped values.
903         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
904         dispose_fn argument.
905         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
906         dropped values.
907         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
908         (gl_tree_remove_node): Call dispose_fn on the dropped value.
909         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
910         (gl_tree_remove_node): Call dispose_fn on the dropped value.
911         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
912         argument.
913         (gl_tree_list_free): Call dispose_fn on the dropped values.
914         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
915         the dropped values.
916         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
917         Add dispose_fn argument.
918         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
919         Call dispose_fn on the dropped values.
920         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
921         Add dispose_fn argument.
922         (gl_sublist_create): Initialize the 'dispose_fn' field.
923         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
924         * tests/test-array_list.c (main): Update.
925         * tests/test-carray_list.c (main): Update.
926         * tests/test-avltree_list.c (main): Update.
927         * tests/test-rbtree_list.c (main): Update.
928         * tests/test-avltreehash_list.c (main): Update.
929         * tests/test-rbtreehash_list.c (main): Update.
930         * tests/test-linked_list.c (main): Update.
931         * tests/test-linkedhash_list.c (main): Update.
932         * tests/test-array_oset.c (main): Update.
933
934 2007-03-15  Bruno Haible  <bruno@clisp.org>
935
936         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
937         (gl_oset_create_empty): Add dispose_fn argument.
938         (struct gl_oset_implementation): Add dispose_fn argument to
939         'create_empty' method.
940         (struct gl_oset_impl_base): Add dispose_fn field.
941         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
942         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
943         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
944         values.
945         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
946         (gl_tree_oset_free): Call dispose_fn on the dropped values.
947         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
948         dropped value.
949         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
950         dropped value.
951         * tests/test-array_oset.c (main): Update.
952         * tests/test-avltree_oset.c (main): Update.
953         * tests/test-rbtree_oset.c (main): Update.
954         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
955
956 2007-03-13  Bruno Haible  <bruno@clisp.org>
957
958         * tests/test-stdbool.c (i): Update after last patch.
959
960 2007-03-12  Bruno Haible  <bruno@clisp.org>
961
962         * lib/quotearg.c: Include <wctype.h> early, before the definition of
963         the iswprint macro. Needed on Solaris 2.5.1.
964
965 2007-03-12  Bruno Haible  <bruno@clisp.org>
966
967         * tests/test-printf-frexp.c (main): Declare x as volatile.
968
969 2007-03-12  Simon Josefsson  <simon@josefsson.org>
970
971         * doc/gnulib.texi (Build robot for gnulib): New section.
972
973 2007-03-12  Jim Meyering  <jim@meyering.net>
974
975         * build-aux/bootstrap: New file.
976         * build-aux/bootstrap.conf: New file, from coreutils.
977
978 2007-03-11  Bruno Haible  <bruno@clisp.org>
979
980         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
981
982 2007-03-12  Simon Josefsson  <simon@josefsson.org>
983
984         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
985         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
986         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
987
988 2007-03-11  Bruno Haible  <bruno@clisp.org>
989
990         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
991         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
992
993 2007-03-11  Bruno Haible  <bruno@clisp.org>
994
995         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
996         formula. Needed for SunPRO C 5.0.
997
998 2007-03-11  Bruno Haible  <bruno@clisp.org>
999
1000         * modules/long-options (Depends-on): Add getopt.
1001
1002 2007-03-11  Bruno Haible  <bruno@clisp.org>
1003
1004         * modules/modechange (Depends-on): Add stdbool.
1005
1006 2007-03-11  Bruno Haible  <bruno@clisp.org>
1007
1008         * modules/i-ring (Depends-on): Add stdbool.
1009
1010 2007-03-11  Bruno Haible  <bruno@clisp.org>
1011
1012         * modules/gc-des (Depends-on): Add stdbool.
1013
1014 2007-03-11  Bruno Haible  <bruno@clisp.org>
1015
1016         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1017
1018 2007-03-11  Bruno Haible  <bruno@clisp.org>
1019
1020         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1021
1022 2007-03-11  Bruno Haible  <bruno@clisp.org>
1023
1024         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1025
1026 2007-03-11  Bruno Haible  <bruno@clisp.org>
1027
1028         * lib/vasnprintf.c (sprintf): Undefine.
1029
1030 2007-03-11  Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1033         initializers in SunPRO C and Compaq C compilers.
1034
1035 2007-03-11  Bruno Haible  <bruno@clisp.org>
1036
1037         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1038         decrementing code ANSI C compliant.
1039
1040 2007-03-11  Bruno Haible  <bruno@clisp.org>
1041
1042         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1043         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1044
1045 2007-03-11  Bruno Haible  <bruno@clisp.org>
1046
1047         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1048         <stdbool.h> substitute doesn't pass.
1049
1050 2007-03-11  Bruno Haible  <bruno@clisp.org>
1051
1052         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1053
1054 2007-03-11  Bruno Haible  <bruno@clisp.org>
1055
1056         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1057         script, for submission to autobuild.josefsson.org.
1058
1059 2007-03-10  Bruno Haible  <bruno@clisp.org>
1060
1061         * modules/canonicalize-lgpl-tests: New file.
1062         * tests/test-canonicalize-lgpl.sh: New file.
1063         * tests/test-canonicalize-lgpl.c: New file.
1064
1065         * modules/c-strcase-tests: New file.
1066         * tests/test-c-strcase.sh: New file.
1067         * tests/test-c-strcasecmp.c: New file.
1068         * tests/test-c-strncasecmp.c: New file.
1069
1070         * modules/atexit-tests: New file.
1071         * tests/test-atexit.sh: New file.
1072         * tests/test-atexit.c: New file.
1073
1074 2007-03-10  Bruno Haible  <bruno@clisp.org>
1075
1076         * tests/test-binary-io.sh: Use temporary filenames that are not so
1077         likely to clash with those of other tests (in a parallel make).
1078         * tests/test-binary-io.c: Likewise.
1079
1080 2007-03-10  Bruno Haible  <bruno@clisp.org>
1081
1082         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1083         fallback; use #error instead.
1084         Suggested by Simon Josefsson.
1085
1086 2007-03-10  Bruno Haible  <bruno@clisp.org>
1087
1088         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1089         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1090         first and the last.
1091
1092 2007-03-10  Bruno Haible  <bruno@clisp.org>
1093
1094         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1095
1096 2007-03-10  Bruno Haible  <bruno@clisp.org>
1097
1098         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1099         "make distcheck".
1100         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1101         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1102         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1103
1104 2007-03-10  Bruno Haible  <bruno@clisp.org>
1105
1106         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1107         variable.
1108         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1109         variable.
1110
1111 2007-03-09  Eric Blake  <ebb9@byu.net>
1112         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1113
1114         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1115         types are not being provided by gnulib.
1116         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1117         types are supported.
1118
1119 2007-03-10  Bruno Haible  <bruno@clisp.org>
1120
1121         * lib/stdio_.h (__attribute__): New macro.
1122         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1123         vsprintf): Specify __attribute__ __format__ for GCC.
1124         Suggested by Eric Blake.
1125
1126 2007-03-09  Bruno Haible  <bruno@clisp.org>
1127
1128         * modules/printf-posix-tests: New file.
1129         * tests/test-printf-posix.sh: New file.
1130         * tests/test-printf-posix.c: New file.
1131
1132         * modules/printf-posix: New file.
1133         * lib/printf.c: New file.
1134         * m4/printf-posix-rpl.m4: New file.
1135         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1136         REPLACE_PRINTF.
1137         * lib/stdio_.h (printf): New declaration.
1138         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1139         ____strfmon____): New macros.
1140         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1141         REPLACE_PRINTF.
1142
1143 2007-03-09  Bruno Haible  <bruno@clisp.org>
1144
1145         * tests/test-vasnprintf-posix2.sh: New file.
1146         * tests/test-vasnprintf-posix2.c: New file.
1147         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1148         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1149         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1150
1151         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1152         a locale dependent decimal point, rather than always '.'.
1153
1154 2007-03-09  Eric Blake  <ebb9@byu.net>
1155
1156         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1157         spite of platforms like Tandem/NSK that define it to -1.
1158
1159 2007-03-08  Bruno Haible  <bruno@clisp.org>
1160
1161         * modules/vprintf-posix-tests: New file.
1162         * tests/test-vprintf-posix.sh: New file.
1163         * tests/test-vprintf-posix.c: New file.
1164         * tests/test-printf-posix.h: New file.
1165
1166         * modules/vprintf-posix: New file.
1167         * lib/vprintf.c: New file.
1168         * m4/vprintf-posix.m4: New file.
1169         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1170         REPLACE_VPRINTF.
1171         * lib/stdio_.h (vprintf): New declaration.
1172         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1173         REPLACE_VPRINTF.
1174
1175 2007-03-08  Bruno Haible  <bruno@clisp.org>
1176
1177         * modules/fprintf-posix-tests: New file.
1178         * tests/test-fprintf-posix.sh: New file.
1179         * tests/test-fprintf-posix.c: New file.
1180
1181         * modules/fprintf-posix: New file.
1182         * lib/fprintf.c: New file.
1183         * m4/fprintf-posix.m4: New file.
1184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1185         REPLACE_FPRINTF.
1186         * lib/stdio_.h (fprintf): New declaration.
1187         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1188         REPLACE_FPRINTF.
1189
1190 2007-03-08  Bruno Haible  <bruno@clisp.org>
1191
1192         * modules/vfprintf-posix-tests: New file.
1193         * tests/test-vfprintf-posix.sh: New file.
1194         * tests/test-vfprintf-posix.c: New file.
1195         * tests/test-fprintf-posix.h: New file.
1196         * tests/test-fprintf-posix.out: New file.
1197
1198         * modules/vfprintf-posix: New file.
1199         * lib/vfprintf.c: New file.
1200         * m4/vfprintf-posix.m4: New file.
1201         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1202         REPLACE_VFPRINTF.
1203         * lib/stdio_.h (vfprintf): New declaration.
1204         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1205         REPLACE_VFPRINTF.
1206
1207 2007-03-08  Bruno Haible  <bruno@clisp.org>
1208
1209         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1210
1211 2007-03-08  Bruno Haible  <bruno@clisp.org>
1212
1213         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1214         instead of 'expr' invocations.
1215         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1216         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1217         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1218         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1219         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1220         Suggested by Paul Eggert.
1221
1222 2007-03-08  Bruno Haible  <bruno@clisp.org>
1223
1224         * modules/fseterr-tests: New file.
1225         * tests/test-fseterr.c: New file.
1226
1227         * modules/fseterr: New file.
1228         * lib/fseterr.h: New file.
1229         * lib/fseterr.c: New file.
1230
1231 2007-03-08  Bruno Haible  <bruno@clisp.org>
1232
1233         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1234         * lib/getopt_.h: Likewise.
1235         * lib/mbswidth.h: Likewise.
1236         * lib/setenv.h: Likewise.
1237         * lib/vasnprintf.h: Likewise.
1238         * lib/vasprintf.h: Likewise.
1239         * lib/verror.h: Likewise.
1240         * lib/xsetenv.h: Likewise.
1241         * lib/xvasprintf.h: Likewise.
1242
1243 2007-03-08  Jim Meyering  <jim@meyering.net>
1244
1245         * users.txt: Add parted.
1246
1247         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1248
1249 2007-03-07  Bruno Haible  <bruno@clisp.org>
1250
1251         * m4/printf.m4: Make the shell script snippets copy&pastable.
1252
1253 2007-03-02  Bruno Haible  <bruno@clisp.org>
1254
1255         * lib/netinet_in_.h: New file.
1256         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1257         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1258         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1259         (Depends-on): Add absolute-header.
1260         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1261         into netinet/in.h.
1262
1263 2007-03-03  Bruno Haible  <bruno@clisp.org>
1264
1265         * lib/sys_select_.h: New file.
1266         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1267         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1268         * modules/sys_select (Files): Add lib/sys_select_.h.
1269         (Depends-on): Add absolute-header.
1270         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1271         into sys/select.h.
1272
1273 2007-03-02  Bruno Haible  <bruno@clisp.org>
1274
1275         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1276         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1277         values.
1278         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1279         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1280         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1281         * modules/sys_socket (Depends-on): Add absolute-header.
1282         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1283         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1284         (Include): Remove requirement of inclusion of <sys/types.h>.
1285
1286 2007-03-02  Bruno Haible  <bruno@clisp.org>
1287
1288         * lib/byteswap_.h (bswap_32): Fix formula.
1289
1290 2007-03-06  Bruno Haible  <bruno@clisp.org>
1291
1292         * modules/sprintf-posix-tests: New file.
1293         * tests/test-sprintf-posix.c: New file.
1294
1295         * modules/sprintf-posix: New file.
1296         * lib/sprintf.c: New file.
1297         * m4/sprintf-posix.m4: New file.
1298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1299         REPLACE_SPRINTF.
1300         * lib/stdio_.h (sprintf): New declaration.
1301         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1302         REPLACE_SPRINTF.
1303
1304 2007-03-06  Bruno Haible  <bruno@clisp.org>
1305
1306         * modules/vsprintf-posix-tests: New file.
1307         * tests/test-vsprintf-posix.c: New file.
1308         * tests/test-sprintf-posix.h: New file.
1309
1310         * modules/vsprintf-posix: New file.
1311         * lib/vsprintf.c: New file.
1312         * m4/vsprintf-posix.m4: New file.
1313         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1314         REPLACE_VSPRINTF.
1315         * lib/stdio_.h (vsprintf): New declaration.
1316         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1317         REPLACE_VSPRINTF.
1318
1319 2007-03-06  Bruno Haible  <bruno@clisp.org>
1320
1321         * modules/vsnprintf (Depend-on): Remove minmax.
1322
1323 2007-03-06  Bruno Haible  <bruno@clisp.org>
1324
1325         * modules/snprintf-posix-tests: New file.
1326         * tests/test-snprintf-posix.c: New file.
1327
1328         * modules/snprintf-posix: New file.
1329         * m4/snprintf-posix.m4: New file.
1330         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1331         gl_FUNC_SNPRINTF.
1332         (gl_FUNC_SNPRINTF): Invoke it.
1333         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1334         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1335         is set.
1336         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1337
1338 2007-03-06  Bruno Haible  <bruno@clisp.org>
1339
1340         * modules/vsnprintf-posix-tests: New file.
1341         * tests/test-vsnprintf-posix.c: New file.
1342         * tests/test-snprintf-posix.h: New file.
1343
1344         * modules/vsnprintf-posix: New file.
1345         * m4/vsnprintf-posix.m4: New file.
1346         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1347         gl_FUNC_VSNPRINTF.
1348         (gl_FUNC_VSNPRINTF): Invoke it.
1349         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1350         * lib/stdio_.h (vsnprintf): Define as a replacement if
1351         REPLACE_VSNPRINTF is set.
1352         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1353
1354 2007-03-06  Bruno Haible  <bruno@clisp.org>
1355
1356         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1357         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1358
1359 2007-03-06  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1362         (asinl): Declare also if HAVE_DECL_ASINL is set.
1363         (atanl): Declare also if HAVE_DECL_ATANL is set.
1364         (ceill): Declare also if HAVE_DECL_CEILL is set.
1365         (cosl): Declare also if HAVE_DECL_COSL is set.
1366         (expl): Declare also if HAVE_DECL_EXPL is set.
1367         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1368         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1369         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1370         (logl): Declare also if HAVE_DECL_LOGL is set.
1371         (sinl): Declare also if HAVE_DECL_SINL is set.
1372         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1373         (tanl): Declare also if HAVE_DECL_TANL is set.
1374         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1375         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1376         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1377         declaration of frexpl, ldexpl.
1378         * modules/printf-frexpl (Depends-on): Add math.
1379         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1380
1381 2007-03-05  Bruno Haible  <bruno@clisp.org>
1382
1383         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1384         frexpl and ldexpl are declared.
1385         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1386
1387 2007-03-05  Bruno Haible  <bruno@clisp.org>
1388
1389         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1390         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1391
1392 2007-03-05  Bruno Haible  <bruno@clisp.org>
1393
1394         * lib/stdio_.h: Include <stddef.h>.
1395
1396 2007-03-05  Bruno Haible  <bruno@clisp.org>
1397
1398         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1399
1400 2007-03-05  Bruno Haible  <bruno@clisp.org>
1401
1402         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1403         NetBSD 4, from Ralf Wildenhues.
1404
1405 2007-03-04  Bruno Haible  <bruno@clisp.org>
1406
1407         * lib/vasprintf.h: Update #if logic for the case when the functions
1408         exist but are overridden.
1409
1410 2007-03-04  Bruno Haible  <bruno@clisp.org>
1411
1412         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1413         implementations: glibc-2.4 and MacOS X 10.3.
1414         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1415         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1416         * tests/test-vasprintf-posix.c (test_function): Likewise.
1417
1418 2007-03-04  Bruno Haible  <bruno@clisp.org>
1419
1420         * modules/vasprintf-posix-tests: New file.
1421         * tests/test-vasprintf-posix.c: New file.
1422
1423         * modules/vasprintf-posix: New file.
1424         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1425         defined.
1426         * m4/vasprintf-posix.m4: New file.
1427         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1428         gl_FUNC_VASPRINTF.
1429         (gl_FUNC_VASPRINTF): Invoke it.
1430         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1431         here.
1432         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1433
1434 2007-03-04  Bruno Haible  <bruno@clisp.org>
1435
1436         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1437         REPLACE_GETTIMEOFDAY.
1438         * modules/sys_time (Makefile.am): Likewise.
1439         * m4/sys_time_h.m4: Likewise.
1440         * m4/gettimeofday.m4: Likewise.
1441
1442 2007-03-04  Bruno Haible  <bruno@clisp.org>
1443
1444         * modules/vasnprintf-posix-tests: New file.
1445         * tests/test-vasnprintf-posix.c: New file.
1446
1447         * modules/vasnprintf-posix: New file.
1448         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1449         printf-frexpl.h.
1450         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1451         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1452         REPLACE_VASNPRINTF is defined.
1453         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1454         gl_FUNC_VASNPRINTF.
1455         (gl_FUNC_VASNPRINTF): Invoke it.
1456         * m4/vasnprintf-posix.m4: New file.
1457         * m4/printf.m4: New file.
1458
1459 2007-03-04  Bruno Haible  <bruno@clisp.org>
1460
1461         Compile progreloc.c only if --enable-relocatable is specified.
1462         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1463         if --enable-relocatable was specified.
1464         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1465         lib_SOURCES.
1466
1467 2007-03-04  Jim Meyering  <jim@meyering.net>
1468
1469         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1470         Use it consistently, rather than enumerating errno constants.
1471
1472 2007-03-04  Bruno Haible  <bruno@clisp.org>
1473
1474         * modules/xvasprintf-tests: New file.
1475         * tests/test-xvasprintf.c: New file.
1476
1477         * modules/vasprintf-tests: New file.
1478         * tests/test-vasprintf.c: New file.
1479
1480         * modules/vasnprintf-tests: New file.
1481         * tests/test-vasnprintf.c: New file.
1482
1483         * modules/vsnprintf-tests: New file.
1484         * tests/test-vsnprintf.c: New file.
1485
1486         * modules/snprintf-tests: New file.
1487         * tests/test-snprintf.c: New file.
1488
1489 2007-03-04  Bruno Haible  <bruno@clisp.org>
1490
1491         Compile relocatable.c only if --enable-relocatable is specified.
1492         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1493         gl_RELOCATABLE_LIBRARY.
1494         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1495         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1496         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1497         gl_RELOCATABLE_LIBRARY.
1498         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1499         (Makefile.am): Remove lib_SOURCES.
1500         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1501         gl_RELOCATABLE_LIBRARY.
1502         (Makefile.am): Remove lib_SOURCES.
1503         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1504         always.
1505         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1506         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1507
1508 2007-03-04  Bruno Haible  <bruno@clisp.org>
1509
1510         * modules/argmatch-tests: New file.
1511         * tests/test-argmatch.c: New file.
1512
1513         * tests/test-allocsa.c (main): Halve the number of loop runs.
1514
1515         * modules/alloca-opt-tests: New file.
1516         * tests/test-alloca-opt.c: New file.
1517
1518 2007-03-04  Jim Meyering  <jim@meyering.net>
1519
1520         Work around difference between Linux ACLs and Solaris 10 ZFS.
1521         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1522         for EINVAL.
1523
1524 2007-03-03  Bruno Haible  <bruno@clisp.org>
1525
1526         * modules/relocatable-prog (Depends-on): Add back progreloc's
1527         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1528
1529 2007-03-03  Bruno Haible  <bruno@clisp.org>
1530
1531         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1532         * modules/relocatable-lib: New file.
1533
1534 2007-03-03  Bruno Haible  <bruno@clisp.org>
1535
1536         * modules/relocatable-prog: Renamed from modules/relocatable.
1537         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1538
1539 2007-03-03  Bruno Haible  <bruno@clisp.org>
1540
1541         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1542         m4/relocatable-lib.m4.
1543         (Depends-on): Remove 'relocatable'.
1544         (configure.ac): Add gl_RELOCATABLE_NOP.
1545
1546 2007-03-03  Bruno Haible  <bruno@clisp.org>
1547
1548         * modules/relocatable-prog-wrapper: New file.
1549         * modules/relocatable (Depends-on): Add it. Remove all other
1550         dependencies except progname.
1551         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1552
1553         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1554         (gl_FUNC_STRERROR): Nop.
1555         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1556
1557         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1558         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1559
1560         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1561         (gl_FUNC_READLINK): Update.
1562
1563         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1564
1565 2007-03-03  Bruno Haible  <bruno@clisp.org>
1566
1567         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1568         * modules/xreadlink (Depends-on): Add unistd.
1569         * modules/xreadlink-with-size (Depends-on): Likewise.
1570
1571 2007-03-03  Bruno Haible  <bruno@clisp.org>
1572
1573         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1574         extracted from gt_FUNC_SETENV.
1575         (gt_FUNC_SETENV): Remove macro.
1576         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1577         remove gt_FUNC_SETENV.
1578
1579 2007-03-03  Bruno Haible  <bruno@clisp.org>
1580
1581         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1582         ENABLE_RELOCATABLE here.
1583         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1584
1585 2007-03-03  Bruno Haible  <bruno@clisp.org>
1586
1587         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1588         * tests/test-rbtreehash_list.c: Include progname.h.
1589         (main): Call set_program_name.
1590
1591         * modules/rbtree-oset-tests (Depends-on): Add progname.
1592         * tests/test-rbtree_oset.c: Include progname.h.
1593         (main): Call set_program_name.
1594
1595         * modules/rbtree-list-tests (Depends-on): Add progname.
1596         * tests/test-rbtree_list.c: Include progname.h.
1597         (main): Call set_program_name.
1598
1599         * modules/linked-list-tests (Depends-on): Add progname.
1600         * tests/test-linked_list.c: Include progname.h.
1601         (main): Call set_program_name.
1602
1603 2007-03-03  Bruno Haible  <bruno@clisp.org>
1604
1605         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1606         All uses of __restrict changed to _Restrict_.
1607         * lib/glob_.h (__restrict): Remove macro.
1608
1609 2007-03-02  Bruno Haible  <bruno@clisp.org>
1610
1611         * modules/gettext (configure.ac): Require gettext infrastructure
1612         from version 0.16.1.
1613
1614 2007-03-02  Bruno Haible  <bruno@clisp.org>
1615
1616         * modules/linkedhash-list-tests (Depends-on): Add progname.
1617         * tests/test-linkedhash_list.c: Include progname.h.
1618         (main): Call set_program_name.
1619
1620         * modules/carray-list-tests (Depends-on): Add progname.
1621         * tests/test-carray_list.c: Include progname.h.
1622         (main): Call set_program_name.
1623
1624         * modules/avltreehash-list-tests (Depends-on): Add progname.
1625         * tests/test-avltreehash_list.c: Include progname.h.
1626         (main): Call set_program_name.
1627
1628         * modules/avltree-oset-tests (Depends-on): Add progname.
1629         * tests/test-avltree_oset.c: Include progname.h.
1630         (main): Call set_program_name.
1631
1632         * modules/avltree-list-tests (Depends-on): Add progname.
1633         * tests/test-avltree_list.c: Include progname.h.
1634         (main): Call set_program_name.
1635
1636         * modules/array-oset-tests (Depends-on): Add progname.
1637         * tests/test-array_oset.c: Include progname.h.
1638         (main): Call set_program_name.
1639
1640         * modules/array-list-tests (Depends-on): Add progname.
1641         * tests/test-array_list.c: Include progname.h.
1642         (main): Call set_program_name.
1643
1644         * modules/argp-tests (Depends-on): Add progname.
1645         * tests/test-argp.c: Include argp.h first. Include progname.h.
1646         (main): Call set_program_name.
1647
1648 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1649
1650         * doc/gnulib-tool.texi (Initial import): Reword description of
1651         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1652         limited effect even if defined after the first system include.
1653
1654 2007-03-01  Bruno Haible  <bruno@clisp.org>
1655
1656         * build-aux/config.libpath: Update to libtool-1.5.22.
1657         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1658
1659 2007-03-01  Bruno Haible  <bruno@clisp.org>
1660
1661         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1662         foo_CFLAGS.
1663         Reported by Ralf Wildenhues.
1664
1665 2007-03-01  Bruno Haible  <bruno@clisp.org>
1666
1667         * build-aux/install-reloc: Remove object files left over by some
1668         compilers.
1669         Reported by Ralf Wildenhues.
1670
1671 2007-03-01  Bruno Haible  <bruno@clisp.org>
1672
1673         * build-aux/install-reloc: Break long lines.
1674
1675 2007-03-01  Bruno Haible  <bruno@clisp.org>
1676
1677         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1678         Reported by Ralf Wildenhues.
1679
1680 2007-03-01  Bruno Haible  <bruno@clisp.org>
1681
1682         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1683         include ordering constraints.
1684
1685 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1686
1687         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1688         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1689         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1690         as another example.
1691         * lib/time_.h: Fix misspelling.
1692         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1693         Require gl_HEADER_TIME_H_DEFAULTS.
1694         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1695         * m4/time_r.m4 (gl_TIME_R): Likewise.
1696         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1697
1698 2007-03-01  Bruno Haible  <bruno@clisp.org>
1699
1700         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1701         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1702
1703 2007-03-01  Jim Meyering  <jim@meyering.net>
1704
1705         * modules/xreadlink (Maintainer): Add my name.
1706         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1707
1708 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1709             Bruno Haible  <bruno@clisp.org>
1710
1711         * build-aux/install-reloc: Compile also c-ctype.c.
1712         * build-aux/relocatable.sh.in: New file.
1713         * doc/relocatable.texi: New file.
1714         * doc/relocatable-maint.texi: New file.
1715         * doc/gnulib.texi: Include relocatable-maint.texi.
1716         * lib/progreloc.c: Include unistd.h unconditionally.
1717         * lib/relocwrapper.c: Include unistd.h unconditionally.
1718         Include c-ctype.h.
1719         (add_dotbin): Use c_tolower.
1720         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1721         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1722         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1723         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1724         to m4/relocatable-lib.m4.
1725         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1726         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1727         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1728         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1729         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1730         * modules/relocatable: New file.
1731         * modules/relocatable-lib: New file.
1732         * modules/relocatable-script: New file.
1733
1734 2007-02-28  Bruno Haible  <bruno@clisp.org>
1735
1736         Import --enable-relocatable infrastructure.
1737         * build-aux/config.libpath: New file, from GNU gettext.
1738         * build-aux/install-reloc: New file, from GNU gettext.
1739         * build-aux/reloc-ldflags: New file, from GNU gettext.
1740         * lib/relocatable.h: New file, from GNU gettext.
1741         * lib/relocatable.c: New file, from GNU gettext.
1742         * lib/relocwrapper.c: New file, from GNU gettext.
1743         * m4/relocatable.m4: New file, from GNU gettext.
1744
1745 2007-02-28  Bruno Haible  <bruno@clisp.org>
1746
1747         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1748
1749         * modules/xreadlink: New file, from GNU gettext with modifications.
1750         * lib/xreadlink.c: New file, from GNU gettext.
1751         * lib/xreadlink.h: Add comments.
1752         (xreadlink): New declaration.
1753
1754         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1755         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1756         lib/xreadlink-with-size.c.
1757         (configure.ac): Remove gl_XREADLINK invocation.
1758         (Makefile.am): Augment lib_SOURCES.
1759         * m4/xreadlink.m4: Remove file.
1760         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1761         (xreadlink_with_size): Renamed from xreadink.
1762         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1763         * modules/canonicalize (Depends-on): Replace xreadlink with
1764         xreadlink-with-size.
1765         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1766
1767 2007-02-25  Jim Meyering  <jim@meyering.net>
1768
1769         * build-aux/announce-gen: When complaining about excess arguments,
1770         list them.
1771
1772 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1773
1774         * README: Document signed integer overflow situation more
1775         accurately.
1776
1777 2007-02-25  Bruno Haible  <bruno@clisp.org>
1778
1779         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1780         'a' or 'A' conversion.
1781
1782 2007-02-25  Bruno Haible  <bruno@clisp.org>
1783
1784         * modules/filename: Renamed from modules/pathname.
1785         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1786         lib/concatpath.c with lib/concat-filename.c.
1787         (Makefile.am): Update.
1788         (Include): Replace pathname.h with filename.h.
1789         * lib/filename.h: Renamed from lib/pathname.h.
1790         (concatenated_filename): Renamed from concatenated_pathname.
1791         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1792         (concatenated_filename): Renamed from concatenated_pathname.
1793         * lib/findprog.c: Include filename.h instead of pathname.h.
1794         (find_in_path): Update.
1795         * lib/javacomp.c: Include filename.h instead of pathname.h.
1796         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1797         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1798         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1799         is_oldgcj_14_13_usable, is_javac_usable): Update.
1800         * lib/javaexec.c: Include filename.h instead of pathname.h.
1801         (execute_java_class): Update.
1802         * modules/findprog: Update.
1803         * modules/javacomp: Update.
1804         * modules/javaexec: Update.
1805         * MODULES.html.sh (File system functions): Add 'filename', remove
1806         'pathname'.
1807
1808 2007-02-25  Bruno Haible  <bruno@clisp.org>
1809
1810         * modules/printf-frexpl-tests: New file.
1811         * tests/test-printf-frexpl.c: New file.
1812
1813         * modules/printf-frexpl: New file.
1814         * lib/printf-frexpl.h: New file.
1815         * lib/printf-frexpl.c: New file.
1816         * m4/printf-frexpl.m4: New file.
1817
1818 2007-02-25  Bruno Haible  <bruno@clisp.org>
1819
1820         * modules/printf-frexp-tests: New file.
1821         * tests/test-printf-frexp.c: New file.
1822
1823         * modules/printf-frexp: New file.
1824         * lib/printf-frexp.h: New file.
1825         * lib/printf-frexp.c: New file.
1826         * m4/printf-frexp.m4: New file.
1827
1828 2007-02-25  Bruno Haible  <bruno@clisp.org>
1829
1830         Assume automake >= 1.10 for the tests.
1831         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1832         * modules/arctwo-tests: Likewise.
1833         * modules/argp-tests: Likewise.
1834         * modules/avltree-list-tests: Likewise.
1835         * modules/avltree-oset-tests: Likewise.
1836         * modules/avltreehash-list-tests: Likewise.
1837         * modules/carray-list-tests: Likewise.
1838         * modules/crc-tests: Likewise.
1839         * modules/des-tests: Likewise.
1840         * modules/gc-arcfour-tests: Likewise.
1841         * modules/gc-arctwo-tests: Likewise.
1842         * modules/gc-des-tests: Likewise.
1843         * modules/gc-hmac-md5-tests: Likewise.
1844         * modules/gc-hmac-sha1-tests: Likewise.
1845         * modules/gc-md2-tests: Likewise.
1846         * modules/gc-md4-tests: Likewise.
1847         * modules/gc-md5-tests: Likewise.
1848         * modules/gc-pbkdf2-sha1-tests: Likewise.
1849         * modules/gc-rijndael-tests: Likewise.
1850         * modules/gc-sha1-tests: Likewise.
1851         * modules/gc-tests: Likewise.
1852         * modules/getaddrinfo-tests: Likewise.
1853         * modules/hmac-md5-tests: Likewise.
1854         * modules/hmac-sha1-tests: Likewise.
1855         * modules/linked-list-tests: Likewise.
1856         * modules/linkedhash-list-tests: Likewise.
1857         * modules/lock-tests: Likewise.
1858         * modules/md2-tests: Likewise.
1859         * modules/md4-tests: Likewise.
1860         * modules/md5-tests: Likewise.
1861         * modules/rbtree-list-tests: Likewise.
1862         * modules/rbtree-oset-tests: Likewise.
1863         * modules/rbtreehash-list-tests: Likewise.
1864         * modules/read-file-tests: Likewise.
1865         * modules/rijndael-tests: Likewise.
1866         * modules/stdint-tests: Likewise.
1867         * modules/tls-tests: Likewise.
1868
1869 2007-02-24  Bruno Haible  <bruno@clisp.org>
1870
1871         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1872         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1873         function; instead check whether isnan with a double argument links.
1874         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1875         function; instead check whether isnan with a 'long double' argument
1876         links.
1877         Reported by Eric Blake <ebb9@byu.net>.
1878
1879 2007-02-24  Bruno Haible  <bruno@clisp.org>
1880
1881         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1882         defined.
1883         * lib/isnanl.c: Remove all code. Just include isnan.c.
1884         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1885
1886 2007-02-25  Jim Meyering  <jim@meyering.net>
1887
1888         Avoid conflicting types for 'unsetenv' on FreeBSD.
1889         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1890         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1891         in stdlib.h.
1892
1893 2007-02-24  Bruno Haible  <bruno@clisp.org>
1894
1895         * modules/isnanl-nolibm-tests: New file.
1896         * tests/test-isnanl.c: New file.
1897
1898         * modules/isnanl-nolibm: New file.
1899         * lib/isnanl.h: New file.
1900         * lib/isnanl.c: New file.
1901         * m4/isnanl.m4: New file.
1902
1903 2007-02-24  Bruno Haible  <bruno@clisp.org>
1904
1905         * modules/isnan-nolibm-tests: New file.
1906         * tests/test-isnan.c: New file.
1907
1908         * modules/isnan-nolibm: New file.
1909         * lib/isnan.h: New file.
1910         * lib/isnan.c: New file.
1911         * m4/isnan.m4: New file.
1912
1913 2007-02-24  Bruno Haible  <bruno@clisp.org>
1914
1915         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1916         assume that an exponent fits in 20 bits.
1917
1918 2007-02-24  Jim Meyering  <jim@meyering.net>
1919
1920         * m4/regex.m4: Update the description of the configure-time option,
1921         --without-included-regex, to state accurately what the defaults are,
1922         and perhaps to give people an idea why using this option is risky.
1923
1924 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1925
1926         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1927         loops on small arguments.  This attempts to avoid the problem
1928         Bruno Haible reported for AIX 4.3.2 in
1929         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1930
1931 2007-02-23  Bruno Haible  <bruno@clisp.org>
1932
1933         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1934         Needed for help2man.
1935
1936 2007-02-23  Karl Berry  <karl@gnu.org>
1937
1938         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1939         exists, foo.h should be cvs-ignored, not committed.
1940
1941 2007-02-23  Eric Blake  <ebb9@byu.net>
1942
1943         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1944         * lib/stat-time.h (includes): Likewise.
1945         * lib/utimecmp.c (includes): Likewise.
1946         * lib/utimens.h (includes): Likewise.
1947         * lib/getdate.y (includes): Also include "timespec.h" for use
1948         internal to the module.
1949         * modules/utimens (Depends-on): Revert yesterday's patch.
1950         * modules/nanosleep (Depends-on): Add missing dependency.
1951
1952 2007-02-22  Bruno Haible  <bruno@clisp.org>
1953
1954         * lib/glob.c: Don't include getlogin_r.h.
1955
1956 2007-02-22  Jim Meyering  <jim@meyering.net>
1957
1958         * modules/utimens (Depends-on): Add timespec, required for
1959         utimens.h's inclusion of timespec.h.
1960
1961 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1962
1963         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1964         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1965         Schwab in
1966         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1967         I'll try to think of a better way to fix the Solaris problem.
1968
1969         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1970         like glibc; on Solaris 10, it fails with errno == EINVAL.
1971         POSIX says the behavior is unspecified if the first argument is NULL,
1972         so play it safe and never pass NULL to the system getcwd.
1973
1974 2007-02-21  Jim Meyering  <jim@meyering.net>
1975
1976         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1977         of gettimeofday.  It would conflict with the one now always
1978         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1979         an IRIX 6.5 build failure.
1980
1981 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1982
1983         Minor fixups to port to Solaris 10 with Sun C 5.8.
1984         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
1985         * modules/getcwd (Depends-on): Add dirfd.
1986         * lib/putenv.c (putenv): #undef it.
1987         (rpl_putenv): New decl.
1988         (malloc, free): Include <stdlib.h> rather than prototyping separately.
1989
1990 2007-02-20  Bruno Haible  <bruno@clisp.org>
1991
1992         * modules/stdio-tests: New file.
1993         * tests/test-stdio.c: New file.
1994
1995         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
1996         (Depends-on): Add stdio.
1997         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1998         (Include): Use <stdio.h> instead of vsnprintf.h.
1999         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2000         HAVE_DECL_VSNPRINTF.
2001         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2002
2003         * modules/snprintf (Files): Remove lib/snprintf.h.
2004         (Depends-on): Add stdio.
2005         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2006         (Include): Use <stdio.h> instead of snprintf.h.
2007         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2008         HAVE_DECL_SNPRINTF.
2009         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2010         * lib/getaddrinfo.c: Likewise.
2011
2012         * modules/stdio: New file.
2013         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2014         * lib/snprintf.h: Remove file.
2015         * lib/vsnprintf.h: Remove file.
2016         * lib/.cppi-disable: Remove snprintf.h.
2017         * m4/stdio_h.m4: New file.
2018         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2019
2020 2007-02-20  Jim Meyering  <jim@meyering.net>
2021
2022         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2023         used by e.g., mingw.  From Bruno Haible.
2024
2025 2007-02-19  Bruno Haible  <bruno@clisp.org>
2026
2027         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2028         warnings.
2029         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2030
2031 2007-02-19  Bruno Haible  <bruno@clisp.org>
2032
2033         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2034         from mingw users.
2035
2036 2007-02-19  Bruno Haible  <bruno@clisp.org>
2037
2038         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2039         warnings.
2040         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2041
2042 2007-02-19  Jim Meyering  <jim@meyering.net>
2043
2044         Don't use FD after a successful "fdopendir (fd)".
2045         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2046         Reset it by calling dirfd on the just-obtained DIR*.
2047
2048         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2049         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2050
2051 2007-02-18  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/readlink.c: Include <unistd.h>.
2054         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2055         HAVE_READLINK.
2056         * modules/readlink (Depends-on): Add unistd.
2057         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2058         (Include): Add <unistd.h>.
2059
2060         * lib/getlogin_r.h: Remove file.
2061         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2062         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2063         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2064         HAVE_DECL_GETLOGIN_R.
2065         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2066         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2067         (Include): Use <unistd.h> instead of getlogin_r.h.
2068
2069         * lib/getcwd.h: Remove file.
2070         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2071         * lib/xgetcwd.c: Likewise.
2072         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2073         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2074         * modules/getcwd (Files): Remove lib/getcwd.h.
2075         (Depends-on): Add unistd.
2076         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2077         (Include): Use <unistd.h> instad of getcwd.h.
2078
2079         * lib/ftruncate.c: Include <unistd.h> first.
2080         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2081         Set HAVE_FTRUNCATE.
2082         * modules/ftruncate (Depends-on): Add unistd.
2083         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2084
2085         * lib/fchdir.c: Include <unistd.h> first.
2086         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2087         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2088         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2089         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2090         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2091
2092         * lib/dup2.c: Include <unistd.h> first.
2093         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2094         HAVE_DUP2.
2095         * modules/dup2 (Depends-on): Add unistd.
2096         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2097
2098         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2099         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2100         REPLACE_CHOWN. Don't define chown as a macro here.
2101         * modules/chown (Depends-on): Add unistd.
2102         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2103
2104         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2105         Add definition for GL_LINK_WARNING.
2106         (chown, dup2): New declarations.
2107         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2108         link warning.
2109         (ftruncate): New declaration.
2110         (getcwd): New declaration, taken from old getcwd.h.
2111         (getlogin_r): New declaration, taken from old getlogin_r.h.
2112         (readlink): New declaration.
2113         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2114         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2115         (gl_PREREQ_UNISTD): Remove macro.
2116         (gl_UNISTD_MODULE_INDICATOR): New macro.
2117         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2118         many new variables. Don't set UNISTD_H.
2119         * modules/unistd (Description): Change.
2120         (Depends-on): Add link-warning.
2121         (configure.ac): Update.
2122         (Makefile.am): Create unistd.h always. Substitute many new variables
2123         into it.
2124
2125 2007-02-18  Bruno Haible  <bruno@clisp.org>
2126
2127         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2128         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2129         HAVE_GETSUBOPT.
2130         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2131         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2132         * lib/getsubopt.h: Remove file.
2133         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2134         (Depends-on): Add stdlib.
2135         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2136         (Includes): Use <stdlib.h> instead of getsubopt.h.
2137         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2138         Set HAVE_GETSUBOPT.
2139         * lib/getsubopt.c: Don't include getsubopt.h.
2140
2141 2007-02-18  Bruno Haible  <bruno@clisp.org>
2142
2143         * modules/fchdir (Depends-on): Add dup2.
2144
2145 2007-02-18  Bruno Haible  <bruno@clisp.org>
2146
2147         * lib/stdlib_.h: Handle glibc's special invocation convention
2148         specially.
2149
2150 2007-02-18  Bruno Haible  <bruno@clisp.org>
2151
2152         * modules/stdlib-tests: New file.
2153         * tests/test-stdlib.c: New file.
2154
2155         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2156         (Depends-on): Add stdlib.
2157         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2158         (Includes): Use <stdlib.h> instead of mkstemp.h.
2159         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2160         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2161         * lib/mkstemp.c: Don't include mkstemp.h.
2162         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2163         * lib/stdlib--.h: Don't include mkstemp.h.
2164
2165         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2166         (Depends-on): Add stdlib.
2167         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2168         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2169         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2170         HAVE_MKDTEMP.
2171         * lib/mkdtemp.c: Don't include mkdtemp.h.
2172         * lib/clean-temp.c: Don't include mkdtemp.h.
2173
2174         * modules/exit (Files): Remove lib/exit.h.
2175         (Depends-on): Add stdlib.
2176         (Makefile.am): Remove lib_SOURCES.
2177         (Include): Use <stdlib.h> instead of exit.h.
2178         * lib/argmatch.c: Don't include exit.h.
2179         * lib/execute.c: Likewise.
2180         * lib/pagealign_alloc.c: Likewise.
2181         * lib/pipe.c: Likewise.
2182         * lib/wait-process.c: Likewise.
2183         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2184         * lib/exitfail.c: Likewise.
2185         * lib/savewd.c: Likewise.
2186         * lib/xsetenv.c: Likewise.
2187
2188         * modules/stdlib: New file.
2189         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2190         and extra comments about mkstemp().
2191         * lib/exit.h: Remove file.
2192         * lib/mkdtemp.h: Remove file.
2193         * lib/mkstemp.h: Remove file.
2194         * m4/stdlib_h.m4: New file.
2195         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2196
2197 2007-02-18  Bruno Haible  <bruno@clisp.org>
2198
2199         * modules/math-tests: New file.
2200         * tests/test-math.c: New file.
2201
2202         * modules/math: New file.
2203         * modules/mathl (Files): Remove lib/mathl.h.
2204         (Depends-on): Add math.
2205         (Makefile.am): Don't mention mathl.h.
2206         (Include): Use <math.h> instead of mathl.h.
2207         * lib/math_.h: New file.
2208         * lib/mathl.h: Remove file.
2209         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2210         mathl.h.
2211         * lib/asinl.c: Likewise.
2212         * lib/atanl.c: Likewise.
2213         * lib/ceill.c: Likewise.
2214         * lib/cosl.c: Likewise.
2215         * lib/expl.c: Likewise.
2216         * lib/floorl.c: Likewise.
2217         * lib/frexpl.c: Likewise.
2218         * lib/ldexpl.c: Likewise.
2219         * lib/logl.c: Likewise.
2220         * lib/sincosl.c: Likewise.
2221         * lib/sinl.c: Likewise.
2222         * lib/sqrtl.c: Likewise.
2223         * lib/tanl.c: Likewise.
2224         * lib/trigl.c: Likewise.
2225         * m4/math_h.m4: New file.
2226         * MODULES.html.sh (Mathematics): Add math.
2227
2228 2007-02-17  Bruno Haible  <bruno@clisp.org>
2229
2230         * modules/wctype-tests: New file.
2231         * tests/test-wctype.c: New file.
2232
2233         * modules/wchar-tests: New file.
2234         * tests/test-wchar.c: New file.
2235
2236         * modules/unistd-tests: New file.
2237         * tests/test-unistd.c: New file.
2238
2239         * modules/time-tests: New file.
2240         * tests/test-time.c: New file.
2241
2242         * modules/sysexits-tests: New file.
2243         * tests/test-sysexits.c: New file.
2244
2245         * modules/sys_time-tests: New file.
2246         * tests/test-sys_time.c: New file.
2247
2248         * modules/sys_stat-tests: New file.
2249         * tests/test-sys_stat.c: New file.
2250
2251         * modules/sys_socket-tests: New file.
2252         * tests/test-sys_socket.c: New file.
2253
2254         * modules/sys_select-tests: New file.
2255         * tests/test-sys_select.c: New file.
2256
2257         * modules/string-tests: New file.
2258         * tests/test-string.c: New file.
2259
2260         * modules/stdbool-tests: New file.
2261         * tests/test-stdbool.c: New file.
2262
2263         * modules/netinet_in-tests: New file.
2264         * tests/test-netinet_in.c: New file.
2265
2266         * modules/inttypes-tests: New file.
2267         * tests/test-inttypes.c: New file.
2268
2269         * modules/fcntl-tests: New file.
2270         * tests/test-fcntl.c: New file.
2271
2272         * modules/byteswap-tests: New file.
2273         * tests/test-byteswap.c: New file.
2274
2275         * modules/arpa_inet-tests: New file.
2276         * tests/test-arpa_inet.c: New file.
2277
2278 2007-02-17  Bruno Haible  <bruno@clisp.org>
2279
2280         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2281         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2282         if the corresponding module is not enabled. Emit link warnings if
2283         the function is used nevertheless.
2284         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2285         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2286         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2287         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2288         * modules/inttypes (Depends-on): Add link-warning.
2289         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2290         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2291         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2292         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2293         * modules/imaxdiv (configure.ac): Likewise.
2294         * modules/strtoimax (configure.ac): Likewise.
2295         * modules/strtoumax (configure.ac): Likewise.
2296
2297 2007-02-17  Bruno Haible  <bruno@clisp.org>
2298
2299         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2300         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2301         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2302         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2303
2304 2007-02-17  Bruno Haible  <bruno@clisp.org>
2305
2306         * modules/link-warning: New file.
2307         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2308         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2309         * modules/string (Depends-on): Add link-warning.
2310         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2311         string.h.
2312         * MODULES.html.sh (Support for building libraries and executables): Add
2313         link-warning.
2314
2315 2007-02-17  Bruno Haible  <bruno@clisp.org>
2316
2317         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2318         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2319         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2320         long lines.
2321
2322 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2323             Bruno Haible  <bruno@clisp.org>
2324
2325         * modules/tmpfile: New file.
2326         * lib/tmpfile.c: New file.
2327         * m4/tmpfile.m4: New file.
2328         * MODULES.html.sh (func_all_modules): New section "Input/output".
2329
2330 2007-02-15  Bruno Haible  <bruno@clisp.org>
2331
2332         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2333         (supports_delete_on_close): New function.
2334         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2335
2336 2007-02-14  Bruno Haible  <bruno@clisp.org>
2337
2338         * modules/mbspcasecmp-tests: New file.
2339         * tests/test-mbspcasecmp.sh: New file.
2340         * tests/test-mbspcasecmp.c: New file.
2341
2342         New module mbspcasecmp.
2343         * modules/mbspcasecmp: New file.
2344         * lib/mbspcasecmp.c: New file.
2345         * lib/string_.h (strncasecmp): Change warning message.
2346         (mbspcasecmp): New declaration.
2347         * m4/mbspcasecmp.m4: New file.
2348         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2349         GNULIB_MBSPCASECMP.
2350         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2351         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2352
2353 2007-02-14  Bruno Haible  <bruno@clisp.org>
2354
2355         * modules/mbsncasecmp-tests: New file.
2356         * tests/test-mbsncasecmp.sh: New file.
2357         * tests/test-mbsncasecmp.c: New file.
2358
2359         New module mbsncasecmp.
2360         * modules/mbsncasecmp: New file.
2361         * lib/mbsncasecmp.c: New file.
2362         * lib/string_.h (mbsncasecmp): New declaration.
2363         * m4/mbsncasecmp.m4: New file.
2364         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2365         GNULIB_MBSNCASECMP.
2366         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2367         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2368
2369 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2370
2371         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2372         Verify that it doesn't overlap with our flags.
2373         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2374         do not have the desired effect in multibyte locales; instead, use
2375         mbscasecmp.
2376         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2377         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2378         we don't require GNU fnmatch ourselves (if our users require it, they
2379         should do so explicitly).
2380
2381         Fix regex code so it doesn't rely on strcasecmp.
2382         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2383         Otherwise, include gnulib's langinfo.h.
2384         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2385         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2386         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2387         * modules/regex (FILES): Remove m4/codeset.m4.
2388         (Depends-on): Add localcharset.  Remove strcase.
2389
2390 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2391
2392         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2393         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2394
2395 2007-02-13  Bruno Haible  <bruno@clisp.org>
2396
2397         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2398         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2399
2400 2007-02-12  Bruno Haible  <bruno@clisp.org>
2401
2402         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2403         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2404         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2405         time warning rather than a link error.
2406
2407 2007-02-12  Bruno Haible  <bruno@clisp.org>
2408
2409         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2410         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2411         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2412
2413 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2414
2415         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2416         args, not 2.
2417
2418 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2419
2420         New module 'time', so that apps can include <time.h> as per
2421         POSIX and GNU instead of separate include files like time_r.h
2422         and timegm.h.  This implementation tries out a simpler approach
2423         for replacing decls in standard include files (as compared to
2424         the string module), somewhat as an experiment.
2425
2426         * config/srclist.txt: Comment out mktime.c for now.
2427         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2428         since it doesn't apply any more.  Use generic wording instead.
2429         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2430         'time'.
2431         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2432         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2433         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2434         Don't include <sys/types.h>; no longer needed since we assume C89.
2435         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2436         * lib/strftime.c: Likewise.
2437         * lib/time_r.c: Likewise.
2438         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2439         * lib/nanosleep.c: Include <time.h> first, to check interface.
2440         * lib/strptime.c: Likewise.
2441         * lib/time_r.c: Likewise.
2442         * lib/timegm.c: Likewise.
2443         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2444         needed.
2445         * lib/timegm.c: Don't include timegm.h; no longer needed.
2446         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2447         time.h now handles any problems in that area.
2448         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2449         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2450         that time.h defines struct timespec.
2451         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2452         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2453         handles that.
2454         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2455         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2456         needed.  Set REPLACE_LOCALTIME.
2457         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2458         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2459         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2460         nanosleep; time_h.m4 now does that.  Don't require
2461         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2462         module handles this now.
2463         * modules/getdate (Depends-on): Remove timespec.  Add time.
2464         * modules/nanosleep (Depends-on): Likewise.
2465         * modules/stat-time (Depends-on): Likewise.
2466         * modules/nanosleep (Include): Include time.h, not timespec.h.
2467         * modules/strptime (Files): Remove lib/strptime.h.
2468         (Depends-on): Add extensions, time.
2469         (Include): Include time.h, not strptime.h.
2470         * modules/time_r (Files): Remove lib/time_r.h.
2471         (Depends-on): Add time.
2472         (Include): Include time.h, not time_r.h.
2473         * modules/timegm: Likewise.
2474         * modules/timespec (Description): Now does timespec-related decls
2475         of our own, instead of struct timespec itself.
2476         (Depends-on): Add time; remove extensions.
2477         (Maintainer): Add self.
2478         * modules/utimecmp (Depends-on): Add time; remove timespec.
2479         * modules/utimens (Depends-on): Likewise.
2480         * modules/xnanosleep (Depends-on): Likewise.
2481
2482 2007-02-11  Bruno Haible  <bruno@clisp.org>
2483
2484         * lib/c-strstr.c: Include allocsa.h.
2485         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2486         * lib/c-strcasestr.c: Include allocsa.h.
2487         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2488         * lib/strcasestr.c: Include allocsa.h.
2489         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2490         * lib/mbsstr.c: Include allocsa.h.
2491         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2492         allocsa/freesa instead of malloc/free.
2493         * lib/mbscasestr.c: Include allocsa.h.
2494         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2495         allocsa/freesa instead of malloc/free.
2496         * modules/c-strstr (Depends-on): Add allocsa.
2497         * modules/c-strcasestr (Depends-on): Likewise.
2498         * modules/strcasestr (Depends-on): Likewise.
2499         * modules/mbsstr (Depends-on): Likewise.
2500         * modules/mbscasestr (Depends-on): Likewise.
2501
2502 2007-02-11  Bruno Haible  <bruno@clisp.org>
2503
2504         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2505
2506         * modules/mbsspn-tests: New file.
2507         * tests/test-mbsspn.sh: New file.
2508         * tests/test-mbsspn.c: New file.
2509
2510 2007-02-11  Bruno Haible  <bruno@clisp.org>
2511
2512         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2513
2514         * modules/mbspbrk-tests: New file.
2515         * tests/test-mbspbrk.sh: New file.
2516         * tests/test-mbspbrk.c: New file.
2517
2518 2007-02-11  Bruno Haible  <bruno@clisp.org>
2519
2520         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2521         unneeded cast.
2522
2523         * modules/mbscspn-tests: New file.
2524         * tests/test-mbscspn.sh: New file.
2525         * tests/test-mbscspn.c: New file.
2526
2527 2007-02-11  Bruno Haible  <bruno@clisp.org>
2528
2529         * modules/mbscasecmp-tests: New file.
2530         * tests/test-mbscasecmp.sh: New file.
2531         * tests/test-mbscasecmp.c: New file.
2532
2533 2007-02-11  Bruno Haible  <bruno@clisp.org>
2534
2535         Ensure O(n) worst-case complexity of mbscasestr.
2536         * lib/mbscasestr.c: Include stdbool.h.
2537         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2538         functions.
2539         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2540         the bookkeeping indicates that it's worth it.
2541         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2542
2543         * modules/mbscasestr-tests: New file.
2544         * tests/test-mbscasestr1.c: New file.
2545         * tests/test-mbscasestr2.sh: New file.
2546         * tests/test-mbscasestr2.c: New file.
2547         * tests/test-mbscasestr3.sh: New file.
2548         * tests/test-mbscasestr3.c: New file.
2549         * tests/test-mbscasestr4.sh: New file.
2550         * tests/test-mbscasestr4.c: New file.
2551         * m4/locale-tr.m4: New file.
2552
2553 2007-02-11  Bruno Haible  <bruno@clisp.org>
2554
2555         Ensure O(n) worst-case complexity of mbsstr.
2556         * lib/mbsstr.c: Include stdbool.h.
2557         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2558         functions.
2559         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2560         bookkeeping indicates that it's worth it.
2561         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2562
2563         * modules/mbsstr-tests: New file.
2564         * tests/test-mbsstr1.c: New file.
2565         * tests/test-mbsstr2.sh: New file.
2566         * tests/test-mbsstr2.c: New file.
2567         * tests/test-mbsstr3.sh: New file.
2568         * tests/test-mbsstr3.c: New file.
2569         * m4/locale-fr.m4: New file.
2570
2571 2007-02-11  Bruno Haible  <bruno@clisp.org>
2572
2573         * lib/mbsrchr.c (mbsrchr): Fix bug.
2574
2575         * modules/mbsrchr-tests: New file.
2576         * tests/test-mbsrchr.sh: New file.
2577         * tests/test-mbsrchr.c: New file.
2578
2579 2007-02-11  Bruno Haible  <bruno@clisp.org>
2580
2581         * lib/mbschr.c (mbschr): Fix bug.
2582
2583         * modules/mbschr-tests: New file.
2584         * tests/test-mbschr.sh: New file.
2585         * tests/test-mbschr.c: New file.
2586         * m4/locale-zh.m4: New file.
2587
2588 2007-02-11  Bruno Haible  <bruno@clisp.org>
2589
2590         Support for copying multibyte string iterators.
2591         * lib/mbiter.h: Include <string.h>.
2592         (mbiter_multi_copy): New function.
2593         (mbi_copy): New macro.
2594         * lib/mbuiter.h: Include <string.h>.
2595         (mbuiter_multi_copy): New function.
2596         (mbui_copy): New macro.
2597
2598 2007-02-11  Bruno Haible  <bruno@clisp.org>
2599
2600         New module mbslen.
2601         * modules/mbslen: New file.
2602         * lib/mbslen.c: New file.
2603         * lib/string_.h (mbslen): New declaration.
2604         * m4/mbslen.m4: New file.
2605         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2606         GNULIB_MBSLEN.
2607         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2608         * MODULES.html.sh (Internationalization functions): Add mbslen.
2609
2610 2007-02-11  Bruno Haible  <bruno@clisp.org>
2611
2612         Ensure O(n) worst-case complexity of strcasestr substitute.
2613         * lib/strcasestr.c: Include stdbool.h.
2614         (knuth_morris_pratt): New function.
2615         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2616         bookkeeping indicates that it's worth it.
2617         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2618
2619         * modules/strcasestr-tests: New file.
2620         * tests/test-strcasestr.c: New file.
2621
2622 2007-02-11  Bruno Haible  <bruno@clisp.org>
2623
2624         Ensure O(n) worst-case complexity of c_strcasestr.
2625         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2626         (knuth_morris_pratt): New function.
2627         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2628         the bookkeeping indicates that it's worth it.
2629         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2630
2631         * modules/c-strcasestr-tests: New file.
2632         * tests/test-c-strcasestr.c: New file.
2633
2634 2007-02-11  Bruno Haible  <bruno@clisp.org>
2635
2636         Ensure O(n) worst-case complexity of c_strstr.
2637         * lib/c-strstr.c: Include stdbool.h, string.h.
2638         (knuth_morris_pratt): New function.
2639         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2640         bookkeeping indicates that it's worth it.
2641         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2642
2643         * lib/c-strstr.c: Complete rewrite for maintainability.
2644
2645         * modules/c-strstr-tests: New file.
2646         * tests/test-c-strstr.c: New file.
2647
2648 2007-02-11  Bruno Haible  <bruno@clisp.org>
2649
2650         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2651         5.2.1 and earlier, whereby \055 was treated just like the range
2652         delimiter '-'.
2653         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2654
2655 2007-02-08  Bruno Haible  <bruno@clisp.org>
2656
2657         * modules/regex (Depends-on): Add stdbool.
2658         Reported by Dalibor Topic <robilad@kaffe.org>.
2659
2660 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2661
2662         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2663         Prefer returning from main to exiting from it.
2664         Remove unnecessary parens after sizeof.
2665
2666 2007-02-05  Bruno Haible  <bruno@clisp.org>
2667
2668         New module mbssep.
2669         * modules/mbssep: New file.
2670         * lib/mbssep.c: New file.
2671         * lib/string_.h (strsep): Add a conditional link warning.
2672         (mbssep): New declaration.
2673         * m4/mbssep.m4: New file.
2674         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2675         GNULIB_MBSSEP.
2676         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2677         * MODULES.html.sh (Internationalization functions): Add mbssep.
2678
2679 2007-02-05  Bruno Haible  <bruno@clisp.org>
2680
2681         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2682         Optimize search in case of 1 delimiter.
2683
2684 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2685
2686         * lib/acl.h: Include sys/types.h before sys/acl.h.
2687
2688 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2689
2690         Merge upstream fix for glibc bugzilla #3957:
2691
2692         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2693
2694         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2695         bit for RE_HAT_LISTS_NOT_NEWLINE.
2696         (build_charclass_op): Remove bogus comment.
2697
2698 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2699
2700         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2701
2702 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2703
2704         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2705         * lib/memmem.c [!defined _LIBC]: Include config.h.
2706
2707 2007-02-04  Bruno Haible  <bruno@clisp.org>
2708
2709         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2710         warning message.
2711
2712 2007-02-04  Bruno Haible  <bruno@clisp.org>
2713
2714         New module mbstok_r.
2715         * modules/mbstok_r: New file.
2716         * lib/mbstok_r.c: New file.
2717         * lib/string_.h (strtok_r): Change argument names to match the
2718         comments. Add a conditional link warning.
2719         (mbstok_r): New declaration.
2720         * m4/mbstok_r.m4: New file.
2721         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2722         GNULIB_MBSTOK_R.
2723         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2724         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2725
2726 2007-02-04  Bruno Haible  <bruno@clisp.org>
2727
2728         New module mbsspn.
2729         * modules/mbsspn: New file.
2730         * lib/mbsspn.c: New file.
2731         * lib/string_.h (strspn): Add a conditional link warning.
2732         (mbsspn): New declaration.
2733         * m4/mbsspn.m4: New file.
2734         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2735         GNULIB_MBSSPN.
2736         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2737         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2738
2739 2007-02-04  Bruno Haible  <bruno@clisp.org>
2740
2741         New module mbspbrk.
2742         * modules/mbspbrk: New file.
2743         * lib/mbspbrk.c: New file.
2744         * lib/string_.h (strpbrk): Add a conditional link warning.
2745         (mbspbrk): New declaration.
2746         * m4/mbspbrk.m4: New file.
2747         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2748         GNULIB_MBSPBRK.
2749         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2750         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2751
2752 2007-02-04  Bruno Haible  <bruno@clisp.org>
2753
2754         New module mbscspn.
2755         * modules/mbscspn: New file.
2756         * lib/mbscspn.c: New file.
2757         * lib/string_.h (strcspn): Add a conditional link warning.
2758         (mbscspn): New declaration.
2759         * m4/mbscspn.m4: New file.
2760         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2761         GNULIB_MBSCSPN.
2762         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2763         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2764
2765 2007-02-04  Bruno Haible  <bruno@clisp.org>
2766
2767         New module mbscasestr, reduced goal of strcasestr.
2768         * modules/mbscasestr: New file.
2769         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2770         (mbscasestr): Renamed from strcasestr.
2771         * lib/strcasestr.c: Don't include mbuiter.h.
2772         (strcasestr): Remove support for multibyte locales.
2773         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2774         Change the conditional link warning.
2775         (mbscasestr): New declaration.
2776         * m4/mbscasestr.m4: New file.
2777         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2778         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2779         REPLACE_STRCASESTR.
2780         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2781         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2782         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2783         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2784         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2785         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2786         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2787         (Depends-on): Remove mbuiter.
2788         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2789
2790 2007-02-04  Bruno Haible  <bruno@clisp.org>
2791
2792         Simplify handling of strncasecmp.
2793         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2794         the conditional link warning.
2795         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2796         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2797         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2798         * modules/strcase (configure.ac): Don't invoke
2799         gl_STRING_MODULE_INDICATOR.
2800         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2801
2802 2007-02-04  Bruno Haible  <bruno@clisp.org>
2803
2804         New module mbscasecmp, reduced goal of strcasecmp.
2805         * modules/mbscasecmp: New file.
2806         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2807         (mbscasecmp): Renamed from strcasecmp.
2808         * lib/strcasecmp.c: Don't include mbuiter.h.
2809         (strcasecmp): Remove support for multibyte locales.
2810         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2811         Change the conditional link warning.
2812         (mbscasecmp): New declaration.
2813         * m4/mbscasecmp.m4: New file.
2814         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2815         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2816         REPLACE_STRCASECMP.
2817         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2818         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2819         GNULIB_MBSCASECMP.
2820         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2821         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2822         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2823         (Depends-on): Remove mbuiter.
2824         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2825
2826 2007-02-04  Bruno Haible  <bruno@clisp.org>
2827
2828         New module mbsstr. Remove module strstr.
2829         * modules/mbsstr: New file.
2830         * modules/strstr: Remove file.
2831         * lib/mbsstr.c: Renamed from lib/strstr.c.
2832         (mbsstr): Renamed from strstr.
2833         * lib/string_.h (strstr): Remove declaration. Change the conditional
2834         link warning.
2835         (mbsstr): New declaration.
2836         * m4/mbsstr.m4: New file.
2837         * m4/strstr.m4: Remove file.
2838         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2839         REPLACE_STRSTR.
2840         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2841         Don't initialize GNULIB_STRSTR.
2842         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2843         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2844         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2845         (Support for systems lacking ANSI C 89): Remove strstr.
2846
2847 2007-02-04  Bruno Haible  <bruno@clisp.org>
2848
2849         New module mbsrchr.
2850         * modules/mbsrchr: New file.
2851         * lib/mbsrchr.c: New file.
2852         * lib/string_.h (strrchr): Add a conditional link warning.
2853         (mbsrchr): New declaration.
2854         * m4/mbsrchr.m4: New file.
2855         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2856         GNULIB_MBSRCHR.
2857         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2858         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2859
2860 2007-02-04  Bruno Haible  <bruno@clisp.org>
2861
2862         New module mbschr.
2863         * modules/mbschr: New file.
2864         * lib/mbschr.c: New file.
2865         * lib/string_.h (strchr): Add a conditional link warning.
2866         (mbschr): New declaration.
2867         * m4/mbschr.m4: New file.
2868         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2869         GNULIB_MBSCHR.
2870         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2871         * MODULES.html.sh (Internationalization functions): Add mbschr.
2872
2873 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2874
2875         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2876
2877         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2878
2879 2007-02-04  Bruno Haible  <bruno@clisp.org>
2880
2881         New module description section 'configure.ac-early'.
2882         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2883         (func_get_autoconf_early_snippet): New function.
2884         (func_import, func_create_testdir): Use it. Remove special cases for
2885         modules 'extensions' and 'lock'.
2886         * modules/extensions (configure.ac-early): Require
2887         gl_USE_SYSTEM_EXTENSIONS.
2888         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2889
2890 2007-02-04  Bruno Haible  <bruno@clisp.org>
2891
2892         Make use of gcj-4.3's -fsource and -ftarget option.
2893         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2894         and if so try the options -fsource and -ftarget.
2895         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2896         source_version, ftarget_option, target_version arguments.
2897         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2898         (is_envjavac_oldgcj_14_14_usable): Renamed from
2899         is_envjavac_gcj_14_14_usable.
2900         (is_envjavac_oldgcj_14_13_usable): Renamed from
2901         is_envjavac_gcj_14_13_usable.
2902         (is_gcj_present): Update.
2903         (is_gcj_43, is_gcj43_usable): New functions.
2904         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2905         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2906         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2907         try the options -fsource and -ftarget.
2908
2909 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2910
2911         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2912         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2913         larger value.
2914
2915 2007-02-03  Jim Meyering  <jim@meyering.net>
2916
2917         Give tools a better chance to allocate space for very large buffers.
2918         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2919
2920         Make pwd and readlink work also when run with an unreadable parent dir
2921         on systems with openat support.
2922         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2923         provided getcwd function, even when we have openat support.
2924         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2925
2926 2007-02-02  Bruno Haible  <bruno@clisp.org>
2927
2928         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2929         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2930         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2931         portability problems if one of these functions is only used on specific
2932         platforms.
2933         Reported by Paul Eggert.
2934
2935 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2936
2937         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2938         is causing more trouble than it's curing.
2939         * lib/regex_internal.h (__mempcpy): Remove.
2940         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2941         (and make the code a tad smaller to boot).
2942         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2943
2944 2007-02-02  Jim Meyering  <jim@meyering.net>
2945
2946         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2947         section, not in the Makefile.am: one.
2948
2949 2007-02-02  Eric Blake  <ebb9@byu.net>
2950
2951         * lib/strchrnul.c: Always include config.h first.
2952
2953         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2954         gnulib strstr is not necessary here.
2955
2956 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2957
2958         * m4/socklen.m4: Fix typo.
2959
2960 2007-02-02  Eric Blake  <ebb9@byu.net>
2961
2962         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2963         * modules/netinet_in (Makefile.am): Likewise.
2964
2965 2007-02-01  Bruno Haible  <bruno@clisp.org>
2966
2967         * lib/string_.h (GL_LINK_WARNING): New macro.
2968         (strcasecmp, strstr, strcasestr): If provided by the system,
2969         conditionally define as a macro that leads to a warning instead of to
2970         an error.
2971         (strncasecmp): Conditionally define as a macro that leads to a warning.
2972
2973 2007-02-01  Karl Berry  <karl@gnu.org>
2974
2975         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2976
2977 2007-02-01  Bruno Haible  <bruno@clisp.org>
2978
2979         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2980         renamings.
2981
2982 2007-02-01  Eric Blake  <ebb9@byu.net>
2983
2984         * modules/regex (Depends-on): Revert dependence on mempcpy.
2985         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
2986         module's definition of mempcpy.
2987         Reported by Paul Eggert.
2988
2989 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2990
2991         * lib/string_.h: If the gnulib module XYZ is not present, undefine
2992         the symbol XYZ before redefining it.  This fixes a problem with
2993         programs that don't use XYZ, when compiled on systems that define
2994         XYZ to something else.
2995
2996 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2997
2998         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
2999         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3000         writeable to group or other and (2) is intended to have a special
3001         mode bit that is set or cleared.  In such a case, the directory
3002         should be neither group- nor other-writeable until the special
3003         mode bits are right.
3004
3005 2007-01-31  Eric Blake  <ebb9@byu.net>
3006
3007         * modules/mountlist (Depends-on): Add strstr.
3008
3009         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3010         bug.
3011         * modules/string (Makefile.am): Remove redundant replacement.
3012         * modules/regex (Depends-on): Add mempcpy.
3013
3014 2007-01-31  Bruno Haible  <bruno@clisp.org>
3015
3016         New module description field 'Link'.
3017         * gnulib-tool (func_usage): Document --extract-link-directive.
3018         (sed_extract_prog): Recognize 'Link' directive.
3019         (func_get_link_directive): New function.
3020         (func_import): Show summary of link directives.
3021         Handle --extract-link-directive option.
3022         * modules/acl (Link): New section.
3023         * modules/clock-time (Link): New section.
3024         * modules/euidaccess (Link): New section.
3025         * modules/gettext (Link): New section.
3026         * modules/iconv (Link): New section.
3027         * modules/lock (Link): New section.
3028         * modules/nanosleep (Link): New section.
3029         * modules/readline (Link): New section.
3030
3031 2007-01-27  Bruno Haible  <bruno@clisp.org>
3032
3033         Enforce the use of gnulib modules for unportable <string.h> functions.
3034         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3035         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3036         (gl_HEADER_STRING_H_BODY): Require it.
3037         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3038         the symbol XYZ to one that gives a link error.
3039         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3040         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3041         * modules/mempcpy (configure.ac): Likewise.
3042         * modules/memrchr (configure.ac): Likewise.
3043         * modules/stpcpy (configure.ac): Likewise.
3044         * modules/stpncpy (configure.ac): Likewise.
3045         * modules/strcase (configure.ac): Likewise.
3046         * modules/strcasestr (configure.ac): Likewise.
3047         * modules/strchrnul (configure.ac): Likewise.
3048         * modules/strdup (configure.ac): Likewise.
3049         * modules/strndup (configure.ac): Likewise.
3050         * modules/strnlen (configure.ac): Likewise.
3051         * modules/strpbrk (configure.ac): Likewise.
3052         * modules/strsep (configure.ac): Likewise.
3053         * modules/strstr (configure.ac): Likewise.
3054         * modules/strtok_r (configure.ac): Likewise.
3055
3056 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3057
3058         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3059
3060 2007-01-30  Jim Meyering  <jim@meyering.net>
3061
3062         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3063
3064 2007-01-29  Bruno Haible  <bruno@clisp.org>
3065
3066         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3067         * lib/execute.c: Likewise.
3068         * lib/pipe.c: Likewise.
3069         * lib/printf-args.h: Likewise.
3070         * lib/printf-args.c: Likewise.
3071         * lib/printf-parse.c: Likewise.
3072         * lib/vasnprintf.c: Likewise.
3073
3074 2007-01-29  Eric Blake  <ebb9@byu.net>
3075
3076         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3077         declaration.
3078
3079 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         * lib/strptime.h (strptime): Use 'restrict' for args where
3082         POSIX requires this.
3083         * lib/strptime.c (strptime): Likewise.
3084         Change license notice from LGPL to GPL, since gnulib-tool will
3085         change this as needed.
3086         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3087         defined.
3088         Include "strptime.h" first, to check interface.
3089         Do not #undef _LIBC and _NL_CURRENT.
3090         Do not include <stdlib.h>; no longer needed.
3091         Include "time_r.h" and declare ptime_locale_status
3092         only if _LIBC is not defined.
3093         (__P): Remove unused macro.
3094         (match_string): Bring back glibc version, but use it only if _LIBC
3095         is defined.
3096         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3097         Remove unnecessary assertion and abort() call.
3098         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3099         * m4/strptime.m4: Fix serial number comment.
3100         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3101         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3102         (Depends-on): Add time_r.
3103
3104 2007-01-29  Bruno Haible  <bruno@clisp.org>
3105
3106         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3107         strptime.
3108         * modules/strptime (Depends-on): Add stdbool.
3109         * lib/strptime.h: Include <time.h> always. Add comments.
3110
3111 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3112
3113         * modules/strptime: New file.
3114         * lib/strptime.h: New file.
3115         * lib/strptime.c: New file.
3116         * m4/strptime.m4: New file.
3117
3118 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3119
3120         * MODULES.html.sh: New module mpsort.
3121         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3122
3123         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3124         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3125         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3126         All uses changed.
3127         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3128         All uses changed.
3129         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3130         to _Restrict_.
3131         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3132         the parameter matches the prototype.
3133
3134 2007-01-28  Jim Meyering  <jim@meyering.net>
3135
3136         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3137         sys/time.h here, reverting that part of the previous patch:
3138         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3139
3140 2007-01-28  Bruno Haible  <bruno@clisp.org>
3141
3142         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3143         value of $(SYS_TIME_H).
3144         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3145         remove it conditionally, too. [added by Jim Meyering]
3146         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3147         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3148         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3149         GETTIMEOFDAY_REPLACEMENT to 1.
3150
3151 2007-01-28  Bruno Haible  <bruno@clisp.org>
3152
3153         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3154         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3155         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3156         Set UNISTD_H instead of UNISTD_H2.
3157         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3158
3159 2007-01-28  Bruno Haible  <bruno@clisp.org>
3160
3161         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3162         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3163
3164 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3165
3166         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3167         (func_create_testdir): Ensure C locale for `grep' and `tr'
3168         character ranges.
3169         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3170         ACLOCAL_AMFLAGS parsing state machine.
3171
3172 2007-01-27  Bruno Haible  <bruno@clisp.org>
3173
3174         * modules/unistr/base: Update.
3175
3176 2007-01-27  Bruno Haible  <bruno@clisp.org>
3177
3178         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3179         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3180         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3181         modules/unistr/u32-mbtouc.
3182         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3183         * lib/unistr.h: Update.
3184         * lib/linebreak.c: Update.
3185         * modules/unistr/u32-mbtouc: Renamed from
3186         modules/unistr/u32-mbtouc-safe.
3187         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3188         * lib/unistr.h: Update.
3189         * lib/unistr/u32-to-u8.c: Update.
3190         * lib/unistr/u32-to-u16.c: Update.
3191
3192 2007-01-27  Bruno Haible  <bruno@clisp.org>
3193
3194         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3195         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3196         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3197         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3198         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3199         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3200         modules/unistr/u16-mbtouc.
3201         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3202         * lib/unistr.h: Update.
3203         * lib/linebreak.c: Update.
3204         * modules/linebreak: Update.
3205         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3206         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3207         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3208         * modules/unistr/u16-mbtouc: Renamed from
3209         modules/unistr/u16-mbtouc-safe.
3210         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3211         * lib/unistr.h: Update.
3212         * lib/unistr/u16-to-u8.c: Update.
3213         * modules/unistr/u16-to-u8: Update.
3214         * lib/unistr/u16-to-u32.c: Update.
3215         * modules/unistr/u16-to-u32: Update.
3216
3217 2007-01-27  Bruno Haible  <bruno@clisp.org>
3218
3219         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3220         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3221         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3222         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3223         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3224         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3225         modules/unistr/u8-mbtouc.
3226         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3227         * lib/unistr.h: Update.
3228         * lib/striconveh.c: Update.
3229         * modules/striconveh: Update.
3230         * lib/linebreak.c: Update.
3231         * modules/linebreak: Update.
3232         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3233         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3234         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3235         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3236         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3237         * lib/unistr.h: Update.
3238         * lib/striconveh.c: Update.
3239         * modules/striconveh: Update.
3240         * lib/unistr/u8-to-u16.c: Update.
3241         * modules/unistr/u8-to-u16: Update.
3242         * lib/unistr/u8-to-u32.c: Update.
3243         * modules/unistr/u8-to-u32: Update.
3244
3245 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3246
3247         Sync from Libtool.
3248         * lib/argz.c: Do not include strings.h nor memory.h, include
3249         string.h unconditionally.  Patch by Simon Josefsson.
3250
3251 2007-01-27  Bruno Haible  <bruno@clisp.org>
3252
3253         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3254         from gl_HEADER_STRING_H_BODY.
3255         (gl_HEADER_STRING_H_BODY): Require it.
3256         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3257         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3258         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3259         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3260         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3261         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3262         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3263         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3264         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3265         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3266         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3267         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3268         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3269         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3270         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3271
3272 2007-01-27  Bruno Haible  <bruno@clisp.org>
3273
3274         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3275         check_PROGRAMS into noinst_PROGRAMS.
3276         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3277         check_PROGRAMS in this case.
3278         (func_import): Set for_test to false.
3279         (func_create_testdir): Set for_test to true.
3280
3281 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3282             Bruno Haible  <bruno@clisp.org>
3283
3284         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3285         (Depends-on): Add string.
3286         (Includes): Use <string.h> instead of strcasestr.h.
3287         * modules/string (Makefile.am): Also substitute the value of
3288         REPLACE_STRCASESTR.
3289         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3290         assume strcasestr is declared in <string.h> not <strings.h>. Also
3291         set REPLACE_STRCASESTR.
3292         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3293         REPLACE_STRCASESTR.
3294         * lib/strcasestr.h: Remove file.
3295         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3296         * lib/string_.h (strcasestr): New declaration.
3297
3298 2007-01-27  Bruno Haible  <bruno@clisp.org>
3299
3300         * lib/string_.h: Use 'extern'.
3301
3302 2007-01-27  Jim Meyering  <jim@meyering.net>
3303
3304         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3305         of set-but-not-used local, "q".
3306
3307         * lib/mempcpy.c: Include <config.h> before <string.h>.
3308         This fixes a compilation error on HP-UX, due to the system's
3309         "restrict"-using mempcpy prototype.
3310
3311 2007-01-26  Bruno Haible  <bruno@clisp.org>
3312
3313         Small optimization.
3314         * lib/javacomp.c: Include c-strstr.h.
3315          (is_envjavac_gcj): Use c_strstr instead of strstr.
3316         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3317
3318 2007-01-26  Bruno Haible  <bruno@clisp.org>
3319
3320         * MODULES.html.sh (Unicode string functions): Add the new modules.
3321
3322         * modules/uniconv/u32-strconv-to-locale: New file.
3323         * lib/uniconv/u32-strconv-to-locale.c: New file.
3324
3325         * modules/uniconv/u16-strconv-to-locale: New file.
3326         * lib/uniconv/u16-strconv-to-locale.c: New file.
3327
3328         * modules/uniconv/u8-strconv-to-locale: New file.
3329         * lib/uniconv/u8-strconv-to-locale.c: New file.
3330
3331         * modules/uniconv/u32-strconv-from-locale: New file.
3332         * lib/uniconv/u32-strconv-from-locale.c: New file.
3333
3334         * modules/uniconv/u16-strconv-from-locale: New file.
3335         * lib/uniconv/u16-strconv-from-locale.c: New file.
3336
3337         * modules/uniconv/u8-strconv-from-locale: New file.
3338         * lib/uniconv/u8-strconv-from-locale.c: New file.
3339
3340         * modules/uniconv/u32-strconv-to-enc: New file.
3341         * lib/uniconv/u32-strconv-to-enc.c: New file.
3342         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3343         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3344
3345         * modules/uniconv/u16-strconv-to-enc: New file.
3346         * lib/uniconv/u16-strconv-to-enc.c: New file.
3347         * lib/uniconv/u-strconv-to-enc.h: New file.
3348         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3349         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3350
3351         * modules/uniconv/u8-strconv-to-enc: New file.
3352         * lib/uniconv/u8-strconv-to-enc.c: New file.
3353         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3354         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3355
3356         * modules/uniconv/u32-strconv-from-enc: New file.
3357         * lib/uniconv/u32-strconv-from-enc.c: New file.
3358         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3359         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3360
3361         * modules/uniconv/u16-strconv-from-enc: New file.
3362         * lib/uniconv/u16-strconv-from-enc.c: New file.
3363         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3364         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3365
3366         * modules/uniconv/u8-strconv-from-enc: New file.
3367         * lib/uniconv/u8-strconv-from-enc.c: New file.
3368         * lib/uniconv/u-strconv-from-enc.h: New file.
3369         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3370         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3371
3372         * modules/uniconv/u32-conv-from-enc: New file.
3373         * lib/uniconv/u32-conv-from-enc.c: New file.
3374         * modules/uniconv/u32-conv-from-enc-tests: New file.
3375         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3376
3377         * modules/uniconv/u16-conv-from-enc: New file.
3378         * lib/uniconv/u16-conv-from-enc.c: New file.
3379         * lib/uniconv/u-conv-from-enc.h: New file.
3380         * modules/uniconv/u16-conv-from-enc-tests: New file.
3381         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3382
3383         * modules/uniconv/u8-conv-from-enc: New file.
3384         * lib/uniconv/u8-conv-from-enc.c: New file.
3385         * modules/uniconv/u8-conv-from-enc-tests: New file.
3386         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3387
3388         * modules/uniconv/base: New file.
3389         * lib/uniconv.h: New file.
3390
3391 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3392
3393         * doc/gnulib-tool.texi (Initial import): Update to match current
3394         behavior with strdup module.
3395         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3396         * lib/memmem.h: Remove; all uses removed.  This is now done
3397         by <string.h>.
3398         * lib/mempcpy.h: Likewise.
3399         * lib/memrchr.h: Likewise.
3400         * lib/stpcpy.h: Likewise.
3401         * lib/stpncpy.h: Likewise.
3402         * lib/strcase.h: Likewise.
3403         * lib/strchrnul.h: Likewise.
3404         * lib/strdup.h: Likewise.
3405         * lib/strndup.h: Likewise.
3406         * lib/strnlen.h: Likewise.
3407         * lib/strpbrk.h: Likewise.
3408         * lib/strsep.h: Likewise.
3409         * lib/strstr.h: Likewise.
3410         * lib/strtok_r.h: Likewise.
3411         * lib/string_.h: New file.
3412         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3413         Rely on <string.h> instead.
3414         * lib/canon-host.c: Likewise.
3415         * lib/chdir-long.c: Likewise.
3416         * lib/concatpath.c: Likewise.
3417         * lib/exclude.c: Likewise.
3418         * lib/fchdir.c: Likewise.
3419         * lib/getaddrinfo.c: Likewise.
3420         * lib/getcwd.c: Likewise.
3421         * lib/getsubopt.c: Likewise.
3422         * lib/glob.c: Likewise.
3423         * lib/hard-locale.c: Likewise.
3424         * lib/iconvme.c: Likewise.
3425         * lib/javacomp.c: Likewise.
3426         * lib/mempcpy.c: Likewise.
3427         * lib/memrchr.c: Likewise.
3428         * lib/regex_internal.h: Likewise.
3429         * lib/stpncpy.c: Likewise.
3430         * lib/strcasecmp.c: Likewise.
3431         * lib/strchrnul.c: Likewise.
3432         * lib/strdup.c: Likewise.
3433         * lib/striconv.c: Likewise.
3434         * lib/striconveh.c: Likewise.
3435         * lib/striconveha.c: Likewise.
3436         * lib/strncasecmp.c: Likewise.
3437         * lib/strndup.c: Likewise.
3438         * lib/strnlen.c: Likewise.
3439         * lib/strsep.c: Likewise.
3440         * lib/strstr.c: Likewise.
3441         * lib/strtok_r.c: Likewise.
3442         * lib/userspec.c: Likewise.
3443         * lib/w32spawn.h: Likewise.
3444         * lib/xstrndup.c: Likewise.
3445         * lib/mountlist.c (strstr): Remove decl.
3446         * m4/string_h.m4: New file.
3447         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3448         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3449         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3450         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3451         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3452         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3453         Set REPLACE_STRCASECMP if necessary.
3454         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3455         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3456         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3457         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3458         HAVE_DECL_STRDUP if necessary.
3459         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3460         since gl_FUNC_STRNDUP does that now.
3461         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3462         Check for decl here...
3463         (gl_PREREQ_STRNLEN): ... not here.
3464         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3465         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3466         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3467         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3468         necessary.
3469         * modules/string: New file.
3470         * modules/memmem (Files): Remove special-purpose include file.
3471         (Depends-on): Add string.
3472         (Include): Include <string.h>, not the removed file.
3473         * modules/mempcpy: Likewise.
3474         * modules/memrchr: Likewise.
3475         * modules/stpcpy: Likewise.
3476         * modules/stpncpy: Likewise.
3477         * modules/strcase: Likewise.
3478         * modules/strchrnul: Likewise.
3479         * modules/strdup: Likewise.
3480         * modules/strndup: Likewise.
3481         * modules/strnlen: Likewise.
3482         * modules/strpbrk: Likewise.
3483         * modules/strsep: Likewise.
3484         * modules/strstr: Likewise.
3485         * modules/strtok_r: Likewise.
3486         * tests/test-dirname.c: Don't include "strdup.h", since
3487         <string.h> now suffices.
3488         * tests/test-memmem.c: Don't include "memmem.h", since
3489         <string.h> now suffices.
3490
3491 2007-01-25  Bruno Haible  <bruno@clisp.org>
3492
3493         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3494         *resultp is 0.
3495
3496         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3497         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3498         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3499         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3500
3501         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3502         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3503         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3504         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3505         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3506         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3507
3508 2007-01-24  Bruno Haible  <bruno@clisp.org>
3509
3510         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3511         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3512         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3513         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3514         gl_FUNC_FTS_CORE.
3515         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3516         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3517         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3518         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3519         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3520         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3521         gl_FUNC_FCHOWNAT.
3522         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3523         gl_FUNC_STRFTIME.
3524         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3525         Reported by Ralf Wildenhues.
3526
3527 2007-01-24  Bruno Haible  <bruno@clisp.org>
3528
3529         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3530         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3531         gl_GETADDRINFO.
3532         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3533         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3534         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3535
3536 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3537
3538         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3539         Don't use 'exit'; just return from 'main'.
3540         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3541
3542         * lib/fnmatch_.h: Readjust white space and comments to match
3543         glibc, to avoid spurious diffs.
3544
3545 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3546
3547         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3548         2004-12-01 change by Jakub Jelinek, since this code won't compile
3549         if !LIBC.  Problem reported by Bob Proulx.
3550
3551 2007-01-23  Bruno Haible  <bruno@clisp.org>
3552
3553         * lib/striconveh.c: Include c-strcaseeq.h.
3554         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3555         * modules/striconveh (Depends-on): Add c-strcaseeq.
3556
3557 2007-01-23  Bruno Haible  <bruno@clisp.org>
3558
3559         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3560
3561         * modules/c-strcaseeq: New file.
3562         * lib/c-strcaseeq.h: New file.
3563
3564         * modules/streq: New file.
3565         * lib/streq.h: New file.
3566
3567 2007-01-23  Bruno Haible  <bruno@clisp.org>
3568
3569         * modules/striconveha-tests: New file.
3570         * tests/test-striconveha.c: New file.
3571
3572         * lib/striconveha.h: Include <stdbool.h>.
3573         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3574         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3575         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3576         (mem_iconveha): New function.
3577         (str_iconveha_notranslit): Renamed from str_iconveha.
3578         (str_iconveha): New function.
3579         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3580         c-strcase.
3581
3582 2007-01-23  Bruno Haible  <bruno@clisp.org>
3583
3584         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3585         encodings without forgiving before trying any encoding with handler.
3586         (str_iconveha): Try all encodings without forgiving before trying any
3587         encoding with handler.
3588
3589 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3590
3591         Import the following changes from libc.
3592
3593         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3594
3595         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3596
3597         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3598
3599         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3600         normal_bracket label.
3601
3602         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3603
3604         [BZ #361]
3605         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3606         to normal_bracket after fetching the next character.
3607
3608 2007-01-22  Bruno Haible  <bruno@clisp.org>
3609
3610         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3611         argument.
3612         * lib/striconveh.c (iconv_carefully_1): New function.
3613         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3614         argument.
3615         (str_cd_iconveh): Update.
3616         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3617         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3618         * tests/test-striconveh.c (MAGIC): New macro.
3619         (new_offsets): New function.
3620         (main): Test call with and without offsets.
3621
3622 2007-01-22  Bruno Haible  <bruno@clisp.org>
3623
3624         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3625         * modules/sys_select (Makefile.am): Likewise.
3626         * modules/sys_socket (Makefile.am): Likewise.
3627         * modules/sys_time (Makefile.am): Likewise.
3628
3629 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3630
3631         * modules/gettimeofday (License): Change from GPL to LGPL, since
3632         gettimeofday is a library function.
3633
3634 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3635
3636         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3637
3638 2007-01-21  Bruno Haible  <bruno@clisp.org>
3639
3640         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3641
3642 2007-01-21  Bruno Haible  <bruno@clisp.org>
3643
3644         * modules/striconveha: New file.
3645         * lib/striconveha.h: New file.
3646         * lib/striconveha.c: New file.
3647         * MODULES.html.sh (Internationalization functions): Add striconveha.
3648         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3649         string.
3650         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3651
3652 2007-01-21  Bruno Haible  <bruno@clisp.org>
3653
3654         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3655         * lib/striconveh.c (str_iconveh): Likewise.
3656
3657 2007-01-21  Bruno Haible  <bruno@clisp.org>
3658
3659         * lib/striconveh.h (mem_iconveh): New declaration.
3660         * lib/striconveh.c (mem_iconveh): New function.
3661         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3662
3663 2007-01-21  Bruno Haible  <bruno@clisp.org>
3664
3665         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3666
3667         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3668         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3669         original result buffer.
3670         (str_cd_iconveh): Update.
3671         * tests/test-striconveh.c (main): Update.
3672
3673         * lib/striconv.h (mem_cd_iconv): Change specification.
3674         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3675         result buffer.
3676         (str_cd_iconv): Update.
3677         * tests/test-striconv.c (main): Update.
3678
3679 2007-01-21  Bruno Haible  <bruno@clisp.org>
3680
3681         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3682
3683 2007-01-20  Jim Meyering  <jim@meyering.net>
3684
3685         * lib/userspec.c (parse_with_separator): If a user or group string
3686         starts with "+", skip the corresponding name-to-ID look-up, since
3687         such a look-up must fail: user and group names may not include "+".
3688
3689 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3690
3691         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3692         since we now assume the sys_time module.
3693         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3694         check for sys/time.h; no longer needed.
3695         * modules/poll (Depends-on): Depend on sys_time.
3696
3697 2007-01-18  Bruno Haible  <bruno@clisp.org>
3698
3699         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3700         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3701
3702         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3703         gettimeofday.
3704
3705         * tests/test-gettimeofday.c: Include <time.h>.
3706         (dummy): Remove variable.
3707
3708         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3709         gl_HEADER_SYS_TIME_H.
3710         (gl_HEADER_SYS_TIME_H): New macro.
3711
3712         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3713         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3714         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3715         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3716         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3717         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3718         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3719         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3720         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3721         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3722         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3723
3724         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3725         last change; it caused a compilation error when cross-compiling to
3726         Cygwin.
3727
3728 2007-01-18  Jim Meyering  <jim@meyering.net>
3729
3730         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3731         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3732         than the race-prone "test -d sys || mkdir sys".
3733         (configure.ac): Use AC_PROG_MKDIR_P.
3734         * modules/sys_select: Likewise.
3735         * modules/sys_socket: Likewise.
3736         * modules/sys_time: Likewise.
3737
3738 2007-01-18  Eric Blake  <ebb9@byu.net>
3739
3740         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3741         replace gettimeofday.
3742         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3743         name, to avoid infinite recursion.
3744
3745 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3746
3747         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3748         module sys_time.
3749         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3750         assume timespec.h defines struct timeval.
3751         * lib/settime.c: Likewise.
3752         * lib/utimens.c: Likewise.
3753         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3754         since we now assume the gettimeofday module.
3755         * lib/tempname.c (__gen_tempname): Likewise.
3756         * lib/gettimeofday.h: Remove.
3757         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3758         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3759         Include <time.h>, for 'time()'.
3760         (localtime_buffer_addr): Also use this workaround if
3761         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3762         to simplify the uses.  All uses changed.
3763         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3764         that #undef is inside {}, and 'const' follows type name consistently.
3765         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3766         (gettimeofday): Do not use the maximum possible value for
3767         tv->tv_usec, since that might break usages other than ls.c.
3768         Instead, we'll leave ls.c alone.  This undoes today's patch
3769         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3770         we've never observed the problem but might as well keep the
3771         canary.
3772         * lib/nanosleep.c: Include timespec.h first, for interface check.
3773         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3774         now assume the sys_time module.
3775         * lib/tempname.c: Likewise.
3776         * lib/timespec.h: Likewise.
3777         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3778         needed.
3779         * lib/strftime.c: Likewise.
3780         * lib/timespec.h: Likewise.
3781         * lib/posixtm.c: Include posixtm.h first, for interface check.
3782         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3783         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3784         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3785         * lib/sys_time_.h: New file.
3786         * lib/timespec.h (struct timespec): Use long int, not long.
3787         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3788         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3789         Remove obsolescent call to AC_HEADER_TIME.
3790         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3791         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3792         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3793         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3794         Likewise.
3795         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3796         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3797         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3798         into the sys_time module.  Check for gettimeofday just once.
3799         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3800         for gettimeofday signature to just check the signature.  Merely
3801         compile it, since linking doesn't test signature.  Improve test for
3802         whether gettimeofday.o is actually needed.
3803         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3804         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3805         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3806         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3807         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3808         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3809         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3810         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3811         than worrying about sys/time.h.
3812         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3813         Don't bother worrying about TIME_WITH_SYS_TIME.
3814         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3815         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3816         * m4/sys_time_h.m4: New file.
3817         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3818         Don't include sys/time.h.  Return from main rather than exiting.
3819         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3820         all uses changed.
3821         * modules/gethrxtime (Depends-on): Add sys_time.
3822         * modules/gettime (Depends-on): Likewise.
3823         * modules/gettimeofday (Depends-on): Likewise.
3824         * modules/nanosleep (Depends-on): Likewise.
3825         * modules/settime (Depends-on): Likewise.
3826         * modules/tempname (Depends-on): Likewise.
3827         * modules/utimens (Depends-on): Likewise.
3828         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3829         (Include:) Change back to <sys/time.h>.
3830         (Maintainer:) Add self.
3831         * modules/sys_time: New file.
3832         * modules/tempname (Depends-on): Add gettimeofday.
3833         * tests/test-gettimeofday.c: Include <sys/time.h>
3834         rather than gettimeofday.h.
3835
3836 2007-01-17  Bruno Haible  <bruno@clisp.org>
3837
3838         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3839         the license default to GPL.
3840         (func_create_testdir): Don't complain if a module is LGPL and its
3841         tests module depends on GPLed modules.
3842
3843 2007-01-17  Bruno Haible  <bruno@clisp.org>
3844
3845         * lib/gettimeofday.c (gettimeofday): Add code for the case
3846         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3847         maximum possible value for tv->tv_usec, rather than the minimum one.
3848
3849 2005-10-08  Martin Lambers  <marlam@marlam.de>
3850 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3851 2007-01-16  Bruno Haible  <bruno@clisp.org>
3852
3853         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3854         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3855         gl_FUNC_GETTIMEOFDAY.
3856         (Include): Add gettimeofday.h.
3857         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3858         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3859         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3860         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3861         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3862         * lib/gettimeofday.h: New file.
3863         * lib/gettimeofday.c: Include <sys/timeb.h>.
3864         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3865         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3866         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3867         fall back on time().
3868
3869         * tests/test-gettimeofday.c: New file.
3870         * modules/gettimeofday-tests: New file.
3871
3872 2007-01-16  Eric Blake  <ebb9@byu.net>
3873
3874         * modules/fnmatch (Depends-on): Depend on wchar.
3875         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3876         * m4/fnmatch.m4: Likewise.
3877         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3878         * m4/mbchar.m4: Likewise.
3879         * modules/mbswidth (Depends-on): Depend on wchar.
3880         * lib/mbswidth.c: Assume <wchar.h>.
3881         * m4/mbswidth.m4: Likewise.
3882         * modules/quotearg (Depends-on): Depend on wchar.
3883         * lib/quotearg.c: Assume <wchar.h>.
3884         * m4/quotearg.m4: Likewise.
3885         * modules/regex (Depends-on): Depend on wchar.
3886         * lib/regex_internal.h: Assume <wchar.h>.
3887         * m4/regex.m4: Likewise.
3888         * modules/stdint (Depends-on): Depend on wchar.
3889         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3890         * m4/stdint.m4: Likewise.
3891         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3892         * modules/strftime (Depends-on): Depend on wchar.
3893         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3894         * modules/strtol (Depends-on): Depend on wchar.
3895         * lib/strtol.c: Assume <wchar.h>.
3896         * modules/wcwidth (Depends-on): Depend on wchar.
3897         * lib/wcwidth.h: Assume <wchar.h>.
3898         * m4/wcwidth.m4: Likewise.
3899
3900 2007-01-16  Bruno Haible  <bruno@clisp.org>
3901
3902         * modules/csharpexec-script: New, created from...
3903         * modules/csharpexec: ... this.
3904
3905 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3906
3907         * modules/javaexec-script: New, created from...
3908         * modules/javaexec: ... this.
3909
3910 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3911
3912         * modules/poll (Dependencies): Add sys_select.
3913
3914 2007-01-15  Jim Meyering  <jim@meyering.net>
3915
3916         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3917         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3918         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3919         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3920
3921 2007-01-15  Bruno Haible  <bruno@clisp.org>
3922
3923         * modules/striconveh: New file.
3924         * lib/striconveh.h: New file.
3925         * lib/striconveh.c: New file.
3926         * MODULES.html.sh (Internationalization functions): Add striconveh.
3927
3928         * modules/striconveh-tests: New file.
3929         * tests/test-striconveh.c: New file.
3930
3931 2007-01-15  Bruno Haible  <bruno@clisp.org>
3932
3933         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3934         not from GNU libiconv or GNU libc.
3935
3936 2007-01-15  Bruno Haible  <bruno@clisp.org>
3937
3938         * doc/gnulib-intro.texi (Copyright): Explain the different license
3939         terms for module descriptions, autoconf macros, tests, documentation.
3940
3941 2007-01-14  Bruno Haible  <bruno@clisp.org>
3942
3943         * modules/striconv-tests: New file.
3944         * tests/test-striconv.c: New file.
3945
3946 2007-01-14  Bruno Haible  <bruno@clisp.org>
3947
3948         * modules/iconv-tests: New file.
3949         * tests/test-iconv.c: New file.
3950
3951 2007-01-14  Bruno Haible  <bruno@clisp.org>
3952
3953         * gnulib-tool (func_get_license): For test modules, use the license of
3954         the main module.
3955
3956 2007-01-14  Bruno Haible  <bruno@clisp.org>
3957
3958         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3959         if iconv is found to exist.
3960
3961 2007-01-14  Bruno Haible  <bruno@clisp.org>
3962
3963         * modules/c-ctype-tests: New file.
3964         * tests/test-c-ctype.c: New file.
3965
3966 2007-01-14  Bruno Haible  <bruno@clisp.org>
3967
3968         * modules/binary-io-tests: New file.
3969         * tests/test-binary-io.sh: New file.
3970         * tests/test-binary-io.c: New file.
3971
3972 2007-01-14  Bruno Haible  <bruno@clisp.org>
3973
3974         * modules/array-oset-tests: New file.
3975         * tests/test-array_oset.c: New file.
3976
3977 2007-01-14  Bruno Haible  <bruno@clisp.org>
3978
3979         * modules/array-list-tests: New file.
3980         * tests/test-array_list.c: New file.
3981
3982 2007-01-14  Bruno Haible  <bruno@clisp.org>
3983
3984         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
3985         and make.
3986         Reported by Simon Josefsson in
3987         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
3988
3989 2007-01-14  Bruno Haible  <bruno@clisp.org>
3990
3991         * modules/allocsa-tests: New file.
3992         * tests/test-allocsa.c: New file.
3993
3994 2007-01-14  Bruno Haible  <bruno@clisp.org>
3995
3996         * modules/fchdir (Depends-on): Add absolute-header.
3997         * modules/unistd (Depends-on): Likewise.
3998
3999 2006-12-30  Bruno Haible  <bruno@clisp.org>
4000
4001         * modules/fchdir: New file.
4002         * modules/unistd (Files): Add lib/unistd_.h.
4003         (Makefile.am): Generate unistd.h from unistd_.h.
4004         * lib/fchdir.c: New file.
4005         * lib/dirent_.h: New file.
4006         * lib/unistd_.h: New file.
4007         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4008         * m4/fchdir.m4: New file.
4009         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4010         (gl_HEADER_UNISTD): Invoke it.
4011         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4012         function.
4013         * lib/backupfile.c (opendir, closedir): Undefine.
4014         * lib/chown.c (open, close): Undefine.
4015         * lib/clean-temp.c (open, close): Undefine.
4016         * lib/copy-file.c (open, close): Undefine.
4017         * lib/execute.c (open, close): Undefine.
4018         * lib/fsusage.c (open, close): Undefine.
4019         * lib/gc-gnulib.c (open, close): Undefine.
4020         * lib/getcwd.c (opendir, closedir): Undefine.
4021         * lib/glob.c (opendir, closedir): Undefine.
4022         * lib/javacomp.c (open, close): Undefine.
4023         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4024         * lib/openat-proc.c (open, close): Undefine.
4025         * lib/pagealign_alloc.c (open, close): Undefine.
4026         * lib/pipe.c (open, close): Undefine.
4027         * lib/progreloc.c (open, close): Undefine.
4028         * lib/savedir.c (opendir, closedir): Undefine.
4029         * lib/utime.c (open, close): Undefine.
4030         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4031
4032 2007-01-10  Bruno Haible  <bruno@clisp.org>
4033
4034         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4035
4036 2007-01-12  Eric Blake  <ebb9@byu.net>
4037
4038         Provide a robust <wchar.h>.  Further simplifications are now
4039         possible in other modules, but not included here.
4040         * modules/wchar: New module.
4041         * m4/wchar.m4: New file.
4042         * lib/wchar_.h: Likewise.
4043         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4044         of the new module.
4045         * MODULES.html.sh (Extended multibyte and wide character utilities):
4046         New section.
4047
4048 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4049
4050         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4051         to a reasonable default for memory allocation.
4052         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4053         file system that reports garbage st_size values for symlinks.
4054         Problem reported by Liyang Hu.
4055
4056 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4057
4058         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4059         Emacs .#* auto-save files).
4060
4061 2007-01-11  Bruno Haible  <bruno@clisp.org>
4062
4063         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4064         directory.
4065
4066 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4067
4068         Use @...@ consistently in lib/wctype_.h.
4069         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4070         on it being set to 1 or 0.
4071         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4072         go back to AC_SUBSTing it.
4073         * modules/wctype (Makefile.am): Undo previous change.
4074
4075 2007-01-10  Eric Blake  <ebb9@byu.net>
4076
4077         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4078         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4079         * modules/wctype (Makefile.am): Likewise.
4080         Reported by Chris McGuire.
4081
4082 2007-01-10  Jim Meyering  <jim@meyering.net>
4083
4084         fts.c: a small readability/maintainability improvement
4085         * lib/fts.c (fts_read): Make this code slightly more readable and
4086         maintainable by hoisting the "sp->fts_cur = p" assignments to
4087         immediately follow the statements that set P.  Derived from
4088         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4089
4090 2007-01-10  Eric Blake  <ebb9@byu.net>
4091
4092         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4093         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4094         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4095         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4096         Reported by Chris McGuire.
4097
4098 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4099
4100         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4101         in sed script.
4102
4103 2007-01-09  Bruno Haible  <bruno@clisp.org>
4104
4105         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4106         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4107         variables.
4108         (func_module): Use them.
4109
4110 2007-01-09  Bruno Haible  <bruno@clisp.org>
4111
4112         * modules/unistr/base: New file.
4113         * lib/unistr.h: New file.
4114
4115         * modules/unistr/u8-to-u16: New file.
4116         * lib/unistr/u8-to-u16.c: New file.
4117
4118         * modules/unistr/u8-to-u32: New file.
4119         * lib/unistr/u8-to-u32.c: New file.
4120
4121         * modules/unistr/u16-to-u8: New file.
4122         * lib/unistr/u16-to-u8.c: New file.
4123
4124         * modules/unistr/u16-to-u32: New file.
4125         * lib/unistr/u16-to-u32.c: New file.
4126
4127         * modules/unistr/u32-to-u8: New file.
4128         * lib/unistr/u32-to-u8.c: New file.
4129
4130         * modules/unistr/u32-to-u16: New file.
4131         * lib/unistr/u32-to-u16.c: New file.
4132
4133         * modules/unistr/u8-check: New file.
4134         * modules/unistr/u16-check: New file.
4135         * modules/unistr/u32-check: New file.
4136         * lib/unistr/u8-check.c: New file.
4137         * lib/unistr/u16-check.c: New file.
4138         * lib/unistr/u32-check.c: New file.
4139
4140         * modules/unistr/u8-chr: New file.
4141         * modules/unistr/u16-chr: New file.
4142         * modules/unistr/u32-chr: New file.
4143         * lib/unistr/u8-chr.c: New file.
4144         * lib/unistr/u16-chr.c: New file.
4145         * lib/unistr/u32-chr.c: New file.
4146
4147         * modules/unistr/u8-cmp: New file.
4148         * modules/unistr/u16-cmp: New file.
4149         * modules/unistr/u32-cmp: New file.
4150         * lib/unistr/u8-cmp.c: New file.
4151         * lib/unistr/u16-cmp.c: New file.
4152         * lib/unistr/u32-cmp.c: New file.
4153
4154         * modules/unistr/u8-cpy: New file.
4155         * modules/unistr/u16-cpy: New file.
4156         * modules/unistr/u32-cpy: New file.
4157         * lib/unistr/u8-cpy.c: New file.
4158         * lib/unistr/u16-cpy.c: New file.
4159         * lib/unistr/u32-cpy.c: New file.
4160         * lib/unistr/u-cpy.h: New file.
4161
4162         * modules/unistr/u8-cpy-alloc: New file.
4163         * modules/unistr/u16-cpy-alloc: New file.
4164         * modules/unistr/u32-cpy-alloc: New file.
4165         * lib/unistr/u8-cpy-alloc.c: New file.
4166         * lib/unistr/u16-cpy-alloc.c: New file.
4167         * lib/unistr/u32-cpy-alloc.c: New file.
4168         * lib/unistr/u-cpy-alloc.h: New file.
4169
4170         * modules/unistr/u8-endswith: New file.
4171         * modules/unistr/u16-endswith: New file.
4172         * modules/unistr/u32-endswith: New file.
4173         * lib/unistr/u8-endswith.c: New file.
4174         * lib/unistr/u16-endswith.c: New file.
4175         * lib/unistr/u32-endswith.c: New file.
4176         * lib/unistr/u-endswith.h: New file.
4177
4178         * modules/unistr/u8-mblen: New file.
4179         * modules/unistr/u16-mblen: New file.
4180         * modules/unistr/u32-mblen: New file.
4181         * lib/unistr/u8-mblen.c: New file.
4182         * lib/unistr/u16-mblen.c: New file.
4183         * lib/unistr/u32-mblen.c: New file.
4184
4185         * modules/unistr/u8-mbtouc: New file.
4186         * modules/unistr/u16-mbtouc: New file.
4187         * modules/unistr/u32-mbtouc: New file.
4188         * lib/unistr/u8-mbtouc.c: New file.
4189         * lib/unistr/u16-mbtouc.c: New file.
4190         * lib/unistr/u32-mbtouc.c: New file.
4191
4192         * modules/unistr/u8-mbtouc-safe: New file.
4193         * modules/unistr/u16-mbtouc-safe: New file.
4194         * modules/unistr/u32-mbtouc-safe: New file.
4195         * lib/unistr/u8-mbtouc-safe.c: New file.
4196         * lib/unistr/u16-mbtouc-safe.c: New file.
4197         * lib/unistr/u32-mbtouc-safe.c: New file.
4198
4199         * modules/unistr/u8-move: New file.
4200         * modules/unistr/u16-move: New file.
4201         * modules/unistr/u32-move: New file.
4202         * lib/unistr/u8-move.c: New file.
4203         * lib/unistr/u16-move.c: New file.
4204         * lib/unistr/u32-move.c: New file.
4205         * lib/unistr/u-move.h: New file.
4206
4207         * modules/unistr/u8-next: New file.
4208         * modules/unistr/u16-next: New file.
4209         * modules/unistr/u32-next: New file.
4210         * lib/unistr/u8-next.c: New file.
4211         * lib/unistr/u16-next.c: New file.
4212         * lib/unistr/u32-next.c: New file.
4213
4214         * modules/unistr/u8-prev: New file.
4215         * modules/unistr/u16-prev: New file.
4216         * modules/unistr/u32-prev: New file.
4217         * lib/unistr/u8-prev.c: New file.
4218         * lib/unistr/u16-prev.c: New file.
4219         * lib/unistr/u32-prev.c: New file.
4220
4221         * modules/unistr/u8-set: New file.
4222         * modules/unistr/u16-set: New file.
4223         * modules/unistr/u32-set: New file.
4224         * lib/unistr/u8-set.c: New file.
4225         * lib/unistr/u16-set.c: New file.
4226         * lib/unistr/u32-set.c: New file.
4227         * lib/unistr/u-set.h: New file.
4228
4229         * modules/unistr/u8-startswith: New file.
4230         * modules/unistr/u16-startswith: New file.
4231         * modules/unistr/u32-startswith: New file.
4232         * lib/unistr/u8-startswith.c: New file.
4233         * lib/unistr/u16-startswith.c: New file.
4234         * lib/unistr/u32-startswith.c: New file.
4235         * lib/unistr/u-startswith.h: New file.
4236
4237         * modules/unistr/u8-stpcpy: New file.
4238         * modules/unistr/u16-stpcpy: New file.
4239         * modules/unistr/u32-stpcpy: New file.
4240         * lib/unistr/u8-stpcpy.c: New file.
4241         * lib/unistr/u16-stpcpy.c: New file.
4242         * lib/unistr/u32-stpcpy.c: New file.
4243         * lib/unistr/u-stpcpy.h: New file.
4244
4245         * modules/unistr/u8-stpncpy: New file.
4246         * modules/unistr/u16-stpncpy: New file.
4247         * modules/unistr/u32-stpncpy: New file.
4248         * lib/unistr/u8-stpncpy.c: New file.
4249         * lib/unistr/u16-stpncpy.c: New file.
4250         * lib/unistr/u32-stpncpy.c: New file.
4251         * lib/unistr/u-stpncpy.h: New file.
4252
4253         * modules/unistr/u8-strcat: New file.
4254         * modules/unistr/u16-strcat: New file.
4255         * modules/unistr/u32-strcat: New file.
4256         * lib/unistr/u8-strcat.c: New file.
4257         * lib/unistr/u16-strcat.c: New file.
4258         * lib/unistr/u32-strcat.c: New file.
4259         * lib/unistr/u-strcat.h: New file.
4260
4261         * modules/unistr/u8-strchr: New file.
4262         * modules/unistr/u16-strchr: New file.
4263         * modules/unistr/u32-strchr: New file.
4264         * lib/unistr/u8-strchr.c: New file.
4265         * lib/unistr/u16-strchr.c: New file.
4266         * lib/unistr/u32-strchr.c: New file.
4267
4268         * modules/unistr/u8-strcmp: New file.
4269         * modules/unistr/u16-strcmp: New file.
4270         * modules/unistr/u32-strcmp: New file.
4271         * lib/unistr/u8-strcmp.c: New file.
4272         * lib/unistr/u16-strcmp.c: New file.
4273         * lib/unistr/u32-strcmp.c: New file.
4274
4275         * modules/unistr/u8-strcpy: New file.
4276         * modules/unistr/u16-strcpy: New file.
4277         * modules/unistr/u32-strcpy: New file.
4278         * lib/unistr/u8-strcpy.c: New file.
4279         * lib/unistr/u16-strcpy.c: New file.
4280         * lib/unistr/u32-strcpy.c: New file.
4281         * lib/unistr/u-strcpy.h: New file.
4282
4283         * modules/unistr/u8-strcspn: New file.
4284         * modules/unistr/u16-strcspn: New file.
4285         * modules/unistr/u32-strcspn: New file.
4286         * lib/unistr/u8-strcspn.c: New file.
4287         * lib/unistr/u16-strcspn.c: New file.
4288         * lib/unistr/u32-strcspn.c: New file.
4289         * lib/unistr/u-strcspn.h: New file.
4290
4291         * modules/unistr/u8-strdup: New file.
4292         * modules/unistr/u16-strdup: New file.
4293         * modules/unistr/u32-strdup: New file.
4294         * lib/unistr/u8-strdup.c: New file.
4295         * lib/unistr/u16-strdup.c: New file.
4296         * lib/unistr/u32-strdup.c: New file.
4297         * lib/unistr/u-strdup.h: New file.
4298
4299         * modules/unistr/u8-strlen: New file.
4300         * modules/unistr/u16-strlen: New file.
4301         * modules/unistr/u32-strlen: New file.
4302         * lib/unistr/u8-strlen.c: New file.
4303         * lib/unistr/u16-strlen.c: New file.
4304         * lib/unistr/u32-strlen.c: New file.
4305         * lib/unistr/u-strlen.h: New file.
4306
4307         * modules/unistr/u8-strmblen: New file.
4308         * modules/unistr/u16-strmblen: New file.
4309         * modules/unistr/u32-strmblen: New file.
4310         * lib/unistr/u8-strmblen.c: New file.
4311         * lib/unistr/u16-strmblen.c: New file.
4312         * lib/unistr/u32-strmblen.c: New file.
4313
4314         * modules/unistr/u8-strmbtouc: New file.
4315         * modules/unistr/u16-strmbtouc: New file.
4316         * modules/unistr/u32-strmbtouc: New file.
4317         * lib/unistr/u8-strmbtouc.c: New file.
4318         * lib/unistr/u16-strmbtouc.c: New file.
4319         * lib/unistr/u32-strmbtouc.c: New file.
4320
4321         * modules/unistr/u8-strncat: New file.
4322         * modules/unistr/u16-strncat: New file.
4323         * modules/unistr/u32-strncat: New file.
4324         * lib/unistr/u8-strncat.c: New file.
4325         * lib/unistr/u16-strncat.c: New file.
4326         * lib/unistr/u32-strncat.c: New file.
4327         * lib/unistr/u-strncat.h: New file.
4328
4329         * modules/unistr/u8-strncmp: New file.
4330         * modules/unistr/u16-strncmp: New file.
4331         * modules/unistr/u32-strncmp: New file.
4332         * lib/unistr/u8-strncmp.c: New file.
4333         * lib/unistr/u16-strncmp.c: New file.
4334         * lib/unistr/u32-strncmp.c: New file.
4335
4336         * modules/unistr/u8-strncpy: New file.
4337         * modules/unistr/u16-strncpy: New file.
4338         * modules/unistr/u32-strncpy: New file.
4339         * lib/unistr/u8-strncpy.c: New file.
4340         * lib/unistr/u16-strncpy.c: New file.
4341         * lib/unistr/u32-strncpy.c: New file.
4342         * lib/unistr/u-strncpy.h: New file.
4343
4344         * modules/unistr/u8-strnlen: New file.
4345         * modules/unistr/u16-strnlen: New file.
4346         * modules/unistr/u32-strnlen: New file.
4347         * lib/unistr/u8-strnlen.c: New file.
4348         * lib/unistr/u16-strnlen.c: New file.
4349         * lib/unistr/u32-strnlen.c: New file.
4350         * lib/unistr/u-strnlen.h: New file.
4351
4352         * modules/unistr/u8-strpbrk: New file.
4353         * modules/unistr/u16-strpbrk: New file.
4354         * modules/unistr/u32-strpbrk: New file.
4355         * lib/unistr/u8-strpbrk.c: New file.
4356         * lib/unistr/u16-strpbrk.c: New file.
4357         * lib/unistr/u32-strpbrk.c: New file.
4358         * lib/unistr/u-strpbrk.h: New file.
4359
4360         * modules/unistr/u8-strrchr: New file.
4361         * modules/unistr/u16-strrchr: New file.
4362         * modules/unistr/u32-strrchr: New file.
4363         * lib/unistr/u8-strrchr.c: New file.
4364         * lib/unistr/u16-strrchr.c: New file.
4365         * lib/unistr/u32-strrchr.c: New file.
4366
4367         * modules/unistr/u8-strspn: New file.
4368         * modules/unistr/u16-strspn: New file.
4369         * modules/unistr/u32-strspn: New file.
4370         * lib/unistr/u8-strspn.c: New file.
4371         * lib/unistr/u16-strspn.c: New file.
4372         * lib/unistr/u32-strspn.c: New file.
4373         * lib/unistr/u-strspn.h: New file.
4374
4375         * modules/unistr/u8-strstr: New file.
4376         * modules/unistr/u16-strstr: New file.
4377         * modules/unistr/u32-strstr: New file.
4378         * lib/unistr/u8-strstr.c: New file.
4379         * lib/unistr/u16-strstr.c: New file.
4380         * lib/unistr/u32-strstr.c: New file.
4381         * lib/unistr/u-strstr.h: New file.
4382
4383         * modules/unistr/u8-strtok: New file.
4384         * modules/unistr/u16-strtok: New file.
4385         * modules/unistr/u32-strtok: New file.
4386         * lib/unistr/u8-strtok.c: New file.
4387         * lib/unistr/u16-strtok.c: New file.
4388         * lib/unistr/u32-strtok.c: New file.
4389         * lib/unistr/u-strtok.h: New file.
4390
4391         * modules/unistr/u8-uctomb: New file.
4392         * modules/unistr/u16-uctomb: New file.
4393         * modules/unistr/u32-uctomb: New file.
4394         * lib/unistr/u8-uctomb.c: New file.
4395         * lib/unistr/u16-uctomb.c: New file.
4396         * lib/unistr/u32-uctomb.c: New file.
4397
4398         * MODULES.html.sh (Unicode string functions): Add the new modules.
4399
4400 2007-01-08  Bruno Haible  <bruno@clisp.org>
4401
4402         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4403         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4404         subdirectories.
4405
4406 2007-01-08  Karl Berry  <karl@gnu.org>
4407
4408         * doc/error.texi: mention that main() fns must set program_name
4409         when progname is used.
4410
4411 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4412
4413         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4414         WCTYPE_H is empty, for the benefit of builds from non-distclean
4415         directories.  Problem reported by Eric Blake in
4416         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4417
4418 2007-01-08  Bruno Haible  <bruno@clisp.org>
4419
4420         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4421         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4422         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4423         PROVIDE_CANONICALIZE_FILENAME_MODE.
4424         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4425
4426 2007-01-08  Bruno Haible  <bruno@clisp.org>
4427
4428         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4429         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4430         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4431         * lib/fts.c: Likewise.
4432         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4433
4434 2006-12-25  Bruno Haible  <bruno@clisp.org>
4435
4436         * modules/utf8-ucs4-safe: New file.
4437         * lib/utf8-ucs4-safe.h: New file.
4438         * lib/unistr/utf8-ucs4-safe.c: New file.
4439
4440         * modules/utf16-ucs4-safe: New file.
4441         * lib/utf16-ucs4-safe.h: New file.
4442         * lib/unistr/utf16-ucs4-safe.c: New file.
4443
4444         * MODULES.html.sh (Unicode string functions): Add the new modules.
4445
4446 2007-01-08  Bruno Haible  <bruno@clisp.org>
4447
4448         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4449         (Depends-on): Add unitypes.
4450         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4451         (u8_mbtouc_aux): Move out to separate file.
4452         (u8_mbtouc): Use ucs4_t, uint8_t types.
4453         * lib/unistr/utf8-ucs4.c: New file.
4454
4455         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4456         (Depends-on): Add unitypes.
4457         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4458         (u16_mbtouc_aux): Move out to separate file.
4459         (u16_mbtouc): Use ucs4_t, uint16_t types.
4460         * lib/unistr/utf16-ucs4.c: New file.
4461
4462         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4463         (Depends-on): Add unitypes.
4464         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4465         (u8_uctomb_aux): Move out to separate file.
4466         (u8_uctomb): Use ucs4_t, uint8_t types.
4467         * lib/unistr/ucs4-utf8.c: New file.
4468
4469         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4470         (Depends-on): Add unitypes.
4471         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4472         (u16_uctomb_aux): Move out to separate file.
4473         (u16_uctomb): Use ucs4_t, uint16_t types.
4474         * lib/unistr/ucs4-utf16.c: New file.
4475
4476 2006-12-25  Bruno Haible  <bruno@clisp.org>
4477
4478         * modules/unitypes: New file.
4479         * lib/unitypes.h: New file.
4480         * MODULES.html.sh (func_all_modules): New section "Unicode string
4481         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4482         this section. Add unitypes.
4483
4484 2007-01-08  Bruno Haible  <bruno@clisp.org>
4485
4486         Avoid variable names that conflict with those from libtool.
4487         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4488         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4489         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4490         library_names_spec to acl_library_names_spec, hardcode_* to
4491         acl_hardcode_*.
4492         Reported by Ralf Wildenhues.
4493
4494 2007-01-08  Bruno Haible  <bruno@clisp.org>
4495
4496         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4497         definition.
4498         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4499         definition.
4500         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4501         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4502         definition.
4503         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4504         definition.
4505         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4506         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4507         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4508         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4509         definition.
4510         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4511         definition.
4512         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4513         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4514         GC_USE_<algorithm>.
4515         * lib/gc-libgcrypt.c: Likewise.
4516         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4517         * modules/gc-arctwo (configure.ac): Likewise.
4518         * modules/gc-des (configure.ac): Likewise.
4519         * modules/gc-hmac-md5 (configure.ac): Likewise.
4520         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4521         * modules/gc-md2 (configure.ac): Likewise.
4522         * modules/gc-md4 (configure.ac): Likewise.
4523         * modules/gc-md5 (configure.ac): Likewise.
4524         * modules/gc-random (configure.ac): Likewise.
4525         * modules/gc-rijndael (configure.ac): Likewise.
4526         * modules/gc-sha1 (configure.ac): Likewise.
4527
4528 2007-01-08  Bruno Haible  <bruno@clisp.org>
4529
4530         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4531         macro definition.
4532         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4533         definition.
4534         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4535         definition.
4536         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4537         * modules/fcntl-safer (configure.ac): Likewise.
4538         * modules/fopen-safer (configure.ac): Likewise.
4539         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4540         GNULIB_FWRITEERROR macro definition.
4541
4542 2007-01-08  Bruno Haible  <bruno@clisp.org>
4543
4544         * m4/gnulib-common.m4: New file.
4545         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4546         (func_get_filelist): Add m4/gnulib-common.m4.
4547
4548 2007-01-08  Bruno Haible  <bruno@clisp.org>
4549
4550         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4551         command.
4552
4553 2007-01-08  Jim Meyering  <jim@meyering.net>
4554
4555         Use a more robust test for a "can't happen" condition.
4556         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4557         narrowed the st_size value.  Presuming the "can't happen" condition
4558         is true, that narrowing could conceivably convert an invalid st_size
4559         value into a valid one.  Instead, use a change based on Matthew
4560         Woehlke's original patch.
4561
4562         Slight readability improvement: use an assert-like macro
4563         in place of literal "abort ()" uses.
4564         * lib/fts.c (fts_assert): Define.
4565         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4566         Use this macro instead of a bare 'abort'.
4567
4568 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4569
4570         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4571         simply work around them.
4572         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4573         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4574         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4575         declaring.
4576         Don't bother to define as macros, since the standard doesn't require it.
4577         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4578         longer worry about IRIX 5.3.
4579         (HAVE_WCTYPE_CTMP_BUG): Remove.
4580
4581 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4582
4583         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4584         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4585         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4586         Problems reported by Georg Schwarz for IRIX 5.3.
4587
4588         * gnulib-tool (autoconf_minversion): Take the maximum version number
4589         found, not the minimum.  Problem reported by James Youngman.
4590
4591 2007-01-03  Karl Berry  <karl@gnu.org>
4592
4593         * doc/error.texi: new file, explaining interaction with progname.
4594         * doc/gnulib.texi: include it.  Update copyright.
4595
4596 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4597
4598         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4599         AC_CANONICAL_HOST, to improve autobuild outputs.
4600
4601 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4602             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4603
4604         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4605         sockets, server sockets, and other file descriptors.  Count errors
4606         to compute the return value.  Reorder the code a bit to be easier
4607         to follow.  Don't set event bits that were not requested (except
4608         POLLERR and POLLHUP).
4609
4610 2007-01-01  Bruno Haible  <bruno@clisp.org>
4611
4612         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4613
4614 2007-01-03  Jim Meyering  <jim@meyering.net>
4615
4616         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4617
4618 2007-01-02  Bruno Haible  <bruno@clisp.org>
4619
4620         * modules/settime (Include): Require timespec.h.
4621         * modules/nanosleep (Include): Likewise.
4622
4623 2007-01-01  Bruno Haible  <bruno@clisp.org>
4624
4625         * gnulib-tool (func_emit_copyright_notice): Bump year.
4626         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4627
4628 2007-01-01  Bruno Haible  <bruno@clisp.org>
4629
4630         Improve support for OpenBSD.
4631         * build-aux/config.rpath (libname_spec): Export.
4632         (library_names_spec): New variable. Export.
4633         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4634         library_names_spec from the config.rpath output. Locate shared library
4635         through the name pattern in library_names_spec.
4636
4637 2007-01-01  Eric Blake  <ebb9@byu.net>
4638
4639         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4640
4641 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4642
4643         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4644         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4645         assume the C locale, and avoid an "eval" that could cause trouble.
4646         Problem with SORT reported by Bob Proulx.
4647
4648         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4649         Define.  Trivial patch from Henning Nielsen Lund, originally
4650         sent to bug-grep@gnu.org today.
4651
4652 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4653
4654         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4655         struct stat.  Problem reported by Henning Nielsen Lund.
4656         * lib/acl.c: Include acl.h first, to check interface.  Don't
4657         bother to include sys/types.h and sys/stat.h again.
4658
4659 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4660
4661         Import the following change from libc; problem reported by
4662         Sven Verdoolaege.
4663
4664         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4665
4666         [BZ #1373]
4667         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4668
4669 2006-12-28  Jim Meyering  <jim@meyering.net>
4670
4671         * build-aux/announce-gen: Do not assume that the package
4672         builds any of tar.gz, tar.bz2, and .xdelta files.
4673         Suggestion from Simon Josefsson.
4674
4675 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4676
4677         * modules/announce-gen: New file.
4678
4679 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4680
4681         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4682         handles its gotchas now.
4683         * lib/mbswidth.c: Likewise.
4684         * lib/wcwidth.h: Likewise.
4685         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4686         and iswcntrl; the wctype module does this stuff now.
4687         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4688         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4689         * modules/mbchar (Depends-on): Add wctype.
4690         * modules/mbswidth (Depends-on): Likewise.
4691         * modules/wcwidth (Depends-on): Likewise.
4692
4693 2006-12-27  Eric Blake  <ebb9@byu.net>
4694
4695         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4696         module uses more than what <wctype.h> is required to provide.
4697
4698 2006-12-26  Eric Blake  <ebb9@byu.net>
4699
4700         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4701
4702 2006-12-26  Eric Blake  <ebb9@byu.net>
4703
4704         * modules/absolute-header: New module.
4705         * modules/fcntl (Depends-on): Depend on it.
4706         * modules/inttypes (Depends-on): Likewise.
4707         * modules/stdint (Depends-on): Likewise.
4708         * modules/sys_stat (Depends-on): Likewise.
4709         * modules/wctype (Depends-on): Likewise.
4710         * MODULES.html.sh (Support for building libraries and
4711         executables): Document it.
4712
4713 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4714
4715         * gnulib-tool (SED): Remove, undoing previous change.
4716         The problem was that it broke coreutils on Solaris, because
4717         "sed --posix" leaked into a makefile.
4718         (sed): New alias, if 'alias' and GNU sed.
4719
4720 2006-12-24  Jim Meyering  <jim@meyering.net>
4721
4722         Work around an fchownat bug in glibc-2.4:
4723         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4724         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4725         in spite of the -P option.
4726         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4727         New macros.
4728         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4729         * modules/openat (Files): Add lib/fchownat.c.
4730         * lib/openat.c (fchownat): Don't define here.  Move to...
4731         * lib/fchownat.c: ...this new file.
4732
4733 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4734
4735         Fix bug reported by Bruno Haible in
4736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4737         where quotearg.c didn't compile on Mac OS X 10.2 because it
4738         lacks <wchar.h> and wint_t.
4739         * lib/wctype_.h (__wctype_wint_t): New type.
4740         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4741         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4742         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4743         Arg is now of type __wctype_wint_t, not wint_t.
4744         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4745         substitute HAVE_WINT_T.
4746         * modules/wctype (Files): Add m4/wint_t.m4.
4747         (wctype.h): Substitute HAVE_WINT_T.
4748
4749 2006-12-23  Bruno Haible  <bruno@clisp.org>
4750
4751         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4752
4753 2006-12-23  Bruno Haible  <bruno@clisp.org>
4754
4755         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4756         S_ISLNK.
4757         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4758         mingw.
4759
4760 2006-12-22  Bruno Haible  <bruno@clisp.org>
4761
4762         * lib/copy-file.c: Include acl.h.
4763         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4764         Close the file descriptors only after being done with copy_acl.
4765         * modules/copy-file (Depends-on): Add acl.
4766
4767 2006-12-22  Bruno Haible  <bruno@clisp.org>
4768
4769         * gnulib-tool (SED): New variable.
4770         Use $SED instead of sed everywhere.
4771
4772 2006-12-22  Bruno Haible  <bruno@clisp.org>
4773
4774         * modules/no-c++: New file.
4775         * m4/no-c++.m4: New file.
4776         * MODULES.html.sh (Support for building libraries and executables):
4777         Add no-c++.
4778
4779 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4780
4781         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4782         Include <limits.h>, and use its INT_MAX to rewrite the
4783         j loop so that it does not overflow 'int'.  Problem reported by
4784         Ralf Wildenhues in
4785         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4786         Play it safe by shifting left by 1 rather than multiplying by 2,
4787         as GCC is less likely to optimize this away when the value
4788         is signed (when it assumes overflow leads to undefined behavior).
4789         Also, don't assume time_t uses two's complement.
4790
4791 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4792
4793         * MODULES.html.sh: New module wctype.
4794         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4795         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4796         <wctype.h>, since the new wctype module should fix this.
4797         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4798         the wctype module should arrange for it.
4799         * lib/regex_internal.h: Likewise.
4800         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4801         since the wctype module should handle this now.
4802         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4803         * modules/fnmatch (Depends-on): Add wctype.
4804         * modules/quotearg (Depends-on): Likewise.
4805         * modules/regex (Depends-on): Likewise.
4806
4807 2006-12-19  Bruno Haible  <bruno@clisp.org>
4808
4809         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4810         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4811
4812 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4813
4814         * modules/savewd (Depends-on): Fix dependency on fcntl.
4815
4816 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4817
4818         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4819         conforms to C99, rather than relying on the user's environment
4820         setting of STDINT_H.
4821
4822 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4823         and Eric Blake  <ebb9@byu.net>
4824
4825         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4826         This is more consistent with the other defines here.
4827         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4828         Port to z/OS.  Problem reported by Paul Gilmartin.
4829         Change local vars to use gl_ prefix rather than ac_.
4830         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4831         with other defines.
4832         * modules/double-slash-root: New module.
4833         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4834         (Depends-on): Add double-slash-root.
4835         * MODULES.html.sh (File system functions): Mention new module.
4836
4837 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4838
4839         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4840         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4841         This is for the benefit of gzip, which doesn't do i18n.
4842
4843 2006-12-12  Jim Meyering  <jim@meyering.net>
4844
4845         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4846         Reported by Andreas Schwab <schwab@suse.de>.
4847
4848 2006-12-12  Bruno Haible  <bruno@clisp.org>
4849
4850         Merge these changes.
4851         2006-09-05  Bruno Haible  <bruno@clisp.org>
4852         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4853         iconv_alloc succeeded.
4854         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4855         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4856         test for " && dest " at the end - dest is always != NULL there. Call
4857         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4858         with 2xNULL arguments, also to flush the state storage. Handle the
4859         IRIX iconv behaviour. Realloc the final result, to throw away unused
4860         memory.
4861
4862 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4863
4864         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4865         and fchmodat unconditionally, since glibc 2.4 has them.
4866         Problem reported by Arkadiusz Miskiewicz.
4867
4868 2006-12-10  Bruno Haible  <bruno@clisp.org>
4869
4870         * gnulib-tool (func_import): Show the include files only for those
4871         modules that are copied and specified.
4872         Reported by Karl Berry.
4873
4874 2006-12-08  Jim Meyering  <jim@meyering.net>
4875
4876         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4877         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4878
4879         * build-aux/announce-gen: Add two new options, both optional:
4880         --bootstrap-tools=TOOL_LIST
4881               a comma-separated list of tools, e.g.,
4882               autoconf,automake,bison,gnulib
4883         --gnulib-snapshot-date=DATE
4884               if gnulib is in the bootstrap tool list,
4885               then report this as the snapshot date.
4886               If not specified, use the current date/time.
4887               If you specify a date here, be sure it's UTC.
4888
4889 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4890
4891         * tests/test-argp-2.sh: Fix test to match actual output.
4892         (func_compare): Fix sed script to be portable.
4893
4894 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4895
4896         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4897         workaround for this case.  It is not autoconfigured now; offhand
4898         it's hard to see how to autoconfigure it.
4899
4900 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4901
4902         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4903         a directory that is about to be chowned.  Such a directory's
4904         initial file permissions should permit the owner only and this
4905         should not be changed until after the chown, since the group and
4906         other bits would be incorrect if they granted permission before
4907         the chown.
4908
4909         Fix porting problem for iswctype reported by Georg Schwarz in:
4910         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4911         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4912         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4913         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4914         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4915
4916 2006-12-03  Jim Meyering  <jim@meyering.net>
4917
4918         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4919         p->fts_statp may not yet be defined.
4920         (fts_read): Instead, set it in the caller, once p->fts_statp is
4921         sure to be defined, and corresponds to a top-level directory.
4922         This bug made du -x fail.  Here's the coreutils test case:
4923         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4924         Reported by Mike Frysinger.
4925
4926 2006-12-01  Jim Meyering  <jim@meyering.net>
4927
4928         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4929         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4930         Reported by Simon Josefsson.
4931
4932 2006-11-30  Jim Meyering  <jim@meyering.net>
4933
4934         * m4/warning.m4: Use the all-permissive copyright notice
4935         recommended by RMS (rather than LGPL).
4936         * m4/vararrays.m4: Likewise.
4937         * m4/flexmember.m4: Likewise.
4938
4939 2006-11-29  Bruno Haible  <bruno@clisp.org>
4940
4941         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4942         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4943         using +=.
4944         Reported by Simon Josefsson <simon@josefsson.org>.
4945
4946 2006-11-28  James Youngman <jay@gnu.org>
4947
4948         * README: Advise users that they might find the bug-gnulib@gnu.org
4949         and autotools-announce@gnu.org mailing lists useful.
4950
4951 2006-11-28  Bruno Haible  <bruno@clisp.org>
4952
4953         * m4/ptrdiff_max.m4: Remove file.
4954
4955 2006-11-21  Bruno Haible  <bruno@clisp.org>
4956
4957         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4958         _AC_COMPUTE_INT.
4959         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4960         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4961         _AC_COMPUTE_INT.
4962         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4963         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4964         _AC_COMPUTE_INT.
4965         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4966
4967 2006-11-28  Jim Meyering  <jim@meyering.net>
4968
4969         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4970         warning from "gcc -Wshadow" about shadowing the builtin.
4971
4972 2006-11-27  Bruno Haible  <bruno@clisp.org>
4973
4974         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4975         _AC_COMPUTE_INT.
4976         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4977
4978 2006-11-27  Bruno Haible  <bruno@clisp.org>
4979             Paul Eggert  <eggert@cs.ucla.edu>
4980
4981         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4982
4983 2006-11-26  Bruno Haible  <bruno@clisp.org>
4984
4985         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4986         noinst_LTLIBRARIES.
4987
4988 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4989             Bruno Haible  <bruno@clisp.org>
4990
4991         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
4992         if compiling with "gcc -ansi".
4993
4994 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4995
4996         Fix some incompatibilities with gcc -ansi -pedantic.
4997         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
4998         if compiling pedantically with GCC, unless it's C99 or later.
4999         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5000         it mishandles gcc -ansi -pedantic as well.
5001         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5002         if gcc -pedantic.
5003         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5004         initializers for struct if -pedantic, unless it's C99 or later.
5005
5006 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5007
5008         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5009         Don't close an fd more than once. Identical atimes indicate
5010         success, not failure.
5011
5012 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5013
5014         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5015
5016 2006-11-23  Jim Meyering  <jim@meyering.net>
5017
5018         * build-aux/announce-gen: New file.  From coreutils.
5019
5020 2006-11-22  Jim Meyering  <jim@meyering.net>
5021
5022         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5023         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5024         (fts_read): Use a temporary to narrow the overused st_size member
5025         before using it in a switch statement.  Reported by Matthew Woehlke.
5026
5027         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5028         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5029
5030 2006-11-20  Bruno Haible  <bruno@clisp.org>
5031
5032         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5033         changequote instead of pairs of brackets.
5034         Reported by Andreas Schwab <schwab@suse.de>.
5035
5036 2006-11-21  Jim Meyering  <jim@meyering.net>
5037
5038         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5039         so as to remain compatible with older compilers.
5040         Patch from Michael Deutschmann.
5041
5042 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5043
5044         * MODULES.html.sh (File system functions): Add openat.
5045
5046         * lib/openat.h (rpl_fstatat): New macro, if
5047         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5048         (fstatat): Define to rpl_fstatat under the same conditions,
5049         unless COMPILING_FSTATAT.
5050         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5051         seems to have the bug.
5052         * lib/fstatat.c: New file.
5053         * modules/openat (Files): Add it.
5054
5055 2006-11-20  Bruno Haible  <bruno@clisp.org>
5056
5057         * Makefile: New file.
5058
5059 2006-11-20  Jim Meyering  <jim@meyering.net>
5060
5061         The beginnings of syntax-related checks for gnulib.
5062         * lib/Makefile: New file.
5063         * lib/t-idcache: New script.  Ensure that the two halves of
5064         idcache.c stay in sync.
5065
5066         * lib/idcache.c: Adjust comments in user- and group- portions to
5067         be more accurate, and to be consistent with one another.
5068
5069 2006-11-20  Jim Meyering  <jim@meyering.net>
5070
5071         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5072         continue using the flexible array member (thus, this module performs
5073         half as many malloc calls), with the addition that...
5074         (getgroup, getuser): Consistently record a non-match via an empty
5075         "name" string, and map an empty string match to a NULL return value.
5076         * modules/idcache (Depends-on): Re-add flexmember.
5077
5078         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5079         (getuidbyname, getgroup, getgidbyname): Likewise.
5080
5081         Use cleaner syntax: NULL rather than 0.
5082         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5083
5084 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5085
5086         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5087         It mishandled the case where the group was missing.
5088         Problem reported by Greg Schafer.
5089         * modules/idcache: Likewise.
5090
5091 2006-11-18  Jim Meyering  <jim@meyering.net>
5092
5093         * check-module (%exempt_header): Add exception for some
5094         conditionally-included headers.
5095
5096         * modules/i-ring (Depends-on): Add verify.
5097         (License): Change to LGPL.
5098
5099 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5100
5101         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5102         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5103         and inttostr.h.  Use snprintf rather than uinttostr, so that
5104         LGPLed code doesn't depend on GPLed.
5105
5106 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5107
5108         * modules/inline (License): Change from GPL to LGPL.
5109
5110 2006-11-17  Jim Meyering  <jim@meyering.net>
5111
5112         * modules/d-type (License): Switch to LGPL.
5113
5114 2006-11-15  Bruno Haible  <bruno@clisp.org>
5115
5116         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5117
5118 2006-11-15  Eric Blake  <ebb9@byu.net>
5119
5120         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5121         the module dependency.
5122
5123 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5124             Bruno Haible  <bruno@clisp.org>
5125
5126         * gnulib-tool (func_create_testdir): Add license consistency check.
5127
5128 2006-11-15  Eric Blake  <ebb9@byu.net>
5129
5130         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5131         random "(cached)" in configure output.
5132
5133 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5134
5135         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5136         test for conforming inttypes.h is both announced and cached.
5137
5138         * MODULES.html.sh (seen_modules, seen_files): New variables.
5139         (func_module): Rewrite to use a few less gnulib-tool and sed
5140         invocations.  Avoid a couple of quadratic algorithms for ...
5141         (missed_modules, missed_files): ... these, with ...
5142         (func_append, func_tmpdir): ... these new functions, from
5143         gnulib-tool.  Analogously, install traps for cleanup.
5144
5145         * tests/test-gc.c (main): Remove unused variables.
5146         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5147
5148 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5149
5150         * modules/inttostr (License): Change to LGPL.
5151
5152 2006-11-14  Eric Blake  <ebb9@byu.net>
5153
5154         * modules/tempname (License): Change to LGPL.
5155
5156 2006-11-14  Eric Blake  <ebb9@byu.net>
5157
5158         * doc/functions.texi (Function Portability): *printf functions on
5159         Cygwin now understand all POSIX size specifiers.
5160
5161 2006-11-14  Bruno Haible  <bruno@clisp.org>
5162
5163         * modules/c-ctype (License): Change to LGPL.
5164
5165 2006-11-12  Bruno Haible  <bruno@clisp.org>
5166
5167         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5168         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5169         for GNOME libraries, for which the include files are installed in
5170         subdirectories of $prefix/include.
5171
5172 2006-11-12  Bruno Haible  <bruno@clisp.org>
5173
5174         * m4/lib-link.m4: Require at least autoconf-2.54.
5175         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5176         name to underscores for the --with option.
5177
5178 2006-11-13  Bruno Haible  <bruno@clisp.org>
5179
5180         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5181         the tests directory.
5182         Reported by Ralf Wildenhues.
5183
5184 2006-11-13  Bruno Haible  <bruno@clisp.org>
5185
5186         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5187         (func_emit_initmacro_end): Undo the override here.
5188         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5189         Works around the famous automake error in coreutils.
5190
5191 2006-11-13  Eric Blake  <ebb9@byu.net>
5192
5193         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5194         element, not its node.
5195
5196 2006-11-12  Bruno Haible  <bruno@clisp.org>
5197
5198         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5199         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5200
5201 2006-11-12  Bruno Haible  <bruno@clisp.org>
5202
5203         * gnulib-tool: New option --local-symlink.
5204         (func_usage): Document it.
5205         (lsymbolic): New variable.
5206         (func_import, func_create_testdir): If --symlink was not specified,
5207         test whether --local-symlink was specified and the file comes from
5208         the local_gnulib_dir.
5209
5210 2006-11-12  Bruno Haible  <bruno@clisp.org>
5211
5212         * gnulib-tool (func_ln): New function.
5213         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5214
5215 2006-11-12  Bruno Haible  <bruno@clisp.org>
5216
5217         Finish support for source files in subdirectories.
5218         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5219         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5220         AUTOMAKE_OPTIONS.
5221         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5222
5223 2006-11-12  Bruno Haible  <bruno@clisp.org>
5224
5225         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5226         EXTRA_lib_SOURCES augmentation.
5227         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5228
5229 2006-11-12  Jim Meyering  <jim@meyering.net>
5230
5231         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5232         file descriptors.  This also averts a failure on systems with
5233         native openat support when a traversed directory lacks "x" access.
5234         * lib/fts_.h: Include "i-ring.h"
5235         (struct FTS) [fts_fd_ring]: New member.
5236         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5237         (FCHDIR): Add parentheses.
5238         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5239         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5240         When descending, rather than simply closing the previous
5241         fts_cwd_fd value, push that file descriptor onto the ring.
5242         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5243         (fts_open): Initialize the new fd_ring member.
5244         (fts_close): Clear the ring.
5245         (fts_safe_changedir): When possible, use our new fd_ring to skip
5246         the diropen and fstat and dev/ino comparison that would normally
5247         accompany a virtual `chdir ("..")'.
5248
5249         * modules/fts (Depends-on): Add i-ring.
5250         * modules/i-ring: New module.
5251         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5252         * m4/i-ring.m4: New file.
5253
5254 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5255
5256         * gnulib-tool (func_create_testdir): Fix replacement of
5257         `build-aux' in configure.ac.  Run autotools in gltests
5258         subdirectory.
5259         (func_create_testdir, func_create_megatestdir, test): There is
5260         no need for '--force' in most autotool invocations in a new
5261         tree.  Actually fail the whole test if any of the tools, or the
5262         configure or make stages fail.
5263
5264         Sync from Automake.
5265         * build-aux/gnupload: Revert last change.  Add pointer to upload
5266         instructions of the GNU Maintenance Instructions.
5267         Suggestion by Karl Berry.
5268
5269 2006-11-10  Jim Meyering  <jim@meyering.net>
5270
5271         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5272
5273 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5274
5275         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5276         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5277         (bind_textdomain_codeset) [! ENABLE_NLS]:
5278         Evaluate all the arguments.  That way, callers get compatible behavior
5279         if the arguments have side effects.  Also, it avoids some GCC
5280         diagnostics in some cases; Joel E. Denny reported problems when Bison
5281         was configured with --enable-gcc-warnigs.
5282
5283 2006-11-10  Jim Meyering  <jim@meyering.net>
5284
5285         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5286         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5287         account.
5288
5289 2006-11-10  Jim Meyering  <jim@meyering.net>
5290
5291         * modules/inline: New file/module.
5292         * modules/xalloc (Files): Remove m4/inline.m4.
5293         (Depends-on): Add inline, instead.
5294         * modules/oset: Likewise.
5295         * modules/list: Likewise.
5296
5297 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5298
5299         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5300         Problem reported by Matthew Woehlke.
5301
5302 2006-11-09  Bruno Haible  <bruno@clisp.org>
5303
5304         * lib/tempname.c (gen_tempname): Remove variant that invokes
5305         __gen_tempname.
5306         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5307         __gen_tempname.
5308
5309 2006-11-08  Bruno Haible  <bruno@clisp.org>
5310
5311         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5312         to 'yes' instead of 'cross-compiling'.
5313
5314 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5315
5316         * lib/quotearg.h (quotearg_free): New decl.
5317         * lib/quotearg.c (quotearg_free): New function.
5318         (slot0, nslots, slotvec0, slotvec):
5319         Now file-scope so that quotearg_free can get at them.
5320
5321 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5322
5323         Sync from Automake.
5324         * build-aux/gnupload: Add missing 'gnu' to example URL.
5325         Report by Karl Berry.
5326
5327 2006-11-08  Bruno Haible  <bruno@clisp.org>
5328
5329         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5330         Suggested by Paul Eggert.
5331
5332 2006-11-08  Jim Meyering  <jim@meyering.net>
5333
5334         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5335         It's already included if !_LIBC.
5336         (fts_safe_changedir): Add a comment.
5337
5338 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5339
5340         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5341         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5342         Matthew Woehlke.
5343
5344         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5345         definitions up, to avoid colliding with change below.
5346         (static_inline) [HAVE_INLINE]: New macro.
5347         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5348         Provide extern decls when !HAVE_INLINE.  Do not define unless
5349         static_inline is defined, either by us or by xmalloc.c.  Use
5350         static_inline rather than static inline.
5351         (XCALLOC): Optimize sizeof(T) = 1 case.
5352         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5353
5354 2006-11-07  Bruno Haible  <bruno@clisp.org>
5355
5356         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5357         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5358         AC_C_INLINE.
5359         * modules/xalloc (Files): Add m4/inline.m4.
5360
5361 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5362
5363         * README: Fix typo.
5364         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5365         (Miscellanous Notes): ...from this.
5366
5367 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5368
5369         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5370         Mention that offsetof should be used instead of sizeof.
5371         From Bruno Haible.
5372
5373 2006-11-07  Bruno Haible  <bruno@clisp.org>
5374
5375         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5376
5377 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5378
5379         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5380         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5381         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5382         (gl_tree_add_before, gl_tree_add_after):
5383         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5384         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5385         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5386         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5387         (gl_linked_add_after, gl_linked_add_at): Likewise.
5388         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5389         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5390         (gl_tree_add_before, gl_tree_add_after): Likewise.
5391         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5392         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5393         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5394
5395 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5396
5397         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5398
5399 2006-11-06  Bruno Haible  <bruno@clisp.org>
5400
5401         * m4/inline.m4: New file.
5402         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5403         * modules/list (Files): Add m4/inline.m4.
5404         * modules/oset (Files): Likewise.
5405
5406 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5407
5408         * lib/idcache.c: Include <stddef.h>, for offsetof.
5409         (struct userid.name): Change from char * to a flexible array member.
5410         All uses changed.
5411         * modules/idcache (Depends-on): Add flexmember.
5412
5413         * MODULES.html.sh (Core language properties): New module flexmember.
5414         * modules/flexmember, m4/flexmember.m4: New files.
5415
5416         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5417         inline functions that are identical with the old xnmalloc_inline,
5418         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5419         that we can avoid some unnecessary integer multiplications and
5420         divisions in the common case where the element size is known at
5421         compile time.
5422         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5423         needed.
5424         (xnboundedmalloc): Remove.
5425         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5426         arguments, for consistency with rest of this header.
5427         (xcharalloc): Rewrite using XNMALLOC.
5428         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5429         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5430         versions have been moved to lib/xalloc.h and renamed to be the
5431         non-*_inline versions.
5432         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5433         and xnrealloc functions, since those functions are now inline and
5434         now call us.
5435         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5436         renaming described above.
5437         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5438         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5439         captures the dependency in AC_C_INLINE.
5440
5441         New module canonicalize-lgpl, proposed by Charles Wilson in
5442         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5443         with a few small changes afterwards.
5444         * MODULES.html.sh (File system functions): New module
5445         canonicalize-lgpl.
5446         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5447         and canonicalize_file_name.
5448         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5449         * modules/canonicalize-lgpl: New files.
5450
5451 2006-11-05  Bruno Haible  <bruno@clisp.org>
5452
5453         * gnulib-tool (func_import, func_create_testdir): Create directories
5454         also for files in subdirectories of lib/.
5455
5456 2006-11-05  Bruno Haible  <bruno@clisp.org>
5457
5458         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5459         ANSI C compliant.
5460
5461 2006-11-03  Bruno Haible  <bruno@clisp.org>
5462
5463         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5464         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5465         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5466         (xnboundedmalloc): New inline function.
5467         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5468         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5469         xmalloc.
5470         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5471         xmalloc.
5472         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5473         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5474         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5475         xmalloc.
5476         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5477         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5478         xmalloc.
5479         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5480         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5481         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5482         xmalloc.
5483         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5484         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5485         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5486         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5487         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5488         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5489         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5490
5491 2006-11-03  Bruno Haible  <bruno@clisp.org>
5492
5493         * lib/c-ctype.h [C++]: Define functions without name mangling.
5494         * lib/fwriteerror.h [C++]: Likewise.
5495         * lib/gcd.h [C++]: Likewise.
5496         * lib/linebreak.h [C++]: Likewise.
5497
5498 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5499
5500         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5501         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5502         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5503         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5504         Check for functions and headers just once.
5505         Check for declaration of canonicalize_file_name.
5506         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5507
5508 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5509
5510         * gnulib-tool (func_import): Fix typo in actioncmd.
5511
5512 2006-11-02  Bruno Haible  <bruno@clisp.org>
5513
5514         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5515         newline sequence in the Makefile.am snippet as a space, like "make"
5516         does.
5517         Reported by Roger Persson <perrog@gmail.com>.
5518
5519 2006-11-01  Bruno Haible  <bruno@clisp.org>
5520
5521         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5522         already declared in <string.h>.
5523         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5524
5525 2006-11-01  Bruno Haible  <bruno@clisp.org>
5526
5527         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5528         * lib/strcase.h: Include <string.h>.
5529         (strcasecmp): Define to rpl_strcasecmp here.
5530
5531 2006-11-01  Bruno Haible  <bruno@clisp.org>
5532
5533         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5534
5535 2006-11-01  Eric Blake  <ebb9@byu.net>
5536
5537         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5538
5539         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5540
5541 2006-10-29  Bruno Haible  <bruno@clisp.org>
5542
5543         Make it compile in C++ mode.
5544         * lib/full-write.c (full_rw): Add a cast.
5545
5546 2006-11-01  Bruno Haible  <bruno@clisp.org>
5547
5548         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5549         be POSIX compliant.
5550         Reported by Roger Persson <perrog@gmail.com>.
5551
5552 2006-11-01  Eric Blake  <ebb9@byu.net>
5553
5554         * lib/getopt_.h: Fix comments.
5555
5556 2006-10-31  Eric Blake  <ebb9@byu.net>
5557
5558         * modules/tmpdir (Depends-on): Add sys_stat.
5559         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5560         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5561         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5562         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5563         tempname.
5564
5565 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5566
5567         Avoid some C++ diagnostics reported by Bruno Haible.
5568         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5569         xmalloc.
5570         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5571         (struct slotvec): Move to top level.
5572         (quotearg_n_options): Rewrite to avoid xmalloc.
5573         * lib/xalloc.h (xcharalloc): New function.
5574         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5575         [defined __cplusplus]: Add function template that provides result
5576         type propagation.  This part of the change is from Bruno Haible.
5577
5578 2006-10-29  Bruno Haible  <bruno@clisp.org>
5579
5580         Make it compile in C++ mode.
5581         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5582         * lib/strnlen1.c (strnlen1): Cast memchr result.
5583         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5584         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5585         (create_temp_dir): Rename local variable 'template'.
5586         (compile_csharp_using_sscli): Add cast.
5587         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5588         * lib/findprog.c (find_in_path): Likewise.
5589         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5590         * lib/wait-process.c (register_slave_subprocess): Likewise.
5591
5592 2006-10-22  Bruno Haible  <bruno@clisp.org>
5593
5594         * modules/tsearch: New file.
5595         * lib/tsearch.h: New file.
5596         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5597         * m4/tsearch.m4: New file.
5598         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5599
5600 2006-10-29  Eric Blake  <ebb9@byu.net>
5601
5602         * lib/arcfour.c: Assume config.h.
5603         * lib/arctwo.c: Likewise.
5604         * lib/base64.c: Likewise.
5605         * lib/check-version.c: Likewise.
5606         * lib/crc.c: Likewise.
5607         * lib/des.c: Likewise.
5608         * lib/gc-gnulib.c: Likewise.
5609         * lib/gc-libgcrypt.c: Likewise.
5610         * lib/gc-pbkdf2-sha1.c: Likewise.
5611         * lib/getaddrinfo.c: Likewise.
5612         * lib/getdelim.c: Likewise.
5613         * lib/getline.c: Likewise.
5614         * lib/hmac-md5.c: Likewise.
5615         * lib/hmac-sha1.c: Likewise.
5616         * lib/iconvme.c: Likewise.
5617         * lib/md2.c: Likewise.
5618         * lib/md4.c: Likewise.
5619         * lib/memxor.c: Likewise.
5620         * lib/read-file.c: Likewise.
5621         * lib/readline.c: Likewise.
5622         * lib/rijndael-alg-fst.c: Likewise.
5623         * lib/rijndael-api-fst.c: Likewise.
5624         * lib/xgetdomainname.c: Likewise.
5625
5626 2006-10-28  Eric Blake  <ebb9@byu.net>
5627
5628         * lib/xstrndup.c: Assume config.h.
5629
5630 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5631
5632         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5633         stat-macros.h is now for our own macros, whereas stat_h is for
5634         macros in the <sys/stat.h> name space.
5635         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5636         (STAT_MACROS_H): Remove.
5637         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5638         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5639         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5640         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5641         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5642         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5643         Move these macros to ...
5644         * lib/stat_.h: here.  Don't include stat-macros.h.
5645         * lib/canonicalize.c: Don't include stat-macros.h.
5646         * lib/chown.c: Likewise.
5647         * lib/euidaccess.c: Likewise.
5648         * lib/file-type.c: Likewise.
5649         * lib/filemode.c: Likewise.
5650         * lib/glob.c: Likewise.
5651         * lib/isapipe.c: Likewise.
5652         * lib/lchown.c: Likewise.
5653         * lib/lstat.c: Likewise.
5654         * lib/mkdir-p.c: Likewise.
5655         * lib/rmdir.c: Likewise.
5656         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5657         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5658         unless mkdir isn't declared, to speed up 'configure'.
5659         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5660         would define all the S_* symbols.
5661         * modules/canonicalize (Depends-on):
5662         Depend on sys_stat, not stat-macros.
5663         * modules/chown: Likewise.
5664         * modules/euidaccess: Likewise.
5665         * modules/filemode: Likewise.
5666         * modules/file-type: Likewise.
5667         * modules/glob: Likewise.
5668         * modules/isapipe: Likewise.
5669         * modules/lchown: Likewise.
5670         * modules/lstat: Likewise.
5671         * modules/mkancesdirs: Likewise.
5672         * modules/rmdir: Likewise.
5673         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5674         * modules/modechange: Likewise.
5675         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5676         (configure.ac): Remove gl_STAT_MACROS.
5677         * modules/sys_stat (Depends-on): Remove stat-macros.
5678
5679 2006-10-27  Bruno Haible  <bruno@clisp.org>
5680
5681         * m4/signed.m4: Remove file.
5682         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5683         invocation.
5684         * modules/vasnprintf (Files): Remove m4/signed.m4.
5685
5686 2006-10-27  Bruno Haible  <bruno@clisp.org>
5687
5688         Update to GNU gettext 0.16.
5689         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5690         m4/inttypes-h.m4, m4/signed.m4.
5691         * m4/gettext.m4: Update to GNU gettext 0.16.
5692         * m4/intl.m4: New file, from GNU gettext.
5693         * m4/intldir.m4: New file, from GNU gettext.
5694         * config/srclist.txt: Update
5695
5696 2006-10-27  Eric Blake  <ebb9@byu.net>
5697
5698         * MODULES.html.sh: Document tempname.
5699         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5700         dependencies.
5701         (Files): Move lib/tempname.c...
5702         * modules/tempname: ...to this new module.
5703         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5704         (gl_PREREQ_TEMPNAME): Move...
5705         * m4/tempname.m4: ...to this new file.
5706         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5707         * modules/sys_stat (Depends-on): Add stat-macros.
5708         * lib/stat_.h (includes): Pick up stat macros.
5709         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5710         if stat macros are broken.
5711         * lib/tempname.c (includes): No need to include "stat-macros.h".
5712         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5713         (direxists, __path_search) [!_LIBC]: Don't compile these in
5714         gnulib; the tmpdir module covers that.
5715         * lib/tempname.h: New file.
5716
5717 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5718
5719         * COPYING: Explain how gnulib-tool converts licence headers.
5720         Almost all wording by Eric Blake.
5721
5722 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5723
5724         * lib/mbchar.h (is_basic_table): Make read-only.
5725         * lib/mbchar.c (is_basic_table): Likewise.
5726         Reported by John Darrington.
5727
5728 2006-10-25  Bruno Haible  <bruno@clisp.org>
5729
5730         * lib/progname.h (set_program_name): Undefine before defining.
5731
5732 2006-10-25  Bruno Haible  <bruno@clisp.org>
5733
5734         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5735         false for non-gcc C++ compilers.
5736         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5737
5738 2006-10-24  Bruno Haible  <bruno@clisp.org>
5739
5740         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5741         iconv implementations like Irix iconv.
5742
5743 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5744
5745         * modules/vararrays: New file.
5746         * m4/vararrays.m4: New file, taken from diffutils.
5747         * MODULES.html.sh: New module vararrays.
5748
5749 2006-10-24  Karl Berry  <karl@gnu.org>
5750
5751         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5752         Don't call GNU Unix.
5753
5754 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5755
5756         * users.txt: Add Libtool.
5757
5758         Sync from Libtool:
5759
5760         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5761
5762         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5763         to gnulib's policy of including config.h unconditionally.
5764
5765 2006-10-24  Bruno Haible  <bruno@clisp.org>
5766
5767         * modules/wcwidth (Files): Add m4/wint_t.m4.
5768         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5769         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5770
5771 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5772
5773         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5774         to pacify GCC with some -W flags enabled.  Problem reported by
5775         Bruno Haible.
5776
5777 2006-10-24  Jim Meyering  <jim@meyering.net>
5778
5779         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5780         Reported by Karl Berry.
5781
5782 2006-10-23  Bruno Haible  <bruno@clisp.org>
5783
5784         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5785
5786 2006-10-24  Bruno Haible  <bruno@clisp.org>
5787
5788         * lib/gl_list.h: Use C comment style, not C++ comment style.
5789
5790 2006-10-23  Eric Blake  <ebb9@byu.net>
5791
5792         * lib/getaddrinfo.c (includes): Add missing include.
5793
5794 2006-10-23  Bruno Haible  <bruno@clisp.org>
5795             Paul Eggert  <eggert@cs.ucla.edu>
5796
5797         Ability to rename obstack_free.
5798         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5799         obstack_free.
5800         (obstack_free): Invoke the __obstack_free macro.
5801         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5802
5803 2006-10-23  Bruno Haible  <bruno@clisp.org>
5804             Paul Eggert  <eggert@cs.ucla.edu>
5805
5806         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5807         __argc, __argv from the declaration. (They are defined as macros on
5808         mingw.)
5809
5810 2006-10-22  Bruno Haible  <bruno@clisp.org>
5811
5812         * doc/gnulib-intro.texi: New file.
5813         * doc/gnulib.texi: Include it.
5814
5815 2006-10-21  Bruno Haible  <bruno@clisp.org>
5816
5817         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5818         "Introduction", "Miscellanous Notes", "Particular Modules".
5819
5820 2006-10-21  Bruno Haible  <bruno@clisp.org>
5821
5822         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5823         Change mostlyclean-local rule to avoid sh syntax error from bash
5824         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5825
5826 2006-10-23  Jim Meyering  <jim@meyering.net>
5827
5828         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5829         in place of snprintf.
5830
5831         * modules/inttostr (Files): Add lib/uinttostr.c.
5832         * lib/uinttostr.c (inttostr): New file/function.
5833         * lib/inttostr.h (uinttostr): Declare.
5834         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5835         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5836         Add uinttostr.
5837         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5838
5839 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5840
5841         * lib/canonicalize.c (ELOOP): Define if not already defined.
5842         Problem reported by Bruno Haible in
5843         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5844
5845 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5846
5847         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5848         Problem reported by Perry Smith and Ville Laurikari.
5849
5850         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5851         uses.
5852
5853 2006-10-19  Bruno Haible  <bruno@clisp.org>
5854
5855         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5856         for mingw.
5857
5858 2006-10-19  Bruno Haible  <bruno@clisp.org>
5859
5860         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5861         Needed for mingw.
5862
5863 2006-10-19  Bruno Haible  <bruno@clisp.org>
5864
5865         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5866
5867 2006-10-19  Bruno Haible  <bruno@clisp.org>
5868
5869         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5870         it.
5871
5872 2006-10-19  Bruno Haible  <bruno@clisp.org>
5873
5874         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5875         invocation.
5876
5877 2006-10-19  Bruno Haible  <bruno@clisp.org>
5878
5879         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5880         mountlist by default.
5881
5882 2006-10-16  Bruno Haible  <bruno@clisp.org>
5883
5884         * lib/c-strstr.c: Include c-strstr.h.
5885
5886 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5887
5888         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5889         in a slash.
5890
5891 2006-10-18  Bruno Haible  <bruno@clisp.org>
5892
5893         * lib/lock.h [C++]: Wrap definitions in extern "C".
5894
5895 2006-10-18  Bruno Haible  <bruno@clisp.org>
5896
5897         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5898         gl_LIBOBJS list.
5899
5900 2006-10-18  Bruno Haible  <bruno@clisp.org>
5901
5902         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5903
5904 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5905
5906         * lib/xstrtol.h: Include gettext.h.
5907         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5908         Problem reported by Eric Blake.
5909         * modules/xstrtol (Depends-on): Add gettext-h.
5910
5911 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5912
5913         * lib/strftime.c (advance): New macro.
5914         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5915         incomplete type, so you can't add 0 to it.  Problem and patch
5916         reported by Eelco Dolstra for dietlibc.
5917
5918 2006-10-18  Jim Meyering  <jim@meyering.net>
5919
5920         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5921         type for a local, and rename it: s/up/user_proc/.
5922
5923 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5924
5925         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5926         READ_UTMP_USER_PROCESS.
5927         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5928
5929 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5930
5931         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5932         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5933
5934 2006-10-17  Eric Blake  <ebb9@byu.net>
5935
5936         * lib/sigprocmask.c (sigprocmask): Fix typo.
5937
5938         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5939
5940         * modules/clean-temp (Makefile.am): Don't add to make output...
5941         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5942         config.h.
5943
5944 2006-10-17  Bruno Haible  <bruno@clisp.org>
5945
5946         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5947         differently if DEFAULT_TEXT_DOMAIN is set.
5948
5949 2006-10-16  Bruno Haible  <bruno@clisp.org>
5950
5951         * lib/clean-temp.c: Include fwriteerror.h.
5952
5953 2006-10-16  Bruno Haible  <bruno@clisp.org>
5954
5955         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5956
5957 2006-10-16  Bruno Haible  <bruno@clisp.org>
5958
5959         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5960         * lib/sigprocmask.h: Include <sys/types.h>.
5961         (sigset_t): Use the system's definition if present.
5962
5963 2006-10-17  Eric Blake  <ebb9@byu.net>
5964
5965         * lib/xvasprintf.c (includes): Assume config.h.
5966         * lib/xasprintf.c (includes): Likewise.
5967
5968 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5969
5970         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5971         at least as wide as intmax_t.
5972
5973 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5974
5975         (Imported from Automake.)
5976         * build-aux/gnupload: Update to version 1.1 of directive file.
5977
5978 2006-10-16  Eric Blake  <ebb9@byu.net>
5979
5980         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5981         match Automake 1.10a.
5982
5983 2006-10-14  Bruno Haible  <bruno@clisp.org>
5984
5985         * modules/sigprocmask: New file.
5986         * lib/sigprocmask.h: New file.
5987         * lib/sigprocmask.c: New file.
5988         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
5989         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
5990         request sigprocmask.o.
5991         (gl_PREREQ_SIGPROCMASK): New macro.
5992         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
5993         (Depends-on): Add sigprocmask.
5994         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
5995         gt_SIGNALBLOCKING. Test for 'raise' only once.
5996         * lib/fatal-signal.c: Include sigprocmask.h.
5997         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
5998         unblock_fatal_signals): Define always.
5999         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6000         sigprocmask.
6001
6002 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6003
6004         Sync from Automake.
6005         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6006         which incorrectly sets the mode of an existing destination
6007         directory.  In some cases the unpatched install-sh could do the
6008         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6009         system.  We hope this is rare in practice, but it's clearly worth
6010         fixing.  Problem reported by Alex Unleashed in
6011         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6012         Also, don't bother to check for -m bugs unless we're using -m;
6013         suggested by Stepan Kasal.
6014
6015 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6016
6017         Sync from Automake.
6018         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6019         `-c' flag, so they appear at the same position as in %FASTDEP%
6020         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6021         which ignores unknown options only after the first non-option.
6022         Bug report against M4 by Nelson H. F. Beebe.
6023
6024 2006-10-13  Jim Meyering  <jim@meyering.net>
6025
6026         Fix a bug in yesterday's change.
6027         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6028         p->fts_statp->st_dev would be used uninitialized.
6029         Ensures that we always call fts_stat on the very first entry.
6030         Miklos Szeredi reported that find -xdev stopped working.
6031
6032 2006-10-12  Bruno Haible  <bruno@clisp.org>
6033
6034         * gnulib-tool (func_get_automake_snippet): Append an automatically
6035         computed EXTRA_DIST augmentation.
6036         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6037         * modules/alloca-opt (Makefile.am): Likewise.
6038         * modules/allocsa (Makefile.am): Likewise.
6039         * modules/arcfour (Makefile.am): Likewise.
6040         * modules/arctwo (Makefile.am): Likewise.
6041         * modules/argmatch (Makefile.am): Likewise.
6042         * modules/argz (Makefile.am): Likewise.
6043         * modules/atexit (Makefile.am): Likewise.
6044         * modules/backupfile (Makefile.am): Likewise.
6045         * modules/byteswap (Makefile.am): Likewise.
6046         * modules/c-strtod (Makefile.am): Likewise.
6047         * modules/c-strtold (Makefile.am): Likewise.
6048         * modules/calloc (Makefile.am): Likewise.
6049         * modules/canon-host (Makefile.am): Likewise.
6050         * modules/canonicalize (Makefile.am): Likewise.
6051         * modules/chdir-long (Makefile.am): Likewise.
6052         * modules/chdir-safer (Makefile.am): Likewise.
6053         * modules/check-version (Makefile.am): Likewise.
6054         * modules/chown (Makefile.am): Likewise.
6055         * modules/cloexec (Makefile.am): Likewise.
6056         * modules/close-stream (Makefile.am): Likewise.
6057         * modules/closeout (Makefile.am): Likewise.
6058         * modules/crc (Makefile.am): Likewise.
6059         * modules/csharpexec (Makefile.am): Likewise.
6060         * modules/cycle-check (Makefile.am): Likewise.
6061         * modules/des (Makefile.am): Likewise.
6062         * modules/dev-ino (Makefile.am): Likewise.
6063         * modules/dirfd (Makefile.am): Likewise.
6064         * modules/dirname (Makefile.am): Likewise.
6065         * modules/dup2 (Makefile.am): Likewise.
6066         * modules/eealloc (Makefile.am): Likewise.
6067         * modules/error (Makefile.am): Likewise.
6068         * modules/euidaccess (Makefile.am): Likewise.
6069         * modules/exclude (Makefile.am): Likewise.
6070         * modules/exitfail (Makefile.am): Likewise.
6071         * modules/fcntl-safer (Makefile.am): Likewise.
6072         * modules/fcntl (Makefile.am): Likewise.
6073         * modules/file-type (Makefile.am): Likewise.
6074         * modules/fileblocks (Makefile.am): Likewise.
6075         * modules/filemode (Makefile.am): Likewise.
6076         * modules/filenamecat (Makefile.am): Likewise.
6077         * modules/fnmatch (Makefile.am): Likewise.
6078         * modules/fopen-safer (Makefile.am): Likewise.
6079         * modules/fpending (Makefile.am): Likewise.
6080         * modules/fprintftime (Makefile.am): Likewise.
6081         * modules/free (Makefile.am): Likewise.
6082         * modules/fsusage (Makefile.am): Likewise.
6083         * modules/ftruncate (Makefile.am): Likewise.
6084         * modules/fts (Makefile.am): Likewise.
6085         * modules/gc-arcfour (Makefile.am): Likewise.
6086         * modules/gc-des (Makefile.am): Likewise.
6087         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6088         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6089         * modules/gc-md4 (Makefile.am): Likewise.
6090         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6091         * modules/gc-sha1 (Makefile.am): Likewise.
6092         * modules/gc (Makefile.am): Likewise.
6093         * modules/getaddrinfo (Makefile.am): Likewise.
6094         * modules/getcwd (Makefile.am): Likewise.
6095         * modules/getdelim (Makefile.am): Likewise.
6096         * modules/getdomainname (Makefile.am): Likewise.
6097         * modules/getgroups (Makefile.am): Likewise.
6098         * modules/gethostname (Makefile.am): Likewise.
6099         * modules/gethrxtime (Makefile.am): Likewise.
6100         * modules/getline (Makefile.am): Likewise.
6101         * modules/getloadavg (Makefile.am): Likewise.
6102         * modules/getlogin_r (Makefile.am): Likewise.
6103         * modules/getndelim2 (Makefile.am): Likewise.
6104         * modules/getopt (Makefile.am): Likewise.
6105         * modules/getpagesize (Makefile.am): Likewise.
6106         * modules/getpass-gnu (Makefile.am): Likewise.
6107         * modules/getpass (Makefile.am): Likewise.
6108         * modules/getsubopt (Makefile.am): Likewise.
6109         * modules/gettime (Makefile.am): Likewise.
6110         * modules/gettimeofday (Makefile.am): Likewise.
6111         * modules/getugroups (Makefile.am): Likewise.
6112         * modules/getusershell (Makefile.am): Likewise.
6113         * modules/glob (Makefile.am): Likewise.
6114         * modules/group-member (Makefile.am): Likewise.
6115         * modules/hard-locale (Makefile.am): Likewise.
6116         * modules/hash (Makefile.am): Likewise.
6117         * modules/hmac-md5 (Makefile.am): Likewise.
6118         * modules/hmac-sha1 (Makefile.am): Likewise.
6119         * modules/human (Makefile.am): Likewise.
6120         * modules/idcache (Makefile.am): Likewise.
6121         * modules/imaxabs (Makefile.am): Likewise.
6122         * modules/imaxdiv (Makefile.am): Likewise.
6123         * modules/inet_ntop (Makefile.am): Likewise.
6124         * modules/inet_pton (Makefile.am): Likewise.
6125         * modules/intprops (Makefile.am): Likewise.
6126         * modules/inttostr (Makefile.am): Likewise.
6127         * modules/inttypes (Makefile.am): Likewise.
6128         * modules/isapipe (Makefile.am): Likewise.
6129         * modules/javaversion (Makefile.am): Likewise.
6130         * modules/lchmod (Makefile.am): Likewise.
6131         * modules/lchown (Makefile.am): Likewise.
6132         * modules/localcharset (Makefile.am): Likewise.
6133         * modules/long-options (Makefile.am): Likewise.
6134         * modules/lstat (Makefile.am): Likewise.
6135         * modules/malloc (Makefile.am): Likewise.
6136         * modules/mathl (Makefile.am): Likewise.
6137         * modules/mbchar (Makefile.am): Likewise.
6138         * modules/md2 (Makefile.am): Likewise.
6139         * modules/md4 (Makefile.am): Likewise.
6140         * modules/md5 (Makefile.am): Likewise.
6141         * modules/memcasecmp (Makefile.am): Likewise.
6142         * modules/memchr (Makefile.am): Likewise.
6143         * modules/memcmp (Makefile.am): Likewise.
6144         * modules/memcoll (Makefile.am): Likewise.
6145         * modules/memcpy (Makefile.am): Likewise.
6146         * modules/memmem (Makefile.am): Likewise.
6147         * modules/memmove (Makefile.am): Likewise.
6148         * modules/mempcpy (Makefile.am): Likewise.
6149         * modules/memrchr (Makefile.am): Likewise.
6150         * modules/memset (Makefile.am): Likewise.
6151         * modules/memxor (Makefile.am): Likewise.
6152         * modules/mkancesdirs (Makefile.am): Likewise.
6153         * modules/mkdir-p (Makefile.am): Likewise.
6154         * modules/mkdir (Makefile.am): Likewise.
6155         * modules/mkdtemp (Makefile.am): Likewise.
6156         * modules/mkstemp (Makefile.am): Likewise.
6157         * modules/mktime (Makefile.am): Likewise.
6158         * modules/modechange (Makefile.am): Likewise.
6159         * modules/mountlist (Makefile.am): Likewise.
6160         * modules/nanosleep (Makefile.am): Likewise.
6161         * modules/obstack (Makefile.am): Likewise.
6162         * modules/openat (Makefile.am): Likewise.
6163         * modules/pagealign_alloc (Makefile.am): Likewise.
6164         * modules/pathmax (Makefile.am): Likewise.
6165         * modules/physmem (Makefile.am): Likewise.
6166         * modules/poll (Makefile.am): Likewise.
6167         * modules/posixtm (Makefile.am): Likewise.
6168         * modules/posixver (Makefile.am): Likewise.
6169         * modules/putenv (Makefile.am): Likewise.
6170         * modules/quote (Makefile.am): Likewise.
6171         * modules/quotearg (Makefile.am): Likewise.
6172         * modules/raise (Makefile.am): Likewise.
6173         * modules/read-file (Makefile.am): Likewise.
6174         * modules/readline (Makefile.am): Likewise.
6175         * modules/readlink (Makefile.am): Likewise.
6176         * modules/readtokens (Makefile.am): Likewise.
6177         * modules/readutmp (Makefile.am): Likewise.
6178         * modules/realloc (Makefile.am): Likewise.
6179         * modules/regex (Makefile.am): Likewise.
6180         * modules/rename-dest-slash (Makefile.am): Likewise.
6181         * modules/rename (Makefile.am): Likewise.
6182         * modules/rijndael (Makefile.am): Likewise.
6183         * modules/rmdir (Makefile.am): Likewise.
6184         * modules/rpmatch (Makefile.am): Likewise.
6185         * modules/safe-read (Makefile.am): Likewise.
6186         * modules/safe-write (Makefile.am): Likewise.
6187         * modules/same-inode (Makefile.am): Likewise.
6188         * modules/same (Makefile.am): Likewise.
6189         * modules/save-cwd (Makefile.am): Likewise.
6190         * modules/savedir (Makefile.am): Likewise.
6191         * modules/setenv (Makefile.am): Likewise.
6192         * modules/settime (Makefile.am): Likewise.
6193         * modules/sha1 (Makefile.am): Likewise.
6194         * modules/sig2str (Makefile.am): Likewise.
6195         * modules/snprintf (Makefile.am): Likewise.
6196         * modules/stat-macros (Makefile.am): Likewise.
6197         * modules/stat-time (Makefile.am): Likewise.
6198         * modules/stdbool (Makefile.am): Likewise.
6199         * modules/stdint (Makefile.am): Likewise.
6200         * modules/stdlib-safer (Makefile.am): Likewise.
6201         * modules/stpcpy (Makefile.am): Likewise.
6202         * modules/stpncpy (Makefile.am): Likewise.
6203         * modules/strcase (Makefile.am): Likewise.
6204         * modules/strcasestr (Makefile.am): Likewise.
6205         * modules/strchrnul (Makefile.am): Likewise.
6206         * modules/strcspn (Makefile.am): Likewise.
6207         * modules/strdup (Makefile.am): Likewise.
6208         * modules/strerror (Makefile.am): Likewise.
6209         * modules/strftime (Makefile.am): Likewise.
6210         * modules/strndup (Makefile.am): Likewise.
6211         * modules/strnlen (Makefile.am): Likewise.
6212         * modules/strpbrk (Makefile.am): Likewise.
6213         * modules/strsep (Makefile.am): Likewise.
6214         * modules/strstr (Makefile.am): Likewise.
6215         * modules/strtod (Makefile.am): Likewise.
6216         * modules/strtoimax (Makefile.am): Likewise.
6217         * modules/strtok_r (Makefile.am): Likewise.
6218         * modules/strtol (Makefile.am): Likewise.
6219         * modules/strtoll (Makefile.am): Likewise.
6220         * modules/strtoul (Makefile.am): Likewise.
6221         * modules/strtoull (Makefile.am): Likewise.
6222         * modules/strtoumax (Makefile.am): Likewise.
6223         * modules/strverscmp (Makefile.am): Likewise.
6224         * modules/sys_socket (Makefile.am): Likewise.
6225         * modules/sys_stat (Makefile.am): Likewise.
6226         * modules/sysexits (Makefile.am): Likewise.
6227         * modules/time_r (Makefile.am): Likewise.
6228         * modules/timegm (Makefile.am): Likewise.
6229         * modules/timespec (Makefile.am): Likewise.
6230         * modules/tmpfile-safer (Makefile.am): Likewise.
6231         * modules/trim (Makefile.am): Likewise.
6232         * modules/unistd-safer (Makefile.am): Likewise.
6233         * modules/unlinkdir (Makefile.am): Likewise.
6234         * modules/unlocked-io (Makefile.am): Likewise.
6235         * modules/userspec (Makefile.am): Likewise.
6236         * modules/utime (Makefile.am): Likewise.
6237         * modules/utimecmp (Makefile.am): Likewise.
6238         * modules/utimens (Makefile.am): Likewise.
6239         * modules/vasnprintf (Makefile.am): Likewise.
6240         * modules/vasprintf (Makefile.am): Likewise.
6241         * modules/vsnprintf (Makefile.am): Likewise.
6242         * modules/xalloc (Makefile.am): Likewise.
6243         * modules/xgetcwd (Makefile.am): Likewise.
6244         * modules/xnanosleep (Makefile.am): Likewise.
6245         * modules/xreadlink (Makefile.am): Likewise.
6246         * modules/xstrtod (Makefile.am): Likewise.
6247         * modules/xstrtol (Makefile.am): Likewise.
6248         * modules/xstrtold (Makefile.am): Likewise.
6249         * modules/yesno (Makefile.am): Likewise.
6250         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6251
6252 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6253
6254         * modules/error (Makefile.am): Distribute files through
6255         EXTRA_DIST, not lib_SOURCES.
6256
6257 2006-10-12  Eric Blake  <ebb9@byu.net>
6258
6259         * modules/error (Makefile.am): Distribute files in /lib.
6260         * modules/obstack (Makefile.am): Likewise.
6261
6262 2006-10-12  Bruno Haible  <bruno@clisp.org>
6263
6264         * modules/acl (Makefile.am): Distribute all files in lib/ through
6265         EXTRA_DIST.
6266         * modules/arcfour (Makefile.am): Likewise.
6267         * modules/arctwo (Makefile.am): Likewise.
6268         * modules/argmatch (Makefile.am): Likewise.
6269         * modules/argz (Makefile.am): Likewise.
6270         * modules/atexit (Makefile.am): Likewise.
6271         * modules/backupfile (Makefile.am): Likewise.
6272         * modules/c-strtod (Makefile.am): Likewise.
6273         * modules/c-strtold (Makefile.am): Likewise.
6274         * modules/calloc (Makefile.am): Likewise.
6275         * modules/canon-host (Makefile.am): Likewise.
6276         * modules/canonicalize (Makefile.am): Likewise.
6277         * modules/chdir-long (Makefile.am): Likewise.
6278         * modules/chdir-safer (Makefile.am): Likewise.
6279         * modules/check-version (Makefile.am): Likewise.
6280         * modules/chown (Makefile.am): Likewise.
6281         * modules/cloexec (Makefile.am): Likewise.
6282         * modules/close-stream (Makefile.am): Likewise.
6283         * modules/closeout (Makefile.am): Likewise.
6284         * modules/crc (Makefile.am): Likewise.
6285         * modules/cycle-check (Makefile.am): Likewise.
6286         * modules/des (Makefile.am): Likewise.
6287         * modules/dirfd (Makefile.am): Likewise.
6288         * modules/dirname (Makefile.am): Likewise.
6289         * modules/dup2 (Makefile.am): Likewise.
6290         * modules/euidaccess (Makefile.am): Likewise.
6291         * modules/exclude (Makefile.am): Likewise.
6292         * modules/exitfail (Makefile.am): Likewise.
6293         * modules/fcntl-safer (Makefile.am): Likewise.
6294         * modules/file-type (Makefile.am): Likewise.
6295         * modules/fileblocks (Makefile.am): Likewise.
6296         * modules/filemode (Makefile.am): Likewise.
6297         * modules/filenamecat (Makefile.am): Likewise.
6298         * modules/fnmatch (Makefile.am): Likewise.
6299         * modules/fopen-safer (Makefile.am): Likewise.
6300         * modules/fpending (Makefile.am): Likewise.
6301         * modules/fprintftime (Makefile.am): Likewise.
6302         * modules/free (Makefile.am): Likewise.
6303         * modules/fsusage (Makefile.am): Likewise.
6304         * modules/ftruncate (Makefile.am): Likewise.
6305         * modules/fts (Makefile.am): Likewise.
6306         * modules/gc (Makefile.am): Likewise.
6307         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6308         * modules/getaddrinfo (Makefile.am): Likewise.
6309         * modules/getcwd (Makefile.am): Likewise.
6310         * modules/getdelim (Makefile.am): Likewise.
6311         * modules/getdomainname (Makefile.am): Likewise.
6312         * modules/getgroups (Makefile.am): Likewise.
6313         * modules/gethostname (Makefile.am): Likewise.
6314         * modules/gethrxtime (Makefile.am): Likewise.
6315         * modules/getline (Makefile.am): Likewise.
6316         * modules/getloadavg (Makefile.am): Likewise.
6317         * modules/getlogin_r (Makefile.am): Likewise.
6318         * modules/getopt (Makefile.am): Likewise.
6319         * modules/getpass (Makefile.am): Likewise.
6320         * modules/getpass-gnu (Makefile.am): Likewise.
6321         * modules/getsubopt (Makefile.am): Likewise.
6322         * modules/gettime (Makefile.am): Likewise.
6323         * modules/gettimeofday (Makefile.am): Likewise.
6324         * modules/getugroups (Makefile.am): Likewise.
6325         * modules/getusershell (Makefile.am): Likewise.
6326         * modules/glob (Makefile.am): Likewise.
6327         * modules/group-member (Makefile.am): Likewise.
6328         * modules/hard-locale (Makefile.am): Likewise.
6329         * modules/hash (Makefile.am): Likewise.
6330         * modules/hmac-md5 (Makefile.am): Likewise.
6331         * modules/hmac-sha1 (Makefile.am): Likewise.
6332         * modules/human (Makefile.am): Likewise.
6333         * modules/idcache (Makefile.am): Likewise.
6334         * modules/imaxabs (Makefile.am): Likewise.
6335         * modules/imaxdiv (Makefile.am): Likewise.
6336         * modules/inet_ntop (Makefile.am): Likewise.
6337         * modules/inet_pton (Makefile.am): Likewise.
6338         * modules/inttostr (Makefile.am): Likewise.
6339         * modules/isapipe (Makefile.am): Likewise.
6340         * modules/lchown (Makefile.am): Likewise.
6341         * modules/long-options (Makefile.am): Likewise.
6342         * modules/lstat (Makefile.am): Likewise.
6343         * modules/malloc (Makefile.am): Likewise.
6344         * modules/mathl (Makefile.am): Likewise.
6345         * modules/mbchar (Makefile.am): Likewise.
6346         * modules/md2 (Makefile.am): Likewise.
6347         * modules/md4 (Makefile.am): Likewise.
6348         * modules/md5 (Makefile.am): Likewise.
6349         * modules/memcasecmp (Makefile.am): Likewise.
6350         * modules/memchr (Makefile.am): Likewise.
6351         * modules/memcmp (Makefile.am): Likewise.
6352         * modules/memcoll (Makefile.am): Likewise.
6353         * modules/memcpy (Makefile.am): Likewise.
6354         * modules/memmem (Makefile.am): Likewise.
6355         * modules/memmove (Makefile.am): Likewise.
6356         * modules/mempcpy (Makefile.am): Likewise.
6357         * modules/memrchr (Makefile.am): Likewise.
6358         * modules/memset (Makefile.am): Likewise.
6359         * modules/memxor (Makefile.am): Likewise.
6360         * modules/mkancesdirs (Makefile.am): Likewise.
6361         * modules/mkdir (Makefile.am): Likewise.
6362         * modules/mkdir-p (Makefile.am): Likewise.
6363         * modules/mkdtemp (Makefile.am): Likewise.
6364         * modules/mkstemp (Makefile.am): Likewise.
6365         * modules/mktime (Makefile.am): Likewise.
6366         * modules/modechange (Makefile.am): Likewise.
6367         * modules/mountlist (Makefile.am): Likewise.
6368         * modules/nanosleep (Makefile.am): Likewise.
6369         * modules/openat (Makefile.am): Likewise.
6370         * modules/pagealign_alloc (Makefile.am): Likewise.
6371         * modules/physmem (Makefile.am): Likewise.
6372         * modules/poll (Makefile.am): Likewise.
6373         * modules/posixtm (Makefile.am): Likewise.
6374         * modules/posixver (Makefile.am): Likewise.
6375         * modules/putenv (Makefile.am): Likewise.
6376         * modules/quote (Makefile.am): Likewise.
6377         * modules/quotearg (Makefile.am): Likewise.
6378         * modules/raise (Makefile.am): Likewise.
6379         * modules/read-file (Makefile.am): Likewise.
6380         * modules/readline (Makefile.am): Likewise.
6381         * modules/readlink (Makefile.am): Likewise.
6382         * modules/readtokens (Makefile.am): Likewise.
6383         * modules/readutmp (Makefile.am): Likewise.
6384         * modules/realloc (Makefile.am): Likewise.
6385         * modules/regex (Makefile.am): Likewise.
6386         * modules/rename (Makefile.am): Likewise.
6387         * modules/rename-dest-slash (Makefile.am): Likewise.
6388         * modules/rijndael (Makefile.am): Likewise.
6389         * modules/rmdir (Makefile.am): Likewise.
6390         * modules/rpmatch (Makefile.am): Likewise.
6391         * modules/safe-read (Makefile.am): Likewise.
6392         * modules/safe-write (Makefile.am): Likewise.
6393         * modules/same (Makefile.am): Likewise.
6394         * modules/save-cwd (Makefile.am): Likewise.
6395         * modules/savedir (Makefile.am): Likewise.
6396         * modules/setenv (Makefile.am): Likewise.
6397         * modules/settime (Makefile.am): Likewise.
6398         * modules/sha1 (Makefile.am): Likewise.
6399         * modules/sig2str (Makefile.am): Likewise.
6400         * modules/snprintf (Makefile.am): Likewise.
6401         * modules/stdlib-safer (Makefile.am): Likewise.
6402         * modules/stpcpy (Makefile.am): Likewise.
6403         * modules/stpncpy (Makefile.am): Likewise.
6404         * modules/strcase (Makefile.am): Likewise.
6405         * modules/strcasestr (Makefile.am): Likewise.
6406         * modules/strchrnul (Makefile.am): Likewise.
6407         * modules/strcspn (Makefile.am): Likewise.
6408         * modules/strdup (Makefile.am): Likewise.
6409         * modules/strerror (Makefile.am): Likewise.
6410         * modules/strftime (Makefile.am): Likewise.
6411         * modules/strndup (Makefile.am): Likewise.
6412         * modules/strnlen (Makefile.am): Likewise.
6413         * modules/strpbrk (Makefile.am): Likewise.
6414         * modules/strsep (Makefile.am): Likewise.
6415         * modules/strstr (Makefile.am): Likewise.
6416         * modules/strtod (Makefile.am): Likewise.
6417         * modules/strtoimax (Makefile.am): Likewise.
6418         * modules/strtok_r (Makefile.am): Likewise.
6419         * modules/strtol (Makefile.am): Likewise.
6420         * modules/strtoll (Makefile.am): Likewise.
6421         * modules/strtoul (Makefile.am): Likewise.
6422         * modules/strtoull (Makefile.am): Likewise.
6423         * modules/strtoumax (Makefile.am): Likewise.
6424         * modules/strverscmp (Makefile.am): Likewise.
6425         * modules/time_r (Makefile.am): Likewise.
6426         * modules/timegm (Makefile.am): Likewise.
6427         * modules/tmpfile-safer (Makefile.am): Likewise.
6428         * modules/unistd-safer (Makefile.am): Likewise.
6429         * modules/unlinkdir (Makefile.am): Likewise.
6430         * modules/userspec (Makefile.am): Likewise.
6431         * modules/utime (Makefile.am): Likewise.
6432         * modules/utimecmp (Makefile.am): Likewise.
6433         * modules/utimens (Makefile.am): Likewise.
6434         * modules/vasnprintf (Makefile.am): Likewise.
6435         * modules/vasprintf (Makefile.am): Likewise.
6436         * modules/vsnprintf (Makefile.am): Likewise.
6437         * modules/xalloc (Makefile.am): Likewise.
6438         * modules/xgetcwd (Makefile.am): Likewise.
6439         * modules/xnanosleep (Makefile.am): Likewise.
6440         * modules/xreadlink (Makefile.am): Likewise.
6441         * modules/xstrtod (Makefile.am): Likewise.
6442         * modules/xstrtol (Makefile.am): Likewise.
6443         * modules/xstrtold (Makefile.am): Likewise.
6444         * modules/yesno (Makefile.am): Likewise.
6445
6446 2006-10-12  Jim Meyering  <jim@meyering.net>
6447
6448         * m4/getloadavg.m4: Revert the change below.
6449
6450         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6451         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6452         fail with a symlink, which is what coreutils' ./bootstrap now
6453         creates by default.
6454
6455 2006-10-12  Bruno Haible  <bruno@clisp.org>
6456
6457         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6458         mingw.
6459         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6460         MSVC and mingw explicitly.
6461
6462 2006-10-11  Simon Josefsson  <jas@extundo.com>
6463             Bruno Haible  <bruno@clisp.org>
6464
6465         Add support for multiple gnulib-tool invocations in the scope of a
6466         single configure.ac file.
6467         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6468         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6469         with the same contents as the _LIBADD variable.
6470         (func_emit_initmacro_start, func_emit_initmacro_end,
6471         func_emit_initmacro_done): New functions.
6472         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6473         gl_LIBOBJS and gl_LTLIBOBJS.
6474
6475 2006-10-11  Bruno Haible  <bruno@clisp.org>
6476
6477         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6478         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6479         autoreconf. Instead, invoke autopoint explicitly but move back the
6480         *.m4 files from gnulib.
6481
6482 2006-10-11  Bruno Haible  <bruno@clisp.org>
6483
6484         * gnulib-tool (func_usage): Make module names after --create-testdir
6485         optional.
6486         (func_create_testdir): If no module was specified, use nearly all
6487         modules.
6488
6489 2006-10-12  Jim Meyering  <jim@meyering.net>
6490
6491         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6492         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6493         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6494         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6495         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6496         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6497         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6498         (fts_set_stat_required): New function.
6499         (fts_open): Defer the calls to fts_stat, if possible or requested.
6500         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6501         into fts_stat itself.
6502         (fts_read): Perform any required (deferred) fts_stat call.
6503         (fts_build): Likewise, for the directory we're about to open and read.
6504         In the readdir loop, carefully decide whether each entry will require
6505         an eventual call to fts_stat, using dirent.d_type info if available.
6506         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6507         a command line argument into this function.  Update all callers.
6508         Map a return value of FTS_DOT to FTS_D for a command line argument.
6509         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6510         Thanks to Miklos Szeredi for his tenacity and for the initial
6511         bug report about "find" failing on a FUSE-based file system.
6512
6513         * lib/fts.c (fts_open): Use consistent indentation.
6514
6515 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6516
6517         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6518         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6519         reported by Jim Meyering.  All uses of cache variables renamed
6520         to match Autoconf's.
6521         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6522         the other one.
6523
6524         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6525         Fix misspelling in diagnostic.
6526
6527 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6528
6529         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6530         defined.  Problem reported by Matthew Woehlke.
6531
6532         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6533         Add support for Tandem NonStop R series.
6534         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6535         Use new macro.
6536
6537         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6538         (has_trailing_slash): Omit size arg; all callers changed.
6539         Omit 'inline', since it doesn't help performance and we'd
6540         need to configure it.
6541         Don't count //, ///, etc. as having a trailing slash.
6542         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6543         (rpl_rename_dest_slash): On failure, use rename's errno rather
6544         than (in some cases) an incorrect or junk errno.
6545         Simplify code by removing need to compute length; this does
6546         cause it to make two passes instead of one over the file name,
6547         but it's worth it.
6548
6549         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6550         change, since Autoconf's version may no longer be appropriate now
6551         that we are using CVS Autoconf's version.  Add support for Tandem.
6552
6553 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6554             Bruno Haible  <bruno@clisp.org>
6555
6556         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6557         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6558         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6559         gl_AC_TYPE_LONG_LONG.
6560
6561         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6562         instead of HAVE_LONG_LONG.
6563         * lib/printf-args.c (printf_fetchargs): Likewise.
6564         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6565         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6566         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6567         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6568         gl_AC_TYPE_LONG_LONG.
6569
6570 2006-10-11  Bruno Haible  <bruno@clisp.org>
6571
6572         * m4/longlong.m4: Add comments.
6573         * m4/ulonglong.m4: Likewise.
6574
6575 2006-10-10  Bruno Haible  <bruno@clisp.org>
6576
6577         Make it possible to #define stpcpy, strdup to aliases.
6578         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6579         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6580
6581 2006-10-10  Bruno Haible  <bruno@clisp.org>
6582
6583         Make it possible to #define gcd to an alias.
6584         * lib/gcd.c: Include config.h.
6585
6586 2006-10-10  Bruno Haible  <bruno@clisp.org>
6587
6588         Make it possible to #define c_isascii to an alias.
6589         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6590         defined. Undefine the macros before defining them, to avoid gcc
6591         warnings.
6592         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6593         define NO_C_CTYPE_MACROS early.
6594
6595 2006-10-10  Bruno Haible  <bruno@clisp.org>
6596
6597         Make it possible to #define set_program_name to an alias.
6598         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6599         ENABLE_RELOCATABLE early.
6600
6601 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6602
6603         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6604         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6605         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6606         More generally, don't assume that 64-bit signed int is available
6607         if unsigned int is, and vice versa.
6608         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6609         unsigned symbols, not on their signed counterparts.
6610         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6611         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6612         (UINT64_C, UINTMAX_C):
6613         Likewise.
6614         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6615         unsigned counterparts.
6616         (Have_long_long, Unsigned): New macros.
6617         (Int): Renamed from INT.
6618         (strtoimax): Use the new macros.
6619         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6620         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6621         * modules/inttypes (inttypes.h): Substitute
6622         HAVE_UNSIGNED_LONG_LONG_INT.
6623         * modules/stdint (stdint.h): Likewise.
6624         (Files): Add m4/ulonglong.m4.
6625
6626 2006-10-10  Bruno Haible  <bruno@clisp.org>
6627
6628         Fix a gcc -Wshadow warning.
6629         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6630         to 'bucket'.
6631         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6632         gl_linked_indexof_from_to): Likewise.
6633         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6634         Likewise.
6635         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6636         Likewise.
6637         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6638         Reported by Eric Blake.
6639
6640 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6641
6642         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6643         for NetBSD.  Problem reported by Bruno Haible.
6644
6645 2006-10-09  Jim Meyering  <jim@meyering.net>
6646
6647         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6648         Patch from Bruno Haible.
6649
6650 2006-10-09  Jim Meyering  <jim@meyering.net>
6651
6652         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6653         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6654         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6655
6656 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6657
6658         Don't include <config.h> twice; this doesn't work in some cases,
6659         e.g., when config.h has "#define intmax_t long long int" and
6660         we include <config.h>, <inttypes.h>, <config.h> in that order.
6661         Problem reported by Matthew Woehlke in:
6662         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6663         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6664         * lib/fts-cycle.c: Don't include config.h.
6665         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6666         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6667         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6668         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6669         inttypes.h.
6670         * lib/xstrtoumax.c: Likewise.
6671         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6672         __strtol and the like, so that this module is more like its siblings.
6673         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6674         Remove; no longer needed now that we assume gnulib inttypes.h.
6675
6676 2006-10-08  Bruno Haible  <bruno@clisp.org>
6677
6678         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6679         option.
6680
6681 2006-10-07  Jim Meyering  <jim@meyering.net>
6682
6683         * modules/inttypes (inttypes.h): Revert what seems to have been
6684         an inadvertent part of today's change: use "|", not "/" in the
6685         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6686
6687 2006-10-07  Bruno Haible  <bruno@clisp.org>
6688
6689         * modules/sublist: New file.
6690
6691 2006-10-07  Bruno Haible  <bruno@clisp.org>
6692
6693         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6694         * modules/argz (argz.h): Likewise.
6695         * modules/arpa_inet (arpa/inet.h): Likewise.
6696         * modules/byteswap (byteswap.h): Likewise.
6697         * modules/configmake (configmake.h): Likewise.
6698         * modules/fcntl (fcntl.h): Likewise.
6699         * modules/fnmatch (fnmatch.h): Likewise.
6700         * modules/getopt (getopt.h): Likewise.
6701         * modules/glob (glob.h): Likewise.
6702         * modules/inttypes (inttypes.h): Likewise.
6703         * modules/netinet_in (netinet/in.h): Likewise.
6704         * modules/poll (poll.h): Likewise.
6705         * modules/stdbool (stdbool.h): Likewise.
6706         * modules/stdint (stdint.h): Likewise.
6707         * modules/sys_select (sys/select.h): Likewise.
6708         * modules/sys_socket (sys/socket.h): Likewise.
6709         * modules/sys_stat (sys/stat.h): Likewise.
6710         * modules/sysexits (sysexits.h): Likewise.
6711         * modules/unistd (unistd.h): Likewise.
6712         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6713         Add a "DO NOT EDIT" comment to the generated file.
6714         (func_import): Likewise for gnulib-comp.m4.
6715
6716 2006-10-07  Bruno Haible  <bruno@clisp.org>
6717
6718         * lib/gl_sublist.h: New file.
6719         * lib/gl_sublist.c: New file.
6720
6721 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6722
6723         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6724         name (relative to the original working directory) and the file
6725         name component (relative to the temporary working directory).  All
6726         callers changed.
6727         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6728         * lib/mkdir-p.c (make_dir_parents): Likewise.
6729         * lib/mkdir-p.h (make_dir_parents): Likewise.
6730
6731 2006-10-06  Eric Blake  <ebb9@byu.net>
6732
6733         Define several macros for use by the clean-temp module.
6734         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6735         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6736         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6737
6738         * lib/clean-temp.h (close_stream_temp): New declaration.
6739         * lib/clean-temp.c (includes): Pull in headers according to what
6740         other modules are in use.
6741         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6742
6743 2006-10-06  Bruno Haible  <bruno@clisp.org>
6744
6745         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6746         instead of fopen, fwriteerror.
6747
6748 2006-10-06  Bruno Haible  <bruno@clisp.org>
6749
6750         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6751         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6752         int.
6753         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6754         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6755         Return an error indicator.
6756         Suggested by Eric Blake.
6757
6758 2006-10-06  Bruno Haible  <bruno@clisp.org>
6759
6760         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6761         Reported by Eric Blake.
6762
6763 2006-10-06  Bruno Haible  <bruno@clisp.org>
6764
6765         * modules/closeout (Description): Mention stderr too.
6766
6767 2006-10-06  Bruno Haible  <bruno@clisp.org>
6768         and Paul Eggert  <eggert@cs.ucla.edu>
6769
6770         * lib/closeout.c (close_stdout): Also close stderr.
6771         * lib/closeout.h: Update comment.
6772
6773 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6776         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6777         * lib/dirchownmod.c: Include lchown.h.
6778         * lib/lchown.c: Don't include files that lchown.h now includes.
6779         Don't declare chown, since lchown.h now does that.
6780         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6781         (lchown): Define to rpl_chown if lchown is declared but
6782         does not exist.  Declare using a prototype if lchown is not
6783         declared.  Add a copyright notice.
6784         * lib/mkstemp.h: Include <unistd.h>.
6785         * lib/openat.c: Include lchown.h.
6786
6787         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6788         we now test for that separately.
6789         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6790         rather than O_NOFOLLOW, when testing whether it's possible to
6791         avoid a race condition reliably.
6792         * lib/savewd.c (savewd_chdir): Likewise.
6793
6794         Remove macros that are no longer needed now that stdint.h is
6795         reliable.
6796         * lib/fsusage.c (UINTMAX_MAX): Remove.
6797         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6798         * lib/utimecmp.c (SIZE_MAX): Remove.
6799
6800         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6801
6802         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6803         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6804         O_NOATIME works.
6805
6806 2006-10-05  Bruno Haible  <bruno@clisp.org>
6807
6808         * lib/gl_list.h (gl_sortedlist_search_from_to,
6809         gl_sortedlist_indexof_from_to): New declarations.
6810         (gl_list_implementation): New fields sortedlist_search_from_to,
6811         sortedlist_indexof_from_to.
6812         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6813         inline functions.
6814         * lib/gl_list.c (gl_sortedlist_search_from_to,
6815         gl_sortedlist_indexof_from_to): New functions.
6816         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6817         function.
6818         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6819         (gl_array_sortedlist_search_from_to): New function.
6820         (gl_array_list_implementation): Update.
6821         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6822         function.
6823         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6824         (gl_carray_sortedlist_search_from_to): New function.
6825         (gl_carray_list_implementation): Update.
6826         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6827         gl_linked_sortedlist_indexof_from_to): New functions.
6828         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6829         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6830         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6831         gl_tree_sortedlist_indexof_from_to): New functions.
6832         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6833         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6834         Update.
6835         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6836         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6837         Update.
6838
6839 2006-10-05  Bruno Haible  <bruno@clisp.org>
6840
6841         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6842         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6843         (struct gl_list_implementation): Add fields search_from_to,
6844         indexof_from_to. Remove fields search, indexof.
6845         (gl_list_search): Use the search_from_to method.
6846         (gl_list_search_from, gl_list_search_from_to): New functions.
6847         (gl_list_indexof): Use the indexof_from_to method.
6848         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6849         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6850         (gl_list_search_from, gl_list_search_from_to): New functions.
6851         (gl_list_indexof): Use the indexof_from_to method.
6852         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6853         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6854         gl_array_indexof. Add start_index, end_index arguments.
6855         (gl_array_search_from_to): Renamed from gl_array_search. Add
6856         start_index, end_index arguments.
6857         (gl_array_remove, gl_array_list_implementation): Update.
6858         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6859         gl_carray_indexof. Add start_index, end_index arguments.
6860         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6861         start_index, end_index arguments.
6862         (gl_carray_remove, gl_carray_list_implementation): Update.
6863         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6864         gl_linked_search. Add start_index, end_index arguments.
6865         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6866         start_index, end_index arguments.
6867         (gl_linked_remove): Update.
6868         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6869         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6870         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6871         field to 'size_t'.
6872         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6873         gl_tree_search. Add start_index, end_index arguments.
6874         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6875         start_index, end_index arguments.
6876         (gl_tree_remove): Update.
6877         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6878         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6879         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6880         function.
6881         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6882         gl_tree_search. Add start_index, end_index arguments.
6883         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6884         start_index, end_index arguments.
6885         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6886         Update.
6887         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6888
6889 2006-10-05  Bruno Haible  <bruno@clisp.org>
6890
6891         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6892
6893         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6894         fwriteerror_temp): New declarations.
6895         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6896         (descriptors): New variable.
6897         (cleanup): First, close the descriptors.
6898         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6899         fclose_temp, fwriteerror_temp): New functions.
6900
6901 2006-10-04  Jim Meyering  <jim@meyering.net>
6902
6903         * lib/fts.c (fts_open): Tiny comment change.
6904
6905 2006-10-04  Bruno Haible  <bruno@clisp.org>
6906
6907         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6908         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6909         gl_LOCK_BODY.
6910         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6911         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6912         gl_LOCK_EARLY_BODY.
6913         (gl_LOCK): Require gl_LOCK_BODY.
6914
6915 2006-10-04  Bruno Haible  <bruno@clisp.org>
6916
6917         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6918         (gl_oset_search_atleast): New declaration.
6919         (struct gl_oset_implementation): Add field 'search_atleast'.
6920         (gl_oset_search_atleast): New inline function.
6921         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6922         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6923         (gl_array_oset_implementation): Update.
6924         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6925         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6926         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6927
6928 2006-10-04  Bruno Haible  <bruno@clisp.org>
6929
6930         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6931
6932 2006-10-03  Bruno Haible  <bruno@clisp.org>
6933
6934         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6935         from gl_avltreehash_list_implementation.
6936
6937 2006-10-03  Bruno Haible  <bruno@clisp.org>
6938
6939         * lib/gl_oset.c (gl_oset_add): Fix return type.
6940
6941 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6942
6943         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6944
6945 2006-10-02  Eric Blake  <ebb9@byu.net>
6946
6947         * modules/strnlen (Depends-on): Add extensions.
6948
6949 2006-10-02  Eric Blake  <ebb9@byu.net>
6950
6951         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6952         definition in 2.60+.
6953
6954 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6955
6956         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6957         checks.
6958
6959 2006-10-02  Bruno Haible  <bruno@clisp.org>
6960
6961         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6962         to the AUTOMAKE_OPTIONS.
6963         Reported by Jim Meyering.
6964
6965 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6966
6967         Work around bug in Solaris 10 /proc file system:
6968         /proc/self/fd/NNN/.. isn't the parent directory of
6969         the directory whose file descriptor is NNN.  This needs to
6970         be worked around at run time, not compile time, since a
6971         program might be built on Solaris 8, where things work, and
6972         run on Solaris 10.
6973         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6974         to use the following interface instead:
6975         (OPENAT_BUFFER_SIZE): New macro.
6976         (openat_proc_name): New function.
6977         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6978         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6979         Likewise.
6980         * lib/openat-proc.c: New file.
6981         * modules/openat (Files): Add lib/openat-proc.c.
6982         (Depends-on): Add same-inode, stdbool.
6983         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6984
6985 2006-09-29  Bruno Haible  <bruno@clisp.org>
6986
6987         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
6988         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
6989         argument. Set stdout_closed before testing for ferror, not after.
6990         (fwriteerror, fwriteerror_no_ebadf): New functions.
6991
6992 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6993
6994         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
6995
6996 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
6997
6998         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
6999         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7000
7001 2006-09-28  Jim Meyering  <jim@meyering.net>
7002
7003         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7004         Include <unistd.h>.
7005
7006 2006-09-28  Bruno Haible  <bruno@clisp.org>
7007
7008         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7009         * modules/linkedhash-list (Depends-on): Likewise.
7010         * modules/rbtreehash-list (Depends-on): Likewise.
7011
7012 2006-09-28  Bruno Haible  <bruno@clisp.org>
7013
7014         * lib/strndup.h: Simplify the redefinition of strndup.
7015         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7016         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7017
7018 2006-09-28  Bruno Haible  <bruno@clisp.org>
7019
7020         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7021         * lib/gl_linkedhash_list.c: Likewise.
7022         * lib/gl_rbtreehash_list.c: Likewise.
7023
7024 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7025
7026         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7027         getaddrinfo.
7028
7029         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7030         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7031         it causes <stdio_ext.h> to cause a compile-time error.
7032         Problem reported by Nelson H. F. Beebe.
7033         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7034         of HAVE_DECL___PENDING.
7035
7036         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7037         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7038         declaration.
7039
7040 2006-09-27  Jim Meyering  <jim@meyering.net>
7041
7042         This file could end up with a definition for a function
7043         named __strndup, rather than rpl_strndup on a system with
7044         incomplete weak_alias support.
7045         * lib/strndup.c (strndup): Rename from __strndup.
7046         Remove #defines that used to map __strndup to strndup.
7047         Don't use K&R prototypes.
7048         Remove LIBC-related code, since this file is not sync'd with glibc.
7049         * lib/strndup.h: Revamp, accordingly.
7050         * m4/strndup.m4: Modernize.
7051
7052 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7053
7054         * modules/savewd (Depends-on): Add 'raise'.
7055         * lib/savewd.c: Include <signal.h>, for 'raise'.
7056
7057 2006-09-26  Jim Meyering  <jim@meyering.net>
7058
7059         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7060         when we detect Darwin 8.7.0's acl_get_file bug.
7061         Rearrange to perform the new (below) run-test while $LIBS
7062         contains any acl-related library.  Set USE_ACL at the end.
7063         (gl_ACL_GET_FILE): New function.
7064
7065 2006-09-26  Eric Blake  <ebb9@byu.net>
7066
7067         * lib/verror.c: Include <config.h> unconditionally.
7068
7069 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7070
7071         * modules/clock-time (Maintainer): Add self.
7072         * modules/getlogin_r (Depends-on): Add extensions.
7073
7074 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7075
7076         * modules/clock-time: New module.
7077         * modules/nanosleep (Depends-on): Add clock-time.
7078         * modules/gethrxtime (Depends-on): Likewise.
7079         * modules/gettime (Depends-on): Likewise.
7080         * modules/settime (Depends-on): Likewise.
7081
7082         * modules/fts-lgpl: Depend on openat.
7083         * modules/mkancesdirs: Depend on savewd.
7084         * modules/mkdir-p: Likewise.
7085
7086 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7087
7088         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7089
7090         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7091         `gl_have_arbitrary_file_name_length_limit' to
7092         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7093         actually works between configure runs.
7094
7095 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7096             Bruno Haible  <bruno@clisp.org>
7097
7098         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7099
7100 2006-09-25  Jim Meyering  <jim@meyering.net>
7101
7102         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7103         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7104
7105 2006-09-25  Eric Blake  <ebb9@byu.net>
7106
7107         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7108         exec's in 2006-09-18 patch when shuffling fds.
7109
7110 2006-09-25  Bruno Haible  <bruno@clisp.org>
7111
7112         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7113         Reported by Jim Meyering.
7114
7115 2006-09-24  Jim Meyering  <jim@meyering.net>
7116
7117         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7118         compare a pointer against a literal "0".  That caused failures with
7119         at least HP-UX's hpcc.
7120
7121 2006-09-22  Simon Josefsson  <jas@extundo.com>
7122
7123         * modules/gc-sha1:
7124         * modules/gc-md4:
7125         * modules/gc-hmac-sha1:
7126         * modules/gc-hmac-md5:
7127         * modules/gc-des:
7128         * modules/gc-arcfour: Distribute more files.
7129
7130 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7131
7132         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7133         (gl_linked_iterator_from_to): Initialize struct completely.
7134         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7135         (gl_tree_iterator_from_to): Likewise
7136         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7137         * lib/gl_array_list.c [lint] (gl_array_iterator)
7138         (gl_array_iterator_from_to): Likewise.
7139         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7140         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7141         (gl_carray_iterator_from_to): Likewise.
7142
7143         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7144         * lib/md4.c (md4_process_block): Remove unused variable.
7145         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7146         parentheses for clarity.
7147
7148 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7149
7150         * modules/bison-i18n (Depends-on): Add gettext.
7151
7152 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7153
7154         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7155         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7156         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7157         also add missing comma that caused broken test.
7158         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7159         stdlib.h, for `abort'.
7160         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7161         variables.
7162         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7163         include unistd.h if present, for `rmdir'.
7164         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7165         variables.
7166         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7167         in the process include standard headers for prototypes.
7168         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7169         gets declared on GNU/Linux.
7170         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7171         unistd.h, for `rmdir'.
7172         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7173
7174         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7175         always true.
7176         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7177
7178         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7179
7180 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7181
7182         * gnulib-tool (func_version): Create output all at once.  This
7183         may help avoid triggering unnecessary SIGPIPEs, and at any
7184         rate it doesn't hurt.
7185
7186 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7187             Bruno Haible  <bruno@clisp.org>
7188
7189         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7190         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7191         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7192
7193         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7194         (gl_FUNC_VASPRINTF): Invoke it.
7195
7196 2006-09-22  Bruno Haible  <bruno@clisp.org>
7197
7198         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7199         getloadavg.c as first argument.
7200
7201 2006-09-22  Bruno Haible  <bruno@clisp.org>
7202
7203         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7204         at the beginning of the gl_INIT macro.
7205         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7206         gl_GETLOADAVG.
7207
7208 2006-09-22  Bruno Haible  <bruno@clisp.org>
7209
7210         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7211         module.
7212         Suggested by Ralf Wildenhues.
7213
7214 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7215
7216         Import this patch from libc:
7217
7218         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7219
7220         * lib/regex_internal.c (re_string_reconstruct): Handle
7221         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7222         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7223         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7224         re_string_context_at.
7225
7226         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7227         now requires it.
7228         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7229         gl_REGEX now does it for us.
7230         (gl_REGEX): Add test taken from
7231         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7232
7233         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7234         Check that large offsets work.  Modernize Autoconf usages.
7235         Prefer "yes" to mean a good thing rather than a bad.
7236         Don't put "#define mkstemp" in config.h, as this might interfere
7237         with standard system headers that "#define mkstemp mkstemp64".
7238
7239         * modules/mkstemp (Depends-on): Add extensions, so that
7240         mkstemp is visible on some platforms.
7241         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7242         (Include): Change to "mkstemp.h" from <stdlib.h>.
7243         (Files): Add mkstemp.h.
7244
7245         * lib/mkstemp.h: New file, since some standard headers
7246         #define mkstemp.
7247         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7248         Include "mkstemp.h".
7249         Make the _LIBC code resemble glibc original more,
7250         e.g., use K&R style.
7251         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7252         (mkstemp): Remove, since mkstemp.h does this for us.
7253         * lib/stdlib--.h: Include mkstemp.h.
7254
7255         Import this patch from libc:
7256
7257         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7258
7259         * lib/tempname.c (__gen_tempname): Change attempts_min
7260         into a macro.  Use preprocessor to decide how to initialize
7261         attempts [Coverity CID 67].
7262
7263 2006-09-20  Bruno Haible  <bruno@clisp.org>
7264
7265         * lib/mkdtemp.c: Import from libc.
7266         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7267                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7268                 attempts_min into a macro.  Use preprocessor to decide how to
7269                 initialize attempts [Coverity CID 67].
7270         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7271                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7272                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7273
7274 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7275
7276         * gnulib-tool (func_exit): New function, to allow to pass the
7277         exit status portably through the trap.  Use everywhere.
7278         (--help, --version): Signal a write error.
7279         (trap): catch SIGPIPE, for write errors.
7280         Exit at the end of the trap, with the correct exit status.
7281
7282 2006-09-19  Karl Berry  <karl@gnu.org>
7283
7284         * doc/gnulib.texi: note about the license texinfo files.
7285
7286 2006-09-19  Eric Blake  <ebb9@byu.net>
7287
7288         * gnulib-tool: Avoid space-tab.
7289
7290 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7291
7292         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7293         that prevented coreutils 6.1 from building.  Problem reported
7294         by Petter Reinholdtsen.
7295
7296 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7297
7298         * gnulib-tool (avoidlist): Fix typo that broke options like
7299         --avoid=lock that are used by coreutils bootstrap.
7300
7301 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7302
7303         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7304         more systematically.
7305
7306 2006-09-18  Jim Meyering  <jim@meyering.net>
7307
7308         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7309
7310 2006-09-18  Bruno Haible  <bruno@clisp.org>
7311
7312         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7313
7314 2006-09-18  Bruno Haible  <bruno@clisp.org>
7315
7316         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7317         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7318         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7319         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7320         * m4/gettext.m4: Require autoconf >= 2.52.
7321         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7322         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7323         of gl_cv_header_inttypes_h.
7324
7325 2006-09-18  Bruno Haible  <bruno@clisp.org>
7326
7327         * lib/javaversion.c: Include configmake.h.
7328
7329 2006-09-18  Bruno Haible  <bruno@clisp.org>
7330
7331         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7332         avoid that the while loops be executed in a subshell.
7333
7334 2006-09-18  Bruno Haible  <bruno@clisp.org>
7335
7336         * MODULES.html.sh (func_module): Break long lines.
7337         Suggested by Bruce Korb <bkorb@gnu.org>.
7338
7339 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7340
7341         Speed up by a factor of 1.12.
7342         * gnulib-tool (nl): New variable.
7343         (func_import): Rewrite include directive extraction to only read each
7344         directive once.
7345
7346 2006-09-17  Bruno Haible  <bruno@clisp.org>
7347
7348         * modules/javaversion (Makefile.am): Remove DEFS setting.
7349         (Depends-on): Add configmake, for PKGDATADIR definition.
7350
7351 2006-09-17  Bruno Haible  <bruno@clisp.org>
7352
7353         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7354
7355 2006-09-17  Bruno Haible  <bruno@clisp.org>
7356
7357         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7358         (func_modules_transitive_closure, func_modules_add_dummy,
7359         func_modules_to_filelist, func_import, func_create_testdir,
7360         func_create_megatestdir, ...): Use it wherever possible.
7361         Suggested by Ralf Wildenhues.
7362
7363 2006-09-16  Karl Berry  <karl@gnu.org>
7364
7365         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7366         to avoid sectioning errors.
7367         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7368         [ifinfo]: blank line after @center-ed titles.
7369         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7370         Spell FSF address consistently with others.
7371         (These changes approved by rms.)
7372
7373 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7374
7375         Speed up by a factor of 1.61.
7376         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7377         already checked module names again.
7378
7379 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7380
7381         Speed up by a factor of 1.13.
7382         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7383         for new_files, and the input to func_add_or_update.
7384
7385 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7386
7387         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7388         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7389
7390 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7391
7392         * modules/mkancesdirs (Depends-on): Add fcntl.
7393         * modules/savewd: New file.
7394         * MODULES.html.sh (File system functions): Add savewd.
7395
7396         * modules/configmake (Makefile.am): Add support for the
7397         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7398
7399 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7400
7401         * m4/savewd.m4: New file.
7402
7403 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7404
7405         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7406         (dirchownmod): New arg FD.  All callers changed.
7407         Use FD rather than opening the directory ourself, as opening is
7408         now the caller's responsibility.
7409         * lib/dirchownmod.h: Likewise.
7410         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7411         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7412         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7413         (test_dir): Remove.
7414         (mkancesdirs): Return length of prefix of FILE that has already
7415         been made, or -2 if there is a child doing the work.  Redo
7416         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7417         ".", and treat ".." specially since it might stray back into
7418         already-created areas.  Use a subprocess if necessary.  New arg
7419         WD; all users changed.  MAKE_DIR function should now return 1
7420         if it creates a directory that is not readable.  Return -2 if
7421         a child process is spun off.
7422         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7423         Adjust signature to match code.
7424         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7425         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7426         all users changed.
7427         * lib/savewd.c, lib/savewd.h: New files.
7428
7429 2006-09-15  Jim Meyering  <jim@meyering.net>
7430
7431         * modules/rename-dest-slash: New module.
7432         * MODULES.html.sh (posix_compat): Add it here.
7433
7434         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7435
7436 2006-09-15  Jim Meyering  <jim@meyering.net>
7437
7438         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7439         file.
7440
7441         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7442
7443 2006-09-15  Jim Meyering  <jim@meyering.net>
7444
7445         * lib/rename-dest-slash.c (has_trailing_slash): Use
7446         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7447         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7448         test before testing whether SRC is a directory.
7449         Suggestions from Bruno Haible.
7450
7451         Avoid a warning about an unused variable.
7452         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7453         into the #ifdef block where it's used.
7454
7455         * lib/rename-dest-slash.c: New file.
7456
7457 2006-09-14  Bruno Haible  <bruno@clisp.org>
7458
7459         * lib/allocsa.c: Include <config.h> unconditionally.
7460         * lib/asnprintf.c: Likewise.
7461         * lib/asprintf.c: Likewise.
7462         * lib/c-strcasecmp.c: Likewise.
7463         * lib/c-strcasestr.c: Likewise.
7464         * lib/c-strncasecmp.c: Likewise.
7465         * lib/c-strstr.c: Likewise.
7466         * lib/classpath.c: Likewise.
7467         * lib/clean-temp.c: Likewise.
7468         * lib/concatpath.c: Likewise.
7469         * lib/copy-file.c: Likewise.
7470         * lib/csharpcomp.c: Likewise.
7471         * lib/csharpexec.c: Likewise.
7472         * lib/execute.c: Likewise.
7473         * lib/fatal-signal.c: Likewise.
7474         * lib/findprog.c: Likewise.
7475         * lib/fwriteerror.c: Likewise.
7476         * lib/gl_array_list.c: Likewise.
7477         * lib/gl_array_oset.c: Likewise.
7478         * lib/gl_avltree_list.c: Likewise.
7479         * lib/gl_avltree_oset.c: Likewise.
7480         * lib/gl_avltreehash_list.c: Likewise.
7481         * lib/gl_carray_list.c: Likewise.
7482         * lib/gl_linked_list.c: Likewise.
7483         * lib/gl_linkedhash_list.c: Likewise.
7484         * lib/gl_list.c: Likewise.
7485         * lib/gl_oset.c: Likewise.
7486         * lib/gl_rbtree_list.c: Likewise.
7487         * lib/gl_rbtree_oset.c: Likewise.
7488         * lib/gl_rbtreehash_list.c: Likewise.
7489         * lib/imaxabs.c: Likewise.
7490         * lib/imaxdiv.c: Likewise.
7491         * lib/javacomp.c: Likewise.
7492         * lib/javaexec.c: Likewise.
7493         * lib/javaversion.c: Likewise.
7494         * lib/linebreak.c: Likewise.
7495         * lib/localcharset.c: Likewise.
7496         * lib/lock.c: Likewise.
7497         * lib/mbchar.c: Likewise.
7498         * lib/mbswidth.c: Likewise.
7499         * lib/mkdtemp.c: Likewise.
7500         * lib/pipe.c: Likewise.
7501         * lib/printf-args.c: Likewise.
7502         * lib/printf-parse.c: Likewise.
7503         * lib/progname.c: Likewise.
7504         * lib/progreloc.c: Likewise.
7505         * lib/readlink.c: Likewise.
7506         * lib/sh-quote.c: Likewise.
7507         * lib/stpcpy.c: Likewise.
7508         * lib/stpncpy.c: Likewise.
7509         * lib/strcasecmp.c: Likewise.
7510         * lib/strcasestr.c: Likewise.
7511         * lib/strcspn.c: Likewise.
7512         * lib/striconv.c: Likewise.
7513         * lib/strncasecmp.c: Likewise.
7514         * lib/strnlen1.c: Likewise.
7515         * lib/strstr.c: Likewise.
7516         * lib/strtok_r.c: Likewise.
7517         * lib/tls.c: Likewise.
7518         * lib/tmpdir.c: Likewise.
7519         * lib/unicodeio.c: Likewise.
7520         * lib/unsetenv.c: Likewise.
7521         * lib/vasnprintf.c: Likewise.
7522         * lib/vasprintf.c: Likewise.
7523         * lib/wait-process.c: Likewise.
7524         * lib/xallocsa.c: Likewise.
7525         * lib/xsetenv.c: Likewise.
7526         * lib/xstriconv.c: Likewise.
7527
7528 2006-09-13  Simon Josefsson  <jas@extundo.com>
7529
7530         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7531         that internally, suggested by Ralf Wildenhues
7532         <Ralf.Wildenhues@gmx.de>.
7533
7534 2006-09-13  Simon Josefsson  <jas@extundo.com>
7535
7536         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7537         @LIBOBJS@.
7538         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7539
7540 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7541
7542         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7543         longer worry about uses that don't define HAVE_CONFIG_H.
7544         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7545         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7546         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7547         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7548         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7549         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7550         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7551         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7552         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7553         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7554         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7555         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7556         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7557         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7558         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7559         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7560         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7561         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7562         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7563         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7564         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7565         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7566         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7567         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7568         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7569         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7570         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7571         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7572         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7573         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7574         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7575         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7576         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7577         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7578         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7579         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7580         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7581         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7582         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7583         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7584         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7585         Likewise.
7586
7587 2006-09-13  Eric Blake  <ebb9@byu.net>
7588
7589         * lib/getopt.c: Fix typo in last commit.
7590
7591 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7592
7593         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7594         dgettext.
7595
7596 2006-09-12  Jim Meyering  <jim@meyering.net>
7597
7598         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7599         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7600         Reported by Nelson H. F. Beebe.
7601
7602 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7603
7604         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7605         program_invocation_name and program_invocation_short_name are
7606         initialized.
7607         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7608         and program_invocation_short_name to argp.h, so they are visible
7609         to user programs.
7610         * lib/argp.h: Likewise
7611
7612 2006-09-10  Bruno Haible  <bruno@clisp.org>
7613
7614         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7615         m4/inttypes_h.m4, m4/uintmax_t.m4.
7616
7617 2006-09-10  Bruno Haible  <bruno@clisp.org>
7618
7619         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7620         gl_AC_TYPE_UINTMAX_T.
7621
7622 2006-09-10  Bruno Haible  <bruno@clisp.org>
7623
7624         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7625
7626 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7627
7628         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7629         convention.  Text proposed by Bruno Haible.
7630         (struct argp_option): Document the use of N_() wrappers.
7631
7632         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7633         '\v', and translate the two parts separately, instead of feeding
7634         the whole string to gettext.  This allows to exclude
7635         '\v' from the strings visible to the translator by writing doc
7636         strings as N_("..") "\v" N_("..").
7637
7638 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7639
7640         * config/srclist.txt: Undo latest change; the bug was fixed.
7641
7642 2006-09-09  Bruno Haible  <bruno@clisp.org>
7643
7644         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7645         assignments if building a library without libtool.
7646         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7647         in func_emit_lib_Makefile_am.
7648         (func_import): When building a static library libfoo.a, arrange to
7649         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7650         (func_create_testdir): Likewise.
7651         * modules/gc (configure.ac, Makefile.am): If building statically,
7652         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7653         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7654         * modules/striconv (configure.ac, Makefile.am): Likewise.
7655         Based on a suggestion by Ralf Wildenhues.
7656
7657 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7658
7659         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7660         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7661         Also:
7662
7663         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7664         Add year_2050_test to catch glibc bug 2821
7665         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7666
7667         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7668         Prefer #ifdef to #if.
7669
7670         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7671         Return from 'main' instead of calling 'exit'.
7672
7673 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7674
7675         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7676         returned the maximum time_t value rather than (time_t) -1.
7677         Problem originally reported by William Bardwell
7678         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7679
7680         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7681         Moved to here ...
7682         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7683         ... from here.
7684
7685 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7686
7687         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7688         2821 is fixed.
7689
7690 2006-09-08  Jim Meyering  <jim@meyering.net>
7691
7692         Don't make generated files read-only.  That would bother too many
7693         people.  However, do retain the ability to work when targets are
7694         read-only: remove the destination and temporary files before writing
7695         them (when generated via sed or echo), or by using the -f option for
7696         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7697         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7698         * modules/byteswap, modules/configmake, modules/fcntl:
7699         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7700         * modules/localcharset, modules/netinet_in, modules/poll:
7701         * modules/stdbool, modules/stdint, modules/sys_select:
7702         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7703
7704 2006-09-08  Jim Meyering  <jim@meyering.net>
7705
7706         Avoid new build failure on FreeBSD 6.0.
7707         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7708         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7709         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7710
7711 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7712
7713         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7714
7715 2006-09-07  Jim Meyering  <jim@meyering.net>
7716
7717         Fix global typo in last change: use chmod u-w, not chmod u-x.
7718         Spotted by Paul Eggert and Bruce Korb.
7719         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7720         * modules/byteswap, modules/configmake, modules/fcntl:
7721         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7722         * modules/localcharset, modules/netinet_in, modules/poll:
7723         * modules/stdbool, modules/stdint, modules/sys_select:
7724         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7725
7726 2006-09-06  Jim Meyering  <jim@meyering.net>
7727
7728         Make generated files be read-only.
7729         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7730         Ensure that each generated file is now read-only.
7731         * modules/argz: Likewise.
7732         * modules/arpa_inet: Likewise.
7733         * modules/byteswap: Likewise.
7734         * modules/configmake: Likewise.
7735         * modules/fcntl: Likewise.
7736         * modules/fnmatch: Likewise.
7737         * modules/getopt: Likewise.
7738         * modules/glob: Likewise.
7739         * modules/inttypes: Likewise.
7740         * modules/netinet_in: Likewise.
7741         * modules/poll: Likewise.
7742         * modules/stdbool: Likewise.
7743         * modules/stdint: Likewise.
7744         * modules/sys_select: Likewise.
7745         * modules/sys_socket: Likewise.
7746         * modules/sys_stat: Likewise.
7747         * modules/sysexits: Likewise.
7748         * modules/localcharset: Same as above, but continue using temporary
7749         file named "t-$@" (why different?) rather than the "$@-t" used
7750         everywhere else.
7751
7752         * modules/sysexits (Makefile.am): Replace literal occurrences
7753         of "sysexit.h" more readable, and more consistent, "$@".
7754
7755 2006-09-06  Bruno Haible  <bruno@clisp.org>
7756
7757         * modules/striconv: New file.
7758         * modules/xstriconv: New file.
7759         * MODULES.html.sh (Internationalization functions): Add striconv,
7760         xstriconv.
7761
7762 2006-09-06  Bruno Haible  <bruno@clisp.org>
7763
7764         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7765         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7766         not using libtool correctly.
7767
7768 2006-09-06  Bruno Haible  <bruno@clisp.org>
7769
7770         * lib/striconv.h: New file.
7771         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7772         iconvstring.c.
7773         * lib/xstriconv.h: New file.
7774         * lib/xstriconv.c: New file.
7775
7776 2006-09-06  Bruno Haible  <bruno@clisp.org>
7777
7778         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7779         lib_..._LDFLAGS.
7780
7781 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7782
7783         * lib/argz_.h: Sync from Libtool.
7784
7785         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7786                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7787
7788         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7789
7790 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7791
7792         * modules/trim: New file.
7793
7794 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7795
7796         * lib/trim.h: New file.
7797         * lib/trim.c: New file.
7798
7799 2006-09-05  Bruno Haible  <bruno@clisp.org>
7800
7801         * MODULES.html.sh (String handling): Add trim.
7802
7803 2006-09-04  Karl Berry  <karl@gnu.org>
7804
7805         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7806         until next release.
7807
7808 2006-09-03  Bruno Haible  <bruno@clisp.org>
7809
7810         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7811         correctly.
7812
7813 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7814
7815         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7816         not gl_GETLOADAVG.  Omit unneeded semicolons.
7817         Problems reported by Ralf Wildenhues in
7818         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7819         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7820         at the end, which is the usual gnulib style.
7821
7822         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7823         of doing all the work ourselves.
7824         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7825         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7826
7827 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7828
7829         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7830         Problem reported by Ralf Wildenhues in
7831         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7832
7833         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7834         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7835
7836 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7837
7838         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7839         yesterday's patch by changing test -n to test -z.
7840
7841 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7842
7843         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7844         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7845         the former is now obsolescent.
7846
7847         * modules/chdir-long (Depends-on): Add fcntl.
7848
7849 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7850
7851         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7852         obsolescent, and programs should use gnulib instead.
7853         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7854         but with prefixes changed.
7855
7856 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7857
7858         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7859         or stdbool.h, because they might not exist while configuring.
7860
7861         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7862         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7863         does that for us.
7864         (O_DIRECTORY): Remove.
7865
7866 2006-08-31  Eric Blake  <ebb9@byu.net>
7867
7868         * gnulib-tool: Don't let emacs change spaces to TAB.
7869
7870 2006-08-31  Bruno Haible  <bruno@clisp.org>
7871
7872         * gnulib-tool: When calling func_import more than once, do it in a
7873         subshell.
7874         Reported by Eric Blake <ebb9@byu.net>.
7875
7876 2006-08-31  Bruno Haible  <bruno@clisp.org>
7877
7878         * gnulib-tool (nl): Remove variable.
7879         (sed_transform_lib_file): Use more robust test for config-h module.
7880         (func_import): Fix typo in 2006-08-25 patch.
7881
7882 2006-08-31  Bruno Haible  <bruno@clisp.org>
7883
7884         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7885         specified, augment Makefile.am variables instead of assigning them.
7886
7887 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7888
7889         Work around a bug in both the Linux and SunOS 64-bit kernels:
7890         nanosleep mishandles sleeps for longer than 2**31 seconds.
7891         Problem reported by Frank v Waveren in
7892         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7893         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7894         Check for nanosleep bug.
7895         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7896
7897 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7898
7899         Work around a bug in both the Linux and SunOS 64-bit kernels:
7900         nanosleep mishandles sleeps for longer than 2**31 seconds.
7901         Problem reported by Frank v Waveren in
7902         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7903         * lib/nanosleep.c (BILLION): New constant.
7904         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7905         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7906         implementation.
7907
7908 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7909
7910         * modules/nanosleep (Depends-on): Add gettime.
7911
7912 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7913         and Simon Josefsson  <jas@extundo.com>
7914         and Oskar Liljeblad  <oskar@osk.mine.nu>
7915
7916         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7917         * gnulib-tool (func_import): New license type 'unmodifiable license
7918         text'.
7919         * modules/fdl: Use it.  Longer description.
7920         * module/gpl, module/lgpl: New files.
7921
7922 2006-08-30  Jim Meyering  <jim@meyering.net>
7923
7924         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7925         shadowing the parameter.
7926
7927 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7928
7929         Sync from Libtool:
7930
7931         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7932
7933         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7934         sharing with gnulib.  Report by Eric Blake.
7935
7936 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7937
7938         * modules/isapipe: New file.
7939         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7940
7941 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7942
7943         * modules/configmake (Makefile.am): Add a comment, and omit
7944         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7945         by Bruno Haible.
7946
7947 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7948
7949         * m4/isapipe.m4: New file.
7950
7951 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7952
7953         * lib/isapipe.c, lib/isapipe.h: New files.
7954
7955 2006-08-29  Jim Meyering  <jim@meyering.net>
7956
7957         * modules/configmake (Makefile.am): Make configmake.h depend on
7958         Makefile.  Otherwise, a stale configmake.h could hang around.
7959
7960 2006-08-29  Eric Blake  <ebb9@byu.net>
7961
7962         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7963         resolution of upstream bug 3044.
7964
7965 2006-08-29  Bruno Haible  <bruno@clisp.org>
7966
7967         * modules/localcharset (Depends-on): Add configmake.
7968         (Makefile.am): Remove setting of LIBDIR through DEFS.
7969
7970 2006-08-29  Bruno Haible  <bruno@clisp.org>
7971
7972         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7973         defined.
7974
7975 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7976
7977         * modules/fcntl: New file.
7978         * modules/chdir-safer (Depends-on): Add fcntl.
7979         * modules/fts: Likewise.
7980         * modules/mkdir-p: Likewise.
7981
7982         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7983         This undoes the most recent change, since we're now addressing the
7984         problem in a different way.
7985
7986         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
7987         into output, since the output might be called Makefile.am even
7988         if $makefile_name is something different.
7989         (func_import): Use $makefile_am rather than
7990         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
7991         empty.
7992
7993         * modules/inttypes (Files): Add m4/inttypes-h.m4.
7994
7995 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7996
7997         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
7998         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
7999         recent change to stdint.m4, since we're now addressing the problem in a
8000         different way.
8001
8002 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8003
8004         * m4/fcntl_h.m4: New file.
8005
8006 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8007
8008         * lib/fcntl_.h: New file.
8009         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8010         the fcntl module.
8011         * lib/dirchownmod.c: Likewise.
8012         * lib/fts.c: Likewise.
8013
8014         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8015         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8016         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8017         just before including <inttypes.h>, to avoid circular inclusion.
8018
8019 2006-08-28  Jim Meyering  <jim@meyering.net>
8020
8021         * doc/visibility.texi: Actually read and correct the grammar of the
8022         sentence affected by yesterday's change.
8023
8024 2006-08-28  Eric Blake  <ebb9@byu.net>
8025
8026         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8027         needs wrapper.
8028
8029 2006-08-28  Eric Blake  <ebb9@byu.net>
8030
8031         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8032
8033 2006-08-28  Eric Blake  <ebb9@byu.net>
8034
8035         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8036
8037 2006-08-28  Bruno Haible  <bruno@clisp.org>
8038
8039         * modules/c-strstr: New file, from GNU gettext.
8040         * MODULES.html.sh (String handling): Add c-strstr.
8041
8042 2006-08-28  Bruno Haible  <bruno@clisp.org>
8043
8044         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8045         macros.
8046         Reported by Eric Blake.
8047
8048 2006-08-28  Bruno Haible  <bruno@clisp.org>
8049
8050         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8051         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8052         * lib/vasprintf.c: Include errno.h, limits.h.
8053         (EOVERFLOW): New fallback definition.
8054         (vasprintf): Test here whether the string length is > INT_MAX.
8055         * lib/vsnprintf.c: Include errno.h, limits.h.
8056         (EOVERFLOW): New fallback definition.
8057         (vsnprintf): Fix bug when generated string was too long for the buffer.
8058         Test here whether the string length is > INT_MAX.
8059
8060 2006-08-28  Bruno Haible  <bruno@clisp.org>
8061
8062         * lib/inttypes_.h (SCNX*): Remove definitions.
8063         Reported by Eric Blake.
8064
8065 2006-08-28  Bruno Haible  <bruno@clisp.org>
8066
8067         * lib/c-strstr.h: New file, from GNU gettext.
8068         * lib/c-strstr.c: New file, from GNU gettext.
8069
8070 2006-08-28  Bruno Haible  <bruno@clisp.org>
8071
8072         * gnulib-tool: Reorder some statements.
8073
8074 2006-08-28  Bruno Haible  <bruno@clisp.org>
8075
8076         * gnulib-tool: New option --makefile-name.
8077         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8078         $makefile_name.
8079         (func_import): Write $makefile_name to the cache file, and read it from
8080         there unless explicitly specified. Use $makefile_name as file name
8081         instead of Makefile.am. Adjust the recommendations accordingly.
8082
8083 2006-08-28  Bruno Haible  <bruno@clisp.org>
8084
8085         * gnulib-tool (func_verify_module): Check against misapplying patch.
8086
8087 2006-08-28  Bruno Haible  <bruno@clisp.org>
8088
8089         * gnulib-tool (func_relativize, func_relconcat): New functions.
8090         Give an error if --local-dir is given with --update.
8091         Remove trailing slashes from $local_gnulib_dir.
8092         (func_import): Store the relativized $local_gnulib_dir in
8093         gnulib-cache.m4, and read it from there if not specified explicitly.
8094
8095 2006-08-28  Bruno Haible  <bruno@clisp.org>
8096
8097         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8098         is the current directory. Respect also $local_gnulib_dir.
8099
8100 2006-08-28  Bruno Haible  <bruno@clisp.org>
8101             Simon Josefsson  <jas@extundo.com>
8102
8103         BeOS portability.
8104         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8105
8106 2006-08-27  Jim Meyering  <jim@meyering.net>
8107
8108         * doc/visibility.texi: Remove duplicate word: "pointer".
8109
8110 2006-08-26  Bruno Haible  <bruno@clisp.org>
8111
8112         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8113         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8114         (Makefile.am): Create inttypes.h from inttypes_.h.
8115         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8116
8117         * modules/imaxabs: New file.
8118
8119         * modules/imaxdiv: New file.
8120
8121 2006-08-26  Bruno Haible  <bruno@clisp.org>
8122
8123         * m4/inttypes.m4: New file.
8124         * m4/_inttypes_h.m4: Remove file.
8125         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8126         PRI_MACROS_BROKEN.
8127         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8128
8129         * m4/imaxabs.m4: New file.
8130
8131         * m4/imaxdiv.m4: New file.
8132
8133 2006-08-26  Bruno Haible  <bruno@clisp.org>
8134
8135         * lib/inttypes_.h: New file.
8136         * lib/inttypes.h: Remove file.
8137         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8138
8139         * lib/imaxabs.c: New file.
8140
8141         * lib/imaxdiv.c: New file.
8142
8143 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8144
8145         New config-h module, so that "make" output needn't be cluttered
8146         by -DHAVE_CONFIG_H.
8147         * MODULES.html.sh (Support for building libraries and executables):
8148         Add config-h.
8149         * modules/config-h: New file.
8150         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8151         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8152         the config-h module is used.
8153
8154         New configmake module, so that "make" output needn't be cluttered
8155         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8156         * MODULES.html.sh (Support for building libraries and executables):
8157         Add configmake.
8158         * modules/configmake: New file.
8159
8160 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8161
8162         * m4/config-h.m4: New file.
8163
8164 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         * config/srclist.txt: Add elisp-comp.
8167
8168 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8169
8170         * MODULES.html.sh (Support for building libraries and executables):
8171         Add elisp-comp.
8172         * build-aux/elisp-comp: New file.
8173         * modules/elisp-comp: New file.
8174
8175 2006-08-24  Bruno Haible  <bruno@clisp.org>
8176
8177         * gnulib-tool (func_create_testdir): Use non-default values of
8178         sourcebase and m4base.
8179
8180 2006-08-24  Bruno Haible  <bruno@clisp.org>
8181
8182         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8183         HTML structure.
8184
8185 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8186
8187         * modules/openat (Depends-on): Add lchown.
8188
8189 2006-08-23  Bruno Haible  <bruno@clisp.org>
8190
8191         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8192         of gl_LOCK_EARLY instead of gl_LOCK.
8193
8194 2006-08-23  Bruno Haible  <bruno@clisp.org>
8195
8196         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8197         on OSF/1 to no.
8198         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8199
8200 2006-08-23  Bruno Haible  <bruno@clisp.org>
8201
8202         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8203         as unusable.
8204
8205         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8206         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8207         (gl_LOCK): New macro.
8208
8209 2006-08-22  Simon Josefsson  <jas@extundo.com>
8210
8211         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8212         to md5 module.
8213
8214 2006-08-22  Simon Josefsson  <jas@extundo.com>
8215
8216         * MODULES.html.sh: Add "Support for maintaining and release
8217         projects".
8218
8219         * build-aux/gnupload: New file, from coreutils.
8220
8221 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8222
8223         Avoid the need for AC_LIBSOURCES in m4 macros.
8224         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8225         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8226         * modules/check-version (EXTRA_DIST): Add check-version.h.
8227         * modules/crc (EXTRA_DIST): Add crc.h.
8228         * modules/des (EXTRA_DIST): Add des.h.
8229         * modules/gc (EXTRA_DIST): Add gc.h.
8230         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8231         * modules/getline (EXTRA_DIST): Add getline.h.
8232         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8233         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8234         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8235         * modules/md2 (EXTRA_DIST): Add md2.h.
8236         * modules/md4 (EXTRA_DIST): Add md4.h.
8237         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8238         * modules/read-file (EXTRA_DIST): Add read-file.h.
8239         * modules/readline (EXTRA_DIST): Add readline.h.
8240         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8241         rijndael-api-fst.h.
8242
8243 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8244
8245         * m4/rijndael.m4 (gl_ARCFOUR):
8246         * m4/arctwo.m4 (gl_ARCTWO):
8247         * m4/check-version.m4 (gl_CHECK_VERSION):
8248         * m4/crc.m4 (gl_CRC):
8249         * m4/des.m4 (gl_DES):
8250         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8251         * m4/gc.m4 (gl_GC):
8252         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8253         * m4/getline.m4 (gl_FUNC_GETLINE):
8254         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8255         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8256         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8257         * m4/md2.m4 (gl_MD2):
8258         * m4/md4.m4 (gl_MD4):
8259         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8260         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8261         * m4/readline.m4 (gl_FUNC_READLINE):
8262         * m4/rijndael.m4 (gl_RIJNDAEL):
8263         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8264         to get the necessary .h files and whatnot.
8265
8266 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8267
8268         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8269         gnulib rather than the other way around.
8270         * config/srclistvars.sh (COREUTILS): Remove.
8271
8272 2006-08-22  Jim Meyering  <jim@meyering.net>
8273
8274         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8275
8276         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8277
8278 2006-08-22  Eric Blake  <ebb9@byu.net>
8279
8280         * modules/regexprops-generic: New file.
8281         * MODULES.html.sh (Support for building documentation): List it.
8282
8283 2006-08-22  Eric Blake  <ebb9@byu.net>
8284
8285         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8286         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8287         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8288         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8289
8290 2006-08-22  Bruno Haible  <bruno@clisp.org>
8291
8292         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8293         and lib_LTLIBRARIES like the other lib_* variables.
8294
8295 2006-08-22  Bruno Haible  <bruno@clisp.org>
8296
8297         * build-aux/x-to-1.in: New file, from GNU gettext.
8298
8299 2006-08-22  Bruno Haible  <bruno@clisp.org>
8300
8301         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8302         <utmpx.h> exists.
8303
8304 2006-08-22  Bruno Haible  <bruno@clisp.org>
8305
8306         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8307         <utmpx.h> exists.
8308
8309 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8310
8311         BeOS portability.
8312         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8313         exist.
8314         Problem reported by Bruno Haible.
8315
8316 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8317
8318         Avoid the need for AC_LIBSOURCES in m4 macros.
8319         * modules/acl (EXTRA_DIST): Add acl.h.
8320         * modules/argmatch (Files): Add m4/argmatch.m4.
8321         (configure.ac): Add gl_ARGMATCH.
8322         (EXTRA_DIST): Renamed from lib_SOURCES, for
8323         consistency with the other modules.  Remove argmatch.c.
8324         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8325         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8326         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8327         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8328         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8329         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8330         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8331         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8332         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8333         * modules/closeout (EXTRA_DIST): Add closeout.h.
8334         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8335         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8336         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8337         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8338         dirname.h; remove basename.c and stripslash.c.
8339         * modules/exclude (EXTRA_DIST): Add exclude.h.
8340         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8341         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8342         * modules/file-type (EXTRA_DIST): Add file-type.h.
8343         * modules/filemode (EXTRA_DIST): Add filemode.h.
8344         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8345         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8346         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8347         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8348         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8349         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8350         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8351         * modules/getdate (EXTRA_DIST): Add getdate.c.
8352         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8353         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8354         * modules/getpass (EXTRA_DIST): Add getpass.h.
8355         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8356         * modules/group-member (EXTRA_DIST): Add group-member.h.
8357         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8358         * modules/hash (EXTRA_DIST): Add hash.h.
8359         * modules/human (EXTRA_DIST): Add human.h.
8360         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8361         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8362         * modules/lchown (EXTRA_DIST): Add lchown.h.
8363         * modules/long-options (EXTRA_DIST): Add long-options.h.
8364         * modules/lstat (EXTRA_DIST): Add lstat.h.
8365         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8366         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8367         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8368         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8369         * modules/memxor (EXTRA_DIST): Add memxor.h.
8370         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8371         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8372         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8373         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8374         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8375         * modules/physmem (EXTRA_DIST): Add physmem.h.
8376         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8377         * modules/posixver (EXTRA_DIST): Add posixver.h.
8378         * modules/quote (EXTRA_DIST): Add quote.h.
8379         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8380         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8381         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8382         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8383         regex_internal.h regexec.c.
8384         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8385         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8386         * modules/same (EXTRA_DIST): Add same.h.
8387         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8388         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8389         * modules/savedir (EXTRA_DIST): Add savedir.h.
8390         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8391         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8392         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8393         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8394         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8395         * modules/strdup (EXTRA_DIST): Add strdup.h.
8396         * modules/strftime (EXTRA_DIST): Add strftime.h.
8397         * modules/strndup (EXTRA_DIST): Add strndup.h.
8398         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8399         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8400         * modules/time_r (EXTRA_DIST): Add time_r.h.
8401         * modules/timespec (EXTRA_DIST): Add timespec.h.
8402         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8403         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8404         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8405         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8406         * modules/userspec (EXTRA_DIST): Add userspec.h.
8407         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8408         * modules/utimens (EXTRA_DIST): Add utimens.h.
8409         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8410         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8411         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8412         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8413         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8414         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8415         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8416         * modules/yesno (EXTRA_DIST): Add yesno.h.
8417
8418 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8421
8422         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8423         * m4/dev-ino.m4, same-inode.m4: Remove.
8424
8425         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8426         * m4/acl.m4 (AC_FUNC_ACL):
8427         * m4/backupfile.m4 (gl_BACKUPFILE):
8428         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8429         * m4/canon-host.m4 (gl_CANON_HOST):
8430         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8431         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8432         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8433         * m4/cloexec.m4 (gl_CLOEXEC):
8434         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8435         * m4/closeout.m4 (gl_CLOSEOUT):
8436         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8437         * m4/dirname.m4 (gl_DIRNAME):
8438         * m4/exclude.m4 (gl_EXCLUDE):
8439         * m4/exitfail.m4 (gl_EXITFAIL):
8440         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8441         * m4/file-type.m4 (gl_FILE_TYPE):
8442         * m4/filemode.m4 (gl_FILEMODE):
8443         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8444         * m4/fpending.m4 (gl_FUNC_FPENDING):
8445         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8446         * m4/fts.m4 (gl_FUNC_FTS):
8447         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8448         * m4/getdate.m4 (gl_GETDATE):
8449         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8450         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8451         * m4/getpass.m4 (gl_FUNC_GETPASS):
8452         * m4/gettime.m4 (gl_GETTIME):
8453         * m4/getugroups.m4 (gl_GETUGROUPS):
8454         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8455         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8456         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8457         * m4/hash.m4 (gl_HASH):
8458         * m4/idcache.m4 (gl_IDCACHE):
8459         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8460         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8461         * m4/long-options.m4 (gl_LONG_OPTIONS):
8462         * m4/lstat.m4 (gl_FUNC_LSTAT):
8463         * m4/md5.m4 (gl_MD5):
8464         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8465         * m4/memcoll.m4 (gl_MEMCOLL):
8466         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8467         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8468         * m4/memxor.m4 (gl_MEMXOR):
8469         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8470         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8471         * m4/modechange.m4 (gl_MODECHANGE):
8472         * m4/mountlist.m4 (gl_MOUNTLIST):
8473         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8474         * m4/openat.m4 (gl_FUNC_OPENAT):
8475         * m4/pathmax.m4 (gl_PATHMAX):
8476         * m4/physmem.m4 (gl_PHYSMEM):
8477         * m4/posixtm.m4 (gl_POSIXTM):
8478         * m4/posixver.m4 (gl_POSIXVER):
8479         * m4/quote.m4 (gl_QUOTE):
8480         * m4/quotearg.m4 (gl_QUOTEARG):
8481         * m4/readtokens.m4 (gl_READTOKENS):
8482         * m4/readutmp.m4 (gl_READUTMP):
8483         * m4/regex.m4 (gl_REGEX):
8484         * m4/safe-read.m4 (gl_SAFE_READ):
8485         * m4/safe-write.m4 (gl_SAFE_WRITE):
8486         * m4/same.m4 (gl_SAME):
8487         * m4/save-cwd.m4 (gl_SAVE_CWD):
8488         * m4/savedir.m4 (gl_SAVEDIR):
8489         * m4/settime.m4 (gl_SETTIME):
8490         * m4/sha1.m4 (gl_SHA1):
8491         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8492         * m4/stat-macros.m4 (gl_STAT_MACROS):
8493         * m4/stat-time.m4 (gl_STAT_TIME):
8494         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8495         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8496         * m4/strdup.m4 (gl_FUNC_STRDUP):
8497         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8498         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8499         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8500         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8501         * m4/time_r.m4 (gl_TIME_R):
8502         * m4/timespec.m4 (gl_TIMESPEC):
8503         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8504         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8505         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8506         * m4/userspec.m4 (gl_USERSPEC):
8507         * m4/utimecmp.m4 (gl_UTIMECMP):
8508         * m4/utimens.m4 (gl_UTIMENS):
8509         * m4/xalloc.m4 (gl_XALLOC):
8510         * m4/xgetcwd.m4 (gl_XGETCWD):
8511         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8512         * m4/xreadlink.m4 (gl_XREADLINK):
8513         * m4/xstrtod.m4 (gl_XSTRTOD):
8514         * m4/yesno.m4 (gl_YESNO):
8515         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8516         to get the necessary .h files and whatnot.
8517
8518 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8519             Bruno Haible  <bruno@clisp.org>
8520
8521         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8522         /bin/sh understanding of '!' conditional negation.
8523
8524 2006-08-21  Jim Meyering  <jim@meyering.net>
8525
8526         * modules/openat (Depends-on): Really alphabetize.
8527
8528         * modules/acl (Depends-on): Add error and quote.
8529
8530         * check-module (find_included_lib_files): Add at-func.c to the
8531         ok-to-include-more-than-once white list.
8532
8533         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8534
8535 2006-08-21  Bruno Haible  <bruno@clisp.org>
8536
8537         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8538         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8539         Reported by Martin Lambers <marlam@marlam.de>.
8540
8541 2006-08-21  Bruno Haible  <bruno@clisp.org>
8542
8543         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8544         specify an installation location, don't emit a noinst_LIBRARIES or
8545         noinst_LTLIBRARIES assignment.
8546
8547 2006-08-21  Bruno Haible  <bruno@clisp.org>
8548
8549         BeOS portability.
8550         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8551         BeOS has mbrtowc() but no <wctype.h>.
8552
8553 2006-08-21  Bruno Haible  <bruno@clisp.org>
8554
8555         BeOS portability.
8556         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8557         exist.
8558
8559 2006-08-21  Bruno Haible  <bruno@clisp.org>
8560
8561         BeOS portability.
8562         * lib/mbchar.h: Include <wctype.h> only if it exists.
8563
8564 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8565
8566         Remove files that are no longer needed by their respective modules.
8567         * m4/obstack.m4: Remove.
8568         * m4/strerror_r.m4: Remove.
8569         * m4/uint32_t.m4: Remove.
8570         * m4/uintptr_t.m4: Remove.
8571         * m4/ullong_max.m4: Remove.
8572         * m4/xstrtoimax.m4: Remove.
8573         * m4/xstrtoumax.m4: Remove.
8574
8575         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8576         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8577         dependencies now capture this.
8578
8579         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8580         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8581         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8582         * m4/human.m4 (gl_HUMAN): Likewise.
8583         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8584         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8585
8586         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8587
8588         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8589         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8590         stdint.
8591         * m4/human.m4 (gl_HUMAN): Likewise.
8592         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8593         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8594         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8595         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8596         * m4/xstrtol (gl_XSTRTOL): Likewise.
8597
8598         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8599         AC_TYPE_LONG_LONG_INT.
8600         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8601         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8602         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8603         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8604
8605         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8606         on stdbool.
8607
8608         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8609         (gl_PREREQ_XSTRTOUL): Remove.
8610
8611         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8612
8613         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8614         mode.
8615
8616 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8617
8618         Add and change modules to make it easier for coreutils to use
8619         gnulib-tool.
8620         * modules/backupfile (Files): Remove m4/d-ino.m4.
8621         (Depends-on): Add d-ino.
8622         * modules/cycle-check (Depends-on): Add stdint.
8623         (lib_SOURCES): Add cycle-check.h.
8624         * modules/d-ino: New module.
8625         * modules/d-type: New module.
8626         * modules/error (Files): Remove m4/strerror_r.m4.
8627         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8628         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8629         m4/inttypes_h.m4, m4/uintmax_t.m4.
8630         (Depends-on): Add stdint.
8631         (lib_SOURCES): Add fsusage.h.
8632         * modules/getcwd (Files): Remove d-ino.m4.
8633         (Depends-on): Add d-ino.
8634         * modules/getndelim2 (Depends-on): Add stdint.
8635         * modules/glob (Files): Remove m4/d-type.m4.
8636         (Depends-on): Add d-type.
8637         * modules/host-os: New module.
8638         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8639         m4/inttypes_h.m4, m4/uintmax_t.m4.
8640         * Depends-on: Add stdint.
8641         (lib_SOURCES): Add human.h.
8642         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8643         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8644         m4/uintmax_t.m4, m4/ulonglong.m4.
8645         (Depends-on): Add stdint.
8646         (EXTRA_DIST): Add inttostr.h.
8647         * modules/lchmod: New module.
8648         * modules/link-follow: New module.
8649         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8650         (Depends-on): Add lchmod.
8651         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8652         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8653         (Depends-on): Add stdint.
8654         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8655         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8656         (Depends-on): Add stdint.
8657         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8658         * modules/perl: New module.
8659         * modules/regex (Depends-on): Add stdint.
8660         * modules/rmdir-errno: New module.
8661         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8662         m4/intmax_t.m4.
8663         (Depends-on): Add stdint.
8664         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8665         m4/uintmax_t.m4.
8666         (Depends-on): Add stdint.
8667         * modules/unlink-busy: New module.
8668         * modules/utimecmp (Depends-on): Add stdint.
8669         * modules/uptime: New module.
8670         * modules/winsz-ioctl: New module.
8671         * modules/winsz-termios: New module.
8672         * modules/xnanosleep (Depends-on): Add nanosleep.
8673         * modules/ullong_max: Remove.
8674         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8675         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8676         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8677         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8678         (Depends-on): Add inttypes.
8679         (lib_SOURCES): Add xstrtol.h.
8680         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8681         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8682         * MODULES.html.sh: Move 'assert' into the assert section.
8683         Move 'dummy' into the linking section.
8684         Remove ullong_max.
8685         Add section for compatibility checks for POSIX:2001 functions,
8686         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8687         winsz-ioctl, and winsz-termios into it.
8688         Add lchmod.
8689         Add top-level Misc section and put host-os, perl, and uptime
8690         into it.
8691
8692 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8693
8694         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8695         now assume the stdint module.  Do not include inttypes.h.
8696         * lib/fsusage.h: Likewise.
8697         * lib/getndelim2.c: Likewise.
8698         * lib/human.h: Likewise.
8699         * lib/inttostr.h: Likewise.
8700         * lib/obstack.c: Likewise.
8701         * lib/regex_internal.h: Likewise.
8702         * lib/tempname.c: Likewise.
8703         * lib/utimecmp.c: Likewise.
8704         * lib/xstrtol.h: Likewise.
8705
8706         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8707
8708         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8709         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8710         * lib/xtime.h: Likewise.
8711
8712 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8713
8714         * modules/openat (Files): Add lib/fchmodat.c.
8715         Fixes problem reported by Jay Youngman.
8716
8717 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8720         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8721
8722 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8723             Bruno Haible  <bruno@clisp.org>
8724
8725         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8726         and is a script that invokes bison. Tighten the code. Add comments.
8727
8728 2006-08-18  Jim Meyering  <jim@meyering.net>
8729
8730         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8731         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8732         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8733         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8734
8735 2006-08-18  Bruno Haible  <bruno@clisp.org>
8736
8737         * modules/bison-i18n: New file.
8738         * MODULES.html.sh (Internationalization functions): Add it.
8739
8740 2006-08-18  Bruno Haible  <bruno@clisp.org>
8741
8742         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8743         sys/statvfs.h. When getmntinfo was found, check its declaration and
8744         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8745
8746 2006-08-18  Bruno Haible  <bruno@clisp.org>
8747
8748         * m4/bison-i18n.m4: New file, from bison.
8749
8750 2006-08-18  Bruno Haible  <bruno@clisp.org>
8751
8752         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8753         (ME_DUMMY): Treat "kernfs" as a dummy.
8754         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8755
8756 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8757
8758         Update from coreutils.
8759
8760         2006-08-15  Jim Meyering  <jim@meyering.net>
8761
8762         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8763
8764         2006-01-17  Jim Meyering  <jim@meyering.net>
8765
8766         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8767
8768         2006-01-11  Jim Meyering  <jim@meyering.net>
8769
8770         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8771         Check for the lchmod function.
8772
8773 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         Update from coreutils.
8776
8777         * lib/__fpending.h: Add copyright notice.
8778         * lib/fprintftime.h: Likewise.
8779         * lib/savedir.c: Use (C) in copyright notice.
8780         * lib/savedir.h: Likewise.
8781
8782         2006-08-15  Jim Meyering  <jim@meyering.net>
8783
8784         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8785         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8786         in support of the EXPECTED_ERRNO macro.
8787         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8788         definitions.  Instead, define the appropriate symbols and include
8789         "at-func.c".
8790         * lib/mkdirat.c (mkdirat): Likewise.
8791         * lib/fchmodat.c (fchmodat): Likewise.
8792         (ENOSYS): Remove definition.
8793         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8794         it.  Don't include "unistd--.h" -- it wasn't ever used.
8795
8796         2006-01-17  Jim Meyering  <jim@meyering.net>
8797
8798         Rewrite fts.c not to change the current working directory,
8799         by using openat, fstatat, fdopendir, etc..
8800
8801         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8802         (HAVE_OPENAT_SUPPORT): Define.
8803         [_LIBC] (fchdir): Don't undef or define; no longer used.
8804         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8805         Now, this `function' always succeeds, and consumes its file descriptor
8806         parameter -- so callers must not close such FDs.  Update callers.
8807         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8808         (diropen): Add parameter, SP.  Adjust all callers.
8809         Implement using diropen_fd, rather than open.
8810         (fts_open): Initialize new member, fts_cwd_fd.
8811         Remove fts_rft-setting code.
8812         (fts_close): Close fts_cwd_fd, if necessary.
8813         (__opendir2): Define in terms of opendir or opendirat,
8814         depending on whether the FST_NOCHDIR flag is set.
8815         (fts_build): Since fts_safe_changedir consumes its FD, and since
8816         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8817         and close the dup'd file descriptor upon failure.
8818         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8819         (fts_safe_changedir): Tweak semantics to reflect that this function
8820         now calls cwd_advance_fd and hence consumes its FD argument.
8821         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8822         [struct FTS] (fts_rft): Remove now-unused member.
8823         [struct FTS] (fts_cycle.state): Improve comment.
8824
8825         * lib/openat.c (openat_needs_fchdir): New function.
8826         * lib/openat.h (openat_needs_fchdir): Declare it.
8827
8828 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8829
8830         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8831         Problem and fix reported by Pádraig Brady in
8832         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8833
8834 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8835
8836         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8837
8838 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8839
8840         * lib/memcoll.c (memcoll): Optimize for the common case where the
8841         arguments are bytewise equal.
8842
8843 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8844
8845         * doc/regexprops-generic.texi: Add a copyright notice.
8846
8847 2006-08-15  Bruno Haible  <bruno@clisp.org>
8848
8849         * modules/tmpdir (License): Change to LGPL.
8850
8851 2006-08-15  Bruno Haible  <bruno@clisp.org>
8852
8853         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8854         module.
8855
8856 2006-08-14  Simon Josefsson  <jas@extundo.com>
8857
8858         * config/srclist.txt: Add gnupload.
8859
8860 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8861
8862         Change copyright notice from LGPL 2 to GPL 2, since that's the
8863         standard form used in the gnulib repository.
8864         * tests/test-lock.c: Likewise.
8865         * tests/test-stdint.c: Likewise.
8866         * tests/test-tls.c: Likewise.
8867
8868         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8869         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8870         Add copyright notice.
8871
8872         * check-module: Add copyright notice.  Output a copyright
8873         notice if "--version" is specified.
8874         * modules/COPYING: New file.
8875         * tests/test-getaddrinfo.c: Add copyright notice.
8876         * tests/test-verify.c: Likewise.
8877
8878 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8879
8880         Change copyright notice from LGPL 2 to GPL 2, since that's the
8881         standard form used in the gnulib repository.
8882         * lib/lock.c: LGPL -> GPL.
8883         * lib/lock.h: Likewise.
8884         * lib/strnlen1.c: Likewise.
8885         * lib/strnlen1.h: Likewise.
8886         * lib/tls.c: Likewise.
8887         * lib/tls.h: Likewise.
8888         * lib/tmpdir.c: Likewise.
8889
8890         * lib/TODO: Remove; this belongs only in coreutils.
8891
8892 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8893
8894         Add copyright notices to long-enough files that lack them, since
8895         otherwise the files aren't clearly free.  Use the same notice that
8896         getdate.texi already uses.
8897         * doc/alloca-opt.texi: Add copyright notice.
8898         * doc/alloca.texi: Likewise.
8899         * doc/ctime.texi: Likewise.
8900         * doc/functions.texi: Likewise.
8901         * doc/gcd.texi: Likewise.
8902         * doc/gnulib-tool.texi: Likewise.
8903         * doc/inet_ntoa.texi: Likewise.
8904         * doc/visibility.texi: Likewise.
8905
8906         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8907         * doc/quote.texi: Add copyright notice.
8908
8909         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8910         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8911         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8912         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8913         is now obsolete, and give a pointer to the Sun list.
8914         Add copyright notice.
8915
8916 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8917
8918         * config/srclistvars.sh: Add copyright notice.
8919
8920 2006-08-14  Eric Blake  <ebb9@byu.net>
8921
8922         Import the following change from libc:
8923
8924         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8925
8926         Upstream bug 2997.
8927         * lib/misc/error.c: Add space between program name and message if file
8928         name is missing.
8929
8930 2006-08-12  Karl Berry  <karl@gnu.org>
8931
8932         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8933         remove, these originate in gnulib now.
8934
8935 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8936
8937         * doc/Makefile (standards.info standards.html standards.dvi):
8938         Also depend on make-stds.texi.
8939
8940 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8941
8942         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8943         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8944
8945         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8946         in wchar_t.  Problem reported by Eric Blake.
8947
8948         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8949         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8950         Also, help the compiler to keep LEN in a register.
8951
8952 2006-08-11  Eric Blake  <ebb9@byu.net>
8953
8954         * users.txt: Sort.  Add tar.
8955
8956 2006-08-11  Bruno Haible  <bruno@clisp.org>
8957
8958         * users.txt: New file.
8959
8960 2006-08-11  Bruno Haible  <bruno@clisp.org>
8961
8962         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8963         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8964
8965 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8966
8967         * modules/snprintf (Depends-on): Remove minmax.
8968         (Maintainer): Add self and Bruno.
8969
8970 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8971
8972         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8973         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8974         (EOVERFLOW): Define if the system does not.
8975         Do not include "minmax.h"; it wasn't used.
8976         (snprintf): Don't assume size_t promotes to an unsigned type.
8977         Fix bug when generated string was too long for the buffer: the
8978         buffer's contents are supposed to be the initial prefix of the
8979         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8980         exceeds INT_MAX; do the check ourselves.
8981
8982         Import the following changes from libc:
8983
8984         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8985
8986         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
8987         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
8988         set wc to the byte which couldn't be converted.
8989         (re_string_reconstruct): Don't clear valid_raw_len before calling
8990         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8991         tip_context using re_string_context_at.
8992
8993         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
8994
8995         * lib/posix/regex.h: g++ still cannot handled [restrict].
8996
8997         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
8998
8999         * lib/posix/regex.h: Remove special handling for VMS.
9000
9001 2006-08-10  Jim Meyering  <jim@meyering.net>
9002
9003         * modules/same-inode: New module.
9004         * modules/dev-ino: New module.
9005         * modules/cycle-check: Depend on these modules, rather than simply
9006         including their .h files.
9007         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9008         required via m4/cycle-check.m4.
9009         * modules/same: Depend on new same-inode module, rather than
9010         including same-inode.h.
9011         * modules/chdir-safer: New file.
9012
9013         * modules/chown (Depends-on): Add stat-macros.
9014
9015 2006-08-10  Jim Meyering  <jim@meyering.net>
9016
9017         * m4/cycle-check.m4: New file.
9018         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9019         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9020
9021 2006-08-10  Eric Blake  <ebb9@byu.net>
9022
9023         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9024         in from original proposal.
9025
9026 2006-08-10  Eric Blake  <ebb9@byu.net>
9027         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9028
9029         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9030         namespace.
9031
9032 2006-08-10  Bruno Haible  <bruno@clisp.org>
9033
9034         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9035         as well.
9036
9037 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9038
9039         Sync from coreutils.
9040
9041         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9042
9043         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9044         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9045
9046 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9047
9048         * modules/restrict: Remove; no longer needed now that we assume
9049         Autoconf 2.59 or later.
9050         * MODULES.html.sh: Remove 'restrict'.
9051         * modules/argp (Depends-on): Remove 'restrict'.
9052         * modules/base64 (Depends-on): Likewise.
9053         * modules/gc (Depends-on): Likewise.
9054         * modules/getaddrinfo (Depends-on): Likewise.
9055         * modules/glob (Depends-on): Likewise.
9056         * modules/inet_ntop (Depends-on): Likewise.
9057         * modules/inet_pton (Depends-on): Likewise.
9058         * modules/memxor (Depends-on): Likewise.
9059         * modules/regex (Depends-on): Likewise.
9060         * modules/strtok_r (Depends-on): Likewise.
9061         * modules/time_r (Depends-on): Likewise.
9062
9063 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9064
9065         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9066         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9067         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9068         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9069         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9070         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9071         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9072         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9073
9074         Merge from coreutils.
9075         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9076         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9077         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9078         * m4/time_r.m4 (gl_TIME_R): Likewise.
9079
9080 2006-08-09  Karl Berry  <karl@gnu.org>
9081
9082         * config/srclist.txt: no more gettext-tools, per Bruno.
9083
9084 2006-08-08  Eric Blake  <ebb9@byu.net>
9085
9086         * modules/verror: New module.
9087         * MODULES.html.sh: Document it.
9088
9089 2006-08-08  Eric Blake  <ebb9@byu.net>
9090
9091         * lib/verror.h, lib/verror.c: New files.
9092
9093 2006-08-08  Eric Blake  <ebb9@byu.net>
9094
9095         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9096         verror_at_line output complies with GNU Coding Standards even when
9097         file is NULL.
9098
9099 2006-08-07  Bruno Haible  <bruno@clisp.org>
9100
9101         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9102         versions of AIX.
9103         Reported by Ralf Wildenhues.
9104
9105 2006-08-07  Bruno Haible  <bruno@clisp.org>
9106
9107         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9108         in an AC_DEFUN. Needed so that the autoconf snippets can use
9109         AC_REQUIRE.
9110
9111 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9112
9113         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9114         Initialize pkgdata_DATA.
9115         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9116         overriding it.
9117
9118 2006-08-06  Eric Blake  <ebb9@byu.net>
9119
9120         * lib/error.h: Fold in some upstream changes from glibc.
9121         * lib/error.c: Likewise.
9122
9123 2006-08-04  Bruno Haible  <bruno@clisp.org>
9124
9125         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9126         Make the mostlyclean-local rule depend on mostlyclean-generic.
9127         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9128
9129 2006-07-31  Bruno Haible  <bruno@clisp.org>
9130
9131         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9132         <stdlib.h>, <string.h>.
9133
9134 2006-07-30  Bruno Haible  <bruno@clisp.org>
9135
9136         * modules/readlink (License): Change to LGPL.
9137
9138 2006-07-30  Bruno Haible  <bruno@clisp.org>
9139
9140         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9141         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9142         set PKGDATADIR to point to it.
9143
9144 2006-07-30  Bruno Haible  <bruno@clisp.org>
9145
9146         * modules/csharpexec (configure.ac): Comment out macro invocation.
9147         * modules/javaexec (configure.ac): Likewise.
9148         * modules/javacomp-script (configure.ac): Likewise.
9149
9150         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9151
9152 2006-07-30  Bruno Haible  <bruno@clisp.org>
9153
9154         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9155         linked-list.
9156
9157 2006-07-30  Bruno Haible  <bruno@clisp.org>
9158
9159         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9160
9161 2006-07-30  Bruno Haible  <bruno@clisp.org>
9162
9163         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9164         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9165         get removed.
9166
9167 2006-07-29  Bruno Haible  <bruno@clisp.org>
9168
9169         Make it possible for gnulib-tool to work with locally modified or
9170         augmented gnulib repositories.
9171         * gnulib-tool (func_usage): Document --local-dir option.
9172         (local_gnulib_dir): New variable.
9173         Handle --local-dir option.
9174         (func_lookup_file): New function.
9175         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9176         (func_get_description, func_get_filelist, func_get_description,
9177         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9178         func_get_automake_snippet, func_get_include_directive,
9179         func_get_license, func_get_maintainer): Use func_lookup_file.
9180         (func_import, func_create_testdir): Use func_lookup_file.
9181
9182 2006-07-29  Bruno Haible  <bruno@clisp.org>
9183
9184         * modules/setenv (Depends-on): Add unistd.
9185
9186 2006-07-29  Bruno Haible  <bruno@clisp.org>
9187
9188         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9189
9190 2006-07-29  Bruno Haible  <bruno@clisp.org>
9191
9192         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9193
9194 2006-07-29  Bruno Haible  <bruno@clisp.org>
9195
9196         * gnulib-tool (import, update): If there is no Makefile.am, look at
9197         aclocal.m4, instead of bailing out.
9198
9199 2006-07-29  Bruno Haible  <bruno@clisp.org>
9200
9201         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9202         Categorize the options by when they are useful.
9203
9204 2006-07-29  Bruno Haible  <bruno@clisp.org>
9205
9206         * gnulib-tool (func_usage): Document option --no-libtool.
9207         Handle option --no-libtool.
9208         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9209         for changed semantics of $libtool variable.
9210         (func_import): Likewise. If libtool is not used, show this through
9211         an option --no-libtool.
9212         (func_create_testdir): Update.
9213
9214 2006-07-29  Bruno Haible  <bruno@clisp.org>
9215
9216         * gnulib-tool (func_import): Extend error message about missing
9217         --doc-base.
9218
9219 2006-07-29  Bruno Haible  <bruno@clisp.org>
9220
9221         * gnulib-tool (func_import): Don't create the $docbase directory if
9222         there is no file to store there.
9223
9224 2006-07-29  Bruno Haible  <bruno@clisp.org>
9225
9226         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9227         relevant, look for configure.ac there, not in the current directory.
9228         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9229
9230 2006-07-29  Bruno Haible  <bruno@clisp.org>
9231
9232         * gnulib-tool (SORT): New variable.
9233         (func_usage): Undocument --assume-autoconf option.
9234         Remove --assume-autoconf option handling.
9235         (autoconf_minversion): Determine from the contents of configure.ac.
9236         (func_import): Remove autoconf_minversion handling.
9237         Suggested by Eric Blake.
9238
9239 2006-07-29  Bruno Haible  <bruno@clisp.org>
9240
9241         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9242
9243 2006-07-29  Bruno Haible  <bruno@clisp.org>
9244
9245         * config/srclist.txt (*setenv.[ch]): Remove rules.
9246
9247 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9248
9249         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9250
9251 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9252
9253         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9254         arpa/inet.h.
9255
9256 2006-07-28  Simon Josefsson  <jas@extundo.com>
9257
9258         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9259         * modules/inet_pton (Depends-on): Likewise.
9260
9261 2006-07-28  Simon Josefsson  <jas@extundo.com>
9262
9263         * m4/netinet_in_h.m4: New file.
9264
9265 2006-07-28  Simon Josefsson  <jas@extundo.com>
9266
9267         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9268         #include's.
9269
9270 2006-07-28  Simon Josefsson  <jas@extundo.com>
9271
9272         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9273         #include's.
9274
9275 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9276
9277         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9278         setgid on directories only if they set these bits.
9279         * lib/modechange.h: Remove obsolete comment about masks.
9280
9281 2006-07-28  Eric Blake  <ebb9@byu.net>
9282
9283         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9284         macro expansion.
9285
9286 2006-07-28  Bruno Haible  <bruno@clisp.org>
9287
9288         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9289
9290 2006-07-28  Bruno Haible  <bruno@clisp.org>
9291
9292         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9293
9294 2006-07-28  Bruno Haible  <bruno@clisp.org>
9295
9296         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9297         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9298         Define fallbacks.
9299         Avoids link error on FreeBSD 4.x.
9300         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9301
9302         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9303         encoding.
9304         * lib/mbswidth.c (iswcntrl): Likewise.
9305
9306 2006-07-27  Bruno Haible  <bruno@clisp.org>
9307
9308         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9309         test.
9310
9311 2006-07-27  Bruno Haible  <bruno@clisp.org>
9312
9313         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9314         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9315         defined.
9316
9317 2006-07-26  Eric Blake  <ebb9@byu.net>
9318
9319         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9320
9321 2006-07-26  Eric Blake  <ebb9@byu.net>
9322
9323         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9324         like mingw that lack mkstemp.
9325         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9326         avoid compilation warning on mingw.
9327
9328 2006-07-26  Bruno Haible  <bruno@clisp.org>
9329
9330         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9331         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9332         INT_FAST*_MIN, INTPTR_MIN.
9333
9334 2006-07-25  Bruno Haible  <bruno@clisp.org>
9335
9336         * modules/version-etc (Depends-on): Add stdarg.
9337
9338 2006-07-25  Bruno Haible  <bruno@clisp.org>
9339
9340         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9341         complex commands.
9342
9343 2006-07-25  Bruno Haible  <bruno@clisp.org>
9344
9345         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9346         defined in <stdarg.h> or config.h.
9347
9348 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9349
9350         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9351         (gl_STDIO_SAFER): Remove.
9352
9353 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9354
9355         * MODULES.html.sh (File stream based Input/Output):
9356         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9357         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9358         * modules/fopen-safer, modules/tmpfile-safer: New files.
9359         * modules/stdio-safer: Remove.
9360
9361 2006-07-24  Bruno Haible  <bruno@clisp.org>
9362
9363         * modules/tmpdir: New file.
9364         * MODULES.html.sh (File system functions): Add it.
9365
9366 2006-07-24  Bruno Haible  <bruno@clisp.org>
9367
9368         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9369         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9370
9371 2006-07-24  Bruno Haible  <bruno@clisp.org>
9372
9373         * modules/clean-temp: New file.
9374
9375 2006-07-24  Bruno Haible  <bruno@clisp.org>
9376
9377         * m4/tmpdir.m4: New file, from GNU gettext.
9378
9379 2006-07-24  Bruno Haible  <bruno@clisp.org>
9380
9381         * lib/tmpdir.h: New file, from GNU gettext.
9382         * lib/tmpdir.c: New file, from GNU gettext.
9383
9384 2006-07-24  Bruno Haible  <bruno@clisp.org>
9385
9386         * lib/clean-temp.h: New file, from GNU gettext.
9387         * lib/clean-temp.c: New file, from GNU gettext.
9388
9389 2006-07-23  Eric Blake  <ebb9@byu.net>
9390
9391         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9392         (Depends-on): Add binary-io.
9393
9394 2006-07-23  Eric Blake  <ebb9@byu.net>
9395
9396         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9397
9398 2006-07-23  Eric Blake  <ebb9@byu.net>
9399
9400         * lib/tmpfile-safer.c: New file.
9401         * lib/stdio-safer.h (fopen_safer): Add prototype.
9402         * lib/stdio--.h (tmpfile): Make safer.
9403
9404 2006-07-23  Bruno Haible  <bruno@clisp.org>
9405
9406         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9407         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9408         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9409         gl_linked_remove_at): Use it.
9410
9411 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9412         and Simon Josefsson <jas@extundo.com>
9413
9414         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9415
9416         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9417
9418 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9419
9420         * modules/close-stream: New file.
9421         * modules/closeout (Description): Make it clear that it exits
9422         with a diagnostic on error.
9423         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9424         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9425
9426 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9427
9428         * m4/close-stream.m4: New file.
9429
9430 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9431
9432         * lib/close-stream.c, lib/close-stream.h: New files.
9433
9434 2006-07-22  Bruno Haible  <bruno@clisp.org>
9435
9436         Merge from GNU gettext 0.15.
9437
9438         2006-05-01  Bruno Haible  <bruno@clisp.org>
9439
9440                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9441
9442         2006-07-22  Bruno Haible  <bruno@clisp.org>
9443
9444                 * modules/javaversion: New file.
9445                 * MODULES.html.sh (Java): Add javaversion.
9446
9447         2006-03-12  Bruno Haible  <bruno@clisp.org>
9448
9449                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9450
9451         2005-12-04  Bruno Haible  <bruno@clisp.org>
9452
9453                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9454                 (untested).
9455
9456         2006-06-21  Bruno Haible  <bruno@clisp.org>
9457
9458                 Avoid warnings from recent versions of mcs.
9459                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9460                 -o, -L, -r any more. Use options documented since mcs-1.0
9461                 instead. Similarly for -g.
9462
9463         2005-12-04  Bruno Haible  <bruno@clisp.org>
9464
9465                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9466                 .resources, not .resource.
9467
9468         2005-07-09  Bruno Haible  <bruno@clisp.org>
9469
9470                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9471                 add a .dll suffix.
9472                 Reported by Mark Junker <mjscod@gmx.de>.
9473
9474         2006-07-22  Bruno Haible  <bruno@clisp.org>
9475
9476                 * modules/gettext: Upgrade to gettext-0.15.
9477                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9478                 m4/visibility.m4.
9479                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9480
9481 2006-07-22  Bruno Haible  <bruno@clisp.org>
9482
9483         Merge from GNU gettext 0.15.
9484
9485         2006-03-25  Bruno Haible  <bruno@clisp.org>
9486
9487                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9488
9489         2006-07-21  Bruno Haible  <bruno@clisp.org>
9490
9491                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9492                 "1.1".
9493
9494         2006-05-09  Bruno Haible  <bruno@clisp.org>
9495
9496                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9497                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9498                 for the conftestver execution.
9499
9500         2006-05-01  Bruno Haible  <bruno@clisp.org>
9501
9502                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9503                 optional target-version argument. Verify that the compiler
9504                 groks source of the specified source-version, or add -source
9505                 option as necessary. Verify that the compiler produces
9506                 bytecode in the specified target-version, or add -target and
9507                 -source options as necessary. Make the result of the test
9508                 available as variable CONF_JAVAC. Also log error output in
9509                 config.log.
9510
9511         2006-03-11  Bruno Haible  <bruno@clisp.org>
9512
9513                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9514
9515         2006-05-09  Bruno Haible  <bruno@clisp.org>
9516
9517                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9518                 CLASSPATH_SEPARATOR to a semicolon.
9519
9520         2006-03-12  Bruno Haible  <bruno@clisp.org>
9521
9522                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9523                 available as variable CONF_JAVA, for subsequent autoconf
9524                 tests. Also log error output in config.log.
9525
9526         2006-07-19  Bruno Haible  <bruno@clisp.org>
9527
9528                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9529                 that getline works on glibc2 systems. Needed to avoid trouble
9530                 in relocatable.c.
9531                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9532
9533         2005-12-04  Bruno Haible  <bruno@clisp.org>
9534
9535                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9536                 launcher (untested).
9537
9538         2005-12-04  Bruno Haible  <bruno@clisp.org>
9539
9540                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9541
9542         2006-07-22  Bruno Haible  <bruno@clisp.org>
9543
9544                 * gettext.m4: Update from GNU gettext-0.15.
9545                 * nls.m4: Likewise.
9546                 * po.m4: Likewise.
9547                 * inttypes-pri.m4: Likewise.
9548                 * inttypes-h.m4: Renamed from inttypes.m4.
9549                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9550
9551 2006-07-22  Bruno Haible  <bruno@clisp.org>
9552
9553         Merge from GNU gettext 0.15.
9554
9555         2005-07-05  Bruno Haible  <bruno@clisp.org>
9556
9557                 * printf-args.c (printf_fetchargs): Work around broken
9558                 definition of wint_t on mingw.
9559
9560         2005-02-12  Bruno Haible  <bruno@clisp.org>
9561
9562                 * xallocsa.h: Add extern "C" for C++.
9563
9564         2006-05-17  Bruno Haible  <bruno@clisp.org>
9565
9566                 Cygwin portability.
9567                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9568
9569         2006-04-30  Bruno Haible  <bruno@clisp.org>
9570
9571                 * progreloc.c: Include <mach-o/dyld.h> if available.
9572                 (find_executable): Use _NSGetExecutablePath when possible.
9573
9574         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9575
9576                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9577                 function.
9578
9579         2005-12-29  Bruno Haible  <bruno@clisp.org>
9580
9581                 * progreloc.c (set_program_name_and_installdir): Fix
9582                 compilation error.
9583
9584         2005-12-04  Bruno Haible  <bruno@clisp.org>
9585
9586                 Cygwin portability.
9587                 * progreloc.c: Include <windows.h> also on Cygwin.
9588                 (find_executable): Add support for Cygwin.
9589                 (set_program_name_and_installdir): Handle also platforms with
9590                 nonempty EXEEXT.
9591
9592         2006-07-11  Bruno Haible  <bruno@clisp.org>
9593
9594                 * javacomp.c: Fix a comment.
9595                 Reported by Jim Meyering.
9596
9597         2006-04-30  Bruno Haible  <bruno@clisp.org>
9598
9599                 * javacomp.h (compile_java_class): Add source_version,
9600                 target_version arguments.
9601                 * javacomp.c: Rewritten to choose only a compiler that
9602                 respects the specified source_version and target_version.
9603
9604         2006-06-27  Bruno Haible  <bruno@clisp.org>
9605
9606                 Assume correct S_ISDIR macro.
9607                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9608
9609         2006-07-22  Bruno Haible  <bruno@clisp.org>
9610
9611                 * javaversion.h: New file, from GNU gettext.
9612                 * javaversion.c: New file, from GNU gettext.
9613                 * javaversion.java: New file, from GNU gettext.
9614                 * javaversion.class: New file, from GNU gettext.
9615
9616         2006-05-17  Bruno Haible  <bruno@clisp.org>
9617
9618                 Cygwin portability.
9619                 * javaexec.c (execute_java_class): Test for jview program
9620                 also on Cygwin.
9621
9622         2006-04-09  Bruno Haible  <bruno@clisp.org>
9623
9624                 * fatal-signal.c: Don't include string.h.
9625                 (at_fatal_signal): Use a copying loop instead of memcpy.
9626
9627         2005-12-04  Bruno Haible  <bruno@clisp.org>
9628
9629                 * csharpexec.c: Add support for 'clix' launcher (untested).
9630                 (execute_csharp_using_sscli): New function.
9631                 (execute_csharp_program): Call it.
9632
9633         2006-06-21  Bruno Haible  <bruno@clisp.org>
9634
9635                 Avoid warnings from recent versions of mcs.
9636                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9637                 -o, -L, -r any more. Use options documented since mcs-1.0
9638                 instead. Similarly for -g.
9639
9640         2005-07-09  Bruno Haible  <bruno@clisp.org>
9641
9642                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9643                 add a .dll suffix.
9644                 Reported by Mark Junker <mjscod@gmx.de>.
9645
9646         2006-06-17  Bruno Haible  <bruno@clisp.org>
9647
9648                 * config.charset: Update for NetBSD 3.0.
9649
9650         2006-05-17  Bruno Haible  <bruno@clisp.org>
9651
9652                 Cygwin portability.
9653                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9654
9655         2006-05-16  Bruno Haible  <bruno@clisp.org>
9656
9657                 * localcharset.c [CYGWIN]: Include <windows.h>.
9658                 (get_charset_aliases): For Cygwin, return the same CPxxx
9659                 aliases list as under WIN32.
9660                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9661                 the environment variables. Fall back to GetACP().
9662
9663         2006-04-05  Bruno Haible  <bruno@clisp.org>
9664
9665                 * config.charset: Update Juan Manuel Guerrero's address.
9666
9667         2005-02-12  Bruno Haible  <bruno@clisp.org>
9668
9669                 * allocsa.h: Add extern "C" for C++.
9670
9671         2005-02-10  Bruno Haible  <bruno@clisp.org>
9672
9673                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9674                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9675
9676         2006-07-22  Bruno Haible  <bruno@clisp.org>
9677
9678                 * gettext.h: Update to GNU gettext-0.15.
9679
9680 2006-07-22  Bruno Haible  <bruno@clisp.org>
9681
9682         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9683         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9684         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9685
9686 2006-07-21  Eric Blake  <ebb9@byu.net>
9687
9688         * modules/stdlib-safer: New file.
9689         * MODULES.html.sh (File stream based Input/Output): Add
9690         stdlib-safer.
9691
9692 2006-07-21  Eric Blake  <ebb9@byu.net>
9693
9694         * lib/stdlib-safer.h: New file from coreutils, required by
9695         stdlib--.h.
9696
9697 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9698
9699         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9700
9701 2006-07-20  Bruno Haible  <bruno@clisp.org>
9702
9703         * gnulib-tool: Recognize new option --assume-autoconf.
9704         (autoconf_minversion): New variable.
9705         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9706
9707 2006-07-20  Bruno Haible  <bruno@clisp.org>
9708
9709         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9710
9711 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9712
9713         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9714         Reindent and repaginate.
9715
9716 2006-07-19  Derek Price  <derek@ximbiot.com>
9717
9718         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9719         Correct grammar.
9720
9721 2006-07-17  Bruno Haible  <bruno@clisp.org>
9722
9723         * modules/list: New file.
9724         * modules/array-list: New file.
9725         * modules/carray-list, modules/carray-list-tests: New files.
9726         * modules/linked-list, modules/linked-list-tests: New files.
9727         * modules/avltree-list, modules/avltree-list-tests: New files.
9728         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9729         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9730         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9731         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9732         * modules/oset: New file.
9733         * modules/array-oset: New file.
9734         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9735         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9736         * tests/test-carray_list.c: New file.
9737         * tests/test-linked_list.c: New file.
9738         * tests/test-avltree_list.c: New file.
9739         * tests/test-rbtree_list.c: New file.
9740         * tests/test-linkedhash_list.c: New file.
9741         * tests/test-avltreehash_list.c: New file.
9742         * tests/test-rbtreehash_list.c: New file.
9743         * tests/test-avltree_oset.c: New file.
9744         * tests/test-rbtree_oset.c: New file.
9745         * MODULES.html.sh (Container data structures): New section.
9746
9747 2006-07-17  Bruno Haible  <bruno@clisp.org>
9748
9749         * m4/gl_list.m4: New file.
9750
9751 2006-07-17  Bruno Haible  <bruno@clisp.org>
9752
9753         * lib/gl_list.h: New file.
9754         * lib/gl_list.c: New file.
9755         * lib/gl_array_list.h: New file.
9756         * lib/gl_array_list.c: New file.
9757         * lib/gl_carray_list.h: New file.
9758         * lib/gl_carray_list.c: New file.
9759         * lib/gl_linked_list.h: New file.
9760         * lib/gl_linked_list.c: New file.
9761         * lib/gl_anylinked_list1.h: New file.
9762         * lib/gl_anylinked_list2.h: New file.
9763         * lib/gl_avltree_list.h: New file.
9764         * lib/gl_avltree_list.c: New file.
9765         * lib/gl_anyavltree_list1.h: New file.
9766         * lib/gl_anyavltree_list2.h: New file.
9767         * lib/gl_rbtree_list.h: New file.
9768         * lib/gl_rbtree_list.c: New file.
9769         * lib/gl_anyrbtree_list1.h: New file.
9770         * lib/gl_anyrbtree_list2.h: New file.
9771         * lib/gl_anytree_list1.h: New file.
9772         * lib/gl_anytree_list2.h: New file.
9773         * lib/gl_linkedhash_list.h: New file.
9774         * lib/gl_linkedhash_list.c: New file.
9775         * lib/gl_anyhash_list1.h: New file.
9776         * lib/gl_anyhash_list2.h: New file.
9777         * lib/gl_avltreehash_list.h: New file.
9778         * lib/gl_avltreehash_list.c: New file.
9779         * lib/gl_rbtreehash_list.h: New file.
9780         * lib/gl_rbtreehash_list.c: New file.
9781         * lib/gl_anytreehash_list1.h: New file.
9782         * lib/gl_anytreehash_list2.h: New file.
9783
9784         * lib/gl_oset.h: New file.
9785         * lib/gl_oset.c: New file.
9786         * lib/gl_array_oset.h: New file.
9787         * lib/gl_array_oset.c: New file.
9788         * lib/gl_avltree_oset.h: New file.
9789         * lib/gl_avltree_oset.c: New file.
9790         * lib/gl_rbtree_oset.h: New file.
9791         * lib/gl_rbtree_oset.c: New file.
9792         * lib/gl_anytree_oset.h: New file.
9793
9794 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9795
9796         * m4/mkancesdirs.m4: New file.
9797         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9798         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9799         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9800         it.
9801
9802 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9803
9804         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9805         * lib/mkancesdirs.h: New files.
9806         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9807         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9808         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9809         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9810         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9811         callers changed.  Revamp internals significantly, by not
9812         attempting to create directories that are temporarily more
9813         permissive than the final results.  Do not attempt to use
9814         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9815         This removes some race conditions, fixes some bugs, and simplifies
9816         things.  Use new dirchownmod function to do owner and mode changes.
9817         * lib/mkdir-p.h: Likewise.
9818         * lib/modechange.c (octal_to_mode): New function.
9819         (struct mode_change): New member mentioned.
9820         (make_node_op_equals): New arg mentioned.  All callers changed.
9821         (mode_compile): Keep track of which mode bits the user has explicitly
9822         mentioned.
9823         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9824         New arg PMODE_BITS, to keep track of which mode bits the user
9825         mentioned; it treats S_ISUID and S_ISGID speciall.
9826         All callers changed.
9827         * lib/modechange.h: Likewise.
9828
9829 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9830
9831         * MODULES.html.sh: Add mkancestors.
9832         * modules/mkancesdirs: New module.
9833         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9834         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9835         The chdir-safer and afs files are now orphans; I'll remove them
9836         unless someone speaks up.
9837         Add lib/dirchownmod.c, lib/dirchownmod.h.
9838         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9839         Add lchown, mkancesdirs.
9840         (Maintainer): Add self.
9841
9842 2006-07-15  Karl Berry  <karl@gnu.org>
9843
9844         * gnulib-tool: help message wording/arrangement.
9845
9846 2006-07-14  Simon Josefsson  <jas@extundo.com>
9847
9848         * doc/gnulib.texi (Libtool and Windows): New section.
9849
9850 2006-07-12  Simon Josefsson  <jas@extundo.com>
9851
9852         * modules/gendocs (License): Fix license, approved by Karl.
9853
9854 2006-07-12  Eric Blake  <ebb9@byu.net>
9855
9856         * MODULES.html.sh: Add gendocs.
9857
9858 2006-07-11  Eric Blake  <ebb9@byu.net>
9859
9860         * modules/fdl: New module, to install doc/fdl.texi.
9861         * MODULES.html.sh: Add new section for documentation modules.
9862         * gnulib-tool: Avoid space-tab.
9863         (--doc-base): New option, to manage files from doc.
9864
9865 2006-07-11  Eric Blake  <ebb9@byu.net>
9866
9867         * m4/absolute-header.m4: Fix comments to match recent change.
9868
9869 2006-07-11  Eric Blake  <ebb9@byu.net>
9870
9871         * gnulib-tool: List --doc-base before --tests-base.
9872
9873 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9874
9875         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9876
9877 2006-07-11  Bruno Haible  <bruno@clisp.org>
9878
9879         * README: Mention where to put documentation.
9880
9881 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9882
9883         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9884
9885 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9886
9887         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9888         to stdint.m4.
9889
9890 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9891
9892         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9893         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9894         "no/such/file/stdint.h" when there is no such file, so that
9895         the resulting C code can be parsed by dodgy compilers.
9896         Problems reported by Bob Proulx.
9897
9898 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9899
9900         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9901         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9902         macros into the GNU _D_EXACT_NAMLEN.
9903         * lib/savedir.c:  Likewise.
9904         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9905
9906 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9907         and Paul Eggert  <eggert@cs.ucla.edu>
9908
9909         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9910         * m4/savedir.m4:
9911         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9912         macros into the GNU _D_EXACT_NAMLEN.
9913
9914 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9915
9916         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9917         around the absolute name, to work around a problem with the HP-UX
9918         11.23 native C compiler, reported by Bob Proulx.
9919
9920 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9921
9922         * doc/maintain.texi, make-stds.texi: Sync from
9923         <http://savannah.gnu.org/projects/gnustandards>.
9924
9925 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9926
9927         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9928
9929 2006-07-09  Jim Meyering  <jim@meyering.net>
9930
9931         * m4/glob.m4: Remove a doubled word in a comment.
9932
9933 2006-07-09  Jim Meyering  <jim@meyering.net>
9934
9935         * lib/argp-pv.c: Remove a doubled word in a comment.
9936         * lib/check-version.c (check_version): Likewise.
9937         * lib/javacomp.c (compile_java_class): Likewise.
9938
9939 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9940
9941         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9942         for the benefit of people using Autoconf 2.60.  If you want to
9943         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9944         (or m4/onceonly.m4, if pre-2.57) manually.
9945
9946 2006-07-08  Jim Meyering  <jim@meyering.net>
9947
9948         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9949         comment.
9950         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9951         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9952         comment.
9953
9954 2006-07-08  Jim Meyering  <jim@meyering.net>
9955
9956         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9957
9958 2006-07-07  Simon Josefsson  <jas@extundo.com>
9959
9960         * tests/test-crc.c: Change expected crc value, the test vector
9961         were probably computed using the old broken crc.c?
9962
9963 2006-07-06  Simon Josefsson  <jas@extundo.com>
9964
9965         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9966         now the canonical place for the M4 file).
9967
9968         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9969         from the sys_socket dependency now.
9970
9971         * modules/inet_pton (Files): Ditto.
9972
9973         * modules/inet_ntop (Files): Ditto.
9974
9975 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9976
9977         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9978         not gl_PREREQ_GETUSERSHELL.
9979
9980 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9981
9982         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9983         with only one argument, for Autoconf 2.60.
9984         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
9985         expand to nothing, so add a shell command to avoid syntax error.
9986         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9987
9988 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9989
9990         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
9991
9992 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9993
9994         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
9995         no longer needed.  Check for isblank decl.
9996         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
9997         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
9998         of existence.
9999
10000 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10001
10002         * lib/getloadavg.c: Use __VMS, not VMS.
10003         * lib/getopt.c: Likewise.
10004         * lib/getpagesize.h: Likewise.
10005         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10006         and probably does not work.
10007
10008 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10009
10010         * lib/.cppi-disable: Add wcwidth.
10011         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10012         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10013         (ISGRAPH): Remove.  All uses changed to isgraph.
10014         (FOLD) [!defined _LIBC]: Remove special case.
10015         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10016         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10017         HAVE_ISBLANK.
10018         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10019         case.
10020
10021 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10022
10023         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10024         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10025         brackets.  Other minor changes to suppress some compiler
10026         warnings.
10027
10028 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10029         and Paul Eggert  <eggert@cs.ucla.edu>
10030
10031         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10032         of invoking obsolescent AC_HEADER_DIRENT macro.
10033         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10034         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10035         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10036         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10037         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10038         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10039         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10040         * m4/readdir.m4: Remove; no longer needed.
10041
10042 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10043         and Paul Eggert  <eggert@cs.ucla.edu>
10044
10045         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10046         Don't worry about this obsolete case any more.
10047         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10048         directories.
10049         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10050         worry about this obsolete case any more.
10051         * lib/fts.c: Likewise.
10052         * lib/getcwd.c: Likewise.
10053         * lib/glob.h: Likewise.
10054         * lib/savedir.c: Likewise.
10055
10056 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10057
10058         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10059         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10060         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10061         needed.
10062         All uses removed.
10063         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10064         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10065         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10066         needed.
10067         * m4/getdate.m4 (gl_GETDATE): Likewise.
10068         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10069         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10070         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10071         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10072         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10073         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10074         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10075         needed.
10076
10077 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10078
10079         * lib/memcasecmp.c: Include <limits.h>.
10080         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10081         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10082         Don't assume isdigit succeeds only on '0' through '9'.
10083
10084 2006-07-05  Eric Blake  <ebb9@byu.net>
10085
10086         * modules/getaddrinfo (Depends-on): Add snprintf.
10087
10088 2006-07-05  Eric Blake  <ebb9@byu.net>
10089
10090         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10091         to avoid 'header present but could not be compiled' on cygwin.
10092
10093 2006-07-05  Eric Blake  <ebb9@byu.net>
10094
10095         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10096         missing from netdb.h.
10097         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10098
10099 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10100
10101         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10102         no longer needed.
10103         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10104         * m4/getdate.m4 (gl_GETDATE): Likewise.
10105         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10106         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10107         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10108         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10109         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10110
10111 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10112
10113         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10114         All uses of is_space replaced by isspace.
10115         * lib/exit.h: Don't talk about STDC_HEADERS.
10116         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10117         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10118         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10119         replaced by isprint etc.
10120         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10121         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10122         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10123         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10124         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10125         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10126
10127 2006-07-05  Bruno Haible  <bruno@clisp.org>
10128
10129         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10130         the function exists, before testing against AIX.
10131         Reported by Martin Lambers <marlam@marlam.de>.
10132
10133 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10134
10135         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10136         From Mark D. Baushke.
10137
10138 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10139
10140         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10141         to the absolute name, not just one, to bypass Sun C 5.8's
10142         "warning: #include of /usr/include/... may be non-portable".
10143
10144 2006-07-04  Eric Blake  <ebb9@byu.net>
10145
10146         * modules/dirname-tests: New test module.
10147         * tests/test-dirname.c: New file, replacing dirname.c
10148         TEST_DIRNAME section that was recently deleted.
10149
10150 2006-07-04  Bruno Haible  <bruno@clisp.org>
10151
10152         Assume ANSI C header files and <ctype.h> functions.
10153         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10154         (mbsnwidth): Use isprint, iscntrl instead.
10155
10156 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10157
10158         Merge from coreutils.
10159         * MODULES.html.sh: Add xstrtold.
10160         * modules/xstrtold: New file.
10161         * modules/cycle-check (Files): Add lib/same-inode.h.
10162         * modules/dirname (Files): Add m4/double-slash-root.m4.
10163         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10164         * modules/mkdir-p (Files): Add lib/same-inode.h.
10165         * modules/same (Files): Add lib/same-inode.h.
10166
10167 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10168
10169         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10170         This is to keep the terminology clean; POSIX talks about
10171         "absolute pathnames", not "full pathnames", but the GNU
10172         Coding Standards say to use "path" for something else;
10173         so use "absolute" to keep both sides happy.
10174         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10175         Set gl_absolute_header, not gl_full_header_path.
10176         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10177         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10178         All uses changed.
10179
10180         Merge from coreutils.
10181
10182         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10183
10184         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10185         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10186         want to require the building of c-strtod.o.
10187         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10188         needs -lm directly.
10189         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10190
10191         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10192
10193         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10194         --as-needed option if available.  Problem reported by Albert Chin in
10195         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10196         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10197         cc merely issues a bunch of annoying warnings for --as-needed
10198         (this problem was reported by Bob Proulx).  Also, try linking with
10199         -lm to detect a bug in binutils 2.16 (this problem was reported
10200         by Ralf Wildenhues).
10201
10202         2006-06-18  Jim Meyering  <jim@meyering.net>
10203
10204         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10205         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10206         macro.
10207         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10208         also check for glibc-2.4's abort-inducing bug.
10209
10210         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10211         Low-probability clean-up should be to use rmdir to get rid of
10212         the just-created directory, not unlink.
10213
10214         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10215         configure fail, and request a bug report to inform us about it.
10216         Add a comment that, barring reports to the contrary, in 2007 we'll
10217         assume ftruncate is universally available.
10218
10219         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10220
10221         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10222
10223         2006-03-12  Jim Meyering  <jim@meyering.net>
10224
10225         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10226         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10227         * m4/same.m4 (gl_SAME): Likewise.
10228         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10229
10230         2006-03-11  Eric Blake  <ebb9@byu.net>
10231
10232         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10233         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10234         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10235         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10236
10237 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10240         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10241         reported by Mark D. Baushke, one in
10242         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10243
10244         Merge from coreutils.
10245
10246         * lib/.cppi-disable: Add stdint_.h.
10247         * lib/.cvsignore: Add stdint.h.
10248
10249         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10250
10251         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10252         both double and long double versions.
10253         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10254         * lib/xstrtold.c: New file.
10255         * lib/xstrtod.h (xstrtold): New decl.
10256
10257         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10258
10259         * lib/filemode.c (setst): Remove.
10260         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10261         (arguably) clearer, and the generated code is a bit smaller on my
10262         Debian GNU/Linux stable x86 host.
10263
10264         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10265
10266         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10267         Assume that filemode.h includes sys/types.h and sys/stat.h.
10268         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10269         (ftypelet): Reorder to put common cases first, for efficiency.
10270         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10271         to do 'M'.
10272         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10273         of 10, for compatibility with FreeBSD.  All callers changed.
10274         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10275         types that can't be deduced solely from st_mode.  First arg is now a
10276         const pointer.
10277         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10278         (strmode): Renamed from mode_string.
10279         (filemodestring): New decl.
10280         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10281         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10282         needed.
10283         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10284
10285         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10286
10287         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10288         fsusage.h now does that.  Include fsusage.h first, to test interface.
10289         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10290         at most one method (the old code could have generated decls that
10291         didn't conform to C89, not that this was ever exercised).
10292         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10293
10294         2006-03-19  Jim Meyering  <jim@meyering.net>
10295
10296         Work even in a chroot where d_ino values for entries in "/"
10297         don't match the stat.st_ino values for the same names.
10298         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10299         number, iterate through all entries again, using lstat instead.
10300         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10301         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10302
10303         * lib/getcwd.c (__getcwd): Clarify a comment.
10304         Use memcpy in place of a call to strcpy.
10305
10306         2006-03-12  Jim Meyering  <jim@meyering.net>
10307
10308         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10309         matches that of the current directory (which we're about to chdir ".."
10310         out of), then save the dev-ino of the parent, instead.
10311
10312         * lib/same-inode.h (SAME_INODE): New file/macro.
10313         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10314         Include "same-inode.h", instead.
10315         * lib/same.c: Likewise.
10316         * lib/cycle-check.h: Include "same-inode.h".
10317         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10318         * lib/cycle-check.c (SAME_INODE): Remove definition.
10319         * lib/root-dev-ino.h: Include "same-inode.h".
10320
10321         2006-03-11  Eric Blake  <ebb9@byu.net>
10322
10323         * lib/same.c (same_name): s/base_name/last_component/
10324         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10325         * lib/filenamecat.c (file_name_concat): Likewise.
10326
10327         2006-03-11  Eric Blake  <ebb9@byu.net>,
10328                     Paul Eggert  <eggert@cs.ucla.edu>
10329
10330         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10331         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10332         drive prefix.
10333         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10334         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10335         (last_component): New method.
10336         * lib/dirname.c (dir_len): Determine when drive letters need a
10337         subsequent slash.  Preserve // when it is special.
10338         (dir_name): Don't append dot when drive letter is absolute.
10339         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10340         * lib/basename.c (base_name): New semantics - malloc the result.
10341         Preserve // when it is special.  Preserve relative files that look
10342         like drive letters.
10343         (base_len): Preserve // when it is special.
10344         (last_component): New method, similar to old base_name semantics.
10345         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10346         base_name.  Strip redundant slashes from ///.
10347
10348 2006-07-03  Jim Meyering  <jim@meyering.net>
10349
10350         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10351         macro is used before the first cycle_check call.
10352
10353 2006-07-03  Eric Blake  <ebb9@byu.net>
10354
10355         * modules/dirname (Depends-on): Add xstrndup.
10356
10357 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10358
10359         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10360         test cases, so that config.log is a bit easier to follow.
10361
10362 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10363
10364         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10365         both are 64 bits, since this seems to be the tradition, and this
10366         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10367         we ever run into a host that prefers long long to long in this
10368         case, we'll need another configure-time test.  Problem reported by
10369         Jim Meyering.
10370
10371 2006-07-02  Eric Blake  <ebb9@byu.net>
10372
10373         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10374
10375 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10376
10377         * modules/inttypes (Depends-on): No longer depends on stdint.
10378         * modules/stdint (Description): Say more about assumptions.
10379         Say that the fast types might differ.  Say macros are used.
10380         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10381         (Makefile.am): Revise list of substituted symbols to match
10382         new stdint.m4.
10383         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10384         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10385         * tests/test-stdint.c (verify_same_types)
10386         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10387         the code conforms to C99/C89.
10388         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10389         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10390
10391 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10392
10393         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10394         but fix a bug, by requiring at least 64 bits.
10395         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10396         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10397         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10398         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10399
10400         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10401         changes.  Make 2.59 a prerequisite.  Check and substitute for
10402         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10403         inttypes.h.  Do not use special include files; just use the
10404         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10405         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10406         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10407         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10408         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10409         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10410         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10411         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10412         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10413         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10414         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10415         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10416         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10417         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10418         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10419         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10420         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10421         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10422         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10423         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10424         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10425         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10426         not check for things that C99 does not require, e.g., int8_t.  If
10427         a test isn't needed unless <stdint.h> isn't working, and is
10428         unlikely to be needed for any other reason, then don't do it
10429         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10430         size_t, since we assume C89 freestanding at least.  Do not check
10431         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10432         the right thing even if the types are not defined.  Instead use:
10433         (gl_STDINT_TYPE_PROPERTIES): New macro.
10434         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10435         testing whether <sys/types.h> clashes, as Autoconf does this for
10436         us now.  All uses removed.
10437         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10438         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10439         (gl_CHECK_TYPE_SAME):
10440         Remove; no longer needed.
10441         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10442         exists, since we'll return 0 anyway in that case.
10443         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10444
10445 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10446
10447         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10448         possible collision with system files.
10449         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10450         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10451         WCHAR_MIN and WCHAR_MAX in this case.
10452         (<stddef.h>): Do not include; no longer needed.
10453         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10454         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10455         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10456         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10457         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10458         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10459         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10460         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10461         !defined(__c99))]: Include in this case too, since it's harmless
10462         now.
10463         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10464         dangerous to do so.
10465         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10466         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10467         (_STDINT_MIN, _STDINT_MAX): New macros.
10468         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10469         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10470         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10471         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10472         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10473         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10474         macros, not typedefs; this simplifies things quite a bit.
10475         Use long int for all types narrower than int64_t.
10476         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10477         Define in terms of long long int or int64_t or long int,
10478         not int64_t or int32_t.  This saves some compile-time testing.
10479         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10480         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10481         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10482         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10483         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10484         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10485         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10486         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10487         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10488         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10489         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10490         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10491         undef any previous version and define our own version, for
10492         simplicity and consistency with the new macros for types.
10493         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10494         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10495         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10496         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10497         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10498         @WINT_T_SUFFIX@ to keep things simple here.
10499         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10500         Simplify by assuming typical 8/16/32/64 host, since we're
10501         already doing that elsewhere anyway.
10502         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10503         and assume long long int is 64 bits if available.  This
10504         speeds up 'configure'.
10505
10506 2006-07-01  Eric Blake  <ebb9@byu.net>
10507
10508         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10509         Reported by Andreas Buening.
10510
10511 2006-07-01  Eric Blake  <ebb9@byu.net>
10512
10513         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10514
10515 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10516
10517         * lib/getaddrinfo.c: fixed typo
10518
10519 2006-06-29  Jim Meyering  <jim@meyering.net>
10520
10521         * modules/strftime (Maintainer): Add my name, since with the
10522         FPRINTFTIME changes strftime.c has forked from glibc.
10523
10524 2006-06-29  Eric Blake  <ebb9@byu.net>
10525
10526         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10527
10528 2006-06-29  Eric Blake  <ebb9@byu.net>
10529
10530         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10531
10532 2006-06-29  Eric Blake  <ebb9@byu.net>
10533
10534         * lib/stat_.h: New file.
10535
10536 2006-06-29  Eric Blake  <ebb9@byu.net>
10537
10538         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10539         unused static function.
10540
10541 2006-06-29  Eric Blake  <ebb9@byu.net>
10542
10543         * doc/functions.texi (Function Portability): Document missing lstat
10544         on mingw.
10545
10546 2006-06-29  Eric Blake  <ebb9@byu.net>
10547
10548         * MODULES.html.sh: Add sys_stat.
10549         * modules/sys_stat: New module.
10550         * modules/mkstemp (Depends-on): Add sys_stat.
10551
10552 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10553
10554         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10555
10556 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10557
10558         * m4/c-bs-a.m4: Removed.
10559
10560 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10561
10562         * lib/strftime.c: Assume strftime() exists.
10563
10564 2006-06-29  Derek Price  <derek@ximbiot.com>
10565
10566         * modules/c-bs-a: Removed - \a is C89.
10567         * MODULES.html.sh: Remove c-bs-a.
10568
10569 2006-06-29  Bruno Haible  <bruno@clisp.org>
10570
10571         * modules/wcwidth (License): Change to LGPL.
10572
10573 2006-06-28  Simon Josefsson  <jas@extundo.com>
10574
10575         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10576         on _WIN32.
10577
10578         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10579         getnameinfo.
10580
10581 2006-06-28  Simon Josefsson  <jas@extundo.com>
10582
10583         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10584
10585 2006-06-28  Simon Josefsson  <jas@extundo.com>
10586
10587         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10588         functions there.  It will succeed on Windows XP, but on Windows
10589         2000 and (presumably) earlier, it will fail, and use the internal
10590         re-implementation.
10591         (use_win32_p): New function.
10592         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10593         Support AI_NUMERICSERV to disable getservbyname.
10594         (getnameinfo): New function, only supports
10595         NI_NUMERICHOST|NI_NUMERICSERV for now.
10596
10597         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10598         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10599         getnameinfo.
10600
10601 2006-06-28  Eric Blake  <ebb9@byu.net>
10602
10603         * modules/wcwidth: New file.
10604         * modules/mbchar (Depends-on): Add wcwidth.
10605         * modules/mbswidth (Depends-on): Add wcwidth.
10606         * MODULES.html.sh: Add wcwidth.
10607
10608 2006-06-28  Eric Blake  <ebb9@byu.net>
10609
10610         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10611         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10612
10613 2006-06-28  Eric Blake  <ebb9@byu.net>
10614
10615         * lib/xvasprintf.h: Fix comments.
10616
10617 2006-06-28  Eric Blake  <ebb9@byu.net>
10618
10619         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10620         * lib/mbswidth.c (wcwidth): Move from here...
10621         * lib/wcwidth.h: ...to this new file.
10622
10623 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10624
10625         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10626
10627         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10628         it's obsolete.
10629         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10630
10631 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10632
10633         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10634         Autoconf 2.60 says this stuff was obsolete.
10635
10636 2006-06-28  Bruno Haible  <bruno@clisp.org>
10637
10638         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10639
10640 2006-06-28  Bruno Haible  <bruno@clisp.org>
10641
10642         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10643         gt_TYPE_WCHAR_T.
10644
10645 2006-06-28  Bruno Haible  <bruno@clisp.org>
10646
10647         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10648         declaration for wcwidth.
10649         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10650
10651 2006-06-28  Bruno Haible  <bruno@clisp.org>
10652
10653         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10654         (mkdir): Define using _mkdir.
10655
10656 2006-06-28  Bruno Haible  <bruno@clisp.org>
10657
10658         * lib/getaddrinfo.h: Fix POSIX URL.
10659         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10660         _WIN32.
10661         (use_win32_p): Make static.
10662         (getaddrinfo): Reject service name if it is empty or does not consist
10663         solely of decimal digits, or if its value is > 65535.
10664         (getnameinfo): Remove useless casts.
10665
10666 2006-06-27  Simon Josefsson  <jas@extundo.com>
10667
10668         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10669         Eggert and Martin Lambers.
10670
10671 2006-06-27  Simon Josefsson  <jas@extundo.com>
10672
10673         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10674         Eggert and Martin Lambers.
10675
10676 2006-06-27  Bruno Haible  <bruno@clisp.org>
10677
10678         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10679         result to 0, not to empty.
10680         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10681
10682 2006-06-27  Bruno Haible  <bruno@clisp.org>
10683
10684         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10685
10686 2006-06-26  Simon Josefsson  <jas@extundo.com>
10687
10688         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10689         present.
10690
10691 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10692
10693         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10694         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10695         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10696
10697 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10698
10699         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10700
10701 2006-06-26  Bruno Haible  <bruno@clisp.org>
10702
10703         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10704
10705 2006-06-26  Bruno Haible  <bruno@clisp.org>
10706
10707         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10708
10709 2006-06-26  Bruno Haible  <bruno@clisp.org>
10710
10711         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10712         SGI C compiler in pre-C99 mode.
10713         Suggested by Mark D. Baushke and Larry Jones.
10714
10715 2006-06-26  Bruno Haible  <bruno@clisp.org>
10716
10717         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10718         WCHAR_MAX.
10719         Reported by Mark D. Baushke and Larry Jones.
10720
10721 2006-06-26  Bruno Haible  <bruno@clisp.org>
10722
10723         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10724         in pre-C99 mode.
10725         Suggested by Mark D. Baushke and Larry Jones.
10726
10727 2006-06-23  Simon Josefsson  <jas@extundo.com>
10728             Bruno Haible  <bruno@clisp.org>
10729
10730         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10731         Emit mostlyclean-local rule.
10732         (func_emit_tests_Makefile_am): Likewise.
10733         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10734
10735 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10736
10737         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10738
10739 2006-06-23  Bruno Haible  <bruno@clisp.org>
10740
10741         * tests/test-stdint.c: Update to match ISO C 99 Technical
10742         Corrigendum 1.
10743
10744 2006-06-23  Bruno Haible  <bruno@clisp.org>
10745
10746         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10747
10748 2006-06-23  Bruno Haible  <bruno@clisp.org>
10749
10750         * lib/stdint_.h: Treat IRIX like OpenBSD.
10751
10752 2006-06-23  Bruno Haible  <bruno@clisp.org>
10753
10754         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10755         ISO C 99 Technical Corrigendum 1.
10756
10757 2006-06-22  Simon Josefsson  <jas@extundo.com>
10758
10759         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10760         MinGW.
10761
10762 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10763
10764         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10765         needed.  Some compiler complained about some of them.  Problem reported
10766         by Larry Jones in
10767         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10768
10769 2006-06-21  Simon Josefsson  <jas@extundo.com>
10770
10771         * tests/test-getaddrinfo.c: New file.
10772
10773         * modules/getaddrinfo-tests: New file.
10774
10775         * MODULES.html.sh: Add inet_pton.
10776
10777         * modules/inet_pton: New file.
10778
10779 2006-06-21  Simon Josefsson  <jas@extundo.com>
10780
10781         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10782         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10783         of using the (limited) gnulib implementation on Windows XP.
10784
10785         * m4/inet_pton.m4: New file.
10786
10787 2006-06-21  Simon Josefsson  <jas@extundo.com>
10788
10789         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10790         variable.
10791
10792         * lib/socket_.h: Don't define WINVER.
10793
10794         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10795         slightly modified to work in gnulib.
10796
10797 2006-06-21  Simon Josefsson  <jas@extundo.com>
10798
10799         * doc/gnulib.texi (Windows sockets): Add.
10800
10801 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10802
10803         * lib/read-file.c (fread_file): Start with buffer allocation of
10804         0 bytes rather than 1 byte; this simplifies the code.
10805         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10806         code to free buffer and save/restore errno.
10807         (internal_read_file): Remove unused local.
10808
10809 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10810
10811         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10812         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10813         Problem reported by Denis Excoffier in
10814         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10815
10816 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10817
10818         * modules/sys_socket, modules/socklen: Include sys/types since
10819         FreeBSD 4.x's sys/socket.h needs it.
10820
10821 2006-06-19  Simon Josefsson  <jas@extundo.com>
10822
10823         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10824
10825 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10826
10827         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10828
10829 2006-06-19  Bruno Haible  <bruno@clisp.org>
10830
10831         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10832         and FULL_PATH_INTTYPES_H in angle brackets.
10833         Reported by Mark D. Baushke <mdb@gnu.org>.
10834
10835 2006-06-17  Eric Blake  <ebb9@byu.net>
10836
10837         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10838         errno.
10839
10840 2006-06-17  Bruno Haible  <bruno@clisp.org>
10841
10842         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10843         <sys/inttypes.h>.
10844
10845 2006-06-17  Bruno Haible  <bruno@clisp.org>
10846
10847         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10848         whether errno is declared. Assume <errno.h> declares errno.
10849
10850 2006-06-17  Bruno Haible  <bruno@clisp.org>
10851
10852         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10853
10854 2006-06-17  Bruno Haible  <bruno@clisp.org>
10855
10856         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10857         problem on Solaris 2.5.1.
10858
10859 2006-06-16  Eric Blake  <ebb9@byu.net>
10860
10861         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10862         * lib/unicodeio.c [!defined errno]: Likewise.
10863         * lib/strtol.c [!defined errno]: Likewise.
10864         * lib/strtod.c [!defined errno]: Likewise.
10865
10866 2006-06-15  Eric Blake  <ebb9@byu.net>
10867
10868         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10869
10870 2006-06-15  Eric Blake  <ebb9@byu.net>
10871
10872         * config/srclist.txt (ssize_t.m4): Lose sync.
10873
10874 2006-06-15  Bruno Haible  <bruno@clisp.org>
10875
10876         * modules/stdint (Files): Include m4/full-header-path.m4,
10877         m4/size_max.m4, m4/wchar_t.m4.
10878         (Makefile.am): Many more substitutions.
10879         * modules/stdint-tests: New file.
10880         * tests/test-stdint.c: New file.
10881
10882 2006-06-15  Bruno Haible  <bruno@clisp.org>
10883
10884         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10885         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10886         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10887         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10888         gl_CHECK_TYPE_SAME): New macros.
10889
10890 2006-06-15  Bruno Haible  <bruno@clisp.org>
10891
10892         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10893
10894 2006-06-15  Bruno Haible  <bruno@clisp.org>
10895
10896         * lib/stdint_.h: Rewritten to be fully auto-configured.
10897         Fixes bug on HP-UX/IA64.
10898
10899 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10900
10901         * lib/getdate.y (__attribute__): Don't define if already defined.
10902         Problem reported by Larry Jones.
10903         * lib/utimens.c (__attribute__): Likewise.
10904
10905 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10906
10907         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10908         reported by Andreas Schwab.
10909
10910 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10911             Bruno Haible  <bruno@clisp.org>
10912
10913         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10914         check for the declaration of strnlen and a run test that exposes the
10915         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10916         rpl_strndup.
10917
10918 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10919             Bruno Haible  <bruno@clisp.org>
10920
10921         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10922
10923 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10924
10925         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10926         compile test, for Tru64 4.0D.
10927
10928 2006-05-28  Karl Berry  <karl@gnu.org>
10929
10930         * config/srclist.txt (printf-args.c): lose sync.
10931
10932 2006-05-26  Martin Lambers  <marlam@marlam.de>
10933
10934         * lib/getpass.c: Updates the test for the native W32 API, and adds
10935         missing includes, thus fixing compilation warnings.
10936
10937 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10938
10939         * lib/exclude.c (exclude_fnmatch): New function.
10940         (excluded_file_name): Call exclude_fnmatch.
10941         * lib/exclude.h (excluded_file_name): New prototype
10942
10943 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10944
10945         * lib/tempname.c (small_open, large_open): New macros.
10946         (__open, __open64) [!_LIBC]: Remove.
10947         (__gen_tempname): Use small_open and large_open instead of __open
10948         and __open64.  This fixes a portability bug on HP-UX 11.11i
10949         reported by Simon Wing-Tang in
10950         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10951
10952 2006-05-24  Bruno Haible  <bruno@clisp.org>
10953
10954         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10955         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10956         Reported by Thorsten Maerz <torte@netztorte.de> via
10957         Aaron Stone <aaron@serendipity.cx>.
10958
10959 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10960
10961         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10962         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10963         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10964         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10965         not really conditional on the cache.
10966         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10967
10968 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10969
10970         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10971         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10972         (my_usleep): Don't mishandle maximum value.
10973
10974 2006-05-19  Jim Meyering  <jim@meyering.net>
10975
10976         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10977
10978 2006-05-17  Bruno Haible  <bruno@clisp.org>
10979
10980         Cygwin portability.
10981         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10982
10983 2006-05-17  Bruno Haible  <bruno@clisp.org>
10984
10985         * lib/stdint_.h: Fix recognition of Cygwin.
10986
10987 2006-05-15  Bruno Haible  <bruno@clisp.org>
10988
10989         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
10990         on libtool patch by Ralf Wildenhues.
10991
10992 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10993
10994         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10995         test for C99 conformance; (bool) 0.5 is an integer constant
10996         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10997         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10998
10999 2006-05-11  Simon Josefsson  <jas@extundo.com>
11000
11001         * m4/xvasprintf.m4: Fix obvious typo.
11002
11003 2006-05-11  Jim Meyering  <jim@meyering.net>
11004
11005         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11006         James Lemley.
11007
11008 2006-05-10  Simon Josefsson  <jas@extundo.com>
11009
11010         * lib/md4.c: Typo fix, update copyright years.
11011         (K1, K2): Don't use L because it turn computations into 64-bit on
11012         64-bit platforms.
11013
11014 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11015
11016         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11017         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11018         unwanted sign propagation, e.g., on hosts with 64-bit int.
11019         There still are some problems with reeelly weird theoretical hosts
11020         (e.g., 33-bit int) but it's not worth worrying about now.
11021         * lib/sha1.c (rol): Likewise.
11022         (K1, K2, K3, K4): Remove unnecessary L suffix.
11023
11024 2006-05-10  Bruno Haible  <bruno@clisp.org>
11025
11026         * lib/des.c: Cast to avoid warnings.
11027
11028 2006-05-09  Bruno Haible  <bruno@clisp.org>
11029
11030         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11031         (Depends-on): Depend also on xsize, stdarg.
11032         (configure.ac): Add gl_XVASPRINTF.
11033
11034 2006-05-09  Bruno Haible  <bruno@clisp.org>
11035
11036         * m4/xvasprintf.m4: New file.
11037
11038 2006-05-09  Bruno Haible  <bruno@clisp.org>
11039
11040         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11041         (EOVERFLOW): Define fallback value.
11042         (xstrcat): New function.
11043         (xvasprintf): Recognize the special case of a string concatenation.
11044
11045 2006-05-08  Eric Blake  <ebb9@byu.net>
11046
11047         * gnulib-tool (func_version): Base copyright year on CVS date.
11048         (func_emit_copyright_notice): New function.
11049         (func_emit_lib_Makefile_am): Use it.
11050         (func_emit_tests_Makefile_am): Likewise.
11051         (func_import): Likewise.
11052
11053 2006-05-08  Bruno Haible  <bruno@clisp.org>
11054
11055         * modules/stdarg: New file.
11056         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11057
11058 2006-05-08  Bruno Haible  <bruno@clisp.org>
11059
11060         * m4/stdarg.m4: New file, from GNU gettext.
11061
11062 2006-05-08  Bruno Haible  <bruno@clisp.org>
11063
11064         * config/srclist.txt (build-aux/config.rpath): different from latest
11065         release.
11066
11067 2006-05-08  Bruno Haible  <bruno@clisp.org>
11068
11069         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11070
11071 2006-05-05  Jim Meyering  <jim@meyering.net>
11072
11073         * m4/warning.m4: New file, derived from bison's file by the same name.
11074
11075 2006-05-03  Bruno Haible  <bruno@clisp.org>
11076
11077         * lib/stdint_.h: Shorter URL.
11078         * lib/inttypes.h: Likewise.
11079
11080 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11081
11082         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11083
11084 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11085
11086         * lib/verify.h: Document the internals better.  Most of this change
11087         was written by Bruno Haible.
11088
11089 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11090
11091         * doc/verify.texi: New file, partly based on a proposal by
11092         Bruno Haible.
11093
11094 2006-05-02  Bruno Haible  <bruno@clisp.org>
11095
11096         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11097         test from here...
11098         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11099
11100 2006-04-29  Bruno Haible  <bruno@clisp.org>
11101
11102         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11103         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11104
11105 2006-04-29  Bruno Haible  <bruno@clisp.org>
11106
11107         * gnulib-tool: Make --update option actually work.
11108
11109 2006-04-29  Bruno Haible  <bruno@clisp.org>
11110
11111         * doc/gcd.texi: New file.
11112         * doc/gnulib.texi: Include it.
11113
11114 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11115
11116         * lib/getdate.y (get_date): When adding relative date, start with the
11117         initial time, not with the result of the first mktime call.
11118
11119 2006-04-25  Bruno Haible  <bruno@clisp.org>
11120
11121         * gnulib-tool (func_import): Output the include directives in three
11122         blocks, sorted separately.
11123         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11124
11125 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11126
11127         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11128         to define main with arguments, for C++.  Reported by Eric Blake.
11129         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11130         Prefer 'int main ()' to 'int main (void)', for C++.
11131         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11132         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11133         for 'main', for C99 and C++.
11134
11135 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11136
11137         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11138         Don't assume that exit status -1 is valid.
11139         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11140         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11141         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11142         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11143         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11144         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11145         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11146         functions can be used without declaring them, or that you can
11147         exit with status -1.
11148         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11149
11150 2006-04-24  Karl Berry  <karl@gnu.org>
11151
11152         * config/srclist.txt (longdouble.m4): sync lost.
11153
11154 2006-04-24  Eric Blake  <ebb9@byu.net>
11155
11156         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11157
11158 2006-04-24  Bruno Haible  <bruno@clisp.org>
11159
11160         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11161         poll() implementation in AIX.
11162         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11163
11164 2006-04-24  Bruno Haible  <bruno@clisp.org>
11165
11166         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11167         assigned exactly once.
11168
11169 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11170             Bruno Haible  <bruno@clisp.org>
11171
11172         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11173         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11174         for AM_CPPFLAGS.
11175
11176 2006-04-23  Bruno Haible  <bruno@clisp.org>
11177
11178         * modules/copy-file: Depend on unistd.
11179         * modules/execute: Likewise.
11180         * modules/fatal-signal: Likewise.
11181         * modules/findprog: Likewise.
11182         * modules/mkdtemp : Likewise.
11183         * modules/pipe: Likewise.
11184         * modules/wait-process: Likewise.
11185
11186 2006-04-23  Bruno Haible  <bruno@clisp.org>
11187
11188         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11189         condition was already detected.
11190         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11191
11192 2006-04-23  Bruno Haible  <bruno@clisp.org>
11193
11194         * lib/copy-file.c: Include <unistd.h> unconditionally.
11195         * lib/execute.c: Likewise.
11196         * lib/fatal-signal.c: Likewise.
11197         * lib/findprog.c: Likewise.
11198         * lib/mkdtemp.c: Likewise.
11199         * lib/pipe.h: Likewise.
11200         * lib/pipe.c: Likewise.
11201         * lib/wait-process.h: Likewise.
11202
11203 2006-04-23  Bruno Haible  <bruno@clisp.org>
11204
11205         * gnulib-tool (func_usage): Fix --import description. Document
11206         --update.
11207         (func_import): Create temporary file in a temporary directory, if
11208         --dry-run is specified. Silence errors from 'grep' when there are no
11209         m4 files in $m4dir.
11210         (func_create_testdir): Silence errors from 'grep' when there are no
11211         m4 files in $m4dir.
11212         Reported by Karl Berry <karl@freefriends.org>.
11213
11214 2006-04-20  Bruno Haible  <bruno@clisp.org>
11215
11216         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11217         one argument, so that the code will be portable to Autoconf 2.60.
11218         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11219         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11220         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11221
11222 2006-04-19  Derek Price  <derek@ximbiot.com>
11223             Eric Blake  <ebb9@byu.net>
11224
11225         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11226         rather than "/full/path.h".  Update comment to match.  Shorten &
11227         generalize m4_translit call via AS_TR_CPP.
11228
11229 2006-04-19  Derek Price  <derek@ximbiot.com>
11230             Eric Blake  <ebb9@byu.net>
11231
11232         * lib/inttypes.h: Correct grammar in comment.
11233
11234 2006-04-18  Derek Price  <derek@ximbiot.com>
11235             Paul Eggert  <eggert@cs.ucla.edu>
11236
11237         * modules/inttypes: New file.
11238         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11239
11240 2006-04-18  Derek Price  <derek@ximbiot.com>
11241             Paul Eggert  <eggert@cs.ucla.edu>
11242
11243         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11244         New files.
11245
11246 2006-04-18  Derek Price  <derek@ximbiot.com>
11247             Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * lib/inttypes.h: New file.
11250         * lib/strtoimax.c: Assume <inttypes.h>.
11251
11252 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11253
11254         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11255         isn't mounted.  Problem reported by Kir Kolyshkin.
11256
11257 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11258
11259         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11260         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11261         Derek R. Price.
11262         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11263         implementation.
11264
11265 2006-04-12  Eric Blake  <ebb9@byu.net>
11266
11267         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11268         is now done automatically by the corresponding Autoconf macro.
11269
11270 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11271
11272         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11273         time_r.h.
11274
11275 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         Merge regex changes from libc, removing some of our
11278         POSIX-conformance changes that were rejected and redoing them in a
11279         less-intrusive way.
11280
11281         * lib/regcomp.c (re_compile_internal, init_dfa):
11282         Length arg is now size_t, not Idx.  All uses changed.
11283         (peek_token): Forward decl now says internal_function.
11284         (__re_error_msgid, __re_error_msgid_idx):
11285         Now static rather than extern with attribute_hidden.
11286         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11287         For some reason libc prefers K&R style defns for external functions.
11288         (regerror) [!defined _LIBC]: Likewise.
11289         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11290         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11291         (build_range_exp, build_collating_symbol):
11292         Use K&R-style defn.
11293         (re_compile_fastmap): Use '\0' to memset, not 0.
11294         (utf8_sb_map): Make the calculations more obvious.
11295         (init_dfa, parse_bracket_exp, build_charclass_op):
11296         Call calloc and cast result, as glibc does.
11297         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11298         (build_range_exp, build_collating_symbol):
11299         Now internal functions.
11300
11301         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11302
11303         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11304         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11305         Don't depend on VMS; depend on __VMS instead, for POSIX
11306         namespace cleanness.
11307         (regoff_t): Define to ssize_t, not long int.
11308
11309         Remove the REG_ macros named below.  Instead, make the old names
11310         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11311         __USE_GNU_REGEX.
11312         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11313         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11314         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11315         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11316         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11317         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11318         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11319         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11320         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11321         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11322         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11323         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11324         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11325         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11326         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11327         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11328         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11329         (REG_NREGS):
11330         Remove.  All uses replaced by the old RE_* names.
11331         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11332         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11333         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11334         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11335         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11336         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11337         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11338         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11339         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11340         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11341         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11342         Don't bother having these macros be independent of each others'
11343         values, since they no longer exist in the POSIX name space.
11344
11345         Rename the following member names back to their old names,
11346         unless !__USE_GNU_REGEX.  All uses changed back.
11347         (buffer): Renamed from re_buffer.
11348         (allocated): Renamed from re_allocated.
11349         (used): Renamed from re_used.
11350         (syntax): Renamed from re_syntax.
11351         (fastmap): Renamed from re_fastmap.
11352         (translate): Renamed from re_translate.
11353         (can_be_null): Renamed from re_can_be_null.
11354         (regs_allocated): Renamed from re_regs_allocated.
11355         (fastmap_accurate): Renamed from re_fastmap_accurate.
11356         (no_sub): Renamed from re_no_sub.
11357         (not_bol): Renamed from re_not_bol.
11358         (not_eol): Renamed from re_not_eol.
11359         (newline_anchor): Renamed from re_newline_anchor.
11360         (num_regs): Renamed from rm_num_regs.
11361         (start): Renamed from rm_start.
11362         (end): Renamed from rm_end.
11363
11364         (free_state): Move up a bit.
11365
11366         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11367         #define to be empty.
11368         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11369         when that is what is intended.
11370         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11371         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11372         (MAX): New macro.
11373         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11374         All uses changed back to re_malloc, etc.  It's now the caller's
11375         responsibility to check for overflow; all callers changed.
11376         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11377         (re_x2nrealloc): Remove.
11378         (free_state): Remove decl.
11379
11380         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11381         (re_set_registers, re_exec):
11382         Use K&R-style defn.
11383
11384         2006-01-31  Roland McGrath  <roland@redhat.com>
11385
11386         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11387         Reported by Mike Frysinger <vapier@gentoo.org>.
11388
11389         2006-01-15  Andreas Jaeger  <aj@suse.de>
11390
11391         [BZ #1950]
11392         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11393         build_wcs_upper_buffer change.
11394         (build_wcs_upper_buffer): Change return type.
11395
11396         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11397
11398         * lib/regex_internal.h: Include <stdint.h> if available.
11399
11400         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11401
11402         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11403
11404         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11405
11406         * lib/regcomp.c: Adjust for changed secondary hash function.
11407
11408         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11409
11410         * lib/regex.h: Pretty printing.
11411         Clean up namespace a bit.
11412
11413         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11414
11415         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11416         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11417
11418         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11419                     Ulrich Drepper  <drepper@redhat.com>
11420
11421         [BZ #1302]
11422         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11423         changed.
11424         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11425
11426         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11427
11428         [BZ #281]
11429         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11430         * lib/regcomp.c: Remove unnecessary uses of
11431         unsigned RE_TRANSLATE_TYPE.
11432         * lib/regex_internal.h: Likewise.
11433         * lib/regex_internal.c: Likewise.
11434         * lib/regexec.c: Likewise.
11435         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11436
11437         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11438
11439         * lib/regexec.c (find_recover_state): Remove unnecessary
11440         initialization.
11441         (transit_state_bkref): Make DFA a const pointer.
11442         (get_subexp): Likewise.
11443         (check_arrival): Likewise.
11444         (update_cur_sifted_state): Likewise.
11445         (re_search_internal): Likewise.
11446         (prune_impossible_nodes): Likewise.
11447         (acquire_init_state_context): Likewise.
11448         (proceed_next_node): Likewise.
11449         (set_regs): Likewise.
11450         (free_fail_stack_return): Likewise.
11451         (check_arrival_expand_ecl): Mark DFA parameter as const.
11452         (check_arrival_expand_ecl_sub): Likewise.
11453         (check_subexp_limits): Likewise.
11454         (sub_epsilon_src_nodes):  Likewise.
11455         (add_epsilon_src_nodes):  Likewise.
11456         (merge_state_array): Likewise.
11457         (update_regs): Likewise.
11458         (build_trtable): Likewise.
11459         (sift_states_backward): Mark MCTX parameter as const.
11460         (build_sifted_states): Likewise.
11461         (update_cur_sifted_state): Likewise.
11462         (sift_states_mkref): Likewise.
11463         (check_arrival_expand_ecl): Mark eclosure as const.
11464         (check_dst_limits_calc_pos_1): Likewise.
11465         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11466         pointer.
11467
11468         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11469
11470         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11471         (transit_state_sb): Likewise.
11472         (transit_state_mb): Likewise.
11473         (sift_states_iter_mb): Likewise.
11474         (check_arrival_add_next_nodes): Likewise.
11475         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11476         [_LIBC] (re_search_2_stub): Use mempcpy.
11477
11478         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11479         mbrtowc for very simple UTF-8 case.
11480
11481         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11482         a pointer-to-const.
11483         (re_acquire_state_context): Likewise.
11484         * lib/regex_internal.h: Adjust prototypes.
11485
11486         * lib/regex.c: Prevent using C++ compilers.
11487
11488         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11489         (re_acquire_state_context): Likewise.
11490
11491 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11492
11493         * modules/regex (Depends-on): Add ssize_t.
11494
11495 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11496
11497         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11498         translation table.
11499
11500 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11501
11502         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11503
11504 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11505             Bruno Haible  <bruno@clisp.org>
11506
11507         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11508         <sys/types.h> and <inttypes.h>.
11509
11510 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11511
11512         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11513         `__error_t_defined', so argp.h will not typedef the former.
11514
11515 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11516
11517         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11518         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11519         glibc names.  Even if glibc is changed to conform to POSIX, the
11520         traditional names will be available anyway, since regex depends on
11521         the extensions module.  Also, fix a longstanding typo in the
11522         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11523         reported by Emanuele Giaquinta.  Also, change sense of cached
11524         variable, so that the message makes sense.
11525
11526 2006-03-24  Simon Josefsson  <jas@extundo.com>
11527
11528         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11529         including some doc fixes.
11530         (base64_encode_alloc): Fix +1 bug on allocation failures.
11531
11532 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11533
11534         * lib/base64.c (base64_encode): Do not read past end of array with
11535         unsanitized input on systems with CHAR_BIT > 8.
11536
11537 2006-03-24  Eric Blake  <ebb9@byu.net>
11538
11539         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11540
11541 2006-03-22  Karl Berry  <karl@gnu.org>
11542
11543         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11544         * config/srclistvars.sh (COREUTILS): new var.
11545
11546 2006-03-17  Jim Meyering  <jim@meyering.net>
11547
11548         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11549         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11550
11551 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11554         no longer needs it.  Instead, check that regoff_t is as least
11555         as wide as ptrdiff_t.
11556
11557         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11558         so that our regex.h stays compatible with the installed regex.
11559         This is helpful for installers who configure --without-included-regex.
11560         Problem reported by Emanuele Giaquinta.
11561
11562 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11563
11564         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11565         Typedef to long int, not to off_, as POSIX will likely change
11566         in that direction.
11567
11568 2006-03-15  Eric Blake  <ebb9@byu.net>
11569
11570         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11571
11572 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11573
11574         * lib/argp-help.c (validate_uparams): Fix typo
11575         * lib/argp-parse.c (argp_default_options): Consistently begin help
11576         messages with a lowercase letter.
11577
11578 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11579
11580         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11581         overrun buffers and shouldn't be used (much as gets shouldn't be
11582         used).
11583         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11584
11585 2006-03-08  Simon Josefsson  <jas@extundo.com>
11586
11587         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11588         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11589
11590 2006-03-08  Simon Josefsson  <jas@extundo.com>
11591
11592         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11593         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11594
11595 2006-03-08  Simon Josefsson  <jas@extundo.com>
11596
11597         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11598         signal that configure disabled the device.
11599
11600 2006-03-08  Simon Josefsson  <jas@extundo.com>
11601
11602         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11603         languages.
11604
11605 2006-03-07  Simon Josefsson  <jas@extundo.com>
11606
11607         * modules/getopt (Depends-on): Add unistd.
11608
11609         * modules/unistd: New file.
11610
11611 2006-03-07  Simon Josefsson  <jas@extundo.com>
11612
11613         * modules/gc-random: New file.
11614
11615 2006-03-07  Simon Josefsson  <jas@extundo.com>
11616
11617         * m4/unistd_h.m4: New file.
11618
11619 2006-03-07  Simon Josefsson  <jas@extundo.com>
11620
11621         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11622         test to be side-effect free by storing the result in the cache
11623         variable gl_cv_lib_readline, and moving the assignment of
11624         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11625         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11626
11627 2006-03-07  Simon Josefsson  <jas@extundo.com>
11628
11629         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11630         error on missing devices (the functions will return an error).
11631
11632         * m4/gc.m4: Move random stuff to gc-random.m4
11633
11634 2006-03-07  Simon Josefsson  <jas@extundo.com>
11635
11636         * lib/unistd_.h: New file.
11637
11638 2006-03-07  Simon Josefsson  <jas@extundo.com>
11639
11640         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11641
11642 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11643
11644         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11645         Problem reported by Juan Manuel Guerrero.
11646
11647 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11648
11649         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11650         the unistd module.
11651         * lib/getlogin_r.c: Likewise.
11652         * lib/getlogin_r.h: Likewise.
11653         * lib/glob.c: Likewise.
11654         * lib/pagealign_alloc.c: Likewise.
11655         * lib/unistd_.h: Remove; no longer needed.
11656
11657 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11658
11659         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11660         Add unistd.
11661         * modules/c-stack (Depends-on): Add unistd.
11662         * modules/getlogin_r: Likewise.
11663         * modules/glob: Likewise.
11664         * modules/pagealign_alloc: Likewise.
11665         * modules/unistd (Files): Remove lib/unistd_.h.
11666         (EXTRA_DIST): Remove.
11667         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11668         need unistd_.h.
11669         (MOSTLYCLEANFILES): Remove unistd.h-t.
11670
11671 2006-03-03  Simon Josefsson  <jas@extundo.com>
11672
11673         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11674
11675 2006-03-03  Simon Josefsson  <jas@extundo.com>
11676
11677         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11678         libidn and bison.
11679
11680 2006-03-03  Simon Josefsson  <jas@extundo.com>
11681
11682         * build-aux/maint.mk: Add indent target.
11683
11684 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11685
11686         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11687         our replacement poll.h in any case, to avoid a differing
11688         declaration from a system header.  Seen on AIX.
11689
11690 2006-03-01  Simon Josefsson  <jas@extundo.com>
11691
11692         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11693         <kasal@ucw.cz>.
11694
11695 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11696
11697         * modules/gettime (Depends-on): Add extensions module.
11698         * modules/nanosleep (Depends-on): Likewise.
11699         * modules/settime (Depends-on): Likewise.
11700
11701 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11702
11703         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11704         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11705         pedantically.
11706         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11707         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11708
11709         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11710         not "==".  Reported by Ralf Wildenhues.
11711
11712 2006-03-01  Karl Berry  <karl@gnu.org>
11713
11714         * doc/Copyright/request-*: new files, synced from gnuorg.
11715
11716 2006-03-01  Karl Berry  <karl@gnu.org>
11717
11718         * config/srclist.txt (Copyright/*): new entries.
11719
11720 2006-02-28  Simon Josefsson  <jas@extundo.com>
11721
11722         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11723
11724 2006-02-27  Simon Josefsson  <jas@extundo.com>
11725
11726         * lib/base64.h: Indent #define's.  From Jim Meyering
11727         <jim@meyering.net>.
11728
11729 2006-02-27  Jim Meyering  <jim@meyering.net>
11730
11731         Revert the change of 2006-02-24, so these files can continue
11732         to be sync'd from gettext.
11733         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11734         of `config.h'.
11735
11736 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11737
11738         * modules/intprops: New file.
11739         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11740         Add intprops.
11741         * modules/getloadavg (Files): Remove lib/intprops.h.
11742         (Depends-on): Add intprops.
11743         * modules/human: Likewise.
11744         * modules/inttostr: Likewise.
11745         * modules/openat: Likewise.
11746         * modules/sig2str: Likewise.
11747         * modules/userspec: Likewise.
11748         * modules/utimecmp: Likewise.
11749         * modules/xnanosleep: Likewise.
11750         * modules/xstrtol: Likewise.
11751
11752 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11753
11754         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11755         * modules/lock-tests (TESTS): Use $(EXEEXT).
11756         * modules/tls-tests: Likewise.
11757         * modules/argp-tests: Likewise.
11758         (check_PROGRAMS): New var, replacing...
11759         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11760
11761 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11762
11763         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11764         `config.h'.
11765
11766 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11767
11768         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11769
11770 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11771
11772         Sync from coreutils.
11773         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11774         gl_CHDIR_SAFER.
11775
11776 2006-02-22  Jim Meyering  <jim@meyering.net>
11777
11778         Sync from coreutils.
11779         * m4/chdir-safer.m4: New file.
11780
11781 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11782
11783         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11784         AT_FDCWD exceeds INT_MAX.
11785         * lib/openat.h (AT_FDCWD): Likewise.
11786
11787 2006-02-17  Eric Blake  <address@hidden>
11788
11789         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11790
11791 2006-02-16  Simon Josefsson  <jas@extundo.com>
11792
11793         * modules/getaddrinfo (Depends-on): Add sys_socket.
11794
11795 2006-02-15  Simon Josefsson  <jas@extundo.com>
11796
11797         * build-aux/maint.mk: Add dsyntax-check rule.
11798
11799 2006-02-15  Eric Blake  <ebb9@byu.net>
11800
11801         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11802         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11803         'present but cannot compile' warnings on cygwin.
11804         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11805         use ws2tcpip.h if sys/socket.h works.
11806         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11807         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11808
11809 2006-02-14  Simon Josefsson  <jas@extundo.com>
11810
11811         * modules/maintainer-makefile (Files): Rename.
11812
11813         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11814         and (the local) Makefile.cfg to maint-cfg.mk.
11815
11816         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11817         to the latter.
11818
11819         * modules/maintainer-makefile: New module.
11820
11821         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11822         severaly stripped to make it possible to build it up from scratch
11823         with reliable tests.
11824
11825         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11826         fixes to permit overriding the default actions when configure and
11827         makefile are not available.
11828
11829 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         Sync from coreutils.
11832         * modules/lstat (Depends-on): Don't depend on xalloc.
11833         (License): Change from GPL to LGPL, since this is now simply a
11834         replacement for a libc function.
11835
11836 2006-02-14  Jim Meyering  <jim@meyering.net>
11837
11838         Sync from coreutils.
11839
11840         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11841         failure on deficient systems, and simplify gnulib lgpl dependencies.
11842         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11843         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11844
11845         * lib/xalloc-die.c: Remove unused definition of N_.
11846
11847 2006-02-14  Jim Meyering  <jim@meyering.net>
11848
11849         Sync from coreutils.
11850         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11851         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11852         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11853         double-quote uses of that variable, to accommodate the rare case in
11854         which getmntent is available in none of the libraries checked.  This
11855         happens at least on FreeBSD 5.0.
11856
11857 2006-02-13  Simon Josefsson  <jas@extundo.com>
11858
11859         * gnulib-tool (Usage): Fix --import, from
11860         karl@freefriends.org (Karl Berry).
11861
11862 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11863
11864         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11865
11866 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11867
11868         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11869         "autoupdate" on 2005-12-12.
11870
11871 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         * modules/closeout (Depends-on): Remove atexit.
11874
11875 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11878         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11879
11880 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11881
11882         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11883         __EXTENSIONS__ if this causes compilation to fail.  Problem
11884         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11885         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11886
11887 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11890         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11891         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11892         All uses changed.
11893
11894 2006-01-26  Simon Josefsson  <jas@extundo.com>
11895
11896         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11897         prototype is visible on mingw32.
11898
11899         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11900         for mingw32.
11901
11902         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11903         mingw32).
11904
11905 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11906
11907         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11908         attempt to open for write; this always fails, at least on POSIX
11909         hosts.  This reinstates the 2006-01-09 change, which was
11910         inadvertently removed.
11911
11912 2006-01-26  Bruno Haible  <bruno@clisp.org>
11913
11914         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11915         Reported by Paul Eggert.
11916
11917 2006-01-26  Bruno Haible  <bruno@clisp.org>
11918             Paul Eggert  <eggert@cs.ucla.edu>
11919
11920         * lib/stdbool_.h (_Bool)
11921         [(! (defined __cplusplus || defined __BEOS__)
11922           && !defined __GNUC__
11923           && !(defined __HP_cc || defined __xlc__
11924                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11925                || defined __sgi))]:
11926         #define to signed char in these cases too; this simplifies
11927         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11928         etc., separately) and makes it more conservative.
11929
11930 2006-01-25  Simon Josefsson  <jas@extundo.com>
11931
11932         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11933         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11934         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11935
11936 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11937
11938         * lib/argp-namefrob.h: Bugfix. Remove stray #
11939
11940 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11941
11942         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11943         so that we test the test.
11944         Check for yet another HP-UX cc bug involving *bool |= bool.
11945
11946 2006-01-25  Karl Berry  <karl@gnu.org>
11947
11948         * config/srclist.txt (vasnprintf.c): sync lost.
11949
11950 2006-01-25  Jim Meyering  <jim@meyering.net>
11951
11952         Sync from the stable (b5) branch of coreutils:
11953
11954         * lib/fts.c (fts_children): Don't let close() clobber errno from
11955         failed fchdir().
11956
11957         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11958         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11959         a dangling symlink.  That can also happen at least for ELOOP.
11960         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11961         FYI, this bug predates the inclusion of fts.c in coreutils.
11962
11963         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11964         in their own block, so pre-c99 compilers don't object.
11965
11966         Avoid the double-free (first in fts_read, second in fts_close) that
11967         would occur when an `active' directory is made inaccessible (e.g.,
11968         via chmod a-x) during a traversal.
11969         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11970         before returning.  Reproduce this failure by
11971         mkdir -p a/b; cd a; chmod a-x . b
11972         Reported by Stavros Passas.
11973
11974 2006-01-25  Jim Meyering  <jim@meyering.net>
11975
11976         * lib/fileblocks.c: Remove more useless parentheses.
11977         * lib/readutmp.h: Likewise.
11978
11979 2006-01-25  Bruno Haible  <bruno@clisp.org>
11980
11981         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11982         warnings.
11983         Reported by Paul Eggert.
11984
11985 2006-01-25  Bruno Haible  <bruno@clisp.org>
11986
11987         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
11988         rid of a trap command. For Solaris sh.
11989         Reported by Mark D. Baushke <mdb@gnu.org>.
11990
11991 2006-01-24  Simon Josefsson  <jas@extundo.com>
11992
11993         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
11994         Bruno.
11995
11996 2006-01-24  Karl Berry  <karl@gnu.org>
11997
11998         * config/srclist.txt (argp-namefrob.h): sync lost.
11999
12000 2006-01-24  Jim Meyering  <jim@meyering.net>
12001
12002         * modules/openat (Files): Add lib/intprops.h.
12003         From Mark D. Baushke.
12004
12005 2006-01-24  Jim Meyering  <jim@meyering.net>
12006
12007         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12008         Reported by Mark D. Baushke.
12009
12010 2006-01-24  Jim Meyering  <jim@meyering.net>
12011
12012         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12013
12014 2006-01-24  Bruno Haible  <bruno@clisp.org>
12015
12016         * modules/strnlen (Maintainer): Change from glibc to all.
12017
12018 2006-01-24  Bruno Haible  <bruno@clisp.org>
12019
12020         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12021         Patch by Paul Eggert.
12022
12023 2006-01-24  Bruno Haible  <bruno@clisp.org>
12024
12025         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12026         already has it.
12027         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12028         2005-11-26.
12029
12030         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12031         'signed char' to avoid problems with the built-in _Bool type.
12032         Reported by Paul Eggert on 2005-11-26.
12033
12034 2006-01-24  Bruno Haible  <bruno@clisp.org>
12035
12036         * gnulib-tool (func_import): Avoid constructing complicated sed
12037         expressions inside backquote.
12038         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12039
12040 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12041
12042         These changes imported from libc.
12043         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12044         test and two separate function calls.
12045         * lib/strndup.c (__strndup): Add libc_hidden_def.
12046
12047 2006-01-23  Simon Josefsson  <jas@extundo.com>
12048
12049         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12050         Remove the test_*_SOURCES variable: automake infers it by default.
12051         * modules/tls-tests: Likewise.
12052
12053 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12054
12055         Work around porting bugs reported by Dieter in
12056         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12057         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12058         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12059         Include "getopt.h" first, to check interface.
12060         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12061         !HAVE_DECL_GETENV.
12062         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12063         (__strndup): Revert to K&R-style function dfns, the glibc style.
12064         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12065         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12066         Include strnlen.h first, to get prototype properly.
12067         (strnlen): Renamed from __strnlen.
12068         Remove weak alias.
12069
12070 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12071
12072         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12073
12074 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12075
12076         * config/srclist.txt: Adjust to reflect glibc reorganization.
12077         This affects only comments.
12078
12079 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12080
12081          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12082          Reported by Bruce Korb <bkorb@gnu.org>.
12083
12084 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12085
12086         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12087         to pacify gcc -Wswitch-default.
12088
12089 2006-01-22  Bruno Haible  <bruno@clisp.org>
12090
12091         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12092         temporary buffer for sprintf, take into account the precision also
12093         for 'd', 'i', 'u', 'o', 'x', 'X'.
12094
12095 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12096
12097         * modules/argp-tests: New module
12098         * tests/test-argp.c: New file
12099         * tests/test-argp-2.sh: New file
12100
12101 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12102
12103         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12104         (__argp_base_name): Removed
12105         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12106         typo.
12107         (__argp_base_name): Provide macro definition or extern declaration
12108         depending on the configuration
12109
12110 2006-01-20  Simon Josefsson  <jas@extundo.com>
12111
12112         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12113
12114 2006-01-20  Simon Josefsson  <jas@extundo.com>
12115
12116         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12117
12118 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12119
12120         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12121         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12122         Suggested by Bruno Haible.
12123
12124 2006-01-20  Karl Berry  <karl@gnu.org>
12125
12126         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12127         until changes propagate, I guess.
12128
12129 2006-01-19  Simon Josefsson  <jas@extundo.com>
12130
12131         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12132
12133 2006-01-19  Simon Josefsson  <jas@extundo.com>
12134
12135         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12136
12137 2006-01-19  Simon Josefsson  <jas@extundo.com>
12138
12139         * gnulib-tool: Set check_PROGRAMS.
12140
12141         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12142         modules/des-tests, modules/gc-arcfour-tests,
12143         modules/gc-arctwo-tests, modules/gc-des-tests,
12144         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12145         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12146         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12147         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12148         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12149         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12150         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12151         test_*_SOURCES.
12152
12153 2006-01-18  Simon Josefsson  <jas@extundo.com>
12154
12155         * modules/socklen (Depends-on): Depend on sys_socket.
12156
12157 2006-01-18  Simon Josefsson  <jas@extundo.com>
12158
12159         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12160         modules/des-tests, modules/gc-arcfour-tests,
12161         modules/gc-arctwo-tests, modules/gc-des-tests,
12162         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12163         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12164         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12165         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12166         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12167         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12168         $(EXEEXT) to automake TESTS variable, for mingw32.
12169
12170 2006-01-17  Simon Josefsson  <jas@extundo.com>
12171
12172         * modules/socklen (Include): Need sys/socket.h.
12173
12174 2006-01-17  Bruno Haible  <bruno@clisp.org>
12175
12176         * modules/ssize_t (Include): Add <sys/types.h>.
12177
12178 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12181         it's not portable and it doesn't work with cross-compiles.
12182         Problem reported by Bruno Haible.  Fix missing-$ typo in
12183         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12184         -zignore from being used with Sun's C compiler.
12185
12186 2006-01-12  Simon Josefsson  <jas@extundo.com>
12187
12188         * lib/base64.c: Fix warning, reported by Bruno Haible
12189         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12190
12191 2006-01-12  Bruno Haible  <bruno@clisp.org>
12192
12193         * modules/ldd: New file.
12194         * build-aux/ldd.sh.in: New file.
12195         * MODULES.html.sh (Support for building libraries and executables): Add
12196         ldd.
12197
12198 2006-01-12  Bruno Haible  <bruno@clisp.org>
12199
12200         * m4/ldd.m4: New file.
12201
12202 2006-01-12  Bruno Haible  <bruno@clisp.org>
12203
12204         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12205         endless loop while replacing $auxdir with build-aux.
12206
12207 2006-01-11  Simon Josefsson  <jas@extundo.com>
12208
12209         * lib/stdint_.h (SIZE_MAX): Add missing (.
12210
12211 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12212
12213         Sync from coreutils.
12214         * lib/md5.c: Fix commentary typos.
12215         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12216         * lib/md5.h (__attribute__): Remove; unused.
12217         * lib/sha1.c: Fix commentary to match md5 better.
12218         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12219         so that we don't need to worry about alignment.  All uses changed.
12220         This merges the 2005-10-28 md5 change into sha1.
12221
12222 2006-01-11  Jim Meyering  <jim@meyering.net>
12223
12224         Sync from coreutils.
12225         * lib/md5.c (OP): Fix spacing.
12226
12227 2006-01-11  Bruno Haible  <bruno@clisp.org>
12228
12229         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12230         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12231         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12232
12233 2006-01-11  Bruno Haible  <bruno@clisp.org>
12234
12235         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12236         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12237         the "early" section as well.
12238
12239 2006-01-11  Bruno Haible  <bruno@clisp.org>
12240
12241         Avoid "ar: no archive members specified" error on MacOS X.
12242         * gnulib-tool (func_modules_add_dummy): New function.
12243         (func_import, func_create_testdir): Invoke it.
12244
12245 2006-01-11  Bruno Haible  <bruno@clisp.org>
12246
12247         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12248         with $auxdir in AC_CONFIG_FILES statements.
12249
12250 2006-01-11  Bruno Haible  <bruno@clisp.org>
12251
12252         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12253         Initialize also noinst_HEADERS to empty.
12254
12255 2006-01-11  Bruno Haible  <bruno@clisp.org>
12256
12257         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12258         variables.
12259         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12260         autoreconf.
12261
12262 2006-01-11  Bruno Haible  <bruno@clisp.org>
12263
12264         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12265         overridable by the user.
12266         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12267
12268 2006-01-10  Simon Josefsson  <jas@extundo.com>
12269
12270         * modules/sys_socket: New file.
12271
12272 2006-01-10  Simon Josefsson  <jas@extundo.com>
12273
12274         * m4/sys_socket_h.m4: New file.
12275
12276 2006-01-10  Simon Josefsson  <jas@extundo.com>
12277
12278         * lib/socket_.h: New file.
12279
12280 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12281
12282         * modules/readutmp (Maintainer): Add myself.
12283
12284 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12285
12286         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12287         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12288         People who are still concerned with buggy memcmp implementations
12289         can invoke gl_FUNC_MEMCMP themselves.
12290
12291 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12292
12293         * lib/regex_internal.h (BITSET_WORD_BITS):
12294         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12295         preprocessor mishandles large unsigned values as if they were signed.
12296         Problem reported by Claudio Fontana in
12297         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12298
12299 2006-01-10  Jim Meyering  <jim@meyering.net>
12300
12301         Avoid the double-free (first in fts_read, second in fts_close) that
12302         would occur when an `active' directory is made inaccessible (e.g.,
12303         via chmod a-x) during a traversal.
12304         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12305         before returning.  Reproduce this failure by
12306         mkdir -p a/b; cd a; chmod a-x . b
12307         Reported by Stavros Passas.
12308
12309         Sync from coreutils.
12310         * lib/sha1.c: Tweak grammar in a comment.
12311
12312 2006-01-10  Jim Meyering  <jim@meyering.net>
12313
12314         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12315         Patch by Joerg Sonnenberger.
12316
12317 2006-01-10  Bruno Haible  <bruno@clisp.org>
12318
12319         * modules/readutmp: Depend on module free.
12320         * modules/strtok_r: Depend on module restrict.
12321
12322 2006-01-10  Bruno Haible  <bruno@clisp.org>
12323
12324         * modules/gettext (configure.ac): Add an invocation of
12325         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12326
12327 2006-01-10  Bruno Haible  <bruno@clisp.org>
12328
12329         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12330         Reported by Werner Lemberg <wl@gnu.org>.
12331
12332 2006-01-10  Bruno Haible  <bruno@clisp.org>
12333
12334         * lib/localcharset.c: Update from GNU gettext.
12335
12336 2006-01-10  Bruno Haible  <bruno@clisp.org>
12337
12338         * lib/argp.h (__const): Remove macro. Use const instead.
12339         * lib/argp-fmtstream.h (__const): Likewise.
12340         * lib/glob_.h (__const): Remove macro.
12341         * lib/glob-libc.h: Use const instead of __const.
12342
12343 2006-01-10  Bruno Haible  <bruno@clisp.org>
12344
12345         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12346         variable.
12347         Needed to avoid an automake error regarding the 'gettext' module.
12348
12349 2006-01-09  Simon Josefsson  <jas@extundo.com>
12350
12351         * modules/inet_ntop (Depends-on): Add restrict.
12352
12353 2006-01-09  Simon Josefsson  <jas@extundo.com>
12354
12355         * modules/gc-rijndael-tests (License): Put under LGPL.
12356
12357         * modules/gc-des-tests (License): Likewise.
12358
12359         * modules/gc-arcfour-tests (License): Likewise.
12360
12361         * modules/gc-arctwo-tests (License): Likewise.
12362
12363         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12364
12365         * modules/gc-hmac-sha1-tests (Files): Likewise.
12366
12367         * modules/gc-hmac-md5-tests (License): Likewise.
12368
12369         * modules/gc-sha1-tests (License): Likewise.
12370
12371         * modules/gc-md5-tests (License): Likewise.
12372
12373         * modules/gc-md4-tests (License): Likewise.
12374
12375         * modules/gc-md2-tests (License): Likewise.
12376
12377         * modules/gc-tests (License): Likewise.
12378
12379         * modules/des-tests (License): Likewise.
12380
12381         * modules/md4-tests (License): Likewise.
12382
12383         * modules/md2-tests (License): Likewise.
12384
12385 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12386
12387         Sync from coreutils:
12388
12389         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12390         * modules/lib-ignore: New file.
12391         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12392         chdir-safer.m4, lchmod.m4.
12393         * modules/openat: Add mkdirat.c, openat-priv.h.
12394
12395 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12396
12397         Sync from coreutils.
12398         * m4/lib-ignore.m4: New file.
12399         * m4/lchmod.m4: New file.
12400
12401 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12402
12403         Sync from coreutils.
12404         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12405         for write access: POSIX says that must fail.
12406         * lib/fts.c (diropen): Likewise.
12407         * lib/save-cwd.c (save_cwd): Likewise.
12408         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12409         well, for minor improvements on hosts that lack O_DIRECTORY.
12410         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12411         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12412         Fall back on chown if open failed with EACCES.
12413
12414         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12415         Report an error at compile-time if only a 1-second nominal clock
12416         resolution is found.
12417
12418         * lib/lchmod.h: New file.
12419         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12420         (make_dir_parents): Use lchown rather than chown, and
12421         lchmod rather than chmod.
12422
12423         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12424         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12425         "proc" reported by n0dalus.
12426
12427         * lib/mountlist.c: Include <limits.h>.
12428         (dev_from_mount_options)
12429         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12430         New function.  It no longer assumes "dev=" has the System V meaning
12431         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12432         (read_file_system_list)
12433         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12434         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12435         dev= in that case.
12436
12437         * lib/posixtm.h (PDS_PRE_2000): New macro.
12438         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12439         allow_century.  All usages changed.  Reject dates outside the range
12440         1969-1999 if PDS_PRE_2000 is used.
12441
12442 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12443
12444         Sync from coreutils.
12445         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12446         (Time of day items): Mention the possibility of leap seconds.
12447         Problem reported by Dr. David Alan Gilbert.
12448
12449 2006-01-09  Jim Meyering  <jim@meyering.net>
12450
12451         Sync from coreutils.
12452
12453         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12454
12455         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12456
12457         * lib/modechange.c (mode_compile): Reject an invalid mode string
12458         that starts with an octal digit.  From Andreas Gruenbacher.
12459
12460         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12461         and dup to open_safer and dup_safer, respectively.
12462         (openat_permissive): Fix typo in comment.
12463
12464         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12465         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12466         (_): Remove; no longer needed.
12467         (openat): Renamed from rpl_openat; no need for rpl_openat
12468         since openat.h renames openat for us.
12469         Replace most of the body with a call to openat_permissive,
12470         to avoid duplicate code.
12471         Port to (probably hypothetical) environments were mode_t is
12472         wider than int.
12473         (openat_permissive): Require mode arg, so that we can check
12474         types better.  Put it just after flags.  Change cwd failure
12475         indicator from pointer-to-bool to pointer-to-errno-value.
12476         All callers changed.
12477         Invoke openat_save_fail and/or openat_restore_fail if
12478         cwd_errno is null, so that openat can call us.
12479         (openat_permissive, fdopendir, fstatat, unlinkat):
12480         Simplify errno handling to avoid some duplicate code,
12481         as it's OK to set errno on success.
12482         * lib/openat.h: Revamp code so that function macros depend on
12483         __OPENAT_PREFIX only, not also on AT_FDCWD.
12484         (openat_ro): Remove.  Caller changed to use openat_permissive.
12485         (openat_permissive): Now a macro, if not a function.
12486         (openat_restore_fail, openat_save_fail): Now always functions,
12487         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12488
12489         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12490         and openat.c.
12491         * lib/mkdirat.c: Include openat-priv.h.
12492         Remove definitions of macros defined therein.
12493         * lib/openat.c: Likewise.
12494
12495         * lib/mkdirat.c (mkdirat): New file and function.
12496         * lib/openat.h (mkdirat): Declare.
12497
12498         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12499
12500         * lib/openat.h (openat_permissive): Declare.
12501         (openat_ro): Define.
12502
12503         * lib/openat.c (EXPECTED_ERRNO): New macro.
12504         (openat_permissive): New function -- used in remove.c rewrite.
12505         (all functions): Set errno just before returning, only if there
12506         was an actual failure.
12507         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12508
12509         Emulate openat-family functions using Linux's procfs, if possible.
12510         Idea and some code based on Ulrich Drepper's glibc changes.
12511
12512         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12513         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12514         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12515         before falling back on save_cwd and restore_cwd.
12516         (fdopendir, fstatat, unlinkat): Likewise.
12517
12518         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12519         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12520
12521         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12522         as second argument to va_arg.  Otherwise, some versions of gcc
12523         warn that `if this code is reached, the program will abort'.
12524
12525 2006-01-09  Jim Meyering  <jim@meyering.net>
12526
12527         Sync from coreutils.
12528         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12529         Require openat-priv.h.
12530
12531 2006-01-09  Bruno Haible  <bruno@clisp.org>
12532
12533         * modules/strnlen (Include): Use strnlen.h.
12534
12535 2006-01-09  Bruno Haible  <bruno@clisp.org>
12536
12537         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12538
12539 2006-01-09  Bruno Haible  <bruno@clisp.org>
12540
12541         * lib/sysexit_.h (EX_OK): New macro.
12542         Suggested by Martin Lambers <marlam@marlam.de>.
12543
12544 2006-01-09  Bruno Haible  <bruno@clisp.org>
12545
12546         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12547         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12548
12549 2006-01-09  Bruno Haible  <bruno@clisp.org>
12550
12551         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12552         numbers.
12553
12554 2006-01-09  Bruno Haible  <bruno@clisp.org>
12555
12556         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12557         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12558         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12559         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12560
12561 2006-01-09  Bruno Haible  <bruno@clisp.org>
12562
12563         * build-aux/javacomp.sh.in: New file, moved from lib/.
12564         * modules/javacomp-script (Files): Update.
12565         (configure.ac): Add AC_CONFIG_FILES invocation.
12566         (EXTRA_DIST): Remove variable.
12567
12568         * build-aux/javaexec.sh.in: New file, moved from lib/.
12569         * modules/javaexec (Files): Update.
12570         (configure.ac): Add AC_CONFIG_FILES invocation.
12571         (EXTRA_DIST): Remove javaexec.sh.in.
12572
12573         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12574         * modules/csharpcomp-script (Files): Update.
12575         (configure.ac): Add AC_CONFIG_FILES invocation.
12576         (EXTRA_DIST): Remove variable.
12577
12578         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12579         * modules/csharpexec (Files): Update.
12580         (configure.ac): Add AC_CONFIG_FILES invocation.
12581         (EXTRA_DIST): Remove csharpexec.sh.in.
12582
12583 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12584
12585         Sync from coreutils.
12586
12587         Add POSIX ACL support
12588         * lib/acl.h (copy_acl, set_acl): Add declarations.
12589         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12590         systems other than Linux.
12591         (chmod_or_fchmod): New function: use fchmod when possible,
12592         and chmod otherwise.
12593         (file_has_acl): Add a POSIX ACL implementation, with a
12594         Linux-specific subcase.
12595         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12596         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12597         acls are unsupported.
12598         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12599         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12600         are unsupported.
12601
12602 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12603
12604         Sync from coreutils.
12605         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12606
12607 2006-01-07  Bruno Haible  <bruno@clisp.org>
12608
12609         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12610         gl_EARLY.
12611
12612 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12613
12614         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12615         Problem reported for Mingw by Mark Junker.
12616
12617 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         * README: Gnulib normally doesn't generate a tarball.
12620
12621 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12622
12623         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12624         long int, not int, for nanosecond counts, so that people who are
12625         used to POSIX struct timespec won't be surprised.  Reported by Jim
12626         Meyering.
12627
12628 2005-12-28  Bruno Haible  <bruno@clisp.org>
12629
12630         * build-aux/config.rpath: Update from GNU gettext.
12631
12632 2005-12-16  Jim Meyering  <jim@meyering.net>
12633
12634         * modules/fprintftime: New module.
12635         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12636
12637 2005-12-16  Jim Meyering  <jim@meyering.net>
12638
12639         * m4/fprintftime.m4: New file.
12640
12641 2005-12-16  Jim Meyering  <jim@meyering.net>
12642
12643         * lib/fprintftime.c, lib/fprintftime.h: New files.
12644
12645 2005-12-15  Simon Josefsson  <jas@extundo.com>
12646
12647         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12648         new m4/socklen.m4.
12649
12650 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12651
12652         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12653         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12654
12655 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12656
12657         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12658         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12659         struct uparams is valid. Fall back to the default values if it is
12660         not.
12661
12662 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12663
12664         * modules/argp (Files): Add argp-pin.c
12665         (Depends-on): dirname
12666         (lib_SOURCES): Add argp-pin.c
12667
12668 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12669
12670         * m4/argp.m4:  Check if program_invocation_name and
12671         program_invocation_short_name are declared and define appropriate
12672         macros if they are not.
12673
12674 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12675
12676         * lib/argp-help.c (__argp_base_name): New function
12677         (__argp_short_program_name): Rewrite using __argp_base_name
12678         * lib/argp-namefrob.h: Define program_invocation_name and
12679         program_invocation_short_name if requested
12680         (__argp_base_name): Add prototype
12681         * lib/argp-parse.c (argp_def): Use gettext wrappers
12682         (argp_default_parser): Use __argp_base_name
12683         * lib/argp-pin.c: New file. Defines program_invocation_name and
12684         program_invocation_short_name on systems that lack them.
12685
12686 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12687
12688         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12689         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12690         porting problem reported by Georg Schwarz in
12691         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12692
12693 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12696         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12697         porting problem reported by Georg Schwarz in
12698         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12699
12700 2005-12-05  Bruno Haible  <bruno@clisp.org>
12701
12702         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12703         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12704         Reported by Mark Junker <mjscod@gmx.de>.
12705
12706 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12707
12708         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12709         Use implementation from Albert Chin, with some
12710         comments/corrections by Stepan Kasal and myself.
12711
12712 2005-12-02  Bruno Haible  <bruno@clisp.org>
12713
12714         * gnulib-tool (func_import): Accept GPLed build tool modules when
12715         --lgpl is given.
12716         * modules/csharpcomp-script: New file.
12717         * modules/csharpcomp: Depend on it.
12718         * modules/javacomp-script: New file.
12719         * modules/javacomp: Depend on it.
12720         Suggested by Simon Josefsson.
12721
12722 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12725         statement, to work around an HP-UX 10.20 compiler bug reported by
12726         Peter O'Gorman.
12727
12728 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12729
12730         * modules/savedir (Depends-on): Add openat.
12731
12732 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12733
12734         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12735         (uintmax_t) [defined uintmax_t]: Do not declare.
12736         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12737         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12738         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12739         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12740         sake of portability to weird hosts that C allows (though we don't
12741         know of any practical examples).
12742
12743         * lib/savedir.h (fdsavedir): New decl.
12744         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12745         contains most of the former guts of savedir.
12746         (savedir): Use savedirstream.
12747         Include "openat.h".
12748
12749 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12750
12751         * modules/obstack (Files): Add m4/ulonglong.m4.
12752         Problem reported by Davide Angelocola.
12753
12754 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12755
12756         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12757         coreutils no longer futzes with rounding modes.
12758
12759 2005-11-14  Jim Meyering  <jim@meyering.net>
12760
12761         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12762         replacement of mkstemp.
12763
12764 2005-11-10  Simon Josefsson  <jas@extundo.com>
12765
12766         * lib/readline.c: Remove EOL.
12767
12768 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         * modules/gethrxtime (Depends-on): Add gettime.
12771
12772 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12773
12774         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12775         or gettimeofday; no longer needed.
12776
12777 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12778
12779         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12780         time business.
12781         (gethrxtime) [! (HAVE_NANOUPTIME
12782         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12783         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12784         our own approximation.
12785
12786 2005-11-08  Eric Blake  <ebb9@byu.net>
12787
12788         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12789
12790 2005-11-08  Eric Blake  <ebb9@byu.net>
12791
12792         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12793
12794 2005-11-04  Bruno Haible  <bruno@clisp.org>
12795
12796         * gnulib-tool: Implement --update mode.
12797
12798 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12799
12800         Fix porting problem reported by Theodoros V. Kalamatianos.
12801         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12802         Don't assume that futimes failing means we must fail.
12803
12804 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12805
12806         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12807         variables to suggest the intended function of the PATH_MAX check.
12808
12809 2005-10-30  Kean Johnston  <jkj@sco.com>
12810
12811         Trivial changes to support SCO systems.
12812         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12813         as PATH_MAX.
12814         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12815         where __ptr is null when no I/O is pending.
12816
12817 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12818
12819         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12820         leave errno alone.  Problem reported by Dmitry V. Levin.
12821
12822 2005-10-28  Simon Josefsson  <jas@extundo.com>
12823
12824         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12825         Test more.
12826
12827         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12828
12829         * modules/md2, modules/md2-tests: New files.
12830
12831 2005-10-28  Simon Josefsson  <jas@extundo.com>
12832
12833         * m4/inet_ntop.m4: More tests.
12834
12835         * m4/gc-md2.m4, md2.m4: New file.
12836
12837 2005-10-28  Simon Josefsson  <jas@extundo.com>
12838
12839         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12840         "restrict" keywords, as per POSIX.  Protect the function
12841         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12842         Don't use K&R prototypes.  Check the sprintf return values.
12843         Re-define EAFNOSUPPORT if not present.  Indent.
12844
12845         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12846         suggested by Bruno Haible <bruno@clisp.org>.
12847
12848         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12849
12850         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12851
12852         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12853         libgcrypt).
12854
12855         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12856
12857         * lib/md2.h, lib/md2.c: New files.
12858
12859 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12862         errno alone.  Problem reported by Frederic Jolliton.
12863
12864 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12865
12866         * modules/verify (License): Change from GPL to LGPL.  This is a
12867         tiny module and there are apparently near-equivalents that are
12868         under the BSD license.
12869
12870 2005-10-24  Simon Josefsson  <jas@extundo.com>
12871
12872         * modules/sha1: Relicense to LGPL.
12873
12874 2005-10-24  Simon Josefsson  <jas@extundo.com>
12875
12876         * lib/md4.h: Shrink buffer size, now that we changed the type.
12877
12878 2005-10-23  Simon Josefsson  <jas@extundo.com>
12879
12880         * gnulib-tool (func_import): Fix --tests-base.
12881
12882 2005-10-22  Simon Josefsson  <jas@extundo.com>
12883
12884         * modules/arcfour (Depends-on): Need stdint.
12885
12886 2005-10-22  Simon Josefsson  <jas@extundo.com>
12887
12888         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12889         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12890
12891 2005-10-22  Simon Josefsson  <jas@extundo.com>
12892
12893         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12894         suggested by Bruno Haible <bruno@clisp.org>.
12895
12896 2005-10-22  Simon Josefsson  <jas@extundo.com>
12897
12898         * lib/crc.h: Include stddef.h, for size_t.
12899
12900 2005-10-22  Simon Josefsson  <jas@extundo.com>
12901
12902         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12903         arcfour_context struct (simplify test vector testing in GNU
12904         Shishi).
12905
12906 2005-10-21  Simon Josefsson  <jas@extundo.com>
12907
12908         * modules/des, modules/des-tests: New files.
12909
12910         * modules/gc-des, modules/gc-des-tests: New files.
12911
12912         * tests/test-des.c, tests/test-gc-des.c: New file.
12913
12914 2005-10-21  Simon Josefsson  <jas@extundo.com>
12915
12916         * modules/arctwo, modules/arctwo-tests: New files.
12917
12918         * tests/test-arctwo.c: New file.
12919
12920         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12921
12922         * tests/test-gc-arctwo.c: New file.
12923
12924 2005-10-21  Simon Josefsson  <jas@extundo.com>
12925
12926         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12927         Bruno Haible <bruno@clisp.org>.
12928
12929         * m4/gc-des.m4: New file.
12930
12931 2005-10-21  Simon Josefsson  <jas@extundo.com>
12932
12933         * m4/arctwo.m4: New file.
12934
12935         * m4/gc-arctwo.m4: New file.
12936
12937 2005-10-21  Simon Josefsson  <jas@extundo.com>
12938
12939         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12940         block.
12941
12942 2005-10-21  Simon Josefsson  <jas@extundo.com>
12943
12944         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12945         <bruno@clisp.org>.
12946
12947         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12948
12949         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12950         Bruno Haible <bruno@clisp.org>.
12951
12952         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12953         <bruno@clisp.org>.
12954
12955 2005-10-21  Simon Josefsson  <jas@extundo.com>
12956
12957         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12958
12959 2005-10-21  Simon Josefsson  <jas@extundo.com>
12960
12961         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12962
12963 2005-10-21  Simon Josefsson  <jas@extundo.com>
12964
12965         * lib/des.h, lib/des.c: New files.
12966
12967         * lib/gc-gnulib.c: Support DES.c
12968
12969 2005-10-21  Simon Josefsson  <jas@extundo.com>
12970
12971         * lib/arctwo.h, lib/arctwo.c: New files.
12972
12973         * lib/gc-gnulib.c: Support ARCTWO.
12974
12975 2005-10-21  Simon Josefsson  <jas@extundo.com>
12976
12977         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12978         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12979
12980 2005-10-21  Simon Josefsson  <jas@extundo.com>
12981
12982         * gnulib-tool (func_import, func_create_testdir): Define automake
12983         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12984         Makefile.am snippet),
12985         suggested by Bruno Haible <bruno@clisp.org>.
12986
12987         * modules/gc (Makefile.am): Use it.
12988
12989 2005-10-21  Bruno Haible  <bruno@clisp.org>
12990
12991         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
12992         patch.
12993
12994 2005-10-19  Simon Josefsson  <jas@extundo.com>
12995
12996         * tests/test-gc-rijndael.c: New file.
12997
12998         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
12999
13000 2005-10-19  Simon Josefsson  <jas@extundo.com>
13001
13002         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13003         interface too.
13004
13005 2005-10-19  Simon Josefsson  <jas@extundo.com>
13006
13007         * tests/test-gc-arcfour.c: New file.
13008
13009         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13010
13011 2005-10-19  Simon Josefsson  <jas@extundo.com>
13012
13013         * modules/gc-md4, modules/gc-md4-tests: New file.
13014
13015         * tests/test-gc-md4.c: New file.
13016
13017 2005-10-19  Simon Josefsson  <jas@extundo.com>
13018
13019         * m4/gc-md4.m4: New file.
13020
13021 2005-10-19  Simon Josefsson  <jas@extundo.com>
13022
13023         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13024         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13025         <kasal@ucw.cz>.
13026
13027 2005-10-19  Simon Josefsson  <jas@extundo.com>
13028
13029         * m4/gc-arcfour.m4: New file.
13030
13031         * m4/gc-rijndael.m4: New file.
13032
13033 2005-10-19  Simon Josefsson  <jas@extundo.com>
13034
13035         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13036
13037 2005-10-19  Simon Josefsson  <jas@extundo.com>
13038
13039         * lib/gc-gnulib.c: Support ARCFOUR.
13040
13041 2005-10-19  Simon Josefsson  <jas@extundo.com>
13042
13043         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13044         support.
13045
13046         * lib/gc.h: Add ECB enum type.
13047
13048         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13049
13050 2005-10-18  Simon Josefsson  <jas@extundo.com>
13051
13052         * tests/test-md5.c: New file.
13053
13054         * modules/md5-tests: New file.
13055
13056 2005-10-18  Simon Josefsson  <jas@extundo.com>
13057
13058         * tests/test-md4.c: New file.
13059
13060         * modules/md4, modules/md4-tests: New files.
13061
13062 2005-10-18  Simon Josefsson  <jas@extundo.com>
13063
13064         * m4/md4.m4: New file.
13065
13066 2005-10-18  Simon Josefsson  <jas@extundo.com>
13067
13068         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13069
13070 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13071
13072         * gnulib-tool (func_create_testdir): Omit the second check whether
13073         BUILT_SOURCES in nonempty.
13074
13075 2005-10-17  Simon Josefsson  <jas@extundo.com>
13076
13077         * tests/test-rijndael.c: New file.
13078
13079 2005-10-17  Simon Josefsson  <jas@extundo.com>
13080
13081         * modules/sha1: Depend on stdint instead of md5.
13082
13083         * modules/md5: Depend on stdint, remove uint32_t.
13084
13085 2005-10-17  Simon Josefsson  <jas@extundo.com>
13086
13087         * modules/gc-sha1-tests: New file.
13088
13089         * tests/test-gc-sha1.c: New file.
13090
13091 2005-10-17  Simon Josefsson  <jas@extundo.com>
13092
13093         * m4/md5.m4: Remove call to uint32_t.m4.
13094
13095 2005-10-17  Simon Josefsson  <jas@extundo.com>
13096
13097         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13098
13099         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13100         md5.h.
13101
13102         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13103
13104         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13105
13106 2005-10-17  Simon Josefsson  <jas@extundo.com>
13107
13108         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13109
13110 2005-10-17  Simon Josefsson  <jas@extundo.com>
13111
13112         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13113
13114 2005-10-17  Simon Josefsson  <jas@extundo.com>
13115
13116         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13117
13118         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13119
13120 2005-10-17  Bruno Haible  <bruno@clisp.org>
13121
13122         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13123         that it can also be used in a test.
13124
13125 2005-10-16  Bruno Haible  <bruno@clisp.org>
13126
13127         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13128         TESTS_ENVIRONMENT, so that individual tests can augment it.
13129
13130         * gnulib-tool (func_create_testdir): Use an intermediate target for
13131         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13132         macros, like $(ALLOCA_H), which cannot be passed through the command
13133         line.
13134
13135 2005-10-15  Simon Josefsson  <jas@extundo.com>
13136
13137         * modules/rijndael-tests: New file.
13138
13139         * modules/rijndael: New file.
13140
13141 2005-10-15  Simon Josefsson  <jas@extundo.com>
13142
13143         * m4/rijndael.m4: New file.
13144
13145 2005-10-15  Simon Josefsson  <jas@extundo.com>
13146
13147         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13148
13149         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13150
13151 2005-10-14  Simon Josefsson  <jas@extundo.com>
13152
13153         * tests/test-arcfour.c: New file.
13154
13155         * modules/arcfour, modules/arcfour-tests: New files.
13156
13157 2005-10-14  Simon Josefsson  <jas@extundo.com>
13158
13159         * m4/arcfour.m4: New file.
13160
13161 2005-10-14  Simon Josefsson  <jas@extundo.com>
13162
13163         * lib/arcfour.h, lib/arcfour.c: New files.
13164
13165 2005-10-14  Roland McGrath  <roland@redhat.com>
13166
13167         Import from libc.  [BZ #1331]
13168         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13169         macro argument.
13170         Reported by Matej Vela <vela@debian.org>.
13171
13172 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13173
13174         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13175         include <wchar.h>; no longer needed.
13176
13177 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13178
13179         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13180
13181 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13182         and  Ulrich Drepper  <drepper@redhat.com>
13183
13184         Import from libc.
13185         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13186         instead of inline stream orientation test and two separate
13187         function calls.  Pay no attention to USE_IN_LIBIO.
13188
13189 2005-10-13  Simon Josefsson  <jas@extundo.com>
13190
13191         * modules/gc-hmac-md5-tests: New file.
13192
13193         * tests/test-gc-hmac-sha1.c: New file.
13194
13195         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13196
13197         * modules/gc-hmac-md5-tests: New file.
13198
13199         * tests/test-gc-md5.c: New file.
13200
13201         * modules/gc-md5-tests: New file.
13202
13203 2005-10-13  Simon Josefsson  <jas@extundo.com>
13204
13205         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13206         Move memory allocation outside of loop.
13207
13208 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13211         intermediate directory is in a read-only file system.  Problem
13212         reported by Eric Blake.
13213
13214 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13215
13216         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13217
13218 2005-10-12  Simon Josefsson  <jas@extundo.com>
13219
13220         * tests/test-hmac-sha1.c: New file.
13221
13222         * modules/hmac-sha1-tests: New file.
13223
13224         * modules/hmac-sha1: New file.
13225
13226 2005-10-12  Simon Josefsson  <jas@extundo.com>
13227
13228         * modules/gc-sha1: New file.
13229
13230 2005-10-12  Simon Josefsson  <jas@extundo.com>
13231
13232         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13233
13234         * tests/test-gc-pbkdf2-sha1.c: New file.
13235
13236 2005-10-12  Simon Josefsson  <jas@extundo.com>
13237
13238         * modules/gc-md5, modules/gc-hmac-md5: New files.
13239
13240         * modules/gc (Files): Remove md5, memxor and hmac files.
13241
13242 2005-10-12  Simon Josefsson  <jas@extundo.com>
13243
13244         * m4/gc-pbkdf2-sha1.m4: New file.
13245
13246         * m4/gc-hmac-sha1.m4: New file.
13247
13248         * m4/gc-sha1: New file.
13249
13250         * m4/hmac-sha1.m4: New file.
13251
13252 2005-10-12  Simon Josefsson  <jas@extundo.com>
13253
13254         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13255
13256         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13257
13258 2005-10-12  Simon Josefsson  <jas@extundo.com>
13259
13260         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13261         suggested by Bruno Haible <bruno@clisp.org>.
13262
13263 2005-10-12  Simon Josefsson  <jas@extundo.com>
13264
13265         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13266
13267 2005-10-12  Simon Josefsson  <jas@extundo.com>
13268
13269         * lib/gc-pbkdf2-sha1.c: New file.
13270
13271         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13272
13273 2005-10-12  Simon Josefsson  <jas@extundo.com>
13274
13275         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13276
13277         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13278
13279 2005-10-12  Simon Josefsson  <jas@extundo.com>
13280
13281         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13282         GC_USE_HMAC_MD5, respectively.
13283
13284         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13285         (gc_md5): Fix typo.
13286
13287         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13288
13289         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13290
13291         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13292
13293 2005-10-12  Bruno Haible  <bruno@clisp.org>
13294
13295         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13296         Reported by Stepan Kasal <kasal@ucw.cz>.
13297
13298 2005-10-11  Simon Josefsson  <jas@extundo.com>
13299
13300         * tests/test-crc.c: New file.
13301
13302         * modules/crc, modules/crc-tests: New files.
13303
13304 2005-10-11  Simon Josefsson  <jas@extundo.com>
13305
13306         * m4/crc.m4: New file.
13307
13308 2005-10-11  Simon Josefsson  <jas@extundo.com>
13309
13310         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13311
13312         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13313
13314         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13315
13316 2005-10-11  Simon Josefsson  <jas@extundo.com>
13317
13318         * lib/crc.h, lib/crc.c: New files.
13319
13320         * lib/gc.h (gc_hash_buffer): Add doc.
13321
13322 2005-10-11  Bruno Haible  <bruno@clisp.org>
13323
13324         * modules/c-strcasestr: New file.
13325         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13326
13327 2005-10-11  Bruno Haible  <bruno@clisp.org>
13328
13329         * modules/c-strcase: New file.
13330         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13331
13332 2005-10-11  Bruno Haible  <bruno@clisp.org>
13333
13334         * lib/strcasecmp.c: Include limits.h.
13335         (strcasecmp): Avoid integer overflow on exotic platforms.
13336         * lib/strncasecmp.c: Include limits.h.
13337         (strncasecmp): Avoid integer overflow on exotic platforms.
13338         Reported by Paul Eggert.
13339
13340 2005-10-11  Bruno Haible  <bruno@clisp.org>
13341
13342         * lib/c-strcasestr.h: New file, from GNU gettext.
13343         * lib/c-strcasestr.c: New file, from GNU gettext.
13344
13345 2005-10-11  Bruno Haible  <bruno@clisp.org>
13346
13347         * lib/c-strcase.h: New file, from GNU gettext.
13348         * lib/c-strcasecmp.c: New file, from GNU gettext.
13349         * lib/c-strncasecmp.c: New file, from GNU gettext.
13350
13351 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * modules/mempcpy (License): GPL -> LGPL.
13354         * modules/strchrnul (License): Likewise.
13355         * modules/sysexits (License): Likewise.
13356
13357 2005-10-08  Simon Josefsson  <jas@extundo.com>
13358
13359         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13360
13361 2005-10-07  Simon Josefsson  <jas@extundo.com>
13362
13363         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13364
13365 2005-10-06  Simon Josefsson  <jas@extundo.com>
13366
13367         * tests/test-hmac-md5.c: New file.
13368
13369         * modules/hmac-md5-tests: New file.
13370
13371         * modules/hmac-md5: New file.
13372
13373 2005-10-06  Simon Josefsson  <jas@extundo.com>
13374
13375         * m4/hmac-md5.m4: New file.
13376
13377         * m4/memxor.m4: Require gl_C_RESTRICT.
13378
13379 2005-10-06  Simon Josefsson  <jas@extundo.com>
13380
13381         * lib/memxor.c (memxor): Avoid casts and warnings.
13382
13383 2005-10-06  Simon Josefsson  <jas@extundo.com>
13384
13385         * lib/hmac-md5.c: New file.
13386
13387         * lib/hmac.h: New file.
13388
13389 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13390
13391         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13392         promotes to int, not unsigned int, to catch the AIX 5.3
13393         compiler bug.
13394
13395 2005-10-05  Simon Josefsson  <jas@extundo.com>
13396
13397         * modules/memxor: New file.
13398
13399         * modules/iconv (Files): Move config.rpath to havelib, it is used
13400         there.
13401
13402         * modules/havelib (Files): Add config.rpath.
13403
13404 2005-10-05  Simon Josefsson  <jas@extundo.com>
13405
13406         * m4/memxor.m4: New file.
13407
13408 2005-10-05  Simon Josefsson  <jas@extundo.com>
13409
13410         * lib/memxor.c (memxor): Fix compiler error.
13411
13412         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13413         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13414
13415         * lib/memxor.h, lib/memxor.c: New files.
13416
13417         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13418         we assume all systems have it, suggested by Jim Meyering
13419         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13420         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13421         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13422         same reasons.
13423
13424 2005-10-05  Simon Josefsson  <jas@extundo.com>
13425
13426         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13427
13428 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13429
13430         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13431         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13432         needed, since the source code now assumes these .h files.
13433
13434 2005-10-05  Derek Price  <derek@ximbiot.com>
13435
13436         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13437
13438 2005-10-05  Bruno Haible  <bruno@clisp.org>
13439
13440         * modules/stdint (License): Change to LGPL.
13441
13442 2005-10-04  Simon Josefsson  <jas@extundo.com>
13443
13444         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13445         D. Baushke" <mdb@gnu.org>.
13446
13447 2005-10-04  Bruno Haible  <bruno@clisp.org>
13448
13449         * lib/verify.h (verify_true): Provide alternative definition for C++.
13450
13451 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13452
13453         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13454         (SSIZE_MAX): New macro, if not already defined.
13455         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13456         than 2 GiB.
13457
13458 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13459
13460         Sync from coreutils.
13461         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13462         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13463         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13464         ULLONG_MAX doesn't work with 2.7.2.1.
13465
13466 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13469         From Ben Pfaff.
13470
13471         * modules/exclude (Depends-on): Depend on verify.
13472         * modules/strtoimax (Depends-on): Likewise.
13473         * modules/utimecmp (Depends-on): Likewise.
13474
13475 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13476
13477         * lib/exclude.c: Include verify.h.
13478         (verify): Remove.  All callers changed to use verify.h's version.
13479         * lib/strtoimax.c: Likewise.
13480         * lib/utimecmp.c: Likewis.e
13481
13482         Sync from coreutils.
13483         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13484         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13485         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13486         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13487         bother returning ENOSYS if settimeofday or stime fails; just let
13488         them return whatever errno they want to return.
13489         * lib/utimens.c: Include unistd.h, for dup2.
13490         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13491         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13492
13493 2005-10-02  Jim Meyering  <jim@meyering.net>
13494
13495         Sync from coreutils.
13496         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13497         from glibc-2.2.5 that fails for read-only files.
13498
13499 2005-10-02  Jim Meyering  <jim@meyering.net>
13500
13501         Sync from coreutils.
13502         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13503         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13504         `#if HAVE_CONFIG_H'.
13505         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13506         Remove AT_FDCWD test.
13507         Do not consume the fd unless successful.
13508         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13509         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13510         block, so that we don't even try to compile it if settimeofday is
13511         available.  This works around a compilation failure on OSF1 V5.1,
13512         due to stime requiring a `long int*' while tv_sec is `int'.
13513
13514 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13515
13516         Sync from coreutils.
13517         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13518         against `yes', rather than just testing for nonempty.
13519
13520 2005-10-01  Simon Josefsson  <jas@extundo.com>
13521
13522         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13523         and Darwin.
13524
13525         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13526         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13527         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13528         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13529         Check if struct addrinfo is declared.
13530
13531 2005-10-01  Simon Josefsson  <jas@extundo.com>
13532
13533         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13534         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13535         AI_* and EAI_* definitions.  Protect function declarations.
13536
13537 2005-10-01  Jim Meyering  <jim@meyering.net>
13538
13539         Sync from coreutils.
13540
13541         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13542         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13543         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13544         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13545         in the inet and nsl libraries.  Required on Solaris 5.7.
13546
13547 2005-10-01  Jim Meyering  <jim@meyering.net>
13548
13549         Sync from coreutils.
13550         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13551         in the inet and nsl libraries.  Required on Solaris 5.7.
13552
13553 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13554
13555         * lib/getdelim.c (getdelim): Remove unused variables.
13556
13557 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13558
13559         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13560         so that the code works even with ancient cpp.  Portability problem
13561         with GCC 2.7.2.1 reported by Thomas M.Ott.
13562
13563 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13564
13565         * modules/regex (Depends-on): Add strcase.
13566
13567         * modules/gethostname (Licence): Change from GPL to LGPL, since
13568         gethostname.c is a trivial implementation of a standard library
13569         function.
13570         * modules/poll (License): Change from GPL to LGPL, since it's
13571         derived from LGPL code.
13572
13573 2005-09-27  Jim Meyering  <jim@meyering.net>
13574
13575         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13576         HAVE_CONFIG_H.
13577
13578         * lib/intprops.h (signed_type_or_expr__): Define.
13579         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13580         for unsigned types.
13581
13582 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13583
13584         * lib/verify.h (verify_expr): Remove, replacing with:
13585         (verify_true): New macro that returns true instead of void.
13586         (verify_type__): Remove.
13587         (verify): Use verify_true rather than verify_type__.
13588
13589 2005-09-26  Bruno Haible  <bruno@clisp.org>
13590
13591         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13592         is necessary.
13593         (lib_SOURCES): Remove mbchar.c.
13594         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13595         (Files): Add m4/mbrtowc.m4.
13596         * modules/mbiter: Likewise.
13597         * modules/mbuiter: Likewise.
13598
13599 2005-09-26  Bruno Haible  <bruno@clisp.org>
13600
13601         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13602         compile mbchar.c if they are not both present.
13603         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13604         * m4/mbiter.m4 (gl_MBITER): Likewise.
13605         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13606         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13607         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13608
13609 2005-09-25  Jim Meyering  <jim@meyering.net>
13610
13611         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13612         also uses socklen_t.
13613
13614 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * lib/utimens.c (ENOSYS): Define if not already defined.
13617         (futimens): Support having a null PATH if the file descriptor
13618         is nonnegative.
13619
13620         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13621         Remove.
13622         (__attribute): Define to empty unless GCC 3.1 or later.
13623         This works around a core dump on OpenBSD 3.4, which has GCC
13624         2.95.3, which dumps core when given __attribute__(()).  It also
13625         simplifies other tests, since we really don't want to bother with
13626         worrying about which ancient version of GCC supported what.
13627         Original problem reported by Yoann Vandoorselaere, with part of
13628         the fix suggested by Derek Price.
13629
13630 2005-09-24  Jim Meyering  <jim@meyering.net>
13631
13632         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13633         so we can once again use a positive bitfield width of 1 -- now we
13634         don't have to explain why we were using a bitfield width of 2.
13635
13636 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13637
13638         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13639         and similarly for the other external symbols.  Problem reported
13640         by James Gallager.
13641
13642         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13643         bug reported by Jim Meyering.
13644
13645         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13646         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13647         not needed, since socklen is a prerequisite module.
13648
13649 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13650
13651         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13652         Problem reported by Eric Blake.
13653         (getaddrinfo): Initialize se so that it's not garbage.
13654         Redo internal storage allocation so that it doesn't make unportable
13655         assumptions about alignment.
13656         Fix a memory leak.
13657
13658         * lib/utimens.c (futimens): Use futimesat if available.
13659         Prefer it to futimes since it doesn't have the futimes bug.
13660
13661         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13662         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13663         Instead, declare a function that returns a pointer to an array,
13664         and use verify_type__ to declare the size of the array.
13665         Problem and germ of a solution reported by Bruno Haible.
13666         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13667         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13668
13669 2005-09-23  Jim Meyering  <jim@meyering.net>
13670
13671         Sync from coreutils.
13672         Correct build failure (socklen_t not defined) on at least
13673         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13674         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13675
13676 2005-09-23  Jim Meyering  <jim@meyering.net>
13677
13678         * modules/getaddrinfo (Depends-on): Add socklen.
13679
13680 2005-09-23  Bruno Haible  <bruno@clisp.org>
13681
13682         * tests/test-verify.c: New file.
13683
13684 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13685
13686         Sync from coreutils.
13687
13688         * modules/argmatch (Depends-on): Add verify.
13689         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13690         unistd-safer.
13691         * modules/save-cwd (Depends-on): Likewise.
13692
13693         * modules/openat (Files): Add lib/openat-die.c.
13694         (Depends-on): Remove error, exitfail.
13695         Add dirname.
13696
13697         * modules/verify: New file.
13698         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13699         with "verify" module.
13700
13701 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13702
13703         Sync from coreutils.
13704
13705         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13706         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13707         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13708         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13709         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13710         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13711         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13712         Don't bother checking for string.h, stdlib.h, unistd.h.
13713         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13714         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13715         module's job.
13716         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13717         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13718
13719         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13720         (gl_GETDATE): Use it.
13721
13722         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13723
13724 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13725
13726         Sync from coreutils.
13727
13728         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13729         stat-time.h.
13730         * lib/argmatch.h: Include verify.h
13731         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13732         (ARGMATCH_ASSERT): Remove; unused.
13733         * lib/canonicalize.c: Assume STDC_HEADERS.
13734         * lib/exclude.c: Include "strcase.h".
13735         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13736         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13737         and stdio-safer.h.
13738         (getusershell): Call fopen, not fopen_safer.
13739         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13740         Do not include unistd-safer.h.
13741         (save_cwd): Don't call fd_safer; no longer needed
13742         now that we include fcntl--.h.
13743
13744         * lib/getdate.y (relative_time): New type.
13745         (RELATIVE_TIME_0): New constant.
13746         (parser_control): Use relative_time instead of doing it ourselves.
13747         (%union): Add new relative_time rel member.
13748         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13749         Now typeless.
13750         (relunit, relunit_snumber): Now of type rel.
13751         (zone, rel, relunit, get_date): Adjust to above changes.
13752
13753         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13754         Do not include unistd-safer.h.
13755         (getloadavg): Don't call fd_safer; no longer needed
13756         now that we include fcntl--.h.
13757
13758         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13759         (make_dir_parents): Treat ENOSYS like EEXIST.
13760
13761         Improve quality of diagnostics on restore_cwd failure.
13762         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13763         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13764         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13765         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13766         each time through the loop.  Do not diagnose restore_cwd failure;
13767         that is the caller's job (and perhaps the caller does not care).
13768
13769         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13770         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13771         If the file already exists but is not a directory, don't bother
13772         to try to make its parents.
13773         Close potential file descriptor leak if we can't chdir("/") (!).
13774         Don't always return true if chdir($PWD) fails; return true only
13775         if the requested action was done successfully (except for the
13776         chdir($PWD)).
13777         Don't log final directory unless we actually made it.
13778         Refactor to avoid duplicate code to fix up permissions.
13779         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13780
13781         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13782         to make it a bit faster and (I hope) clearer.
13783         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13784         Fix bug in formats like %2N.
13785
13786         * lib/verify.h: New file.
13787
13788 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13789
13790         Sync from coreutils.
13791         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13792
13793 2005-09-22  Jim Meyering  <jim@meyering.net>
13794
13795         Sync from coreutils.
13796
13797         * m4/lstat.m4 (gl_FUNC_LSTAT):
13798         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13799         Remove obsolete comment.
13800         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13801         * m4/xstrtod.m4: Likewise.
13802
13803         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13804
13805 2005-09-22  Jim Meyering  <jim@meyering.net>
13806
13807         Sync from coreutils.
13808
13809         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13810
13811         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13812         the .tm_year member, since otherwise gcc-4.0 would now warn about
13813         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13814
13815         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13816         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13817
13818         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13819         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13820         when run in a time zone for which daylight savings time is in effect
13821         for the starting date.
13822
13823         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13824         stop us from restricting permissions of just-created absolute-named
13825         directories.
13826         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13827         to restore initial working directory.
13828         * lib/mkdir-p.c (make_dir_parents): New parameter:
13829         different_working_dir, to tell caller if/when we change the working
13830         directory and are unable to return to the initial one.
13831         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13832         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13833         `return false'.  This fixes a bug introduced on 2004-07-30.
13834
13835         * lib/openat.c (fdopendir): Be sure to close the supplied
13836         file descriptor before returning.  This makes our replacement
13837         implementation a little closer to Solaris's, where fdopendir
13838         ties the file descriptor to the returned DIR* pointer.
13839         * lib/openat.c (unlinkat): New function.
13840         * lib/openat.h (unlinkat): Add prototype.
13841         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13842         (openat_restore_fail): Rename from openat_restore_die.
13843         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13844
13845         Provide an alternative to exiting immediately upon save_cwd or
13846         restore_cwd failure.  Now, an application can arrange e.g.,
13847         to perform a longjump in that case.
13848         * lib/openat.c: Include dirname.h.
13849         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13850         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13851         and openat_restore_die rather than calling error directly.
13852         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13853
13854         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13855         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13856         define.
13857
13858         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13859         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13860                             int utc, int nanoseconds);
13861         Background:
13862         date should not have to allocate a megabyte of virtual memory to
13863         handle a format argument like +%1048575T.  When implemented with
13864         strftime, it must allocate such a buffer, use strftime to fill it
13865         in, print it, then free it.
13866         With fprintftime, it simply prints everything and exits.
13867         With no need for memory allocation, that's one fewer way to fail.
13868         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13869         optional field width, not before, so we accept %9:z, not %:9z.
13870         (my_strftime): Be sure to use L_('x') for literals.
13871
13872         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13873         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13874         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13875         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13876         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13877         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13878         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13879         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13880         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13881         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13882         * lib/xgethostname.c, lib/xreadlink.c:
13883         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13884
13885         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13886         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13887         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13888         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13889         and don't include <sys/file.h>).
13890
13891 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13892
13893         Sync from coreutils.
13894
13895         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13896         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13897         [!LDAV_DONE]: Avoid unused variable warning.
13898
13899 2005-09-21  Bruno Haible  <bruno@clisp.org>
13900
13901         * lib/unicodeio.h (unicode_to_mb): New declaration.
13902
13903 2005-09-20  Derek Price  <derek@ximbiot.com>
13904
13905         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13906         getaddrinfo.h.
13907
13908 2005-09-20  Bruno Haible  <bruno@clisp.org>
13909
13910         * gnulib-tool: Remove trailing slashes from the values specified for
13911         --source-base, --m4-base, --tests-base, --aux-dir.
13912         Suggested by Simon Josefsson <jas@extundo.com>.
13913
13914 2005-09-20  Bruno Haible  <bruno@clisp.org>
13915
13916         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13917         func_modules_to_filelist, func_import, func_create_testdir): Make all
13918         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13919         change when gnulib-tool is invoked in a different locale.
13920
13921 2005-09-19  Simon Josefsson  <jas@extundo.com>
13922
13923         * m4/socklen.m4: Fix typo.
13924
13925 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13926
13927         Use a consistent style for including <config.h>.
13928         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13929         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13930         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13931         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13932         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13933         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13934         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13935         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13936         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13937         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13938         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13939         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13940         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13941         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13942         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13943         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13944         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13945         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13946         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13947         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13948         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13949         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13950         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13951         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13952         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13953         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13954         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13955         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13956         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13957         lib/xstrtoumax.c, lib/yesno.c:
13958         Standardize inclusion of config.h.
13959         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13960         lib/inttostr.h:  Removed inclusion of config.h from header files.
13961         * lib/inttostr.c:  Adjusted in-tree users.
13962         * lib/timespec.h: Remove superfluous warning to include config.h.
13963         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13964         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13965         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13966         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13967         config.h with HAVE_CONFIG_H.
13968
13969 2005-09-19  Jim Meyering  <jim@meyering.net>
13970
13971         * modules/pathmax (License): Change to LGPL.
13972
13973 2005-09-19  Derek Price  <derek@ximbiot.com>
13974
13975         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13976
13977 2005-09-19  Bruno Haible  <bruno@clisp.org>
13978
13979         * gnulib-tool (import): Provide default for --tests-base.
13980
13981 2005-09-19  Bruno Haible  <bruno@clisp.org>
13982
13983         * doc/quote.texi: New file, extracted from gnulib.texi.
13984         * doc/ctime.texi: New file, extracted from gnulib.texi.
13985         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
13986         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
13987         * doc/gnulib.texi: Include them.
13988
13989 2005-09-18  Bruno Haible  <bruno@clisp.org>
13990
13991         Portability fix.
13992         * gnulib-tool (func_readlink): New function.
13993         (func_ln_if_changed): Use it.
13994
13995 2005-09-18  Bruno Haible  <bruno@clisp.org>
13996
13997         * gnulib-tool: Support --with-tests also with --import.
13998         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
13999         (func_import): Use variables $testsbase and $inctests. Emit a
14000         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14001         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14002         SUBDIRS += $testsdir.
14003         (func_create_testdir): Update.
14004
14005 2005-09-18  Bruno Haible  <bruno@clisp.org>
14006
14007         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14008         instead of $dry_run.
14009         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14010         (func_ln_if_changed): Don't handle dry-run here.
14011         (func_import): In dry-run mode, detect more precisely which actions
14012         would be performed, and don't use "...ing" verbs.
14013
14014 2005-09-18  Bruno Haible  <bruno@clisp.org>
14015
14016         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14017         (func_import): Use join on two temporary files instead of three nested
14018         loops, in order to determine which files are new or old.
14019
14020 2005-09-18  Bruno Haible  <bruno@clisp.org>
14021
14022         * gnulib-tool (func_import): Comment out code that spits out the
14023         new files with --dry-run.
14024
14025 2005-09-18  Bruno Haible  <bruno@clisp.org>
14026
14027         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14028
14029 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14030
14031         * lib/stat-time.h: New file.
14032         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14033         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14034         in a different way.
14035         (timespec_cmp): New function.
14036         * lib/utimecmp.c: Include stat-time.h.
14037         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14038         members exist, not on the obsolescent ST_MTIM_NSEC.
14039         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14040
14041 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14042
14043         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14044
14045 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14046
14047         * MODULES.html.sh (File system functions): Add stat-time.
14048         * modules/stat-time: New file.
14049         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14050         is now done in a different way, by the stat-time module.
14051         * modules/utimecmp (Depends-on): Add stat-time.
14052
14053 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14054
14055         * m4/st_mtim.m4: Remove.  Superseded by...
14056         * m4/stat-time.m4: New file.
14057         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14058         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14059
14060 2005-09-15  Derek Price  <derek@ximbiot.com>
14061
14062         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14063
14064 2005-09-15  Derek Price  <derek@ximbiot.com>
14065
14066         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14067         * lib/regex_internal.c: Ditto, using this...
14068         (__GNUC_PREREQ): ...new macro.
14069         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14070         using...
14071         (__GNUC_PREREQ): ...this new macro.
14072
14073         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14074
14075 2005-09-15  Derek Price  <derek@ximbiot.com>
14076             Paul Eggert  <eggert@cs.ucla.edu>
14077
14078         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14079         changes, consolidating in...
14080         * lib/regex_internal.h: ...this file.
14081
14082 2005-09-13  Jim Meyering  <jim@meyering.net>
14083
14084         * lib/canon-host.c: Filter through gnu indent and reword comments
14085         slightly.
14086         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14087
14088 2005-09-13  Derek Price  <derek@ximbiot.com>
14089
14090         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14091         failure.
14092         Reported by Jim Meyering  <jim@meyering.net>.
14093
14094 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14095
14096         * lib/base64.c: Typo.
14097         (base64_encode): Put b64str in initialized data section.
14098
14099 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14100
14101         Merge glibc and coreutils changes into gnulib, plus a few
14102         extra fixes.
14103         * lib/md5.c: Use #error rather than a string.
14104         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14105         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14106         (__attribute__): Define to empty for non recent-GCC.
14107         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14108         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14109         Renamed from their non-__ counterparts, with new macros replacing
14110         them if not _LIBC.  Add __THROW attribute.
14111         (rol): Remove.
14112         (struct md5_ctx): Align buffer if using GCC.
14113         * lib/sha1.h (struct sha1_ctx): Likewise.
14114         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14115         The old name was backwards.
14116         (NOTSWAP): Remove; not used.
14117         (rol): New macro, moved here from md5.h.
14118         (sha1_process_block): Remove a FIXME that doesn't make sense.
14119
14120 2005-09-12  Derek Price  <derek@ximbiot.com>
14121
14122         Return usable errors from canon-host.
14123         * lib/canon-host.h: New file.
14124         * lib/canon-host.c (canon_host): Wrap...
14125         (canon_host_r): ...this new function, which now relies exclusively on
14126         getaddrinfo.
14127         (ch_strerror): New function.
14128         (last_cherror): New global.
14129         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14130         interface.
14131         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14132         void *.
14133         (freeaddrinfo): Free ai->ai_canonname when set.
14134
14135 2005-09-12  Derek Price  <derek@ximbiot.com>
14136
14137         Make canon-host require getaddrinfo.
14138         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14139         AC_LIBSOURCE canon-host.h.  Call...
14140         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14141         gl_GETADDRINFO.
14142         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14143
14144 2005-09-12  Derek Price  <derek@ximbiot.com>
14145
14146         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14147         LGPL.
14148         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14149
14150 2005-09-12  Derek Price  <derek@ximbiot.com>
14151
14152         * lib/gai_strerror.c: Include config.h when available.  Include
14153         getaddrinfo.h before other headers to test interface.
14154         Reported by Larry Jones <lawrence.jones@ugs.com>.
14155
14156 2005-09-12  Derek Price  <derek@ximbiot.com>
14157             Paul Eggert  <eggert@cs.ucla.edu>
14158
14159         * modules/glob (Files): Add glob-libc.h.
14160
14161 2005-09-12  Derek Price  <derek@ximbiot.com>
14162             Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14165         glob_.h, glob-libc.h.
14166         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14167
14168 2005-09-12  Derek Price  <derek@ximbiot.com>
14169             Paul Eggert  <eggert@cs.ucla.edu>
14170
14171         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14172         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14173         protecting things that should be done only in gnulib contexts.
14174         * lib/glob_.h: New file, containing only the glob things needed for
14175         gnulib.
14176         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14177         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14178         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14179         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14180         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14181         and to respect the namespace rules better.
14182
14183 2005-09-08  Simon Josefsson  <jas@extundo.com>
14184
14185         * modules/socklen: New file.
14186
14187 2005-09-08  Simon Josefsson  <jas@extundo.com>
14188
14189         * m4/socklen.m4: New file.
14190
14191 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14192
14193         * modules/utimens (Files): Add m4/utimbuf.m4, since
14194         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14195         Reported by Sergey Poznyakoff.
14196
14197 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14198
14199         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14200         definitions, since that's the preferred style in glibc.
14201         Fix a minor spacing issue, and update copyright notice to match
14202         glibc's.
14203
14204 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14207
14208 2005-09-06  Simon Josefsson  <jas@extundo.com>
14209
14210         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14211         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14212
14213 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14216         warning.
14217
14218 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14219
14220         * config/srclist.txt: Add glibc bug 1302.
14221
14222 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         Change bitset word type from unsigned int to unsigned long int,
14225         as this has better performance on typical 64-bit hosts.
14226         Port bitset code to hosts with unusual word sizes.
14227         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14228         (build_collating_symbol):
14229         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14230         argument is a bitset.  This is merely a style issue, but it makes
14231         it clearer that an entire array is expected.
14232         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14233         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14234         Port to the case where bitset_word is not the same as unsigned int.
14235         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14236         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14237         Likewise.
14238         * lib/regexec.c (check_dst_limits_calc_pos_1,
14239         check_subexp_matching_top):
14240         (build_trtable, group_nodes_into_DFAstates):
14241         Likewise.
14242         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14243         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14244         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14245         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14246         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14247         * lib/regcomp.c (optimize_subexps, lower_subexp):
14248         Work even if bitset_word has holes in its bitwise representation.
14249         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14250         * lib/regexec.c (check_dst_limits_calc_pos_1,
14251         check_subexp_matching_top):
14252         Likewise.
14253         * lib/regex_internal.c (re_string_reconstruct):
14254         Don't assume UCHAR_MAX == 255.
14255         * lib/regex_internal.h (bitset_set_all): Likewise.
14256         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14257         All uses changed.
14258         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14259         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14260         All uses changed.
14261         (BITSET_WORD_MAX): New macro.
14262         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14263         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14264         (bitset_empty, bitset_copy):
14265         Prefer sizeof (bitset) to multiplying it out ourselves.
14266         (bitset_not_merge): Remove; unused.
14267         (bitset_contain): Return bool, not unsigned int with one bit on.
14268         All callers changed.
14269         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14270         alignment than re_node_set; do this by defining a new internal
14271         type struct dests_alloc and using it to allocate memory.
14272
14273 2005-09-05  Bruno Haible  <bruno@clisp.org>
14274
14275         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14276         links.
14277
14278 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14279
14280         * modules/size_max (Makefile.am): Add size_max.h
14281
14282 2005-09-04  Derek Price  <derek@ximbiot.com>
14283
14284         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14285
14286 2005-09-03  Simon Josefsson  <jas@extundo.com>
14287
14288         * gnulib-tool: Fix typo.
14289
14290 2005-09-03  Simon Josefsson  <jas@extundo.com>
14291
14292         * config/srclist.txt: Add glibc bug 1293.
14293
14294 2005-09-03  Derek Price  <derek@ximbiot.com>
14295
14296         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14297         From Larry Jones <lawrence.jones@ugs.com>.
14298
14299 2005-09-02  Simon Josefsson  <jas@extundo.com>
14300
14301         * modules/socklen: New file.
14302
14303 2005-09-02  Simon Josefsson  <jas@extundo.com>
14304
14305         * modules/havelib: New module.
14306
14307         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14308         Use havelib.
14309
14310 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14311
14312         Check for arithmetic overflow when calculating sizes, to prevent
14313         some buffer-overflow issues.  These patches are conservative, in the
14314         sense that when I couldn't determine whether an overflow was possible,
14315         I inserted a run-time check.
14316         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14317         macros.
14318         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14319         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14320         (re_xnrealloc, re_x2nrealloc): New inline functions.
14321         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14322         parse_bracket_exp):
14323         (build_equiv_class, build_charclass): Check for arithmetic overflow
14324         in size expression calculations.
14325         * lib/regex_internal.c (re_string_realloc_buffers):
14326         (build_wcs_upper_buffer, re_node_set_add_intersect):
14327         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14328         (re_dfa_add_node, register_state): Likewise.
14329         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14330         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14331         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14332         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14333
14334 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14335
14336         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14337         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14338
14339 2005-09-02  Bruno Haible  <bruno@clisp.org>
14340
14341         Support for lib vs. lib64 distinction on biarch platforms.
14342         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14343         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14344         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14345
14346 2005-09-02  Bruno Haible  <bruno@clisp.org>
14347
14348         * gnulib-tool (import): In the other first-use case, provide defaults
14349         as well.
14350
14351 2005-09-02  Bruno Haible  <bruno@clisp.org>
14352
14353         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14354         patches not yet found in the latest gettext release.
14355
14356 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14359         to avoid a collision with bits/local_lim.h in glibc.
14360         All uses changed.  Problem reported by Dmitry V. Levin in
14361         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14362
14363         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14364         bugs in int versus size_t comparisons.
14365         (re_string_context_at): Fix bug where the code assumed that
14366         Idx is signed.
14367
14368         Use bool where appropriate.
14369         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14370         All callers changed.
14371         (calc_eclosure_iter): Likewise, for ROOT arg.
14372         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14373         (build_charclass_op): Likewise, for NON_MATCH arg.
14374         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14375         (re_string_construct_common): Likewise, for ICASE arg.
14376         * lib/regexec.c (re_search_2_stub, re_search_stub):
14377         Likewise, for RET_LEN arg.
14378         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14379         (set_regs): Likewise, for FL_BACKTRACK arg.
14380         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14381         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14382         (calc_eclosure_iter, parse_bracket_exp):
14383         Use bool for internal variables that are booleans.
14384         * lib/regexec.c (re_search_internal, check_matching,
14385         proceed_next_node):
14386         (set_regs, build_sifted_states, sift_states_bkref):
14387         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14388         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14389         (find_collation_sequence_value):
14390         Likewise.
14391         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14392         (re_node_set_compare):
14393         Return bool, not int. All callers changed.
14394         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14395         (build_trtable, check_node_accept): Likewise.
14396         * lib/regex_internal.h: Include stdbool.h.
14397
14398         Fix bugs uncovered when converting to bool.
14399         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14400         failure instead of charging ahead blindly.
14401         * lib/regex_internal.c (register_state): Likewise.
14402         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14403         for freeing internal storage.
14404         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14405         bitset pieces used as boolean, to avoid undefined behavior
14406         on hosts that do int overflow checking.
14407
14408 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14409
14410         * config/srclist.txt: Add glibc bugs 1285-1287.
14411
14412 2005-09-01  Jim Meyering  <jim@meyering.net>
14413
14414         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14415         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14416         Require gl_STAT_MACROS, too.
14417
14418 2005-09-01  Bruno Haible  <bruno@clisp.org>
14419
14420         * gnulib-tool (import): In the first-use case, provide defaults.
14421
14422 2005-09-01  Bruno Haible  <bruno@clisp.org>
14423
14424         * gnulib-tool (func_import): Remove the .tmp files.
14425
14426 2005-09-01  Bruno Haible  <bruno@clisp.org>
14427
14428         * gnulib-tool (func_import): Fix handling of symbolic links.
14429
14430 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14433         old glibc regex code mishandles strings longer than 2**31 bytes.
14434         This patch fixes this when the regex code is used in gnulib
14435         (i.e., outside glibc).
14436
14437         This patch should not affect the use of the regex code inside
14438         glibc.  No doubt this problem also needs to be handled for glibc
14439         as well, but the result will be an incompatible change to the
14440         glibc ABI, and the old ABI will have to be supported too.  That
14441         can be the the subject for another patch.
14442
14443         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14444         governing whether the rest of this patch is active.  By default,
14445         the macro is disabled and the patch has no effect.
14446         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14447         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14448         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14449         (re_match_2, re_set_registers): Use the new types.
14450         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14451         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14452         New macros.
14453         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14454         (re_string_context_at, bin_tree_t, re_dfastate_t):
14455         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14456         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14457         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14458         (re_string_char_size_at, re_string_wchar_at):
14459         (re_string_elem_size_at):
14460         Use the new types and macros to port to 64-bit hosts.
14461         Use unsigned types for internal values, so that the code
14462         mostly works even for arrays larger than SSIZE_MAX.
14463         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14464         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14465         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14466         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14467         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14468         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14469         (calc_inveclosure, parse_dup_op, build_range_exp):
14470         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14471         (fetch_number, create_token_tree, mark_opt_subexp):
14472         Likewise.
14473         * lib/regex_internal.c (re_string_construct_common,
14474         create_ci_newstate):
14475         (create_cd_newstate, re_string_allocate, re_string_construct):
14476         (re_string_realloc_buffers, build_wcs_upper_buffer):
14477         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14478         (re_string_reconstruct, re_string_peek_byte_case):
14479         (re_string_fetch_byte_case, re_string_context_at):
14480         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14481         (re_node_set_init_copy, re_node_set_add_intersect):
14482         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14483         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14484         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14485         (re_acquire_state, re_acquire_state_context, register_state):
14486         Likewise.
14487         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14488         search_cur_bkref_entry):
14489         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14490         (re_search_internal, re_search_2_stub, re_search_stub)
14491         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14492         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14493         (update_cur_sifted_state, check_dst_limits):
14494         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14495         (check_subexp_limits, sift_states_bkref, merge_state_array):
14496         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14497         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14498         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14499         (expand_bkref_cache, check_node_accept_bytes):
14500         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14501         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14502         (acquire_init_state_context, check_halt_node_context):
14503         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14504         (sift_states_backward, clean_state_log_if_needed):
14505         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14506         (find_recover_state, transit_state_sb, transit_state_mb):
14507         (transit_state_bkref, build_trtable, match_ctx_clean):
14508         Likewise.
14509         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14510         to work around an assumption that REG_MISSING is negative.
14511
14512         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14513         (seek_collating_symbol_entry) [defined _LIBC]:
14514         (lookup_collation_sequence_value) [defined _LIBC]:
14515         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14516         Use prototypes rather than old-style function definitions.
14517         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14518         (transit_state_sb) [0]:
14519         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14520
14521         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14522         rm_eo.
14523
14524         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14525         (optimize_subexps, lower_subexp):
14526         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14527         since the signed shift might overflow.  Use 1u<<31 instead.
14528         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14529         Likewise.
14530         * lib/regexec.c (check_dst_limits_calc_pos_1,
14531         check_subexp_matching_top): Likewise.
14532
14533         * lib/regcomp.c (optimize_subexps, lower_subexp):
14534         Use CHAR_BIT rather than 8, for clarity.
14535         * lib/regexec.c (check_dst_limits_calc_pos_1):
14536         (check_subexp_matching_top): Likewise.
14537         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14538         have to worry about portability issues when shifting it left.
14539         Remove no-longer-needed test for table_size > 0.
14540         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14541         in a word, as the resulting behavior is undefined.
14542         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14543         in one case, a <= should have been an <, and in another case the
14544         whole test was missing.
14545         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14546         the standard name CHAR_BIT.
14547         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14548         this is not true on one's complement and signed-magnitude hosts.
14549
14550         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14551         next_last_offset.
14552         (struct re_dfa_t): Remove unused member states_alloc.
14553         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14554
14555 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14556
14557         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14558         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14559         and large-file glibc and in 32-bit large-file Solaris.
14560
14561 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14562
14563         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14564         lengths fit in regoff_t; this isn't true if regoff_t is the same
14565         width as size_t.
14566         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14567         (= START + RANGE) instead of RANGE.  This avoids overflow
14568         problems when regoff_t is the same width as size_t.
14569         All callers changed.
14570         (re_search_2_stub): Check for overflow when adding the
14571         sizes of the two strings.
14572         (re_search_stub): Check for overflow when adding START
14573         to RANGE; if it occurs, substitute the extreme value.
14574
14575 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14576
14577         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14578
14579 2005-08-31  Jim Meyering  <jim@meyering.net>
14580
14581         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14582         a pointer-to-const.
14583         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14584         (register_state): Likewise.
14585         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14586         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14587         (group_nodes_into_DFAstates): Likewise.
14588
14589 2005-08-31  Jim Meyering  <jim@meyering.net>
14590
14591         * check-module: Add a FIXME comment.
14592
14593 2005-08-31  Eric Blake  <ebb9@byu.net>
14594
14595         * modules/unistd-safer (Files): Add unistd--.h.
14596         * modules/stdio-safer (Files): Add stdio--.h.
14597
14598 2005-08-31  Derek Price  <derek@ximbiot.com>
14599
14600         * lib/getdelim.c (getdelim): Return EOF on EOF.
14601         Reported by Larry Jones <lawrence.jones@ugs.com>.
14602
14603 2005-08-31  Bruno Haible  <bruno@clisp.org>
14604
14605         Avoid unnecessary diffs in the generated lib/Makefile.am.
14606         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14607         the generated files.
14608         (func_import): Don't set cmd.
14609
14610 2005-08-31  Bruno Haible  <bruno@clisp.org>
14611
14612         * lib/strstr.c: Include <stddef.h>, for NULL.
14613         * lib/strcasestr.c: Likewise.
14614         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14615
14616 2005-08-31  Bruno Haible  <bruno@clisp.org>
14617
14618         * gnulib-tool: New option --macro-prefix.
14619         (func_import): Use macro_prefix.
14620         (import): Handle option --macro-prefix.
14621
14622 2005-08-31  Bruno Haible  <bruno@clisp.org>
14623
14624         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14625         Also use new variables cached_lgpl, cached_libtool.
14626
14627 2005-08-31  Bruno Haible  <bruno@clisp.org>
14628
14629         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14630         always instantiating them.
14631
14632 2005-08-31  Bruno Haible  <bruno@clisp.org>
14633
14634         * gnulib-tool (func_import): Read the previous cached settings
14635         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14636         earlier added by gnulib but are now dropped. Warn when a gnulib file
14637         overwrites a non-gnulib file.
14638
14639 2005-08-31  Bruno Haible  <bruno@clisp.org>
14640
14641         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14642         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14643         projects that don't keep autogenerated files in CVS. Put into
14644         actioncmd only the specified modules, not the transitive closure.
14645
14646 2005-08-31  Bruno Haible  <bruno@clisp.org>
14647
14648         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14649         Create directories that shall be filled.
14650         (import): Don't look for gl_* macros in configure.ac. Recurse across
14651         all directories containing a gnulib-cache.m4 files, if meaningful.
14652
14653 2005-08-31  Bruno Haible  <bruno@clisp.org>
14654
14655         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14656         (import): Set seen_libtool when we see gl_LIBTOOL.
14657
14658 2005-08-31  Bruno Haible  <bruno@clisp.org>
14659
14660         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14661         declaration macro definitions from generated gnulib.m4.
14662
14663 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14664
14665         * lib/iconvme.h: Add prototype for iconv_alloc.
14666
14667 2005-08-29  Simon Josefsson  <jas@extundo.com>
14668
14669         * lib/iconvme.c: Fix errno.
14670
14671 2005-08-29  Bruno Haible  <bruno@clisp.org>
14672
14673         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14674         that it works when the directory contains spaces.
14675
14676 2005-08-29  Bruno Haible  <bruno@clisp.org>
14677
14678         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14679
14680 2005-08-29  Bruno Haible  <bruno@clisp.org>
14681
14682         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14683         Emit more advice.
14684
14685 2005-08-29  Bruno Haible  <bruno@clisp.org>
14686         and Stepan Kasal  <kasal@ucw.cz>
14687
14688         * check-module: If more parameters are given, check each of them
14689         separately; add more exceptions, as noted by Jim Meyering.
14690         (check_module): New procedure.
14691         (%exempt_header): Now contains all exceptions.
14692
14693 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14694
14695         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14696
14697 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14698
14699         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14700
14701 2005-08-28  Bruno Haible  <bruno@clisp.org>
14702
14703         * m4/gnulib-tool.m4: New file.
14704
14705 2005-08-27  Jim Meyering  <jim@meyering.net>
14706
14707         * modules/unistd-safer (Files): Add pipe-safer.c.
14708         * modules/fcntl-safer (Files): Add creat-safer.c.
14709
14710 2005-08-27  Jim Meyering  <jim@meyering.net>
14711
14712         * m4/stdlib-safer.m4: New file.  From coreutils.
14713         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14714         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14715         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14716         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14717         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14718
14719 2005-08-27  Jim Meyering  <jim@meyering.net>
14720
14721         * lib/fopen-safer.c: Merge minor changes from coreutils.
14722         * lib/dup-safer.c: Likewise.
14723         * lib/fd-safer.c: Likewise.
14724
14725         Merge from coreutils.
14726         * lib/stdio--.h: New file.
14727         * lib/stdlib--.h: New file.
14728         * lib/mkstemp-safer.c: New file.
14729
14730         GNU tar needs these.
14731         * lib/pipe-safer.c: New file.
14732         * lib/creat-safer.c: New file.
14733         * lib/fcntl--.h (creat): Define to creat_safer.
14734         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14735         * lib/unistd--.h (pipe): Define to pipe_safer.
14736         * lib/unistd-safer.h: Declare pipe_safer.
14737
14738 2005-08-26  Simon Josefsson  <jas@extundo.com>
14739
14740         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14741         Haible <bruno@clisp.org>.
14742
14743 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14744
14745         * lib/regex_internal.h: Remove all references to
14746         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14747         or better.
14748         (bitset_not, bitset_merge, bitset_not_merge):
14749         (bitset_mask, re_string_allocate, re_string_construct):
14750         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14751         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14752         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14753         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14754         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14755         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14756         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14757         (re_acquire_state_context):
14758         Remove unnecessary forward decls.
14759         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14760         Put __attribute at function definition,
14761         now that the function decl has been removed.
14762         * lib/regex_internal.c (re_string_peek_byte_case):
14763         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14764         Likewise.
14765
14766 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14767
14768         * m4/regex.m4: Add AC_PREREQ(2.50).
14769         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14770
14771 2005-08-25  Simon Josefsson  <jas@extundo.com>
14772
14773         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14774         __fsetlocking.
14775
14776 2005-08-25  Simon Josefsson  <jas@extundo.com>
14777
14778         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14779         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14780         GLIBC specific code.
14781
14782 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14783
14784         Make regex safe for g++.  This fixes one real bug (an "err"
14785         that should have been "*err").  g++ problem reported by
14786         Sam Steingold.
14787         * lib/regex_internal.h (re_calloc): New macro, consistent with
14788         re_malloc etc.  All callers of calloc changed to use re_calloc.
14789         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14790         not int.  All callers changed.
14791         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14792         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14793         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14794         (find_recover_state): Change "err" to "*err"; this fixes what
14795         appears to be a real bug.
14796         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14797         versus int.
14798
14799 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14800
14801         * modules/regex (Depends-on): Add malloc, since the code
14802         assumes that !malloc(0) means failure.
14803
14804 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14805
14806         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14807
14808         alloca modernization/simplification for regex.
14809         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14810         needs to be at the start of the file, and can be moved into
14811         regex_internal.h and simplified.
14812         * lib/regex_internal.h: Include <alloca.h>.
14813         (__libc_use_alloca) [!defined _LIBC]: New macro.
14814         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14815         now works outside glibc.
14816
14817 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14818
14819         * config/srclist.txt: Add glibc bugs 1241, 1245.
14820
14821 2005-08-25  Jim Meyering  <jim@meyering.net>
14822
14823         * lib/open-safer.c: Include <config.h>.
14824         Otherwise, we'd lose LARGEFILE support in any file using
14825         e.g. "fcntl--.h"
14826
14827 2005-08-25  Bruno Haible  <bruno@clisp.org>
14828
14829         * m4/minmax.m4: Require autoconf 2.52.
14830         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14831         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14832         alternatives of translit over the alphabet.
14833         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14834
14835 2005-08-24  Simon Josefsson  <jas@extundo.com>
14836
14837         * tests/test-getpass.c: New file.
14838
14839 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14840
14841         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14842         for GNU regex features.
14843
14844 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14845
14846         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14847         * lib/regex.h (regerror): Likewise.
14848
14849         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14850         requires this.  (The code never needed it.)
14851
14852         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14853         All uses of recently-renamed identifiers changed to use the new,
14854         POSIX-compliant names.  The code will build and run just fine
14855         without these changes, but it's better to eat our own dog food
14856         and use the standard-conforming names.
14857
14858         * lib/regex.h: Fix a multitude of POSIX name space violations.
14859         These changes have an effect only for programs that define
14860         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14861         do not change anything for programs compiled in the normal way.
14862         Also, there is no effect on the ABI.
14863
14864         (_REGEX_SOURCE): New macro.
14865         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14866         defined and _GNU_SOURCE is not; this fixes a name space violation.
14867
14868         Rename the following macros to obey POSIX requirements.
14869         The old names are still visible as macros if _REGEX_SOURCE is defined.
14870         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14871         RE_BACKSLASH_ESCAPE_IN_LISTS.
14872         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14873         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14874         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14875         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14876         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14877         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14878         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14879         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14880         (REG_INTERVALS): renamed from RE_INTERVALS.
14881         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14882         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14883         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14884         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14885         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14886         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14887         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14888         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14889         RE_UNMATCHED_RIGHT_PAREN_ORD.
14890         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14891         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14892         (REG_DEBUG): renamed from RE_DEBUG.
14893         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14894         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14895         unusual, since we can't clash with the POSIX REG_ICASE.
14896         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14897         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14898         (REG_NO_SUB): renamed from RE_NO_SUB.
14899         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14900         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14901         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14902         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14903         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14904         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14905         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14906         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14907         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14908         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14909         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14910         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14911         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14912         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14913         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14914         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14915         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14916         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14917         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14918         (REG_FIXED): Renamed from REGS_FIXED.
14919         (REG_NREGS): Renamed from RE_NREGS.
14920
14921         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14922         of other REG_* macros, since POSIX says the user is allowed to
14923         #undef these macros selectively.
14924
14925         (reg_errcode_t): Update comment stating what other tables need
14926         to be consistent.
14927
14928         Rename the following enum values to obey POSIX requirements.
14929         The old names are still visible as macros.
14930         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14931         is not defined, since GNU is supposed to be a superset of POSIX as
14932         much as possible, and since we want reg_errcode_t to be a signed
14933         type for implementation consistency.
14934         (_REG_NOERROR): Renamed from REG_NOERROR.
14935         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14936         (_REG_BADPAT): Renamed from REG_BADPAT.
14937         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14938         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14939         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14940         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14941         (_REG_EBRACK): Renamed from REG_EBRACK.
14942         (_REG_EPAREN): Renamed from REG_EPAREN.
14943         (_REG_EBRACE): Renamed from REG_EBRACE.
14944         (_REG_BADBR): Renamed from REG_BADBR.
14945         (_REG_ERANGE): Renamed from REG_ERANGE.
14946         (_REG_ESPACE): Renamed from REG_ESPACE.
14947         (_REG_BADRPT): Renamed from REG_BADRPT.
14948         (_REG_EEND): Renamed from REG_EEND.
14949         (_REG_ESIZE): Renamed from REG_ESIZE.
14950         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14951         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14952         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14953         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14954         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14955
14956         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14957         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14958         changed.  But support the old name if the new one is not defined
14959         and if _REGEX_SOURCE.
14960
14961         Change the following member names in struct re_pattern_buffer.
14962         The old names are still supported if !_REGEX_SOURCE.
14963         The new names are always supported, regardless of _REGEX_SOURCE.
14964         (re_buffer): Renamed from buffer.
14965         (re_allocated): Renamed from allocated.
14966         (re_used): Renamed from used.
14967         (re_syntax): Renamed from syntax.
14968         (re_fastmap): Renamed from fastmap.
14969         (re_translate): Renamed from translate.
14970         (re_can_be_null): Renamed from can_be_null.
14971         (re_regs_allocated): Renamed from regs_allocated.
14972         (re_fastmap_accurate): Renamed from fastmap_accurate.
14973         (re_no_sub): Renamed from no_sub.
14974         (re_not_bol): Renamed from not_bol.
14975         (re_not_eol): Renamed from not_eol.
14976         (re_newline_anchor): Renamed from newline_anchor.
14977
14978         Change the following member names in struct re_registers.
14979         The old names are still supported if !_REGEX_SOURCE.
14980         The new names are always supported, regardless of _REGEX_SOURCE.
14981         (rm_num_regs): Renamed from num_regs.
14982         (rm_start): Renamed from start.
14983         (rm_end): Renamed from end.
14984
14985         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
14986         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
14987         Prepend __ to parameter names.
14988
14989         Undo yesterday's changes.
14990
14991 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14992
14993         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
14994         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
14995         lib/regex.c.
14996
14997 2005-08-24  Jim Meyering  <jim@meyering.net>
14998
14999         Sync from coreutils.
15000         * m4/fcntl-safer.m4: New file.
15001
15002         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15003         and object files for this module.
15004
15005 2005-08-24  Jim Meyering  <jim@meyering.net>
15006
15007         Sync from coreutils.
15008         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15009
15010 2005-08-24  Jim Meyering  <jim@meyering.net>
15011
15012         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15013         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15014
15015 2005-08-24  Jim Meyering  <jim@meyering.net>
15016
15017         * modules/fcntl-safer: New module.
15018         * modules/fts (Depends-on): Add fcntl-safer.
15019         * MODULES.html.sh (File descriptor based Input/Output):
15020         Add fcntl-safer.
15021
15022 2005-08-24  Bruno Haible  <bruno@clisp.org>
15023
15024         Support for unit test modules.
15025         * modules/README: Mention tests modules.
15026         * modules/TEMPLATE-TESTS: New file.
15027         * gnulib-tool: New options --extract-tests-module, --with-tests and
15028         --tests-base (unused for the moment).
15029         (testsbase, inctests): New variables.
15030         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15031         (func_verify_module): Exclude TEMPLATE-TESTS.
15032         (func_verify_nontests_module, func_verify_tests_module): New functions.
15033         (func_get_dependencies): Add implicit dependency for tests modules.
15034         (func_get_tests_module): New function.
15035         (func_modules_transitive_closure): When --with-tests was specified,
15036         include the unit tests as well, unless explicitly avoided.
15037         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15038         (func_emit_tests_Makefile_am): New function.
15039         (func_create_testdir): When --with-tests was specified, emit a
15040         tests/ directory.
15041         * MODULES.html.sh (Future developments): Update.
15042
15043 2005-08-24  Bruno Haible  <bruno@clisp.org>
15044
15045         * modules/tls-tests: New file.
15046         * tests/test-tls.c: New file, from GNU gettext.
15047
15048 2005-08-24  Bruno Haible  <bruno@clisp.org>
15049
15050         * modules/lock-tests: New file.
15051         * tests/test-lock.c: New file, from GNU gettext.
15052
15053 2005-08-24  Bruno Haible  <bruno@clisp.org>
15054
15055         * lib/lock.h: Add multiple inclusion guard.
15056         * lib/tls.h: Add multiple inclusion guard.
15057
15058 2005-08-24  Bruno Haible  <bruno@clisp.org>
15059
15060         * gnulib-tool: Add support for the --aux-dir option to
15061         --create-testdir, --create-megatestdir, --test, --megatest.
15062         (func_create_testdir, func_create_megatestdir): Optionally emit a
15063         AC_CONFIG_AUX_DIR directive.
15064         (create-testdir, create-megatestdir, test, megatest): Provide a
15065         default value for $auxdir.
15066
15067 2005-08-24  Bruno Haible  <bruno@clisp.org>
15068
15069         * gnulib-tool (import): Use compound statement instead of subshell
15070         where possible.
15071
15072 2005-08-24  Bruno Haible  <bruno@clisp.org>
15073
15074         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15075
15076 2005-08-24  Bruno Haible  <bruno@clisp.org>
15077
15078         * gnulib-tool (func_version): Update.
15079
15080 2005-08-24  Bruno Haible  <bruno@clisp.org>
15081
15082         * gnulib-tool (func_import, func_create_testdir,
15083         func_create_megatestdir): Quote all autoconf macro arguments.
15084
15085 2005-08-24  Bruno Haible  <bruno@clisp.org>
15086
15087         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15088         option --force, because --force causes the aclocal.m4 of each
15089         subdirectory to be newer than the corresponding config.h.in.
15090
15091 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15092
15093         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15094         All contents moved to gl_REGEX.
15095         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15096         assume that it does.
15097
15098 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15099
15100         * lib/regex.h (REG_NOSYS)
15101         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15102         Define, since POSIX requires it as of 2001.
15103         (_REG_ENOSYS)
15104         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15105         New private symbol, used to keep the enum signed in all cases.
15106         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15107         Youngman in
15108         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15109
15110         * lib/regex_internal.c (re_string_skip_chars, register_state):
15111         (calc_state_hash):
15112         Remove forward decls; no longer needed now that we use prototypes.
15113         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15114         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15115         (clean_state_log_if_needed): Likewise.
15116
15117 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15118
15119         * config/srclist.txt: Add glibc bugs 1231-1233.
15120
15121 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15122
15123         Fix problems reported by Sam Steingold in
15124         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15125         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15126         assumed that reg_errcode_t is a signed type, which is not
15127         necessarily true if _XOPEN_SOURCE is not defined.
15128         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15129         since some compilers warn about it otherwise.
15130
15131 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15132
15133         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15134         (init_word_char, create_initial_state, duplicate_node_closure):
15135         (fetch_token, peek_token_bracket, build_range_exp):
15136         (build_collating_symbol): Remove forward decls; no longer needed
15137         now that we use prototypes.
15138
15139         * lib/regcomp.c:
15140         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15141         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15142         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15143         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15144         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15145         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15146         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15147         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15148         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15149         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15150         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15151         (build_charclass, build_charclass_op, fetch_number, create_tree):
15152         (create_token_tree, mark_opt_subexp, duplicate_tree):
15153         Use prototypes rather than old-style definitions.
15154
15155         * lib/regex_internal.c:
15156         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15157         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15158         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15159         (re_string_reconstruct, re_string_peek_byte_case):
15160         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15161         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15162         (re_node_set_init_copy, re_node_set_add_intersect):
15163         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15164         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15165         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15166         (re_acquire_state, re_acquire_state_context, register_state):
15167         (create_ci_newstate, create_cd_newstate, free_state):
15168         Likewise.
15169         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15170         re_search_2):
15171         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15172         (re_search_internal, prune_impossible_nodes):
15173         (acquire_init_state_context, check_matching, static):
15174         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15175         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15176         (update_regs, sift_states_backward, build_sifted_states):
15177         (clean_state_log_if_needed, merge_state_array):
15178         (update_cur_sifted_state, add_epsilon_src_nodes):
15179         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15180         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15181         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15182         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15183         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15184         (check_arrival, check_arrival_add_next_nodes):
15185         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15186         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15187         (check_node_accept_bytes, check_node_accept, extend_buffers):
15188         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15189         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15190         (sift_ctx_init):
15191         Likewise.
15192
15193         * lib/regex_internal.h:
15194         (re_string_allocate, re_string_construct, re_string_reconstruct):
15195         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15196         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15197         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15198         (re_string_context_at, re_string_peek_byte_case):
15199         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15200         is defined, since we now use prototypes always.
15201
15202         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15203         C89 or better.  All uses removed.
15204
15205 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         * config/srclist.txt: Add glibc bugs 1220-1227.
15208
15209 2005-08-20  Jim Meyering  <jim@meyering.net>
15210
15211         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15212         of unused local, dfa.
15213
15214 2005-08-20  Bruno Haible  <bruno@clisp.org>
15215
15216         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15217
15218 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15219
15220         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15221         (re_node_set_insert_last, re_dfa_add_node):
15222         Rename local variables to avoid GCC shadowing warnings.
15223
15224 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15225
15226         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15227         [defined lint]: Suppress bogus uninitialized-variable warnings.
15228
15229         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15230         and let the caller return REG_ESPACE if out of space.  This
15231         removes an uninitialied-variable warning with GCC 4.0.1, and also
15232         avoids taking the address of a local variable.  All callers
15233         changed.
15234
15235 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15236
15237         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15238         $LIBCSRC/posix/regexec.c.
15239         Add glibc bug 1217 for regcomp.c.
15240
15241 2005-08-19  Jim Meyering  <jim@meyering.net>
15242
15243         * lib/regexec.c (proceed_next_node): Redo local variables to
15244         avoid GCC shadowing warnings.
15245
15246 2005-08-18  Bruno Haible  <bruno@clisp.org>
15247
15248         * lib/strstr.c (strstr): Fix return value in multibyte case.
15249         * lib/strcasestr.c (strcasestr): Likewise.
15250
15251 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15252
15253         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15254
15255 2005-08-17  Jim Meyering  <jim@meyering.net>
15256
15257         Make the %s format (seconds since the epoch) work for a negative
15258         number and when used with a zero-padded field width, e.g. %015s.
15259
15260         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15261         label so that it precedes the code to set `digits'.  Otherwise,
15262         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15263         print `00-22'.  Now, it prints `-0022', as it should.
15264
15265 2005-08-17  Bruno Haible  <bruno@clisp.org>
15266
15267         * modules/strstr (Files): Add m4/mbrtowc.m4.
15268         (Depends-on): Add mbuiter.
15269
15270 2005-08-17  Bruno Haible  <bruno@clisp.org>
15271
15272         * modules/strcasestr: New file.
15273         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15274         strcasestr.
15275
15276 2005-08-17  Bruno Haible  <bruno@clisp.org>
15277
15278         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15279
15280 2005-08-17  Bruno Haible  <bruno@clisp.org>
15281
15282         * modules/mbuiter: New file.
15283         * MODULES.html.sh (Extended multibyte and wide character utilities):
15284         Add mbuiter.
15285
15286 2005-08-17  Bruno Haible  <bruno@clisp.org>
15287
15288         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15289         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15290
15291 2005-08-17  Bruno Haible  <bruno@clisp.org>
15292
15293         * m4/strcasestr.m4: New file.
15294
15295 2005-08-17  Bruno Haible  <bruno@clisp.org>
15296
15297         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15298         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15299
15300 2005-08-17  Bruno Haible  <bruno@clisp.org>
15301
15302         * lib/strcasestr.h: New file.
15303         * lib/strcasestr.c: New file.
15304
15305 2005-08-17  Bruno Haible  <bruno@clisp.org>
15306
15307         * lib/strcasecmp.c: Use mbuiter.h.
15308
15309 2005-08-17  Bruno Haible  <bruno@clisp.org>
15310
15311         * lib/mbuiter.h: New file.
15312
15313 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15314
15315         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15316         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15317         and gl_GETOPT are both invoked via different paths (as happens
15318         with GNU tar CVS because it uses both argp and getopt), the former
15319         wins.
15320
15321 2005-08-16  Bruno Haible  <bruno@clisp.org>
15322
15323         * modules/tls: New file.
15324         * MODULES.html.sh (Multithreading): Add tls.
15325
15326 2005-08-16  Bruno Haible  <bruno@clisp.org>
15327
15328         * modules/strnlen1: New file.
15329         * MODULES.html.sh (String handling): Add strnlen1.
15330
15331 2005-08-16  Bruno Haible  <bruno@clisp.org>
15332
15333         * modules/strcase (Files): Add m4/mbrtowc.m4.
15334         (Depends-on): Add strnlen1, mbchar.
15335
15336 2005-08-16  Bruno Haible  <bruno@clisp.org>
15337
15338         * modules/mbiter: New file.
15339         * MODULES.html.sh (Extended multibyte and wide character utilities):
15340         Add mbiter.
15341
15342 2005-08-16  Bruno Haible  <bruno@clisp.org>
15343
15344         * modules/mbfile: New file.
15345         * MODULES.html.sh (Extended multibyte and wide character utilities):
15346         Add mbfile.
15347
15348 2005-08-16  Bruno Haible  <bruno@clisp.org>
15349
15350         * modules/mbchar: New file.
15351         * MODULES.html.sh (Extended multibyte and wide character utilities):
15352         New section.
15353
15354 2005-08-16  Bruno Haible  <bruno@clisp.org>
15355
15356         * m4/tls.m4: New file, from GNU gettext.
15357
15358 2005-08-16  Bruno Haible  <bruno@clisp.org>
15359
15360         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15361         always.
15362         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15363
15364 2005-08-16  Bruno Haible  <bruno@clisp.org>
15365
15366         * m4/mbiter.m4: New file.
15367
15368 2005-08-16  Bruno Haible  <bruno@clisp.org>
15369
15370         * m4/mbfile.m4: New file.
15371
15372 2005-08-16  Bruno Haible  <bruno@clisp.org>
15373
15374         * m4/mbchar.m4: New file.
15375
15376 2005-08-16  Bruno Haible  <bruno@clisp.org>
15377
15378         * lib/tls.h: New file, from GNU gettext.
15379         * lib/tls.c: New file, from GNU gettext.
15380
15381 2005-08-16  Bruno Haible  <bruno@clisp.org>
15382
15383         * lib/strnlen1.h: New file.
15384         * lib/strnlen1.c: New file.
15385
15386 2005-08-16  Bruno Haible  <bruno@clisp.org>
15387
15388         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15389         (mbi_init): Update.
15390         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15391         NUL byte, not after it.
15392
15393 2005-08-16  Bruno Haible  <bruno@clisp.org>
15394
15395         * lib/strcase.h (strcasecmp): Add note in comments.
15396         * lib/strncasecmp.c: Use code from strcasecmp.c.
15397         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15398         (strcasecmp): Work correctly in multibyte locales.
15399
15400 2005-08-16  Bruno Haible  <bruno@clisp.org>
15401
15402         * lib/mbiter.h: New file.
15403
15404 2005-08-16  Bruno Haible  <bruno@clisp.org>
15405
15406         * lib/mbfile.h: New file.
15407
15408 2005-08-16  Bruno Haible  <bruno@clisp.org>
15409
15410         * lib/mbchar.h: New file.
15411         * lib/mbchar.c: New file.
15412
15413 2005-08-16  Bruno Haible  <bruno@clisp.org>
15414
15415         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15416         the valid ones. Makes the comparison operations transitive:
15417         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15418         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15419
15420 2005-08-15  Simon Josefsson  <jas@extundo.com>
15421
15422         * modules/ssize_t (License): Change to 'unlimited'.
15423
15424         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15425
15426 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15429         Add comments for each pending glibc patch.
15430
15431 2005-08-15  Bruno Haible  <bruno@clisp.org>
15432
15433         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15434         __cplusplus is defined.
15435
15436 2005-08-14  Jim Meyering  <jim@meyering.net>
15437
15438         Sync from coreutils.
15439
15440         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15441         Use the hash-table-based cycle-detection code not just when
15442         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15443         Reported by James Youngman in
15444         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15445         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15446         FTS_TIGHT_CYCLE_CHECK.
15447         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15448         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15449         once again.
15450         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15451         * lib/fts.c (fd_safer): Remove decl.
15452         Include fcntl--.h rather than unistd-safer.h
15453         (fts_safe_changedir): Don't call fd_safer; no longer needed
15454         now that we include fcntl--.h.
15455
15456 2005-08-12  Simon Josefsson  <jas@extundo.com>
15457
15458         * modules/getndelim2: Use ssize_t module.
15459         * modules/getnline: Likewise.
15460         * modules/safe-read: Likewise.
15461         * modules/xreadlink: Likewise.
15462
15463         * modules/ssize_t: New file.
15464
15465 2005-08-12  Simon Josefsson  <jas@extundo.com>
15466
15467         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15468
15469 2005-08-12  Simon Josefsson  <jas@extundo.com>
15470
15471         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15472         ssize_t.
15473
15474 2005-08-12  Simon Josefsson  <jas@extundo.com>
15475
15476         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15477         readline, getdelim and check_version.
15478         (Support for systems lacking ISO C 99: Sizes of integer types):
15479         Add size_max.
15480
15481 2005-08-12  Bruno Haible  <bruno@clisp.org>
15482
15483         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15484
15485 2005-08-11  Simon Josefsson  <jas@extundo.com>
15486
15487         * modules/readline: New file.
15488
15489         * modules/strnlen (Files): Add strnlen.h.
15490
15491 2005-08-11  Simon Josefsson  <jas@extundo.com>
15492
15493         * m4/readline.m4: New file.
15494
15495 2005-08-11  Simon Josefsson  <jas@extundo.com>
15496
15497         * lib/readline.h, readline.c: New file.
15498
15499 2005-08-11  Simon Josefsson  <jas@extundo.com>
15500
15501         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15502         gl_AVOID.
15503
15504 2005-08-11  Bruno Haible  <bruno@clisp.org>
15505
15506         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15507
15508 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15509
15510         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15511
15512 2005-08-10  Simon Josefsson  <jas@extundo.com>
15513
15514         * tests/test-iconvme.c: New file.
15515
15516 2005-08-10  Simon Josefsson  <jas@extundo.com>
15517
15518         * m4/strnlen.m4: New file.
15519
15520         * m4/strndup.m4: Don't check for strnlen declaration, done in
15521         strnlen.m4.
15522
15523 2005-08-10  Simon Josefsson  <jas@extundo.com>
15524
15525         * lib/strndup.c: Use strnlen.h.
15526
15527         * lib/strnlen.h: New file.
15528
15529 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15530
15531         * README: Typos.
15532
15533 2005-08-02  Simon Josefsson  <jas@extundo.com>
15534
15535         * modules/readline: New file.
15536
15537 2005-08-02  Simon Josefsson  <jas@extundo.com>
15538
15539         * modules/getdelim: New file.
15540
15541         * modules/getline: Rewrite, don't use getndelim2.
15542
15543 2005-08-02  Simon Josefsson  <jas@extundo.com>
15544
15545         * m4/getline.m4: Separate out getdelim stuff into separate module.
15546
15547         * m4/getdelim.m4: New file.
15548
15549 2005-08-02  Simon Josefsson  <jas@extundo.com>
15550
15551         * lib/getline.h, getline.c: Rewrite.
15552
15553         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15554
15555 2005-07-31  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/lock.h (gl_lock_initializer): New macro.
15558         (gl_lock_define_initialized): Use it.
15559         (gl_rwlock_initializer): New macro.
15560         (gl_rwlock_define_initialized): Use it.
15561         (gl_recursive_lock_initializer): New macro.
15562         (gl_recursive_lock_define_initialized): Use it.
15563
15564 2005-07-30  Karl Berry  <karl@gnu.org>
15565
15566         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15567         Report from Ben Pfaff, regarding getopt.
15568
15569 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15570
15571         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15572         normal way.
15573         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15574         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15575         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15576         (gl_GETOPT): Use the new macros.  Most of the implementation
15577         is moved to the new macros.  This is for programs like Emacs
15578         that don't want all the functionality of gl_GETOPT.
15579
15580 2005-07-26  Bruno Haible  <bruno@clisp.org>
15581
15582         * m4/lock.m4: Update from GNU gettext.
15583
15584 2005-07-26  Bruno Haible  <bruno@clisp.org>
15585
15586         * lib/lock.h: Update from GNU gettext.
15587         * lib/lock.c: Update from GNU gettext.
15588
15589 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15590
15591         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15592         obsolescent AC_TRY_RUN.  Include the default includes files, for
15593         'exit'.
15594
15595 2005-07-24  Bruno Haible  <bruno@clisp.org>
15596
15597         * modules/visibility: New file.
15598         * MODULES.html.sh (Misc): Add visibility.
15599
15600 2005-07-24  Bruno Haible  <bruno@clisp.org>
15601
15602         * m4/visibility.m4: New file.
15603
15604 2005-07-24  Bruno Haible  <bruno@clisp.org>
15605
15606         * doc/visibility.texi: New file.
15607
15608 2005-07-22  Bruno Haible  <bruno@clisp.org>
15609
15610         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15611         $(ALLOCA_H), redundant through BUILT_SOURCES.
15612         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15613         redundant through BUILT_SOURCES.
15614         * modules/byteswap (Makefile.am): Remove explicit dependency on
15615         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15616         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15617         $(FNMATCH_H), redundant through BUILT_SOURCES.
15618         * modules/getopt (Makefile.am): Remove explicit dependency on
15619         $(GETOPT_H), redundant through BUILT_SOURCES.
15620         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15621         redundant through BUILT_SOURCES.
15622         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15623         redundant through BUILT_SOURCES.
15624         * modules/stdbool (Makefile.am): Remove explicit dependency on
15625         $(STDBOOL_H), redundant through BUILT_SOURCES.
15626         * modules/stdint (Makefile.am): Remove explicit dependency on
15627         $(STDINT_H), redundant through BUILT_SOURCES.
15628         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15629         Remove explicit dependency on $(SYSEXITS_H).
15630         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15631
15632 2005-07-18  Simon Josefsson  <jas@extundo.com>
15633
15634         * lib/check-version.c (check_version): Accept identical versions too.
15635
15636 2005-07-18  Bruno Haible  <bruno@clisp.org>
15637
15638         * modules/lock: New file.
15639         * MODULES.html.sh (Multithreading): New section.
15640
15641 2005-07-18  Bruno Haible  <bruno@clisp.org>
15642
15643         * m4/lock.m4: New file, from GNU gettext.
15644
15645 2005-07-18  Bruno Haible  <bruno@clisp.org>
15646
15647         * lib/lock.h: New file, from GNU gettext.
15648         * lib/lock.c: New file, from GNU gettext.
15649
15650 2005-07-18  Bruno Haible  <bruno@clisp.org>
15651
15652         * lib/lock.h (gl_once_t): New type.
15653         (gl_once_define, gl_once): New macros.
15654         * lib/lock.c (fresh_once): New variable.
15655         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15656         functions.
15657
15658 2005-07-16  Simon Josefsson  <jas@extundo.com>
15659
15660         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15661         workaround, suggested by Bruno.
15662
15663 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15664
15665         * modules/xalloc (Depends-on): Add xalloc-die.
15666         * modules/xvasprintf (Depends-on): Add xalloc-die.
15667
15668 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15669
15670         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15671         with a minor change.
15672
15673 2005-07-15  Bruno Haible  <bruno@clisp.org>
15674
15675         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15676         When using lib/poll.c, define poll as rpl_poll.
15677
15678 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         * modules/argp (Depends-on): Remove unlocked-io.
15681
15682 2005-07-14  Derek Price  <derek@ximbiot.com>
15683
15684         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15685         for glob symlink bug.
15686
15687 2005-07-14  Bruno Haible  <bruno@clisp.org>
15688
15689         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15690         Instead, test for *_unlocked function declarations directly.
15691
15692 2005-07-11  Simon Josefsson  <jas@extundo.com>
15693
15694         * modules/size_max: New file.
15695
15696         * modules/xsize: Depend on size_max module for size_max.m4.
15697
15698 2005-07-11  Simon Josefsson  <jas@extundo.com>
15699
15700         * lib/size_max.h: New file.
15701
15702 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15705         copyright symbol and the year.
15706         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15707         (version_etc_va): Use parameterized copyright notice.
15708         Reword to conform to the current GNU coding standards.
15709
15710 2005-07-11  Karl Berry  <karl@gnu.org>
15711
15712         * doc/gnulib.texi (Quoting): new node.
15713         (Initial import): more info, from Patrice.
15714
15715 2005-07-11  Bruno Haible  <bruno@clisp.org>
15716
15717         * gnulib-tool (func_usage): Document option --avoid.
15718         (Command line options): Handle --avoid.
15719         (func_acceptable): New function.
15720         (func_modules_transitive_closure): Use it.
15721
15722 2005-07-11  Bruno Haible  <bruno@clisp.org>
15723
15724         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15725         Reported by Jim Meyering.
15726
15727 2005-07-10  Bruno Haible  <bruno@clisp.org>
15728
15729         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15730         Needed when size_t is smaller than 'unsigned int'.
15731         Reported by Paul Eggert.
15732
15733 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15734
15735         * modules/argp (Depends-on): Add unlocked-io
15736
15737 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15738
15739         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15740         block of defines.
15741
15742 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15745         fix now.
15746
15747 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15748         and Paul Eggert  <eggert@cs.ucla.edu>
15749
15750         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15751         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15752
15753 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15754
15755         * modules/regex (Files): Add lib/regex_internal.c,
15756         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15757         (Depends-on): Add extensions.
15758         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15759
15760 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15761
15762         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15763         pathconf.
15764         * m4/same.m4 (gl_SAME): Likewise.
15765         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15766
15767         * m4/regex.m4: Adjust to new libc regex implementation.
15768         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15769         all the .c and .h parts of (the new) regex.
15770         Quote the m4 stuff better.
15771         Check for RE_ICASE bug of old gnulib.
15772         Check for REG_STARTEND of recent libc.
15773         Rename local variables from jm_* to gl_*.
15774         Quote operand of "test -f".
15775         Say "recent enough" version of libc, not "version 2".
15776         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15777         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15778         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15779         Remove check for btowc, isascii.
15780         Require AM_LANGINFO_CODESET.
15781
15782 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * lib/regex.c, regex.h: Sync from libc.
15785         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15786         * lib/regexec.c:
15787         New files, synced from libc, except that regex_internal.h
15788         currently has a small porting fix.
15789
15790 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15793         regex_internal.c, regexec.c.
15794         Add regex_internal.h too, but as a comment, since the libc version
15795         is currently broken in gnulib mode.
15796
15797 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         Support programs like Emacs that use gnulib but not gettext.
15800         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15801         * modules/gettext-h: New file.
15802         * modules/gettext (Files): Remove lib/gettext.h.
15803         (Depends-on): Add gettext-h.
15804         (Makefile.am): Remove lib_SOURCES.
15805         * modules/argmatch, modules/c-stack, modules/closeout:
15806         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15807         * modules/execute, modules/file-type, modules/getaddrinfo:
15808         * modules/getopt, modules/human, modules/javacomp:
15809         * modules/javaexec, modules/mkdir-p, modules/obstack:
15810         * modules/openat, modules/pagealign_alloc, modules/pipe:
15811         * modules/quotearg, modules/regex, modules/rpmatch:
15812         * modules/unicodeio, modules/userspec, modules/version-etc:
15813         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15814         * modules/xsetenv:
15815         Depend on gettext-h, not gettext.
15816
15817 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15818
15819         * gnulib-tool (func_import): Add support for 'public domain' license.
15820         * modules/alloca, modules/atexit, modules/memmove:
15821         Now public domain, not GPL.
15822         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15823         * modules/realloc, modules/strerror, modules/strtod:
15824         Now LGPL, not GPL.
15825
15826 2005-07-05  Bruno Haible  <bruno@clisp.org>
15827
15828         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15829         autoconf CVS. Needed for mingw.
15830
15831 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15832
15833         Remove the dependency of the strftime module on the tzset module.
15834         * modules/strftime (Depends-on): Remove dependency on tzset.
15835
15836 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15837
15838         Remove the dependency of the strftime module on the tzset module.
15839         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15840         gl_FUNC_TZSET_CLOBBER.
15841
15842 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15843
15844         Remove the dependency of the strftime module on the tzset module.
15845         * lib/strftime.c (my_strftime)
15846         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15847         Copy the input structure, to work around some of the bug with
15848         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15849         Solaris releases, you should also use the tzset module, but we won't
15850         require it as a dependency any more since we don't want LGPLed code
15851         to depend on GPLed code.
15852
15853 2005-07-02  Jim Meyering  <jim@meyering.net>
15854
15855         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15856         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15857         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15858         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15859
15860 2005-07-02  Jim Meyering  <jim@meyering.net>
15861
15862         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15863
15864 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15865
15866         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15867         declares only 'struct timespec;' (!).
15868
15869 2005-07-01  Jim Meyering  <jim@meyering.net>
15870
15871         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15872         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15873         * lib/save-cwd.c, tempname.c:
15874         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15875         and don't include <sys/file.h>).
15876
15877 2005-06-29  Jim Meyering  <jim@meyering.net>
15878
15879         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15880         type name.  Use the variable name instead.
15881         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15882         Likewise.
15883
15884 2005-06-28  Simon Josefsson  <jas@extundo.com>
15885
15886         * modules/check-version (Files): Add check-version.m4.
15887
15888 2005-06-28  Simon Josefsson  <jas@extundo.com>
15889
15890         * m4/check-version.m4: New file, suggested by Jim Meyering
15891         <jim@meyering.net>.
15892
15893 2005-06-28  Simon Josefsson  <jas@extundo.com>
15894
15895         * lib/check-version.h, lib/check-version.c: New files.
15896
15897 2005-06-28  Simon Josefsson  <jas@extundo.com>
15898
15899         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15900         collision with global variable.  Better indentation.  Don't
15901         increment buffer pointer beyond buffer end.  Based on comments
15902         from Paul Eggert <eggert@cs.ucla.edu>.
15903
15904         * lib/base64.h: Indent.
15905
15906 2005-06-28  Simon Josefsson  <jas@extundo.com>
15907
15908         * doc/gnulib.texi (Library version handling): New section.
15909
15910 2005-06-28  Jim Meyering  <jim@meyering.net>
15911
15912         * check-module (find_included_lib_files): Hard-code another
15913         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15914         but modules/fts-lgpl (correctly) does not list those files.
15915
15916         * modules/canonicalize (Files): Add lib/pathmax.h.
15917
15918 2005-06-25  Simon Josefsson  <jas@extundo.com>
15919
15920         * modules/check-version: New file.
15921
15922 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15925         initializer of struct addrinfo, as an indication that we don't
15926         care how many members the structure has.
15927
15928 2005-06-24  Derek Price  <derek@ximbiot.com>
15929         and Bruno Haible  <bruno@clisp.org>
15930
15931         Remove stat module & update lstat.
15932         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15933         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15934         * m4/stat.m4: Remove this file.
15935
15936 2005-06-24  Derek Price  <derek@ximbiot.com>
15937         and Bruno Haible  <bruno@clisp.org>
15938
15939         Remove stat module & update lstat.
15940         * lib/stat.c: Remove this file...
15941         (slash_aware_lstat): ...moving this content and its support...
15942         * lib/lstat.c (rpl_lstat): ...into here.
15943         * lib/lstat.h: New file.
15944
15945 2005-06-24  Derek Price  <derek@ximbiot.com>
15946         and Bruno Haible  <bruno@clisp.org>
15947
15948         Remove stat module & update lstat.
15949         * config/srclist.txt (libc sources): Remove stat.
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         * MODULES.html.sh (stat): Remove.
15956         * MODULES.html: Regenerated.
15957         * modules/lstat (Description): Correct function name.
15958         (Files): Add "lstat.h".
15959         (Depends-on): Remove stat, add xalloc, stat-macros.
15960         * modules/stat: Remove this file.
15961         (Include): Add "lstat.h", remove <sys/stat.h>.
15962
15963 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15964
15965         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15966         (ranged_convert): Don't save conversion in a temporary struct.
15967         This causes a warning with GCC 4.0.0, and anyway in the typical
15968         case it's not worth the extra 100 bytes or so of code.
15969         (ranged_convert, __mktime_internal): When calling a function via a
15970         pointer P, use P () rather than (*P) (), as we now assume C89 or
15971         better.
15972
15973 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15974
15975         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15976         "who -r" failed to give output.  Problem reported by Tim Waugh.
15977
15978         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15979         (xcalloc): Use it to avoid needless tests.
15980         Problem reported by Jim Meyering.
15981
15982 2005-06-20  Derek Price  <derek@ximbiot.com>
15983
15984         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
15985         unnecessary for Autoconfs > 2.59c.
15986
15987 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15988
15989         * lib/argp.h (__option_is_short): Check upper limit of
15990         __key. Isprint() requires its argument to have the value
15991         of an unsigned char or EOF.
15992
15993 2005-06-16  Jim Meyering  <jim@meyering.net>
15994
15995         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
15996         when either N or S is zero.
15997
15998 2005-06-16  Derek Price  <derek@ximbiot.com>
15999
16000         * m4/bison.m4: Declare YACC & YFLAGS precious.
16001
16002 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16003
16004         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16005         multibyte string or pattern, fall back on unibyte matching.
16006         Problem reported by James Youngman.
16007
16008 2005-06-08  Bruno Haible  <bruno@clisp.org>
16009
16010         * modules/csharpcomp: New file.
16011         * MODULES.html.sh (C#): Add csharpcomp.
16012
16013 2005-06-08  Bruno Haible  <bruno@clisp.org>
16014
16015         * m4/csharpcomp.m4: New file, from GNU gettext.
16016
16017 2005-06-08  Bruno Haible  <bruno@clisp.org>
16018
16019         * lib/csharpcomp.h: New file, from GNU gettext.
16020         * lib/csharpcomp.c: New file, from GNU gettext.
16021         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16022
16023 2005-06-08  Bruno Haible  <bruno@clisp.org>
16024
16025         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16026         warning on mingw.
16027
16028 2005-06-07  Derek Price  <derek@ximbiot.com>
16029
16030         Sync from CVS.
16031         * lib/glob_.h: Indent nested #ifdef.
16032
16033 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16034
16035         Sync from coreutils.
16036         Use "file name" when talking about file names, instead of "filename"
16037         or "path", as per the GNU coding standards.
16038         * lib/mkdir-p.c: Renamed from makepath.c.
16039         (make_dir_parents): Renamed from make_path.  All callers changed.
16040         * lib/mkdir-p.h: Likewise.  All includers changed.
16041         * lib/filenamecat.c: Renamed from path-concat.c.
16042         (file_name_concat): Renamed from path_concat.  All callers changed.
16043         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16044         * lib/filenamecat.h: Likewise.  All includers changed.
16045         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16046         in comments or local variable names.
16047         * lib/basename.c: Likewise.
16048         * lib/canonicalize.c, canonicalize.h: Likewise.
16049         * lib/dirname.c, dirname.h: Likewise.
16050         * lib/euidaccess.c: Likewise.
16051         * lib/exclude.c: Likewise
16052         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16053         * lib/fsusage.c, fsuage.h: Likewise.
16054         * lib/fts.c, fts_.h: Likewise.
16055         * lib/getcwd.c: Likewise.
16056         * lib/getloadavg.c: Likewise.
16057         * lib/mkstemp.c: Likewise.
16058         * lib/mountlist.c, mountlist.h: Likewise.
16059         * lib/openat.c, openat.h: Likewise.
16060         * lib/readlink-stub.c: Likewise.
16061         * lib/readutmp.c, readutmp.h: Likewise.
16062         * lib/rename.c: Likewise.
16063         * lib/rmdir.c: Likewise.
16064         * lib/same.c: Likewise.
16065         * lib/savedir.c: Likewise.
16066         * lib/stripslash.c: Likewise.
16067         * lib/tempname.c: Likewise.
16068         * lib/xreadlink.c: Likewise.
16069         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16070         All uses changed.
16071         * lib/exclude.h: Likewise.
16072
16073         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16074         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16075         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16076         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16077         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16078         files have been getting away with it for years (MORE/BSD 4.3
16079         is extinct now).
16080         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16081         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16082
16083         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16084         Define to 256, not 255, as per modern POSIX.
16085
16086 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16087
16088         Sync from coreutils.
16089         Use "file name" when talking about file names, instead of "filename"
16090         or "path", as per the GNU coding standards.
16091         * MODULES.html.sh: mkdir-p renamed from makepath.
16092         filenamecat renamed from path-concat.
16093         * modules/filenamecat: Renamed from modules/path-concat.
16094         (Files): filenamecat.h and filenamecat.c renamed from
16095         path-concat.h and path-concat.c.
16096         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16097         (Include): filenamecat.h, not path-concat.h.
16098         * modules/mkdir-p: Renamed from modules/makepath.
16099         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16100         makepath.c.
16101         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16102         (Include): mkdir-p.h, not makepath.h.
16103
16104 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16105
16106         Sync from coreutils.
16107         * m4/mkdir-p.m4: Renamed from makepath.m4.
16108         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16109         Rename files from makepath.c to mkdir-p.c, and from
16110         makepath.h to mkdir-p.h.
16111         * m4/filenamecat.m4: Renamed from path-concat.m4.
16112         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16113         Rename files from path-concat.c to filenamecat.c,
16114         and from path-concat.h to filenamecat.h.
16115         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16116         "file name" in local variables or comments.
16117         * m4/rename.m4: Likewise.
16118
16119 2005-06-01  Bruno Haible  <bruno@clisp.org>
16120
16121         * modules/csharpexec: New file.
16122         * MODULES.html.sh (C#): New section.
16123
16124 2005-06-01  Bruno Haible  <bruno@clisp.org>
16125
16126         * m4/csharp.m4: New file, from GNU gettext.
16127         * m4/csharpexec.m4: New file, from GNU gettext.
16128
16129 2005-06-01  Bruno Haible  <bruno@clisp.org>
16130
16131         * lib/csharpexec.h: New file, from GNU gettext.
16132         * lib/csharpexec.c: New file, from GNU gettext.
16133         * lib/csharpexec.sh.in: New file, from GNU gettext.
16134
16135 2005-05-31  Derek Price  <derek@ximbiot.com>
16136             Paul Eggert  <eggert@cs.ucla.edu>
16137
16138         Sync from cvs.
16139         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16140
16141 2005-05-31  Derek Price  <derek@ximbiot.com>
16142             Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         Sync from cvs.
16145         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16146
16147 2005-05-29  Derek Price  <derek@ximbiot.com>
16148
16149         * config/srclist.txt (glob_.h, glob.c): Add these files.
16150
16151 2005-05-29  Derek Price  <derek@ximbiot.com>
16152
16153         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16154         * modules/glob: New file.
16155         * modules/getlogin_r: Add link to POSIX spec in description.
16156
16157 2005-05-29  Derek Price  <derek@ximbiot.com>
16158             Paul Eggert  <eggert@cs.ucla.edu>
16159
16160         * m4/glob.m4: New file.
16161
16162 2005-05-29  Derek Price  <derek@ximbiot.com>
16163             Paul Eggert  <eggert@cs.ucla.edu>
16164
16165         * lib/glob_.h, lib/glob.c: New files.
16166
16167 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16168
16169         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16170         * modules/fts-lgpl (Depends-on): Remove gettext.
16171
16172 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16173
16174         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16175         and don't require gt_INTTYPES_PRI.
16176
16177 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16178
16179         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16180
16181         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16182         the configuration hassle isn't worth it.
16183         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16184         (LONGEST_MODIFIER, PRIuMAX): Remove.
16185
16186 2005-05-27  Bruno Haible  <bruno@clisp.org>
16187
16188         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16189
16190 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16191
16192         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16193         _POSIX_PTHREAD_SEMANTICS for Solaris.
16194
16195 2005-05-25  Derek Price  <derek@ximbiot.com>
16196
16197         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16198
16199 2005-05-25  Derek Price  <derek@ximbiot.com>
16200             Paul Eggert  <eggert@cs.ucla.edu>
16201
16202         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16203         * lib/getlogin_r.c, getlogin_r.h: New files.
16204
16205 2005-05-25  Bruno Haible  <bruno@clisp.org>
16206             Derek Price  <derek@ximbiot.com>
16207
16208         * lib/getlogin_r.h: Simplify API documentation.
16209
16210 2005-05-23  Derek Price  <derek@ximbiot.com>
16211
16212         * modules/minmax (Files): Add m4/minmax.m4.
16213         (configure.ac): Add gl_MINMAX.
16214
16215 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16216
16217         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16218         so that unistd-safer.h (GPL'ed code) need not be included.
16219
16220 2005-05-22  Bruno Haible  <bruno@clisp.org>
16221
16222         * m4/minmax.m4: New file.
16223         Based on a patch by Derek Price <derek@ximbiot.com>.
16224
16225 2005-05-22  Bruno Haible  <bruno@clisp.org>
16226
16227         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16228         (INT64_MIN): Fix definition.
16229         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16230
16231         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16232         NEED_SIGNED_INT_TYPES.
16233
16234         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16235         HAVE_SYSTEM_INTTYPES.
16236
16237 2005-05-22  Bruno Haible  <bruno@clisp.org>
16238
16239         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16240         Also include <sys/param.h> if it defines MIN, MAX.
16241         Based on a patch by Derek Price <derek@ximbiot.com>.
16242
16243 2005-05-21  Jim Meyering  <jim@meyering.net>
16244
16245         * modules/fts (Files): Add m4/inttypes-pri.m4.
16246         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16247
16248 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16249
16250         New fts module.
16251         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16252         (setup_dir, free_dir): New functions.
16253         (enter_dir, leave_dir): Define trivial
16254         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16255         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16256         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16257         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16258         Move to fts-cycle.c.
16259         (fts_open): Use setup_dir.
16260         (fts_close): Use free_dir.
16261         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16262         This adds a label and some gotos, but the alternatives were messier.
16263         Check for memory allocation failure when entering a dir.
16264         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16265         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16266         (FTS): New member fts_cycle, that is a union that contains the
16267         old active_dir_ht and cycle_state.  All uses changed to mention
16268         fts_cycle.ht and fts_cycle.state.
16269         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16270         fts.c, with the following changes:
16271         (setup_dir, free_dir): New functions.
16272         (enter_dir): Now returns bool.  Return true if successful, false
16273         if memory exhausted.  All callers changed.
16274         Do not bother partly cleaning up on
16275         memory allocation failure; that is free_dir's job.
16276         However, free ad if hash_insert fails, to avoid memory leak.
16277         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16278         fts->fts_options to see which union member to use.
16279
16280 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16283         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16284
16285 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16286
16287         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16288
16289 2005-05-20  Jim Meyering  <jim@meyering.net>
16290
16291         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16292         Now a macro, to pacify GCC.
16293
16294 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16295
16296         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16297         of -1.
16298
16299 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16300
16301         * lib/chown.c (rpl_chown): Return -1 on failure.
16302
16303 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16304
16305         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16306         Don't check for stddef.h.
16307         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16308         don't use its results.
16309         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16310         since we include them unconditionally.  Don't require
16311         AM_STDBOOL_H, since stdbool is a prerequisite.
16312         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16313         since we assume C89 or better.
16314         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16315         as we don't use their results.
16316         Don't check for fchdir, memmove, memset, strrchr, as we use
16317         them unconditionally.
16318         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16319         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16320
16321 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16324         Include <stddef.h> unconditionally, since we assume C89 now.
16325         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16326         * lib/fts.c: Include fts_.h first, to check interface.
16327         Do not include intprops.h; no longer needed.
16328         Include cycle-check.h and hash.h, since fts_.h no longer does.
16329         Remove unnecessary casts of closedir to void.
16330         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16331         decide whether to decrement nlinks.
16332         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16333         (FTS): Use struct hash_table * instead of Hash_table, so that
16334         we no longer need to include hash.h here.
16335
16336 2005-05-18  Jim Meyering  <jim@meyering.net>
16337
16338         * modules/dirfd (License): Change to LGPL.  Most of the code
16339         is already in the public domain.
16340
16341 2005-05-18  Jim Meyering  <jim@meyering.net>
16342
16343         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16344         Reported by Yoann Vandoorselaere.
16345
16346 2005-05-17  Jim Meyering  <jim@meyering.net>
16347
16348         * m4/fts.m4: New file, from coreutils.
16349
16350 2005-05-17  Jim Meyering  <jim@meyering.net>
16351
16352         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16353
16354 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16355
16356         Sync from coreutils.
16357         * m4/unlinkdir.m4: New file.
16358
16359 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16360
16361         Sync from coreutils.
16362         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16363         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16364         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16365         White space changes only.
16366         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16367         special.
16368         * lib/yesno.c: Include getline.h, not ctype.h.
16369         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16370         Use getline to remove arbitrary restriction on response length.
16371
16372 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16373
16374         * config/srclist-update: Spell out "Street" in FSF postal
16375         mail address; this is the style the FSF seems to prefer.
16376
16377         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16378         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16379         this updates FSF postal mail address.
16380
16381         Sync from coreutils.
16382         * modules/unlinkdir: New file.
16383         * modules/yesno (Depends-on): Add getline.
16384         * MODULES.html.sh (File system functions): Add unlinkdir.
16385
16386 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16387
16388         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16389         lib/strsep.h:
16390         Change the initial comment to refer to GPL, not LGPL.
16391         gnulib-tool will change it to LGPL as needed.
16392
16393         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16394         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16395         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16396         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16397         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16398         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16399         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16400         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16401         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16402         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16403         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16404         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16405         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16406         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16407         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16408         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16409         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16410         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16411         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16412         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16413         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16414         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16415         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16416         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16417         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16418         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16419         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16420         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16421         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16422         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16423         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16424         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16425         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16426         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16427         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16428         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16429         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16430         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16431         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16432         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16433         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16434         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16435         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16436         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16437         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16438         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16439         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16440         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16441         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16442         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16443         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16444         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16445         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16446         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16447         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16448         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16449         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16450         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16451         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16452         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16453         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16454         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16455         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16456         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16457         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16458         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16459         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16460         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16461         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16462         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16463         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16464         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16465         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16466         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16467         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16468         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16469         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16470         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16471         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16472         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16473         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16474         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16475         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16476         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16477         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16478         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16479         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16480         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16481         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16482         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16483         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16484         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16485         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16486         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16487         lib/yesno.c, lib/yesno.h:
16488         Update FSF postal mail address.
16489
16490 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16491
16492         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16493         tests/test-memmem.c, tests/test-stpncpy.c:
16494         Update FSF postal mail address.
16495
16496 2005-05-13  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16499         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16500         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16501         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16502         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16503         Add support for 64-bit integers in the MSVC compiler.
16504
16505 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16506
16507         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16508
16509 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16510
16511         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16512
16513 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16514
16515         * doc/getdate.texi (General date syntax): Don't say that date
16516         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16517         Problem reported by Nic Ferrier.
16518
16519 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16520
16521         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16522         specified in ai_socktype. Fix invalid ai_protocol
16523         check. ai_protocol is usually set to 0 or depending on
16524         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16525         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16526         ai_socktype / ai_protocol in the returned addrinfo structure.
16527
16528 2005-05-10  Simon Josefsson  <jas@extundo.com>
16529
16530         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16531         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16532
16533 2005-05-10  Karl Berry  <karl@gnu.org>
16534
16535         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16536         (from http://www.gnu.org/licenses).
16537         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16538         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16539         fdl.texi suffices.
16540
16541 2005-05-10  Karl Berry  <karl@gnu.org>
16542
16543         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16544         (COPYING.DOC): remove.
16545
16546         * config/srclist-update: new FSF address.
16547
16548 2005-05-10  Derek Price  <derek@ximbiot.com>
16549
16550         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16551         possible.
16552
16553 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16554             Bruno Haible  <bruno@clisp.org>
16555
16556         * modules/inet_ntop: New file.
16557         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16558         inet_ntop.
16559
16560 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16561             Bruno Haible  <bruno@clisp.org>
16562
16563         * m4/inet_ntop.m4: New file.
16564
16565 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16566             Bruno Haible  <bruno@clisp.org>
16567
16568         * lib/inet_ntop.h: New file.
16569         * lib/inet_ntop.c: New file, from glibc with modifications.
16570
16571 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16572
16573         * modules/time_r (License): Change to LGPL.
16574         * modules/extensions (License): Change to LGPL.  Actually,
16575         the license is more permissive than that, but currently gnulib-tool
16576         doesn't know how to handle more-permissive licenses.
16577
16578         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16579         Problem reported by Dave Love.
16580
16581 2005-05-08  Jim Meyering  <jim@meyering.net>
16582
16583         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16584         blank.
16585
16586 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16587
16588         * modules/argmatch (Depends-on): Add stdbool.
16589         * modules/backupfile (Depends-on): Likewise.
16590         * modules/chdir-long (Depends-on): Likewise.
16591         * modules/closeout (Depends-on): Likewise.
16592         * modules/cycle-check (Depends-on): Likewise.
16593         * modules/dirname (Depends-on): Likewise.
16594         * modules/fnmatch (Depends-on): Likewise.
16595         * modules/fsusage (Depends-on): Likewise.
16596         * modules/fwriteerror (Depends-on): Likewise.
16597         * modules/getcwd (Depends-on): Likewise.
16598         * modules/getloadavg (Depends-on): Likewise.
16599         * modules/hard-locale (Depends-on): Likewise.
16600         * modules/makepath (Depends-on): Likewise.
16601         * modules/mountlist (Depends-on): Likewise.
16602         * modules/nanosleep (Depends-on): Likewise.
16603         * modules/posixtm (Depends-on): Likewise.
16604         * modules/quotearg (Depends-on): Likewise.
16605         * modules/readtokens (Depends-on): Likewise.
16606         * modules/readtokens0 (Depends-on): Likewise.
16607         * modules/readutmp (Depends-on): Likewise.
16608         * modules/save-cwd (Depends-on): Likewise.
16609         * modules/strftime (Depends-on): Likewise.
16610         * modules/userspec (Depends-on): Likewise.
16611         * modules/utimecmp (Depends-on): Likewise.
16612         * modules/xgetcwd (Depends-on): Likewise.
16613         * modules/xnanosleep (Depends-on): Likewise.
16614         * modules/xstrtod (Depends-on): Likewise.
16615         * modules/yesno (Depends-on): Likewise.
16616
16617 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16620         needless checks.
16621
16622 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         Merge from coreutils.  Among other things,
16625         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16626         * lib/fd-safer.c: New file.
16627         * lib/fcntl-safer.h, open-safer.c: Remove.
16628         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16629         * lib/dup-safer.c: Include unistd-safer.h first.
16630         Don't include errno.h.
16631         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16632         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16633         * lib/file-type.c: Rely on file-type.h change.
16634         * lib/getloadavg.c: Include unistd-safer.h.
16635         (getloadavg): Use safer open.
16636         * lib/getusershell.c: Include "stdio-safer.h".
16637         (getusershell): Use safer fopen.
16638         * lib/long-options.c (long_options): Use NULL rather than 0.
16639         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16640         'free'.
16641         * lib/modechange.c: Likewise.
16642         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16643         (MODE_DONE): New constant.
16644         (struct mode_change): Remove 'next' member.
16645         (make_node_op_equals): New function; like the old one of the
16646         same name, except it allocates an array.
16647         (mode_compile, mode_create_from_ref): Use it.
16648         (mode_compile): Allocate result as an array, not a linked list.
16649         Parse octal string ourself, so that we catch mistakes like "+0".
16650         (mode_adjust): Arg is an array, not a linked list.
16651         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16652         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16653         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16654         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16655         Remove.  This is now stat-macros.h's job.
16656         (talloc): Remove.  All callers replaced by xalloc, so that
16657         our invokers don't have to worry about reporting memory failures.
16658         (make_node_op_equals): Remove.
16659         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16660         New constants.
16661         (struct mode_change): Moved here from modechange.h.
16662         (mode_append_entry): Remove.
16663         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16664         apps to have incorrect behavior.  Use simpler algorithm for head
16665         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16666         Detect more invalid usages rather than having somewhat-random behavior.
16667         Don't insert an "a=" action, as that leads to incorrect behavior.
16668         (mode_compile, mode_create_from_ref): Return NULL on error instead
16669         of an enum, since now there's only one way to have an error.  All
16670         callers changed.
16671         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16672         at the correct time.  Simplify calculation of "+u" and its ilk.
16673         Don't mishandle "+X".
16674         (mode_free): Remove "register" and localize decls.
16675         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16676         (struct mode_change): Move to modechange.c; callers don't
16677         need to see this stuff.
16678         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16679         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16680         (mode_change, mode_adjust): Reflect the new signatures noted above.
16681         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16682         that might redefine system include files.
16683         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16684         (my_usleep): Use NULL rather than (void *) 0.
16685         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16686         Use siginterrupt to specify that system calls should be interrupted.
16687         (rpl_nanosleep): Move initialization of suspended closer to call of
16688         my_usleep.
16689         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16690         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16691         (desirable_utmp_entry): New function.
16692         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16693         using x2nrealloc, to simplify logic.
16694         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16695         size calculation.  Do not assume utmp file is a regular file.
16696         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16697         (READ_UTMP_CHECK_PIDS): New constant.
16698         * lib/save-cwd.c: Include unistd-safer.h.
16699         (save_cwd): Use fd_safer.
16700         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16701         [!_LIBC] Include "stat-macros.h" instead.
16702         * lib/unistd-safer.h (fd_safer): New decl.
16703
16704 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16705
16706         * modules/getloadavg (Depends-on): Add unistd-safer.
16707         * modules/getusershell (Depends-on): Add stdio-safer.
16708         * modules/lstat (Depends-on): Remove xalloc.
16709         * modules/mkstemp (Depends-on): Add stat-macros.
16710         * modules/modechange (Depends-on): Remove xstrtol.
16711         Add stat-macros, xalloc.
16712         * modules/save-cwd (Depends-on): Add unistd-safer.
16713         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16714         * modules/unistd-safer (Files): Add lib/fd-safer.c
16715         (Makefile.am): Remove lib_SOURCES.
16716
16717         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16718         Remove fcntl-safer; unistd-safer supersedes it.
16719
16720 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16721
16722         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16723         AC_HEADER_STAT.
16724         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16725         (gl_PREREQ_CHOWN): Remove.
16726         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16727         it.  Don't require AC_HEADER_STAT.
16728         (gl_PREREQ_LSTAT): Remove.
16729         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16730         Don't require AC_HEADER_STAT.
16731         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16732         (gl_PREREQ_RMDIR): Remove.
16733         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16734         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16735         the stat-macros module a prerequisite.
16736         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16737         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16738         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16739         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16740         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16741         variable names.
16742         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16743         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16744         variable prefixes.
16745         * m4/fcntl-safer.m4: Remove.
16746         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16747         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16748         Invoke gl_PREREQ_FD_SAFER.
16749         (gl_PREREQ_FD_SAFER): New macro.
16750         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16751         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16752         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16753         Remove duplicate call to AC_LIBOBJ(readutmp).
16754         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16755
16756         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16757         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16758
16759 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16760
16761         * MODULES.html.sh (Misc): Add byteswap.
16762
16763 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16764
16765         * modules/getcwd (Depends-on): Add extensions.
16766         * modules/openat (Depends-on): Likewise.
16767
16768 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16769
16770         * modules/byteswap: New file.
16771
16772 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16773
16774         * m4/byteswap.m4: New file.
16775
16776 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16777
16778         * lib/byteswap_.h: New file.
16779
16780 2005-04-25  Karl Berry  <karl@gnu.org>
16781
16782         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16783
16784 2005-04-25  Albert Chin  <china@thewrittenword.com>
16785
16786         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16787         Toolkit C bug.
16788
16789 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16790
16791         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16792         (func_ln_if_changed) Remove forcibly for no error message
16793         in case file does not exist.
16794
16795 2005-04-19  Simon Josefsson  <jas@extundo.com>
16796
16797         * gnulib-tool (Options): Make --symlink mean --symbolic.
16798
16799 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16800
16801         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16802
16803 2005-04-16  Simon Josefsson  <jas@extundo.com>
16804
16805         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16806
16807 2005-04-15  Simon Josefsson  <jas@extundo.com>
16808
16809         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16810
16811 2005-04-15  Simon Josefsson  <jas@extundo.com>
16812
16813         * gnulib-tool: Rename --symlink to --symbolic.
16814
16815 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16816
16817         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16818         symbolic links to files instead of copying/moving.  Add --aux-dir,
16819         specifying directory relative --dir where auxiliary build tools
16820         are placed.
16821
16822 2005-04-14  Bruno Haible  <bruno@clisp.org>
16823
16824         * modules/allocsa (License): Change to LGPL.
16825         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16826
16827 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16830         that "UTC +1 second" continues to work.  Problem reported
16831         by Dmitry V. Levin.
16832         (relunit_snumber): New rule.
16833         (relunit): Use it.
16834
16835 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         * lib/getdate.y (universal_time_zone_table): New constant.
16838         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16839         universal_time_zone_table.
16840         (lookup_zone): Prefer universal_time_zone_table to
16841         local_time_zone_table, so that "GMT" time stamps are allowed in
16842         London during the summer.  Problem reported by Ian Abbott.
16843
16844 2005-04-12  Jim Meyering  <jim@meyering.net>
16845
16846         * lib/human.c (humblock): Set *options even when returning due to
16847         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16848         warning from gcc-4.
16849
16850 2005-04-09  Jim Meyering  <jim@meyering.net>
16851
16852         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16853         -Wuninitialized: initialize tm0.tm_year.
16854
16855 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16858         count, since there's no maximum.  All uses changed.
16859         Add member dsts_seen.
16860         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16861         not being INT_MAX.
16862         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16863         Use pc_rels_seen to decide whther a date is absolute.
16864
16865         * lib/getdate.y (number): Don't overwrite year.
16866         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16867         check.
16868
16869 2005-04-02  Simon Josefsson  <jas@extundo.com>
16870
16871         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16872         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16873
16874 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16875
16876         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16877         where no absolute path name can be longer than PATH_MAX.
16878
16879 2005-03-27  Jim Meyering  <jim@meyering.net>
16880
16881         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16882
16883 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16884
16885         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16886         "one's complement" -> "ones' complement" in comment, as per Knuth.
16887         "value of type" -> "type or expression" in comment.
16888         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16889
16890 2005-03-26  Jim Meyering  <jim@meyering.net>
16891
16892         Comment nits.
16893         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16894         Correct typos: s/or/of/.
16895
16896 2005-03-26  Jim Meyering  <jim@meyering.net>
16897
16898         * modules/check-include-files: Move to ../ and rename to...
16899         * check-module: ...this.
16900
16901 2005-03-25  Jim Meyering  <jim@meyering.net>
16902
16903         * modules/xvasprintf (Files): Add xalloc.h.
16904
16905 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16906
16907         * modules/gettext (Files): config/config.rpath ->
16908         build-aux/config.rpath
16909         * modules/iconv (Files): Likewise.
16910         Problem reported by Oskar Liljeblad.
16911
16912 2005-03-23  Jim Meyering  <jim@meyering.net>
16913
16914         * modules/check-include-files: New script to check for
16915         missing dependencies, multiple includes, etc.
16916
16917         * modules/c-strtold (Depends-on): Add xalloc.
16918         * modules/c-strtod (Depends-on): Add xalloc.
16919         * modules/hash (Depends-on): Add xalloc.
16920         (Files): Remove lib/xalloc.h.
16921
16922         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16923         * modules/userspec (Files): Add lib/inttostr.h.
16924
16925 2005-03-23  Jim Meyering  <jim@meyering.net>
16926
16927         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16928
16929 2005-03-22  Jim Meyering  <jim@meyering.net>
16930
16931         * modules/stat-macros: New module.
16932         * modules/canonicalize, modules/euidaccess, modules/file-type,
16933         * modules/filemode, modules/lchown, modules/makepath,
16934         * modules/rmdir, modules/stat: Depend on new stat-macros module
16935         rather than listing lib/stat-macros.h manually.
16936         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16937
16938 2005-03-22  Jim Meyering  <jim@meyering.net>
16939
16940         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16941
16942 2005-03-22  Bruno Haible  <bruno@clisp.org>
16943
16944         * config/srclist.txt: Replace target directory 'config' with
16945         'build-aux'.
16946         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16947         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16948         ../build-aux/.
16949
16950 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16951
16952         * modules/chdir-long (Depends-on): Add mempcpy.
16953
16954         * modules/acl, modules/backupfile, modules/c-strtod,
16955         modules/c-strtold, modules/canon-host, modules/canonicalize,
16956         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16957         modules/exclude, modules/exitfail, modules/file-type,
16958         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16959         modules/getdate, modules/getline, modules/getpagesize,
16960         modules/getpass, modules/getugroups, modules/group-member,
16961         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16962         modules/inttostr, modules/long-options, modules/makepath,
16963         modules/md5, modules/memcasecmp, modules/memcoll,
16964         modules/modechange, modules/mountlist, modules/path-concat,
16965         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16966         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16967         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16968         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16969         modules/strftime, modules/strndup, modules/strverscmp,
16970         modules/timespec, modules/unlocked-io, modules/userspec,
16971         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16972         modules/yesno:
16973         Remove lib_SOURCES line from Makefile.am section, as this is now
16974         done automatically by the corresponding Autoconf macro.
16975
16976 2005-03-21  Jim Meyering  <jim@meyering.net>
16977
16978         Changes imported from coreutils.
16979
16980         * lib/cycle-check.c: Don't include xalloc.h.
16981
16982         * lib/path-concat.c: Don't include assert.h.
16983         (path_concat): Remove assertion that would have triggered
16984         for ABASE starting with more than one slash.
16985         Reported by Andreas Schwab.
16986
16987         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
16988         properly when ABASE is an absolute file name.
16989         Correct the description of this function.
16990         Include <assert.h>.
16991         Add an assertion and a test driver.
16992         This fixes a bug introduced on 2004-07-02.
16993         Andreas Schwab reported the resulting failure of cp --parents:
16994         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
16995
16996 2005-03-21  Jim Meyering  <jim@meyering.net>
16997
16998         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
16999         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17000
17001 2005-03-21  Jim Meyering  <jim@meyering.net>
17002         and  Paul Eggert  <eggert@cs.ucla.edu>
17003
17004         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17005         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17006         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17007         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17008         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17009         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17010         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17011         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17012         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17013         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17014         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17015         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17016         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17017         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17018         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17019         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17020         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17021         for these modules.
17022
17023 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17024
17025         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17026         (which shouldn't happen), generate nothing instead of returning 0
17027         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17028
17029 2005-03-16  Bruno Haible  <bruno@clisp.org>
17030
17031         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17032         HAVE_LONGLONG_64BIT.
17033
17034 2005-03-16  Bruno Haible  <bruno@clisp.org>
17035
17036         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17037         HAVE_LONGLONG_64BIT.
17038
17039 2005-03-16  Bruno Haible  <bruno@clisp.org>
17040
17041         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17042         HAVE_LONGLONG_64BIT.
17043
17044 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17045
17046         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17047         reliably distinguish strftime failure from empty output on POSIX
17048         hosts.
17049
17050 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17051
17052         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17053         (iconv_string): Don't guess a size-zero buffer, as that might cause
17054         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17055         result would be 'too large', where 'too large' is (heuristically)
17056         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17057         overflow concerns.  This will prevent some unwanted malloc failures
17058         when the inputs are very large.
17059
17060 2005-03-15  Karl Berry  <karl@gnu.org>
17061
17062         * config/srclist.txt (config.rpath): from gettext.
17063         * config/config.rpath: update.
17064
17065 2005-03-15  Bruno Haible  <bruno@clisp.org>
17066
17067         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17068         to 'negate'.
17069
17070         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17071         variable.
17072
17073         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17074         results.
17075
17076 2005-03-14  Simon Josefsson  <jas@extundo.com>
17077
17078         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17079         <fx@gnu.org>.
17080
17081 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17082
17083         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17084         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17085         intprops.h.
17086         * lib/strtol.c: Likewise.
17087
17088 2005-03-14  Jim Meyering  <jim@meyering.net>
17089
17090         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17091         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17092         to be nonzero so that we (and caller) can detect the difference
17093         between a valid zero-length expansion and an error return, even
17094         when the underlying strftime fails before writing anything into
17095         that location.
17096
17097 2005-03-14  Bruno Haible  <bruno@clisp.org>
17098
17099         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17100         Update from GNU gettext 0.14.3.
17101
17102 2005-03-10  Jim Meyering  <jim@meyering.net>
17103
17104         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17105
17106 2005-03-10  Jim Meyering  <jim@meyering.net>
17107
17108         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17109         so that this module works on systems without fchdir.
17110
17111 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17112
17113         Factor int-properties macros into a single file, except for
17114         glibc-related files.
17115         * lib/intprops.h: New file.
17116         * lib/getloadavg.c: Include it instead of limits.h.
17117         (INT_STRLEN_BOUND): Remove.
17118         * lib/human.c: Include intprops.h.
17119         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17120         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17121         302/1000.
17122         * lib/inttostr.h: Include intprops.h instead of limits.h.
17123         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17124         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17125         for consistency with intprops.h.
17126         (time_t_is_integer, twos_complement_arithmetic): Use them.
17127         * lib/sig2str.h: Include <signal.h>, intprops.h.
17128         (INT_STRLEN_BOUND): Remove.
17129         * lib/strftime.c (TYPE_SIGNED): Remove.
17130         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17131         * lib/strtol.c: Adjust comments to match intprops.h.
17132         * lib/userspec.c: Include intprops.h.
17133         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17134         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17135         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17136         instead of rolling our own expressions.
17137         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17138
17139         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17140         instead of int.
17141         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17142         the right thing even if adding 1900 would overflow.  Similarly
17143         for tm_mon + 1 and tm_yday + 1.
17144         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17145         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17146         (DO_SIGNED_NUMBER): New macro.
17147         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17148
17149 2005-03-07  Bruno Haible  <bruno@clisp.org>
17150
17151         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17152
17153 2005-03-07  Bruno Haible  <bruno@clisp.org>
17154
17155         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17156
17157 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17158
17159         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17160         (func_import): Only replace files via --import when they have actually
17161         changed.
17162
17163 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17164
17165         * m4/mmap-anon.m4: New file.
17166         * m4/pagealign_alloc.m4: New file.
17167
17168 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17169             Bruno Haible  <bruno@clisp.org>
17170
17171         * modules/pagealign_alloc: New file.
17172         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17173
17174 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17175             Bruno Haible  <bruno@clisp.org>
17176
17177         * lib/pagealign_alloc.h: New file.
17178         * lib/pagealign_alloc.c: New file.
17179
17180 2005-03-03  Bruno Haible  <bruno@clisp.org>
17181
17182         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17183         Use an all-permissive copyright notice, recommended by RMS.
17184
17185 2005-03-02  Bruno Haible  <bruno@clisp.org>
17186
17187         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17188         of AIX, the replacement has to be done only after <string.h> is
17189         included, therefore not in config.h. stpncpy.h does the replacement,
17190         and stpncpy.c uses it.
17191
17192 2005-03-02  Bruno Haible  <bruno@clisp.org>
17193
17194         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17195         stpncpy.c uses it.
17196
17197 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17198
17199         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17200         The workaround isn't strictly needed for POSIX conformance, and
17201         it's too much of a pain to configure and maintain.  We'll ask
17202         people to fix their kernels instead.
17203         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17204         (NANOSLEEP_BUG_WORKAROUND): Remove.
17205         (xnanosleep): Remove the workaround.
17206
17207 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17208
17209         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17210         Reported by Derek Price.
17211         (Include): Add "timespec.h".
17212
17213         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17214
17215 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17216
17217         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17218         to detect nanosleep bug.
17219
17220 2005-03-01  Bruno Haible  <bruno@clisp.org>
17221
17222         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17223
17224 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17225
17226         * modules/gethrxtime: New file.
17227         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17228         (Depends-on): Add gethrxtime.
17229         (configure.ac): Add gl_XNANOSLEEP.
17230         (Makefile.am): Remove lib_SOURCES line.
17231
17232 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17233
17234         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17235         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17236
17237 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17238
17239         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17240         * lib/timespec.h (gettime): Return void, since it always
17241         succeeds now.  All uses changed.
17242         * lib/gettime.c (gettime) Likewise.
17243         [HAVE_NANOTIME]: Prefer nanotime.
17244         Assume gettimeofday succeeds, as POSIX requires.
17245         Assime time () succeeds, since other code already does.
17246         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17247         (timespec_subtract): Remove.
17248         (NANOSLEEP_BUG_WORKAROUND): New constant.
17249         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17250         things considerably.  Use it only on GNU/Linux hosts, since the
17251         workaround shouldn't be needed elsewhere.
17252
17253 2005-02-24  Bruno Haible  <bruno@clisp.org>
17254
17255         * modules/gettext (Files): Add m4/glibc2.m4.
17256
17257 2005-02-24  Bruno Haible  <bruno@clisp.org>
17258
17259         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17260         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17261         * m4/progtest.m4:
17262         Update from GNU gettext 0.14.2.
17263         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17264
17265 2005-02-24  Bruno Haible  <bruno@clisp.org>
17266
17267         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17268         * lib/config.charset: Update from GNU gettext 0.14.2.
17269
17270 2005-02-24  Bruno Haible  <bruno@clisp.org>
17271
17272         * lib/gettext.h: Update from GNU gettext 0.14.2.
17273
17274 2005-02-23  Simon Josefsson  <jas@extundo.com>
17275
17276         * m4/iconvme.m4: New file.
17277
17278 2005-02-23  Jim Meyering  <jim@meyering.net>
17279
17280         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17281         change.
17282         Thanks to Bruno Haible for catching it.
17283
17284 2005-02-22  Simon Josefsson  <jas@extundo.com>
17285
17286         * modules/iconvme: New file.
17287
17288         * MODULES.html.sh: Add iconvme.
17289
17290 2005-02-22  Simon Josefsson  <jas@extundo.com>
17291
17292         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17293
17294 2005-02-22  Simon Josefsson  <jas@extundo.com>
17295
17296         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17297
17298 2005-02-22  Jim Meyering  <jim@meyering.net>
17299
17300         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17301         s/ifndef/ifdef/.
17302
17303 2005-02-20  Neil Conway  <neilc@samurai.com>
17304
17305         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17306         returned by OSX/Darwin if the specified buffer is not large
17307         enough for the hostname.
17308
17309 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17310
17311         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17312         pass it to _help, otherwise the latter coredumps trying to
17313         dereference state.root_argp.
17314
17315 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17316
17317         * modules/chdir-long (Depends-on): Add memrchr.
17318         * modules/memrchr (Files): Add lib/memrchr.h.
17319         (Include): "memrchr.h".
17320
17321 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17324
17325 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17326
17327         * lib/memrchr.h: New file.
17328         * lib/chdir-long.c: Include it.
17329         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17330         Don't bother including stddef.h.
17331
17332 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17333
17334         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17335         inclusion.
17336         Include <sys/types.h>, for dev_t.
17337         (ME_DUMMY, ME_REMOTE): Move from here....
17338         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17339         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17340         Dmitry V. Levin.
17341         Include mountlist.h first, to test the interface.
17342
17343 2005-01-29  Bruno Haible  <bruno@clisp.org>
17344
17345         * lib/progname.c (program_name): Initialize.
17346         Needed when linking statically on MacOS X.
17347
17348 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17349
17350         Sync from coreutils.
17351         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17352         (Depends-on): Add c-strtod.
17353         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17354
17355 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17356
17357         Sync from coreutils.
17358         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17359
17360         Remove files that are specific to coreutils.
17361         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17362
17363 2005-01-28  Bruno Haible  <bruno@clisp.org>
17364
17365         * modules/javacomp: New file.
17366         * MODULES.html.sh (Java): Add javacomp.
17367
17368 2005-01-28  Bruno Haible  <bruno@clisp.org>
17369
17370         * m4/javacomp.m4: New file, from GNU gettext.
17371
17372 2005-01-28  Bruno Haible  <bruno@clisp.org>
17373
17374         * lib/javacomp.sh.in: New file, from GNU gettext.
17375         * lib/javacomp.h: New file, from GNU gettext.
17376         * lib/javacomp.c: New file, from GNU gettext.
17377
17378 2005-01-26  Simon Josefsson  <jas@extundo.com>
17379
17380         * lib/gai_strerror.c: Use GPL in header.
17381
17382 2005-01-26  Bruno Haible  <bruno@clisp.org>
17383
17384         * modules/javaexec: New file.
17385         * MODULES.html.sh (Java): Add javaexec.
17386
17387 2005-01-26  Bruno Haible  <bruno@clisp.org>
17388
17389         * m4/javaexec.m4: New file, from GNU gettext.
17390
17391 2005-01-26  Bruno Haible  <bruno@clisp.org>
17392
17393         * lib/javaexec.sh.in: New file, from GNU gettext.
17394         * lib/javaexec.h: New file, from GNU gettext.
17395         * lib/javaexec.c: New file, from GNU gettext.
17396
17397 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17398
17399         * modules/lchown (Depends-on): Remove lchown.h
17400
17401 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17402
17403         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17404         must be defined if the header file was not found, in order
17405         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17406
17407 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17408
17409         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17410         initializers for struct pentry_state.
17411         (__argp_error): Check return value of __asprintf
17412         (__argp_failure): Translate error message
17413
17414         * lib/argp-parse.c: Removed braces around the expansion of N_()
17415
17416 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17417
17418         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17419         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17420         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17421         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17422         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17423         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17424         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17425         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17426         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17427         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17428         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17429         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17430         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17431         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17432         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17433         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17434         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17435         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17436         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17437         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17438         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17439         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17440         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17441         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17442         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17443         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17444         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17445         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17446         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17447         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17448         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17449         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17450         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17451         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17452         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17453         Use an all-permissive copyright notice, recommended by RMS.
17454
17455 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17456
17457         * modules/chdir-long (Depends-on): Remove mempcpy.
17458
17459 2005-01-21  Jim Meyering  <jim@meyering.net>
17460
17461         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17462         same value as for Solaris 9.
17463
17464         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17465         component length.  This included changing the parameter to be
17466         of type `char *' rather than `char const *'.
17467         * lib/chdir-long.h (chdir_long): Update prototype.
17468
17469         * lib/openat.c (fdopendir, fstatat): New functions.
17470         * lib/openat.h: Include headers required for use of DIR and struct
17471         stat.
17472         [AT_SYMLINK_NOFOLLOW]: Define.
17473         (fdopendir, fstatat): Add prototypes.
17474
17475 2005-01-21  Bruno Haible  <bruno@clisp.org>
17476
17477         * modules/classpath: New file.
17478         * MODULES.html.sh (Java): Add classpath.
17479
17480 2005-01-21  Bruno Haible  <bruno@clisp.org>
17481
17482         * lib/classpath.h: New file, from GNU gettext.
17483         * lib/classpath.c: New file, from GNU gettext.
17484
17485 2005-01-20  Simon Josefsson  <jas@extundo.com>
17486
17487         * modules/version-etc-fsf: New file.
17488
17489 2005-01-20  Simon Josefsson  <jas@extundo.com>
17490
17491         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17492         * lib/version-etc.c: Remove version_etc_copyright.
17493         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17494         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17495
17496 2005-01-20  Simon Josefsson  <jas@extundo.com>
17497
17498         * lib/base64.h (isbase64): Add.
17499
17500         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17501         using a unsigned prototype, don't inline.
17502         (base64_decode): Use it.
17503
17504 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17507         it.
17508
17509 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17510
17511         * lib/save-cwd.c (save_cwd): Remove code to support the case
17512         where fchdir is missing or flaky.
17513
17514 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17515
17516         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17517
17518 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17519
17520         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17521         AC_LIBSOURCES now does this.
17522         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17523         with new ullong_max module.
17524
17525 2005-01-19  Bruno Haible  <bruno@clisp.org>
17526
17527         * modules/sh-quote: New file.
17528         * MODULES.html.sh (Executing programs): Add sh-quote.
17529
17530 2005-01-19  Bruno Haible  <bruno@clisp.org>
17531
17532         * lib/sh-quote.h: New file, from GNU gettext.
17533         * lib/sh-quote.c: New file, from GNU gettext.
17534
17535 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17536
17537         Merge from coreutils.
17538         * m4/ullong_max.m4: New file.
17539         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17540         (gl_MACROS): Assume localeconv exists.
17541
17542 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         Merge changes from coreutils, as described below in several
17545         changelogs dated today.
17546
17547         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17548         (O_DIRECTORY): Remove; not needed here, since "." must be
17549         a directory.  All uses removed.
17550         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17551         universal on Suns, and we also need to test for IRIX.
17552         Revamp code to use 'if' rather than '#if'.
17553         Avoid unnecessary comparison of cwd->desc to 0.
17554
17555         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17556         for known valid error numbers rather than observed invalid ones.
17557
17558 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17559
17560         * modules/ullong_max: New file.
17561
17562         * modules/chdir-long, modules/openat: New files.
17563         * modules/save-cwd (Depends-on): Depend on chdir-long.
17564         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17565
17566 2005-01-18  Jim Meyering  <jim@meyering.net>
17567
17568         Merge from coreutils.
17569         * m4/chdir-long.m4, m4/openat.m4: New files.
17570         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17571         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17572         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17573         is sane and DOES follow symlinks.  Besides, testing 20 different
17574         systems found no broken chown implementations.
17575         Prompted by a change in rsync's copy of this macro.
17576         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17577
17578         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17579
17580         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17581         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17582         NULL-means-set-to-current-time semantics.
17583         Remove temporary file immediately, rather than waiting
17584         for configure's at-exit trap code to do it.
17585
17586 2005-01-18  Jim Meyering  <jim@meyering.net>
17587
17588         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17589
17590         * lib/utimens.c (futimens): Account for the fact that futimes
17591         can also fail with errno == ENOSYS or errno == ENOENT.
17592         Patch from Dmitry V. Levin.
17593
17594         Change the name of the robust chdir function from chdir to chdir_long.
17595         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17596         (restore_cwd): Use chdir_long, not chdir.
17597         * lib/chdir-long.c: Renamed from chdir.c.
17598         * lib/chdir-long.h: Renamed from chdir.h.
17599         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17600         Hurd.
17601
17602 2005-01-18  Bruno Haible  <bruno@clisp.org>
17603
17604         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17605         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17606         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17607         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17608         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17609         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17610         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17611         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17612         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17613         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17614         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17615         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17616         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17617         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17618         Use an all-permissive copyright notice, recommended by RMS.
17619
17620 2005-01-18  Bob Proulx  <bob@proulx.com>
17621
17622         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17623         simplify offsetof() macro construct to avoid compile failure with
17624         native HP-UX 11.0 ANSI C compiler.
17625
17626 2005-01-17  Bruno Haible  <bruno@clisp.org>
17627
17628         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17629         redundant because stpncpy.m4 takes care of it.
17630
17631 2005-01-17  Bruno Haible  <bruno@clisp.org>
17632
17633         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17634
17635 2005-01-17  Bruno Haible  <bruno@clisp.org>
17636
17637         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17638         used.
17639
17640 2005-01-17  Bruno Haible  <bruno@clisp.org>
17641
17642         * lib/fwriteerror.h (fwriteerror): Change specification to include
17643         fclose.
17644         * lib/fwriteerror.c: Include <stdbool.h>.
17645         (fwriteerror): At the end, close the file stream. Record whether
17646         stdout was already closed.
17647
17648 2005-01-17  Bruno Haible  <bruno@clisp.org>
17649
17650         * lib/execute.c (environ): Declare if needed.
17651         * lib/pipe.c (environ): Likewise.
17652         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17653
17654 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17655
17656         * modules/argp: Depend on vsnprintf
17657
17658 2005-01-10  Jim Meyering  <jim@meyering.net>
17659
17660         * modules/closeout (Depends-on): Add atexit.
17661
17662 2005-01-06  Bruno Haible  <bruno@clisp.org>
17663
17664         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17665
17666 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17667
17668         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17669         definitions to be after all include files, to avoid collisions.
17670         Problem reported by Bob Proulx.
17671
17672 2005-01-04  Jim Meyering  <jim@meyering.net>
17673
17674         Changes imported from coreutils.
17675         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17676         as the mkstemp template, use a temporary directory and an
17677         8.3-friendly template to avoid trouble on systems like DJGPP.
17678         Reported by Juan M. Guerrero via Stepan Kasal.
17679         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17680         close. Remove the temporary directory right away, rather than waiting
17681         for configure's at-exit trap code to do it.
17682         Suggestion from Stepan Kasal.
17683
17684 2005-01-01  Simon Josefsson  <jas@extundo.com>
17685
17686         * gnulib-tool: Print #include directives when --import'ing.
17687
17688 2004-12-28  Simon Josefsson  <jas@extundo.com>
17689
17690         * tests/test-base64.c: Include required header files.  Remove
17691         unused variables.
17692
17693 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17694
17695         * modules/error (Depends-on): Remove gettext.
17696
17697 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17700         not needed.  This removes a dependency on the gettext module.
17701         [defined _LIBC]: Do not include <libintl.h>; not needed.
17702
17703 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17704
17705         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17706         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17707
17708 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17709
17710         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17711         HAVE_DECL_STRTOLD.
17712
17713 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17714
17715         * modules/getdate (Depends-on): Remove alloca-opt.
17716
17717 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17720
17721 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17722
17723         * lib/argp-parse.c: Include <stddef.h>.
17724         (alignof, alignto): New macros.
17725         (parser_init): Don't assume that void * is aligned sufficiently
17726         for struct option.
17727
17728         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17729         need to extend the stack.
17730         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17731         large.
17732
17733 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17734
17735         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17736
17737 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17738
17739         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17740         (2004-10-24) change.  Apparently this was a false alarm.
17741
17742         * modules/getdate: Depend on alloca-opt, not alloca.
17743
17744 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17745
17746         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17747         Remove now-obsolete comment about AIX.
17748         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17749         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17750         (YYMAXDEPTH): New macro.
17751
17752 2004-12-18  Simon Josefsson  <jas@extundo.com>
17753
17754         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17755
17756 2004-12-18  Bruno Haible  <bruno@clisp.org>
17757
17758         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17759
17760 2004-12-18  Bruno Haible  <bruno@clisp.org>
17761
17762         * lib/fatal-signal.c (fatal_signals): Make non-const.
17763         (init_fatal_signals): New function.
17764         (uninstall_handlers, install_handlers): Ignore signals that were set to
17765         SIG_IGN.
17766         (at_fatal_signal): Call init_fatal_signals.
17767         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17768         SIG_IGN.
17769         Reported by Paul Eggert.
17770
17771 2004-12-18  Bruno Haible  <bruno@clisp.org>
17772
17773         * doc/alloca.texi: New file.
17774         * doc/alloca-opt.texi: New file.
17775
17776 2004-12-17  Jim Meyering  <jim@meyering.net>
17777
17778         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17779         Otherwise, install-sh could exit with improper exit status when
17780         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17781
17782 2004-12-16  Simon Josefsson  <jas@extundo.com>
17783
17784         * tests/test-base64.c: Add license.
17785
17786 2004-12-15  Stepan Kasal  <address@hidden>
17787
17788         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17789
17790 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17791
17792         * modules/getcwd (Files): Add m4/d-ino.m4.
17793         Suggested by Mark D. Baushke.
17794
17795 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         * lib/getdate.y (textint): New member "negative".
17798         (time_zone_hhmm): New function.
17799         Expect 14 shift-reduce conflicts, not 13.
17800         (o_colon_minutes): New rule.
17801         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17802         (yylex): Set the "negative" member of signed numbers.
17803
17804 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17805
17806         * doc/getdate.texi (Time of day items, Time zone items):
17807         Describe new formats +00:00, UTC+00:00.
17808
17809 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17810
17811         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17812         spurious "-l"s.  Problem reported by Stepan Kasal.
17813
17814 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17815
17816         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17817         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17818
17819 2004-12-04  Simon Josefsson  <jas@extundo.com>
17820
17821         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17822         Vandoorselaere <yoann@prelude-ids.org>.
17823
17824 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17825
17826         Changes imported from coreutils.
17827         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17828         exist.
17829         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17830
17831 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17832
17833         Changes imported from coreutils.
17834         * lib/hard-locale.c: Assume <locale.h> exists.
17835         Include "strdup.h".
17836         (GLIBC_VERSION): New macro.
17837         (hard_locale): Assume setlocale exists.
17838         Rewrite to avoid #ifdef.
17839         Use strdup rather than malloc + strcpy.
17840         * lib/human.c: Assume <locale.h> exists.
17841         (human_readable): Assume localeconv exists.
17842
17843 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17844
17845         * modules/hard-locale (Depends-on): Add strdup.
17846
17847 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17848
17849         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17850         convert T2, not T.  (Imported from libc.)
17851
17852 2004-11-30  Simon Josefsson  <jas@extundo.com>
17853
17854         * modules/restrict (License): Change to LGPL.
17855
17856 2004-11-30  Simon Josefsson  <jas@extundo.com>
17857
17858         * m4/restrict.m4: Add copyright and copying conditions.
17859
17860 2004-11-30  Simon Josefsson  <jas@extundo.com>
17861
17862         * m4/base64.m4: New file.
17863
17864 2004-11-30  Simon Josefsson  <jas@extundo.com>
17865
17866         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17867         base64.
17868
17869         * tests/test-base64.c: New file.
17870
17871         * modules/base64: New file.
17872
17873 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17874
17875         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17876         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17877
17878         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17879
17880 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17881
17882         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17883         (__getcwd.c): Don't restore errno; glibc doesn't.
17884         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17885         first, falling back to our code only if its results look suspicious.
17886         Ensure that the resulting buffer is only as large as necessary.
17887
17888         * lib/readutmp.c: Include readutmp.h first.
17889         Include <errno.h>, since readutmp.h no longer does that.
17890         * lib/readutmp.h: Don't include <errno.h>,
17891         <sys/param.h>, <time.h>; not needed to establish interface.
17892         (errno): Remove decl.
17893         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17894         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17895         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17896
17897 2004-11-28  Simon Josefsson  <jas@extundo.com>
17898
17899         * lib/base64.h, base64.c: New file.
17900
17901 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17902
17903         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17904
17905 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17906
17907         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17908         (Depends-on): Remove pathmax, same.  Add mempcpy.
17909         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17910         (Makefile.am): Append getcwd.h to lib_SOURCES.
17911         (Include): Add getcwd.h.
17912         (Maintainer): Change from Jim Meyering to "all, glibc",
17913         since getdate now uses intended-for-glibc code.
17914         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17915         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17916
17917 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17918
17919         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17920         HP's ANSI C compiler.
17921         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17922         Declaring int functions causes warnings on some modern systems and
17923         shouldn't be needed to compile on ancient ones.
17924         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17925         defined.
17926
17927         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17928         with the following changes.
17929         (__set_errno): Parenthesize properly.
17930         Include <stdbool.h>.
17931         (MIN, MAX, MATCHING_INO): New macros.
17932         (__getcwd): Define with prototype, not K&R form.
17933         Use heuristics to allocate default buffer on stack if possible.
17934         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17935         behavior, and to avoid the PATH_MAX limit when computing
17936         ../../../../...
17937         Use MATCHING_INO to compare inode number to file.
17938         Check for arithmetic overflow in size calculations.
17939         Fix bug in reallocation of dot array that caused getcwd to fail
17940         on directories nested deeper than 75.
17941         Be more careful about saving errno on error.
17942         Do not use realloc; use only free+malloc, as this is a bit
17943         more flexible and avoids a needless copy operation.
17944         Do not inspect st_dev and st_ino for symbolic links; POSIX
17945         doesn't specify the latter.
17946         Check for closedir errors.
17947         Avoid needless casts.
17948         Use "#ifdef weak_alias" around weak_alias, to be like other
17949         glibc code.
17950         The following changes to getcwd.c have effect only when used in
17951         gnulib; they have no effect inside glibc proper.
17952         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17953         as alloca isn't used.
17954         (alloca, __alloca): Likewise.
17955         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17956         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17957         unconditionally, as gnulib assumes C89 or better.
17958         Do not include <sys/param.h>.
17959         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17960         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17961         better.
17962         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17963         Include <dirent.h> in a way that is compatible with modern Autoconf.
17964         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17965         New macros, if not already defined.
17966         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17967         Use "_LIBC", not "defined _LIBC", for consistency.
17968         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17969         a mempcpy module.
17970         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17971         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17972         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17973         credit only to Jim Meyering and adjust the copyright dates.
17974         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17975         <stdlib.h>, <unistd.h>, "pathmax.h".
17976         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17977         (INITIAL_BUFFER_SIZE): Remove.
17978         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17979
17980 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17981
17982         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17983         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17984         Use the _ONCE methods, for efficiency.
17985         Check for fcntl.h.  In test program, include <errno.h>
17986         and <fcntl.h> if available.  Remove old K&R cruft from
17987         test program.  Check for common errors in GNU/Linux,
17988         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
17989         don't do AC_LIBOBJ, as that's getcwd.m4's job.
17990         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
17991         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
17992         name accordingly.
17993         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
17994         accommodate new getcwd.c.
17995         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
17996         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
17997         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
17998         that's all we need now.
17999
18000 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18001
18002         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18003         argp-parse.c depends on getopt internals, that means we should
18004         always use our getopt, to be on the safe side.
18005         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18006         order not to spoil the result of an eventual previous invocation
18007         of gl_GETOPT_SUBSTITUTE.
18008
18009 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18010
18011         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18012         redefinition warnings. To avoid them, include the defines
18013         in `#if !defined __need_getopt ... #endif'. The only place
18014         where __getopt_argv_const is used is in definitions
18015         of getopt_long and getopt_long_only below, which are as well
18016         protected by `#ifndef __need_getopt'.
18017         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18018         __need_getopt after including <stdio.h> and <unistd.h> These
18019         headers might have defined it.
18020
18021 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18022
18023         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18024
18025 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18028         (futimens): New function, which uses futimes if available.
18029         (futimens, utimens): Support timespec==NULL, with same semantics
18030         as utime and utimens.
18031         * lib/utimens.h (futimens): New decl.
18032
18033 2004-11-23  Jim Meyering  <jim@meyering.net>
18034
18035         * lib/getopt_.h: Remove trailing blanks.
18036
18037 2004-11-23  Jim Meyering  <jim@meyering.net>
18038
18039         * lib/__fpending.c: Add comment.
18040
18041 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * modules/canonicalize (Depends-on): Add xreadlink.
18044         Problem reported by James Youngman.
18045
18046 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18047
18048         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18049         New macros.
18050         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18051         optopt): Use them instead of invoking ## directly; otherwise, the
18052         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18053
18054 2004-11-19  Bruno Haible  <bruno@clisp.org>
18055
18056         * lib/strtok_r.c: Move comments from here...
18057         * lib/strtok_r.h: ... to here.
18058
18059 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18060
18061         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18062         implementations that mishandle size_t overflow.
18063
18064 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18065
18066         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18067         might fail.  Problem reported by Yoann Vandoorselaere.
18068         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18069         implementations that mishandle size_t overflow.
18070
18071 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18072
18073         * modules/canon-host (Depends-on): Add strdup.
18074
18075 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18076
18077         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18078
18079 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18080
18081         * lib/canon-host.c: Include "strdup.h".
18082         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18083         Use strdup instead of malloc/strcpy to duplicate strings.
18084
18085         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18086         (human_space_before_unit): New constant.
18087         * lib/human.c (human_readable): Support it.
18088
18089         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18090         (xgetcwd): Set errno correctly when failing.
18091         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18092         the failure is actually due to a PATH_MAX problem.
18093
18094         Further getopt changes to make it more likely that glibc will
18095         buy the changes back.
18096         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18097         (getopt): Use it, so to preserve glibc semantic
18098         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18099         when compiling for libc.
18100         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18101         (getopt_long, getopt_long_only): Use it.
18102
18103         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18104         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18105         (getopt): Argv is now char * const *, as per standard.
18106         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18107         not char *__getopt_argv_const *.
18108         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18109         _getopt_long_only_r): Likewise.
18110         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18111         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18112         _getopt_long_r, _getopt_long_only_r): Likewise.
18113         * lib/getopt_.h (__getopt_argv_const): Remove.
18114         (getopt): Argv is now char * const *, as per standard.
18115
18116         * lib/getdate.y (tORDINAL): New token.
18117         (day, relunit): Allow it for relative times.
18118         (relative_time_table): Use tORDINAL for ordinals.
18119
18120 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18121
18122         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18123         Document that "second" isn't allowed as an ordinal number.
18124
18125 2004-11-16  Jim Meyering  <jim@meyering.net>
18126
18127         * modules/closeout (Depends-on): Add fpending.
18128
18129 2004-11-15  Jim Meyering  <jim@meyering.net>
18130
18131         * lib/closeout.c: Include "__fpending.h" once again.
18132         Include <stdbool.h>.
18133         (close_stdout): Don't fail just because stdout was closed initially,
18134         since some programs don't write to stdout in the normal course of
18135         operation (other than --version and --help), and we don't want this
18136         function to make e.g. `touch file >&-' fail.
18137         But do fail if it was closed and someone has tried to write to it.
18138         E.g., `printf foo >&-' must fail.
18139
18140 2004-11-13  Jim Meyering  <jim@meyering.net>
18141
18142         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18143
18144 2004-11-12  Simon Josefsson  <jas@extundo.com>
18145
18146         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18147         small doc fix is still pending.
18148
18149 2004-11-11  Simon Josefsson  <jas@extundo.com>
18150
18151         * modules/strtok_r: New file.
18152
18153         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18154         strtok_r.
18155
18156 2004-11-11  Simon Josefsson  <jas@extundo.com>
18157
18158         * m4/strtok_r.m4: New file.
18159
18160         * m4/getopt.m4: Replace opterr.
18161
18162 2004-11-11  Simon Josefsson  <jas@extundo.com>
18163
18164         * lib/strtok_r.h, strtok_r.c: New file.
18165
18166 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18167
18168         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18169         of replacing opterr, getopt, etc.  This should handle the
18170         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18171
18172 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18173
18174         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18175         we can stop lying to compilers about the constness of argv when we
18176         are compiled outside glibc.
18177         (getopt, getopt_long, getopt_long_only): Use it.
18178         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18179         _getopt_internal, getopt): Likewise.
18180         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18181         _getopt_long_only_r): Likewise.
18182         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18183         _getopt_long_r, _getopt_long_only_r): Likewise.
18184
18185         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18186         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18187         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18188         the other external symbols.
18189         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18190         declaration, since the above renaming now works around collisions.
18191
18192 2004-11-11  Jim Meyering  <jim@meyering.net>
18193
18194         * lib/linebreak.c: Remove trailing blanks.
18195         * lib/alloca_.h: Likewise.
18196         * lib/acosl.c: Likewise.
18197         * lib/euidaccess.c: Likewise.
18198         * lib/allocsa.h: Likewise.
18199
18200 2004-11-10  Simon Josefsson  <jas@extundo.com>
18201
18202         * m4/getaddrinfo.m4: New file.
18203
18204 2004-11-10  Simon Josefsson  <jas@extundo.com>
18205
18206         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18207
18208 2004-11-10  Simon Josefsson  <jas@extundo.com>
18209
18210         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18211         getaddrinfo.
18212
18213         * modules/getaddrinfo: New file.
18214
18215 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18216
18217         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18218
18219 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18220
18221         * lib/mktime.c (SHR): New macro, which is a portable
18222         substitute for >> that should work even on Crays.
18223         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18224         Problem reported by Mark D. Baushke in
18225         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18226         * lib/getdate.y (SHR): Likewise.
18227         (tm_diff): Use it.
18228         * lib/strftime.c (SHR): Likewise.
18229         (tm_diff): Use it.
18230         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18231         quote_these_too, so that right shifts are well defined.  All uses
18232         changed.
18233
18234 2004-11-10  Jim Meyering  <jim@meyering.net>
18235
18236         Ensure that no close failure goes unreported.
18237         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18238         return early when it seems there's nothing to flush.
18239         Don't include __fpending.h.
18240
18241 2004-11-10  Jim Meyering  <jim@meyering.net>
18242
18243         * modules/closeout (Depends-on): Remove fpending.
18244
18245 2004-11-10  Jim Meyering  <jim@meyering.net>
18246
18247         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18248
18249 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18250
18251         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18252         gl_FUNC_STRFTIME.
18253         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18254         and AC_REQUIRE when possible, to avoid duplicate checks.
18255         Check for <wchar.h>.
18256
18257 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18258
18259         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18260
18261 2004-11-09  Bruno Haible  <bruno@clisp.org>
18262
18263         * m4/sockpfaf.m4: New file.
18264
18265 2004-11-05  Bruno Haible  <bruno@clisp.org>
18266
18267         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18268         Reported by Mark D. Baushke <mdb@cvshome.org>.
18269
18270 2004-11-04  Bruno Haible  <bruno@clisp.org>
18271
18272         2004-09-11  Bruno Haible  <bruno@clisp.org>
18273                 * allocsa.valgrind: New file.
18274         2004-02-06  Bruno Haible  <bruno@clisp.org>
18275                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18276                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18277                 Reported by Christopher Seip <chris.seip@hp.com>.
18278
18279 2004-11-04  Bruno Haible  <bruno@clisp.org>
18280
18281         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18282         (Makefile.am): Distribute it.
18283
18284 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18285
18286         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18287         with errno == ERANGE if the buffer is too small.
18288         Problem reported by Mark D. Baushke.
18289
18290 2004-11-03  Albert Chin  <china@thewrittenword.com>
18291             Paul Eggert  <eggert@cs.ucla.edu>
18292
18293         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18294         equivalent, substitute $ac_type for equivalent type rather than
18295         blindly using uint32_t *always* which won't work if uint32_t is not
18296         available.  Define _UINT32_T to work around typedef of uint32_t if
18297         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18298         2.5.1.
18299
18300 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         * m4/jm-macros.m4: Sync from coreutils.
18303         (gl_MACROS): Check for mbrlen, for pathchk.
18304         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18305
18306 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18307
18308         * lib/xreadlink.c (MAXSIZE): New macro.
18309         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18310         size does not exceed MAXSIZE.  Avoid cast.
18311         As suggested by Mark D. Baushke in
18312         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18313         if readlink fails with buffer size just under MAXSIZE, try again
18314         with MAXSIZE.
18315
18316 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18317
18318         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18319
18320 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18321         and  Paul Eggert  <eggert@cs.ucla.edu>
18322
18323         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18324         (get_date): Overparenthesize to avoid GCC warning.
18325
18326 2004-11-02  Bruno Haible  <bruno@clisp.org>
18327
18328         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18329         returns void.
18330
18331 2004-11-02  Bruno Haible  <bruno@clisp.org>
18332
18333         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18334         function returns void.
18335
18336 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18337
18338         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18339         fflush_unlocked, flockfile, funlockfile, funlockfile,
18340         fputs_unlocked, putc_unlocked.
18341
18342 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18343
18344         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18345         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18346         already declared.
18347
18348 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18349
18350         * modules/getdate (Files): Add doc/getdate.texi.
18351         (Depends-on): Add setenv, xalloc.
18352
18353 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18354
18355         * lib/getdate.y: Add support for TZ="foo" within a date string.
18356         Fix some bugs near time_t boundaries.  Reject dates with
18357         out-of-range components, e.g., "Sept 31".
18358         Include <stdlib.h>, "setenv.h", "xalloc.h".
18359         (ISDIGIT_LOCALE): Remove; unused.
18360         Note that the TZ and time functions used here are not reentrant.
18361         (mktime_ok, get_tz): New functions.
18362         (TZBUFSIZE): New constant.
18363         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18364         This requires that we sometimes generate our own TZ="XXX..." setting.
18365
18366 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18367
18368         * doc/getdate.texi: New file, from coreutils with modifications for
18369         the new TZ parsing.
18370
18371 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18372
18373         * lib/mktime.c (not_equal_tm): Remove redundant check.
18374
18375 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18376
18377         * modules/regex (lib_SOURCES): Add regex.c.
18378         Reported by James Youngman in
18379         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18380
18381 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18382
18383         * lib/getdate.y: Use Bison 1.875 features, and some minor
18384         code cleanups.  This change does not affect semantics.
18385         Don't include <stdlib.h>; no longer needed.
18386         Don't include unlocked-io.h; only the "#if TEST" code uses
18387         stdio, and performance isn't crucial there.
18388         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18389         Bison 1.875 features as described below.
18390         All uses of "PC." replaced by "pc->".
18391         (YYSTYPE): Add a forward declaration.
18392         (yylex, yyerror): Use full prototypes in forward decls.
18393         Use "%pure-parser" rather than obsolescent "%pure_parser".
18394         Use %parse-param and %lex-param instead of obsolescent
18395         YYPARSE_PARAM and YYLEX_PARAM.
18396         (meridian_table, month_and_day_table, time_units_table,
18397         relative_time_table, time_zone_table, military_table,
18398         lookup_zone, lookup_word, get_date):
18399         Use NULL instead of 0 where appropriate.
18400         (to_hour): Avoid abort (), to avoid a dependency on
18401         stdlib.h.
18402         (yyerror, yylex): Now accepts parser_control * arg.
18403         (main) [TEST]: Use '\0' rather than 0 for char.
18404
18405 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18406
18407         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18408
18409 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18410
18411         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18412         It's now the caller's responsibility to handle the case where
18413         !HAVE_GETPAGESIZE && !defined getpagesize.
18414
18415         * lib/mktime.c (leapyear): Arg is long int, not int.
18416
18417 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18418
18419         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18420
18421 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18422
18423         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18424         missing.  Problem reported by James Youngman.
18425
18426 2004-10-16  Simon Josefsson  <jas@extundo.com>
18427
18428         * gnulib-tool: Fix comments.  Fix parse problem.
18429         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18430
18431 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18432
18433         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18434         implementation of getopt_long.  Problem reported by Alexander Taler in:
18435         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18436
18437 2004-10-15  Bruno Haible  <bruno@clisp.org>
18438
18439         * gnulib-tool: Untabify. Initialize supplied_libname.
18440         (func_usage): More homogenous output.
18441         (func_modules_transitive_closure, func_modules_to_filelist,
18442         func_emit_lib_Makefile_am): New functions.
18443         (func_import): New function, extracted from big case statement. Use
18444         func_get_license, func_modules_transitive_closure,
18445         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18446         opt_lgpl. Don't use test -a, as it's not portable.
18447         (func_create_testdir): Use func_modules_transitive_closure,
18448         func_modules_to_filelist, func_emit_lib_Makefile_am.
18449
18450 2004-10-15  Bruno Haible  <bruno@clisp.org>
18451
18452         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18453
18454 2004-10-15  Bruno Haible  <bruno@clisp.org>
18455
18456         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18457         the portions belonging to each module.
18458         Suggested by Derek Robert Price <derek@ximbiot.com>.
18459
18460 2004-10-12  Simon Josefsson  <jas@extundo.com>
18461
18462         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18463         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18464         to real functions.
18465
18466 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18467
18468         * modules/vsnprintf: New file.
18469
18470 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18471
18472         * m4/vsnprintf.m4: New file.
18473
18474 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18475
18476         * lib/vsnprintf.h: New file.
18477         * lib/vsnprintf.c: New file.
18478
18479 2004-10-11  Bruno Haible  <bruno@clisp.org>
18480
18481         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18482         vsnprintf.
18483
18484 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18487
18488 2004-10-07  Bruno Haible  <bruno@clisp.org>
18489
18490         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18491         fits into the provided buffer.
18492
18493 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18494
18495         * lib/diacrit.c, diacrit.h: Add GPL notice.
18496
18497         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18498         notice.
18499         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18500         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18501         This avoids a potential constant-folding bug.
18502
18503 2004-10-05  Bruno Haible  <bruno@clisp.org>
18504
18505         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18506         for the declaration of strsep.
18507
18508 2004-10-05  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18511
18512 2004-10-04  Simon Josefsson  <jas@extundo.com>
18513
18514         * modules/memmem: New file.
18515         * tests/test-memmem.c: New file.
18516         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18517
18518 2004-10-04  Simon Josefsson  <jas@extundo.com>
18519
18520         * m4/memmem.m4: New file.
18521
18522 2004-10-04  Simon Josefsson  <jas@extundo.com>
18523
18524         * lib/memmem.h: New file.
18525         * lib/memmem.c: New file, taken from glibc.
18526
18527 2004-10-04  Simon Josefsson  <jas@extundo.com>
18528
18529         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18530         '#ifdef USE_UNLOCKED_IO'.
18531
18532 2004-10-04  Simon Josefsson  <jas@extundo.com>
18533
18534         * config/srclist.txt: Add memmem from glibc.
18535
18536 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18537
18538         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18539
18540         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18541         modules/exclude, modules/getdate, modules/getline,
18542         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18543         modules/getusershell, modules/linebuffer, modules/md5,
18544         modules/mountlist, modules/posixtm, modules/readtokens,
18545         modules/readutmp, modules/regex, modules/sha1,
18546         modules/version-etc, modules/yesno:
18547         Remove dependency on unlocked-io.
18548
18549 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18550
18551         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18552
18553         * m4/unlocked-io.m4: Add copyright notice.
18554         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18555
18556 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18557
18558         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18559         * lib/xmalloc.c (xmemdup): Likewise.
18560         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18561         XFREE): Remove these long-obsolescent macros.
18562         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18563         * lib/xstrdup.c: Remove.
18564
18565         * lib/regex.c (re_comp): Cast gettext return value to char *,
18566         Problem reported by Martin Neitzel via Mark D. Baushke.
18567
18568 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18569
18570         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18571         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18572         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18573         regex.c, sha1.c, version-etc.c, yesno.c:
18574         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18575         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18576         the includer's responsibility.
18577
18578         Sync from coreutils.
18579
18580         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18581         points to the start of a string, as the C Standard says the
18582         resulting behavior is undefined.
18583
18584         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18585         simple -> simple_backups, numbered_existing ->
18586         numbered_existing_backups, numbered -> numbered_backups
18587         to avoid shadowing problems.  All uses changed.
18588         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18589         * lib/backupfile.c (check_extension, numbered_backup):
18590         Rename locals to avoid shadowing 'basename'.
18591         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18592         once.
18593
18594         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18595         * lib/.cvsignore: Add getopt.h.
18596
18597 2004-10-04  Bruno Haible  <bruno@clisp.org>
18598
18599         * modules/README: New file.
18600         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18601         not a module.
18602
18603 2004-10-02  Jim Meyering  <jim@meyering.net>
18604
18605         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18606
18607 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18608
18609         * modules/strsep: New file.
18610
18611 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18612
18613         * m4/strsep.m4: New file.
18614
18615 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18616
18617         * lib/strsep.h: New file.
18618         * lib/strsep.c: New file.
18619
18620 2004-10-01  Simon Josefsson  <jas@extundo.com>
18621
18622         * lib/snprintf.c (snprintf): Handle size==0.
18623
18624 2004-10-01  Simon Josefsson  <jas@extundo.com>
18625             Bruno Haible  <bruno@clisp.org>
18626
18627         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18628         (snprintf): Declare 'args'.
18629
18630 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18631
18632         * lib/snprintf.c: Remove comments as to why each header is needed.
18633
18634 2004-10-01  Bruno Haible  <bruno@clisp.org>
18635
18636         * MODULES.html.sh: Add strsep.
18637
18638 2004-09-30  Simon Josefsson  <jas@extundo.com>
18639
18640         * modules/snprintf: New file.
18641
18642 2004-09-30  Simon Josefsson  <jas@extundo.com>
18643
18644         * m4/snprintf.m4: New file.
18645
18646 2004-09-30  Simon Josefsson  <jas@extundo.com>
18647
18648         * lib/snprintf.h, lib/snprintf.c: New files.
18649
18650 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18651
18652         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18653         (hol_entry_help): Never translate an empty string.
18654         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18655         * lib/argp.h (OPTION_NO_TRANS): New option.
18656
18657 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18658
18659         * modules/argp (Maintainer): Replace Simon Josefsson
18660         by Sergey Poznyakoff.
18661
18662 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18665         changes merged back into glibc.
18666
18667 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18670
18671 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18672
18673         * lib/xvasprintf.c: Include xalloc.h.
18674         (xvasprintf): Use xalloc_die, not xmalloc_die.
18675
18676 2004-09-29  Bruno Haible  <bruno@clisp.org>
18677
18678         * modules/alloca-opt: New file, derived from modules/alloca.
18679         * modules/allocsa: Depend on alloca-opt instead of alloca.
18680         * modules/setenv: Likewise.
18681         * modules/vasnprintf: Likewise.
18682         * MODULES.html.sh: Add alloca-opt.
18683
18684 2004-09-28  Simon Josefsson  <jas@extundo.com>
18685
18686         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18687         LGPL, and to replace license template from GPL to LGPL.
18688
18689 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18690
18691         * modules/dummy: Change license to LGPL.
18692
18693 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18696
18697 2004-09-24  Simon Josefsson  <jas@extundo.com>
18698
18699         * modules/minmax (License): Change from GPL to LGPL.
18700
18701 2004-09-23  Simon Josefsson  <jas@extundo.com>
18702
18703         * gnulib-tool (--import): Typo.
18704
18705 2004-09-23  Simon Josefsson  <jas@extundo.com>
18706
18707         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18708
18709 2004-09-22  Bruno Haible  <bruno@clisp.org>
18710
18711         * modules/*: Add 'License' field.
18712         * gnulib-tool: Accept --extract-license option.
18713         (func_get_license): New function.
18714
18715 2004-09-21  Bruno Haible  <bruno@clisp.org>
18716
18717         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18718         Reported by Simon Josefsson.
18719
18720 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18721
18722         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18723         gl_AC_TYPE_LONG_LONG.
18724
18725 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18726
18727         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18728
18729 2004-09-18  Simon Josefsson  <jas@extundo.com>
18730         and  Paul Eggert  <eggert@cs.ucla.edu>
18731
18732         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18733         calls with autoreconf.  Define GL_LIB.
18734
18735 2004-09-14  Karl Berry  <karl@gnu.org>
18736
18737         * config/srclist.txt: unsync setenv.c, sigh.
18738
18739 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18740
18741         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18742         Problem reported by Bruno Haible in:
18743         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18744
18745 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         * config/srclist.txt: Comment out argp-pvh.c.
18748
18749 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18750
18751         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18752         in case some system header has #define'd it.  Problem reported by
18753         Soeren D. Schulze in
18754         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18755
18756 2004-09-09  Karl Berry  <karl@gnu.org>
18757
18758         * regex.[ch]: delete from the root.  These were supposed to be
18759                 synced with emacs cvs, but this has not happened for about
18760                 a year, and anyway nothing else uses emacs regex.[ch].
18761                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18762                 lib/regex[.ch] is untouched.
18763
18764 2004-09-09  Bruno Haible  <bruno@clisp.org>
18765
18766         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18767
18768 2004-09-09  Bruno Haible  <bruno@clisp.org>
18769
18770         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18771         modifications.
18772         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18773
18774 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18775
18776         * modules/xvasprintf: New file.
18777         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18778
18779 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18780
18781         * lib/xvasprintf.h: New file.
18782         * lib/xvasprintf.c: New file.
18783         * lib/xasprintf.c: New file.
18784
18785 2004-09-08  Bruno Haible  <bruno@clisp.org>
18786
18787         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18788
18789 2004-09-08  Bruno Haible  <bruno@clisp.org>
18790
18791         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18792         length is > INT_MAX.
18793         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18794         more.
18795
18796 2004-09-08  Bruno Haible  <bruno@clisp.org>
18797
18798         * lib/stdint_.h: New file, taken from GNU clisp.
18799
18800 2004-09-08  Bruno Haible  <bruno@clisp.org>
18801             Oskar Liljeblad  <oskar@osk.mine.nu>
18802
18803         * modules/stdint: New file.
18804         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18805
18806 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18807
18808         Import from coreutils.
18809         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18810         strings on unbounded length.  alloca's performance benefits aren't
18811         that important here.
18812         (V_STRDUP): Remove.
18813         (parse_with_separator): New function, with most of the internals
18814         of the old parse_user_spec.  Allow user to omit both user and group,
18815         for compatibility with FreeBSD.
18816         Clone only the user name, not the entire spec.
18817         Do not set *uid, *gid unless entirely successful.
18818         Avoid memory leak in some failing cases.
18819         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18820         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18821         (parse_user_spec): Rewrite to use parse_with_separator.
18822
18823 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18824
18825         * modules/userspec: Don't depend on alloca.
18826
18827 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18828
18829         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18830
18831 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18832
18833         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18834         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18835         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18836
18837 2004-08-16  Simon Josefsson  <jas@extundo.com>
18838
18839         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18840         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18841         Add --dry-run for --import.
18842         Let user provided command line parameters override configure.ac
18843         settings.
18844
18845 2004-08-12  Simon Josefsson  <jas@extundo.com>
18846
18847         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18848         as discussed with Paul Eggert in threads rooted at
18849         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18850         and
18851         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18852         Before, the test was empty, and relied on ELIDE_CODE in source
18853         code.)
18854         (gl_PREREQ_GETOPT): New macro.
18855         (gl_GETOPT): Use them.
18856
18857 2004-08-12  Simon Josefsson  <jas@extundo.com>
18858
18859         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18860         * lib/getopt_.h: Renamed from getopt.h.
18861
18862 2004-08-12  Simon Josefsson  <jas@extundo.com>
18863
18864         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18865         Change default library name from libfoo to libgnu.
18866         Now, if you have a configure.ac that says:
18867                 gl_SOURCE_BASE(gl)
18868                 gl_M4_BASE(gl/m4)
18869                 gl_MODULES(error getopt etcetera)
18870                 gl_INIT
18871         you can import all you need by running:
18872                 ../gnulib/gnulib-tool --import
18873
18874         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18875         (Makefile.am): Rewrite, use logic from argz.
18876         (Include): Use <getopt.h> instead of "getopt.h".
18877
18878 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18879
18880         * modules/argp (Files): Add m4/unlocked-io.m4.
18881         (Depends-on): Add extensions.
18882
18883 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18884
18885         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18886         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18887         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18888         Check for program_invocation_name, program_invocation_short_name,
18889         flockfile, funlockfile, features.h, _getopt_long_only_r.
18890
18891 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18892
18893         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18894         its complicated substitute.
18895         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18896         and program_invocation_name.
18897         (__argp_basename) [!_LIBC]: Remove; the only use was
18898         replaced by its body.
18899         (__argp_short_program_name): Change condition from
18900         !defined __argp_short_program_name to
18901         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18902         to match argp-namefrob.h.
18903         (__argp_failure): Don't assume strerror_r returns char *.
18904         * lib/argp-parse.c (N_): Define unconditionally.
18905         (argp_default_options): Fill out initializers with 0 to avoid
18906         gcc warnings.
18907
18908 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18909
18910         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18911         getopt1.c.
18912
18913 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18914
18915         Merge from coreutils.
18916
18917         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18918
18919         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18920         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18921
18922 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18923
18924         Merge from coreutils.
18925
18926         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18927         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18928         for Reliant Unix 5.43.
18929
18930         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18931         (union fooround): Use uintmax_t, not long int.
18932         The rest is a merge from libc:
18933         [defined _LIBC]: Include <shlib-compat.h>.
18934         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18935
18936         * lib/settime.c (settime): Recode to avoid warning with
18937         Sun Forte C 6U2.
18938
18939         * lib/strverscmp.c: Convert to UTF-8.
18940
18941 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18942
18943         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18944         m4/uintmax_t.m4.
18945
18946 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18947
18948         * modules/xalloc-die: New file.
18949         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18950
18951         * modules/md5 (Files): Add m4/uint32_t.m4.
18952         * modules/sha1: Renamed from modules/sha.
18953         (Files):
18954         Rename lib/sha.h to lib/sha1.h.
18955         Rename lib/sha.c to lib/sha1.c.
18956         Rename m4/sha.m4 to m4/sha1.m4.
18957         (lib_SOURCES): Likewise.
18958         (configure.ac): Rename gl_SHA to gl_SHA1.
18959         (Include): sha.h -> sha1.h.
18960
18961 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18964         * m4/sha1.m4: Renamed from sha.m4.
18965         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18966
18967 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * lib/obstack.h (obstack_empty_p):
18970         Don't assume that chunk->contents is suitably aligned.
18971         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18972         Likewise. Problem reported by Benno in
18973         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18974
18975         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18976         readable.  This could be improved further but it'd take some work.
18977
18978 2004-08-08  Simon Josefsson  <jas@extundo.com>
18979
18980         * modules/xgethostname (Depends-on): Remove exit and error (not
18981         used).
18982
18983         * modules/getpass-gnu: Add getpass.h.
18984         (Depends-on): Add stdbool.
18985         * modules/getpass: Add getpass.h.
18986
18987 2004-08-08  Simon Josefsson  <jas@extundo.com>
18988
18989         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
18990         Check getpass declaration.
18991
18992 2004-08-08  Simon Josefsson  <jas@extundo.com>
18993
18994         * lib/xgethostname.c: Don't include error.h (not used).
18995
18996         * lib/getpass.h: Add.
18997         * lib/getpass.c: Include getpass.h first.
18998
18999 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19000
19001         * lib/xalloc-die.c: New file.
19002         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19003         All uses removed.
19004         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19005         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19006         xalloc-die.c.
19007         (_, N_, xalloc_die): Move to xalloc-die.c.
19008         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19009         so that we needn't mess with xalloc_msg_memory_exhausted.
19010
19011         * lib/sha1.h: Renamed from sha.h.
19012         (SHA1_H): Renamed from _SHA_H.
19013         (sha1_ctx): Renamed from sha_ctx.
19014         (sha1_init_ctx): Renamed from sha_init_ctx.
19015         (sha1_process_block): Renamed from sha_process_block.
19016         (sha1_process_bytes): Renamed from sha_process_bytes.
19017         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19018         (sha1_read_ctx): Renamed from sha_read_ctx.
19019         (sha1_stream): Renamed from sha_stream.
19020         (sha1_buffer): Renamed from sha_buffer.
19021         * lib/sha1.c: Likewise; renamed from sha.c.
19022         Do not include <sys/types.h>.
19023         Include <stddef.h> rather than <stdlib.h>.
19024
19025 2004-08-08  Bruno Haible  <bruno@clisp.org>
19026
19027         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19028         FILESYSTEM_PREFIX_LEN.
19029         * lib/progreloc.c: Likewise.
19030         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19031
19032 2004-08-06  Simon Josefsson  <jas@extundo.com>
19033
19034         * modules/progname (Depends-on): Don't depend on stdbool.
19035
19036 2004-08-06  Simon Josefsson  <jas@extundo.com>
19037
19038         * modules/getsubopt: New file.
19039         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19040         getsubopt.
19041
19042 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         More merge from coreutils.
19045
19046         * m4/utimens.m4, m4/utimecmp.m4: New files.
19047         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19048         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19049         prereq.m4, sha.m4: Import changes from coreutils.
19050
19051 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         More merge from coreutils.
19054         * modules/raise, modules/readtokens0, modules/utimens:
19055         * modules/utimecmp, module/xnanosleep: New files.
19056         * modules/strftime: Add lib/strftime.h.
19057         Change include from <time.h> to "strftime.h".
19058         * modules/yesno: Add lib/yesno.h.
19059         * modules/backupfile: Remove lib/addext.c.
19060         * modules/euidaccess: Add stat-macros.h.
19061         * modules/canonicalize, modules/euidaccess,
19062         modules/filemode, modules/lchown, modules/makepath,
19063         modules/rmdir, modules/stat: Likewise.
19064
19065 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19066
19067         Merge from tar.
19068         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19069         SIZE_MAX is a valid preprocessor constant.
19070         (__argp_basename): Change from "#ifndef _LIBC"
19071         to "#ifndef __argp_short_program_name", so that
19072         we don't compile these functions for tar.
19073
19074         More merges from coreutils.
19075         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19076         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19077         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19078         * lib/addext.c: Remove; no longer needed.
19079         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19080         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19081         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19082         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19083         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19084         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19085         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19086         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19087         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19088         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19089         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19090         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19091         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19092         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19093         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19094         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19095         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19096         Import changes from coreutils.
19097
19098 2004-08-05  Simon Josefsson  <jas@extundo.com>
19099
19100         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19101
19102 2004-08-05  Simon Josefsson  <jas@extundo.com>
19103
19104         * m4/getsubopt.m4: New file.
19105
19106 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19107
19108         Merge from coreutils.
19109
19110         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19111         * m4/getcwd-path-max.m4: New files.
19112
19113         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19114         FILESYSTEM_PREFIX_LEN ->
19115         FILE_SYSTEM_PREFIX_LEN.
19116         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19117         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19118         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19119         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19120
19121         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19122         prerequisite modules now handle the DOS stuff.
19123         Don't check for unistd.h.
19124
19125 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19126
19127         Merge from coreutils.
19128
19129         * lib/.gdb-history: Remove; this doesn't belong here.
19130
19131         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19132         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19133         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19134         * lib/getcwd.c: New files.
19135
19136         * lib/dirname.h: Include <stdbool.h>.
19137         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19138         for consistency with POSIX terminology.  All uses changed.
19139         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19140         (strip_trailing_slashes): Use bool for booleans.
19141         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19142
19143         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19144         sometimes returns a positive errno value even when it succeeds.
19145         (print_errno_message) [!LIBC]: Fall back on strerror if
19146         __strerror_r fails.
19147
19148         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19149         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19150         (longest_relative_suffix): New function.
19151         (path_concat): Use it.  Assume first argument is not NULL.
19152         Port to DOS.  Omit redundant separators.
19153         Report an error instead of returning NULL.
19154         Use mempcpy instead of memcpy.
19155         (xpath_concat): Remove: not declared or used.
19156
19157         * lib/same.h: Include <stdbool.h>
19158         (same_name): Return bool, not int.
19159         * lib/same.c (same_name): Likewise.
19160         (errno): Don't declare; we assume C89 or better now.
19161
19162         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19163         if not already defined.
19164
19165         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19166         * lib/dup-safer.c (errno): Likewise.
19167
19168 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19169
19170         Merge from coreutils.
19171         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19172         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19173         * modules/path-concat: Don't depend on strdup.
19174
19175 2004-08-03  Simon Josefsson  <jas@extundo.com>
19176
19177         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19178         * lib/progname.h: Don't include stdbool.h.
19179
19180 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19181
19182         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19183         * MODULES.html.sh (func_all_modules): Remove fatal.
19184
19185 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19186
19187         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19188
19189 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19192         working.
19193
19194 2004-08-02  Simon Josefsson  <jas@extundo.com>
19195
19196         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19197         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19198         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19199
19200 2004-08-01  Simon Josefsson  <jas@extundo.com>
19201
19202         * lib/xgetdomainname.c: Include stdlib.h, for free().
19203
19204 2004-07-19  Bruno Haible  <bruno@clisp.org>
19205
19206         * MODULES.html.sh (func_all_modules): Add dummy.
19207
19208 2004-07-16  Simon Josefsson  <jas@extundo.com>
19209
19210         * modules/dummy: New file.
19211
19212 2004-07-16  Simon Josefsson  <jas@extundo.com>
19213
19214         * lib/dummy.c: New file.
19215
19216 2004-07-16  Bruno Haible  <bruno@clisp.org>
19217
19218         * lib/backupfile.h: Add extern "C" for C++.
19219         * lib/closeout.h: Likewise.
19220         * lib/copy-file.h: Likewise.
19221         * lib/findprog.h: Likewise.
19222         * lib/full-write.h: Likewise.
19223         * lib/pathname.h: Likewise.
19224         * lib/progname.h: Likewise.
19225         * lib/stpcpy.h: Likewise.
19226         * lib/stpncpy.h: Likewise.
19227         * lib/strcase.h: Likewise.
19228         * lib/strstr.h: Likewise.
19229         * lib/xalloc.h: Likewise.
19230
19231         * lib/mbswidth.h: Add extern "C" for C++.
19232         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19233
19234 2004-07-13  Robert Millan  <robertmh@gnu.org>
19235
19236         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19237
19238 2004-07-09  Simon Josefsson  <jas@extundo.com>
19239
19240         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19241         failed without this.)
19242
19243 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19244
19245         * modules/chown (Files): Add lib/fchown-stub.c, since
19246         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19247
19248 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19249
19250         * lib/fchown-stub.c: New file.
19251
19252 2004-06-24  Jim Meyering  <jim@meyering.net>
19253
19254         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19255
19256 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19257
19258         * modules/argz: Omit "#include".
19259
19260         * MODULES.html.sh (func_all_modules): Add calloc, to match
19261         2004-06-01 addition of calloc module.
19262
19263 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19264
19265         * m4/argz.m4: New file, which is autoupdated from libtool.
19266
19267 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19268
19269         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19270         libtool.
19271
19272 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19273
19274         * config/srclist-update: Don't insist on "USA." before the
19275         close-comment, as libtool omits the period and puts the */ on a
19276         separate line.
19277         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19278         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19279
19280 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19281
19282         * modules/argz: New file.
19283         * MODULES.html.sh (func_all_modules): Add argz.
19284
19285 2004-06-12  Jim Meyering  <jim@meyering.net>
19286         and  Paul Eggert  <eggert@cs.ucla.edu>
19287
19288         * modules/hash (Files): Add lib/xalloc.h.
19289         * modules/pipe (Depends-on): Add wait-process.
19290         * modules/stat (Depends-on): Add xalloc.
19291         * modules/userspec (Files): Add lib/userspec.h.
19292         * modules/xstrto
19293
19294         Upgrade from gettext-0.13.
19295         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19296         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19297         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19298
19299 2004-06-10  Jim Meyering  <jim@meyering.net>
19300
19301         * lib/calloc.c: New file.
19302
19303 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19304
19305         * lib/getdate.y (yylex): Allow space between sign and number.
19306         Problem reported by Dan Jacobson.
19307
19308 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19309
19310         Merge from coreutils CVS.
19311
19312         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19313         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19314         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19315         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19316         xstrtol.m4: Fix copyright date and/or serial number.
19317
19318         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19319         See if we need an fchown replacement.
19320         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19321         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19322         and use the replacement function if we detect either defect.
19323
19324         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19325         gl_UTIMECMP.
19326
19327 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19328         and  Jim Meyering  <jim@meyering.net>
19329
19330         Merge from coreutils CVS.
19331
19332         * lib/stat-macros.h: New file, with contents from file-type.h
19333         and coreutils' system.h.
19334         * lib/file-type.c: Include "stat-macros.h".
19335         * lib/file-type.h (file_type): Move all macro definitions to new file,
19336         stat-macros.h.
19337
19338         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19339         Wrap old code with this conditional.
19340         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19341         function that does not dereference symlinks.
19342         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19343
19344         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19345         dependency problems.
19346         (xreadlink): Accept new arg SIZE, for efficiency.
19347         All decls and uses changed.
19348         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19349
19350         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19351         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19352
19353         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19354         sysexits.h.
19355
19356 2004-06-01  Jim Meyering  <jim@meyering.net>
19357
19358         * m4/calloc.m4: New file.
19359
19360 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19361
19362         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19363         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19364         Also, fix a typo in a diagnostic.
19365
19366 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19367
19368         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19369         or AC_FUNC_REALLOC.
19370
19371 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19372
19373         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19374         macros to be defined.
19375         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19376         the allocator returns NULL because the requested size is zero.
19377
19378 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19379
19380         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19381         var.  Add comment explaining why libc still defines it.  This
19382         merges the following patch from glibc:
19383         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19384
19385 2004-05-20  Andreas Schwab  <schwab@suse.de>
19386
19387         * m4/free.m4: Replace free if it not known to work, not the other
19388         way round.
19389
19390 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19391
19392         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19393         present in glibc since revision 1.1 of this file.
19394         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19395         obstack_alignment_mask, obstack_alloc, obstack_base,
19396         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19397         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19398         obstack_grow0, obstack_init, obstack_int_grow,
19399         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19400         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19401         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19402         nonexistent functions.
19403
19404 2004-05-18  Karl Berry  <karl@gnu.org>
19405
19406         * config/srclist.txt: break link for vasnprintf.c.
19407
19408 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19409
19410         Port obstack to the AS/400, where pointers are 16 bytes wide and
19411         you cannot cast an integer to a valid pointer.  This patch is
19412         currently waiting to be integrated into glibc; see
19413         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19414
19415         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19416         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19417         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19418         (struct obstack): temp member is now a union of a pointer and
19419         an integer, instead of an integer.  All integer uses changed.
19420         This does not affect the physical layout of struct obstack,
19421         except on hosts (like the AS/400) where the size or alignment of
19422         void * is greater than that of ptrdiff_t.
19423         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19424         __STDC__)]: Store temporary in pointer member of union, not
19425         integer member.
19426         * lib/obstack.c: Include <stddef.h>, for offsetof.
19427         (struct fooalign): Remove; it doesn't need a name.
19428         (union fooround): Change double to long double, and add void *.
19429         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19430         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19431         not a macro.  Hence the values are always int; so remove all
19432         casts-to-int in uses.
19433
19434 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19435
19436         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19437         we can get this patch merged into glibc.
19438
19439 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19440             Paul Eggert  <eggert@cs.ucla.edu>
19441
19442         * m4/argp: Depend on alloca.
19443
19444 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19445             Paul Eggert  <eggert@cs.ucla.edu>
19446
19447         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19448         freecoding.
19449
19450 2004-05-17  Bruno Haible  <bruno@clisp.org>
19451
19452         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19453         precision that consists of a '.' followed by an empty digit string.
19454         Patch by Tor Lillqvist <tml@iki.fi>.
19455
19456 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19457
19458         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19459         for backward compatibility with older code.  We need our own
19460         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19461         it under some other name, and our alloca.h will define it.
19462
19463 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19464             Derek Price  <derek@ximbiot.com>
19465
19466         * lib/alloca.c: Include <alloca.h>, to get our interface.
19467         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19468         include <alloca.h> first.  Use C89 prototype for alloca; this
19469         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19470         Use #elif for simplicity, since we can assume C89 now.
19471         Don't try to source the system alloca.h since it will not be found
19472         and to prevent recursively including its replacement.
19473         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19474         * lib/regex.c: Likewise.
19475
19476 2004-05-16  Derek Price  <derek@ximbiot.com>
19477             Paul Eggert  <eggert@cs.ucla.edu>
19478
19479         getline cleanup.  This changes the getndelim2 API: both order of
19480         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19481         no delimiter).
19482
19483         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19484         interface does that.
19485         (getline): Always use getdelim, so that we don't have two
19486         copies of this code.
19487         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19488         if available.
19489         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19490         (GETNDELIM2_MAXIMUM): New macro.
19491         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19492         instead of the old practice of delim2==0.  All callers changed.
19493         Return -1 on overflow, instead of returning junk.
19494         Do not set *linesize unless allocation succeeds.
19495         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19496         that we include sys/types.h.
19497         * lib/getnline.h: Likewise.
19498         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19499         (getndelim2): Reorder arguments.
19500         * lib/getnline.c (getnline, getndelim):
19501         Don't discard the NMAX argument.
19502         (getnline): Invoke getndelim, to avoid code duplication.
19503         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19504         of (size_t) -1 by callers of the getnline family.
19505
19506 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19507
19508         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19509         Check for gettimeofday.
19510         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19511         Check for settimeofday, stime.
19512
19513 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19514
19515         * lib/nanosleep.c (suspended): Change its type from int to
19516         sig_atomic_t volatile.
19517         (first_call): Make it private to rpl_nanosleep, and have it
19518         be zero initially as that's a bit faster.
19519         (my_usleep): Round up fractional times instead of truncating them,
19520         as this is the usual meaning for 'sleep'.
19521
19522         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19523         doesn't work.
19524         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19525         (ENOSYS): Define if not defined.
19526         (settime): Fall back on stime if it exists and settimeofday fails.
19527         But don't bother with fallbacks if a method fails with errno == EPERM.
19528
19529 2004-05-11  Jim Meyering  <jim@meyering.net>
19530
19531         Prior to this change, the save_cwd caller required read access to the
19532         current directory on most systems (ones with the fchdir function).
19533
19534         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19535         fails, try write-only, and finally, resort to using xgetcwd.
19536
19537 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19538
19539         * lib/obstack.c, obstack.h: Import changes from libc.
19540
19541 2004-04-28  Bruno Haible  <bruno@clisp.org>
19542
19543         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19544         also implicitly appends .exe to executables.
19545         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19546         accepts Windows pathnames.
19547         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19548         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19549         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19550         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19551         Reported by Derek Robert Price <derek@ximbiot.com>.
19552
19553 2004-04-21  Karl Berry  <karl@gnu.org>
19554
19555         * config/srclist.txt (localcharset.c): break sync.
19556
19557 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19558
19559         * m4/host-os.m4: Add a copyright notice.
19560
19561 2004-04-20  Jim Meyering  <jim@meyering.net>
19562
19563         Change UTILS_ to gl_ in AC_DEFINE'd names.
19564         Change utils_- and jm_-prefixed variables, too.
19565         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19566         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19567         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19568
19569         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19570         Don't emit trailing blanks.
19571         Also rename jm_-prefixed variables to have gl_ prefix.
19572
19573         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19574         Also rename jm_-prefixed variables to have gl_ prefix.
19575
19576         * m4/jm-macros.m4: Reflect the renamings.
19577         * m4/prereq.m4: Likewise.
19578
19579 2004-04-20  Jim Meyering  <jim@meyering.net>
19580
19581         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19582         memory.
19583
19584 2004-04-20  Jim Meyering  <jim@meyering.net>
19585             Bruno Haible  <bruno@clisp.org>
19586
19587         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19588         memory when realloc fails.
19589
19590 2004-04-19  Jim Meyering  <jim@meyering.net>
19591
19592         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19593         now that readutmp.c may call `free (0)'.
19594
19595 2004-04-19  Bruno Haible  <bruno@clisp.org>
19596
19597         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19598         * m4/inttypes_h.m4: Likewise.
19599         * m4/stdint_h.m4: Likewise.
19600         * m4/intmax_t.m4: Likewise.
19601         * m4/uintmax_t.m4: Likewise.
19602
19603 2004-04-18  Jim Meyering  <jim@meyering.net>
19604
19605         * m4/prereq.m4: Don't forbid jm_ prefix.
19606
19607         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19608         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19609         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19610         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19611         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19612         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19613         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19614         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19615         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19616         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19617         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19618         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19619         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19620         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19621         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19622         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19623         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19624         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19625         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19626
19627 2004-04-18  Jim Meyering  <jim@meyering.net>
19628
19629         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19630         failure, don't leak memory and do call END_UTMP_ENT.
19631
19632 2004-04-16  Jim Meyering  <jim@meyering.net>
19633
19634         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19635         coreutils' stat program.
19636         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19637
19638 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19639
19640         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19641         C89.
19642         (CHAR_BIT): Remove, since we assume C89.
19643         Include <stdint.h> if available, as per current Autoconf CVS advice.
19644
19645 2004-03-31  Jim Meyering  <jim@meyering.net>
19646
19647         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19648         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19649         * m4/xalloc.m4: Likewise.
19650
19651 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19652
19653         Merge from coreutils.
19654
19655         * m4/inttostr.m4: New file.
19656         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19657         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19658         Require gl_CLOCK_TIME.
19659         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19660
19661 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19662
19663         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19664         not bool, to be more consistent with Unix conventions.
19665         Suggested by Bruno Haible.
19666
19667         Merge from coreutils.
19668
19669         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19670         * lib/umaxtostr.c: New files.
19671
19672         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19673         the usual <time.h> dance.
19674         (get_date): Change signature to support fractional time stamps.
19675         All callers changed.
19676         * lib/getdate.y: Include "getdate.h" first, as we can now
19677         assume C89 and don't need to worry about 'const'.
19678         Similarly, include "unlocked-io.h" near start, not in middle.
19679         Include <limits.h>.
19680         (textint.value): Use long int rather than int.
19681         (textint.digits): Use size_t rather than int.
19682         (BILLION, LOG10_BILLION): New constants.
19683         (parser_control): New member rel_ns.  Members day_ordinal,
19684         time_zone, month, day, hour, minutes, rel_year, rel_month,
19685         rel_day, rel_hour, rel_minutes, rel_seconds
19686         are now long int, not int.  Member seconds is now struct timespec,
19687         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19688         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19689         not int.
19690         (%union.intval): Now long int, not int.
19691         New member timespec.
19692         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19693         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19694         (spec): Now is a timespec or an item list.
19695         (timespec, items): New nonterminals.
19696         (time, rel, relunit, number, get_date):
19697         Add support for fractional seconds.
19698         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19699         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19700         (to_hour): First arg is now long int, not int.
19701         (to_year): Returns long int, not int.
19702         Don't treat year -70 like 70.
19703         (tm_diff): Returns long int, not int.
19704         (lookup_word): Use bool instead of int when appropriate.
19705         (yylex): Use size_t for count, not int.
19706         Detect overflow when parsing large integer constants.
19707         Add support for fractions.
19708         (get_date): Make pointers 'const' if possible.
19709         Use more-portable code to detect integer overflow.
19710         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19711         Don't use ctime; it's not reliable if the year has >4 digits.
19712
19713         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19714         This is for compatibility with BSD.
19715
19716         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19717         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19718         From coreutils' system.h.
19719
19720         * lib/userspec.c: Don't include "posixver.h".
19721         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19722         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19723         compatible extension.  Simplify code by removing a boolean int
19724         that was always nonzero if a string was nonnull.
19725
19726 2004-03-30  Jim Meyering  <jim@meyering.net>
19727
19728         Merge from coreutils.
19729
19730         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19731         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19732         on some systems one must include <grp.h> before it.
19733         Reported by Christian Krackowizer.
19734
19735 2004-03-30  Jim Meyering  <jim@meyering.net>
19736
19737         Merge from coreutils.
19738
19739         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19740
19741         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19742         an empty input stream.
19743
19744         * lib/readtokens.c: Include <stdbool.h>.
19745         (readtoken): Use `size_t' rather than int/long.
19746         All callers adjusted.
19747         Use `bool' rather than `int' where appropriate.
19748         Use memset rather than an explicit loop.
19749         Use x2nrealloc rather than xrealloc.
19750         Allow the use of `\0' as a delimiter.
19751         (readtokens): Likewise.
19752         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19753
19754 2004-03-30  Jim Meyering  <jim@meyering.net>
19755
19756         * m4/realloc.m4: Remove file, since now it does no more than
19757         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19758         the `configure.ac' section of module/realloc.
19759         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19760
19761 2004-03-30  Bruno Haible  <bruno@clisp.org>
19762
19763         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19764         nonnull.
19765
19766 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19767
19768         Merge changes to getloadavg.c from coreutils and Emacs.
19769
19770         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19771         Define to an expression, not to the empty string.
19772         Include cloexec.h and xalloc.h.
19773         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19774         Use set_cloexec_flag rather than rolling our own.
19775         * lib/cloexec.c, lib/cloexec.h: New files.
19776
19777 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19778
19779         * m4/cloexec.m4: New file.
19780
19781 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19782
19783         * lib/getopt.h: Sync with libc CVS.
19784
19785 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19786             Bruno Haible  <bruno@clisp.org>
19787
19788         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19789         mbswidth.
19790
19791 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19792             Bruno Haible  <bruno@clisp.org>
19793
19794         * lib/mbswidth.h: Include <wchar.h> only if
19795         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19796         <wchar.h>.
19797         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19798
19799 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19800
19801         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19802         Sync with libc CVS.
19803         * lib/getopt_int.h: New file, also synced from libc.
19804
19805 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19806
19807         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19808         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19809         Bring back getopt.c, getopt.h, getopt1.c.
19810
19811 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19812
19813         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19814         All uses changed.  Check for sa_sigaction member; this fixes
19815         a bug first reported by Jason Andrade in
19816         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19817
19818 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19819
19820         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19821         '#if' expressions.  Unlike the code it replaces, it does not
19822         depend on (defined _SC_PAGESIZE).  However, it does depend on
19823         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19824         first reported by Jason Andrade in
19825         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19826
19827 2004-02-25  Simon Josefsson  <jas@extundo.com>
19828
19829         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19830
19831 2004-02-25  Simon Josefsson  <jas@extundo.com>
19832
19833         * lib/strdup.h: New file.
19834         * lib/strdup.c: Include it.
19835         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19836         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19837
19838 2004-02-23  Karl Berry  <karl@gnu.org>
19839
19840         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19841         (from fencepost.gnu.org:/gd/gnuorg).
19842
19843 2004-02-23  Karl Berry  <karl@gnu.org>
19844
19845         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19846         * config/srclist.txt: add maintain/standards documents.
19847
19848 2004-02-18  Bruno Haible  <bruno@clisp.org>
19849
19850         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19851         Reported by Derek Robert Price <derek@ximbiot.com>.
19852
19853 2004-02-16  Karl Berry  <karl@gnu.org>
19854
19855         * config/mkinstalldirs, install-sh: update from automake.
19856
19857 2004-02-06  Karl Berry  <karl@gnu.org>
19858
19859         * m4/po.m4: update from gettext 0.14.1.
19860
19861 2004-02-06  Karl Berry  <karl@gnu.org>
19862
19863         * lib/config.charset: update from gettext 0.14.1.
19864
19865 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19866
19867         Add comments and code, prompted by suggestions from Bruno Haible
19868         for sh-quote.
19869         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19870         describing the enum quoting_style values.
19871         * lib/quotearg.c (quotearg_alloc): New function.
19872         (quotearg_buffer_restyled): Treat lone { and } as special.
19873         Treat = as special.  Work around bug with older shells
19874         that "see" a '\' that is really the 2nd byte of a multibyte char.
19875         Quote empty string with shell_quoting_style.
19876
19877 2004-02-03  Bruno Haible  <bruno@clisp.org>
19878
19879         * m4/pipe.m4: New file, from GNU gettext.
19880
19881 2004-02-03  Bruno Haible  <bruno@clisp.org>
19882
19883         * lib/pipe.h: New file, from GNU gettext.
19884         * lib/pipe.c: New file, from GNU gettext.
19885
19886 2004-01-27  Bruno Haible  <bruno@clisp.org>
19887
19888         * m4/execute.m4: New file, from GNU gettext.
19889
19890 2004-01-27  Bruno Haible  <bruno@clisp.org>
19891
19892         * lib/execute.h: New file, from GNU gettext.
19893         * lib/execute.c: New file, from GNU gettext.
19894         * lib/w32spawn.h: New file, from GNU gettext.
19895
19896 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19897
19898         Merge from diffutils.
19899
19900         * lib/file-type.c (file_type): Add typed memory objects.
19901         * lib/file-type.h (S_TYPEISTMO): New macro.
19902
19903         * lib/c-stack.h (c_stack_action): Remove argv argument.
19904         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19905         (die): Don't calculate message unless segv_action returns.
19906         (get_stack_location, min_address_from_argv, max_address_from_argv,
19907         volatile stack_base, volatile_stack_size): Remove.
19908         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19909         that every segmentation violation is a stack overflow.  (Ouch!)
19910         See Debian bug 136249 (still outstanding) for more info about why
19911         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19912
19913 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19914
19915         Exit-status fix from coreutils.
19916
19917         Use exit_failure consistently in place of EXIT_FAILURE,
19918         so that program exit statuses are consistent on failure.
19919
19920         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19921         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19922         * lib/argmatch.h: Comment fix to match the above.
19923         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19924         Now a macro referring to exit_failure, instead of a separate
19925         variable.  Include "exitfail.h" to get it.
19926         * lib/xstrtol.h: Include "exitfail.h".
19927         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19928
19929         * lib/long-options.c (parse_long_options): Use prototype
19930         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19931         for clarity.
19932
19933 2004-01-21  Jim Meyering  <jim@meyering.net>
19934
19935         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19936         so as not to conflict with a different-sized __mktime_internal
19937         function in GNU libc.
19938         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19939         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19940
19941 2004-01-20  Karl Berry  <karl@gnu.org>
19942
19943         * config/config.guess: update from config.
19944
19945         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19946
19947 2004-01-20  Bruno Haible  <bruno@clisp.org>
19948
19949         Safer stack allocation.
19950         * lib/setenv.c: Include allocsa.h.
19951         (alloca): Remove fallback definition.
19952         (freea): Remove macro.
19953         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19954         instead of freea.
19955
19956 2004-01-20  Bruno Haible  <bruno@clisp.org>
19957
19958         * m4/eealloc.m4: New file, from GNU gettext.
19959
19960 2004-01-20  Bruno Haible  <bruno@clisp.org>
19961
19962         * m4/allocsa.m4: New file, from GNU gettext.
19963
19964 2004-01-20  Bruno Haible  <bruno@clisp.org>
19965
19966         * lib/xallocsa.h: New file, from GNU gettext.
19967         * lib/xallocsa.c: New file, from GNU gettext.
19968
19969 2004-01-20  Bruno Haible  <bruno@clisp.org>
19970
19971         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19972
19973 2004-01-20  Bruno Haible  <bruno@clisp.org>
19974
19975         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19976         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19977         specially.
19978
19979 2004-01-20  Bruno Haible  <bruno@clisp.org>
19980
19981         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19982         patch.
19983
19984 2004-01-20  Bruno Haible  <bruno@clisp.org>
19985
19986         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
19987
19988 2004-01-20  Bruno Haible  <bruno@clisp.org>
19989
19990         * lib/eealloc.h: New file.
19991
19992 2004-01-20  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/binary-io.h: Avoid warnings on Cygwin.
19995
19996 2004-01-20  Bruno Haible  <bruno@clisp.org>
19997
19998         * lib/allocsa.h: New file, from GNU gettext.
19999         * lib/allocsa.c: New file, from GNU gettext.
20000
20001 2004-01-18  Karl Berry  <karl@gnu.org>
20002
20003         * doc/gpl.texi, doc/lgpl.texi: new files.
20004
20005 2004-01-18  Karl Berry  <karl@gnu.org>
20006
20007         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20008         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20009
20010 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20011
20012         Merge from coreutils.
20013
20014         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20015         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20016         (gl_DEFAULT_POSIX2_VERSION): Move
20017         the documentation from 'configure' into 'config.hin',
20018         so that 'configure --help' isn't burdened by it and
20019         we don't have to worry about its formatting there.
20020         Reword the documentation so that it's more succinct
20021         and can be run together into a single paragraph.
20022         * m4/same.m4 (gl_SAME): Check for pathconf.
20023
20024 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20025
20026         Merge from coreutils.
20027
20028         * lib/posixver.c: Include posixver.h.
20029
20030         * lib/same.c: Include <stdbool.h>, <limits.h>.
20031         (_POSIX_NAME_MAX): Define if not defined.
20032         (MIN): New macro.
20033         (same_name): If file names are silently truncated, report
20034         that the file names are the same if they are the same after
20035         the silent truncation.
20036
20037         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20038         conversion function.
20039         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20040         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20041         longer needed.
20042
20043 2004-01-15  Jim Meyering  <jim@meyering.net>
20044
20045         Merge from coreutils.
20046
20047         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20048         if no library is required.
20049         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20050         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20051         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20052         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20053         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20054         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20055         value, $ac_cv_search_crypt, if it's "none required".
20056         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20057         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20058         not gl_FUNC_GETLOADAVG.
20059         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20060         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20061
20062 2004-01-15  Jim Meyering  <jim@meyering.net>
20063
20064         Merge from coreutils.
20065
20066         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20067         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20068         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20069
20070         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20071         optional configure-time default.
20072
20073         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20074
20075         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20076
20077 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20078
20079         Merge from coreutils.
20080
20081         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20082         value, $ac_cv_search_nanosleep, if it's "none required".
20083
20084 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20085
20086         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20087         with like-named macro in fnmatch.c.
20088         (EXT): Use an internal constant instead.
20089
20090         Merge fnmatch patches from glibc.
20091         * lib/fnmatch.c (mbsinit): Remove define.
20092         Add libc_hidden_ver (__fnmatch, fnmatch).
20093         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20094         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20095
20096 2004-01-14  Karl Berry  <karl@gnu.org>
20097
20098         * config/install-sh: update from automake.
20099
20100 2004-01-13  Karl Berry  <karl@gnu.org>
20101
20102         * config/install-sh: update from automake.
20103
20104 2004-01-09  Karl Berry  <karl@gnu.org>
20105
20106         * config/install-sh: update from automake.
20107
20108 2004-01-05  Karl Berry  <karl@gnu.org>
20109
20110         * config/config.{sub,guess}: update from config.
20111
20112 2003-12-31  Karl Berry  <karl@gnu.org>
20113
20114         * config/depcomp: update from automake.
20115
20116 2003-12-14  Karl Berry  <karl@gnu.org>
20117
20118         * lib/config.charset: update from gettext-runtime.
20119
20120 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20121
20122         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20123         Bug reported by Alfred M. Szmidt.
20124
20125 2003-12-03  Bruno Haible  <bruno@clisp.org>
20126
20127         * m4/gettext.m4: Upgrade from gettext-0.13.
20128         * m4/po.m4: Upgrade from gettext-0.13.
20129         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20130         * m4/intmax.m4: New file, from gettext-0.13.
20131         * m4/printf-posix.m4: New file, from gettext-0.13.
20132
20133 2003-11-29  Karl Berry  <karl@gnu.org>
20134
20135         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20136
20137 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20138             Bruno Haible  <bruno@clisp.org>
20139
20140         * lib/printf-parse.h: Don't include sys/types.h.
20141         (ARG_NONE): New macro.
20142         (char_directive): Change type of *arg_index fields to size_t.
20143         * lib/printf-parse.c: Don't include sys/types.h.
20144         (SSIZE_MAX): Remove macro.
20145         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20146         Remove unnecessary overflow check.
20147         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20148         fields.
20149
20150 2003-11-25  Bruno Haible  <bruno@clisp.org>
20151
20152         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20153
20154 2003-11-25  Bruno Haible  <bruno@clisp.org>
20155
20156         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20157         gt_TYPE_SSIZE_T.
20158
20159 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20160
20161         * modules/alloca: Remove dependency on xalloc.
20162
20163 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20164
20165         * lib/alloca.c: Remove dependency on xalloc module.
20166         (xalloc_die): Remove.
20167         (memory_full) [!defined emacs]: New macro.
20168         [!defined emacs]: Don't include xalloc.h.
20169         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20170         address arithmetic overflows.  Change datatypes a bit to avoid
20171         unnecessary casts.
20172
20173 2003-11-22  Jim Meyering  <jim@meyering.net>
20174
20175         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20176         s/size/size_t/.
20177
20178 2003-11-21  Karl Berry  <karl@gnu.org>
20179
20180         * config/config.{sub,guess}: update from config.
20181
20182 2003-11-18  Karl Berry  <karl@gnu.org>
20183
20184         * config/config.{sub,guess}: update from config.
20185
20186         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20187
20188 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20189
20190         * README: Mention that S+T cannot overflow if S is the size of
20191         an existing object and T is sufficiently small.
20192
20193 2003-11-17  Jim Meyering  <jim@meyering.net>
20194
20195         On systems without utime and without a utimes function capable of
20196         dealing with a NULL struct utimbuf* argument, this utime replacement
20197         could -- in unusual circumstances -- leak a file descriptor.
20198         * lib/utime.c: Include <unistd.h> and <errno.h>.
20199         (utime_null): Be sure to close `fd' and to preserve errno.
20200         Reported by Geoff Collyer via Arnold Robbins.
20201
20202 2003-11-17  Bruno Haible  <bruno@clisp.org>
20203
20204         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20205         (Depends-on): Add xsize.
20206
20207 2003-11-17  Bruno Haible  <bruno@clisp.org>
20208
20209         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20210
20211 2003-11-17  Bruno Haible  <bruno@clisp.org>
20212
20213         * lib/vasnprintf.c (alloca): Remove fallback definition.
20214         (freea): Remove definition.
20215         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20216         Reported by Paul Eggert.
20217
20218 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20219             Bruno Haible  <bruno@clisp.org>
20220
20221         Protect against address arithmetic overflow.
20222         * lib/printf-args.h: Include stddef.h.
20223         (arguments): Change type of field 'count' to size_t.
20224         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20225         'unsigned int' where appropriate.
20226         * lib/printf-parse.h: Include sys/types.h.
20227         (char_directive): Change type of *arg_index fields to ssize_t.
20228         (char_directives): Change type of fields 'count', max_*_length to
20229         size_t.
20230         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20231         (SSIZE_MAX): Define fallback value.
20232         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20233         instead of 'int' where appropriate. Check a_allocated, d_allocated
20234         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20235         * lib/vasnprintf.c: Include xsize.h.
20236         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20237         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20238         overflow. Avoid wraparound when converting a width or precision from
20239         decimal to binary.
20240
20241 2003-11-16  Bruno Haible  <bruno@clisp.org>
20242
20243         Update from GNU gettext.
20244         * lib/printf-parse.c: Generalize to it can be compiled for wide
20245         strings.
20246         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20247         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20248         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20249         SNPRINTF): New macros.
20250         Don't include <alloca.h> if the file is used inside libintl.
20251         (local_wcslen): New function, for Solaris 2.5.1.
20252         (VASNPRINTF): Use it instead of wcslen.
20253
20254 2003-11-16  Bruno Haible  <bruno@clisp.org>
20255
20256         * lib/xsize.h (xmax): New function.
20257         (xsum, xsum3, xsum4): Declare as "pure" functions.
20258
20259 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20260
20261         * modules/xalloc (Files): Undo latest change, since xalloc.h
20262         no longer needs SIZE_MAX or PTRDIFF_MAX.
20263
20264 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20265
20266         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20267         gl_PTRDIFF_MAX.
20268
20269 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20270
20271         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20272         "return", to pacify some unknown compiler.  Problem reported
20273         by Joerg Schilling.
20274
20275 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20276
20277         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20278         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20279         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20280         heuristic is just as accurate as far as we know, and it removes a
20281         dependency on size_max.m4 and ptrdiff_max.m4.
20282
20283 2003-11-11  Bruno Haible  <bruno@clisp.org>
20284
20285         * modules/xsize (Files): Add m4/size_max.m4.
20286         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20287
20288 2003-11-11  Bruno Haible  <bruno@clisp.org>
20289
20290         * m4/size_max.m4: New file.
20291         * m4/ptrdiff_max.m4: New file.
20292         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20293         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20294         (gl_XALLOC): Invoke it.
20295
20296 2003-11-11  Bruno Haible  <bruno@clisp.org>
20297
20298         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20299         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20300         defined.
20301
20302 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20303
20304         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20305         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20306         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20307         From Bruno Haible.
20308         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20309         not (size_t) -1, since it's defined here.
20310
20311 2003-11-09  Karl Berry  <karl@gnu.org>
20312
20313         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20314
20315 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20316
20317         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20318         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20319         Reject sizes of exactly SIZE_MAX bytes.
20320         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20321         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20322
20323 2003-11-05  Bruno Haible  <bruno@clisp.org>
20324
20325         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20326         SIZE_MAX defined in <limits.h> on Solaris.
20327
20328 2003-11-04  Jim Meyering  <jim@meyering.net>
20329
20330         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20331         variable names, rather than @VAR@.
20332         * modules/poll: Likewise.
20333
20334 2003-11-04  Bruno Haible  <bruno@clisp.org>
20335
20336         * modules/xsize: New file.
20337         * modules/linebreak: Depend on xsize.
20338         * MODULES.html.sh (func_all_modules): Add xsize.
20339
20340 2003-11-04  Bruno Haible  <bruno@clisp.org>
20341
20342         * m4/xsize.m4: New file.
20343
20344 2003-11-04  Bruno Haible  <bruno@clisp.org>
20345
20346         * lib/xsize.h: New file.
20347         * lib/linebreak.c: Include xsize.h.
20348         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20349         argument for overflow.
20350         Suggested by Paul Eggert.
20351
20352 2003-11-03  Karl Berry  <karl@gnu.org>
20353
20354         * config/config.{guess,sub}: update from config.
20355
20356 2003-11-03  Jim Meyering  <jim@meyering.net>
20357
20358         * modules/userspec (lib_SOURCES): Add userspec.h.
20359         (Include): Add "userspec.h".
20360         Improve description.
20361
20362 2003-11-03  Jim Meyering  <jim@meyering.net>
20363
20364         * lib/userspec.c: Include "userspec.h".
20365         * lib/userspec.h: New file.
20366
20367 2003-11-03  Bruno Haible  <bruno@clisp.org>
20368
20369         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20370
20371 2003-11-03  Bruno Haible  <bruno@clisp.org>
20372
20373         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20374         available, to avoid (extremely rare) race condition.
20375         Suggested by Paul Eggert.
20376
20377 2003-11-02  Karl Berry  <karl@gnu.org>
20378
20379         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20380
20381 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20382
20383         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20384         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20385         (read_filesystem_list): Set and use me_type_malloced.
20386         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20387         whatever the type happens to be), for brevity and consistency.
20388         Check for size calculation overflow on Alphas running OSF/1.
20389
20390 2003-10-31  Jim Meyering  <jim@meyering.net>
20391
20392         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20393
20394         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20395
20396 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20397             Bruno Haible  <bruno@clisp.org>
20398
20399         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20400         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20401
20402 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20403
20404         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20405         netbsd*-gnu*.  Suggested by Robert Millan.
20406
20407 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20408
20409         * modules/group-member: Depend on stdbool.
20410
20411 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20412
20413         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20414
20415 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20416
20417         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20418         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20419         after the 'gnu' in these cases.  This fixes some bugs in the
20420         previous change, and is based on suggestions by Robert Millan.
20421
20422 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20423
20424         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20425         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20426         no longer needed.
20427         * lib/quotearg.c (quotearg_n_options): Use it.
20428         * lib/group-member.c: Include <stdbool.h>.
20429         (free_group_info): Arg is now const *; don't free arg.
20430         (get_group_info): Now returns bool and accepts struct group_info *,
20431         rather than returning a malloc'ed struct group_info *.
20432         All uses changed.  Check for overflow in internal size calculation.
20433
20434         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20435         rather than xmalloc/xrealloc.
20436         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20437         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20438         conformance bug: the old code used a pointer after freeing the
20439         storage that it addressed.
20440         * lib/hash.c (hash_initialize): Simplify the code by using
20441         xalloc_oversized rather than doing it by hand.
20442         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20443         the buffer preserved.  Use free and xmalloc instead.
20444         * lib/quotearg.c (quotearg_n_options): Likewise.
20445         Use a simpler test for size overflow.  Don't use xalloc_oversized
20446         because unsigned int might be wider than size_t (!); this suggests
20447         that we should switch from unsigned int to size_t for slot numbers.
20448
20449 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20450
20451         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20452         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20453         NetBSD kernels.  Requested by Richard Stallman.
20454
20455 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20456
20457         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20458         to allocate the returned structure.  Do not allocate a subarray,
20459         as x2nrealloc will do that.
20460         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20461         instead of xnrealloc.
20462         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20463
20464 2003-10-27  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/stdbool_.h: Better support for BeOS.
20467
20468 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20469
20470         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20471         now uses inline.
20472
20473 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20474
20475         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20476         callers that want to do their own size-overflow checking.  Include
20477         <stdbool.h>, since xalloc_oversized returns bool.
20478         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20479         to use xalloc_oversized.
20480
20481         Add two functions x2realloc, x2nrealloc, for programs that grow
20482         arrays dynamically by doubling their sizes.
20483         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20484         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20485         New functions.
20486
20487         Port to C99 semantics for 'inline' of external functions.
20488         Bug reported by Bruno Haible.
20489         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20490         with the old contents of xnmalloc.
20491         (xnmalloc, xmalloc): Use it.
20492         (xnrealloc_inline): New static inline function,
20493         with the old contents of xnrealloc.
20494         (xnrealloc, xrealloc): Use it.
20495
20496         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20497         that.
20498
20499 2003-10-26  Karl Berry  <karl@gnu.org>
20500
20501         * config/srclist.txt (COPYING.DOC): no longer available from
20502         /gd/gnuorg; don't know where the ultimate source is.
20503
20504 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20505
20506         Fix several address-calculation bugs in the hash modules,
20507         plus some minor code cleanup.
20508
20509         * lib/hash.h: Include <stdbool.h>, for bool.
20510         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20511         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20512         hash_get_n_entries, hash_get_max_bucket_length,
20513         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20514         hash_rehash): Use size_t rather than unsigned.
20515         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20516         hash_get_n_buckets_used, hash_get_n_entries,
20517         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20518         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20519         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20520         Likewise.
20521         (SIZE_MAX): Define if not defined.
20522         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20523         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20524         hash_print):
20525         Use const * when possible.
20526         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20527         (check_tuning): Fix bug: if tuning parameters were very close to
20528         0 or 1, rounding errors could have caused subscript violations.
20529         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20530         (hash_initialize): Add 'fail:' label
20531         to free table and return NULL, and use it to simplify code.
20532         Use calloc rather than clearing the storage ourself.
20533         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20534         buffer size calculations.
20535         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20536         Include <stddef.h>, for size_t.
20537         * lib/hash-pjw.c (hash_pjw): Likewise.
20538         Switch to method described by Bruno Haible.
20539         Include <limits.h>, for CHAR_BIT.
20540         (SIZE_BITS): New macro.
20541
20542 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20543
20544         * m4/getline.m4 (AM_FUNC_GETLINE):
20545         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20546         hosts.  Problem reported by Derek Robert Price in
20547         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20548         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20549         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20550
20551 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20552
20553         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20554         ceiling the allocation at NMAX bytes rather than silently
20555         discarding input bytes before NMAX is reached.  This makes
20556         a difference only if NMAX exceeds SIZE_MAX / 2.
20557
20558         * lib/obstack.c: Merge from glibc.
20559         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20560         Add libc_hidden_def (_obstack_newchunk).
20561         (_obstack_free) [! defined _LIBC]: Remove.
20562         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20563         a clone of the function body.
20564         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20565         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20566
20567         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20568         glibc.
20569         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20570         arg to memcpy.
20571
20572         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20573         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20574         Don't use lvalue casts, as GCC plans to remove support for them
20575         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20576         was also present in the non-GCC version, indicating that this
20577         code had always been buggy and had never been widely used.
20578         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20579         Use the fast variant of each macro, rather than copying the
20580         definiens of the fast variant; that way, we'll be more likely to
20581         catch future bugs in the fast variants.
20582
20583 2003-10-20  Bruno Haible  <bruno@clisp.org>
20584
20585         * modules/wait-process: New file.
20586         * MODULES.html.sh (func_all_modules): Add wait-process.
20587
20588 2003-10-20  Bruno Haible  <bruno@clisp.org>
20589
20590         * m4/wait-process.m4: New file.
20591
20592 2003-10-20  Bruno Haible  <bruno@clisp.org>
20593
20594         * lib/wait-process.h: New file, from GNU gettext.
20595         * lib/wait-process.c: New file, from GNU gettext.
20596
20597 2003-10-19  Jim Meyering  <jim@meyering.net>
20598
20599         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20600         HPUX 10.20.
20601
20602 2003-10-18  Karl Berry  <karl@gnu.org>
20603
20604         * config/config.guess: update from config.
20605
20606 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20607
20608         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20609         (getgroups): First arg is int, not size_t.
20610         Don't let 'free' mangle errno.
20611
20612 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20613
20614         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20615
20616 2003-10-16  Karl Berry  <karl@gnu.org>
20617
20618         * config/config.{guess,sub}: update from config.
20619
20620 2003-10-16  Jim Meyering  <jim@meyering.net>
20621
20622         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20623         memcpy.
20624
20625 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20626
20627         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20628         (SIZE_MAX): Remove.
20629         (new_exclude, add_exclude_file): Initial size no longer needs to
20630         be a power of 2.
20631         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20632         our own address arithmetic overflow checking.
20633
20634         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20635         (fnmatch): Do not alloca more than 2000 wide characters;
20636         instead, use malloc for large buffers.
20637         Check for address arithmetic overflow, and return -1
20638         with errno set to ENOMEM in that case.
20639         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20640         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20641         instead, return -1.  Check for address arithmetic overflow.
20642
20643 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20644
20645         Handle invalid suffixes and overflow independently, so that
20646         callers can treat them independently as needed.  Fix some bugs in
20647         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20648         suffix for a human-readable blocksize.  The major caller-visible
20649         change is the addition of a new
20650         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20651         that both overflow and suffix chars were found.
20652
20653         * lib/human.c (humblock): Don't check separately for invalid suffix
20654         char; that is xstrtoumax's job (now that its bug is fixed).
20655         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20656         INTMAX_MAX]: New macros.
20657         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20658         TYPE_MAXIMUM): New macros.
20659         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20660         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20661         if overflow occurs, as it's what __strtol does and it's more useful
20662         in practice.
20663         (__xstrtol): If __strtol reports some error other than ERANGE,
20664         reflect it to the caller as LONGINT_INVALID.  If it reports
20665         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20666         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20667         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20668         value.
20669         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20670         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20671         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20672         [defined UINTMAX_MAX]: New macros.
20673
20674 2003-10-14  Bruno Haible  <bruno@clisp.org>
20675
20676         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20677
20678 2003-10-14  Bruno Haible  <bruno@clisp.org>
20679
20680         * m4/sig_atomic_t: New file, from GNU gettext.
20681         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20682
20683 2003-10-14  Bruno Haible  <bruno@clisp.org>
20684
20685         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20686         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20687         Also use volatile where needed.
20688
20689 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20690
20691         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20692         Change maintainer from Bruno Haible to 'all'.
20693
20694 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20695
20696         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20697
20698 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20699
20700         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20701         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20702         and define in terms of the other primitives.
20703         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20704         (SIZE_MAX): Define if not already defined.
20705         (array_size_overflow): New function.
20706         (xalloc_die): Abort instead of exiting if 'error' returns.
20707         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20708         (xmalloc, xrealloc): Use them.
20709         (xcalloc): Check for address arithmetic overflow.
20710         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20711         a bit faster than strcpy.
20712
20713 2003-10-10  Simon Josefsson  <jas@extundo.com>
20714
20715         * modules/argp (Depends-on): Add restrict and strcase.
20716
20717 2003-10-10  Simon Josefsson  <jas@extundo.com>
20718
20719         * m4/argp.m4: Add AC_C_INLINE.
20720
20721 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20722
20723         Merge getpass from libc, plus a few fixes.
20724
20725         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20726         Include <stdbool.h>.
20727         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20728         __fsetlocking to empty.
20729         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20730         do include <bits/libc-lock.h>.
20731         Do not include <fcntl.h>; not needed.
20732         [_LIBC]: Include <wchar.h>.
20733         (NOTCANCEL_MODE): New macro.
20734         (flockfile, funlockfile) [_LIBC]: New macros.
20735         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20736         [!_LIBC]: New macros.
20737         (call_fclose): New function.
20738         (getpass): Use it.  Save tty stream separately; this simplifies the
20739         code and makes it more reliable if stdin happens to equal stdout.
20740         Invoke __fsetlocking on tty.
20741         Handle thread cancellation if needed.
20742         Namespace cleanup (use __tcgetattr, __getline).
20743         Use bool for Booleans.
20744         [USE_IN_LIBIO]: Handle wide streams.
20745         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20746         stream might go where.
20747
20748         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20749         doesn't have to include <stdio.h> before us.
20750         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20751         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20752         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20753         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20754         if not declared, so that we can use getpass.c code from libc without
20755         rewriting it.
20756         (flockfile, ftrylockfile, funlockfile): New macros.
20757
20758 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20759
20760         * modules/getpass: Depend on stdbool.
20761
20762 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20763
20764         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20765
20766 2003-10-07  Karl Berry  <karl@gnu.org>
20767
20768         * config/config.{guess,sub}: update from config.
20769
20770 2003-10-06  Jim Meyering  <jim@meyering.net>
20771             Bruno Haible  <bruno@clisp.org>
20772
20773         This lets translators provide better translations for the
20774         "Written by ..." part of --version output.
20775         * lib/version-etc.h: Include stdarg.h.
20776         (version_etc_copyright): Declare as readonly.
20777         (version_etc): Make this function variadic with a NULL-terminated list
20778         of author name strings.
20779         (version_etc_va): New declaration.
20780         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20781         (version_etc_copyright): Declare as readonly.
20782         (version_etc_va): New function. Provide a different translatable string
20783         for each possible number of authors < 10. Abbreviate when there are 10
20784         authors or more.
20785         (version_etc): Make this function variadic. Call version_etc_va.
20786         Suggestion from Gary V. Vaughan.
20787
20788         * lib/long-options.h (parse_long_options): Change prototype: the
20789         authors string is moved to the end and becomes variadic.
20790         * lib/long-options.c: Include stdarg.h.
20791         (parse_long_options): Make this function variadic, too.
20792         Call version_etc_va, not version_etc.
20793
20794 2003-10-06  Bruno Haible  <bruno@clisp.org>
20795
20796         * modules/version-etc-2: Remove file.
20797         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20798
20799 2003-10-06  Bruno Haible  <bruno@clisp.org>
20800
20801         * modules/fatal-signal: New file.
20802         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20803
20804 2003-10-06  Bruno Haible  <bruno@clisp.org>
20805
20806         * m4/fatal-signal.m4: New file.
20807         * m4/signalblocking.m4: New file, from GNU gettext.
20808
20809 2003-10-06  Bruno Haible  <bruno@clisp.org>
20810
20811         * lib/version-etc-2.h: Remove file.
20812         * lib/version-etc-2.c: Remove file.
20813
20814 2003-10-06  Bruno Haible  <bruno@clisp.org>
20815
20816         * lib/fatal-signal.h: New file, from GNU gettext.
20817         * lib/fatal-signal.c: New file, from GNU gettext.
20818
20819 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20820
20821         * README: Rework advice for preventing empty .o files.
20822         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20823         not <sys/types.h>.
20824
20825 2003-10-04  Karl Berry  <karl@gnu.org>
20826
20827         * lib/argp*: update from libc.
20828
20829 2003-10-04  Karl Berry  <karl@gnu.org>
20830
20831         * config/config.{guess,sub}: update from config.
20832
20833 2003-10-02  Bruno Haible  <bruno@clisp.org>
20834
20835         * modules/lchown (Include): Add lchown.h.
20836         * modules/time_r (Include): Use "..." syntax.
20837         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20838
20839 2003-10-01  Simon Josefsson  <jas@extundo.com>
20840
20841         * MODULES.html.sh (func_all_modules): Move gethostname from section
20842         'based on' to section 'lacking' POSIX:2001.
20843
20844 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20845
20846         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20847         to output mode on the same stream.
20848
20849 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20850
20851         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20852         Fix arg typo in previous patch.
20853
20854 2003-09-28  Jim Meyering  <jim@meyering.net>
20855
20856         * lib/error.c: Correct cpp indentation.
20857
20858 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20859
20860         * modules/free: New file.
20861
20862 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20863
20864         * m4/free.m4: New file.
20865
20866 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20867
20868         * lib/minmax.h (MIN, MAX)
20869         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20870         Omit the special code that used __typeof__, since we worry that
20871         it could be more trouble than it's worth.  See:
20872         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20873         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20874
20875         * lib/free.c: New file.
20876
20877 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20878
20879         Trivial fixes to Makefile.am parts of module listings.
20880         * modules/strstr: Append strstr.h to lib_SOURCES.
20881         * modules/strcase: Likewise, for strcase.h.
20882
20883 2003-09-27  Karl Berry  <karl@gnu.org>
20884
20885         * config/mkinstalldirs: update from automake.
20886
20887 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20888
20889         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20890         (error_tail): Do not loop, reallocating temporary buffer, since
20891         the output cannot contain more wide characters than the input
20892         contains bytes, the size must be big enough already.  This avoids
20893         one potential size overflow calculation.  Check for size overflow
20894         when calculating temporary buffer size.  Free temporary buffer
20895         when done, if it was allocated with malloc; this plugs a memory
20896         leak.  Remove casts from void * to pointers, that are no longer
20897         needed now that we're assuming C89 or better.
20898
20899         Merge error changes from glibc.
20900
20901         * lib/error.c, error.h: Update copyright notice header to match glibc.
20902         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20903         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20904         Disable cancellation while printing error.
20905         * lib/error.h: Prepend __ to parameter names.
20906
20907 2003-09-26  Jim Meyering  <jim@meyering.net>
20908
20909         * lib/error.c (error_tail): Move some declarations
20910         into inner scope where the local variables are used.
20911
20912 2003-09-26  Bruno Haible  <bruno@clisp.org>
20913
20914         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20915         stpncpy().
20916         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20917
20918 2003-09-26  Bruno Haible  <bruno@clisp.org>
20919
20920         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20921         (stpncpy): Define as alias for gnu_stpncpy.
20922         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20923
20924 2003-09-25  Simon Josefsson  <jas@extundo.com>
20925
20926         * lib/xgetdomainname.h: New file.
20927         * lib/xgetdomainname.c: New file.
20928
20929 2003-09-25  Simon Josefsson  <jas@extundo.com>
20930             Bruno Haible  <bruno@clisp.org>
20931
20932         * modules/getdomainname: New file.
20933         * modules/xgetdomainname: New file.
20934         * MODULES.html.sh (func_all_modules): Add getdomainname,
20935         xgetdomainname.
20936
20937 2003-09-25  Simon Josefsson  <jas@extundo.com>
20938             Bruno Haible  <bruno@clisp.org>
20939
20940         * m4/getdomainname.m4: New file.
20941
20942 2003-09-25  Simon Josefsson  <jas@extundo.com>
20943             Bruno Haible  <bruno@clisp.org>
20944
20945         * lib/getdomainname.h: New file.
20946         * lib/getdomainname.c: New file.
20947
20948 2003-09-25  Karl Berry  <karl@gnu.org>
20949
20950         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20951
20952 2003-09-25  Karl Berry  <karl@gnu.org>
20953
20954         * config/install-sh: update from automake.
20955
20956 2003-09-25  Bruno Haible  <bruno@clisp.org>
20957
20958         * modules/version-etc-2: New file, from modules/version-etc with
20959         modifications.
20960         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20961
20962 2003-09-25  Bruno Haible  <bruno@clisp.org>
20963
20964         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20965         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20966
20967 2003-09-24  Simon Josefsson  <jas@extundo.com>
20968
20969         * modules/xgethostname: Add xgethostname.h.
20970
20971 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20972
20973         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20974         the buffer associated with the argument.  Bug reported by
20975         Simon Josefsson.
20976
20977 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20978
20979         * README: Document assumptions that 'int' is at least 32 bits
20980         wide, that integer arithmetic is 2's complement without overflow,
20981         that there are no holes in integer values, that adding sizes of
20982         two nonoverlapping objects can't overflow, and that all-bits-zero
20983         yields scalar zero.  Fix spelling and capitalization typos.
20984
20985 2003-09-19  Karl Berry  <karl@gnu.org>
20986
20987         * lib/argp.h: update from libc.
20988
20989 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20990
20991         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
20992         to avoid spurious warnings like "AC_RUN_IFELSE was called before
20993         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
20994
20995 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20996
20997         * gnulib-tool: Use "test -h", not "test -L", for portability
20998         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
20999         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21000         (sed_extract_prog): Issue s commands one-by-one, rather than
21001         using \| in one s command.
21002
21003 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21004
21005         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21006         input error, instead of returning NULL the next time we are called
21007         (and therefore losing track of errno).
21008
21009 2003-09-16  Bruno Haible  <bruno@clisp.org>
21010
21011         * gnulib-tool (func_create_testdir): Warn about duplicated
21012         dependencies.
21013
21014 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21015
21016         * modules/argmatch, modules/fatal, modules/obstack,
21017         modules/xalloc, modules/xgethostname: Sort dependencies by
21018         importance, not alphabetically.
21019
21020 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21021
21022         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21023         fails, so that the caller gets the proper errno.
21024
21025         * lib/readutmp.c (read_utmp): Likewise.
21026         Check for fstat error.  Close stream and free storage
21027         when failing.
21028
21029 2003-09-14  Karl Berry  <karl@gnu.org>
21030
21031         * config/srclist.txt (strdup.c): disable for c89 changes.
21032
21033 2003-09-14  Jim Meyering  <jim@meyering.net>
21034
21035         * lib/getloadavg.c: Correct cpp indentation.
21036         * lib/strdup.c: Likewise.
21037         * lib/vasnprintf.c: Likewise.
21038
21039 2003-09-14  Bruno Haible  <bruno@clisp.org>
21040
21041         * modules/fwriteerror: New file.
21042         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21043
21044 2003-09-14  Bruno Haible  <bruno@clisp.org>
21045
21046         * lib/fwriteerror.h: New file.
21047         * lib/fwriteerror.c: New file.
21048
21049 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21050
21051         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21052         modules/xgethostname, modules/xalloc: Depend on exit.
21053
21054 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21055
21056         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21057
21058         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21059         and AC_MINIX, too, so that their extensions are available.
21060
21061         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21062         This macro has been superseded by gl_BACKUPFILE.
21063
21064         More patches to assume C89 or better.
21065
21066         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21067
21068         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21069         unconditionally.
21070         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21071         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21072         Include <string.h>, <stdlib.h> unconditionally.
21073         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21074         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21075         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21076         headers or for string.h.
21077         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21078         or strtoul.
21079
21080         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21081         headers.
21082         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21083         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21084         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21085         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21086         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21087         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21088         memcpy, memset.
21089         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21090         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21091         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21092         strtol.
21093         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21094         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21095         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21096         strtoul.
21097
21098 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21099
21100         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21101         * lib/obstack.c [!defined _LIBC]: Likewise.
21102         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21103         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21104         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21105
21106         More changes to assume C89 or better.
21107
21108         * lib/error.c (error_tail): Assume vprintf.
21109
21110         * lib/argmatch.c (getenv): Remove decl.
21111         * lib/progreloc.c (get_full_program_name): Define via prototype.
21112         * lib/setenv.c (clearenv): Likewise.
21113         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21114         needed.
21115         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21116         (malloc, memcpy): Remove decls.
21117         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21118         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21119         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21120         (memcpy): Remove macro.
21121         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21122         (__P): Remove.  All uses removed.
21123         (PTR): Remove.  All uses changed to void *.
21124         (CHAR_BIT, NULL): Remove.
21125         (spaces, zeros, memset_space, memset_zero)
21126         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21127         Remove.
21128         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21129         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21130         Define with prototype.
21131         Remove now-unnecessary prototype decl.
21132         (extra_args_spec): Assume ANSI C.  All uses changed.
21133         (extra_args_spec_iso): Remove.
21134         (my_strftime, emacs_strftimeu): Define via prototype.
21135         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21136         unconditionally.
21137         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21138         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21139         (strtoul, strtol): Remove decls.
21140         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21141         LONG_MAX): Remove.
21142         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21143         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21144         (LOCALE_PARAM_PROTO): New macro.
21145         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21146         (INTERNAL (strtol), strtol): Define with a prototype.
21147         (PARAMS): Remove.  All uses removed.
21148         * lib/tempname.c: Include <string.h> unconditionally.
21149         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21150         * lib/xgethostname.c (main): Define with a prototype.
21151         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21152         Include <stdlib.h> unconditionally.
21153         (calloc, malloc, realloc, free): Remove decls.
21154         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21155         Include <stdlib.h> unconditionally.  Sort include file names.
21156         (strtod): Remove.
21157         (xstrtod): Define with a prototype.
21158         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21159         (strtol, strtoul): Remove decls.
21160
21161 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21162
21163         More patches to assume C89 or better.
21164         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21165         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21166         string.h, memchr, STDC_HEADERS.
21167
21168 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21169
21170         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21171         Include <stdlib.h>, <string.h> unconditionally.
21172         Remove now-unnecessary cast to char *.
21173         * lib/strnlen.c: Include <string.h> unconditionally.
21174         * lib/yesno.c (yesno): Define with a prototype.
21175
21176 2003-09-11  Bruno Haible  <bruno@clisp.org>
21177
21178         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21179
21180 2003-09-10  Jim Meyering  <jim@meyering.net>
21181
21182         * lib/error.c: Correct indentation of cpp directives.
21183
21184 2003-09-10  Bruno Haible  <bruno@clisp.org>
21185
21186         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21187         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21188         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21189         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21190         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21191         <stdlib.h> and <string.h> checks.
21192         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21193         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21194
21195 2003-09-10  Bruno Haible  <bruno@clisp.org>
21196
21197         * lib/strcspn.c: Include <string.h> unconditionally.
21198         * lib/strpbrk.c: Include <string.h> unconditionally.
21199         * lib/strstr.c: Include <string.h> unconditionally.
21200         * lib/unicodeio.c: Include <string.h> unconditionally.
21201         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21202         * lib/unsetenv.c: Likewise.
21203         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21204         * lib/yesno.c: Include <stdlib.h> unconditionally.
21205         (rpmatch): Add prototype.
21206
21207 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21208
21209         More patches to assume C89 or better.
21210         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21211         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21212         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21213         or for string.h.
21214         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21215         stdlib.h.
21216         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21217         C headers.
21218         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21219         string.h.
21220         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21221         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21222         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21223         or for string.h.
21224         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21225         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21226         C headers.
21227         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21228         memcpy.
21229         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21230         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21231         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21232         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21233         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21234         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21235         string.h, free.
21236         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21237         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21238         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21239         C headers, or for string.h.
21240         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21241         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21242         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21243         headers, memory.h, stdlib.h, string.h, strings.h.
21244         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21245         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21246         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21247         strchr.
21248         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21249         headers, memory.h, string.h.
21250         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21251         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21252         free.
21253         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21254         headers.
21255         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21256         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21257         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21258         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21259         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21260
21261 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21262
21263         More K&R removal.
21264
21265         * lib/acosl.c (main): Use a prototype.
21266         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21267         tanl.c: Likewise.
21268
21269         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21270
21271         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21272         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21273         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21274         with a prototype.
21275         * lib/getopt.c (const): Remove macro.
21276         Include <string.h> unconditionally.
21277         (my_index): Remove; all uses changed to strchr.
21278         (strlen): Remove decl.
21279         (exchange): Remove forward decl; no longer needed.
21280         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21281         Define with prototype.
21282         * lib/getopt1.c (const): Remove macro.
21283         (getopt_long, getopt_long_only, main): Define with prototype.
21284
21285         * lib/getugroups.c: Include <string.h> unconditionally.
21286
21287         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21288         (getusershell, setusershell, endusershell, readname, main):
21289         Define with prototypes.
21290
21291         * lib/group-member.c: Include group-member.h first.
21292         Include <stdlib.h> unconditionally.
21293
21294         * lib/hard-locale.c: Include hard-locale.h first.
21295         Include <stdlib.h>, <string.h> unconditionally.
21296
21297         * lib/hash.c (free, malloc): Remove decls.
21298         Include <stdlib.h> unconditionally.
21299
21300         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21301         (getenv): Do not declare.
21302
21303         * lib/idcache.c: Include <string.h> unconditionally.
21304
21305         * lib/long-options.c: Include long-options.h first, to test interface.
21306         Include <stdlib.h> unconditionally.
21307
21308         * lib/makepath.c: Include makepath.h first, to test interface.
21309         Include <stdlib.h> and <string.h> unconditionally.
21310
21311         * lib/linebuffer.c: Include <stdlib.h>.
21312         (free): Remove decl.
21313
21314         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21315         stddef.h. rpl_malloc returns void *, not char *.
21316         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21317         prototype.
21318
21319         * lib/md5.h: Include <limits.h> unconditionally.
21320         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21321         (__P): Remove; all uses removed.
21322         * lib/md5.c: Include "md5.h" first.
21323         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21324         md5_buffer, md5_process_bytes, md5_process_block):
21325         Define with prototypes.
21326         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21327         * lib/sha.c: Include "sha.h" first.
21328         Include <stdlib.h>, <string.h> unconditionally.
21329
21330         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21331         * lib/memcmp.c (__ptr_t): Likewise.
21332         * lib/memrchr.c (__ptr_t): Likewise.
21333         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21334         Include <string.h> unconditionally.
21335         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21336         * lib/memchr.c: Include <stdlib.h> unconditionally.
21337         * lib/memchr.c (LONG_MAX): Remove.
21338         * lib/memrchr.c (LONG_MAX): Likewise.
21339         * lib/memchr.c (__memchr): Define via a prototype.
21340         * lib/memrchr.c (__memrchr): Likewise.
21341         * lib/memcmp.c (__P): Remove, and remove all uses.
21342         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21343         Remove forward decls; no longer needed.
21344         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21345         Use types required by C89 in prototype.
21346
21347         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21348         * lib/savedir.c: Likewise.
21349         * lib/mkdir.c (free): Remove decl.
21350         * lib/rmdir.c (rmdir): Define with a prototype.
21351         * lib/savedir.c: Include savedir.h first, to test interface.
21352
21353         * lib/mktime.c (STDC_HEADERS): Remove.
21354         Include <stdlib.h>, <string.h> unconditionally.
21355
21356         * lib/modechange.c: Include <stdlib.h> unconditionally.
21357         (malloc): Remove decl.
21358
21359         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21360         (free): Remove decl.
21361
21362         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21363         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21364         (This type really should be intptr_t, but that's a C99ism.)
21365         (_obstack_memcpy): Remove: all uses changed to memcpy.
21366         Include <string.h> unconditionally.
21367         (struct obstack): Assume __STDC__ for types of members
21368         chunkfun, freefun, extra_arg.
21369         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21370         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21371         obstack_begin, obstack_specify_allocation,
21372         obstack_specify_allocation_with_arg, obstack_chunkfun,
21373         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21374         Remove unprototyped decls and the macros that use them.
21375         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21376         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21377         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21378         (defined __STDC__ && __STDC__)]:
21379         Remove nonprototyped code.
21380         Include <stdlib.h> unconditionally.
21381         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21382         _obstack_allocated_p, _obstack_free, obstack_free,
21383         _obstack_memory_used, print_and_abort):
21384         Define using prototypes.
21385         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21386         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21387         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21388         obstack_next_free, obstack_object_size, obstack_room) [0]:
21389         Remove unused, unprototyped code.
21390
21391         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21392
21393         * lib/physmem.c (physmem_total, physmem_available, main): Define
21394         with prototypes.
21395
21396         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21397         (main): Define with a prototype.
21398
21399         * lib/posixver.c (getenv): Remove decl.
21400
21401         * lib/putenv.c (malloc): Returns void *, not char *.
21402         Include <string.h> unconditionally.
21403         (strchr, memcpy, NULL): Do not define.
21404
21405         * lib/readtokens.c: Include readtokens.h first, to test interface.
21406         Include <stdlib.h>, <string.h> unconditionally.
21407         (init_tokenbuffer): Define with a prototype.
21408
21409         * lib/regex.c (PARAMS): Remove.  All uses removed.
21410         All uses of _RE_ARGS removed, too.
21411         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21412         unconditionally.
21413         (bzero): Assume memset exists.
21414         (memcmp, memcpy, NULL): Remove.
21415         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21416         char, or assignments to local vars of type signed char.
21417         (init_syntax_once, PREFIX(extract_number_and_incr),
21418         PREFIX(print_partial_compiled_pattern),
21419         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21420         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21421         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21422         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21423         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21424         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21425         wcs_compile_range, byte_compile_range, truncate_wchar,
21426         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21427         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21428         count_mbs_length, wcs_re_match_2_internal,
21429         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21430         PREFIX(alt_match_null_string_p),
21431         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21432         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21433         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21434         now-unnecessary declaration, if any.
21435         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21436         regcomp, regexec):
21437         Remove now-unnecessary casts among pointer types.
21438         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21439
21440         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21441         (free): Remove decl.
21442
21443         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21444
21445         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21446         (free): Remove decl.
21447
21448         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21449         * lib/xgetcwd.c: Likewise.
21450
21451         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21452         (free): Remove decl.
21453
21454         * lib/strchrnul.c (strchrnul): Define with a prototype.
21455         Fix bug: c_in was not converted to char before searching.
21456
21457         The following changes are not K&R related:
21458
21459         * lib/group-member.h: Include <sys/types.h>, so that this file is
21460         self-contained.
21461         * lib/makepath.h: Likewise.
21462
21463         * lib/getusershell.c (readname, default_index, line_size, readname):
21464         Use size_t, not int, for sizes.
21465         (readname): If the size overflows, report an error instead of
21466         looping forever.
21467
21468 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21469
21470         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21471         libc.
21472
21473 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21474
21475         * README: New section: portability guidelines.
21476
21477 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21478
21479         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21480         C89 spec.
21481
21482 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21483
21484         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21485
21486 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21487
21488         Assume C89 or better; remove K&R cruft.
21489         A few of these changes were first proposed by Derek Robert Price
21490         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21491
21492         * lib/addext.c: Include <string.h> unconditionally.
21493         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21494         Don't declare getenv or malloc.
21495
21496         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21497         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21498         (NULL): Remove.
21499         (find_stack_direction, alloca): Use prototypes.
21500
21501         * lib/atexit.c (atexit): Define using a prototype.
21502
21503         * lib/basename.c, dirname.c, stripslash.c:
21504         Include <string.h> unconditionally.
21505
21506         * lib/bcopy.c: Include <stddef.h>.
21507         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21508
21509         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21510
21511         * lib/error.h (error, error_at_line, error_print_progname)
21512         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21513         * lib/error.c: Include error.h first, to check interface.
21514         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21515         (VA_START): Remove; all uses changeed to va_start.
21516         (exit, strerror): Remove decls.
21517         (error_print_progname): Prototype uncondionally.
21518         Don't include <errno.h>; no longer needed.
21519         (private_strerror): Remove.
21520         (error_tail): Always define.
21521         (error, error_at_line): Assume C89 or better; always use prototypes.
21522         * lib/fatal.c: Include "fatal.h" first, to test interface.
21523         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21524         (VA_START): Remove; all uses changed to va_start.
21525         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21526         this case.
21527         (exit): Remove decl.
21528         (fatal): Prototype unconditionally.  Assume va_start works.
21529         Abort at end, to pacify gcc.
21530
21531         * lib/euidaccess.c (main): Define with a prototype.
21532
21533         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21534
21535         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21536
21537         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21538         prototypes.
21539         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21540         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21541         (getenv): Remove decl.
21542         (fnmatch): Define using a prototype.
21543         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21544         (FCT): Define using a prototype.
21545
21546         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21547
21548         * lib/gethostname.c: Include <stddef.h>.
21549         (gethostname): Define with prototype.  Length is size_t, not int.
21550
21551 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21552
21553         Assume C89 or better; remove K&R cruft.
21554         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21555         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21556         string.h, getenv, malloc.
21557         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21558         headers.
21559         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21560         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21561         do not check for strerror.
21562         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21563         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21564         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21565         do not check for doprnt or vprintf.
21566         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21567         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21568
21569 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21570
21571         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21572         getversion.c should have been removed then, but was accidentally
21573         preserved.
21574
21575         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21576         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21577
21578 2003-09-08  Karl Berry  <karl@gnu.org>
21579
21580         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21581                 config, forget about prep.
21582
21583         * config/depcomp, missing: update from automake.
21584
21585 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21586
21587         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21588         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21589
21590 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21591
21592         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21593         copy_tm_result.  Bug reported by Simon Josefsson in
21594         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21595
21596 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21597
21598         * m4/time_r.m4: New file.
21599         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21600         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21601         is. Check for timegm declaration.
21602         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21603         Do not check for gmtime_r.
21604         Replace mktime if __mktime_internal does not exist and if mktime
21605         hasn't been replaced already.
21606
21607 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21608
21609         * lib/time_r.c, lib/time_r.h: New files.
21610
21611         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21612         __localtime_r.
21613         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21614         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21615
21616         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21617         __gmtime_r.
21618         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21619         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21620         Include <time_r.h>.
21621
21622         * lib/timegm.c: Switch to glibc implementation, with the following
21623         changes:
21624         [defined HAVE_CONFIG_H]: Include <config.h>.
21625         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21626         (__mktime_internal) [!defined _LIBC]: New decl.
21627         (__gmtime_r) [!defined _LIBC]: New macro and function.
21628         (timegm): Use a prototype, since gnulib assumes C89.
21629         Do not bother declaring tmp to be const, as it's not really usefu.
21630         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21631         (timegm): Declare only if HAVE_DECL_TIMEGM.
21632
21633 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21634
21635         * MODULES.html.sh (func_all_modules): Add time_r.
21636         * modules/time_r: New file.
21637         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21638         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21639
21640 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21641
21642         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21643         Bug reported by Lute Kamstra in
21644         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21645
21646         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21647         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21648         course with correspondingly smaller numbers for tomorrow and
21649         yesterday.  From Tadayoshi Funaba.  Originally installed into
21650         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21651         coreutils merge?).
21652
21653 2003-08-31  Simon Josefsson  <jas@extundo.com>
21654
21655         * modules/timegm: New file.
21656         * MODULES.html.sh (func_all_modules): Add timegm.
21657
21658 2003-08-31  Simon Josefsson  <jas@extundo.com>
21659
21660         * m4/timegm.m4: New file.
21661
21662 2003-08-31  Simon Josefsson  <jas@extundo.com>
21663
21664         * lib/timegm.h: New file.
21665         * lib/timegm.c: New file.  Based on
21666         wget-1.8.2/src/http.c:mktime_from_utc.
21667
21668 2003-08-31  Karl Berry  <karl@gnu.org>
21669
21670         * lib/argp.h: update from libc.
21671
21672 2003-08-28  Bruno Haible  <bruno@clisp.org>
21673
21674         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21675         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21676         followed by '#define fnmatch fnmatch_posix' gives an error.
21677
21678 2003-08-28  Bruno Haible  <bruno@clisp.org>
21679
21680         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21681         warning on QNX, which defines O_BINARY to 000000.
21682
21683 2003-08-27  Jim Meyering  <jim@meyering.net>
21684
21685         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21686         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21687         would fail after 32.  Reported by Danny Levinson.  Details here:
21688         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21689
21690 2003-08-24  Bruno Haible  <bruno@clisp.org>
21691
21692         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21693         MSVC7 <stdio.h> is included later.
21694
21695 2003-08-22  Simon Josefsson  <jas@extundo.com>
21696
21697         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21698
21699 2003-08-20  Karl Berry  <karl@gnu.org>
21700
21701         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21702
21703 2003-08-20  Bruno Haible  <bruno@clisp.org>
21704
21705         * modules/progname: New file.
21706         * MODULES.html.sh (func_all_modules): Add progname.
21707
21708 2003-08-20  Bruno Haible  <bruno@clisp.org>
21709
21710         * lib/progname.h: New file, from GNU gettext.
21711         * lib/progname.c: New file, from GNU gettext.
21712         * lib/progreloc.c: New file, from GNU gettext.
21713
21714 2003-08-19  Jim Meyering  <jim@meyering.net>
21715
21716         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21717         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21718
21719 2003-08-19  Bruno Haible  <bruno@clisp.org>
21720
21721         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21722         more.
21723
21724 2003-08-19  Bruno Haible  <bruno@clisp.org>
21725
21726         * lib/xstrdup.c: Assume <string.h> exists.
21727
21728 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21729
21730         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21731         in makefile rules.
21732
21733 2003-08-18  Jim Meyering  <jim@meyering.net>
21734
21735         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21736         * m4/lib-ld.m4: Likewise.
21737
21738 2003-08-18  Jim Meyering  <jim@meyering.net>
21739
21740         * lib/setenv.h: Indent nested cpp directive.
21741         * lib/vasnprintf.c: Remove trailing blanks.
21742
21743 2003-08-17  Simon Josefsson  <jas@extundo.com>
21744
21745         * modules/xstrndup: New file.
21746         * MODULES.html.sh (func_all_modules): Add xstrndup.
21747
21748 2003-08-17  Simon Josefsson  <jas@extundo.com>
21749
21750         * modules/argp: Fix autoconf macro name. Add more dependencies.
21751
21752 2003-08-17  Simon Josefsson  <jas@extundo.com>
21753
21754         * m4/xstrndup.m4: New file.
21755
21756 2003-08-17  Simon Josefsson  <jas@extundo.com>
21757
21758         * m4/argp.m4: New file.
21759
21760 2003-08-17  Simon Josefsson  <jas@extundo.com>
21761             Bruno Haible  <bruno@clisp.org>
21762
21763         * lib/xstrndup.h: New file.
21764         * lib/xstrndup.c: New file.
21765
21766 2003-08-17  Bruno Haible  <bruno@clisp.org>
21767
21768         * modules/strndup (Files, Include): Add lib/strndup.h.
21769
21770 2003-08-17  Bruno Haible  <bruno@clisp.org>
21771
21772         * modules/euidaccess (Files): Add lib/euidaccess.h.
21773
21774 2003-08-17  Bruno Haible  <bruno@clisp.org>
21775
21776         * lib/strndup.h: New file.
21777
21778 2003-08-17  Bruno Haible  <bruno@clisp.org>
21779
21780         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21781         like AC_GNU_SOURCE.
21782         * modules/extensions (configure.ac): Comment out the invocation of
21783         gl_USE_SYSTEM_EXTENSIONS.
21784
21785 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21786
21787         Merges from coreutils, etc.
21788         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21789         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21790         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21791         fixing a typo.
21792         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21793         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21794
21795 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21796
21797         Document merge from coreutils.
21798         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21799         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21800         * modules/utime: Add m4/utimes-null.m4.
21801
21802 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21803
21804         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21805         space, undoing this 2003-08-12 change:
21806         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21807
21808 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21809
21810         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21811         strtoul.c from libc, undoing this 2003-08-12 change:
21812         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21813
21814 2003-08-16  Jim Meyering  <jim@meyering.net>
21815
21816         Merges from coreutils.
21817         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21818         prefix.  Adjust cache variables similarly.  Create 500 rather than
21819         just 300 files, to exercise bug on Darwin6.5, too.
21820         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21821         $missing_dir.
21822         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21823         AM_SYS_POSIX_TERMIOS.
21824         Reported by mkc@mathdogs.com.
21825         Also change use of $am_cv_sys_posix_termios
21826         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21827         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21828         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21829         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21830         in /proc/mounts until it finds one with matching device number.  This
21831         is unnecessary when the FILE argument *is* a mount point.  No stat call
21832         is necessary in that case.  So, disable the statvfs-testing code on
21833         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21834         as RedHat bug# 84846.
21835         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21836         to 1MB, so as not to render systems with no stack size limit (e.g.,
21837         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21838         Include <unistd.h>.  On some systems,
21839         it is required for the definition of _SC_PAGESIZE.
21840
21841 2003-08-16  Jim Meyering  <jim@meyering.net>
21842
21843         Merge from coreutils.
21844         * lib/xstrtoimax.c: #else #if -> #elif.
21845         * lib/xstrtoumax.c: Likewise.
21846
21847 2003-08-16  Jim Meyering  <jim@meyering.net>
21848
21849         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21850         * m4/utimes.m4: Removed.
21851         * m4/utimes-null.m4: Renamed from utimes.m4.
21852
21853         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21854         to 1MB, so as not to render systems with no stack size limit (e.g.,
21855         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21856         Include <unistd.h>.  On some systems,
21857         it is required for the definition of _SC_PAGESIZE.
21858
21859 2003-08-16  Jim Meyering  <jim@meyering.net>
21860         and Paul Eggert  <eggert@cs.ucla.edu>
21861
21862         Merges from coreutils, etc.
21863
21864         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21865         using the latest version from cvs.  This avoids problems with #line
21866         directives using a vendor (Sun) compiler.
21867         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21868         Don't set GETGROUPS_LIB here; now it's
21869         done via getgroups.m4's wrapper function.
21870         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21871         rather than just in sh-util/configure.in, so that the
21872         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21873         same.
21874         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21875         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21876         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21877         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21878         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21879         Remove code that is now done by the newly-required macros.
21880         Append $(EXEEXT) to DF_PROG.
21881         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21882         Do not invoke or require the following here,
21883         since prereq.m4 or some gnulib .m4 now does this for us:
21884         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21885         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21886         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21887         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21888         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21889         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21890         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21891         AC_FUNC_OBSTACK.
21892         Do not replace the following functions, as this is now the job
21893         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21894         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21895         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21896         atexit getpass, strdup, getpagesize.
21897         Replace 'raise'.
21898         Do not check for the following functions, as this is now the job
21899         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21900         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21901         setregid.
21902         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21903         Check for sys/sysctl.h.
21904         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21905         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21906         of checking for ssize_t ourselves.
21907
21908         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21909         Require every macro that gnulib/modules/* suggests for us.
21910         (jm_PREREQ_ADDEXT): New macro.
21911         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21912         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21913
21914         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21915         (gl_PHYSMEM): Use it.
21916         Also check for `table' function.
21917         Check for new headers and functions.
21918         Add check for sys/sysmp.h.
21919         With suggestions from Kaveh Ghazi.
21920         Ignore headers that are present but cannot be compiled.  This
21921         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21922         C 5.4.
21923
21924 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21925
21926         Document merge from coreutils.
21927         * modules/userspec: Depend on posixver.
21928         * modules/strftime: Depend on tzset.
21929
21930 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21931
21932         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21933         rather than tab, after '#' in shell-script copyright notices.
21934         Suggested by Bruno Haible.
21935
21936 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21937
21938         * config/srclist-update: Use three spaces, rather than tab, after '#'
21939         in shell-script copyright notices.  Suggested by Bruno Haible.
21940         Remove unnecessary parenthesization in regular expression.
21941
21942 2003-08-15  Jim Meyering  <jim@meyering.net>
21943
21944         Merge from coreutils.
21945         * lib/xgethostname.c: Include <stdlib.h>.
21946         (xghostname): Don't exit for anything other than memory-related
21947         failure; just return NULL.
21948         * lib/userspec.c: Include "posixver.h".
21949         (parse_user_spec): Accept `.' as a separator only
21950         in pre-POSIX-200112 mode.
21951         * lib/strtoimax.c: Use #elif rather than #else #if.
21952         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21953         Remove function, now that we can rely on a working tzset function.
21954         [!_LIBC]: Ensure that the required autoconf test has been run.
21955         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21956         Use underlying_strftime for %r.
21957         * lib/sha.c: Merge in some clean-up and optimization changes from
21958         glibc.
21959         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21960         Ensure that it is a multiple of 64.
21961         Rearrange loop exit tests so as to avoid performing an
21962         additional fread after encountering an error or EOF.
21963         * lib/realloc.c: Update copyright date.
21964
21965 2003-08-15  Jim Meyering  <jim@meyering.net>
21966         and Paul Eggert  <eggert@twinsun.com>
21967
21968         Merge from coreutils.
21969         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21970         member but strut utmpx does not.  Needed for AIX 4.3.3.
21971         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21972
21973 2003-08-15  Jim Meyering  <jim@meyering.net>
21974         and Paul Eggert  <eggert@cs.ucla.edu>
21975
21976         Merges from coreutils, etc.
21977         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21978         Require gl_FUNC_TZSET_CLOBBER.
21979         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21980         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21981         members.
21982
21983 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21984
21985         Help the merge from coreutils.
21986         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
21987         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
21988         * m4/tzset.m4: Use it too.
21989
21990 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21991
21992         * modules/tzset: New file.
21993
21994 2003-08-14  Jim Meyering  <jim@meyering.net>
21995
21996         Merges from coreutils.
21997         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
21998         variable names, rather than @FNMATCH_H@.
21999         * modules/alloca: Likewise for $(ALLOCA_H).
22000
22001         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22002         the three copies of the literal target, `fnmatch.h'.
22003         * modules/alloca (alloca.h): Likewise.
22004
22005 2003-08-14  Jim Meyering  <jim@meyering.net>
22006
22007         Merge from coreutils.
22008         * m4/tzset.m4: New file.
22009         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22010         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22011         otherwise, AIX 5.1 systems would end up using the latter.
22012         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22013         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22014         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22015         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22016
22017 2003-08-14  Jim Meyering  <jim@meyering.net>
22018
22019         Merge from coreutils.
22020         * lib/obstack.h: Whitespace changes.
22021         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22022         and xcalloc return values.
22023         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22024         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22025         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22026         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22027         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22028         error from mntctl.
22029         Use mntctl's return value to drive the entry-processing loop, since
22030         we can't rely on the value of the vmt_length member in the last
22031         entry.  On some systems doing so could result in exhausting
22032         virtual memory.  Based in part on a patch from Mike Jetzer.
22033
22034 2003-08-14  Jim Meyering  <jim@meyering.net>
22035         and Paul Eggert  <eggert@twinsun.com>
22036
22037         Merges from coreutils, plus other fixes.
22038         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22039         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22040         for credits and details.  Thanks to Kaveh Ghazi for helping
22041         to keep these files in sync.
22042         (ARRAY_SIZE): Define it.
22043         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22044         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22045         (memcasecmp): Don't assume size_t fits in unsigned int.
22046         Remove casts and duplicate code.
22047         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22048         (memcpy): Remove definition.
22049         Merge in some clean-up and optimization changes from glibc.
22050         [BLOCKSIZE]: Move definition to top of file.
22051         Ensure that it is a multiple of 64.
22052         Rearrange loop exit tests so as to avoid performing an
22053         additional fread after encountering an error or EOF.
22054         * lib/md5.h (md5_uintptr): Define.
22055         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22056         return to the initial working directory.  Preserve errno
22057         for caller.
22058         * lib/idcache.c: Include "xalloc.h".
22059         (xmalloc, xrealloc): Remove decls.
22060         (getuser): Remove casts no longer required in C89.
22061         * lib/human.c: Include stdio.h, for sprintf.
22062         * lib/group-member.c: Include "xalloc.h".
22063         (xmalloc, xrealloc): Remove decls.
22064         (get_group_info): Remove casts no longer required in C89.
22065         * lib/getusershell.c (readname): Remove casts no longer required in
22066         C89.
22067         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22068         * lib/getline.c: Whitespace fix, from coreutils.
22069
22070 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22071
22072         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22073         Check for isascii.
22074
22075         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22076         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22077         Undo previous (whitespace-only) change.
22078
22079 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22080
22081         * lib/exclude.c: Include <ctype.h>
22082         (IN_CTYPE_DOMAIN): New macro.
22083         (is_space): New fn.
22084         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22085         and empty lines.
22086
22087         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22088         Undo previous (whitespace-only) change.
22089
22090 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22091
22092         * config/srclist-update: Change update back to the old behavior,
22093         leaving whitespace alone.  Use one 'sed' command rather than a
22094         pipeline.
22095         (fixlicense): Now a variable, not a function.
22096         (remove_trailing_blanks): Remove.
22097         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22098         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22099         Undo previous (whitespace-only) change.
22100
22101 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22102
22103         Merge from coreutils.
22104         * modules/euidaccess: Add lib_SOURCES, include for new
22105         file euidaccess.h
22106
22107 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22108
22109         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22110         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22111         Normalize leading white space and remove trailing white space.
22112
22113         Merge from coreutils
22114         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22115
22116         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22117         0.12.1.  These files are now being upgraded automatically by
22118         ../config/srclist-update.
22119
22120 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22121
22122         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22123         Normalize leading white space and remove trailing white space.
22124         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22125         notice, as per ../config/srclist-update.
22126
22127         Merge from coreutils.
22128         * lib/euidaccess.h: New file.
22129         * lib/euidaccess.c: Include it.
22130         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22131         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22132         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22133
22134 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22135
22136         * config/srclist-update: Add copyright notice.
22137         (remove_id_lines, remove_trailing_blanks): New constants.
22138         (fixfile): Use them to normalize spacing a bit in copied files.
22139         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22140         Normalize leading white space and remove trailing white space.
22141
22142         * config/texinfo.tex: Sync with texinfo.
22143
22144         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22145         strtoul.c from libc, to merge coreutils whitespace changes.
22146
22147         * config/srclist.txt: Get the following m4 files from gettext:
22148         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22149         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22150         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22151         wint_t.m4.
22152
22153 2003-08-12  Karl Berry  <karl@gnu.org>
22154
22155         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22156         been made.
22157
22158 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22159
22160         * modules/gnu-source, m4/gnu-source.m4:
22161         Remove; we're assuming Autoconf 2.54 or later now.
22162         Suggested by Bruno Haible.
22163         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22164
22165 2003-08-11  Bruno Haible  <bruno@clisp.org>
22166
22167         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22168
22169 2003-08-11  Bruno Haible  <bruno@clisp.org>
22170
22171         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22172         (vasnprintf): Use it instead of wcslen.
22173
22174 2003-08-11  Bruno Haible  <bruno@clisp.org>
22175
22176         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22177         value to ensure that _Bool promotes to int. Use #define for _Bool when
22178         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22179
22180 2003-08-10  Karl Berry  <karl@gnu.org>
22181
22182         * lib/regex.h: update from libc (whitespace fix).
22183
22184 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22185
22186         Merge some files from coreutils.  These changes were
22187         originally made by Jim Meyering.
22188         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22189         many older Unixes require this.
22190         * lib/alloca.c (alloca): Remove cast to argument of free;
22191         no longer needed in C89.
22192         * lib/alloca_.h, regex.h: Fix white space to match
22193         what GNU indent does.
22194
22195 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22196
22197         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22198         apparently Emacs's Unicode mode got confused before my 2003-08-05
22199         checkin.
22200
22201 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22202
22203         * m4/extensions.m4: New file.
22204         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22205         Require gl_USE_SYSTEM_EXTENSIONS.
22206         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22207         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22208
22209 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22210
22211         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22212         * modules/extensions, modules/gnu-source: New files.
22213         * modules/timespec, modules/unlocked-io: Depend on extensions.
22214
22215 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22216
22217         * modules/restrict: New file.
22218         * MODULES.html.sh (func_all_modules): Add restrict.
22219         * modules/regex: Depend on restrict.
22220
22221 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22222
22223         * m4/restrict.m4: New file.
22224         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22225
22226 2003-08-07  Bruno Haible  <bruno@clisp.org>
22227
22228         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22229         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22230
22231 2003-08-07  Bruno Haible  <bruno@clisp.org>
22232
22233         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22234         makes the module 'getndelim2' compatible with the module 'getline'.
22235
22236 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22237
22238         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22239         byte with "\201" to avoid glitches when editing that source file
22240         with multi-gnome-terminal.
22241
22242 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22243
22244         * lib/bumpalloc.h: Remove.
22245
22246 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22247
22248         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22249         * modules/bumpalloc: Remove.
22250
22251 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22252
22253         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22254         GNU coding style.
22255
22256         Merge from coreutils.
22257         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22258         1. From glibc.
22259         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22260         from Karl Berry, implemented by Jim Meyering.
22261         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22262         from Dmitry V. Levin.
22263         Remove anachronistic cast of xrealloc.
22264         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22265         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22266         type. Otherwise, it wouldn't compile with at least /bin/cc on
22267         ymp-cray-unicos9.0.2.X.
22268         Combine two mostly-identical uses of alloca into one.
22269         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22270
22271 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22272
22273         [From Emacs.]
22274
22275         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22276         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22277         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22278         obsolete NLIST_NAME_UNION.
22279         [__GNU__]: Undef BSD and FSCALE.
22280         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22281
22282 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22283
22284         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22285         an enum type, so that it's guaranteed to promote to int.  See:
22286         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22287
22288 2003-08-03  Karl Berry  <karl@gnu.org>
22289
22290         * config/depcomp: update from automake.
22291
22292 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22293
22294         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22295         (strerror): Don't assume that a printable int fits in 14 bytes.
22296
22297 2003-07-31  Bruno Haible  <bruno@clisp.org>
22298
22299         * modules/getpass-gnu: New file.
22300         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22301
22302 2003-07-31  Bruno Haible  <bruno@clisp.org>
22303
22304         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22305
22306 2003-07-24  Karl Berry  <karl@gnu.org>
22307
22308         * config/missing: update from automake.
22309
22310 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22311             Bruno Haible  <bruno@clisp.org>
22312
22313         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22314         * lib/getline.c (getline, getdelim): Likewise.
22315         Remove _GNU_SOURCE define; now it's defined in config.h through
22316         m4/getline.m4.
22317
22318 2003-07-23  Karl Berry  <karl@gnu.org>
22319
22320         * config/config.sub: update from prep.
22321
22322 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22323
22324         * modules/xalloc (Depends-on): Add exitfail.
22325         * modules/xmemcoll: Likewise.
22326
22327 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22328
22329         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22330         over-parenthesization in macros.
22331
22332         Sync with coreutils.
22333
22334         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22335         required by C99.
22336
22337         Use `exit_failure' for xalloc and xmemcoll instead of their own
22338         private exit-failure variables.
22339         * lib/xalloc.h (xalloc_exit_failure): Remove.
22340         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22341         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22342         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22343         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22344         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22345
22346 2003-07-20  Jim Meyering  <jim@meyering.net>
22347
22348         * modules/closeout (Depends-on): Add exitfail.
22349         Suggestion from Bruno Haible.
22350
22351 2003-07-19  Karl Berry  <karl@gnu.org>
22352
22353         * config/config.sub: update from prep.
22354
22355 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22356
22357         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22358         Remove.
22359         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22360         to test that it can stand by itself.  Include "exitfail.h".
22361         Clients should set exit_failure instead.
22362         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22363
22364 2003-07-18  Bruno Haible  <bruno@clisp.org>
22365
22366         * modules/getndelim2: New file.
22367         * modules/getline: Share files with module getndelim2.
22368         * modules/getnline: Depend on getndelim2 instead of sharing files with
22369         it. Add getnline.c to lib_SOURCES.
22370         * MODULES.html.sh (func_all_modules): Add getndelim2.
22371
22372 2003-07-18  Bruno Haible  <bruno@clisp.org>
22373
22374         * m4/getndelim2.m4: New file.
22375         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22376         invoke gl_PREREQ_GETNDELIM2.
22377         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22378         gl_PREREQ_GETNDELIM2.
22379         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22380         gl_GETNDELIM2.
22381
22382 2003-07-18  Bruno Haible  <bruno@clisp.org>
22383
22384         * lib/getndelim2.h: New file.
22385         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22386         getndelim2.h.
22387         (getndelim2): Make non-static. Change return type to ssize_t.
22388         * lib/getline.h: Change argument names.
22389         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22390         * lib/getnline.c: Include getndelim2.h.
22391
22392 2003-07-18  Andreas Schwab  <schwab@suse.de>
22393
22394         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22395
22396 2003-07-17  Karl Berry  <karl@gnu.org>
22397
22398         * config/config.sub: update from prep.
22399
22400 2003-07-17  Bruno Haible  <bruno@clisp.org>
22401
22402         * modules/getnline: New file.
22403         * modules/getline: Add lib/getndelim2.c to source file list.
22404         * MODULES.html.sh (func_all_modules): Add getnline.
22405
22406 2003-07-17  Bruno Haible  <bruno@clisp.org>
22407
22408         * m4/getnline.m4: New file.
22409
22410 2003-07-17  Bruno Haible  <bruno@clisp.org>
22411
22412         * m4/Makefile.am.in: Remove file.
22413         * m4/Makefile.am: Remove file.
22414         * m4/Makefile.in: Remove file.
22415
22416 2003-07-17  Bruno Haible  <bruno@clisp.org>
22417
22418         * lib/getnline.h: New file.
22419         * lib/getnline.c: New file.
22420         * lib/getndelim2.c: New file, extracted from getline.c.
22421         (getndelim2): Renamed from getdelim2, with added nmax argument.
22422         * lib/getline.c: Include getndelim2.c.
22423         (getdelim2): Moved out to getndelim2.c.
22424         (getline, getdelim): Update.
22425
22426 2003-07-17  Bruno Haible  <bruno@clisp.org>
22427
22428         * lib/Makefile.am: Remove file.
22429         * lib/Makefile.in: Remove file.
22430
22431 2003-07-17  Bruno Haible  <bruno@clisp.org>
22432
22433         * configure.in: Remove file.
22434         * Makefile.in: Remove file.
22435
22436 2003-07-17  Bruno Haible  <bruno@clisp.org>
22437
22438         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22439
22440 2003-07-16  Karl Berry  <karl@gnu.org>
22441
22442         * config/srclist-update: was running fixlicense twice, which caused
22443                 texinfo.tex to be nullified for some reason.  Simplify,
22444                 $gplsrc is no longer needed as far as I can see?
22445
22446 2003-07-16  Jim Meyering  <jim@meyering.net>
22447
22448         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22449
22450 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22451
22452         * config/srclist.txt: Get the following files from gettext-runtime/intl
22453         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22454         ref-del.sin.  From Bruno Haible.
22455         * config/srclist-update (fixfile): Change grep pattern again, since the
22456         previous fix didn't work (there was another trailing $).  Use
22457         '[$]' to escape the $s.
22458
22459 2003-07-15  Karl Berry  <karl@gnu.org>
22460
22461         * lib/vasnprintf.c: update from gettext.
22462
22463 2003-07-15  Karl Berry  <karl@gnu.org>
22464
22465         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22466         gets expanded when surrounded by '$'.
22467
22468 2003-07-15  Jim Meyering  <jim@meyering.net>
22469
22470         * modules/save-cwd: Don't depend on error.  From Derek Price.
22471
22472 2003-07-15  Jim Meyering  <jim@meyering.net>
22473
22474         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22475
22476 2003-07-14  Simon Josefsson  <jas@extundo.com>
22477
22478         * modules/mempcpy: New file.
22479         * MODULES.html.sh (func_all_modules): Add mempcpy.
22480
22481 2003-07-14  Simon Josefsson  <jas@extundo.com>
22482
22483         * m4/mempcpy.m4: New file.
22484
22485 2003-07-14  Simon Josefsson  <jas@extundo.com>
22486
22487         * lib/mempcpy.h: New file.
22488         * lib/mempcpy.c: New file.
22489
22490 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22491
22492         * modules/getdate, modules/posixtm: Depend on mktime.
22493
22494 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22495
22496         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22497         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22498         unicodeio.c, unicodeio.h, unlocked-io.h:
22499         Switch from LGPL to GPL.
22500
22501 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22502
22503         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22504         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22505         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22506         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22507         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22508         updated automatically by ../config/srclist-update.  This changes
22509         their license from LPGL to GPL.
22510
22511 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22512
22513         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22514         assumed to refer to the root of the most recent stable gettext version.
22515         * config/srclistvars.sh: Add defaults for eggert.
22516         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22517         Match "This program" as well as "The program".  This is needed
22518         for gettext.
22519
22520 2003-07-14  Jim Meyering  <jim@meyering.net>
22521
22522         Don't emit diagnostics.  Let callers do that.
22523         * lib/save-cwd.c: Don't include "error.h".
22524         (save_cwd): Don't call error.  Ensure that errno is valid
22525         when returning nonzero.
22526
22527         * lib/save-cwd.h (restore_cwd): Update prototype.
22528         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22529         Simplify.  Don't call error upon failure.  Let callers do that.
22530         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22531         when auditing is enabled.  But don't bother updating the #if.
22532
22533 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22534
22535         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22536         it breaks C++ compilation.
22537         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22538
22539 2003-07-10  Simon Josefsson  <jas@extundo.com>
22540
22541         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22542
22543 2003-07-10  Jim Meyering  <jim@meyering.net>
22544
22545         * m4/clock_time.m4: Remove trailing blank.
22546         * m4/intmax_t.m4: Likewise.
22547
22548 2003-07-10  Jim Meyering  <jim@meyering.net>
22549
22550         * lib/vasnprintf.c: Remove trailing blanks.
22551         Make cpp indentation consistent.
22552
22553 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22554
22555         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22556         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22557         Switch from LGPL to GPL.
22558
22559 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22560
22561         * config/srclist.txt: Sort sublists.  Add
22562         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22563         that differ from gnulib for one reason or another; we'd like this list
22564         to be smaller but for now let's document what we have.
22565
22566 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22567
22568         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22569         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22570         and sweeter "eval x=$x".
22571         * config/srclist.txt: Get lib/argp* from glibc.
22572
22573 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22574
22575         * lib/mktime.c: Fix some boundary cases and remove need for floating
22576         point.
22577
22578         Issue a compile-time diagnostic if time_t is floating point, or if
22579         two's complement arithmetic is not in effect, or if arithmetic
22580         right shift does not propagate the sign.  These assumptions were
22581         all in the original code but they weren't checked.
22582
22583         (TIME_T_MIDPOINT, verify): New macros.
22584         (__isleap): Remove; it has integer overflow problems.
22585         (leapyear): New function, without those problems.
22586         (ydhms_tm_diff): Remove; splitting into two parts.
22587         (ydhms_diff): New function, containing the arithmetic part of
22588         the old ydhms_tm_diff function.  Issue a compile-time
22589         diagnostic if we are not using C99 integer division.
22590         Avoid casts when possible.
22591         (guess_time_tm): New function, containing the checking part of
22592         the old ydhms_tm_diff function.  Return the new value, rather than
22593         the difference between it and the old.  Accept a new argument T
22594         so that *T specifies the old value.  Check for overflow in the result.
22595
22596         (__mktime_internal): Use a time_t offset, not a long int offset.
22597         This undoes the 2003-06-04 change, which is no longer needed now
22598         that we have better overflow checking.
22599         (localtime_offset): Likewise.
22600
22601         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22602         and long are 64-bit but int is only 32-bit.
22603         (ydhms_diff): Use long int to store year1 and yday1.
22604         Issue a compile-time diagnostic if long int is not wide enough.
22605
22606         (__mktime_internal): Use long int to store adjusted year and yday.
22607         Use plain C rather than preprocessor commands, if that doesn't
22608         affect efficiency.
22609         Check for overflow (and try to repair) after each probe
22610         rather than checking only at the very end.  This avoids some bugs
22611         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22612         does not equal GMT offset at maximum time).
22613         Use integer to check for overflow rather than floating point; this
22614         is more portable to non-IEEE hosts, and is a tad faster.
22615         When we detect that we are oscillating between two values,
22616         don't check whether tm_isdst has the requested value, since
22617         we already know the answer.  When tm_isdst has the wrong value,
22618         use a different heuristic to find the right one, based on the
22619         extreme values actually observed in practice in tz2003a,
22620         rather than the (overly optimistic) "previous 3 calendar quarters".
22621
22622         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22623         "T const" to accommodate glibc style.
22624         (check_result): Use less-confusing report format.  "long" -> "long int.
22625         (main): Likewise.
22626         Don't loop if the iteration overflows time_t.
22627         Allow a negative step in the iteration.
22628
22629 2003-07-06  Karl Berry  <karl@gnu.org>
22630
22631         * config/depcomp: update from automake.
22632         * config/config.sub: update from prep.
22633
22634 2003-07-03  Karl Berry  <karl@gnu.org>
22635
22636         * config/config.guess: update from prep.
22637
22638 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22639
22640         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22641         xreadlink.c now includes it unconditionally.
22642
22643 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22644
22645         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22646         having it depend on HAVE_SYS_TYPES_H.
22647
22648 2003-07-01  Bruno Haible  <bruno@clisp.org>
22649
22650         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22651         <sys/types.h> should be sufficient.
22652         Reported by Paul Eggert.
22653
22654 2003-06-26  Karl Berry  <karl@gnu.org>
22655
22656         * config/depcomp: update from automake.
22657
22658 2003-06-26  Bruno Haible  <bruno@clisp.org>
22659
22660         * modules/human: Depend on module stdbool.
22661
22662 2003-06-25  Bruno Haible  <bruno@clisp.org>
22663
22664         * modules/readlink: New file.
22665         * modules/xreadlink: Depend on it.
22666         * MODULES.html.sh (func_all_modules): Add readlink.
22667
22668 2003-06-25  Bruno Haible  <bruno@clisp.org>
22669
22670         * m4/readlink.m4: New file.
22671
22672 2003-06-25  Bruno Haible  <bruno@clisp.org>
22673
22674         * lib/readlink.c: New file.
22675
22676 2003-06-22  Karl Berry  <karl@gnu.org>
22677
22678         * config/srclist.txt: update mkinstalldirs from automake.
22679         * config/mkinstalldirs: update.
22680
22681 2003-06-22  Bruno Haible  <bruno@clisp.org>
22682
22683         Portability to mingw32.
22684         * m4/ssize_t.m4: New file, from GNU gettext.
22685         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22686         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22687
22688 2003-06-22  Bruno Haible  <bruno@clisp.org>
22689
22690         * modules/safe-read: Add m4/ssize_t.m4.
22691         * modules/xreadlink: Add m4/ssize_t.m4.
22692
22693 2003-06-20  Bruno Haible  <bruno@clisp.org>
22694
22695         Assume C89, so PARAMS isn't needed.
22696         * lib/unicodeio.h (PARAMS): Remove.
22697         * lib/unicodeio.c: Don't use PARAMS.
22698
22699 2003-06-18  Karl Berry  <karl@gnu.org>
22700
22701         * config/config.{guess,sub}: update from prep.
22702
22703 2003-06-18  Jim Meyering  <jim@meyering.net>
22704
22705         Merge changes from coreutils.
22706         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22707         Remove explicit declarations of xmalloc and realloc.
22708         Include xalloc.h.
22709         (read_utmp): Remove anachronistic cast of xmalloc.
22710
22711 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22712
22713         Assume C89, so PARAMS isn't needed.
22714         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22715         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22716         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22717         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22718         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22719         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22720         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22721         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22722         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22723         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22724         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22725         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22726         no longer needed. Anyway, config.h should always be included before any
22727         other file.
22728
22729 2003-06-11  Simon Josefsson  <jas@extundo.com>
22730
22731         * modules/sysexits: New file.
22732         * MODULES.html.sh (func_all_modules): Add sysexits.
22733
22734 2003-06-11  Simon Josefsson  <jas@extundo.com>
22735
22736         * lib/sysexit_.h: New file.
22737
22738 2003-06-11  Derek Price  <derek@ximbiot.com>
22739
22740         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22741         necessary.
22742
22743 2003-06-11  Bruno Haible  <bruno@clisp.org>
22744
22745         * m4/sysexits.m4: New file.
22746
22747 2003-06-10  Simon Josefsson  <jas@extundo.com>
22748
22749         * lib/argp.h: New file, from glibc.
22750         * lib/argp-ba.c: New file, from glibc.
22751         * lib/argp-eexst.c: New file, from glibc.
22752         * lib/argp-fmtstream.c: New file, from glibc.
22753         * lib/argp-fmtstream.h: New file, from glibc.
22754         * lib/argp-fs-xinl.c: New file, from glibc.
22755         * lib/argp-help.c: New file, from glibc.
22756         * lib/argp-namefrob.h: New file, from glibc.
22757         * lib/argp-parse.c: New file, from glibc.
22758         * lib/argp-pv.c: New file, from glibc.
22759         * lib/argp-pvh.c: New file, from glibc.
22760         * lib/argp-xinl.c: New file, from glibc.
22761
22762 2003-06-10  Simon Josefsson  <jas@extundo.com>
22763
22764         * modules/strchrnul: New file.
22765
22766 2003-06-10  Simon Josefsson  <jas@extundo.com>
22767
22768         * modules/argp: New file.
22769
22770 2003-06-10  Simon Josefsson  <jas@extundo.com>
22771
22772         * m4/strchrnul.m4: New file.
22773
22774 2003-06-10  Simon Josefsson  <jas@extundo.com>
22775
22776         * lib/strchrnul.h: New file.
22777         * lib/strchrnul.c: New file.
22778
22779 2003-06-10  Bruno Haible  <bruno@clisp.org>
22780
22781         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22782
22783 2003-06-07  Karl Berry  <karl@gnu.org>
22784
22785         * config/config.{guess,sub}: update from prep.
22786
22787 2003-06-07  Jim Meyering  <jim@meyering.net>
22788
22789         * modules/strtod: Use $(...) notation, not @...@ for
22790         AC_REPLACE'd variables.
22791         * modules/localcharset: Likewise.
22792
22793 2003-06-07  Jim Meyering  <jim@meyering.net>
22794
22795         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22796         in place of my name in the copyright comment.
22797         Remove definition and uses of __P.
22798
22799         From coreutils.
22800         * lib/stat.c: Don't declare xmalloc explicitly.
22801         Instead, include "xalloc.h".
22802         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22803         xrealloc, and xcalloc return values.
22804         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22805         Improve comment.
22806         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22807
22808 2003-06-07  Bruno Haible  <bruno@clisp.org>
22809
22810         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22811         avoid AC_CONFIG_LINKS.
22812         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22813         fnmatch.h, to avoid AC_CONFIG_LINKS.
22814         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22815
22816 2003-06-07  Bruno Haible  <bruno@clisp.org>
22817
22818         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22819         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22820         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22821         directory.
22822         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22823         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22824         directory.
22825
22826 2003-06-06  Jim Meyering  <jim@meyering.net>
22827
22828         Merge from coreutils.
22829         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22830         Consolidate declarations and initializations of *_base* locals.
22831
22832         Merge from coreutils.
22833         This avoids a core dump on systems without GNU putenv,
22834         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22835         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22836         (unsetenv): New static function, from GNU libc.
22837         (rpl_putenv): Use it.
22838
22839         * lib/modechange.c: Remove trailing blanks.
22840
22841         Merge from coreutils.
22842         * lib/fsusage.c: Remove declaration of statfs.
22843         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22844
22845         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22846
22847 2003-06-06  Jim Meyering  <jim@meyering.net>
22848
22849         * lib/stdbool_.h: Renamed from stdbool.h.in.
22850
22851 2003-06-06  Jim Meyering  <jim@meyering.net>
22852             Bruno Haible  <bruno@clisp.org>
22853
22854         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22855         Adjust Makefile.am snippet not to redirect directly to target.
22856         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22857
22858 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22859
22860         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22861         mismatch, look in future quarters as well as past.  This fixes a
22862         bug when processing fall-backwards gaps immediately after a long
22863         period of daylight-saving time.
22864
22865         * lib/mktime.c: Assume freestanding C89 or better.
22866         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22867         (__P): Remove; not used.
22868         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22869         (mktime, not_equal_tm, print_tm, check_result,
22870         main): Use prototypes.  Use const * where appropriate.
22871         (main): Fix typo in testing code that uncovered by above changes.
22872         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22873
22874 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22875
22876         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22877         locale.h, localeconv.  This merges changes from coreutils.
22878
22879         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22880         It can be removed after the next Autoconf is released.
22881         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22882         needed.
22883
22884 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22885
22886         * lib/mktime.c: Fix Debian bug 177940
22887         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22888         (localtime_offset): Now long int, not time_t, because we want it
22889         to be guaranteed to be signed.  All uses changed.
22890         (__mktime_internal): If overflow would occur when adding offset,
22891         don't add it.
22892
22893         Merge 'human' changes from coreutils.  Rewrite to support
22894         locale-specific notations like thousands separators.
22895         * lib/human.c: Simplify authorship notice.
22896         Include human.h immediately after config.h.
22897         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22898         <limits.h>: Do not include, since human.h does.
22899         (SIZE_MAX, UINTMAX_MAX): New macros.
22900         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22901         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22902         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22903         (power_letter): Renamed from suffixes.
22904         (generate_suffix_backwards): Remove.
22905         (adjust_value): Now takes int style (because of human.h changes)
22906         and long double value (for greater precision on some platforms).
22907         (group_number): New function.
22908         (human_readable): Use it.  Use integer options, not enum.
22909         Put the options before the sizes in the arg list.
22910         Support all the new options.
22911         The old human_readable function has been removed;
22912         use inttostr.h instead.
22913         (human_readable, default_block_size, humblock):
22914         Use uintmax_t, not int, for block sizes.
22915         (human_readable_inexact, block_size_types): Remove.
22916         (block_size_opts): New constant.
22917         (human_options): Renamed from human_block_size, with new signature
22918         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22919         * lib/human.h: Add copyright and authorship notice.
22920         Include <limits.h> and <stdbool.h> unconditionally.
22921         (PARAMS): Remove.  All uses removed.
22922         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22923         (enum human_inexact_style): Remove tag; now a nameless enum.
22924         (human_floor, human_ceiling, human_round_to_even): Now have
22925         values 2, 0, 1 rather than -1, 1, 0.
22926         (human_group_digits, human_suppress_point_zero, human_autoscale,
22927         human_base_1024, human_SI, human_B): New constants.
22928         (human_readable_inexact, human_block_size): Remove.
22929         (human_readable): Size args are now uintmax_t, not int.
22930         (human_options): New decl.
22931
22932         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22933         unnecessary now that we assume C89 or better.  This change
22934         imported from coreutils.
22935
22936         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22937         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22938         in the 2003-05-30 sync from glibc.
22939
22940         .h files should stand alone, but we shouldn't include <sys/types.h>
22941         if we can get away with just <stddef.h>.
22942
22943         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22944         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22945         rather than <sys/types.h>, as we merely need size_t.
22946         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22947         to get size_t.
22948         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22949         Include <stdio.h>, to get FILE.
22950         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22951         memcasecmp.h has included <stddef.h> and all we need is size_t.
22952         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22953         our interface, instead of including <sys/types.h>
22954
22955 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22956
22957         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22958         now, as glibc mktime is buggy on non-glibc systems.
22959
22960 2003-06-03  Karl Berry  <karl@gnu.org>
22961
22962         * config/config.sub: update from prep.
22963
22964 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22965
22966         [from coreutils]
22967         Fix some minor time-related bugs with POSIX time arguments.
22968         Some valid time stamps were being rejected (notably -1, and
22969         time stamps before 1900 on 64-bit hosts).  And some invalid
22970         time stamps were being accepted, e.g. September 31.
22971
22972         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22973         that we can return (time_t) -1 successfully.
22974         * lib/posixtm.c: Likewise.
22975         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22976         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22977         (t): Remove static var.
22978         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22979         of static var.  All uses changed.
22980         (year): Do not reject years before 1900; they can occur with
22981         64-bit time_t.
22982         (posix_time_parse): Do not check for out-of-range components;
22983         that is now the caller's responsibility, since our checks were
22984         only approximations.
22985         (posixtime): Use mktime to check for out-of-range components,
22986         since it knows them exactly.
22987         If mktime returns (time_t) -1, check whether an error actually occurred
22988         by invoking localtime on -1.
22989         (main) [TEST_POSIXTIME]: Check for input data errors, and report
22990         posixtime failures better.
22991         Improve the test data (in comments only).
22992
22993 2003-06-02  Karl Berry  <karl@gnu.org>
22994
22995         * config/mkinstalldirs (version): new variable.
22996         (--version): new option.
22997         (usage): improve message.
22998
22999 2003-05-30  Karl Berry  <karl@gnu.org>
23000
23001         * lib/mktime.c: update from libc.
23002
23003 2003-05-30  Bruno Haible  <bruno@clisp.org>
23004
23005         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23006         * config/config.rpath: Upgrade to gettext-0.12.1.
23007
23008 2003-05-30  Bruno Haible  <bruno@clisp.org>
23009
23010         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23011         * m4/nls.m4: New file, from gettext-0.12.1.
23012         * m4/po.m4: New file, from gettext-0.12.1.
23013         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23014
23015 2003-05-30  Bruno Haible  <bruno@clisp.org>
23016
23017         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23018         * lib/localcharset.h: Likewise.
23019         * lib/localcharset.c: Likewise.
23020
23021 2003-05-29  Karl Berry  <karl@gnu.org>
23022
23023         * config/config.rpath: update from gettext.
23024
23025 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23026
23027         Assume the headers required for C89 freestanding compilers.
23028         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23029         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23030         * m4/human.m4 (gl_HUMAN): Likewise.
23031         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23032         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23033         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23034         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23035         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23036         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23037
23038 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23039
23040         Assume the headers required for C89 freestanding compilers.
23041         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23042         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23043         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23044         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23045         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23046         define, since <limits.h> is guaranteed to do that.
23047         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23048         * lib/exclude.c: Include <stdbool.h> unconditionally.
23049         * lib/tempname.c: Include <stddef.h> unconditionally.
23050         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23051         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23052         <stddef.h> does that.
23053         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23054         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23055         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23056         needed.
23057         * lib/xstrtol.c: Likewise.
23058         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23059         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23060
23061         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23062         warnings on some platforms.
23063
23064         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23065         arbitrarily.
23066
23067 2003-05-26  Jim Meyering  <jim@meyering.net>
23068
23069         Merge in a change from coreutils:
23070         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23071         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23072         that condition, rather than `-1' which is slightly misleading.
23073         Change the name of the cache variable to have the gl_ prefix.
23074         Prompted by a patch from Richard Dawe for DJGPP.
23075
23076 2003-05-24  Karl Berry  <karl@gnu.org>
23077
23078         * config/config.guess: update from prep.
23079
23080 2003-05-22  Karl Berry  <karl@gnu.org>
23081
23082         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23083
23084 2003-05-20  Karl Berry  <karl@gnu.org>
23085
23086         * config/config.guess: update from prep.
23087
23088 2003-05-18  Karl Berry  <karl@gnu.org>
23089
23090         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23091         might actually be set by the user.
23092
23093         * config/depcomp, install-sh, mdate-sh: update from automake.
23094
23095 2003-05-17  Bruno Haible  <bruno@clisp.org>
23096
23097         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23098         invalid expansion for AC_EGREP_CPP.
23099         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23100         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23101         Suggested by Akim Demaille <akim@epita.fr> in
23102         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23103
23104 2003-05-12  Jim Meyering  <jim@meyering.net>
23105
23106         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23107         the space-padded-by-default conversion specifiers, %e, %k, %l.
23108
23109 2003-05-12  Bruno Haible  <bruno@clisp.org>
23110
23111         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23112         the string is longer than 4 KB.
23113
23114 2003-05-11  Karl Berry  <karl@gnu.org>
23115
23116         * config/config.{guess,sub}: update from prep.
23117
23118 2003-05-09  Bruno Haible  <bruno@clisp.org>
23119
23120         * modules/error: Add m4/strerror_r.m4 to file list.
23121
23122 2003-05-03  Bruno Haible  <bruno@clisp.org>
23123
23124         Upgrade to Unicode-4.0.
23125         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23126         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23127         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23128         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23129         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23130         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23131         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23132         Change width of U+E0100..U+E01EF from 1 to 0.
23133
23134 2003-04-25  Jim Meyering  <jim@meyering.net>
23135
23136         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23137         of type size_t, not int.
23138
23139 2003-04-25  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/copy-file.c: Include <stddef.h>, for size_t.
23142
23143 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23144
23145         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23146         code which expansion is under static control.  Patch imported from
23147         Akim Demaille's patch to Bison; see
23148         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23149
23150 2003-04-14  Bruno Haible  <bruno@clisp.org>
23151
23152         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23153
23154 2003-04-11  Jim Meyering  <jim@meyering.net>
23155
23156         Merge changes from Coreutils.
23157
23158         2003-03-22  Jim Meyering  <jim@meyering.net>
23159
23160         * lib/strftime.c (widen): Cast alloca return value to proper type.
23161
23162         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23163
23164         From GNU libc.
23165         * lib/strftime.c (my_strftime): Handle very large width
23166         specifications for numeric values correctly.  Improve checks for
23167         overflow.
23168
23169         2003-01-19  Jim Meyering  <jim@meyering.net>
23170
23171         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23172         definitions.
23173         (nl_get_alt_digit) [! defined my_strftime]: Define.
23174         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23175         _nl_get_alt_digit and _nl_get_walt_digit.
23176
23177         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23178         libc. These changes have no effect outside of _LIBC.
23179
23180 2003-04-10  Bruno Haible  <bruno@clisp.org>
23181
23182         * modules/findprog: New file.
23183         * MODULES.html.sh (func_all_modules): Add it.
23184
23185 2003-04-10  Bruno Haible  <bruno@clisp.org>
23186
23187         * m4/findprog.m4: New file.
23188         * m4/eaccess.m4: New file.
23189
23190 2003-04-10  Bruno Haible  <bruno@clisp.org>
23191
23192         * lib/findprog.h: New file, from GNU gettext.
23193         * lib/findprog.c: New file, from GNU gettext.
23194
23195 2003-04-05  Jim Meyering  <jim@meyering.net>
23196
23197         Merge changes from Coreutils.
23198
23199         * lib/exclude.h (PARAMS): Remove definition and uses.
23200         * lib/exclude.c: Remove uses of `PARAMS'.
23201
23202         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23203         Add test-cases for DOS filenames. Declare program_name.
23204         (main): Set up program_name.  Patch by Rich Dawe.
23205
23206         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23207         error from mntctl.
23208         Use mntctl's return value to drive the entry-processing loop, since
23209         we can't rely on the value of the vmt_length member in the last
23210         entry.  On some systems doing so could result in exhausting
23211         virtual memory.  Based in part on a patch from Mike Jetzer.
23212
23213 2003-04-04  Bruno Haible  <bruno@clisp.org>
23214
23215         * modules/linebreak: New file.
23216         * MODULES.html.sh (func_all_modules): Add it.
23217
23218 2003-04-04  Bruno Haible  <bruno@clisp.org>
23219
23220         * m4/linebreak.m4: New file.
23221
23222 2003-04-04  Bruno Haible  <bruno@clisp.org>
23223
23224         * lib/linebreak.h: New file, from GNU gettext.
23225         * lib/linebreak.c: New file, from GNU gettext with slight
23226         modifications.
23227         * lib/lbrkprop.h: New file, from GNU gettext.
23228
23229 2003-04-03  Bruno Haible  <bruno@clisp.org>
23230
23231         * modules/utf8-ucs4: New file.
23232         * modules/utf16-ucs4: New file.
23233         * modules/ucs4-utf8: New file.
23234         * modules/ucs4-utf16: New file.
23235         * MODULES.html.sh (func_all_modules): Add them.
23236
23237 2003-04-03  Bruno Haible  <bruno@clisp.org>
23238
23239         * m4/utf-ucs4.m4: New file.
23240         * m4/ucs4-utf.m4: New file.
23241
23242 2003-04-03  Bruno Haible  <bruno@clisp.org>
23243
23244         * lib/utf8-ucs4.h: New file, from GNU gettext.
23245         * lib/utf16-ucs4.h: New file, from GNU gettext.
23246         * lib/ucs4-utf8.h: New file, from GNU gettext.
23247         * lib/ucs4-utf16.h: New file, from GNU gettext.
23248
23249 2003-04-02  Bruno Haible  <bruno@clisp.org>
23250
23251         * modules/binary-io: New file.
23252         * MODULES.html.sh (func_all_modules): Add it.
23253
23254 2003-04-02  Bruno Haible  <bruno@clisp.org>
23255
23256         * lib/binary-io.h: New file, from GNU gettext.
23257
23258 2003-04-01  Bruno Haible  <bruno@clisp.org>
23259
23260         * modules/pathname: New file.
23261         * MODULES.html.sh (func_all_modules): Add it.
23262
23263 2003-04-01  Bruno Haible  <bruno@clisp.org>
23264
23265         * lib/pathname.h: New file, from GNU gettext.
23266         * lib/concatpath.c: New file, from GNU gettext.
23267
23268 2003-03-30  Bruno Haible  <bruno@clisp.org>
23269
23270         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23271
23272 2003-03-30  Bruno Haible  <bruno@clisp.org>
23273
23274         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23275         function chown() doesn't exist.
23276
23277 2003-03-28  Bruno Haible  <bruno@clisp.org>
23278
23279         * modules/copy-file: New file.
23280         * MODULES.html.sh (func_all_modules): Add it.
23281
23282 2003-03-28  Bruno Haible  <bruno@clisp.org>
23283
23284         * m4/copy-file.m4: New file.
23285
23286 2003-03-28  Bruno Haible  <bruno@clisp.org>
23287
23288         * lib/copy-file.h: New file, from GNU gettext.
23289         * lib/copy-file.c: New file, from GNU gettext.
23290
23291 2003-03-18  Jim Meyering  <jim@meyering.net>
23292
23293         * lib/quote.c (quote_n): Fix typo in comment.
23294
23295 2003-03-18  Bruno Haible  <bruno@clisp.org>
23296
23297         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23298         checking.
23299         * m4/onceonly_2_57.m4: Likewise.
23300
23301 2003-03-17  Bruno Haible  <bruno@clisp.org>
23302
23303         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23304         (m4_quote): Remove macro.
23305         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23306
23307 2003-03-14  Jim Meyering  <jim@meyering.net>
23308
23309         Merge changes from Coreutils.
23310         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23311         to be const, in order to avoid warnings.
23312         (obstack_room): Likewise.
23313         (obstack_empty_p): Likewise.
23314
23315 2003-03-14  Bruno Haible  <bruno@clisp.org>
23316
23317         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23318         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23319
23320 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23321
23322         Merge changes from Bison.
23323         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23324         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23325         when compiling Bison 1.875's `bitset bset = obstack_alloc
23326         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23327         * lib/hash.c: Include <stdbool.h> unconditionally.
23328
23329 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23330
23331         * m4/onceonly.m4 (m4_quote): New macro.
23332         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23333         Quote AC_FOREACH variable-expansions properly.
23334
23335 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23336
23337         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23338
23339 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23340
23341         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23342         Reported by Bruce Becker; see:
23343         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23344
23345 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23346             Bruno Haible  <bruno@clisp.org>
23347
23348         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23349         Reported by John Hughes, see
23350         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23351
23352 2003-02-20  Bruno Haible  <bruno@clisp.org>
23353
23354         * MODULES.html.sh (func_all_modules): Add poll.
23355
23356 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23357
23358         * modules/poll: New file.
23359
23360 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23361
23362         * lib/poll_.h: New file.
23363         * lib/poll.c: New file.
23364
23365 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23366
23367         * m4/poll.m4: New file.
23368
23369 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23370
23371         * modules/mathl: New file.
23372
23373 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23374
23375         * lib/mathl.h: New file.
23376         * lib/acosl.c: New file.
23377         * lib/asinl.c: New file.
23378         * lib/atanl.c: New file.
23379         * lib/ceill.c: New file.
23380         * lib/cosl.c: New file.
23381         * lib/expl.c: New file.
23382         * lib/floorl.c: New file.
23383         * lib/frexpl.c: New file.
23384         * lib/ldexpl.c: New file.
23385         * lib/logl.c: New file.
23386         * lib/sincosl.c: New file.
23387         * lib/sinl.c: New file.
23388         * lib/sqrtl.c: New file.
23389         * lib/tanl.c: New file.
23390         * lib/trigl.c: New file.
23391         * lib/trigl.h: New file.
23392
23393 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23394
23395         * m4/mathl.m4: New file.
23396
23397 2003-02-18  Bruno Haible  <bruno@clisp.org>
23398
23399         * MODULES.html.sh (func_all_modules): Add mathl.
23400
23401 2003-02-17  Bruno Haible  <bruno@clisp.org>
23402
23403         * modules/mkdtemp: New module.
23404         * MODULES.html.sh (func_all_modules): Add it.
23405
23406 2003-02-17  Bruno Haible  <bruno@clisp.org>
23407
23408         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23409
23410 2003-02-17  Bruno Haible  <bruno@clisp.org>
23411
23412         * lib/mkdtemp.h: New file, from GNU gettext.
23413         * lib/mkdtemp.c: New file, from GNU gettext.
23414
23415 2003-02-02  Jim Meyering  <jim@meyering.net>
23416
23417         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23418         e.g. glibc-2.2.93.
23419
23420 2003-01-31  Bruno Haible  <bruno@clisp.org>
23421
23422         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23423         'rpl_rename'.
23424         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23425         'rpl_strnlen'.
23426         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23427         'rpl_strtod'.
23428         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23429         'rpl_utime'.
23430
23431 2003-01-31  Bruno Haible  <bruno@clisp.org>
23432
23433         * lib/rename.c: #undef rename before defining rpl_rename.
23434         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23435
23436 2003-01-30  Bruno Haible  <bruno@clisp.org>
23437
23438         * modules/vasnprintf, modules/vasprintf: New modules.
23439         * MODULES.html.sh (func_all_modules): Add them.
23440
23441 2003-01-30  Bruno Haible  <bruno@clisp.org>
23442
23443         * m4/signed.m4: New file, from GNU gettext.
23444         * m4/longdouble.m4: New file, from GNU gettext.
23445         * m4/wchar_t.m4: New file, from GNU gettext.
23446         * m4/wint_t.m4: New file, from GNU gettext.
23447         * m4/vasnprintf.m4: New file.
23448         * m4/vasprintf.m4: New file.
23449
23450 2003-01-30  Bruno Haible  <bruno@clisp.org>
23451
23452         * lib/printf-args.h: New file, from GNU gettext.
23453         * lib/printf-args.c: New file, from GNU gettext.
23454         * lib/printf-parse.h: New file, from GNU gettext.
23455         * lib/printf-parse.c: New file, from GNU gettext.
23456         * lib/vasnprintf.h: New file, from GNU gettext.
23457         * lib/vasnprintf.c: New file, from GNU gettext.
23458         * lib/asnprintf.c: New file, from GNU gettext.
23459         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23460         * lib/vasprintf.c: New file, from GNU gettext.
23461         * lib/asprintf.c: New file, from GNU gettext.
23462
23463 2003-01-29  Bruno Haible  <bruno@clisp.org>
23464
23465         * modules/stpncpy: New module.
23466         * MODULES.html.sh (func_all_modules): Add it.
23467
23468 2003-01-29  Bruno Haible  <bruno@clisp.org>
23469
23470         * m4/stpncpy.m4: New file.
23471
23472 2003-01-29  Bruno Haible  <bruno@clisp.org>
23473
23474         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23475         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23476
23477 2003-01-28  Bruno Haible  <bruno@clisp.org>
23478
23479         * modules/c-ctype: New module.
23480         * MODULES.html.sh (func_all_modules): Add it.
23481
23482 2003-01-28  Bruno Haible  <bruno@clisp.org>
23483
23484         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23485         Paul Eggert.
23486         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23487         Paul Eggert.
23488
23489 2003-01-27  Bruno Haible  <bruno@clisp.org>
23490
23491         * modules/xsetenv: New module.
23492         * MODULES.html.sh (func_all_modules): Add it.
23493
23494 2003-01-27  Bruno Haible  <bruno@clisp.org>
23495
23496         * lib/xsetenv.h: New file, from GNU gettext.
23497         * lib/xsetenv.c: New file, from GNU gettext.
23498
23499 2003-01-23  Jim Meyering  <jim@meyering.net>
23500
23501         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23502         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23503
23504 2003-01-23  Bruno Haible  <bruno@clisp.org>
23505
23506         * modules/minmax: New module.
23507         * MODULES.html.sh (func_all_modules): Add it.
23508
23509 2003-01-23  Bruno Haible  <bruno@clisp.org>
23510
23511         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23512         Eggert.
23513
23514 2003-01-22  Bruno Haible  <bruno@clisp.org>
23515
23516         * modules/exit: New module.
23517         * MODULES.html.sh (func_all_modules): Add it.
23518
23519 2003-01-22  Bruno Haible  <bruno@clisp.org>
23520
23521         * lib/exit.h: New file, from GNU gettext.
23522
23523 2003-01-19  Bruno Haible  <bruno@clisp.org>
23524
23525         * gnulib-tool: Recognize option --extract-maintainer.
23526         (func_get_maintainer): New function.
23527         * modules/*: Add Maintainer entry.
23528
23529 2003-01-16  Jim Meyering  <jim@meyering.net>
23530
23531         * m4/regex.m4: The `regex' struct is both input and output.
23532         Initialize it before each use.  Patch by Tim Waugh.
23533
23534 2003-01-16  Bruno Haible  <bruno@clisp.org>
23535
23536         * MODULES.html.sh: Add a table of contents. Add the module name as
23537         leftmost column. Add hyperlinks.
23538
23539 2003-01-15  Bruno Haible  <bruno@clisp.org>
23540
23541         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23542
23543 2003-01-15  Bruno Haible  <bruno@clisp.org>
23544
23545         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23546         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23547         suffix.
23548
23549 2003-01-15  Bruno Haible  <bruno@clisp.org>
23550
23551         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23552
23553 2003-01-15  Bruno Haible  <bruno@clisp.org>
23554
23555         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23556         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23557
23558 2003-01-14  Jim Meyering  <jim@meyering.net>
23559
23560         * lib/same.c (same_name): Tweak a comment.
23561
23562 2003-01-14  Bruno Haible  <bruno@clisp.org>
23563
23564         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23565         when a string comparison is sufficient.
23566
23567 2003-01-14  Bruno Haible  <bruno@clisp.org>
23568
23569         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23570         'unsigned int'.
23571
23572 2003-01-14  Bruno Haible  <bruno@clisp.org>
23573
23574         * lib/hash-pjw.c: Add comment about low quality of this function.
23575
23576 2003-01-13  Bruno Haible  <bruno@clisp.org>
23577
23578         * modules/stpcpy: Distribute lib/stpcpy.h.
23579         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23580
23581 2003-01-13  Bruno Haible  <bruno@clisp.org>
23582
23583         * modules/*: Add a description.
23584         * modules/strpbrk: Fix Makefile.am snippet.
23585         * modules/strtoimax: Fix dependencies.
23586         * modules/strtoumax: Likewise.
23587
23588 2003-01-13  Bruno Haible  <bruno@clisp.org>
23589
23590         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23591         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23592         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23593
23594 2003-01-13  Bruno Haible  <bruno@clisp.org>
23595
23596         * gnulib-tool (func_create_testdir): Store config/* files in the main
23597         directory.
23598         * config.rpath: Move to ...
23599         * config/config.rpath: ... here.
23600         * modules/gettext: Contains config/config.rpath, not config.rpath.
23601         * modules/iconv: Likewise.
23602
23603 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23604
23605         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23606         to avoid collisions with libcurses and libreadline.
23607
23608         * m4/getstr.m4: Remove.
23609         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23610
23611 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23612
23613         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23614         to avoid collisions with libcurses and libreadline.
23615
23616         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23617         * lib/getstr.h, getstr.c: Remove.
23618         * lib/getline.c: Include "getline.h", to check interface.
23619         Move body of old getstr.c here: this defines MIN_CHUNK and
23620         declares getdelim2, which is renamed from getstr.
23621         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23622
23623         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23624         All uses changed.
23625         * lib/linebuffer.h: Likewise.
23626         (readline): Remove backward-compatibility macro.
23627
23628 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23629
23630         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23631         to avoid collisions with libcurses and libreadline.
23632         * getstr: Remove.
23633         * MODULES.html.sh: Remove getstr.
23634         * modules/getline: Depend on unlocked-io, not getstr.
23635
23636 2003-01-12  Jim Meyering  <jim@meyering.net>
23637
23638         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23639
23640 2003-01-10  Bruno Haible  <bruno@clisp.org>
23641
23642         * modules/alloca: Change Makefile.am requirements. Simplify Include
23643         requirements. Add lib/alloca_.h to file list.
23644
23645 2003-01-10  Bruno Haible  <bruno@clisp.org>
23646
23647         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23648
23649 2003-01-10  Bruno Haible  <bruno@clisp.org>
23650
23651         * lib/alloca_.h: New file.
23652         * lib/getdate.y: Unconditionally include alloca.h.
23653         * lib/makepath.c: Likewise.
23654         * lib/setenv.c: Likewise.
23655         * lib/userspec.c: Likewise.
23656
23657 2003-01-09  Karl Berry  <karl@gnu.org>
23658
23659         * MODULES.html.sh: include `dirname $0` in PATH, to find
23660         gnulib-tool.
23661
23662 2003-01-09  Bruno Haible  <bruno@clisp.org>
23663
23664         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23665         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23666
23667 2003-01-09  Bruno Haible  <bruno@clisp.org>
23668
23669         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23670
23671 2003-01-09  Bruno Haible  <bruno@clisp.org>
23672
23673         * lib/stdbool.h.in: New file.
23674
23675 2003-01-09  Bruno Haible  <bruno@clisp.org>
23676
23677         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23678         * MODULES.html.sh: Likewise.
23679
23680 2003-01-08  Jim Meyering  <jim@meyering.net>
23681
23682         * lib/full-write.c: Undefine and define-away `const' after inclusion
23683         of errno.h, not before.  Suggestion from Bruno Haible.
23684
23685 2003-01-08  Bruno Haible  <bruno@clisp.org>
23686
23687         * modules/full-read: Depend on full-write.
23688
23689 2003-01-08  Bruno Haible  <bruno@clisp.org>
23690
23691         * lib/safe-read.c: Include specification header first, to ensure its
23692         selfcontainedness.
23693         * lib/full-write.c: Likewise.
23694
23695 2003-01-07  Jim Meyering  <jim@meyering.net>
23696
23697         * lib/full-write.c: Rework so that it may serve to define full_read,
23698         too.
23699         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23700
23701 2003-01-07  Bruno Haible  <bruno@clisp.org>
23702
23703         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23704         <inttypes.h>.
23705         * lib/xstrtol.h: Likewise.
23706         * lib/xstrtoimax.c: Likewise.
23707         * lib/xstrtoumax.c: Likewise.
23708         * lib/human.h: Likewise.
23709
23710         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23711         on systems that have <inttypes.h> but not <stdint.h>.
23712
23713 2003-01-07  Bruno Haible  <bruno@clisp.org>
23714
23715         * MODULES.html.sh: Add copyright notice.
23716         (missed_files): Omit CVS directory entries.
23717         (func_module): Make it work with sed-3.02.
23718         * MODULES.txt: Remove file.
23719
23720 2003-01-06  Jim Meyering  <jim@meyering.net>
23721
23722         * lib/version-etc.c: Update year in translatable copyright string.
23723
23724 2003-01-03  Karl Berry  <karl@gnu.org>
23725
23726         * config/config.{guess,sub}: update from prep.
23727
23728 2003-01-02  Karl Berry  <karl@gnu.org>
23729
23730         * doc/COPYING.DOC: belatedly updated to 1.2.
23731
23732 2003-01-01  Karl Berry  <karl@gnu.org>
23733
23734         * gnulib-tool (func_verify_module): report module name $module in
23735         error message, not $1.
23736         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23737         be created, only if it doesn't exist.
23738         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23739
23740 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23741
23742         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23743
23744 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23745
23746         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23747         memcmp if strcoll doesn't work.
23748
23749 2002-12-31  Bruno Haible  <bruno@clisp.org>
23750
23751         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23752         nonempty.
23753
23754 2002-12-31  Bruno Haible  <bruno@clisp.org>
23755
23756         * lib/memcoll.c (STRCOLL): New macro.
23757         (memcoll): Use it.
23758
23759 2002-12-31  Bruno Haible  <bruno@clisp.org>
23760
23761         * lib/localcharset.h: New file.
23762         * lib/localcharset.c: Include it.
23763         * lib/unicodeio.c: Likewise.
23764
23765 2002-12-31  Bruno Haible  <bruno@clisp.org>
23766
23767         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23768         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23769
23770 2002-12-31  Bruno Haible  <bruno@clisp.org>
23771
23772         * lib/getline.h: Include <stddef.h>, for size_t.
23773
23774         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23775         * lib/unicodeio.c: Don't include <stddef.h>.
23776
23777 2002-12-31  Bruno Haible  <bruno@clisp.org>
23778
23779         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23780         HAVE_TM_ZONE.
23781
23782 2002-12-24  Karl Berry  <karl@gnu.org>
23783
23784         * config/config.guess: update from prep.
23785
23786 2002-12-24  Bruno Haible  <bruno@clisp.org>
23787
23788         General infrasructure.
23789         * m4/README: Rewritten.
23790         * m4/onceonly.m4: New file.
23791         * m4/onceonly_2_57.m4: New file.
23792
23793         Module atexit.
23794         * m4/atexit.m4: New file.
23795
23796         Module strtod.
23797         * m4/strtod.m4: New file.
23798
23799         Module strtol.
23800         * m4/strtol.m4: New file.
23801
23802         Module strtoul.
23803         * m4/strtoul.m4: New file.
23804
23805         Module memchr.
23806         * m4/memchr.m4: New file.
23807
23808         Module memcmp.
23809         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23810         (jm_FUNC_MEMCMP): Invoke it.
23811
23812         Module memcpy.
23813         * m4/memcpy.m4: New file.
23814
23815         Module memmove.
23816         * m4/memmove.m4: New file.
23817
23818         Module memset.
23819         * m4/memset.m4: New file.
23820
23821         Module strcspn.
23822         * m4/strcspn.m4: New file.
23823
23824         Module strpbrk.
23825         * m4/strpbrk.m4: New file.
23826
23827         Module strstr.
23828         * m4/strstr.m4: New file.
23829
23830         Module strerror.
23831         * m4/strerror.m4: New file.
23832
23833         Module mktime.
23834         * m4/mktime.m4: Renamed from jm-mktime.m4.
23835         (gl_PREREQ_MKTIME): New macro.
23836         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23837
23838         Module malloc.
23839         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23840         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23841         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23842
23843         Module realloc.
23844         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23845         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23846         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23847
23848         Module strftime.
23849         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23850         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23851         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23852         gl_TM_GMTOFF.
23853         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23854
23855         Module xalloc.
23856         * m4/xalloc.m4: New file.
23857
23858         Module alloca.
23859         * m4/alloca.m4: New file.
23860
23861         Module putenv.
23862         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23863         (jm_FUNC_PUTENV): Invoke it.
23864
23865         Module setenv.
23866         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23867         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23868         when invoked twice.
23869         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23870         gt_FUNC_SETENV.
23871
23872         Module memrchr.
23873         * m4/memrchr.m4: New file.
23874
23875         Module stpcpy.
23876         * m4/stpcpy.m4: New file.
23877
23878         Module strcase.
23879         * m4/strcase.m4: New file.
23880
23881         Module strdup.
23882         * m4/strdup.m4: New file.
23883
23884         Module strnlen.
23885         * m4/strnlen.m4: New file.
23886
23887         Module strndup.
23888         * m4/strndup.m4: New file.
23889
23890         Module xstrtod.
23891         * m4/xstrtod.m4: New file.
23892
23893         Module xstrtol.
23894         * m4/xstrtol.m4: New file.
23895
23896         Module getdate.
23897         * m4/getdate.m4: New file.
23898
23899         Module unlocked-io.
23900         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23901         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23902         * m4/jm-glibc-io.m4n: Remove file.
23903
23904         Module long-options.
23905         * m4/long-options.m4: New file.
23906
23907         Module md5.
23908         * m4/md5.m4: New file.
23909
23910         Module sha.
23911         * m4/sha.m4: New file.
23912
23913         Module getstr.
23914         * m4/getstr.m4: New file.
23915
23916         Module getline.
23917         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23918         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23919         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23920         simply getline. Infoke gl_PREREQ_GETLINE.
23921
23922         Module obstack.
23923         * m4/obstack.m4: New file.
23924
23925         Module hash.
23926         * m4/hash.m4: New file.
23927
23928         Module readtokens.
23929         * m4/readtokens.m4: New file.
23930
23931         Module strverscmp.
23932         * m4/strverscmp.m4: New file.
23933
23934         Module stdbool.
23935         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23936         OSF/1.
23937
23938         Module strtoll.
23939         * m4/strtoll.m4: New file.
23940
23941         Module strtoull.
23942         * m4/strtoull.m4: New file.
23943
23944         Module strtoimax.
23945         * m4/strtoimax.m4: New file.
23946
23947         Module strtoumax.
23948         * m4/strtoumax.m4: New file.
23949
23950         Module xstrtoimax.
23951         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23952         jm_AC_PREREQ_XSTRTOIMAX.
23953         Moved the strtol prerequisites to strtol.m4.
23954         Moved the strtoll prerequisites to strtoll.m4.
23955         Moved the strtoimax prerequisites to strtoimax.m4.
23956
23957         Module xstrtoumax.
23958         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23959         jm_AC_PREREQ_XSTRTOUMAX.
23960         Moved the strtoul prerequisites to strtoul.m4.
23961         Moved the strtoull prerequisites to strtoull.m4.
23962         Moved the strtoumax prerequisites to strtoumax.m4.
23963
23964         Module chown.
23965         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23966         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23967
23968         Module dup2.
23969         * m4/dup2.m4: New file.
23970
23971         Module ftruncate.
23972         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23973         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23974
23975         Module getgroups.
23976         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23977         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23978
23979         Module gettimeofday.
23980         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23981         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23982         gl_PREREQ_GETTIMEOFDAY.
23983
23984         Module mkdir.
23985         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
23986         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
23987
23988         Module mkstemp.
23989         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
23990         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
23991         jm_AC_TYPE_UINTMAX_T.
23992         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
23993
23994         Module stat.
23995         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
23996         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
23997
23998         Module lstat.
23999         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24000         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24001
24002         Module timespec.
24003         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24004         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24005         * m4/st_mtim.m4: Indentation.
24006
24007         Module nanosleep.
24008         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24009         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24010         gl_PREREQ_NANOSLEEP.
24011
24012         Module regex.
24013         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24014         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24015         (gl_REGEX): New macro.
24016
24017         Module rename.
24018         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24019         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24020
24021         Module rmdir.
24022         * m4/rmdir.m4: New file.
24023
24024         Module utime.
24025         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24026         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24027         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24028
24029         Module dirname.
24030         * m4/dirname.m4: New file.
24031
24032         Module getopt.
24033         * m4/getopt.m4: New file.
24034
24035         Module unistd-safer.
24036         * m4/unistd-safer.m4: New file.
24037
24038         Module fnmatch.
24039         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24040         declaration.
24041         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24042         (gl_FUNC_FNMATCH_POSIX): New macro.
24043         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24044         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24045         simply fnmatch.
24046
24047         Module exclude.
24048         * m4/exclude.m4: New file.
24049
24050         Module human.
24051         * m4/human.m4: New file.
24052
24053         Module acl.
24054         * m4/acl.m4: Nop.
24055
24056         Module backupfile.
24057         * m4/backupfile.m4: New file.
24058         * m4/d-ino.m4: Indentation.
24059
24060         Module fsusage.
24061         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24062         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24063         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24064
24065         Module dirfd.
24066         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24067         requirements.
24068
24069         Module euidaccess.
24070         * m4/euidaccess.m4: New file.
24071
24072         Module file-type.
24073         * m4/file-type.m4: New file.
24074
24075         Module fileblocks.
24076         * m4/fileblocks.m4: New file.
24077
24078         Module filemode.
24079         * m4/filemode.m4: New file.
24080
24081         Module isdir.
24082         * m4/isdir.m4: New file.
24083
24084         Module lchown.
24085         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24086         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24087
24088         Module makepath.
24089         * m4/makepath.m4: New file.
24090
24091         Module modechange.
24092         * m4/modechange.m4: New file.
24093
24094         Module mountlist.
24095         * m4/mountlist.m4: New file.
24096         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24097         Indentation.
24098
24099         Module path-concat.
24100         * m4/path-concat.m4: New file.
24101
24102         Module pathmax.
24103         * m4/pathmax.m4: New file.
24104
24105         Module same.
24106         * m4/same.m4: New file.
24107
24108         Module save-cwd.
24109         * m4/save-cwd.m4: New file.
24110
24111         Module savedir.
24112         * m4/savedir.m4: New file.
24113
24114         Module xgetcwd.
24115         * m4/xgetcwd.m4: New file.
24116         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24117
24118         Module xreadlink.
24119         * m4/xreadlink.m4: New file.
24120
24121         Module safe-read.
24122         * m4/safe-read.m4: New file.
24123
24124         Module safe-write.
24125         * m4/safe-write.m4: New file.
24126
24127         Module closeout.
24128         * m4/closeout.m4: New file.
24129
24130         Module stdio-safer.
24131         * m4/stdio-safer.m4: New file.
24132
24133         Module getpass.
24134         * m4/getpass.m4: New file.
24135
24136         Module getugroups.
24137         * m4/getugroups.m4: New file.
24138
24139         Module group-member.
24140         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24141         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24142
24143         Module idcache.
24144         * m4/idcache.m4: New file.
24145
24146         Module userspec.
24147         * m4/userspec.m4: New file.
24148
24149         Module gettime.
24150         * m4/clock_time.m4: New file.
24151         * m4/gettime.m4: New file.
24152
24153         Module settime.
24154         * m4/settime.m4: New file.
24155
24156         Module posixtm.
24157         * m4/posixtm.m4: New file.
24158
24159         Module gethostname.
24160         * m4/gethostname.m4: New file.
24161
24162         Module canon-host.
24163         * m4/canon-host.m4: New file.
24164
24165         Module gettext.
24166         * m4/codeset.m4: New file, from gettext-0.11.5.
24167         * m4/gettext.m4: New file, from gettext-0.11.5.
24168         * m4/glibc21.m4: New file, from gettext-0.11.5.
24169         * m4/iconv.m4: New file, from gettext-0.11.5.
24170         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24171         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24172         * m4/inttypes.m4: New file, from gettext-0.11.5.
24173         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24174         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24175         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24176         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24177         * m4/lib-link.m4: New file, from gettext-0.11.5.
24178         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24179         * m4/progtest.m4: New file, from gettext-0.11.5.
24180         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24181         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24182         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24183
24184         Module localcharset.
24185         * m4/localcharset.m4: New file.
24186
24187         Module hard-locale.
24188         * m4/hard-locale.m4: New file.
24189
24190         Module mbswidth.
24191         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24192         onceonly macros.
24193         * m4/mbrtowc.m4: Add comment.
24194
24195         Module memcasecmp.
24196         * m4/memcasecmp.m4: New file.
24197
24198         Module memcoll.
24199         * m4/memcoll.m4: New file.
24200
24201         Module unicodeio.
24202         * m4/unicodeio.m4: New file.
24203
24204         Module rpmatch.
24205         * m4/rpmatch.m4: New file.
24206
24207         Module yesno.
24208         * m4/yesno.m4: New file.
24209
24210         Module exitfail.
24211         * m4/exitfail.m4: New file.
24212
24213         Module c-stack.
24214         * m4/c-stack.m4 (gl_C_STACK): New macro.
24215         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24216
24217         Module error.
24218         * m4/error.m4 (gl_ERROR): New macro.
24219         (jm_PREREQ_ERROR): Use onceonly macros.
24220
24221         Module fatal.
24222         * m4/fatal.m4: New file.
24223
24224         Module getloadavg.
24225         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24226         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24227
24228         Module getpagesize.
24229         * m4/getpagesize.m4: New file.
24230
24231         Module getusershell.
24232         * m4/getusershell.m4: New file.
24233
24234         Module physmem.
24235         * m4/physmem.m4: New file.
24236
24237         Module posixver.
24238         * m4/posixver.m4: New file.
24239
24240         Module quotearg.
24241         * m4/quotearg.m4: New file.
24242
24243         Module quote.
24244         * m4/quote.m4: New file.
24245
24246         Module readutmp.
24247         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24248
24249         Module sig2str.
24250         * m4/sig2str.m4: New file.
24251
24252         Other.
24253         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24254         ulonglong.m4.
24255         * m4/intmax_t.m4: New file.
24256         * m4/d-type.m4: Indentation.
24257         * m4/jm-macros.m4: Update.
24258         * m4/prereq.m4 (jm_PREREQ): Update.
24259         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24260         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24261         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24262         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24263         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24264         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24265         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24266         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24267         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24268         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24269         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24270         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24271         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24272         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24273         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24274         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24275         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24276         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24277         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24278
24279 2002-12-24  Bruno Haible  <bruno@clisp.org>
24280
24281         * MODULES.txt: Update according to m4/ changes.
24282
24283         Module gettext.
24284         * config.rpath: New file, from gettext-0.11.5.
24285
24286         * modules/*: New module descriptions.
24287         * gnulib-tool: New file.
24288         * MODULES.html.sh: New file.
24289
24290 2002-12-21  Karl Berry  <karl@gnu.org>
24291
24292         * doc/fdl.texi: update to version 1.2.
24293
24294 2002-12-19  Karl Berry  <karl@gnu.org>
24295
24296         * config/config.guess: update from prep.
24297
24298 2002-12-18  Bruno Haible  <bruno@clisp.org>
24299
24300         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24301         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24302
24303 2002-12-17  Bruno Haible  <bruno@clisp.org>
24304
24305         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24306         stdlib.h, string.h.
24307
24308 2002-12-17  Bruno Haible  <bruno@clisp.org>
24309
24310         * lib/canon-host.c (strdup): Remove unused declaration.
24311
24312         * lib/fsusage.c: Include full_read.h.
24313         (get_fs_usage): Use full_read instead of safe_read.
24314
24315         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24316
24317 2002-12-12  Karl Berry  <karl@gnu.org>
24318
24319         * config/config.guess: update from prep.
24320
24321 2002-12-11  Bruno Haible  <bruno@clisp.org>
24322
24323         * m4/setenv.m4: New file, from gettext-0.11.5.
24324
24325 2002-12-11  Bruno Haible  <bruno@clisp.org>
24326
24327         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24328         not unsetenv().
24329         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24330         modifications:
24331
24332         2002-12-11  Bruno Haible  <bruno@clisp.org>
24333
24334                 * setenv.c (alloca): Fall back to malloc.
24335                 (freea): New macro.
24336                 (setenv): Use freea() to free memory allocated with alloca().
24337
24338         2002-11-13  Bruno Haible  <bruno@clisp.org>
24339
24340                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24341                 function declarations.
24342                 * unsetenv.c (unsetenv): Likewise.
24343
24344         2002-03-04  Bruno Haible  <bruno@clisp.org>
24345
24346                 Portability to AIX 4.3.3.
24347                 * unsetenv.c: New file, extracted from setenv.c.
24348                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24349
24350         2001-12-20  Bruno Haible  <bruno@clisp.org>
24351
24352                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24353                 use malloc instead. For SunOS 4.
24354
24355         2001-12-11  Bruno Haible  <bruno@clisp.org>
24356
24357                 * setenv.c: Declare alloca.
24358                 (compar_fn_t): New typedef.
24359                 (KNOWN_VALUE, STORE_VALUE): Use it.
24360
24361         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24362         setenv.h.
24363
24364 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24365
24366         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24367         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24368         Choose values that are less likely to collide with system fnmatch
24369         options.
24370         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24371         defined (e.g., a pure POSIX system).
24372         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24373         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24374
24375 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24376
24377         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24378         a pain in practice to deal with generated m4 files.  This change
24379         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24380
24381         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24382         and jm-glibc-io.m4, as they are no longer a special case.
24383         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24384         kludge and the auto-generation stuff.  Check only whether the
24385         functions are declared, not whether they exist, since older hosts
24386         that don't declare the functions can't use the optimization anyway.
24387
24388 2002-12-06  Jim Meyering  <jim@meyering.net>
24389
24390         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24391
24392         Merge in changes from libc's misc/error.c, in preparation
24393         for the merge of gnulib's changes back into libc.
24394
24395         * lib/error.c (_): Define only if not already defined.
24396         Move definition to follow all #include directives.
24397         Include unlocked-io.h only if !_LIBC.
24398         [_LIBC]: Include <libio/libioP.h>.
24399         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24400         (fflush): Tweak definition to use INTUSE.
24401         (putc): Define.
24402
24403 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24404
24405         * lib/alloca.c [defined emacs]: Include "lisp.h".
24406         (xalloc_die) [defined emacs]: New macro.
24407         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24408         [! defined emacs]: Include <xalloc.h>.
24409         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24410         (pointer): Typedef to POINTER_TYPE *.
24411         (malloc): Remove decl; we now always use xmalloc.
24412         (alloca): Use old-style definition, since Emacs needs this.
24413         Check for arithmetic overflow when computing combined size.
24414
24415 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24416
24417         Do not generate unlocked-io.h automatically, since it's easier to
24418         maintain it by hand.
24419
24420         * lib/unlocked-io.h: New file, from GNU diffutils,
24421         but with proper copyright notice and attribution.
24422         * lib/gen-uio: Remove.
24423         * lib/Makefile.am: Add copyright notice.
24424         (libfetish_a_SOURCES): Add unlocked-io.h.
24425         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24426         (DISTCLEANFILES, io_functions): Remove macros.
24427         (EXTRA_DIST): Remove gen_uio.
24428         (unlocked-io.h): Remove rule.
24429
24430 2002-12-04  Jim Meyering  <jim@meyering.net>
24431
24432         Reflect the fact that stat.c and lstat.c are no longer generated.
24433         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24434         (DISTCLEANFILES): Likewise.
24435         (EXTRA_DIST): Likewise.
24436         (all_local): Don't depend on stat.c or lstat.c.
24437         (stat.c, lstat.c): Remove rules.
24438         (EXTRA_DIST): Remove xstat.in.
24439
24440         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24441         * lib/stat.c: New file.  Contents mostly from xstat.in.
24442         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24443         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24444
24445         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24446         too.
24447         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24448
24449 2002-12-03  Jim Meyering  <jim@meyering.net>
24450
24451         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24452         but not semantics, to minimize the differences between these two files.
24453         (safe_read): Change comment to mention SAFE_READ_ERROR.
24454
24455         * lib/safe-read.c (IS_EINTR): Define.
24456         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24457
24458 2002-12-02  Jim Meyering  <jim@meyering.net>
24459
24460         * lib/safe-read.c (EINTR): Define.
24461         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24462         (INT_MAX): Provide fallback.
24463         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24464
24465         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24466
24467 2002-12-02  Bruno Haible  <bruno@clisp.org>
24468
24469         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24470         Define, taken from safe-read.c.
24471         (INT_MAX): Provide fallback.
24472         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24473         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24474
24475         * lib/safe-read.c (EINTR): Remove definition.
24476         (safe_read): Don't use EINTR if it is absent.
24477
24478 2002-12-01  Jim Meyering  <jim@meyering.net>
24479
24480         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24481         zero.
24482         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24483
24484 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24485
24486         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24487         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24488         with `if (! (value < limit)) abort ();', for readability.
24489
24490 2002-11-26  Karl Berry  <karl@gnu.org>
24491
24492         * lib/strdup.c: copy from libc again, with jim's ok.
24493         * lib/.cppi-disable: re-add strdup.c
24494
24495 2002-11-25  Karl Berry  <karl@gnu.org>
24496
24497         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24498         instead of "strtol.c".
24499
24500 2002-11-25  Karl Berry  <karl@gnu.org>
24501
24502         * config/install-sh: update from automake for variable quoting, $0 in
24503         error msgs, etc.
24504
24505         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24506         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24507         entry.
24508
24509 2002-11-25  Jim Meyering  <jim@meyering.net>
24510
24511         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24512
24513 2002-11-24  Karl Berry  <karl@gnu.org>
24514
24515         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24516         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24517
24518 2002-11-24  Jim Meyering  <jim@meyering.net>
24519
24520         Update from coreutils:
24521
24522         * lib/mktime.c: Merge in changes from libc.
24523
24524         Avoid a link-time failure on some Linux systems.
24525         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24526         (otherwise).
24527         (__mon_yday): Declare with the STATIC attribute.
24528         (__mktime_internal): Likewise.
24529         Based on a report from Greg Schafer.
24530
24531 2002-11-23  Jim Meyering  <jim@meyering.net>
24532
24533         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24534         Use `unsigned', not `int', as type of index.
24535
24536         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24537
24538         * lib/fsusage.c: Remove unneeded parentheses around operands of
24539         `defined'.
24540
24541 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24542
24543         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24544         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24545         so that we can be included first.
24546         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24547         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24548         No need to include stddef.h or sys/types.h any more.
24549         Surround local include files with "", not "<>".
24550         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24551         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24552         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24553         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24554         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24555         (ISPRINT): Remove; no longer needed now that we assume C89.
24556
24557         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24558         Preserve errno.
24559
24560         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24561         quotearg_char): Use SIZE_MAX rather than
24562         (size_t) -1 when we are talking about "infinity".
24563
24564         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24565
24566 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24567
24568         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24569         hint that one should use `if (! x) abort ();' rather than `assert
24570         (x);', and anyway it's one less thing to worry about configuring.
24571         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24572         hash_rehash, hash_insert): Use abort rather than assert.
24573
24574 2002-11-22  Bruno Haible  <bruno@clisp.org>
24575
24576         * lib/safe-read.h: Assume C89. Add comments.
24577         (safe_read): Change return type to size_t.
24578         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24579         byte counts > SSIZE_MAX correctly.
24580         * lib/safe-write.h: New file.
24581         * lib/safe-write.c: New file.
24582         * lib/full-read.h: New file.
24583         * lib/full-read.c: New file.
24584         * lib/full-write.h: Assume C89. Add comments.
24585         * lib/full-write.c: Include safe-write.h.
24586         (full_write): Rewritten to use safe_write.
24587         Suggested by Jim Meyering and Paul Eggert.
24588
24589 2002-11-21  Jim Meyering  <jim@meyering.net>
24590
24591         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24592
24593         Merge in changes from the coreutils.
24594
24595         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24596         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24597         <stdint.h>.
24598         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24599         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24600         int.  Work more efficiently if X is the same width as uintmax_t.
24601         Do not compare X to -1, to avoid bogus compiler warning.
24602         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24603         Don't assume that f_frsize and f_bsize are the same type.
24604
24605         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24606         warning on FreeBSD.
24607
24608         * lib/makepath.c (make_path): Restore umask *before* creating the final
24609         component.
24610         (make_path): Minor reformatting.
24611
24612         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24613         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24614         HAVE_MALLOC/HAVE_REALLOC.
24615
24616         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24617         dummy ones.  At least on GNU/Linux systems, `auto' means something
24618         else.
24619         From Michael Stone.
24620
24621 2002-11-21  Bruno Haible  <bruno@clisp.org>
24622
24623         Remove case insensitive option matching.
24624         * lib/argmatch.h (argcasematch): Remove declaration.
24625         (ARGCASEMATCH): Remove macro.
24626         (__xargmatch_internal): Remove case_sensitive argument.
24627         (XARGMATCH): Update.
24628         (XARGCASEMATCH): Remove macro.
24629         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24630         case_sensitive argument.
24631         (argcasematch): Remove function.
24632         (__xargmatch_internal): Remove case_sensitive argument.
24633         (main): Use XARGMATCH instead of XARGCASEMATCH.
24634
24635         * lib/xmalloc.c: Change compile-time error message. Add comment about
24636         required autoconf version.
24637
24638 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24639
24640         Merge argmatch cleanups from Bison.  Assume C89.
24641
24642         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24643         Include stdlib.h, for EXIT_FAILURE.
24644         Always include <string.h>, since we assume C89.
24645         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24646         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24647         Include <stddef.h> instead, since it's all we need for size_t.
24648         (PARAMS): Remove.  All uses removed.
24649         (ARRAY_CARDINALITY): Do not bother to #undef.
24650         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24651         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24652         Remove unnecessary parentheses.
24653         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24654         Insert necessary parentheses.
24655         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24656         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24657
24658 2002-11-19  Bruno Haible  <bruno@clisp.org>
24659
24660         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24661         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24662
24663         * lib/mbswidth.h (PARAMS): Remove macro.
24664         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24665         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24666
24667         * lib/gcd.h (PARAMS): Remove macro.
24668         (gcd): Use ANSI C function declarations.
24669         * lib/gcd.c (gcd): Likewise.
24670
24671 2002-11-15  Bruno Haible  <bruno@clisp.org>
24672
24673         * lib/strcspn.c: Include <stddef.h>.
24674         (strcspn): Use ANSI C function declaration. Change return type to
24675         size_t. Use NULL.
24676         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24677         (strpbrk): Use NULL.
24678         * lib/strpbrk.h (PARAMS): Remove macro.
24679         (strpbrk): Use ANSI C function declaration.
24680         * lib/strstr.c: Don't include <sys/types.h>.
24681         * lib/strstr.h (PARAMS): Remove macro.
24682         (strstr): Use ANSI C function declarations.
24683
24684 2002-11-14  Karl Berry  <karl@gnu.org>
24685
24686         * config/mkinstalldirs: `do' on separate line, instead of
24687         `for var; do'.
24688
24689 2002-11-06  Bruno Haible  <bruno@clisp.org>
24690
24691         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24692         * lib/gcd.c (gcd): Likewise.
24693
24694 2002-11-05  Bruno Haible  <bruno@clisp.org>
24695
24696         * lib/gcd.h: New file, from gettext-0.11.5.
24697         * lib/gcd.c: New file, from gettext-0.11.5.
24698
24699 2002-11-05  Bruno Haible  <bruno@clisp.org>
24700
24701         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24702         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24703         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24704         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24705
24706         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24707         <libintl.h>.
24708         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24709         <libintl.h>.
24710
24711         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24712         * lib/human.c: Include gettext.h instead of <libintl.h>.
24713         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24714         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24715         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24716         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24717         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24718         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24719         (textdomain): Remove definition.
24720         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24721
24722         * lib/long-options.c: Remove include of <libintl.h> and definition of
24723         _.
24724         * lib/same.c: Remove include of <libintl.h> and definition of _.
24725
24726 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24727
24728         * lib/config.charset: A few additions for Solaris.
24729
24730 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24731
24732         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24733         * lib/localcharset.c (locale_charset): Declare as extern "C".
24734
24735 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24736
24737         * lib/config.charset: msdos in uk_UA uses CP1125.
24738
24739 2002-11-04  Bruno Haible  <bruno@clisp.org>
24740
24741         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24742         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24743         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24744         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24745         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24746
24747 2002-11-04  Bruno Haible  <bruno@clisp.org>
24748
24749         * lib/localcharset.c (locale_charset): Don't return an empty string.
24750
24751 2002-11-04  Bruno Haible  <bruno@clisp.org>
24752
24753         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24754         aliases.
24755
24756 2002-11-04  Bruno Haible  <bruno@clisp.org>
24757
24758         * lib/config.charset: Update for newest glibc. Add canonical names
24759         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24760
24761 2002-11-04  Bruno Haible  <bruno@clisp.org>
24762
24763         * lib/config.charset: Add support for NetBSD.
24764
24765 2002-11-04  Bruno Haible  <bruno@clisp.org>
24766
24767         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24768
24769 2002-11-01  Bruno Haible  <bruno@clisp.org>
24770
24771         * configure.in: Add AC_CONFIG_AUX_DIR call.
24772         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24773         test/Makefile.
24774         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24775
24776 2002-09-28  Karl Berry  <karl@gnu.org>
24777
24778         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24779         installed automake until the next release, since changes have been
24780         made.
24781
24782 2002-09-25  Karl Berry  <karl@gnu.org>
24783
24784         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24785         * lib/getopt*: copy from libc/posix.
24786         * lib/gettext.h: copy from gettext.
24787         * lib/.cppi-disable: add strdup.c, gettext.h.
24788
24789 2002-09-25  Karl Berry  <karl@gnu.org>
24790
24791         * config/srclist.txt: enable gettext.h check.
24792         * config/config.{guess,sub}: update from prep.
24793         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24794                 from automake 1.6.3.
24795         See srclist*.
24796
24797 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24798
24799         * regex.c (PATFETCH): Remove the translating fetch.
24800         (PATFETCH_RAW): Rename to PATFETCH.
24801         (set_image_of_range): New fun.
24802         (SET_RANGE_TABLE_WORK_AREA): Use it.
24803         (regex_compile): Don't translate the pattern chars so eagerly.
24804         Only do it when inserting an `exactn' bytecode or when handling
24805         a char-range.
24806         (mutually_exclusive_p): Avoid empty statement.
24807
24808 2002-07-06  Jim Meyering  <meyering@lucent.com>
24809
24810         * m4/README: Don't mention Makefile.am.in.
24811         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24812
24813 2002-07-01  Jim Meyering  <meyering@lucent.com>
24814
24815         * lib/c-stack.c: Include sys/time.h.
24816         From Volker Borchert.
24817
24818 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24819
24820         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24821
24822 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24823
24824         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24825         New macro.  Use it uniformly instead of
24826         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24827         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24828         reported by Vin Shelton.
24829
24830 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24831
24832         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24833         Do not assume SA_SIGINFO behavior.
24834         Bug reported by Jim Meyering on NetBSD 1.5.2.
24835
24836 2002-06-22  Jim Meyering  <meyering@lucent.com>
24837
24838         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24839         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24840
24841         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24842         now that configure.ac uses AC_GNU_SOURCE.
24843         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24844         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24845
24846         Update to latest tools.  Suggestions from Paul Eggert.
24847         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24848         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24849         * m4/fnmatch.m4: Likewise.
24850         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24851         to AC_HEADER_STDBOOL
24852
24853 2002-06-22  Jim Meyering  <meyering@lucent.com>
24854
24855         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24856         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24857
24858 2002-06-22  Jim Meyering  <meyering@lucent.com>
24859
24860         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24861
24862         * lib/exitfail.c, exitfail.h: Likewise.
24863         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24864
24865         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24866         of fnmatch.h.
24867         (EXTRA_DIST): Add fnmatch_loop.c.
24868         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24869
24870         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24871         * lib/fnmatch.c: Update from diffutils-2.8.2.
24872         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24873         * lib/fnmatch.h: Remove file.
24874
24875 2002-06-21  Jim Meyering  <meyering@lucent.com>
24876
24877         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24878         * m4/mbrtowc.m4: Likewise.
24879
24880         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24881         * m4/mbswidth.m4: Reflect name change:
24882         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24883         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24884
24885         * m4/lib-link.m4: Update from gettext-0.11.2.
24886         * m4/gettext.m4: Likewise.
24887
24888         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24889         From Alfred M. Szmidt.
24890
24891 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24892
24893         * lib/file-type.h: Report an error if neither S_ISREG nor
24894         S_IFREG is defined, instead of using a test specific to glibc
24895         2.2.  This should be safe, since POSIX requires S_ISREG and
24896         Unix Version 7 had S_IFREG.  We don't need to check for
24897         <sys/types.h> since we don't use any symbols that it defines.
24898
24899 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24900
24901         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24902         $@-t, so that each temporary file name is unique and valid in the first
24903         8 characters, for operation under DOS.
24904
24905 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24906
24907         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24908
24909 2002-06-15  Jim Meyering  <meyering@lucent.com>
24910
24911         Work even with DJGPP 2.03, which lacks support for symlinks.
24912         From Richard Dawe.
24913         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24914         is defined.
24915         * lib/lchown.c (S_ISLNK): Likewise.
24916
24917 2002-06-15  Jim Meyering  <meyering@lucent.com>
24918
24919         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24920         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24921         have been included before this file.
24922
24923 2002-06-14  Jim Meyering  <meyering@lucent.com>
24924
24925         * lib/file-type.h: Use the version from diffutils-2.8.2.
24926         * lib/file-type.c: Likewise.
24927
24928 2002-06-07  Jim Meyering  <meyering@lucent.com>
24929
24930         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24931         They're needed at least for NetBSD 1.5.2.
24932         ($statxfs_includes): Include those same headers.
24933         ($statxfs_includes): Include sys/vfs.h if available.
24934         ($statxfs_includes): Likewise for sys/statvfs.h.
24935         Check for the following members in both structs statfs and statvfs:
24936         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24937
24938 2002-06-01  Jim Meyering  <meyering@lucent.com>
24939
24940         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24941         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24942
24943 2002-05-28  Jim Meyering  <meyering@lucent.com>
24944
24945         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24946         Reported by Volker Borchert.
24947
24948 2002-05-27  Jim Meyering  <meyering@lucent.com>
24949
24950         Fix a problem seen only on nonconforming systems whereby ls.c's
24951         use of localtime, and then of gettimeofday would cause trouble:
24952         the localtime call used to initialize rpl_gettimeofday's save
24953         mechanism would clobber ls's current local time information so
24954         that in any long listing the first file would always be listed
24955         with date 1970-01-01.  Analysis by Volker Borchert.
24956
24957         * lib/gettimeofday.c (localtime): Undefine.
24958         (rpl_localtime): New function.
24959
24960 2002-05-27  Jim Meyering  <meyering@lucent.com>
24961
24962         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24963         localtime.
24964
24965         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24966         use the replacement function; it wouldn't resolve at link time.
24967         Reported by Volker Borchert.
24968
24969 2002-05-22  Jim Meyering  <meyering@lucent.com>
24970
24971         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24972         file-type.h.
24973         * lib/file-type.h: New file.
24974         * lib/file-type.c (file_type): New file/function.  Extracted from
24975         diffutils.
24976
24977 2002-04-30  Jim Meyering  <meyering@lucent.com>
24978
24979         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24980
24981 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24982
24983         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24984
24985 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24986
24987         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
24988         Do not check for alloca.h (no longer used) or stdbool.h (was never
24989         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
24990
24991 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24992
24993         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
24994
24995 2002-04-29  Jim Meyering  <meyering@lucent.com>
24996
24997         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
24998         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
24999         Use AC_FUNC_STRNLEN here instead.
25000
25001         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25002         With autoconf-2.53a, it's part of AC_PROG_CC.
25003
25004 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25005
25006         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25007         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25008
25009 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25010
25011         * lib/sig2str.h, lib/sig2str.c: New files.
25012         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25013
25014 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25015
25016         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25017         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25018         of 127, since 64 is the largest conceivable number for ancient
25019         nonstandard hosts.
25020         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25021
25022 2002-04-28  Jim Meyering  <meyering@lucent.com>
25023
25024         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25025
25026 2002-04-24  Jim Meyering  <meyering@lucent.com>
25027
25028         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25029         (jm_PREREQ): Use it.
25030
25031         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25032         mach/mach.h fcntl.h.
25033         Check for this function: setlocale.
25034
25035 2002-04-24  Jim Meyering  <meyering@lucent.com>
25036
25037         * lib/gettext.h: New file, from Gettext.
25038         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25039         (libfetish_a_SOURCES): Add gettext.h.
25040
25041 2002-04-16  Jim Meyering  <meyering@lucent.com>
25042
25043         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25044         ut_pid, ut_id, ut_exit.
25045
25046 2002-04-16  Jim Meyering  <meyering@lucent.com>
25047
25048         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25049         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25050         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25051
25052 2002-04-12  Jim Meyering  <meyering@lucent.com>
25053
25054         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25055         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25056         existence of the getmntinfo function.  Needed for Darwin 5.3.
25057
25058         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25059         This is necessary at least on Darwin 5.3.
25060
25061         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25062         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25063         strnlen.o in the library, and that makes some versions of ranlib
25064         object.
25065
25066 2002-04-12  Jim Meyering  <meyering@lucent.com>
25067
25068         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25069
25070 2002-04-09  Jim Meyering  <meyering@lucent.com>
25071
25072         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25073         to be more precise.  Rather than saying we're checking whether the
25074         function `works', say what we're testing.
25075         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25076         Reported by Bruno Haible.
25077
25078 2002-03-10  Jim Meyering  <meyering@lucent.com>
25079
25080         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25081         Suggestion from Santiago Vila.
25082
25083 2002-03-08  Jim Meyering  <meyering@lucent.com>
25084
25085         * lib/rename.c: Mention that this wrapper is needed also on
25086         mips-dec-ultrix4.4 systems.
25087
25088 2002-03-02  Jim Meyering  <meyering@lucent.com>
25089
25090         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25091         not HAVE_CLOCK_SETTIME.
25092
25093 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25094
25095         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25096         Check for clock_settime.
25097
25098 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25099
25100         * lib/nanosleep.h: Rename to....
25101         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25102
25103         * lib/gettime.c: New file.
25104         * lib/settime.c: New file.
25105         * lib/stime.c: Remove.
25106
25107         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25108         timespec.h.  Remove nanosleep.h.
25109
25110 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25111
25112         * m4/acl.m4: New file.
25113         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25114         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25115
25116 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25117
25118         * lib/acl.c, lib/acl.h: New files.
25119         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25120
25121 2002-02-24  Jim Meyering  <meyering@lucent.com>
25122
25123         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25124         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25125         cause trouble.  Reported by Nelson Beebe.
25126
25127 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25128
25129         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25130         compilers that don't know that xalloc_die never returns.
25131
25132 2002-02-20  Jim Meyering  <meyering@lucent.com>
25133
25134         * lib/getdate.c: Regenerate using bison-1.33.
25135
25136 2002-02-17  Jim Meyering  <meyering@lucent.com>
25137
25138         * config/config.guess (main): Don't use `head -1'; it's no longer
25139         portable. Use `sed 1q' instead.
25140
25141 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25142
25143         * m4/codeset.m4: Upgrade to gettext-0.11.
25144         * m4/gettext.m4: Upgrade to gettext-0.11.
25145         * m4/glibc21.m4: Upgrade to gettext-0.11.
25146         * m4/iconv.m4: Upgrade to gettext-0.11.
25147         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25148         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25149         * m4/lib-ld.m4: New file, from gettext-0.11.
25150         * m4/lib-link.m4: New file, from gettext-0.11.
25151         * m4/lib-prefix.m4: New file, from gettext-0.11.
25152         * m4/progtest.m4: Upgrade to gettext-0.11.
25153
25154 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25155
25156         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25157         (jm_PREREQ): Use it.
25158
25159 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25160
25161         * lib/posixver.c, lib/posixver.h: New files.
25162         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25163
25164 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25165             Bruno Haible  <bruno@clisp.org>
25166
25167         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25168         (fwrite_success_callback): New declaration.
25169         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25170         print_unicode_char. Call failure callback instead of error.
25171         (fwrite_success_callback): New function.
25172         (exit_failure_callback): New function.
25173         (fallback_failure_callback): New function.
25174         (print_unicode_char): Call unicode_to_mb.
25175
25176 2002-01-26  Jim Meyering  <meyering@lucent.com>
25177
25178         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25179         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25180
25181 2002-01-26  Jim Meyering  <meyering@lucent.com>
25182
25183         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25184
25185 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25186
25187         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25188
25189 2002-01-22  Jim Meyering  <meyering@lucent.com>
25190
25191         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25192         Otherwise, some versions of automake would omit the rule that makes
25193         Makefile from Makefile.in.
25194
25195 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25196
25197         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25198         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25199         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25200         (memcoll): Set errno to zero if there is no error.
25201
25202         * lib/quotearg.c (quotearg_buffer_restyled):
25203         Fix bug with quoting buffers containing NUL when backslashing escapes.
25204         This bug was exposed by the other changes in this patch.
25205         (quotearg_n_options): New arg ARGSIZE.
25206         All callers changed.
25207         (quoting_options_from_style): New function.
25208         (quotearg_n_style): Use it.
25209         (quotearg_n_style_mem): New function.
25210
25211         * lib/quotearg.h (quotearg_n_style_mem): New function.
25212
25213 2002-01-19  Jim Meyering  <meyering@lucent.com>
25214
25215         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25216         Remove useless quotes: DF_PROG="df".
25217         * m4/strnlen.m4: New file.
25218
25219 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25220
25221         * lib/backupfile.c (ISDIGIT): Comment fix.
25222         * lib/getdate.y (ISDIGIT): Likewise.
25223         * lib/posixtm.c (ISDIGIT, year): Likewise.
25224         * lib/strverscmp.c (ISDIGIT): Likewise.
25225         * lib/userspec.c (ISDIGIT): Likewise.
25226
25227 2002-01-16  Jim Meyering  <meyering@lucent.com>
25228
25229         * lib/getdate.y: Add three semicolons, each just before a closing
25230         brace. Bison (as of version 1.31) no longer papers over that mistake.
25231
25232 2002-01-05  Jim Meyering  <meyering@lucent.com>
25233
25234         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25235
25236 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25237
25238         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25239         not silently exit merely because the output buffer happens to
25240         have nothing pending.
25241
25242 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25243
25244         See the big note in ../ChangeLog.
25245         * lib/human.c (suffixes): Prefer K to k for 1024.
25246         (generate_suffix_backwards): New function.
25247         (human_readable_inexact): Use it.
25248         * lib/xstrtol.c (__xstrtol): If there is no number but there
25249         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25250         Accept 'K' as well as 'k'.
25251
25252 2001-12-15  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/regex.h (__restrict_arr): Update from libc.
25255
25256         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25257         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25258         (STREQ): Define.
25259
25260 2001-12-14  Jim Meyering  <meyering@lucent.com>
25261
25262         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25263         Suggestion from Bruno Haible.
25264
25265 2001-12-10  Jim Meyering  <meyering@lucent.com>
25266
25267         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25268         xrealloc, Instead, include "xalloc.h".
25269         (initbuffer): Don't cast xmalloc return value to char*.
25270         (readline): Reword comment.
25271         Don't cast xrealloc return value to char*
25272         Return NULL, not 0.
25273
25274 2001-12-09  Jim Meyering  <meyering@lucent.com>
25275
25276         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25277         about `signed and unsigned type in conditional expression'.
25278         * lib/posixtm.c (posix_time_parse): Likewise.
25279
25280         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25281
25282         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25283         to avoid a pedantic warning.
25284
25285         * lib/getstr.c: Don't include assert.h.
25286         (getstr): Remove warning-evoking assertions.
25287         Return -1 if offset parameter is out of bounds.
25288         Change the type of a local from int to size_t.
25289
25290         * lib/strftime.c (my_strftime_localtime_r): Include this function
25291         definition in the `#if ! HAVE_TM_GMTOFF' block.
25292
25293         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25294         Include xalloc.h instead.
25295
25296 2001-12-02  Jim Meyering  <meyering@lucent.com>
25297
25298         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25299         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25300         included.
25301
25302         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25303         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25304
25305 2001-11-30  Akim Demaille  <akim@epita.fr>
25306
25307         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25308         before being defined.
25309
25310 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25311
25312         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25313         First arg is int, not unsigned.
25314         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25315         (SIZE_MAX, UINT_MAX): New macros.
25316         (quotearg_n_options): Abort if N is negative.
25317         Avoid overflow check on hosts where size_t is 64 bits and int
25318         is 32 bits, as overflow is impossible there.
25319         Fix off-by-one typo that caused unnecessary reallocation.
25320
25321 2001-11-27  Jim Meyering  <meyering@lucent.com>
25322
25323         * lib/tempname.c: Merge with version from libc.
25324         * lib/regex.c: Likewise.
25325
25326         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25327         systems for which STDC_HEADERS is 0, it was not included, resulting in
25328         a warning about an integer-to-pointer conversion problem with getenv.
25329         Reported by Volker Borchert.
25330
25331 2001-11-26  Jim Meyering  <meyering@lucent.com>
25332
25333         * lib/gtod.h: Remove file.
25334         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25335         * lib/gettimeofday.c: Don't include gtod.h.
25336         (GTOD_init): Remove function.
25337         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25338         Suggestion from Volker Borchert.
25339
25340 2001-11-23  Jim Meyering  <meyering@lucent.com>
25341
25342         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25343         it.
25344         * lib/hash.c (struct hash_table): Define it here instead.
25345
25346 2001-11-22  Jim Meyering  <meyering@lucent.com>
25347
25348         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25349
25350 2001-11-20  Jim Meyering  <meyering@lucent.com>
25351
25352         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25353         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25354
25355 2001-11-19  Jim Meyering  <meyering@lucent.com>
25356
25357         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25358         directory.  Use "conftestXXXXXX" as the template.
25359         Suggestion from Paul Eggert.
25360
25361         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25362         immediately, so the test doesn't mistakenly hit the max-open-files
25363         limit.
25364
25365 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25366
25367         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25368         (TEMPORARIES): New macro.
25369         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25370         removes an artificial limitation (e.g. HP-UX 10.20, where
25371         TMP_MAX is 17576).
25372
25373 2001-11-18  Jim Meyering  <meyering@lucent.com>
25374
25375         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25376
25377 2001-11-18  Jim Meyering  <meyering@lucent.com>
25378
25379         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25380         on SunOS 4.
25381
25382         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25383         files will be created before anything else.
25384
25385 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25386
25387         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25388         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25389
25390 2001-11-17  Jim Meyering  <meyering@lucent.com>
25391
25392         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25393         Prompted by a report from Bob Proulx.
25394
25395         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25396         Instead, require UTILS_FUNC_MKSTEMP.
25397
25398 2001-11-17  Jim Meyering  <meyering@lucent.com>
25399
25400         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25401         Now, that's done as part of AC_FUNC_STRTOD.
25402
25403 2001-11-17  Jim Meyering  <meyering@lucent.com>
25404
25405         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25406         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25407         rather than group writable.  Patch by Juan F. Codagnone.
25408
25409         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25410         xrealloc, Instead, include "xalloc.h".
25411
25412         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25413         Remove explicit declarations of xmalloc, xrealloc,
25414         and xstrdup.  Instead, include "xalloc.h".
25415
25416         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25417         unlocked-io.h.
25418         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25419         Likewise.
25420         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25421
25422         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25423         Reported by Padraig Brady.
25424
25425         * lib/mkstemp.c: #undef mkstemp.
25426         Include config.h.
25427         (rpl_mkstemp): Rename from mkstemp.
25428         Protoize.
25429
25430 2001-11-16  Jim Meyering  <meyering@lucent.com>
25431
25432         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25433         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25434         determine the amount of total physical memory, use pstat_getstatic.
25435         HPUX-11 doesn't define _SC_PHYS_PAGES.
25436         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25437         If sysconf couldn't be used to determine the amount of available
25438         physical memory, use both pstat_getstatic and pstat_getdynamic.
25439         Based on a patch from Bob Proulx.
25440
25441 2001-11-10  Jim Meyering  <meyering@lucent.com>
25442
25443         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25444         (jm_PREREQ): Use it.
25445
25446 2001-11-09  Jim Meyering  <meyering@lucent.com>
25447
25448         * m4/jm-macros.m4: Require autoconf-2.52f.
25449         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25450         Use these AC_-prefixed names, not the AM_-prefixed ones.
25451
25452         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25453
25454 2001-11-05  Jim Meyering  <meyering@lucent.com>
25455
25456         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25457
25458 2001-11-04  Jim Meyering  <meyering@lucent.com>
25459
25460         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25461         $DEFS.
25462
25463 2001-11-03  Jim Meyering  <meyering@lucent.com>
25464
25465         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25466         of AC_DEFUN.
25467
25468         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25469         know the name of the variable in the macro definition.
25470
25471 2001-11-03  Jim Meyering  <meyering@lucent.com>
25472
25473         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25474         in argmatch_to_argument call.
25475
25476         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25477         argument.
25478
25479         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25480         e.g., a fault due to an attempt to free a NULL pointer.
25481
25482 2001-11-01  Jim Meyering  <meyering@lucent.com>
25483
25484         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25485         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25486
25487 2001-11-01  Jim Meyering  <meyering@lucent.com>
25488
25489         * lib/dirfd.c, lib/dirfd.h: New files.
25490         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25491
25492         * lib/hash.c (hash_print) [TESTING]: Clean up.
25493
25494 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25495
25496         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25497         to avoid a warning if -Wall.
25498
25499 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25500
25501         * README: New file
25502         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25503         (per RMS's instructions, this is now the canonical source)
25504         * lgpl/, gpl/: New directories.
25505
25506 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25507
25508         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25509
25510 2001-10-21  Jim Meyering  <meyering@lucent.com>
25511
25512         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25513         this code would end up calling gettext even in packages built
25514         with --disable-nls.
25515         * lib/getopt.c (_): Likewise.
25516         * lib/regex.c (_): Likewise.
25517
25518 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25519
25520         * m4/error.m4 (jm_PREREQ_ERROR):
25521         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25522         AC_FUNC_STRERROR_R does that.
25523         Check for strerror declaration.
25524
25525         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25526         are supposed to have them these days.
25527         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25528         Merge changes from latest Autoconf CVS.
25529         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25530         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25531         POSIX decided to standardize on the int flavor of strerror_r.
25532
25533 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25534
25535         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25536         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25537         Use strerror_r that is only a macro, even if it is not a function.
25538         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25539         (private_strerror): Use prototypes, not old-style function definition.
25540         (print_errno_message): New function.
25541         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25542         char*-flavored one.
25543         (error_tail, error, error_at_line): Use it.
25544
25545 2001-10-11  Jim Meyering  <meyering@lucent.com>
25546
25547         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25548         and quote_n (1, ... to avoid clobbering a buffer.
25549
25550 2001-10-05  Jim Meyering  <meyering@lucent.com>
25551
25552         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25553         hash-pjw.h.
25554         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25555         * lib/hash-pjw.h: New file.
25556
25557 2001-09-30  Jim Meyering  <meyering@lucent.com>
25558
25559         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25560         `struct fsstat' has the `f_fstypename' member.
25561         Use that to define FS_TYPE, which is now used to make
25562         the getfsstat link test tighter.
25563
25564 2001-09-30  Jim Meyering  <meyering@lucent.com>
25565
25566         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25567         Include <sys/ucred.h>, for Apple Darwin.
25568         Include sys/mount.h and sys/fs_types.h only if available.
25569         (FS_TYPE): Define.
25570         (read_filesystem_list): Use FS_TYPE.
25571
25572 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25573
25574         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25575         a boolean context.
25576
25577 2001-09-29  Jim Meyering  <meyering@lucent.com>
25578
25579         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25580         [one-argument getmntent function]): Include stdio.h before mntent.h.
25581         SunOS 4.1.x needs it for the declaration of `FILE'.
25582         Patch by Volker Borchert.
25583
25584         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25585         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25586         sys/fs_types.h, and make the link-test for getfsstat guard #include
25587         directives with appropriate #if HAVE_*_H tests so that we can
25588         detect getfsstat on Apple Darwin1.3.7 systems.
25589         Reported by Nelson Beebe.
25590         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25591
25592 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25593
25594         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25595         #defines strtoimax.  Also treat the other strto* functions
25596         like strtoimax.
25597
25598         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25599         Check for strtoul and strtoumax,
25600         as those declarations are made even in the signed case.
25601         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25602         Likewise, for strtol and strtoimax.
25603
25604 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25605
25606         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25607         #defines strtoimax.  Also treat the other strto* functions
25608         like strtoimax.
25609
25610         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25611         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25612         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25613
25614 2001-09-26  Jim Meyering  <meyering@lucent.com>
25615
25616         Most macros in unlocked-io.h had the wrong number of arguments.
25617         * lib/gen-uio: New script.
25618         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25619         * lib/unlocked-io.hin: Remove file.
25620         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25621         rather than trying to embed it here.
25622         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25623         Reported by Padraig Brady.
25624
25625 2001-09-25  Volker Borchert  <bt@teknon.de>
25626
25627         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25628         `result'.
25629
25630 2001-09-24  Jim Meyering  <meyering@lucent.com>
25631
25632         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25633
25634 2001-09-23  Jim Meyering  <meyering@lucent.com>
25635
25636         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25637         instead of the mere test for existence of mntent.h.  The latter
25638         would get a false-positive on AIX 3.4 systems.
25639         In the outer getmntent if-block, don't die if neither of the getmntent
25640         tests succeeds.  Instead, just fall through and continue with the
25641         remaining tests.
25642
25643 2001-09-23  Jim Meyering  <meyering@lucent.com>
25644
25645         * lib/mountlist.c: Remove useless parentheses in #if directives.
25646         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25647         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25648
25649 2001-09-22  Jim Meyering  <meyering@lucent.com>
25650
25651         * m4/gettext.m4: New file.  From gettext.
25652         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25653         * m4/progtest.m4: Likewise
25654         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25655         * m4/glibc21.m4: Likewise.
25656
25657         * m4/libintl.m4: Remove.  No longer used.
25658
25659 2001-09-22  Jim Meyering  <meyering@lucent.com>
25660
25661         * lib/localcharset.c: Update from latest gettext.
25662         * lib/config.charset: Likewise.
25663
25664 2001-09-20  Jim Meyering  <meyering@lucent.com>
25665
25666         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25667         strtoimax.
25668         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25669         strtoumax.
25670
25671 2001-09-20  Jim Meyering  <meyering@lucent.com>
25672
25673         * lib/xstrtol.c (strtoimax): Guard declaration with
25674         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25675         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25676         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25677         (strtoumax): Likewise, for completeness (it wasn't necessary).
25678
25679 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25680
25681         * lib/strtoimax.c (HAVE_LONG_LONG):
25682         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25683         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25684         to work around bug in IBM C compiler.
25685
25686 2001-09-17  Jim Meyering  <meyering@lucent.com>
25687
25688         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25689         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25690         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25691         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25692         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25693         whenever the right hand side need not be expanded by the shell.
25694
25695 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25696
25697         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25698         library.  It's not correct, as some older glibcs are buggy.
25699         fnmatch wasn't fixed until glibc 2.2.
25700
25701         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25702         special shell magic here.
25703
25704 2001-09-16  Jim Meyering  <meyering@lucent.com>
25705
25706         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25707         * m4/jm-macros.m4: Require it.
25708
25709 2001-09-16  Jim Meyering  <meyering@lucent.com>
25710
25711         * lib/mkdir.c: New file.
25712
25713 2001-09-15  Jim Meyering  <meyering@lucent.com>
25714
25715         * m4/jm-macros.m4: Check for help2man.
25716
25717 2001-09-11  Jim Meyering  <meyering@lucent.com>
25718
25719         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25720         The body, by Paul Eggert, was moved here from configure.in.
25721         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25722
25723 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25724
25725         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25726         (jm_PREREQ): Use it.
25727
25728 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25729
25730         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25731         Use ssize_t, not int, to store result of readlink.
25732         Check for ssize_t overflow as well as size_t overflow,
25733         as POSIX says the result of readlink is implementation-defined
25734         when ssize_t overflows.
25735         Remove unnecessary cast to char*.
25736         Use free+malloc instead of realloc, as the storage doesn't need
25737         to be preserved and it's clearer and can be more efficient that way.
25738         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25739         * lib/xreadlink.h (xreadlink): Update prototype.
25740
25741 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25742
25743         * lib/xgetcwd.c: Revert some of the previous change; intead,
25744         fix the HAVE_GETCWD_NULL code to behave more like the
25745         !HAVE_GETCWD_NULL code used to.
25746
25747         Include "xalloc.h".
25748         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25749         invoke xalloc_die.
25750
25751 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25752
25753         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25754         sys/param.h, as pathmax.h includes them.
25755
25756 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25757
25758         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25759         (jm_PREREQ_XGETCWD): New macro.
25760
25761         * m4/getcwd.m4: New file.
25762
25763 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25764
25765         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25766         like the HAVE_GETCWD_NULL code.
25767         Include pathmax.h if not HAVE_GETCWD.
25768         Do not include xalloc.h.
25769         (INITIAL_BUFFER_SIZE): New symbol.
25770         Do not use xmalloc / xrealloc, since the caller is responsible for
25771         handling errors.  Preserve errno around `free' during failure.
25772         Do not overrun buffer when using getwd.
25773
25774 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25775
25776         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25777         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25778         getcwd (NULL, 0).
25779
25780 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25781
25782         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25783         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25784         spotted by Jim Meyering.
25785
25786 2001-09-03  Jim Meyering  <meyering@lucent.com>
25787
25788         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25789         failure.
25790
25791 2001-09-02  Jim Meyering  <meyering@lucent.com>
25792
25793         * lib/error.c: Update from GNU libc.
25794
25795 2001-09-01  Jim Meyering  <meyering@lucent.com>
25796
25797         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25798         Used by df.
25799
25800 2001-09-01  Jim Meyering  <meyering@lucent.com>
25801
25802         * lib/xreadlink.c: New file.
25803         * lib/xreadlink.h: New file.
25804         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25805         xreadlink.h.
25806
25807         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25808         doesn't conflict with sparc Solaris 7's definition in
25809         /usr/include/sys/int_types.h.
25810
25811         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25812         files.
25813         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25814         and strncasecmp as r-values.  Unixware didn't have declarations.
25815
25816 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25817
25818         * lib/xstrtol.h: Add copyright notice.
25819         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25820         LONGINT_INVALID_SUFFIX_CHAR.
25821
25822 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25823
25824         * lib/xstrtol.c (strtoimax): New decl.
25825
25826 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25827
25828         * lib/xgetcwd.c: Don't include pathmax.h.
25829         Include stdlib.h and unistd.h if available.
25830         Include xalloc.h.
25831         (xmalloc, xstrdup, free): Remove decls.
25832         (xgetcwd): Don't assume sizes fit in unsigned.
25833         Check for overflow when computing sizes.
25834         Simplify reallocation code.
25835
25836 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25837
25838         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25839         a directory's st_size can have an arbitrary value, so the old
25840         usage could waste an arbitrary amount of memory.  All uses
25841         changed.
25842         * lib/savedir.h: Update prototype.
25843
25844 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25845
25846         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25847
25848         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25849         old strtoimax.c.
25850
25851         Also, make the following further changes to make this file's
25852         configuration more similar to that of strtol.c:
25853         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25854         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25855         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25856         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25857         changed to signed values.
25858
25859         And make the following changes as well:
25860         Fix copyright notice, as 1999 was missing.
25861         (verify): New macro.
25862         (strtoimax): Check sizes at compile-time, not run-time.
25863         Prefer strtol to strtoll if both work.
25864         (main): Remove; it was not that useful and was a pain to maintain.
25865
25866         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25867
25868 2001-08-31  Jim Meyering  <meyering@lucent.com>
25869
25870         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25871         Use an initial, malloc'd, buffer of length 128 rather than
25872         a statically allocated one of length 1024.
25873
25874 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25875
25876         Simplify code, partly by assuming autoconf 2.52 semantics.
25877
25878         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25879
25880         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25881         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25882         All uses removed.
25883         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25884         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25885         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25886         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25887         jm_AC_HEADER_INTTYPES_H.
25888         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25889
25890         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25891
25892         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25893         Quote first arg of AC_DEFUN.
25894         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25895         since they are needed to parse the include file even if we need
25896         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25897         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25898         but with opposite signedness.
25899
25900 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25901
25902         Merge 'exclude' changes from tar 1.13.22.
25903         This fixes one or two unlikely storage allocation overflow bugs,
25904         but doesn't change user-visible behavior otherwise.
25905
25906 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25907
25908         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25909         (jm_PREREQ_EXCLUDE): New macro.
25910
25911 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25912
25913         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25914         tm to be declared.
25915
25916 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25917
25918         * lib/hash.c: Remove '2001' from copyright notice.
25919
25920 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25921
25922         * lib/full-write.h: New file.
25923         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25924         * lib/full-write.c: Correct credits, as cccp.c no longer
25925         exists and anyway it was so heavily changed from the old cccp
25926         code as to be unrecognizable.  Include full-write.h.
25927         (full_write) Return size_t, with short writes meaning failure.
25928         All callers changed.  This fixes a bug with large buffers
25929         on 64-bit hosts.
25930         * lib/utime.c: Include full-write.h.
25931
25932 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25933
25934         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25935         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25936         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25937         Include if available.
25938         (<xalloc.h>): Include
25939         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25940         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25941         collide with FNM macros.
25942         (struct patopts): New struct.
25943         (struct exclude): Use it, as exclude patterns now come with options.
25944         (new_exclude): Support above changes.
25945         (new_exclude, add_exclude_file):
25946         Initial size must now be a power of two to simplify overflow checking.
25947         (free_exclude, fnmatch_no_wildcards): New function.
25948         (excluded_filename): No longer requires options arg, as the options
25949         are determined by add_exclude.  Now returns bool, not int.
25950         (excluded_filename, add_exclude):
25951         Add support for the fancy new exclusion options.
25952         (add_exclude, add_exclude_file): Now takes int options arg.
25953         Check for arithmetic overflow when computing sizes.
25954         (add_exclude_file): xrealloc might modify errno, so don't
25955         realloc until after errno might be used.
25956
25957         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25958         New macros.
25959         (free_exclude): New decl.
25960         (add_exclude, add_exclude_file): Now takes int options arg.
25961         (excluded_filename): No longer requires options arg, as the options
25962         are determined by add_exclude.  Now returns bool, not int.
25963
25964 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25965
25966         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25967
25968 2001-08-27  Jim Meyering  <meyering@lucent.com>
25969
25970         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25971
25972         * lib/version-etc.c (N_): Remove definition.
25973         Revert most of last change.
25974         Instead, simply don't mark the `Copyright...' string for translation.
25975         Based on advice from Paul Eggert.
25976
25977         * lib/strtoxmax.c: Tweak comment.
25978
25979 2001-08-26  Jim Meyering  <meyering@lucent.com>
25980
25981         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25982
25983         * m4/xstrtoimax.m4: New file.
25984         * m4/xstrtoumax.m4: Add comments explaining why we
25985         AC_REPLACE_FUNCS(strtol).
25986
25987 2001-08-26  Jim Meyering  <meyering@lucent.com>
25988
25989         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
25990         of copyright with `%s' so translators don't get an untranslated
25991         message in 2002.
25992         (COPYRIGHT_YEAR): Define.
25993         (version_etc): Use fprintf rather than fputs.
25994         Suggestion from Ulrich Drepper.
25995
25996         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
25997
25998         * lib/strtoll.c: New file, from GNU libc.
25999         * lib/xstrtoimax.c: New file.
26000
26001         * lib/xstrtol.h: Add xstrtoimax.
26002         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26003         * lib/strtoimax.c: New file.  Likewise, but first define
26004         STRTOUXMAX_SIGNED.
26005
26006         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26007         ...
26008         * lib/strtoxmax.c: ... then renamed to this.
26009
26010 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26011
26012         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26013         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26014         (jm_AC_TYPE_INTMAX_T): New macro.
26015         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26016
26017         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26018
26019         * m4/longlong.m4: Renamed from ulonglong.m4.
26020         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26021         * m4/uintmax_t.m4: Removed.
26022
26023 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26024
26025         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26026         Port to Solaris 8, where 'sed' requires a space after the 'r'
26027         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26028         Redirect output to $tmp just once.
26029
26030 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26031
26032         * lib/addext.c (<errno.h>): Include.
26033         (errno): Declare if not defined.
26034         (addext): Work correctly when pathconf returns -1 and leaves
26035         errno alone because there is no limit.  Also, work even if
26036         pathconf returns a value greater than SIZE_MAX.
26037
26038 2001-08-12  Jim Meyering  <meyering@lucent.com>
26039
26040         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26041         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26042         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26043         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26044         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26045         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26046         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26047         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26048         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26049         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26050         utime.m4, utimes.m4, xstrtoumax.m4:
26051         Quote the first argument in each use of AC_DEFUN.
26052
26053 2001-08-12  Jim Meyering  <meyering@lucent.com>
26054
26055         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26056         Simply `return getcwd (NULL, 0);'.
26057         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26058         Use 1300 as initial value for length, not PATH_MAX.
26059
26060         * lib/pathmax.h: Clean up cpp syntax.
26061
26062 2001-08-12  Jim Meyering  <meyering@lucent.com>
26063
26064         * lib/gettimeofday.c: New file.
26065         * lib/gtod.h: New file.
26066         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26067
26068 2001-08-05  Jim Meyering  <meyering@lucent.com>
26069
26070         * m4/jm-macros.m4: Require autoconf-2.52.
26071
26072 2001-08-04  Jim Meyering  <meyering@lucent.com>
26073
26074         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26075         stmt, to get in sync with glibc.
26076
26077 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26078
26079         The following changes are from gettext 0.10.39 as maintained by
26080         Bruno Haible.
26081
26082         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26083         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26084         with inverted sense.  All uses changed.
26085
26086         * lib/mbswidth.c: Don't include <limits.h>.
26087         Include <stdlib.h> and <string.h> unconditionally.
26088         (iswcntrl, mbsinit, ISCNTRL): New macros.
26089         (mbsnwidth): Use K&R style function declarations.
26090         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26091         can optimize it when MB_CUR_MAX == 1.
26092         The width of control characters is zero, not 1.
26093
26094 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26095
26096         The following changes are from gettext 0.10.39 as maintained by
26097         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26098
26099         * m4/codeset.m4: Upgrade to serial AM1.
26100         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26101         all uses changed.  Quote first arg of AC_DEFUN.
26102         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26103
26104         * m4/iconv.m4: Upgrade to serial AM2.
26105         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26106         Add --with-libconv-prefix.
26107         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26108         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26109         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26110         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26111         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26112
26113         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26114         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26115         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26116         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26117         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26118         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26119         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26120         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26121         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26122
26123         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26124         string.h any more.
26125
26126         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26127         not the default value.
26128
26129         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26130         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26131         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26132         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26133         Also check for iswcntrl, used for wcwidth fallback.
26134         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26135         to Autoconf 2.13.
26136
26137 2001-08-03  Jim Meyering  <meyering@lucent.com>
26138
26139         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26140         as it was in the original.  Reported by Paul Eggert.
26141
26142 2001-07-16  Jim Meyering  <meyering@lucent.com>
26143
26144         * m4/gettimeofday.m4: New file.
26145         Prompted by a report from Bernhard Baehr.
26146
26147 2001-07-15  Jim Meyering  <meyering@lucent.com>
26148
26149         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26150         stuff. Now it's in ../Makefile.cfg.
26151
26152 2001-07-15  Jim Meyering  <meyering@lucent.com>
26153
26154         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26155         (BUILT_SOURCES): Add unlocked-io.h.
26156         (io_functions): Define.
26157         (unlocked-io.h): New rule.
26158         (DISTCLEANFILES): Add unlocked-io.h.
26159         (all-local): Depend on unlocked-io.h, to ensure it is created.
26160
26161         * lib/unlocked-io.hin: New file
26162
26163         * lib/regex.c: Update from glibc.
26164
26165 2001-07-05  Jim Meyering  <meyering@lucent.com>
26166
26167         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26168         recommendation.
26169         (libfetish_a_SOURCES): Put all .h files here instead.
26170         Remove a thus-exposed (better checks in automake) duplicate and
26171         two unnecessary .h files.
26172
26173 2001-07-04  Jim Meyering  <meyering@lucent.com>
26174
26175         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26176         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26177         distcheck failure.
26178
26179 2001-07-02  Jim Meyering  <meyering@lucent.com>
26180
26181         The following changes were prompted by suggestions from Bruno Haible.
26182
26183         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26184         is now generated.
26185         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26186         definition of EXTRA_DIST.
26187         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26188         ensure that the generated file is created/updated whenever the list
26189         of $(unlocked_functions) is changed.
26190         (jm-glibc-io.m4): New rule.
26191         (unlocked-io.h): New rule -- currently unused.
26192
26193 2001-06-24  Jim Meyering  <meyering@lucent.com>
26194
26195         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26196         unmatched right bracket, rather than kludging it with an extra,
26197         falsely-matching quote in a comment.  Patch by Akim Demaille.
26198
26199 2001-06-11  Jim Meyering  <meyering@lucent.com>
26200
26201         * lib/regex.c: Update from GNU libc.
26202
26203 2001-05-27  Jim Meyering  <meyering@lucent.com>
26204
26205         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26206         Check for ut_type in struct utmp.
26207
26208 2001-05-27  Jim Meyering  <meyering@lucent.com>
26209
26210         * lib/readutmp.h (UT_TYPE): Define.
26211
26212 2001-05-24  Jim Meyering  <meyering@lucent.com>
26213
26214         * lib/argmatch.c: Include "quote.h".
26215         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26216         quote function.  Reported by Göran Uddeborg.
26217
26218 2001-05-22  Jim Meyering  <meyering@lucent.com>
26219
26220         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26221         now that we use the package-supplied version unconditionally.
26222         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26223
26224 2001-05-21  Jim Meyering  <meyering@lucent.com>
26225
26226         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26227         shell syntax errors.
26228
26229 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26230
26231         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26232
26233 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26234
26235         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26236         Don't bother to check library strftime, since
26237         we'll be using our own my_strftime function anyway.
26238         Define my_strftime instead of strftime.
26239
26240 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26241
26242         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26243         which is not yet declared.
26244
26245 2001-05-15  Jim Meyering  <meyering@lucent.com>
26246
26247         * m4/regex.m4: Use proper quoting so brackets appear in the test
26248         program.
26249         Reported by, and with help from, Bruno Haible.
26250
26251 2001-05-13  Jim Meyering  <meyering@lucent.com>
26252
26253         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26254         undefined.
26255
26256 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26257
26258         dirname code cleanup.  base_name now behaves more compatibly
26259         with POSIX basename when given file names that have trailing
26260         slashes, and similarly for dir_name.  Add new primitives
26261         base_len and dir_len.  Put the directory-name-related decls
26262         into dirname.h.
26263
26264         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26265         * lib/backupfile.c (base_name): Likewise.
26266         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26267         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26268         * lib/makepath.c (strip_trailing_slashes): Likewise.
26269         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26270         ISSLASH): Likewise.
26271         * lib/rename.c (strip_trailing_slashes): Likewise.
26272         * lib/same.c (base_name): Likewise.
26273         * lib/stripslash.c (ISSLASH): Likewise.
26274
26275         * lib/addext.c: Include <dirname.h> after size_t is defined.
26276         * lib/backupfile.c: Likewise.
26277
26278         * lib/addext.c (addext): Use base_len to trim redundant
26279         trailing slashes instead of doing it ourselves.
26280         But do not trim the last slash if it is not redundant.
26281
26282         * lib/backupfile.c (find_backup_file_name,
26283         max_backup_version): Use base_len instead of rolling it ourselves.
26284         Handle the case of "" and (on DOS) "C:" correctly.
26285
26286         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26287         needed. Include <string.h>, <dirname.h>.
26288         (base_name): Allow file names ending in slashes, other than names
26289         that are all slashes.  In this case, return the basename followed
26290         by the slashes.  This is more general, and can be used in places
26291         where the original base_name purposely had an assertion failure.
26292         (base_len): New function.
26293
26294         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26295         Do not include <assert.h>; no longer needed.
26296         Include xalloc.h.
26297         (memrchr): Remove decl.
26298         (dir_name_r): Remove.
26299         (dir_len): Renamed from dirlen.  All callers changed.
26300         Rewrite in terms of base_name, for simplicity and consistency.
26301         (dir_name): Never return NULL.  All callers changed.
26302         Do not include <stdlib.h> in test program; no longer needed.
26303         return 0; is fine for test program.
26304
26305         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26306         New macros.
26307         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26308
26309         * lib/path-concat.c (path_concat): Use base_len to compute
26310         base length, not strlen; this means we cannot rely on memcpy
26311         to null-terminate.
26312
26313         * lib/same.c (STREQ): Remove.
26314         (same_name): Handle the case where the basename ends in trailing '/'.
26315
26316         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26317         a slash was stripped.  Do not strip the last slash after a
26318         file system prefix.
26319
26320 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26321
26322         * lib/Makefile.am (libfetish_a_SOURCES):
26323         Add strftime.c, since we now compile it on all hosts.
26324
26325         * lib/strftime.c (my_strftime):
26326         Define to nstrftime if emacs, but only if my_strftime is not defined.
26327         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26328         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26329         Add one more extra argument: a nanoseconds value.
26330         All uses changed.
26331         (ns): New macro.
26332         (my_strftime function): Add %N format.
26333         (emacs_strftimeu): Renamed from emacs_strftime,
26334         with extra ut argument.
26335
26336 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26337
26338         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26339
26340 2001-04-21  Jim Meyering  <meyering@lucent.com>
26341
26342         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26343         doesn't interfere.
26344
26345 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26346
26347         * m4/ftruncate.m4: Check for chsize.
26348         Link with ftruncate.o unconditionally if ftruncate is missing.
26349         This was required when cross-compiling to i586-mingw32msvc.
26350
26351 2001-04-08  Jim Meyering  <meyering@lucent.com>
26352
26353         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26354         recomputed; that's necessary when the offset spans a DST transition.
26355         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26356
26357 2001-04-02  Jim Meyering  <meyering@lucent.com>
26358
26359         * lib/regex.h, regex.c: Update from GNU libc.
26360
26361 2001-03-24  Jim Meyering  <meyering@lucent.com>
26362
26363         * m4/jm-macros.m4: Require autoconf-2.49d.
26364
26365 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26366
26367         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26368
26369 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26370
26371         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26372
26373 2001-03-17  Jim Meyering  <meyering@lucent.com>
26374
26375         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26376         now that the version in autoconf is equivalent.
26377         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26378
26379         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26380         Suggestion from Akim Demaille.
26381
26382         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26383         (jm_PREREQ_TEMPNAME): New function.
26384
26385 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26386
26387         * lib/tempname.c (uint64_t): Define to uintmax_t if
26388         not defined, and if UINT64_MAX is not defined.
26389         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26390         Reported by John David Anglin.
26391
26392 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26393
26394         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26395         resolve alias if codeset is empty.
26396         * lib/config.charset (BeOS): Use wildcard syntax.
26397
26398 2001-03-13  Jim Meyering  <meyering@lucent.com>
26399
26400         * lib/path-concat.c (path_concat)
26401         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26402         concatenating e.g., `C:' and `foo'.
26403         From Bruno Haible.
26404
26405 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26406
26407         * lib/localcharset.c (locale_charset): Don't use
26408         setlocale(LC_CTYPE,NULL). Don't return NULL.
26409         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26410
26411 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26412
26413         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26414         support for DOS/DJGPP.
26415
26416 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26417
26418         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26419         lacks mkstemp.  Compile our own tempname.c if we compile our own
26420         mkstemp.c, as mkstemp relies on tempname.
26421
26422 2001-03-01  Jim Meyering  <meyering@lucent.com>
26423
26424         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26425         AH_VERBATIM really does output its argument verbatim.
26426
26427 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26428
26429         * lib/Makefile.am (libfetish_a_SOURCES):
26430         Add dup-safer.c, fopen-safer.c.
26431         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26432
26433         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26434         * lib/unistd-safer.h: New files.
26435
26436 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26437
26438         The mkstemp replacement is taken from glibc 2.2.2, with some
26439         portability fixes for use outside glibc, as follows:
26440
26441         * lib/tempname.c (struct_stat64): New macro.
26442         (direxists, __gen_tempname): Use it.
26443         This avoids a portability problem with Solaris 8.
26444
26445         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26446         (<stddef.h>, <stdint.h>, <string.h>):
26447         Include only if STDC_HEADERS || _LIBC.
26448         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26449         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26450         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26451         (__set_errno): Define this macro if <errno.h> doesn't.
26452         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26453         Define these macros if <stdio.h> doesn't.
26454         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26455         Define these macros if <sys/stat.h>
26456         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26457         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26458         __xstat64): Define if not _LIBC.
26459         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26460         (__gen_tempname): Invoke gettimeofday only if
26461         HAVE_GETTIMEOFDAY || _LIBC;
26462         otherwise, fall back on plain "time".
26463         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26464
26465         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26466
26467         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26468
26469 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26470
26471         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26472
26473 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26474
26475         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26476         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26477         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26478         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26479
26480 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26481
26482         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26483         Remove workaround macros for hosts that have mbrtowc but not
26484         mbstate_t, as we now insist on proper declarations for both
26485         before using mbrtowc.
26486
26487 2001-02-17  Jim Meyering  <meyering@lucent.com>
26488
26489         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26490         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26491         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26492         UnixWare 7.1.1.
26493
26494         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26495         rather than AC_CACHE_VAL.
26496
26497 2001-02-17  Jim Meyering  <meyering@lucent.com>
26498
26499         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26500         around included file name.
26501
26502         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26503
26504         * lib/strftime.c: Update from GNU libc (the only changes were to
26505         comments).
26506
26507 2001-02-17  Jim Meyering  <meyering@lucent.com>
26508
26509         * lib/regex.c: Update from libc.
26510
26511 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26512
26513         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26514         clash.
26515
26516 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26517
26518         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26519         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26520         Reported by Mark Hounschell via Paul Eggert.
26521
26522 2001-02-07  Jim Meyering  <meyering@lucent.com>
26523
26524         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26525
26526 2001-02-05  Jim Meyering  <meyering@lucent.com>
26527
26528         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26529         it includes the patch required for `large file' support with at least
26530         HP-UX's 10.20 /bin/cc.
26531
26532 2001-02-03  Jim Meyering  <meyering@lucent.com>
26533
26534         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26535         AS_IF, now that it works once again (mysteriously).
26536         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26537
26538 2001-01-30  Jim Meyering  <meyering@lucent.com>
26539
26540         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26541         * m4/chown.m4: Rename conftestchown to conftest.chown.
26542         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26543         s/conftestdir2/conftest.d2/.
26544         * m4/utimes.m4: s/conftestdata/conftest.data/
26545         Inspired by Pavel Roskin's change in autoconf.
26546
26547 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26548
26549         * lib/config.charset: Update for FreeBSD 4.2.
26550
26551 2001-01-27  Jim Meyering  <meyering@lucent.com>
26552
26553         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26554         a use of AS_IF.
26555         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26556
26557 2001-01-26  Jim Meyering  <meyering@lucent.com>
26558
26559         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26560         quotearg.c includes it.
26561
26562 2001-01-26  Jim Meyering  <meyering@lucent.com>
26563
26564         * lib/quotearg.c: Include stddef.h.
26565         * lib/quote.c: Include stddef.h.
26566         Reported by Axel Kittenberger.
26567
26568         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26569         line in double quotes so that it evokes a better diagnostic.
26570         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26571         Reported by Axel Kittenberger.
26572
26573 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26574
26575         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26576         as if it was a `charset'.
26577
26578 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26579
26580         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26581         has const.
26582
26583 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26584
26585         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26586         to avoid a warning.  Add back 'const' to inptr.
26587
26588 2001-01-20  Jim Meyering  <meyering@lucent.com>
26589
26590         Be sure that headers are checked before used in code compiled
26591         for the type checks.
26592         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26593         In place of that, invoke jm_CHECK_ALL_TYPES.
26594         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26595         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26596         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26597         The check for ssize_t was mistakenly run before the test for unistd.h.
26598
26599         The configure-time check for stdbool.h was missing.
26600         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26601         (jm_PREREQ_HASH): New function.
26602
26603 2001-01-17  Jim Meyering  <meyering@lucent.com>
26604
26605         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26606         for autoconf-2.49c.
26607         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26608
26609 2001-01-16  Jim Meyering  <meyering@lucent.com>
26610
26611         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26612         From Bruno Haible.
26613
26614 2001-01-14  Jim Meyering  <meyering@lucent.com>
26615
26616         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26617         foo and bar.  Create conftestdir/ in the script, not in the C code.
26618         Remove directories in the script, not in the C code.
26619         Remove conftestdir{,2} before trying to create the directory.
26620         Make the entire configure script fail if the mkdir fails.
26621
26622 2001-01-14  Jim Meyering  <meyering@lucent.com>
26623
26624         * lib/rename.c: New file.  From Volker Borchert.
26625         Include stdlib.h, string.h or strings.h, and xalloc.h.
26626         Use strip_trailing_slashes rather than open-coding it.
26627
26628 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26629
26630         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26631
26632 2001-01-03  Jim Meyering  <meyering@lucent.com>
26633
26634         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26635         of local `inptr' to avoid warning with some system declarations of
26636         iconv.
26637
26638 2001-01-02  Volker Borchert  <bt@teknon.de>
26639
26640         * m4/rename.m4: New file.
26641         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26642
26643 2001-01-01  Jim Meyering  <meyering@lucent.com>
26644
26645         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26646         even on systems with utmpx.h.  It's necessary for the declaration of
26647         utmp's ut_user member.  Reported by Andreas Jaeger.
26648
26649         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26650         available. They are required for the declarations of getgrgid and
26651         getpwuid resp.
26652         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26653         Reported by Andreas Jaeger.
26654
26655 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26656
26657         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26658         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26659         so `make install' also works in VPATH builds.
26660
26661 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26662
26663         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26664         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26665         can be used in subdirectories.
26666
26667 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26668
26669         * lib/modechange.c: Do not assume that mode_t uses the
26670         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26671         the other-execute bit of FOO even if S_IXOTH != 1.
26672
26673         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26674         WOTH, XOTH, ALLM): New macros.
26675         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26676          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26677         Use them.
26678         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26679         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26680         (mode_compile):
26681         No need to use uintmax_t; unsigned long is long enough.
26682         Don't bother to get suffix since we don't use it.
26683
26684 2000-12-26  Jim Meyering  <meyering@lucent.com>
26685
26686         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26687         better with autoheader.
26688
26689 2000-12-24  Jim Meyering  <meyering@lucent.com>
26690
26691         * lib/hash.c (is_prime): Return explicit boolean values.
26692         (hash_get_first): Return NULL to appease Irix5.6's 89.
26693         Reported by Nelson Beebe.
26694
26695 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26696
26697         * lib/localcharset.c (locale_charset): Add support for Win32.
26698
26699 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26700
26701         * lib/physmem.h, lib/physmem.c: New files.
26702
26703         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26704         (noinst_HEADERS): Add physmem.h.
26705
26706         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26707         't' for compatibility with Solaris 8 sort.
26708
26709 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26710
26711         * lib/config.charset: Add support for BeOS.
26712
26713 2000-12-17  Jim Meyering  <meyering@lucent.com>
26714
26715         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26716         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26717
26718 2000-12-16  Jim Meyering  <meyering@lucent.com>
26719
26720         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26721         N and M) would have treated it like `chown N:N FILE'.
26722
26723         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26724
26725 2000-12-16  Jim Meyering  <meyering@lucent.com>
26726
26727         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26728         SHELLS_FILE to a file name that's useful on djgpp systems.
26729         Include stdlib.h.
26730         (ADDITIONAL_DEFAULT_SHELLS): Define.
26731         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26732         Based mostly on a patch from Prashant TR.
26733
26734 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26735
26736         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26737         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26738         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26739
26740 2000-12-08  Andreas Schwab  <schwab@suse.de>
26741
26742         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26743         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26744
26745 2000-12-07  Jim Meyering  <meyering@lucent.com>
26746
26747         * lib/stripslash.c (ISSLASH): Define.
26748         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26749         `/'.
26750         From Prashant TR.
26751
26752         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26753         (dir_name_r): Declare this function as static.
26754         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26755         manifest itself on a name containing a mix of slashes and
26756         backslashes.
26757         Make this function work with names starting with a DOS-style
26758         drive letter and colon prefix.
26759         (dir_name): Append `.' if necessary.
26760         Based mostly on patches from Prashant TR and Eli Zaretskii.
26761
26762         * lib/dirname.h (dir_name_r): Remove prototype.
26763
26764 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26765
26766         * m4/off_t-format.m4: Remove this file.
26767         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26768
26769 2000-12-06  Jim Meyering  <meyering@lucent.com>
26770
26771         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26772         replacement strtoull, we may well need the replacement strtoul, too.
26773         Check for declarations of strtoul and strtoull.
26774         Check for strtol.  Mainly as a cue to cause automake to include
26775         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26776         Check for limits.h -- strtol.c needs it.
26777
26778 2000-12-05  Jim Meyering  <meyering@lucent.com>
26779
26780         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26781
26782 2000-12-04  Jim Meyering  <meyering@lucent.com>
26783
26784         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26785         Also include memory.h, stdlib.h, unistd.h if appropriate.
26786         Reported by Andreas Jaeger (conflicting declaration of malloc).
26787
26788 2000-12-02  Jim Meyering  <meyering@lucent.com>
26789
26790         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26791         * m4/jm-macros.m4 (jm_MACROS): require it.
26792
26793 2000-12-02  Jim Meyering  <meyering@lucent.com>
26794
26795         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26796
26797 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26798
26799         * lib/memrchr.c: Include <config.h> before any system include file.
26800
26801 2000-11-30  Jim Meyering  <meyering@lucent.com>
26802
26803         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26804
26805 2000-11-30  Jim Meyering  <meyering@lucent.com>
26806
26807         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26808
26809 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26810
26811         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26812
26813 2000-11-26  Jim Meyering  <meyering@lucent.com>
26814
26815         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26816
26817 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26818
26819         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26820         size of (size_t) -1; it's not portable.
26821
26822 2000-11-17  Jim Meyering  <meyering@lucent.com>
26823
26824         * lib/strstr.c: Update from GNU libc.
26825
26826 2000-11-17  Akim Demaille  <akim@epita.fr>
26827
26828         * lib/obstack.h: Formatting changes.
26829         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26830         prevent type checking.
26831         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26832         cast the value to (void *): assigning a `foo *' to a `void *'
26833         variable is valid.
26834         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26835
26836 2000-11-16  Jim Meyering  <meyering@lucent.com>
26837
26838         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26839
26840 2000-11-11  Jim Meyering  <meyering@lucent.com>
26841
26842         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26843
26844 2000-11-10  Jim Meyering  <meyering@lucent.com>
26845
26846         * lib/obstack.h: Update from GNU libc.
26847         * lib/obstack.c: Likewise.
26848
26849 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26850
26851         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26852
26853 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26854
26855         * lib/getusershell.c (setusershell): Use rewind rather than
26856         fseek/fseeko, to avoid configuration hassles with fseeko.
26857         Don't bother opening SHELLS_FILE if shellstream is NULL;
26858         it's not necessary.
26859
26860 2000-11-05  Jim Meyering  <meyering@lucent.com>
26861
26862         * lib/makepath.h (make_dir): Declare.
26863         * lib/makepath.c (make_dir): Remove `static' attribute.
26864         Tweak a comment.
26865
26866 2000-11-04  Jim Meyering  <meyering@lucent.com>
26867
26868         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26869
26870 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26871
26872         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26873         last one in a bucket, advance to the next bucket.
26874
26875 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26876
26877         * lib/fnmatch.c: Do not comment out all the code if we are using
26878         the GNU C library, because in some cases we are replacing buggy
26879         code in the GNU C library itself.
26880
26881 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26882
26883         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26884         (regex_compile): Catch bogus \(\1\).
26885
26886 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26887
26888         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26889         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26890         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26891
26892 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26893
26894         * lib/error.h, getline.h, modechange.h:
26895         Remove "2000" from Copyright line, as the file hasn't been
26896         changed this year other than in the copyright notice.
26897
26898         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26899         was changed this year.
26900
26901 2000-10-29  Jim Meyering  <meyering@lucent.com>
26902
26903         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26904         renaming.
26905         * m4/ls-mntd-fs.m4: Likewise
26906
26907 2000-10-29  Jim Meyering  <meyering@lucent.com>
26908
26909         * lib/xstat.in: Fix grammar in comment.
26910
26911 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26912
26913         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26914         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26915         doesn't define __restrict_arr.
26916
26917 2000-10-28  Jim Meyering  <meyering@lucent.com>
26918
26919         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26920         (jm_PREREQ_MEMCHR): New function.
26921
26922 2000-10-28  Jim Meyering  <meyering@lucent.com>
26923
26924         * lib/memchr.c: Update from libc.
26925         Adjust for portability:
26926         [HAVE_STDLIB_H]: Include stdlib.h.
26927         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26928         Undef __memchr, too.
26929         [!weak_alias]: Define __memchr to memchr.
26930
26931         * lib/regex.c: Update from libc.
26932         * lib/regex.h: Likewise.
26933         * lib/getopt1.c: Likewise.
26934         * lib/memcmp.c: Likewise.
26935
26936         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26937         Avoid using fseek, when possible -- it's broken by design.
26938         Patch by Ulrich Drepper.
26939
26940 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26941
26942         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26943         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26944         Giving in to popular pressure to shut up the compiler with casts.
26945
26946 2000-10-26  Jim Meyering  <meyering@lucent.com>
26947
26948         * lib/strftime.c: Update from libc.
26949
26950 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26951
26952         * regex.c: More `unsigned char' -> `re_char' changes.
26953         Also change several `int' into `re_wchar_t'.
26954         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26955         (PUSH_FAILURE_POINTER): Don't cast any more.
26956         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26957         We want GCC to complain, since this piece of code makes
26958         re_match non-reentrant, which *should* be fixed.
26959         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26960         (EXTEND_BUFFER): Use RETALLOC.
26961         (SET_LIST_BIT): Don't cast.
26962         (re_wchar_t): New type.
26963         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26964         that those two functions will always properly return.
26965         (IMMEDIATE_QUIT_CHECK): Cast to void.
26966         (analyse_first): Use recursion rather than an explicit stack.
26967         (re_compile_fastmap): Can't fail anymore.
26968         (re_search_2): Don't check re_compile_fastmap for failure.
26969         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26970         Now also sets the new value (passed in a new argument).
26971         (re_match_2_internal): Use it.
26972         Also, use a new var `reg' of type size_t when looping through regs
26973         rather than reuse the inappropriate `mcnt'.
26974
26975 2000-10-25  Jim Meyering  <meyering@lucent.com>
26976
26977         * lib/obstack.c: Update from libc.
26978
26979 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26980
26981         * regex.c (regex_compile): Change the way of handling a range from
26982         a char less than 256 to a char not less than 256.
26983
26984 2000-10-24  Andrew Innes  <andrewi@gnu.org>
26985
26986         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
26987         NT-Emacs only.
26988         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
26989         so that re_search functions only quit when callers expect them to.
26990
26991 2000-10-23  Jim Meyering  <meyering@lucent.com>
26992
26993         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
26994         wrong.  That set_locale call must not have any side effects.
26995         From Paul Eggert.
26996
26997 2000-10-22  Jim Meyering  <meyering@lucent.com>
26998
26999         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27000         [CYCLIC]: Remove now-unused definition.
27001
27002         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27003         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27004         Suggestion from Ulrich Drepper.
27005
27006 2000-10-21  Jim Meyering  <meyering@lucent.com>
27007
27008         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27009         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27010         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27011
27012 2000-10-21  Jim Meyering  <meyering@lucent.com>
27013
27014         * lib/dirname.c (memrchr): Declare if necessary.
27015         (dir_name): Remove the restriction that there be no
27016         trailing slashes.  Now, this code skips past them, effectively
27017         ignoring them.
27018         [TEST_DIRNAME] (main): New unit tests.
27019
27020         * lib/memrchr.c: New file from GNU libc.
27021         Undef __memrchr, too.
27022         [!weak_alias]: Define __memrchr to memrchr.
27023         Guard weak_alias use with `#ifdef weak_alias'.
27024
27025 2000-10-21  Jim Meyering  <meyering@lucent.com>
27026
27027         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27028         (dir_name): Use dir_name_r.
27029         * lib/dirname.h (dir_name_r): Declare it.
27030
27031 2000-10-17  Jim Meyering  <meyering@lucent.com>
27032
27033         * lib/quote.h (PARAMS): Define and use.
27034         Reported by Akim Demaille.
27035
27036         * lib/getopt.c: Update from libc.
27037
27038 2000-10-16  Jim Meyering  <meyering@lucent.com>
27039
27040         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27041         setlocale.
27042         From Jan Fedak.
27043
27044 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27045
27046         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27047
27048 2000-09-25  Jim Meyering  <meyering@lucent.com>
27049
27050         * lib/md5.h (rol): Define (from GnuPG).
27051
27052         * lib/sha.c: Give credit (GnuPG) where due.
27053         (M): Use rol rather than open-coding it.
27054         Add a FIXME comment.
27055
27056 2000-09-21  Jim Meyering  <meyering@lucent.com>
27057
27058         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27059         Reported by Michael Stone.
27060
27061 2000-09-20  Jim Meyering  <meyering@lucent.com>
27062
27063         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27064         (noinst_HEADERS): Add sha.h.
27065         Based on code from Scott G. Miller and from GnuPG.
27066
27067 2000-09-18  Jim Meyering  <meyering@lucent.com>
27068
27069         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27070         LIBS. Otherwise, everyone ends up linking with -lelf for some
27071         configurations.
27072         Reported by Mike Stone.
27073
27074 2000-09-15  Jim Meyering  <meyering@lucent.com>
27075
27076         * lib/regex.c: Update from libc.
27077
27078 2000-09-10  Jim Meyering  <meyering@lucent.com>
27079
27080         * lib/getopt.c (_getopt_internal): Update from glibc.
27081
27082 2000-09-09  Jim Meyering  <meyering@lucent.com>
27083
27084         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27085         think it should be used as a general replacement for isascii.
27086         * lib/fnmatch.c: Likewise.
27087         * lib/mbswidth.c: Likewise
27088         * lib/regex.c: Likewise.
27089
27090         Don't use atoi.
27091         * lib/userspec.c: Include sys/param.h and limits.h.
27092         Include xstrtol.h.
27093         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27094         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27095         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27096         UID, GID.  Check range.
27097
27098 2000-09-06  Jim Meyering  <meyering@lucent.com>
27099
27100         * lib/getopt.c (_getopt_internal): Update from glibc.
27101
27102 2000-08-30  Jim Meyering  <meyering@lucent.com>
27103
27104         * lib/strftime.c: Merge in changes from GNU libc.
27105
27106 2000-08-26  Jim Meyering  <meyering@lucent.com>
27107
27108         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27109         * m4/fpending.m4: New file.
27110
27111 2000-08-26  Jim Meyering  <meyering@lucent.com>
27112
27113         * lib/closeout.c: Include "__fpending.h".
27114         (close_stdout_status): Return right away if there's nothing to flush.
27115
27116         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27117         * lib/__fpending.c: New file.
27118         * lib/__fpending.h: New file.
27119
27120 2000-08-20  Jim Meyering  <meyering@lucent.com>
27121
27122         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27123         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27124         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27125
27126 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27127
27128         Improve fileutils installation on systems where running
27129         programs (like install) can't be unlinked.
27130         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27131         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27132
27133 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27134
27135         Standardize on "memory exhausted" instead of "Memory exhausted"
27136         or "virtual memory exhausted".
27137         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27138         "virtual memory exhausted".
27139         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27140         our own message.
27141         * lib/userspec.c (parse_user_spec): Likewise.
27142         * lib/bumpalloc.h: comment fix
27143         * lib/same.c, userspec.c: Include xalloc.h.
27144
27145         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27146         not char *const and pointing to a constant array.
27147         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27148         (xrealloc): Comment fix.
27149
27150         * lib/userspec.c (parse_user_spec):
27151         Don't translate a message until just before returning,
27152         to avoid unnecessary translation.
27153
27154 2000-08-07  Jim Meyering  <meyering@lucent.com>
27155
27156         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27157         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27158         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27159         getgroups.c, gethostname.c, getopt.h, group-member.c,
27160         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27161         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27162         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27163         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27164         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27165         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27166         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27167         yesno.c: Back out Copyright date changes for each file with no change
27168         this year.  This eases coordination with other programs using the same
27169         source code modules.  From Paul Eggert.
27170
27171 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27172
27173         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27174         not char, for compatibility with glibc 2.1.3 strftime.c.
27175
27176 2000-08-03  Greg McGary  <greg@mcgary.org>
27177
27178         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27179         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27180         (EXTEND_BUFFER): Use them.
27181
27182 2000-08-01  Jim Meyering  <meyering@lucent.com>
27183
27184         * lib/dirname.c (ISSLASH): Define.
27185         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27186         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27187         both `\' and `/' may be use as path separators.
27188         Based on a patch from Prashant TR.
27189
27190 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27191
27192         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27193         slot vector a constant, since it might get modified.
27194
27195 2000-07-31  Jim Meyering  <meyering@lucent.com>
27196
27197         * lib/xmalloc.c: Use `virtual memory exhausted', not
27198         `Memory exhausted'.
27199         * lib/obstack.c (print_and_abort): Likewise.
27200
27201 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27202
27203         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27204         buffer, so that the caller can always quote one small
27205         component of a "memory exhausted" message in slot 0.
27206         From a suggestion by Jim Meyering.
27207
27208 2000-07-30  Jim Meyering  <meyering@lucent.com>
27209
27210         * lib/makepath.c (make_path): Quote the other instance, too.
27211
27212         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27213         (STATIC_BUF_SIZE): Define.
27214         (quotearg_n_options): Use only statically allocated storage when
27215         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27216         than STATIC_BUF_SIZE.
27217
27218 2000-07-29  Jim Meyering  <meyering@lucent.com>
27219
27220         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27221         * lib/dirname.c (dir_name): Likewise.
27222
27223         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27224         `/'.
27225
27226         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27227         (dir_name): Assert that there are no trailing slashes.
27228
27229 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27230
27231         * lib/mbswidth.h (mbswidth): Add a flags argument.
27232         (mbswidth): New declaration.
27233         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27234         * lib/mbswidth.c (mbswidth): Add a flags argument.
27235         (mbsnwidth): New function.
27236
27237 2000-07-24  Jim Meyering  <meyering@lucent.com>
27238
27239         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27240
27241 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27242
27243         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27244
27245 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27246
27247         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27248         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27249         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27250         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27251         invoke multibyte primitives.
27252
27253 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27254
27255         * lib/quotearg.c:
27256         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27257         so that mbstate_t is always defined.
27258
27259         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27260         be 1 in at least one GCC installation, and this configuration
27261         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27262         performance on hosts that have mbrtowc but have only unibyte
27263         locales, but I assume these hosts are rare.
27264
27265 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27266
27267         * lib/mbswidth.c (_XOPEN_SOURCE):
27268         Don't define; this causes problems on Solaris 7.
27269         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27270
27271 2000-07-23  Jim Meyering  <meyering@lucent.com>
27272
27273         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27274         too: getgrgid, getpwuid, getuid.
27275
27276 2000-07-23  Jim Meyering  <meyering@lucent.com>
27277
27278         * lib/basename.c (base_name): Add an assertion.
27279
27280 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27281
27282         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27283         shadow its mbsinit function.
27284
27285 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27286
27287         * lib/mbswidth.h: New file.
27288         * lib/mbswidth.c: New file.
27289         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27290         (noinst_HEADERS): Add mbswidth.h.
27291
27292 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27293
27294         * lib/config.charset: Add support for FreeBSD. Improve support for
27295         HP-UX and IRIX 6.
27296
27297 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27298
27299         * m4/mbswidth.m4: New file.
27300         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27301
27302 2000-07-15  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/makepath.c: Include quote.h.
27305         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27306         corresponding argument in a `quote (...)' call.
27307         Give better diagnostics.
27308
27309         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27310         (noinst_HEADERS): Add quote.h.
27311
27312         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27313         from tar's src/misc.c.
27314         * lib/quote.h: New file.  Prototypes for same.
27315
27316 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27317
27318         From a suggestion by Bruno Haible.
27319         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27320         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27321         to decide whether to define the BeOS workaround macro;
27322         this adjusts to the change to AC_MBSTATE_T.
27323
27324 2000-07-14  Jim Meyering  <meyering@lucent.com>
27325
27326         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27327         jm_AC_TYPE_UINTMAX_T.
27328
27329 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27330
27331         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27332
27333         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27334         quotearg_buffer_restyled): Add support for
27335         clocale_quoting_style.  Undo previous change to
27336         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27337         and "{RIGHT QUOTATION MARK}" msgids.
27338
27339 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27340
27341         From a suggestion by Bruno Haible.
27342         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27343         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27344         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27345         and mbstate_t, to a single-part test that simply defines mbstate_t.
27346         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27347         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27348
27349 2000-07-10  Jim Meyering  <meyering@lucent.com>
27350
27351         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27352
27353         * m4/gnu-source.m4: Output to confdefs.h directly.
27354         Suggestion from Akim Demaille.
27355
27356 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27357
27358         The old behavior of quoting `like this' doesn't look good with
27359         newer, ISO-style fonts.  See:
27360         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27361
27362         Instead, quote "like this" by default.  Let the translator
27363         tailor the locale-specific quoting behavior by providing
27364         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27365
27366         * lib/quotearg.c (N_): New macro.
27367         (gettext_default): New function.
27368         (quotearg_buffer_restyled): Use
27369         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27370         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27371
27372 2000-07-09  Jim Meyering  <meyering@lucent.com>
27373
27374         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27375         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27376
27377         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27378         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27379
27380 2000-07-09  Jim Meyering  <meyering@lucent.com>
27381
27382         * lib/Most files: Update copyright dates to include 2000.
27383
27384 2000-07-08  Jim Meyering  <meyering@lucent.com>
27385
27386         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27387         if not defined.
27388         (xgethostname): Remove now-unnecessary #ifdef.
27389         Move declaration of `err' into loop where it's used.
27390
27391 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27392         and Bruno Haible  <haible@clisp.cons.org>
27393
27394         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27395         only if the test for an object-type mbstate_t fails.  This
27396         prevents us from mistakenly reporting that mbstate_t is a
27397         system object type after we "#define mbstate_t int" to work
27398         around its lack.
27399
27400 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27401         and Bruno Haible  <haible@clisp.cons.org>
27402
27403         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27404
27405 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27406
27407         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27408         to strerror_r.
27409         Include <ctype.h> for use of isalpha.
27410
27411 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27412
27413         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27414         by allocating a larger buffer. Test the gethostname return value for
27415         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27416         returns an error and ENAMETOOLONG isn't defined.
27417
27418 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27419
27420         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27421         dimension.
27422
27423 2000-07-04  Jim Meyering  <meyering@lucent.com>
27424
27425         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27426         of the deprecated AC_CHECKING.
27427
27428 2000-07-04  Jim Meyering  <meyering@lucent.com>
27429
27430         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27431         Reported by Bruno Haible.
27432
27433 2000-07-04  Jim Meyering  <meyering@lucent.com>
27434
27435         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27436         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27437         lacks mbrtowc.
27438
27439 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27440
27441         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27442         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27443
27444 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27445         and Bruno Haible  <haible@clisp.cons.org>
27446
27447         * lib/quotearg.c (mbrtowc):
27448         Assign to *pwc, and return 1 only if result is nonzero.
27449         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27450
27451 2000-07-03  Jim Meyering  <meyering@lucent.com>
27452
27453         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27454
27455 2000-07-03  Jim Meyering  <meyering@lucent.com>
27456
27457         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27458         This is necessary to get a definition of e.g., UTMP_FILE on
27459         HP-UX 10.20.
27460         From Bob Proulx.
27461
27462 2000-07-02  Jim Meyering  <meyering@lucent.com>
27463
27464         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27465
27466         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27467         AC_LIBOBJ(function_name).
27468         * m4/chown.m4: Likewise.
27469         * m4/fnmatch.m4: Likewise.
27470         * m4/ftruncate.m4: Likewise.
27471         * m4/getgroups.m4: Likewise.
27472         * m4/getline.m4: Likewise.
27473         * m4/group-member.m4: Likewise.
27474         * m4/jm-macros.m4: Likewise.
27475         * m4/lstat.m4: Likewise.
27476         * m4/malloc.m4: Likewise.
27477         * m4/memcmp.m4: Likewise.
27478         * m4/nanosleep.m4: Likewise.
27479         * m4/putenv.m4: Likewise.
27480         * m4/realloc.m4: Likewise.
27481         * m4/regex.m4: Likewise.
27482         * m4/stat.m4: Likewise.
27483         * m4/strftime.m4: Likewise.
27484
27485 2000-07-02  Jim Meyering  <meyering@lucent.com>
27486
27487         * lib/quotearg.c (mbstate_t): Don't define here.
27488
27489 2000-07-02  Jim Meyering  <meyering@lucent.com>
27490
27491         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27492
27493 2000-07-01  Jim Meyering  <meyering@lucent.com>
27494
27495         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27496
27497 2000-07-01  Jim Meyering  <meyering@lucent.com>
27498
27499         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27500         problem.
27501
27502 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27503
27504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27505         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27506
27507 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27508
27509         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27510         per change in ../m4/ls-mntd-fs.m4.
27511         (read_filesystem_list): Ignore symbolic links.
27512
27513 2000-06-29  Jim Meyering  <meyering@lucent.com>
27514
27515         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27516         for declaration of strcmp.
27517
27518         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27519
27520         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27521         Avoid warning by casting result to `char *' to remove `const'.
27522
27523 2000-06-28  Jim Meyering  <meyering@lucent.com>
27524
27525         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27526         included by quotearg.c, for which we perform this test.  From
27527         Bruno Haible.
27528
27529 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27530
27531         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27532         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27533         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27534
27535 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27536
27537         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27538
27539 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27540
27541         savedir now sets errno on failure and invokes xmalloc to get memory.
27542         Fix a couple of other minor bugs while we're at it.
27543
27544         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27545         (NAMLEN): Remove macro.
27546         (malloc, realloc): Remove decls.
27547         (stpcpy): Likewise.
27548         ("xalloc.h"): Include.
27549         (NAME_SIZE_DEFAULT): New macro.
27550         (savedir): Use xmalloc / xrealloc to allocate memory.
27551         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27552         Skip "" directory entries.
27553         Use strlen to calculate directory entry length, since the old method
27554         is rarely used these days and isn't worth supporting.
27555         Don't use a pointer after freeing it.
27556         Check for integer overflow when calculating allocation size.
27557         Use memcpy to copy entries, instead of stpcpy.
27558         Set errno properly when returning NULL.
27559         Check for readdir error.
27560
27561 2000-06-26  Jim Meyering  <meyering@lucent.com>
27562
27563         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27564
27565 2000-06-25  Jim Meyering  <meyering@lucent.com>
27566
27567         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27568         Linux header bug when _XOPEN_SOURCE is defined to 500.
27569
27570 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27571
27572         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27573         deficiency.
27574
27575 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27576
27577         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27578         Include xalloc.h.
27579         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27580
27581 2000-06-24  Jim Meyering  <meyering@lucent.com>
27582
27583         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27584         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27585         for which strerror does return char*, but which lacks a conveniently
27586         accessible declaration of the function.  If the compile-test says
27587         strerror_r doesn't work, then resort to a `run'-test that works on
27588         BeOS and segfaults on DEC Unix.
27589
27590 2000-06-24  Jim Meyering  <meyering@lucent.com>
27591
27592         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27593
27594 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27595
27596         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27597         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27598
27599 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27600
27601         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27602         (mbrtowc, mbstate_t): Define substitutes if
27603         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27604         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27605         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27606
27607 2000-06-23  Jim Meyering  <meyering@lucent.com>
27608
27609         * m4/afs.m4: Add missing AC_MSG_RESULT.
27610         Reported by Bruno Haible.
27611
27612         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27613         Suggestion from Bruno Haible.
27614
27615 2000-06-23  Jim Meyering  <meyering@lucent.com>
27616
27617         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27618
27619 2000-06-21  Jim Meyering  <meyering@lucent.com>
27620
27621         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27622
27623 2000-06-21  Jim Meyering  <meyering@lucent.com>
27624
27625         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27626         (noinst_HEADERS): Add getstr.h.
27627
27628         * lib/getline.c (getstr): Move into a separate file.
27629         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27630         the following changes: new parameter, delim2; both delim[12]
27631         parameters have type `int', not `char'.  The latter would lose
27632         with 8-bit delimiters.
27633         * lib/getstr.h: New file.
27634
27635 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27636
27637         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27638         than 1024, return a memory chunk of least possible size, instead
27639         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27640         Use free/xmalloc instead of xrealloc to avoid copying for very long
27641         paths.
27642
27643 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27644
27645         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27646         the empty string.
27647
27648 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27649
27650         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27651         address, not strdup.  Include <stdlib.h> and don't declare free().
27652
27653 2000-06-19  Jim Meyering  <meyering@lucent.com>
27654
27655         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27656
27657 2000-06-18  Jim Meyering  <meyering@lucent.com>
27658
27659         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27660
27661         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27662         `checking whether...' message to be consistent with that of the
27663         lstat test.
27664
27665 2000-06-18  Jim Meyering  <meyering@lucent.com>
27666
27667         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27668         Besides, these days every porting target provides a mkdir function.
27669
27670         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27671         needed. (this snippet comes from src/system.h).
27672
27673 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27674
27675         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27676
27677 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27678
27679         * lib/human.c (adjust_value): New function.
27680         (human_readable_inexact): Apply rounding style even when
27681         printing approximate values.
27682
27683 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27684
27685         * lib/human.c (human_readable_inexact): Allow an input block
27686         size that is not a multiple of the output block size, and vice versa.
27687         Reported by Piergiorgio Sartor.
27688
27689 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27690
27691         * lib/getdate.y (get_date): Apply relative times after time
27692         zone indicator, not before.  Reported by Todd A. Jacobs.
27693
27694 2000-06-13  Jim Meyering  <meyering@lucent.com>
27695
27696         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27697
27698         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27699
27700 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27701
27702         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27703
27704 2000-06-12  Jim Meyering  <meyering@lucent.com>
27705
27706         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27707         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27708         optional argument.
27709         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27710         the optional argument, `lib'.
27711
27712 2000-06-08  Jim Meyering  <meyering@lucent.com>
27713
27714         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27715
27716 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27717
27718         Rewrite largefile configuration so that we don't need to run
27719         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27720         AC_CANONICAL_HOST in configure.in -- jmm]
27721
27722         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27723         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27724         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27725         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27726         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27727         All uses changed.
27728         Instead of inspecting the output of getconf, try to compile the
27729         test program without and with the macro definition.
27730         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27731         for getconf.  Instead, check for the needed flags by compiling
27732         test programs.
27733
27734 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27735
27736         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27737
27738 2000-06-04  Jim Meyering  <meyering@lucent.com>
27739
27740         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27741         SunOS 4.1.4 for which gid_t is an unsigned type.
27742
27743 2000-06-03  Jim Meyering  <meyering@lucent.com>
27744
27745         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27746         now that autoconf requires that.
27747
27748         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27749         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27750         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27751
27752 2000-06-03  Jim Meyering  <meyering@lucent.com>
27753
27754         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27755
27756 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27757
27758         * m4/glibc21.m4: New file.
27759         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27760
27761 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27762
27763         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27764         newer, don't install charset.alias.
27765         * lib/config.charset: Change the Linux/glibc rules so they become empty
27766         on glibc-2.1 or newer.
27767
27768 2000-06-02  Jim Meyering  <meyering@lucent.com>
27769
27770         * lib/mountlist.c: Back out last change.  Instead, do this...
27771         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27772         me_dummy member using the same `ignore'-testing code.
27773         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27774         fs_type strings.
27775         From Mark D. Roth.
27776
27777 2000-05-29  Jim Meyering  <meyering@lucent.com>
27778
27779         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27780         mounts with the `ignore' attribute.  Based on a patch from
27781         Mark D. Roth.
27782
27783 2000-05-28  Jim Meyering  <meyering@lucent.com>
27784
27785         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27786         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27787         * m4/stat.m4: Likewise.
27788         * m4/lstat.m4: Likewise.
27789         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27790
27791         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27792         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27793
27794 2000-05-26  Jim Meyering  <meyering@lucent.com>
27795
27796         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27797
27798 2000-05-24  Jim Meyering  <meyering@lucent.com>
27799
27800         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27801         autoconf requires that.
27802         * m4/lib-check.m4: Likewise.
27803         * m4/jm-macros.m4: Likewise.
27804         * m4/strftime.m4: Likewise.
27805
27806         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27807         AC_CHECK_DECLS, now that autoconf requires that.
27808
27809 2000-05-22  Jim Meyering  <meyering@lucent.com>
27810
27811         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27812         * m4/lstat.m4: Likewise.
27813
27814 2000-05-22  Jim Meyering  <meyering@lucent.com>
27815
27816         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27817
27818 2000-05-20  Jim Meyering  <meyering@lucent.com>
27819
27820         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27821         (jm_PREREQ): Use it.
27822
27823 2000-05-18  Jim Meyering  <meyering@lucent.com>
27824
27825         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27826         back, too, since it may have been modified by allocate_entry.
27827         (hash_delete): Rewrite to use neither the assignment operator
27828         nor the comma operator in an if-expression.
27829
27830 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27831
27832         * lib/closeout.c:
27833         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27834         Remove; no longer needed.
27835         "quotearg.h": Add include.
27836         (file_name): Do not bother to explicitly initialize to NULL; it's less
27837         efficient on some hosts.
27838         (close_stdout_status): Remove test as to whether stdout was already
27839         closed; it breaks for the case "echo x | sort >&-".
27840         Quote file name colons.
27841         Do not assume that _("write error") lacks format strings.
27842
27843 2000-05-15  Jim Meyering  <meyering@lucent.com>
27844
27845         * lib/version-etc.c (version_etc_copyright): Update the copyright
27846         string used in all --version output.
27847
27848 2000-05-14  Jim Meyering  <meyering@lucent.com>
27849
27850         * lib/closeout.c (close_stdout_set_file_name): New function.
27851         (close_stdout_status): Use new file-scoped global.
27852         Return right away if fstat says the stdout file descriptor is invalid.
27853         * lib/closeout.h (close_stdout_set_file_name): Declare.
27854
27855 2000-05-10  Jim Meyering  <meyering@lucent.com>
27856
27857         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27858         (close_stdout_set_status): New function.
27859         * lib/closeout.h (close_stdout_set_status): Declare.
27860
27861 2000-05-09  Jim Meyering  <meyering@lucent.com>
27862
27863         * m4/gettext.m4: Rename this...
27864         * m4/libintl.m4: ...to this.
27865
27866 2000-05-08  Jim Meyering  <meyering@lucent.com>
27867
27868         * lib/long-options.c: Don't include closeout.h.
27869         (parse_long_options): Don't call close_stdout for --version.
27870
27871 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27872
27873         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27874         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27875         2.1.3 bug.  This avoids a clash when files like regex.c define
27876         _GNU_SOURCE.
27877
27878 2000-05-06  Jim Meyering  <meyering@lucent.com>
27879
27880         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27881         (AC_REPLACE_FUNCS): Add strnlen.
27882
27883         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27884         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27885
27886         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27887         AC_SEARCH_LIBS call for nanosleep.
27888         (LIB_NANOSLEEP): Set and AC_SUBST.
27889
27890 2000-05-06  Jim Meyering  <meyering@lucent.com>
27891
27892         * lib/strnlen.c: Undefine __strnlen and strnlen.
27893         [!weak_alias]: Define __strnlen to strnlen.
27894
27895         * lib/atexit.c: New file, from libiberty.
27896
27897 2000-05-06  Jim Meyering  <meyering@lucent.com>
27898
27899         * lib/closeout.c (close_stdout_status): Also check for errors on the
27900         stderr stream.
27901
27902 2000-05-05  Jim Meyering  <meyering@lucent.com>
27903
27904         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27905         AC_SEARCH_LIBS call for clock_gettime.
27906         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27907
27908         * m4/search-libs.m4: Update from autoconf.
27909
27910         su doesn't work on Solaris 2.6.
27911         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27912         <shadow.h>.  Reported by Dragos Harabor.
27913
27914 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27915
27916         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27917         memcpy instead of xmalloc, xrealloc, path_concat.
27918         (locale_charset): Treat empty environment variables as absent.
27919         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27920
27921 2000-05-04  Jim Meyering  <meyering@lucent.com>
27922
27923         * lib/getopt.c: Update from glibc.
27924         * lib/obstack.c: Likewise.
27925         * lib/obstack.h: Likewise.
27926         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27927         file
27928
27929         * lib/regex.h: Likewise.
27930         * lib/strndup.c: Likewise.
27931         * lib/strnlen.c: New file, from glibc.
27932
27933 2000-05-03  Jim Meyering  <meyering@lucent.com>
27934
27935         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27936
27937 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27938
27939         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27940         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27941         compile-time test, rather than inspecting host and OS, to
27942         decide whether to define _LARGEFILE_SOURCE.
27943
27944 2000-05-01  Jim Meyering  <meyering@lucent.com>
27945
27946         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27947
27948         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27949         Based on a patch from Bruno Haible.
27950
27951 2000-05-01  Jim Meyering  <meyering@lucent.com>
27952
27953         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27954
27955 2000-04-29  Jim Meyering  <meyering@lucent.com>
27956
27957         * lib/path-concat.c: Declare strdup only if it's not defined.
27958         * lib/canon-host.c: Likewise.
27959
27960 2000-04-28  Jim Meyering  <meyering@lucent.com>
27961
27962         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27963         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27964         is included first, then limits.h is included by locale.h by libintl.h.
27965         From John David Anglin.
27966
27967 2000-04-25  Jim Meyering  <meyering@lucent.com>
27968
27969         * lib/makepath.c (S_IRWXUGO): Define.
27970         (make_path): Always perform explicit chmod if MODE specifies any
27971         of the `special' permission bits.  Prompted by a bug report against
27972         install from Mate Wierdl and Joost van Baal.
27973
27974 2000-04-18  Jim Meyering  <meyering@lucent.com>
27975
27976         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27977         (jm_PREREQ): Use it.
27978
27979 2000-04-18  Jim Meyering  <meyering@lucent.com>
27980
27981         * lib/README: New file.
27982
27983         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27984         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
27985
27986 2000-04-17  Jim Meyering  <meyering@lucent.com>
27987
27988         Get it right :-)
27989         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
27990         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
27991         Suggestion from Akim Demaille.
27992
27993 2000-04-17  Jim Meyering  <meyering@lucent.com>
27994
27995         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
27996         the definition of it to rpl_strftime also defined-away the system's
27997         declaration.
27998
27999 2000-04-15  Jim Meyering  <meyering@lucent.com>
28000
28001         Use `C' to denote so-called `contiguous' files, the same way
28002         that tar does.
28003         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28004         (ftypelet): Use S_ISCTG.
28005         From Michael Deutschmann.
28006
28007 2000-04-14  Jim Meyering  <meyering@lucent.com>
28008
28009         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28010         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28011         clobbered.
28012
28013 2000-04-14  Jim Meyering  <meyering@lucent.com>
28014
28015         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28016
28017 2000-04-13  Jim Meyering  <meyering@lucent.com>
28018
28019         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28020         AH_VERBATIM to insert required #ifndef into config.h.in.
28021         Suggestion from Akim Demaille.
28022
28023 2000-04-12  Jim Meyering  <meyering@lucent.com>
28024
28025         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28026         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28027         Christian Krackowizer.
28028
28029         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28030         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28031         (AC_SYS_LARGEFILE): Require.
28032         (AM_C_PROTOTYPES): Require.
28033
28034 2000-04-08  Jim Meyering  <meyering@lucent.com>
28035
28036         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28037         names don't conflict.  Reported by Eli Zaretskii.
28038
28039 2000-04-07  Jim Meyering  <meyering@lucent.com>
28040
28041         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28042         sys/types.h, to work around system header problems on AIX 3.2.5.
28043         From Bruno Haible.
28044
28045 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28046
28047         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28048         bug.  Deal with the different error behavior of Irix iconv.
28049
28050 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28051
28052         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28053         IRIX if the installer said otherwise.
28054
28055 2000-04-05  Jim Meyering  <meyering@lucent.com>
28056
28057         Portability tweaks required for ultrix4.3.
28058         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28059         (jm_CHECK_DECLS): Add getutent to the list of functions.
28060         (_jm_DECL_HEADERS): Add utmpx.h.
28061         From John David Anglin.
28062
28063         * m4/strftime.m4: Back out the 2000-04-02 change.
28064         Instead of that change, simply undefine putenv in the test program.
28065
28066 2000-04-05  Jim Meyering  <meyering@lucent.com>
28067
28068         Portability tweaks required for ultrix4.3.
28069         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28070         getutent.
28071         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28072         * lib/canon-host.c: Declare strdup.
28073         * lib/path-concat.c: Likewise.
28074         From John David Anglin.
28075
28076 2000-04-04  Jim Meyering  <meyering@lucent.com>
28077
28078         Be more DOS 8.3-friendly.
28079         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28080         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28081         * lib/Makefile.am: Reflect renaming.
28082         Reported by Eli Zaretskii.
28083
28084         Use a temporary file name that won't clash with `charset.alias'
28085         in the DOS 8.3 name space.
28086         * lib/Makefile.am (charset_tmp): Define.
28087         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28088         (uninstall-local): Likewise.
28089         Reported by Eli Zaretskii.
28090
28091 2000-04-03  Jim Meyering  <meyering@lucent.com>
28092
28093         * m4/gettext.m4: Fix typo in comment.
28094
28095         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28096         textutils/configure.in).  Suggestion from Paul Eggert.
28097         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28098
28099 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28100
28101         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28102         variable in the shell rather than using putenv, which isn't
28103         portable.  This avoids the configure-time inter-test dependency
28104         on the potentially-renamed putenv function.
28105
28106 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28107
28108         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28109         before checking struct stat.st_blksize, so that
28110         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28111
28112 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28113
28114         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28115         since strftime.c uses HAVE_STRFTIME to decide whether to use
28116         the underlying strftime.
28117
28118 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28119
28120         * lib/time/strftime.c (my_strftime): Make sure we call the system
28121         strftime, not ourselves, when invoking the underlying strftime.
28122
28123 2000-03-24  Jim Meyering  <meyering@lucent.com>
28124
28125         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28126         (charset_alias): Define.
28127         (install-exec-local): Factor out common code.
28128         (uninstall-local): Split lines longer than 80.
28129         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28130         (SUFFIXES): Define.
28131         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28132         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28133
28134 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28135
28136         * lib/config.charset: Output a line containing "Packages using this
28137         file".
28138         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28139         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28140         ref-del.sed): New rules.
28141
28142 2000-03-17  Jim Meyering  <meyering@lucent.com>
28143
28144         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28145         Otherwise, include <strings.h>
28146
28147 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28148
28149         * lib/unicodeio.c (utf8_wctomb): New function.
28150         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28151         format instead of in UCS-4 with platform dependent endianness.
28152
28153 2000-03-10  Jim Meyering  <meyering@lucent.com>
28154
28155         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28156         From Marco Franzen.
28157
28158 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28159
28160         * lib/savedir.c (savedir): Work even if directory size is
28161         negative; this can happen with some screwy NFS configurations.
28162
28163 2000-03-06  Jim Meyering  <meyering@lucent.com>
28164
28165         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28166         if it's NULL (because we ran out of memory).  From Bruno Haible.
28167
28168 2000-03-05  Jim Meyering  <meyering@lucent.com>
28169
28170         * lib/localcharset.c ("path-concat.h"): Include.
28171         (get_charset_aliases): Use path_concat instead of ANSI string
28172         concatenation.
28173
28174         * lib/unicodeio.h (PARAMS): Define.
28175         Use it to guard prototype.
28176
28177 2000-03-04  Jim Meyering  <meyering@lucent.com>
28178
28179         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28180         for lib/localcharset.c.
28181
28182 2000-03-04  Jim Meyering  <meyering@lucent.com>
28183
28184         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28185         installing into it.
28186         (uninstall-local): Uncomment this rule so `make distcheck' works
28187         once again.
28188
28189         * lib/unicodeio.c (<errno.h>): Include it.
28190         (errno): Declare if not defined.
28191
28192         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28193
28194         * lib/config.charset: New version, incorporating remarks from a linux
28195         i18n mailing list.  From Bruno Haible.
28196
28197 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28198
28199         * m4/codeset.m4: New file.
28200         * m4/iconv.m4: New file.
28201         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28202
28203 2000-03-03  Jim Meyering  <meyering@lucent.com>
28204
28205         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28206
28207 2000-03-02  Jim Meyering  <meyering@lucent.com>
28208
28209         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28210         the messages come out on separate lines.
28211
28212         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28213         rather than jm_CHECK_DECLARATIONS.
28214         * m4/decl.m4: Remove now-unused file.
28215
28216         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28217         geteuid.
28218
28219 2000-03-02  Jim Meyering  <meyering@lucent.com>
28220
28221         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28222
28223 2000-03-01  Jim Meyering  <meyering@lucent.com>
28224
28225         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28226         * lib/unicodeio.c: Likewise.
28227
28228 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28229
28230         * lib/config.charset: New file.
28231         * lib/localcharset.c: New file.
28232         * lib/unicodeio.h, lib/unicodeio.c: New files.
28233         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28234         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28235         (noinst_HEADERS): Add unicodeio.h.
28236         (all-local, install-exec-local, charset.alias): New targets.
28237
28238 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28239
28240         * lib/quotearg.c (ALERT_CHAR): New macro.
28241         (quotearg_buffer_restyled): Use it.
28242
28243 2000-02-27  Jim Meyering  <meyering@lucent.com>
28244
28245         * m4/check-decl.m4: Add getenv to the list.
28246
28247 2000-02-27  Jim Meyering  <meyering@lucent.com>
28248
28249         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28250         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28251
28252         * lib/backupfile.c: Guard inclusion of stdlib.h with
28253         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28254         Declare malloc if needed.
28255
28256         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28257         `#ifndef HAVE_DECL..'
28258         now that autoconf always defines the HAVE_DECL_ symbols.
28259         * lib/human.c: Likewise.
28260         * lib/same.c: Likewise.
28261         * lib/strtoumax.c: Likewise.
28262
28263         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28264         declaration check was not run.
28265         * lib/hash.c: Likewise.
28266         * lib/human.c: Likewise.
28267         * lib/same.c: Likewise.
28268         * lib/strtoumax.c: Likewise.
28269
28270         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28271         `.', then first look up the entire `.'-containing string as a login
28272         name.
28273
28274 2000-02-23  Jim Meyering  <meyering@lucent.com>
28275
28276         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28277         in place of my hack.
28278
28279 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28280
28281         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28282         (textint): New typedef.
28283         (parser_control): Member year changed from int to textint.
28284         All uses changed.
28285         (YYSTYPE): Removed; replaced by %union with int and textint members.
28286         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28287         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28288         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28289         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28290         (date, number, to_year): Use width of number in digits, not its value,
28291         to determine whether it's a 2-digit year, or a 2-digit time.
28292         (yylex): Store number of digits of numeric tokens.
28293         Reported by John Kendall.
28294
28295         (parser_control): Changed from struct parser_control to typedef (for
28296         consistency).  All uses changed.
28297
28298         (tID): Removed; not used.
28299         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28300
28301 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28302
28303         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28304         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28305
28306 2000-02-12  Jim Meyering  <meyering@lucent.com>
28307
28308         * lib/userspec.c (ISDIGIT): Define it.
28309         (isdigit): Remove definition.
28310         (is_number): Use ISDIGIT, not isdigit.
28311         <libintl.h>: Include.
28312         (_ and N_): Define.
28313         (parse_user_spec): Mark translatable strings.
28314
28315 2000-02-10  Jim Meyering  <meyering@lucent.com>
28316
28317         With these changes, nanosleep.[ch] are finally enough like the other
28318         lib/* replacement files to compile on a few more losing systems.
28319
28320         * lib/nanosleep.h: Don't include config.h.
28321         Remove prototype from declaration of nanosleep.
28322         (PARAMS): Remove now-unneeded definition.
28323         * lib/nanosleep.c: #undef nanosleep.
28324         (rpl_nanosleep): Rename from nanosleep.
28325
28326 2000-02-10  Jim Meyering  <meyering@lucent.com>
28327
28328         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28329         gnu_nanosleep to rpl_nanosleep.
28330
28331 2000-02-09  Jim Meyering  <meyering@lucent.com>
28332
28333         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28334         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28335
28336 2000-02-08  Akim Demaille  <akim@epita.fr>
28337
28338         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28339         `[' and `]' and remove uses of `changequote'.
28340         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28341         (AC_SYS_LARGEFILE): Likewise.
28342         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28343         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28344         of changequote.
28345         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28346         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28347         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28348         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28349
28350 2000-02-05  Jim Meyering  <meyering@lucent.com>
28351
28352         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28353         Remove explicit use of AC_HEADER_TIME.  It is required by
28354         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28355         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28356         in autoconf whereby the expansion of the latter ended up preceding
28357         the expansion of its prerequisite, AC_HEADER_TIME.
28358         Reported by Volker Borchert.
28359
28360 2000-02-03  Jim Meyering  <meyering@lucent.com>
28361
28362         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28363
28364 2000-02-03  Jim Meyering  <meyering@lucent.com>
28365
28366         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28367         rather than with `#if HAVE_UTMPNAME'.
28368
28369 2000-02-02  Jim Meyering  <meyering@lucent.com>
28370
28371         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28372         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28373         Reported by Eli Zaretskii.
28374
28375 2000-02-01  Jim Meyering  <meyering@lucent.com>
28376
28377         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28378
28379 2000-01-31  Jim Meyering  <meyering@lucent.com>
28380
28381         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28382         functions.  Add the time.h and sys/time.h headers along with the
28383         AC_REQUIRE'ment of AC_HEADER_TIME.
28384
28385 2000-01-31  Jim Meyering  <meyering@lucent.com>
28386
28387         * lib/nanosleep.h (nanosleep): Guard declaration with
28388         `#if ! HAVE_DECL_NANOSLEEP'.
28389         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28390         the declaration in that vendor's sys/timers.h.
28391         Reported by Christian Krackowizer.
28392
28393         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28394         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28395         (ISPRINT): Likewise.
28396         Reported by Tom Tromey.
28397
28398 2000-01-30  Jim Meyering  <meyering@lucent.com>
28399
28400         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28401
28402         * m4/prereq.m4 (utmp_includes): Define.
28403         Check for ut_user and ut_name members in both struct utmpx
28404         and struct utmp.
28405
28406 2000-01-30  Jim Meyering  <meyering@lucent.com>
28407
28408         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28409         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28410         header files where only utmpx.ut_user is declared.
28411
28412         * lib/readutmp.h (UT_USER): Define.
28413
28414 2000-01-29  Jim Meyering  <meyering@lucent.com>
28415
28416         * m4/lib-check.m4: New file containing library-related checks from
28417         fileutils and sh-utils (textutils had none).
28418
28419 2000-01-28  Jim Meyering  <meyering@lucent.com>
28420
28421         * m4/perl.m4: Change format of warning message to look more like that
28422         from the missing script.  Suggestion from François Pinard.
28423
28424 2000-01-25  Jim Meyering  <meyering@lucent.com>
28425
28426         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28427         well as time.h in the compile check.
28428         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28429         Fix typo in cross-compiling case: s/yes/no/.
28430
28431 2000-01-23  Jim Meyering  <meyering@lucent.com>
28432
28433         * m4/jm-macros.m4: Move df-related tests here from
28434         fileutils/configure.in
28435
28436         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28437         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28438
28439         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28440         s/space/ac_fsusage_space/.
28441         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28442
28443         * m4/ftruncate.m4: New file (derived from part of
28444         fileutils/configure.in).
28445         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28446         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28447
28448         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28449         AC_SUBST these here, rather than just in sh-util/configure.in, so
28450         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28451         all the same.
28452         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28453         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28454         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28455         (AC_SUBST(POW_LIBM)): Likewise.
28456         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28457
28458 2000-01-23  Jim Meyering  <meyering@lucent.com>
28459
28460         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28461         obstack.c.
28462
28463 2000-01-22  Jim Meyering  <meyering@lucent.com>
28464
28465         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28466
28467         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28468
28469         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28470         configure.in
28471         (AC_CHECK_HEADERS): Likewise for sh-utils.
28472         (AC_CHECK_HEADERS): Likewise for textutils.
28473         Merge the three lists of headers.
28474
28475         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28476         from fileutils' configure.in.
28477
28478         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28479         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28480         check-decl.m4.
28481
28482         * m4/check-decl.m4: Use #if rather than #ifdef.
28483         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28484         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28485         (_jm_DECL_HEADERS): Define new function.
28486         (jm_CHECK_DECLARATIONS): Require it.
28487
28488 2000-01-22  Jim Meyering  <meyering@lucent.com>
28489
28490         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28491         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28492         Required for some AIX systems.  Reported by Christian Krackowizer.
28493         [TESTING] (main): New function.
28494
28495         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28496         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28497         letters.
28498
28499         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28500         iswprint.
28501
28502         * lib/strverscmp.c (ISDIGIT): Define.
28503         (strverscmp): Use ISDIGIT, not isdigit.
28504
28505 2000-01-19  Jim Meyering  <meyering@lucent.com>
28506
28507         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28508         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28509         defines `struct timespec' in <sys/time.h>
28510
28511         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28512         Thanks to Akim for explaining.
28513
28514 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28515
28516         * lib/nanosleep.c (nanosleep):
28517         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28518         POSIX.1 doesn't require SA_INTERRUPT and some systems
28519         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28520         it's been part of POSIX.1 since day 1 (in 1988).
28521
28522 2000-01-17  Jim Meyering  <meyering@lucent.com>
28523
28524         * lib/interlock: Remove unused file.  Reported by François Pinard.
28525
28526 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28527
28528         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28529         alert, backslash, formfeed, and vertical tab unnecessarily in
28530         shell quoting style.
28531
28532 2000-01-16  Jim Meyering  <meyering@lucent.com>
28533
28534         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28535         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28536         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28537         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28538
28539 2000-01-16  Jim Meyering  <meyering@lucent.com>
28540
28541         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28542         because the latter didn't work.
28543
28544 2000-01-15  Jim Meyering  <meyering@lucent.com>
28545
28546         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28547         (AC_REPLACE_FUNCS): Add memcpy and memset.
28548         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28549         Add strpbrk.
28550         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28551
28552 2000-01-12  Jim Meyering  <meyering@lucent.com>
28553
28554         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28555         (jm_PREREQ): Use it.
28556         (jm_PREREQ_READUTMP): New macro.
28557         (jm_PREREQ): Use it.
28558
28559 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28560
28561         Quote multibyte characters correctly.
28562         * m4/c-bs-a.m4: New file.
28563         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28564         (jm_PREREQ): Use it.
28565
28566 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28567
28568         * m4/uintmax_t.m4: Port to autoconf 2.13.
28569
28570 2000-01-08  Jim Meyering  <meyering@ascend.com>
28571
28572         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28573         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28574
28575 2000-01-04  Jim Meyering  <meyering@ascend.com>
28576
28577         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28578         jm_STRUCT_DIRENT_D_TYPE.
28579         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28580         jm_STRUCT_DIRENT_D_INO.
28581         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28582         jm_STRUCT_UTIMBUF.
28583         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28584         renamings.
28585         * m4/utime.m4: Likewise.
28586
28587         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28588         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28589
28590 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28591
28592         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28593         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28594
28595 2000-01-02  Jim Meyering  <meyering@ascend.com>
28596
28597         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28598         remember if this is necessary.
28599
28600 1999-12-26  Jim Meyering  <meyering@ascend.com>
28601
28602         * m4/jm-macros.m4: Use it here.
28603         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28604
28605 1999-12-23  Jim Meyering  <meyering@ascend.com>
28606
28607         * m4/jm-macros.m4: Check for clock_gettime (moved from
28608         fileutils/configure.in)
28609         Check for gettimeofday.
28610
28611 1999-12-20  Jim Meyering  <meyering@ascend.com>
28612
28613         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28614         autoconf-2.14a-1999-12-20.
28615
28616 1999-12-19  Jim Meyering  <meyering@ascend.com>
28617
28618         * m4/lstat-slash.m4: New file.
28619         * m4/jm-macros.m4: Use the new macro:
28620         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28621
28622 1999-12-07  Jim Meyering  <meyering@ascend.com>
28623
28624         * m4/perl.m4: Require that File::Compare be available, too.
28625         Too many systems seem to lack it.
28626
28627         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28628         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28629
28630 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28631
28632         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28633         problem with the QNX 4.25 shell, which doesn't propagate exit
28634         status of failed commands inside shell assignments.
28635
28636 1999-11-17  Jim Meyering  <meyering@ascend.com>
28637
28638         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28639
28640 1999-11-07  Jim Meyering  <meyering@ascend.com>
28641
28642         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28643
28644 1999-11-06  Jim Meyering  <meyering@ascend.com>
28645
28646         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28647         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28648
28649 1999-11-05  Jim Meyering  <meyering@ascend.com>
28650
28651         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28652         configure.in of textutils, fileutils, and sh-utils into this one
28653         (shared between those packages) file.
28654         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28655         AC_STRUCT_ST_BLKSIZE.
28656
28657 1999-11-03  Jim Meyering  <meyering@ascend.com>
28658
28659         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28660         of AC_CHECK_TYPE checks includes unistd.h.
28661         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28662         Suggestion from Akim Demaille.
28663
28664 1999-10-30  Jim Meyering  <meyering@ascend.com>
28665
28666         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28667         m4-quoted string.
28668         * m4/ls-mntd-fs.m4: Likewise.
28669         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28670         * m4/jm-winsz1.m4: Likewise.
28671
28672         * m4/const.m4: Remove file, since the fix made it into the experimental
28673         version of autoconf.
28674         * m4/mktime.m4: Likewise.
28675
28676         * m4/check-type.m4: Remove file, now that the latest version of
28677         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28678
28679         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28680         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28681         AC_CHECK_TYPE.
28682
28683 1999-10-04  Jim Meyering  <meyering@ascend.com>
28684
28685         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28686
28687 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28688
28689         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28690         2.95.1 bug with HP-UX 10.20.
28691
28692 1999-09-17  Jim Meyering  <meyering@ascend.com>
28693
28694         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28695         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28696         due to missing strdup (against sh-utils-2.0).
28697
28698 1999-08-29  Jim Meyering  <meyering@ascend.com>
28699
28700         * m4/jm-macros.m4: Require jm_BISON.
28701         * m4/bison.m4: New file.
28702
28703 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28704
28705         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28706         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28707
28708 1999-08-05  Jim Meyering  <meyering@ascend.com>
28709
28710         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28711         to avoid conflicts with `conftest' on 8+3 filesystems.
28712         Suggestion from Eli Zaretskii.
28713
28714 1999-08-04  Jim Meyering  <meyering@ascend.com>
28715
28716         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28717         fileutils and sh-utils (textutils's getline test was inadequate).
28718         (AM_FUNC_GETLINE): Run this test.
28719         (AC_CHECK_FUNCS): Check for getdelim.
28720         Reported by Bob Proulx.
28721
28722 1999-08-02  Jim Meyering  <meyering@ascend.com>
28723
28724         * m4/jm-macros.m4: Add a comment.
28725
28726 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28727
28728         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28729         <inttypes.h> defines strtoumax as a macro (and not as a
28730         function).
28731
28732 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28733
28734         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28735         that we can shift, multiply and divide unsigned long long
28736         values; Ultrix cc can't do it.
28737
28738 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28739
28740         * m4/mktime.m4: New file, which is a preview of what should appear
28741         in the next public autoconf release.
28742
28743 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28744
28745         * m4/lfs.m4: Remove this file.
28746         * m4/largefile.m4: New file.  It contains the old contents of
28747         lfs.m4, except that all names with prefix AC_LFS have been
28748         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28749         compatible with future autoconf versions.  Also, some minor m4
28750         quoting problems have been fixed.
28751
28752 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28753
28754         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28755         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28756         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28757         and simplify the shell code.
28758
28759 1999-08-01  Jim Meyering  <meyering@ascend.com>
28760
28761         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28762         m4.
28763
28764 1999-07-20  Jim Meyering  <meyering@ascend.com>
28765
28766         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28767
28768 1999-07-15  Jim Meyering  <meyering@ascend.com>
28769
28770         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28771
28772 1999-05-22  Jim Meyering  <meyering@ascend.com>
28773
28774         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28775
28776 1999-05-20  Jim Meyering  <meyering@ascend.com>
28777
28778         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28779         Add a colon after each `then' in case $4 is empty.
28780
28781 1999-05-16  Jim Meyering  <meyering@ascend.com>
28782
28783         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28784
28785 1999-05-10  Jim Meyering  <meyering@ascend.com>
28786
28787         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28788
28789         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28790         AC_FUNC_MKTIME.
28791
28792 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28793
28794         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28795
28796 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28797
28798         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28799         not CPPFLAGS, so that linking works correctly in IRIX.
28800
28801 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28802
28803         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28804
28805 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28806
28807         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28808         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28809         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28810         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28811         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28812
28813         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28814
28815 1999-04-20  Jim Meyering  <meyering@ascend.com>
28816
28817         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28818         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28819         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28820
28821 1999-04-18  Jim Meyering  <meyering@ascend.com>
28822
28823         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28824         * m4/jm-macros.m4: Use it.
28825
28826 1999-04-06  Jim Meyering  <meyering@ascend.com>
28827
28828         * m4/strftime.m4: Remove test for %f.
28829
28830 1999-03-29  Jim Meyering  <meyering@ascend.com>
28831
28832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28833         superset of the AC_TYPE_* checks in the textutils, fileutils,
28834         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28835         AC_TYPE_PID_T.
28836
28837 1999-03-28  Jim Meyering  <meyering@ascend.com>
28838
28839         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28840         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28841         replaced e.g., in the *.sh files of the sh-utils.
28842
28843 1999-03-20  Jim Meyering  <meyering@ascend.com>
28844
28845         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28846         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28847         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28848
28849 1999-03-19  Jim Meyering  <meyering@ascend.com>
28850
28851         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28852
28853 1999-03-12  Jim Meyering  <meyering@ascend.com>
28854
28855         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28856
28857 1999-03-07  Jim Meyering  <meyering@ascend.com>
28858
28859         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28860         declared.
28861
28862 1999-02-17  Jim Meyering  <meyering@ascend.com>
28863
28864         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28865         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28866
28867 1999-02-07  Jim Meyering  <meyering@ascend.com>
28868
28869         * m4/group-member.m4: New file -- extracted from sh-utils'
28870         configure.in.
28871
28872         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28873         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28874
28875 1999-02-06  Jim Meyering  <meyering@ascend.com>
28876
28877         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28878         * m4/fnmatch.m4: Likewise.
28879         * m4/getgroups.m4: Likewise.
28880         * m4/lstat.m4: Likewise.
28881         * m4/malloc.m4: Likewise.
28882         * m4/putenv.m4: Likewise.
28883         * m4/realloc.m4: Likewise.
28884         * m4/regex.m4: Likewise.
28885         * m4/stat.m4: Likewise.
28886         * m4/strftime.m4: Likewise.
28887         Suggestion from Alain Magloire.
28888
28889         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28890         * m4/fnmatch.m4: Likewise.
28891         * m4/getgroups.m4: Likewise.
28892         * m4/getline.m4: Likewise.
28893         * m4/lstat.m4: Likewise.
28894         * m4/malloc.m4: Likewise.
28895         * m4/memcmp.m4: Likewise.
28896         * m4/putenv.m4: Likewise.
28897         * m4/realloc.m4: Likewise.
28898         * m4/regex.m4: Likewise.
28899         * m4/stat.m4: Likewise.
28900         * m4/strftime.m4: Likewise.
28901         Suggestion from Alain Magloire.
28902
28903         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28904         an argument.
28905
28906         * m4/regex.m4: Add a run-time Test for proper operation of
28907         re_compile_pattern.
28908
28909 1999-01-31  Jim Meyering  <meyering@ascend.com>
28910
28911         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28912
28913 1999-01-30  Jim Meyering  <meyering@ascend.com>
28914
28915         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28916
28917         * m4/jm-mktime.m4: Make this a wrapper around the official
28918         AM_FUNC_MKTIME rather than my private copy, now that the official one
28919         is up to date.
28920         * m4/mktime.m4: Remove file.
28921
28922         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28923         * m4/uptime.m4: Likewise.
28924         * m4/uintmax_t.m4: Likewise.
28925
28926 1999-01-28  Jim Meyering  <meyering@ascend.com>
28927
28928         * m4/jm-macros.m4: Use jm_AFS.
28929         * m4/afs.m4: New file (from fileutils' configure.in).
28930
28931         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28932         * m4/chown.m4: Likewise.
28933         * m4/d-ino.m4: Likewise.
28934         * m4/d-type.m4: Likewise.
28935         * m4/fnmatch.m4: Likewise.
28936         * m4/getgroups.m4: Likewise.
28937         * m4/gettext.m4: Likewise.
28938         * m4/jm-mktime.m4: Likewise.
28939         * m4/jm-winsz2.m4: Likewise.
28940         * m4/lcmessage.m4: Likewise.
28941         * m4/ls-mntd-fs.m4: Likewise.
28942         * m4/malloc.m4: Likewise.
28943         * m4/memcmp.m4: Likewise.
28944         * m4/putenv.m4: Likewise.
28945         * m4/realloc.m4: Likewise.
28946         * m4/st_mtim.m4: Likewise.
28947         * m4/strftime.m4: Likewise.
28948
28949 1999-01-16  Jim Meyering  <meyering@ascend.com>
28950
28951         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28952         (ARGMATCH_DIE_DECL): Define.
28953
28954 1999-01-12  Jim Meyering  <meyering@ascend.com>
28955
28956         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28957         Reported by Lars Hecking.
28958
28959 1999-01-10  Jim Meyering  <meyering@ascend.com>
28960
28961         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28962         gross kludge.
28963         * m4/inttypes_h.m4: Likewise.
28964         * m4/lstat.m4: Likewise.
28965         * m4/malloc.m4: Likewise.
28966         * m4/readdir.m4: Likewise.
28967         * m4/realloc.m4: Likewise.
28968         * m4/st_dm_mode.m4: Likewise.
28969         * m4/stat.m4: Likewise.
28970         * m4/utimbuf.m4: Likewise.
28971         * m4/utimes.m4: Likewise.
28972
28973         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28974         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28975         comments in config.h.in are meaningful.
28976
28977         * m4/jm-macros.m4: Require autoconf-2.13 here.
28978
28979         * m4/regex.m4: By default, don't use the included regex.c on systems
28980         with glibc 2.  Suggestion from Uli Drepper.
28981
28982 1999-01-02  Jim Meyering  <meyering@ascend.com>
28983
28984         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
28985
28986 1998-12-18  Jim Meyering  <meyering@ascend.com>
28987
28988         * m4/Makefile.am.in (Makefile.am): Simplify rule.
28989         Based on a suggestion from Lars Hecking.
28990
28991 1998-11-16  Paul Eggert  <eggert@twinsun.com>
28992
28993         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
28994
28995 1998-11-16  Jim Meyering  <meyering@ascend.com>
28996
28997         * m4/lfs.m4: Double-quote the `uname...` expression.
28998
28999 1998-11-14  Jim Meyering  <meyering@ascend.com>
29000
29001         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29002         * m4/stat.m4: Likewise.
29003
29004 1998-11-03  Jim Meyering  <meyering@ascend.com>
29005
29006         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29007         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29008
29009 1998-10-18  Jim Meyering  <meyering@ascend.com>
29010
29011         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29012
29013 1998-10-17  Jim Meyering  <meyering@ascend.com>
29014
29015         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29016         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29017         calls for those previously hard-coded headers.  Instead, take a new
29018         parameter.
29019         (jm_CHECK_DECLARATIONS): Reflect interface change.
29020         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29021         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29022
29023         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29024
29025 1998-10-14  Jim Meyering  <meyering@ascend.com>
29026
29027         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29028         instead of "TZ=America/Vancouver".  From Paul Eggert.
29029
29030 1998-10-11  Jim Meyering  <meyering@ascend.com>
29031
29032         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29033         This adds a test for a recently added compatibility fix for mktime.c.
29034         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29035
29036 1998-09-27  Jim Meyering  <meyering@ascend.com>
29037
29038         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29039
29040         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29041         ../configure.in, including a change from Gordon Matzigkeit to allow
29042         cross-compiling for the Hurd.
29043
29044         * m4/glibc.m4: New file/macro to test for the GNU C Library
29045         versions 1 and 2.  From Gordon Matzigkeit.
29046         Indent.
29047
29048 1998-09-21  Jim Meyering  <meyering@ascend.com>
29049
29050         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29051
29052 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29053
29054         Port nanosecond-resolution times to UnixWare 2.1.2 and
29055         pedantic Solaris 2.6.
29056
29057         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29058         AC_STRUCT_ST_MTIM.
29059         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29060         Generate name of ns member, instead of just 1 or undef.
29061         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29062
29063 1998-08-15  Jim Meyering  <meyering@ascend.com>
29064
29065         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29066         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29067         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29068         instead of jm_TYPE_SSIZE_T.
29069
29070 1998-08-12  Jim Meyering  <meyering@ascend.com>
29071
29072         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29073
29074 1998-08-02  Jim Meyering  <meyering@ascend.com>
29075
29076         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29077         in acconfig.h manually.
29078
29079 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29080
29081         * m4/st_mtim.m4: New file.
29082
29083 1998-07-28  Jim Meyering  <meyering@ascend.com>
29084
29085         * m4/utimes.m4: Undef stat.
29086
29087 1998-07-25  Jim Meyering  <meyering@ascend.com>
29088
29089         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29090         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29091
29092 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29093
29094         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29095         uid and gid actually remain unchanged.
29096
29097 1998-07-07  Jim Meyering  <meyering@ascend.com>
29098
29099         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29100
29101 1998-07-04  Jim Meyering  <meyering@ascend.com>
29102
29103         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29104         to prove that this macro can be used in packages without regex.c.
29105
29106 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29107
29108         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29109         is to be used.
29110
29111 1998-07-03  Jim Meyering  <meyering@ascend.com>
29112
29113         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29114
29115         * m4/gettext.m4: New file -- from gettext-0.10.35.
29116         * m4/lcmessage.m4: Likewise.
29117         * m4/progtest.m4: Likewise.
29118
29119         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29120         * m4/jm-macros.m4: Require the new macro.
29121
29122 1998-06-29  Jim Meyering  <meyering@ascend.com>
29123
29124         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29125         for the definition of NGROUPS (used in a system header included
29126         by sys/mount.h).
29127
29128 1998-06-28  Jim Meyering  <meyering@ascend.com>
29129
29130         * m4/ls-mntd-fs.m4: New file.
29131         * m4/fstypename.m4: New file.
29132
29133         * m4/jm-macros.m4: Require the new macro.
29134         * m4/jm-glibc-io.m4: New file.
29135
29136 1998-05-19  Jim Meyering  <meyering@ascend.com>
29137
29138         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29139         * m4/lchown.m4: New file.
29140
29141         * m4/Makefile.am.in: New file.
29142         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29143
29144 1998-05-14  Jim Meyering  <meyering@ascend.com>
29145
29146         * m4/Makefile.am (EXTRA_DIST): Add them.
29147         * m4/jm-macros.m4: New file.
29148         * m4/utimbuf.m4: New file.
29149
29150 1998-05-12  Jim Meyering  <meyering@ascend.com>
29151
29152         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29153
29154 1998-05-11  Jim Meyering  <meyering@ascend.com>
29155
29156         * m4/isc-posix.m4: New file.
29157
29158 1998-05-10  Jim Meyering  <meyering@ascend.com>
29159
29160         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29161
29162 1998-05-09  Jim Meyering  <meyering@ascend.com>
29163
29164         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29165         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29166         with automake.
29167
29168         * m4/ssize_t.m4: New file.
29169         * m4/mktime.m4: Remove file -- the new automake has this now.
29170
29171 1998-04-26  Jim Meyering  <meyering@ascend.com>
29172
29173         * m4/assert.m4: New file.
29174         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29175
29176 1998-04-05  Jim Meyering  <meyering@ascend.com>
29177
29178         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29179         (jm_PREREQ): Use it here.
29180
29181 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29182
29183         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29184         in acconfig.h.
29185
29186 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29187
29188         * m4/prereq.m4: New file.
29189         * m4/error.m4: New file.
29190         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29191
29192 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29193
29194         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29195         cache-check for the same variable -- that defeated the purpose of
29196         the test; the test program was never run.  This was a problem only
29197         on systems with losing getline functions -- HP-UX 10.20 is one.
29198         Reported by Bjorn Helgaas.
29199
29200 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29201
29202         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29203
29204 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29205
29206         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29207
29208         * m4/const.m4: New file.  Use an initializer in this declaration
29209         typedef int charset[2]; const charset x;
29210         Reported by Bob Glickstein.
29211
29212 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29213
29214         * m4/chown.m4: Fix reversed types on -1 args to chown.
29215         From Kaveh Ghazi.
29216
29217 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29218
29219         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29220         Add lseek and memchr.
29221
29222         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29223         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29224         have a 20-character limit on names.
29225
29226 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29227
29228         * m4/inttypes_h.m4: New file.
29229         * m4/uintmax_t.m4: New file.
29230         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29231
29232 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29233   Free Software Foundation, Inc.
29234 Copying and distribution of this file, with or without modification,
29235 are permitted provided the copyright notice and this notice are preserved.